@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    background-color: transparent;
    color: #337ab7;
    text-decoration: none;
    outline: 0;
    transition: all 0.4s;
}

a:active,
a:focus,
a:hover {
    color: #141414;
    text-decoration: none;
    outline: 0;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 14px;
}

.h6,
h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.small,
small {
    font-size: 85%;
}

.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd,
dt {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 0 20px 10px 0;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

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;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    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;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px !important;
    }
    .search-list-categories, .search-list-location
    {
        width: calc(750px / 2 - 58px - 12px) !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px !important;
    }
    .search-list-categories, .search-list-location
    {
        width: calc(970px / 2 - 58px - 12px) !important;
    }
}

@media (min-width: 1200px) {
    .container  {
        width: 1170px !important;
    }
    .search-list-categories, .search-list-location
    {
        width: calc(1170px / 2 - 58px - 12px) !important;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}


.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
    float: left;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-11 {
    width: 91.66666667%;
}

.col-lg-10 {
    width: 83.33333333%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-7 {
    width: 58.33333333%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-5 {
    width: 41.66666667%;
}

.col-lg-4 {
    width: 33.33333333%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: 16.66666667%;
}

.col-lg-1 {
    width: 8.33333333%;
}

.col-lg-pull-12 {
    right: 100%;
}

.col-lg-pull-11 {
    right: 91.66666667%;
}

.col-lg-pull-10 {
    right: 83.33333333%;
}

.col-lg-pull-9 {
    right: 75%;
}

.col-lg-pull-8 {
    right: 66.66666667%;
}

.col-lg-pull-7 {
    right: 58.33333333%;
}

.col-lg-pull-6 {
    right: 50%;
}

.col-lg-pull-5 {
    right: 41.66666667%;
}

.col-lg-pull-4 {
    right: 33.33333333%;
}

.col-lg-pull-3 {
    right: 25%;
}

.col-lg-pull-2 {
    right: 16.66666667%;
}

.col-lg-pull-1 {
    right: 8.33333333%;
}

.col-lg-pull-0 {
    right: auto;
}

.col-lg-push-12 {
    left: 100%;
}

.col-lg-push-11 {
    left: 91.66666667%;
}

.col-lg-push-10 {
    left: 83.33333333%;
}

.col-lg-push-9 {
    left: 75%;
}

.col-lg-push-8 {
    left: 66.66666667%;
}

.col-lg-push-7 {
    left: 58.33333333%;
}

.col-lg-push-6 {
    left: 50%;
}

.col-lg-push-5 {
    left: 41.66666667%;
}

.col-lg-push-4 {
    left: 33.33333333%;
}

.col-lg-push-3 {
    left: 25%;
}

.col-lg-push-2 {
    left: 16.66666667%;
}

.col-lg-push-1 {
    left: 8.33333333%;
}

.col-lg-push-0 {
    left: auto;
}

.col-lg-offset-12 {
    margin-left: 100%;
}

.col-lg-offset-11 {
    margin-left: 91.66666667%;
}

.col-lg-offset-10 {
    margin-left: 83.33333333%;
}

.col-lg-offset-9 {
    margin-left: 75%;
}

.col-lg-offset-8 {
    margin-left: 66.66666667%;
}

.col-lg-offset-7 {
    margin-left: 58.33333333%;
}

.col-lg-offset-6 {
    margin-left: 50%;
}

.col-lg-offset-5 {
    margin-left: 41.66666667%;
}

.col-lg-offset-4 {
    margin-left: 33.33333333%;
}

.col-lg-offset-3 {
    margin-left: 25%;
}

.col-lg-offset-2 {
    margin-left: 16.66666667%;
}

.col-lg-offset-1 {
    margin-left: 8.33333333%;
}

.col-lg-offset-0 {
    margin-left: 0;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    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>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3;
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    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="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }

    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    outline: 1px solid;
    background-color: #ffffff !important;
    color: #212529 !important;
    text-decoration: none;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    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>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    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>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    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>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.dropdown,
.dropup {
    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;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.btn .caret {
    margin-left: 0;
}

[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 12px;
}

.nav>li.disabled>a {
    color: #777;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7;
}

.nav>li>a>img {
    max-width: none;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar-toggle {
    padding: 0;
    font-family: Montserrat, sans-serif !important;
    position: relative;
    background-color: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: none;
}
.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.breadcrumb {
    margin: 20px 0;
    list-style: none;
    border-radius: 4px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    background-color: #f1f1f1;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.media {
    margin-top: 15px;
    overflow: hidden;
    zoom: 1;
}

.media:first-child {
    margin-top: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 24px 36px;
    text-align: justify;
}

.panel-heading {
    padding: 16px 24px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit;
}

.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>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    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: #333;
    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: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto;
}

.tooltip.in {
    opacity: 0.9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !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-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #4b5468;
    top: 50%;
    right: 9px;
}

div.fancy-select div.trigger.open:after {
    border-top-color: #7a8498;
}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 50px;
    opacity: 1;
    transition: opacity 0.3s ease-out, top 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, top 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, top 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, top 0.3s ease-out;
}

div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out,
        visibility 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out,
        visibility 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out,
        visibility 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, bottom 0.3s ease-out,
        visibility 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out,
        visibility 0.3s ease-out;
}

div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}

.foot-contact .socials li a {
    color: #141414;
}

.footer ul.contact-list li a,
.footer ul.contact-list li span,
.footer ul.contact-list li.phone span {
    color: #141414;
}

.filter_background {
    filter: blur(1px) brightness(50%) grayscale(100%);
    -webkit-filter: blur(1px) brightness(50%) grayscale(100%);
    /* New WebKit */
    -moz-filter: blur(1px) brightness(50%) grayscale(100%);
    -ms-filter: blur(1px) brightness(50%) grayscale(100%);
    -o-filter: blur(1px) brightness(50%) grayscale(100%);
    /* Not yet supported in Gecko, Opera or IE */
}

.background-img {
    background-color: black;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: -99;
    object-fit: cover;
    object-position: center;
}

.contacts-wrap-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: initial;
    height: 100%;
    width: 100%;
    position: inherit;
    z-index: -99;
}

input {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

div {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    /* color: #3d3d3d; */
    line-height: 26px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #141414;
}

h1 {
    padding-top: 20px;
    padding-bottom: 26px;
    font-size: 40px;
}

h2 {
    padding-top: 20px;
    padding-bottom: 26px;
    font-size: 32px;
}

h3 {
    padding-top: 20px;
    padding-bottom: 21px;
    font-size: 28px;
}

h4 {
    padding-top: 20px;
    padding-bottom: 19px;
    font-size: 24px;
}

h5 {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 20px;
}

h6 {
    padding-top: 20px;
    padding-bottom: 14px;
    font-size: 18px;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #fff;
}

iframe {
    border: 0;
}

.overflow-scroll {
    overflow-x: auto;
    margin-bottom: 30px;
}

body.page .comments-wrap {
    padding: 0;
}

@media (max-width: 768px) {
    h6.text-center {
        text-align: center !important;
    }
}

.cart-drop {
    position: absolute;
    top: 100%;
    right: 0;
    width: 350px;
    background: #fff;
    z-index: 4;
    display: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 4px;
}

.cart-drop table {
    margin-bottom: 0;
}

.cart-drop table td.delete {
    position: relative;
    width: 30%;
}

.cart-drop table td.delete div {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 160px;
    color: #7a7a7a;
    overflow: hidden;
    padding: 0;
}

.cart-drop table .delete div:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    right: 20px;
    background: #f0f0f0;
    transform: skew(-6deg);
}

.cart-drop table .delete div i {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translateY(-50%);
}

.cart-drop table .delete div:hover i {
    color: #fff;
}

.cart-drop table .delete div:hover:before {
    background: #00aeff;
}

.cart-drop table td.info {
    width: 70%;
}

.cart-drop table td {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    height: 160px;
    border-bottom: 1px solid #e0e0e0;
}

.cart-drop .wrap {
    overflow: hidden;
    padding: 15px;    
    border-top: 1px solid #e0e0e0;
}

.cart-drop tr img {
    height: 70%;
    width: 30%;
    object-fit: cover;
}

.cart-drop .info a {
    padding-left: 5px;
}

.cart-drop .wrap a.btn {
    float: right;
    padding: 15px 24px 13px 24px;
    color: #ffffff;
    font-size: 14px;
}

.cart-drop .total-text {
    width: 50%;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    height: 68px;
    text-transform: uppercase;
    line-height: 68px;
    float: left;
    text-align: left;
}

.cart-drop .total-digit {
    width: 50%;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    height: 68px;
    line-height: 68px;
    float: right;
}

.cart-drop tr td {
    background-color: #fff;
}

.cart-drop table tr:hover {
    border: 2px solid #00aeff;
}

.cart-drop table td em {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    width: 60%;
    white-space: pre-line;
}

.cart-drop table td em.price {
    padding-left: 0;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    font-style: normal;
}

.btn {
    padding: 15px 24px 13px 24px;
    border-radius: 8px;
    border: none;
    background: #00aeff;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

.btn.small {
    font-size: 13px;
    font-weight: 900;
}

.clear {
    clear: both;
}

.bg-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.position-relative {
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="number"] {
    padding: 15px 10px;
    border: 1px solid transparent;
    width: 100%;
    background: #fff;
    font-size: 14px;
    color: #666;
    line-height: normal;
    outline: 0;
    border-radius: 4px;
}

input[type="text"][disabled],
input[type="email"][disabled] {
    background: #ededed;
}

input[type="text"].error,
input[type="email"].error {
    border-color: red;
    color: red;
}

textarea {
    padding: 15px 10px;
    width: 100%;
    height: 180px;
    background: #fff;
    border: none;
    font-size: 14px;
    color: #666;
    line-height: normal;
    border-radius: 4px;
}

.main-menu-wrap {
    background: #1976d2;
    width: 100%;
    position: relative;
}
.main-menu-wrap.sticky-menu {
    position: sticky;
    top: 0px;
    z-index: 99;
    min-height: 95px;
}

.desktop-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}
.desktop-header-container::before,
.desktop-header-container::after {
    display: none;
}

.main-menu-wrap .custom-logo-link {
    position: relative;
    min-width: 105px;
}
.main-menu-wrap .custom-logo-link:before {
    content: "";
    background-color: #0a0a0a;
    top: 0;
    bottom: 0;
    right: -16%;
    left: -40%;
    position: absolute;
    transform: skew(-10deg);
    z-index: 0;
}
.main-menu-wrap .custom-logo-link img {
    margin: auto 0;
    padding-top: 5px !important;
    min-width: 200px;
    min-height: 59px;
}

.main-menu.nav.desktop {
    display: flex;
    align-items: center;
}
.main-menu.nav.desktop::before,
.main-menu.nav.desktop::after {
    display: none;
}

.main-menu>li {
    padding: 8px 0;
}
.main-menu>li a {
    color: #fff;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}
.main-menu>li>.request-quote {
    font-size: 12px;
}
@media (max-width: 1099px) {    
    .main-menu:has(.request-quote)>li a {
        font-size: 12px;
    }
}
@media (max-width: 1199px) {
    .desktop-header-container:has(nav.navbar) {
        flex-direction: column;
    }
    .desktop-header-container:has(nav.navbar) .custom-logo-link {
        width: 100%;
        text-align: center;
    }
    .desktop-header-container:has(nav.navbar) .custom-logo-link::before {
        left: -24px;
        right: -24px;
        transform: none;
    }
    .desktop-header-container:has(nav.navbar) .request-quote {
        margin: 4px;
    }
    .desktop-header-container .main-menu>li a {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .main-menu.nav.desktop {
        flex-wrap: wrap;
        justify-content: center;
    }
    .desktop-header-container .main-menu>li a {
        font-size: 12px;
    }
    .desktop-header-container .main-menu>li {
        padding: 0;
    }
    .main-menu>li>.request-quote {
        margin: 0;
    }

    .desktop-header-container {
        flex-direction: column;
        justify-content: center;
    }
    .desktop-header-container .custom-logo-link img {
        margin-bottom: 10px !important;
    }
    .desktop-header-container .custom-logo-link .custom-text-below-logo {
        display: none;
    }

    .desktop-header-container:has(.mobile-navbar) .custom-logo-link {
        width: 100%;
        text-align: center;
    }
    .desktop-header-container:has(.mobile-navbar) .custom-logo-link::before {
        left: -24px;
        right: -24px;
        transform: none;
    }
    .desktop-header-container .mobile-navbar {
        min-height: 60px;
    }
    .desktop-header-container .mobile-navbar i.fa {
        font-size: 20px;
    }
    .desktop-header-container .mobile-navbar span {
        font-size: 12px;
        line-height: 18px;
    }

    section .container .wwd-wrapper {
        display: none;
    }
}
@media (max-width: 460px) {
    .desktop-header-container .header-menu {
        min-width: unset;
    }
    .desktop-header-container .main-menu>li>ul>li>ul {
        min-width: unset;
    }
    .desktop-header-container .main-menu>li>ul>li>ul li a {        
        font-size: 10px;
    }
        
    .basket-modal .basket-action {
        flex-direction: column;
    }
}

/* Responsive header toggle (Option A) — both mobile + desktop nav DOM
   are always rendered; visibility is controlled here so layout follows
   viewport width, not server-side User-Agent detection. */
@media (min-width: 992px) {
    .desktop-header-container .mobile-navbar,
    #mobileMenuModal {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .desktop-header-container nav.navbar {
        display: none !important;
    }
}

.mobile-navbar {
    min-height: 90px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.main-menu>li>a>span:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.4s;
}

.main-menu>li.active a span:before,
.main-menu>li a:hover span:before {
    opacity: 1;
}

.main-menu>li.cart {
    padding-right: 14px;
}
.main-menu>li.cart a {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
}

.main-menu>li.cart a i {
    position: relative;
}

.main-menu>li.cart a i:after,
.numbers-artist-in-cart::after {
    width: 20px;
    height: 18px;
    border-radius: 50%;
    background: #00aeff;
    position: absolute;
    top: -12px;
    right: -14px;
    opacity: 1;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 19px;
    font-size: initial;
}

.main-menu>li>.request-quote {
    padding: 10px 16px;
    text-transform: none;
}

.main-menu>li:hover>ul,
.main-menu>li>ul>li:hover>ul {
    display: block;
}

.main-menu>li>ul li a {
    padding: 12px 16px;
    font-size: 14px;
}

.main-menu>li>ul>li:hover,
.main-menu>li>ul>li>ul li:hover {
    background: #fff;
    border-radius: 4px;
}

.main-menu>li>ul>li:hover>a,
.main-menu>li>ul>li>ul li:hover a {
    color: #000;
}

.main-menu>li>ul li a i {
    position: absolute;
    right: 20px;
}

.main-menu>li>ul>li>ul {
    background: #141414;
    min-width: 200px;
    position: absolute;
    left: 100%;
    top: 0;
    box-shadow: 0 0 6px 0 #ffffff82;
    display: none;
    border-radius: 4px;
}
.main-menu>li>ul>li>ul>li a {
    font-size: 12px;
}

.main-menu-wrap .custom-logo-link img {
    margin: auto 0;
    position: relative;
    margin-left: 5px;
}
.store-list-item>div {
    max-width: 320px;
    margin: auto;
    display: block;
    position: relative;
    overflow: hidden;
}

.store-list-item img {
    width: 100%;
}

.store-list-item>div .info {
    padding: 15px 24px 17px 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    display: block;
    z-index: 2;
    transition: all 0.4s;
}

.store-list-item>div .info:before {
    content: "";
    position: absolute;
    left: -20px;
    right: 0;
    bottom: -50px;
    height: 200%;
    transform: rotate(4deg);
    transition: all 0.4s;
    top: -10px;
    background: #fcfcfc;
    z-index: 1;
}

.store-list-item>div .info:after {
    content: "";
    position: absolute;
    left: -40px;
    right: 0;
    bottom: -50px;
    height: 200%;
    transform: rotate(9deg);
    transition: all 0.4s;
    top: 100%;
    background: #1976d2;
    z-index: 0;
}

.store-list-item>div:hover .name {
    color: #fff;
}

.store-list-item>div:hover .price {
    color: #fff;
}

.store-list-item>div:hover .info {
    bottom: 0;
}

.store-list-item>div:hover .info:before {
    background: #00aeff;
}

.store-list-item>div:hover .info:after {
    top: -40px;
}

.store-list-item .name {
    font-size: 14px;
    color: #292929;
    line-height: 20px;
    font-weight: 700;
    display: block;
    z-index: 1;
    position: relative;
}

.store-list-item .price {
    display: block;
    font-size: 14px;
    color: #666;
    z-index: 1;
    position: relative;
}

.store-list-item .btn-wrap {
    transform: scale(0);
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.4s;
}

.store-list-item .btn {
    margin-top: 10px;
    padding: 8px 18px 5px 18px;
    line-height: normal;
    font-size: 12px;
    color: #fff;
    float: left;
    background: #1976d2;
}

.store-list-item .btn:last-child {
    float: right;
}

.store-list-item .btn:hover {
    background: #fff;
    color: #141414;
}

.store-list-item>div:hover .btn-wrap {
    transform: scale(1);
}

.footer {
    overflow: hidden;
    background-size: cover;
}

.footer .footer-left {
    padding: 30px 0 0 0;
    color: #292929;
    position: relative;
}

.footer .footer-left .wrap {
    position: relative;
}

.footer .footer-left:before {
    content: "";
    margin-bottom: -100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    right: 36px;
    left: -1000%;
    position: absolute;
    transform: skew(-10deg);
}
.footer .footer-left .foot-logo {
    margin-bottom: 15px;
    display: inline-block;
}
.footer .footer-left .foot-logo h2 {
    padding-top: 15px !important;
    font-size: initial;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    color: #ffffff;
}
.footer .footer-left .foot-logo img {
    margin-left: 5px;
}

.footer .footer-left p {
    color: #999;
}

.wrapper-overfllow {
    overflow: hidden;
    padding-bottom: 30px;
}

.footer h4 {
    color: #141414;
}

.footer .foot-left-menu {
    padding: 21px 0 94px 0;
    overflow: hidden;
}

.footer .foot-left-menu li {
    padding-bottom: 11px;
    width: 50%;
    float: left;
    color: #ccc;
}

.footer .foot-left-menu li a {
    padding: 0 0 0 20px;
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    color: #999;
}

.footer .foot-left-menu li a:hover {
    color: #fff;
}

.footer .foot-left-menu li a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer .foot-news .item span {
    transition: all 0.4s;
}

.footer .foot-news .item .name {
    padding-top: 20px;
    padding-bottom: 5px;
    font-weight: 700;
    line-height: 24px;
    color: #141414;
    display: block;
}

.footer .foot-news .item .name:hover {
    color: #1976d2;
}

.footer .foot-news .item .date {
    font-size: 12px;
    text-transform: uppercase;
    color: #1976d2;
    font-family: Montserrat, sans-serif;
}

.footer .foot-news .item .date:hover {
    color: #141414;
}

.footer .foot-news .item .separator {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    font-family: Montserrat, sans-serif;
}

.footer .foot-news .item .category {
    font-size: 12px;
    text-transform: uppercase;
    color: #1976d2;
    font-family: Montserrat, sans-serif;
}

.footer .foot-news .item .category:hover {
    color: #141414;
}

.footer .contact-list li {
    padding: 0 0 5px 33px;
    position: relative;
}

.footer .contact-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #999;
}

.footer .contact-list li span {
    color: #999;
    display: inline-block;
}

.footer .contact-list li a {
    margin-bottom: 6px;
    display: block;
    color: #999;
}

.footer .contact-list li a:hover {
    color: #1976d2;
}

.footer .contact-list li.phone span {
    font-size: 24px;
    color: #999;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

.footer .foot-link {
    display: block;
    cursor: pointer;
    color: #000;
}
.footer .foot-link:hover {
    text-decoration: underline;
    color: #337ab7;
}

.footer-bottom {
    padding: 20px 0 11px 0;
    background: #f7f7f7;
}

.footer-bottom .copyrights {
    padding-bottom: 9px;
    font-size: 10px;
    text-transform: uppercase;
}

.footer-bottom .created {
    text-align: right;
    padding-bottom: 10px;
}

.footer-bottom .created a {
    font-size: 9px;
    text-transform: uppercase;
    color: grey;
}

.breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    color: #141414;
    text-transform: uppercase;
}

.breadcrumbs li a {
    padding-right: 4px;
    font-size: 12px;
    color: #141414;
    text-transform: uppercase;
}

/* .content {
    padding: 35px 0 0;
} */

.tags {
    font-size: 0;
}

.tags a {
    margin: 0 10px 10px 0;
    padding: 12px 16px 10px 16px;
    display: inline-block;
    color: #141414;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    border: 1px solid #e0e0e0;
    line-height: normal;
}

.tags a:hover {
    background: #00aeff;
    border-color: #00aeff;
}

.news-list .item {
    margin-top: 15px;
    overflow: hidden;
}

.news-list .item .img-wrap {
    position: relative;
}

.news-list .item .img-wrap .bage {
    padding: 6px 10px 6px 10px;
    top: 30px;
    left: 30px;
    position: absolute;
    font-size: 10px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    background: #00aeff;
}

.news-list .item .img-wrap .bage:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    right: -5px;
    transform: skew(-10deg);
    background: inherit;
}

.news-list .item .img-wrap .bage a {
    font-size: 10px;
    color: #fff;
}

.news-list .item .img-wrap img {
    width: 100%;
}

.news-list .item .info>p>img {
    width: 100%;
}

.news-list .item .info {
    padding: 10px 30px 26px 30px;
    background: #fff;
    transition: background 0.3s;
    position: relative;
    transition-timing-function: ease-in;
}

.news-list .item .info>* {
    position: relative;
    z-index: 1;
}

.news-list .item .info:before {
    content: "";
    height: 300px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    opacity: 0;
    background: #141414;
    transform: skewY(2deg);
    z-index: 1;
    transition: all 0.3s;
    transition-delay: 50ms;
}

.news-list .item .info:after {
    content: "";
    height: 300px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    opacity: 0;
    background: #00aeff;
    transform: skewY(4deg);
    z-index: 0;
    transition: all 0.3s;
    transition-delay: 150ms;
}

.news-list .item .info>p {
    padding-top: 20px;
    font-size: 16px;
    color: #141414;
    line-height: 26px;
}

.news-list .item .info .name {
    padding-top: 12px;
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #141414;
    line-height: normal;
}

.news-list .item .info .wrap {
    padding-top: 2px;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    font-family: Montserrat, sans-serif;
}

.news-list .item .info .wrap>* {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
}

.news-list .item .info .wrap a {
    color: #141414;
    font-family: Montserrat, sans-serif;
}

.news-list .item.img-top:hover .info .name {
    color: #fff;
}

.news-list .item.img-top:hover .info {
    background: #141414;
}

.news-list .item.img-top:hover .info:before {
    opacity: 1;
    top: -20px;
}

.news-list .item.img-top:hover .info:after {
    opacity: 1;
    top: -30px;
}

.news-list .item.img-top:hover .info .wrap a {
    color: #fff;
}

.news-list .item .info .continue {
    color: #141414;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.news-list .item .info .continue:hover {
    color: #00aeff;
}

.news-list .item .info .comment-quantity {
    float: right;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    line-height: 18px;
    color: #141414;
}

.news-list .item.quote .info {
    padding-top: 27px;
    padding-left: 90px;
}

.news-list .item.quote .info .name {
    position: relative;
}

.news-list .item.quote .info .name:before {
    content: "\201c";
    position: absolute;
    left: -70px;
    font-weight: 700;
    top: 4px;
    font-size: 200px;
    line-height: 120px;
    z-index: -1;
    color: #e6e6e6;
    font-family: "Open Sans", sans-serif;
}

.news-list .item.status .info {
    padding-left: 60px;
}

.news-list .item.status .info .name {
    position: relative;
}

.news-list .item.status .info .name:before {
    content: "\f0e7";
    font-family: FontAwesome;
    font-size: 20px;
    color: inherit;
    position: absolute;
    left: -30px;
    top: 16px;
}

.sidebar-btn {
    background: #00aeff;
    font-size: 12px;
    text-transform: uppercase;
    color: #141414;
}

.pagination-wrap .pagination {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.pagination-wrap .pagination li {
    float: none;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    cursor: pointer;
}

.pagination-wrap .pagination li:first-child {
    float: left;
}

.pagination-wrap .pagination li:last-child {
    float: right;
}

.pagination-wrap .pagination li a:hover {
    color: #fff;
    background: #141414;
}

.pagination-wrap .pagination li.active a {
    color: #fff;
    background: #141414;
}

.pagination-wrap .pagination li .handlepage {
    padding: 0;
    margin: 1px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 4px;
    border: none;
    text-align: center;
    line-height: 48px;
    font-size: 12px;
    color: #666;
}

.pagination-wrap .pagination li .handlepage:hover {
    color: #fff;
    background: #141414;
}

.pagination-wrap .pagination li.active .handlepage {
    color: #fff;
    background: #141414;
}

@media (max-width: 577px) and (min-width: 458px) {
    .col-md-12.mobile-pagination {
        padding-left: 0;
        padding-right: 0;
    }

    .col-md-12.mobile-pagination .pagination-wrap .pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 457px) and (min-width: 368px) {
    .col-md-12.mobile-pagination {
        padding-left: 0;
        padding-right: 0;
    }

    .col-md-12.mobile-pagination .pagination-wrap .pagination li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media (max-width: 367px) and (min-width: 323px) {
    .col-md-12.mobile-pagination {
        padding-left: 0;
        padding-right: 0;
    }

    .col-md-12.mobile-pagination .pagination-wrap .pagination li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

@media (max-width: 322px) {
    .col-md-12.mobile-pagination {
        padding-left: 0;
        padding-right: 0;
    }

    .col-md-12.mobile-pagination .pagination-wrap .pagination li a {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .pagination-wrap .pagination li .handlepage {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

blockquote {
    /* padding-left: 56px; */
    border: none;
    position: relative;
}

blockquote:before {
    content: "\201c";
    position: absolute;
    left: 0;
    font-weight: 700;
    top: 4px;
    font-size: 200px;
    line-height: 120px;
    z-index: -1 !important;
    color: #87d3f7;
    font-family: "Open Sans";
}

blockquote p {
    margin: 0;
    font-size: 24px;
    position: relative;
    line-height: 32px;
    font-weight: 800;
    color: #141414;
    font-family: Raleway, sans-serif;
}

blockquote p.name {
    padding-top: 9px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 400;
    color: #666;
    font-family: Montserrat, sans-serif;
}

.done-list {
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); 
    grid-column-gap: 12px; 
    grid-row-gap: 16px;
}

table tr {
    cursor: pointer;
}

table tr th {
    background: #141414;
    font-size: 10px;
    text-transform: uppercase;
    color: #ccc;
    height: 32px;
    text-align: center;
}

table tr th:first-child {
    padding-left: 20px;
    text-align: left;
}

table tr td>* {
    vertical-align: middle;
}

table tr td:first-child {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    text-align: left;
}

table tr td:last-child {
    font-weight: 700;
}

table tr td:first-child i {
    margin-right: 8px;
    font-size: 16px;
}

table tr td:first-child span {
    line-height: 29px;
}

table tr td.up i {
    color: #4caf50;
}

table tr td.down i {
    color: #f44336;
}

table tr td.none i {
    color: #999;
    font-size: 10px;
}

table tr td:last-child span {
    width: 40px;
    height: 30px;
    line-height: 28px;
    border-radius: 9px;
    background: #141414;
    display: inline-block;
    color: #fff;
}

table tr td .team {
    padding: 0 15px 0 0;
}

table tr:hover {
    background: #f2f2f2;
}

td a {
    color: #141414;
}

.player-hockey-wrap {
    background-color: #fcfcfc;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.player-hockey-wrap .border {
    background-color: #fff;
    height: 100%;
    position: absolute;
    left: -30px;
    padding: 30px;
    width: 195px;
}

.player-hockey-wrap>div p {
    margin-bottom: 20px;
}

.player-hockey-wrap .stats {
    position: relative;
    padding: 30px;
}

.player-hockey-wrap .border:before {
    content: "";
    width: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    background: #fff;
    transform: skew(-10deg);
}

.player-hockey-wrap .number {
    color: #00aeff;
    font-size: 40px;
    font-family: Montserrat;
}

.player-hockey-wrap .name {
    font-family: Montserrat;
    color: #141414;
    font-size: 24px;
    text-transform: uppercase;
}

.player-hockey-wrap .country img {
    margin-right: 10px;
}


@media (max-width: 992px) {
    .player-hockey-wrap .border {
        left: initial;
    }
}

.player-hockey-wrap:before {
    position: absolute;
    content: "";
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 75%;
    transform: skew(-10deg);
}

.player-hockey-wrap .country {
    font-size: 10px;
    font-family: Montserrat;
    color: #3d3d3d;
}

.filter-items-wrap .filter-title:before {
    content: "-";
    font-size: 14px;
    color: #141414;
    font-family: Montserrat, sans-serif;
    position: absolute;
    right: 0;
    top: 15px;
}

.filter-items-wrap .filter-title.active:before {
    content: "+";
}

[type="checkbox"].filter-check:checked,
[type="checkbox"].filter-check:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="checkbox"].filter-check:checked+label,
[type="checkbox"].filter-check:not(:checked)+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

[type="checkbox"].filter-check:checked+label:before,
[type="checkbox"].filter-check:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 0;
}

[type="checkbox"].filter-check:checked+label:after,
[type="checkbox"].filter-check:not(:checked)+label:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    background: #000;
    transition: all 0.4s;
}

[type="checkbox"].filter-check:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"].filter-check:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

[type="checkbox"].filter-check:disabled:checked+label:before,
[type="checkbox"].filter-check:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"].filter-check:disabled:checked+label:after {
    color: #999;
}

[type="checkbox"].filter-check:disabled+label {
    color: #aaa;
}

[type="checkbox"].filter-check:checked:focus+label:before,
[type="checkbox"].filter-check:not(:checked):focus+label:before {
    border: 2px solid #ccc;
}

label:hover:before {
    border: 2px solid #141414 !important;
}

.cart-wrap {
    position: relative;
    padding-bottom: 20px;
}

.cart-table tr {
    z-index: 1;
    position: relative;
}

.cart-table tr th {
    padding: 0 20px;
    height: 68px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    background: #141414;
}

.cart-table tr td {
    height: 160px;
    background: #fcfcfc;
}

.cart-table .name a:last-child {
    display: inline-block;
}

.cart-table .delete {
    position: relative;
    width: 110px;
}

.cart-table .delete div {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 160px;
    color: #7a7a7a;
    overflow: hidden;
}

.cart-table .delete div:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    right: 12px;
    background: #f0f0f0;
    transform: skew(-6deg);
}

.cart-table .delete div i {
    position: relative;
}

.cart-table th.product {
    text-align: left;
}

.cart-table td.name {
    width: 560px;
    max-width: 80vw;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.cart-table .cost {
    font-size: 14px;
    color: #000;
}

.cart-table td.total {
    padding-right: 30px;
    text-align: right;
    color: #000;
    font-size: 20px;
}

.cart-table th.total {
    padding-right: 30px;
    text-align: right;
}

.cart-table .quantity input[type="number"] {
    margin-right: 5px;
    width: 50px;
    padding: 7px 8px 6px 12px;
    background: #e6e6e6;
    font-size: 12px;
    color: #141414;
    border-radius: 8px;
    border: none;
    outline: 0;
}

.cart-table tr:hover {
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 10px 0 #ccc;
}

.cart-table tr .delete div:hover:before {
    background: #00aeff !important;
}

.cart-table tr .delete div:hover i {
    color: #fff;
}

.cart-total .proceed {
    margin-top: 40px;
    position: relative;
    padding: 13px 28px 11px 28px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.4s;
    font-family: Montserrat, sans-serif;
    background: #00aeff;
    border-radius: 8px;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.cart-total .proceed i {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 12px;
    transition: all 0.4s;
}

.cart-total .proceed:hover {
    color: #141414;
    background-color: #fff;
}

.cart-total .proceed:hover i {
    right: 15px;
}

overflow-scroll.table tr td {
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .socials li {
        padding-left: 5px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle .icon-bar {
        background: #1976d2;
    }

    .navbar-fixed-top {
        top: 0;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .collapse.in {
        display: block !important;
    }

    .main-menu>li>ul li {
        border-left: none;
    }

    .main-menu>li>ul>li>ul li {
        border-left: none;
    }

    .main-news-list .item .caption .name {
        display: block;
        line-height: 16px;
    }

    .footer .footer-left:before {
        right: -4px;
        transform: skew(-6deg);
    }

    .store-list-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .footer .footer-left:before {
        right: -1000%;
        margin-bottom: -40px;
    }
    .footer-contact a.link-hover
    {
        font-size: 14px;
    }

    .foot-contact .socials {
        padding-bottom: 30px;
    }

    .foot-contact .socials li {
        padding-right: 30px;
    }

    .foot-contact .socials li {
        padding-left: 0;
    }

    .foot-contact .socials li a {
        font-size: 40px;
    }

    .footer .foot-news {
        padding-top: 44px;
    }
}

@media (max-width: 545px) {
    .cart-table td.name {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .cart-table .delete div:before {
        background: 0 0;
    }

    .cart-table tr:hover .delete div:before {
        background: 0 0;
    }
}

.sticky-wrapper {
    position: relative !important;
}

@media (max-width: 425px) {
    .top-bar {
        display: none;
    }

}

.top-bar {
    padding: 2px 0;
    background: #f7f7f7;
}

.top-contacts .socials {
    padding-bottom: 16px;
    vertical-align: top;
    border-right: 1px solid #e0e0e0;
}

.socials li {
    padding-left: 23px;
    display: inline-block;
}

.socials li:first-child {
    padding-left: 0;
}

.top-bar .socials li a {
    color: #999;
}

.socials li a {
    font-size: 30px;
    color: #999;
}

.socials li a:hover {
    color: #1976d2;
}

.top-contacts .contacts {
    padding: 20px 0 4px 0;
    display: inline-block;
}

.top-contacts .contacts li {
    padding-left: 24px;
    vertical-align: top;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
}

.top-contacts .contacts li .fa {
    margin-right: 9px;
    color: #3d3d3d;
    font-size: 16px;
    transition: all 0.4s;
    vertical-align: middle;
}

.top-contacts .contacts li a {
    text-transform: uppercase;
    color: #3d3d3d;
}

.top-contacts .contacts li a:hover {
    color: #1976d2;
}

.top-contacts .contacts li a:hover .fa {
    color: #1976d2;
}

.staff-item {
    position: relative;
    overflow: hidden;
}

.staff-item .info {
    padding: 26px 0 10px 30px;
    width: 75px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #141414;
}
.staff-item .entertainers-name{
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #141414;
    opacity: 0.8;
    height: 75px;
}
.staff-item .info:before {
    content: "";
    width: 80px;
    background: #141414;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    transform: skew(-10deg);
    z-index: 0;
}

.staff-item .info .name,.staff-item .entertainers-name .name {
    font-size: 16px;
    display: block;
    color: #fff;
    line-height: 19px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    z-index: 1;
    position: relative;
}

.staff-item .entertainers-name .name{
    text-align: center;
    padding-top: 25px;
}
.staff-item .info .position {
    padding-top: 9px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: normal;
    color: #666;
    display: block;
    font-family: Montserrat, sans-serif;
    z-index: 1;
    position: relative;
}

.staff-item .info .number {
    width: 75px;
    color: #00aeff;
    font-size: 24px;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 23px;
}

.staff-item a img {
    width: 300px;
    height: 300px;
    max-width: 100%;
    object-fit: cover;
}

.main-stuff-slider .nav-arrow {
    width: 68px;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 12px;
    background: #00aeff;
}

.main-stuff-slider .nav-arrow.left-arrow {
    padding-left: 36px;
    left: 0;
    text-align: left;
}

.main-stuff-slider .nav-arrow.left-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    right: -7px;
    bottom: 0;
    width: 12px;
    transform: skew(-10deg);
    background: #00aeff;
    transition: all 0.4s;
}

.main-stuff-slider .nav-arrow.right-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    bottom: 0;
    width: 12px;
    transform: skew(-10deg);
    background: #00aeff;
    transition: all 0.4s;
}

.main-stuff-slider .nav-arrow.right-arrow {
    padding-right: 36px;
    right: 0;
    text-align: right;
}

.main-stuff-slider .nav-arrow:hover {
    background: #141414;
    color: #fff;
}

.main-stuff-slider .nav-arrow.left-arrow:hover:before {
    background: #141414;
}

.main-stuff-slider .nav-arrow.right-arrow:hover:before {
    background: #141414;
}

@media (max-width: 1200px) {
    .staff-item {
        overflow: hidden;
    }

    .staff-item .info .name {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .staff-item {
        max-width: 353px;
        margin: 0 auto 30px;
    }
    .row.col-md-4.clear-pm-container{
        position: relative;
        max-width: 300px;
        margin: 0 auto 30px;
    }
}

.main-breaking-news {
    overflow: hidden;
    background: #f1f1f1;
}

.main-breaking-news .break-title {
    padding: 28px 0 26px 0;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    background: #cd201f;
    color: #fff;
    font-family: Montserrat, sans-serif;
    z-index: 1;
}

.main-breaking-news .break-title span {
    position: relative;
    z-index: 2;
}

.main-breaking-news .break-title:before {
    content: "";
    position: absolute;
    left: -10000%;
    top: 0;
    bottom: 0;
    background: #cd201f;
    right: 0;
    z-index: 0;
}

.main-breaking-news .break-title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    background: #cd201f;
    right: -20px;
    z-index: 1;
    transform: skew(-10deg);
}

.main-breaking-news .break-title.dark {
    color: #fff;
    background: #000;
}

.main-breaking-news .break-title.dark:before {
    background: #000;
}

.main-breaking-news .break-title.dark:after {
    background: #000;
}

.main-breaking-list {
    padding: 28px 0 0 0;
    z-index: 0;
}

.main-breaking-list .item {
    padding-left: 25px;
    font-size: 14px;
}

.main-breaking-list .item>* {
    display: inline-block;
    font-size: 14px;
}

.main-breaking-list .date {
    color: #292929;
}

.main-breaking-list .date span {
    padding: 0 15px;
    color: #a3a3a3;
    display: inline-block;
}

.main-breaking-list .news {
    color: #292929;
}

.main-breaking-list .news>img {
    margin-right: 9px;
    vertical-align: middle;
}

.main-breaking-list .arrow-wrap {
    width: 40px;
    position: absolute;
    right: 0;
    top: 23px;
}

.main-breaking-list .arrow-wrap a {
    color: #999;
}

.main-breaking-list .arrow-wrap a:hover {
    color: #141414;
}

.main-breaking-list .arrow-wrap .left-arrow {
    padding-right: 10px;
}

.main-breaking-list .arrow-wrap .right-arrow {
    padding-left: 10px;
}

@media (max-width: 767px) {
    .main-breaking-list {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .main-breaking-list .item {
        padding-left: 0;
    }

    .main-breaking-list .item a {
        white-space: nowrap;
    }

    .main-breaking-list .arrow-wrap {
        display: none;
    }
}

.player-name {
    display: inline-block;
}

.player-photo {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.player-photo .number {
    width: 80px;
    padding: 28px 0 0;
    text-align: center;
    position: absolute;
    font-size: 40px;
    font-weight: 700;
    color: #141414;
    background: #00aeff;
    top: 0;
    bottom: 0;
    left: 0;
}

.player-photo .number:before {
    content: "";
    background: #f0f0f0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: skew(-10deg);
    width: 250%;
    z-index: -1;
}

table tr td:first-child span {
    line-height: normal;
}

.recent-news .item {
    padding-bottom: 25px;
}

.recent-news .item:last-child {
    padding-bottom: 0;
}

.recent-news .item .date {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    font-family: Montserrat, sans-serif;
    line-height: normal;
}

.recent-news .item .date a {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    font-family: Montserrat, sans-serif;
    line-height: normal;
}

.recent-news .item .date a:hover {
    color: #1976d2;
}

.recent-news .item .name {
    font-size: 18px;
    color: #141414;
    font-weight: 700;
    line-height: 24px;
    display: block;
}

.recent-news .item .name:hover {
    color: #1976d2;
}

.contacts-wrap .contact-list {
    padding: 22px 0 0;
}

.contacts-wrap .contact-list li {
    padding: 0 0 5px 33px;
    position: relative;
}

.contacts-wrap .contact-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #999;
}

.contacts-wrap .contact-list li span {
    color: #141414;
    display: inline-block;
}

.contacts-wrap .contact-list li a {
    margin-bottom: 6px;
    display: block;
    color: #141414;
}

.contacts-wrap .contact-list li a:hover {
    color: #1976d2;
}

.contacts-wrap .contact-list li.phone span {
    font-size: 16px;
    color: #141414;
    font-family: Montserrat, sans-serif;
}

.customer-info .item {
    padding-bottom: 15px;
}

.customer-info .item label {
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
    font-weight: 400;
}

.customer-info .item span {
    padding-bottom: 7px;
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: normal;
    font-weight: 400;
}

.customer-info .item span i {
    font-style: normal;
    color: #d32f2f;
}

.sidebar-btn {
    background: #00aeff;
    font-size: 12px;
    text-transform: uppercase;
    color: #141414;
}

td a {
    color: #141414;
}

table th.club {
    width: 60%;
    text-align: left;
}

table td.club {
    width: 60%;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

table .club img {
    margin-right: 16px;
}

table {
    width: 100%;
}

table tr {
    cursor: pointer;
}

table tr th {
    background: #141414;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    height: 32px;
    text-align: center;
}

table tr th:first-child {
    padding-left: 20px;
    text-align: left;
}

table tr td {
    padding: 0 20px;
    height: 50px;
    line-height: normal;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
    color: #141414;
    text-align: center;
    background: #fcfcfc;
}

table tr td>* {
    vertical-align: middle;
}

table tr td:first-child {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    text-align: left;
}

table tr td:last-child {
    font-weight: 700;
}

table tr td:first-child i {
    margin-right: 8px;
    font-size: 16px;
}

table tr td:first-child span {
    line-height: 29px;
}

table tr td.up i {
    color: #4caf50;
}

table tr td.down i {
    color: #f44336;
}

table tr td.none i {
    color: #999;
    font-size: 10px;
}

table tr td:last-child span {
    width: 40px;
    height: 30px;
    line-height: 28px;
    border-radius: 9px;
    background: #141414;
    display: inline-block;
    color: #fff;
}

table tr td .team {
    padding: 0 15px 0 0;
}

table tr td:first-child span {
    line-height: normal;
}

table tr td:first-child span {
    margin: auto;
}

table tr td .organisation-name {
    margin: auto;
}

.tab-filters {
    padding-bottom: 24px;
}
.tab-filters.act-info {
    display: flex;
    gap: 20px;
}
.tab-filters.act-info::-webkit-scrollbar {
  height: 4px;
}
.tab-filters.act-info::-webkit-scrollbar-track {
  background: #fff; 
}
.tab-filters.act-info::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.tab-filters.act-info::-webkit-scrollbar-thumb:hover {
  background: #888; 
}
.tab-filters.act-info li {
    padding-right: 0;
}
@media (max-width: 600px) {
    .tab-filters.act-info.desc {
        overflow-x: scroll;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
}
@media (max-width: 320px) {
    .tab-filters.act-info.testimonial {
        overflow-x: scroll;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
}

.tab-filters li {
    padding-right: 30px;
    display: inline-block;
}

.tab-filters li:last-child {
    padding-right: 0;
}

.tab-filters li a {
    padding: 5px 0 12px 0;
    display: block;
    position: relative;
    font-size: 14px;
    color: #141414;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}

.tab-filters #showall-li {
    margin-left: 58%;
}

.tab-filters li a:before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    height: 6px;
    background: #00aeff;
    transition: all 0.4s;
}

.tab-filters li a:hover:before {
    width: 100%;
}

.tab-filters li.active a:before {
    width: 100%;
}

.error-wrap {
    min-height: 600px;
    position: absolute;
    top: 110px;
    bottom: 110px;
    left: 0;
    right: 0;
}

.error-wrap .error-title {
    left: 0;
    right: 0;
    bottom: 40%;
}

.error-wrap .error-title .big-text {
    font-size: 100px;
    display: inline-block;
    text-transform: uppercase;
    color: #141414;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    vertical-align: top;
    line-height: 58px;
}

.error-wrap .error-title .small-text {
    padding-left: 30px;
    font-size: 40px;
    display: inline-block;
    text-transform: uppercase;
    color: #141414;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    line-height: 43px;
    vertical-align: top;
}

.error-wrap .error-title .back {
    margin-top: 25px;
    margin-left: 160px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #141414;
    font-family: Montserrat, sans-serif;
}

.error-wrap .error-title .back i {
    margin-right: 38px;
    transition: all 0.4s;
}

.error-wrap .error-title .back:hover i {
    margin-left: -10px;
    margin-right: 48px;
}

@media (max-width: 600px) {
    .error-wrap .error-title .big-text {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }

    .error-wrap .error-title .small-text {
        display: block;
        padding-left: 0;
        text-align: center;
    }

    .error-wrap .error-title .small-text br {
        display: none;
    }
}

@media (max-width: 500px) {
    .error-wrap .error-title .small-text {
        word-wrap: break-word;
        white-space: pre;
        text-align: left;
    }

    .error-wrap .error-title .small-text br {
        display: block;
    }

    .error-wrap .error-title .small-text {
        font-size: 25px;
        line-height: normal;
    }

    .error-wrap .error-title .big-text {
        font-size: 40px;
        line-height: normal;
    }
}

div.fancy-select {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

div.fancy-select.disabled {
    opacity: 0.5;
}

div.fancy-select select:focus+div.trigger {
    box-shadow: 0 0 0 1px #fff;
}

div.fancy-select select:focus+div.trigger.open {
    box-shadow: none;
}

div.fancy-select div.trigger {
    border: #fff;
    border-radius: 4px;
    cursor: pointer;
    padding: 13px 24px 11px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #fff;
    color: #141414;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger.open {
    background: #fff;
    border: 1px solid #fff;
    color: #141414;
    box-shadow: none;
    width: 100%;
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 200px;
    overflow: auto;
    background: #fff;
    border-radius: 4px;
    border-top: 1px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    transition: opacity 0.3s ease-out, top 0.3s ease-out, visibility 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out,
        visibility 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, top 0.3s ease-out,
        visibility 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, top 0.3s ease-out,
        visibility 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, top 0.3s ease-out,
        visibility 0.3s ease-out;
}

div.fancy-select ul.options li {
    padding: 8px 12px;
    color: #141414;
    cursor: pointer;
    white-space: nowrap;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
    background: #1976d2;
    color: #141414;
}

div.fancy-select ul.options li.hover {
    color: #292929;
}

.mySlides {
    display: none;
}

.league_name {
    display: none;
}

@media (max-width: 550px) {
    .main-slide-post {
        height: 450px;
    }
}

.item_vertical {
    height: 50%;
    position: relative;
}

#horizontal-wrapper {
    width: 1000000px;
    position: relative;
    height: 100%;
}

#horizontal-wrapper .wrapper {
    float: left;
    position: relative;
    width: 1104px;
}

.older-slide-posts #wrapper {
    height: 800px;
}

.mySlides {
    display: none;
}

.league_name {
    display: none;
}

@media (max-width: 550px) {
    .main-slide-post {
        height: 450px;
    }
}

.item_vertical {
    height: 50%;
    position: relative;
}

#horizontal-wrapper {
    width: 1000000px;
    position: relative;
    height: 100%;
}

#horizontal-wrapper .wrapper {
    float: left;
    position: relative;
    width: 1104px;
}

.main-menu>li>ul>div li {
    margin: 0;
    display: block;
    position: relative;
    text-align: left;
}

.main-menu>li>ul>div>li.active {
    background: #00aeff;
}

.main-menu>li>ul>div>li.active>a {
    color: #000;
}

.main-menu>li>ul>div li a i {
    position: absolute;
    right: 20px;
}

.main-menu>li>ul>div>li>ul {
    background: #000;
    min-width: 250px;
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    height: 500px;
    min-height: 500px;
    border-left: 2px solid #00aeff;
}

.main-menu>li>ul>div>li>ul {
    background: 0 0;
}

.main-menu>li>ul>div>li>ul li {
    border-left: none;
}

.parent-holder {
    display: none;
}

.parent-holder>li:hover {
    background: #00aeff;
    border-left: 2px solid #000;
}

.parent-holder>li:hover>a {
    color: #000;
}

.panel-group.faq-container {
    margin-bottom: 0;
}

.faq-container .faq-super-title {
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 20px 0;
}

.panel-faq {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .03), 0 7px 14px rgba(0, 17, 35, .03);
    padding: 16px 24px;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-header .faq-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.faq-toggle i,
.cate-container .parent i {
    transition: transform 0.3s ease;
}

.faq-header[role=button][aria-expanded=true]>.faq-toggle i.fa-chevron-down,
.cate-container>.parent[role=button][aria-expanded=true]>i.fa-chevron-down {
    transform: rotate(180deg);
}

.faq-body * {
    margin: 0 !important;
    padding: 0 !important;
}

.faq-body,
.cate-container>.child-container {
    max-height: 0;
    opacity: 0;
    transition: all .25s ease-out;
}

.panel-faq [role=button][aria-expanded=true]~.faq-body,
.cate-container [role=button][aria-expanded=true]~.child-container {
    max-height: 100%;
    opacity: 1;
    padding-top: 8px;
}

.main-breaking-news.sticky:has(.breadcrumb) {
    top: 72px;
}

.blur-lazy-load-image {
    transition: filter 0.5s;
}

#scroll-up-btn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 40px;
    /* Place the button at the bottom of the page */
    right: 25px;
    /* Place the button 30px from the right */
    z-index: 9999;
    border-radius: 50%;
    padding: 10px 14px;
}

.white-header-modal {
    color: #ffffff
}

.blue-icon {
    font-size: small;
}

.vidplay {
    display: inline-block;
}

.vidthumb {
    pointer-events: none;
    cursor: pointer;
}

.tab-title {
    color: #0d0d0d !important;
    padding-top: 30px !important;
    padding-bottom: 14px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    font-family: Raleway, sans-serif !important;
    text-transform: uppercase !important;
}

.section {
    margin-top: 20px;
}

.img-responsive {
    width: 100%;
}

.stats {
    padding-top: 10px !important;
}

.request-quote {
    float: right;
    margin: 20px 0;
}

.search-input {
    margin: 20px 15px;
    width: 44% !important;
}

@media (min-width: 1200px) {
    .search-input {
        width: 44% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-input {
        width: 42% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-input {
        width: 40% !important;
    }
}

@media (min-width: 565px) and (max-width: 767px) {
    .search-input {
        width: 36% !important;
    }
}

@media (max-width: 564px) {
    .search-input {
        padding: 10px 15px !important;
        border-radius: 25px !important;
    }

    .search-input.search-location {
        display: none;
    }

    /* .btn.btn-secondary.search-icon-mobile {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50% !important;
        padding: 0 !important;
    } */

    .browse-act-cate-mobile {
        width: 50% !important;
    }
}

@media (max-width: 564px) and (min-width: 415px) {
    .search-input {
        width: 80% !important;
    }
}

@media (max-width: 414px) and (min-width: 341px) {
    .search-input {
        width: 75% !important;
    }
}

@media (max-width: 340px) and (min-width: 292px) {
    .search-input {
        width: 70% !important;
    }
}

@media (max-width: 291px) {
    .search-input {
        width: 60% !important;
    }
}

.sticky {
    position: -webkit-sticky;
    /* position: sticky;
    top: 0;
    z-index: 10; */
}

.top-quote {
    display: none;
    z-index: 99;
    bottom: 90px;
    right: 25px;
}

.input-inline {
    display: inline-block;
    width: 80% !important;
    margin-right: 20px;
    margin-bottom: 15px;
}

.proceed {
    margin-top: 0 !important;
}

th {
    background-color: white !important;
    color: #212529 !important;
}

.custom-blockquote {
    margin: 0;
    font-size: 16px;
    position: relative;
    line-height: 32px;
    font-weight: 500;
    color: #0d0d0d;
    font-family: "Open Sans", sans-serif;
}

.error-wrap {
    position: inherit !important;
    top: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.count label {
    margin-left: 10px !important;
}

.modal-content {
    background-color: #dcdcdcdb;
    color: #666;
}

.dropdown-checked label {
    color: #ffffff;
    font-weight: normal;
}

.checkbox-item {
    margin-left: 20px !important;
}

.cart-drop-product {
    padding: 0;
    max-height: 390px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
}

.cart-drop-product::-webkit-scrollbar {
    height: 5px;
    /* height of horizontal scrollbar ? You're missing this */
    width: 5px;
    /* width of vertical scrollbar */
    border: 1px solid #d5d5d5;
}

.cart-drop-product::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee;
}

.cart-drop-product::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #b0b0b0;
}

.request-title {
    margin-bottom: 15px;
}

.hot {
    background-color: #b44335;
    color: #ffffff !important;
    margin-top: 10px;
    padding: 6px 42px 6px 10px;
}

.favorite {
    background-color: #ffc107;
    color: #ffffff !important;
    margin-top: 10px;
    padding: 6px 16px 6px 10px;
}

.popular {
    background-color: #007bff;
    color: #ffffff !important;
    margin-top: 10px;
    padding: 6px 15px 6px 10px;
}

.main-stuff-slider .nav-arrow {
    width: 30px;
}

.main-stuff-slider .nav-arrow.left-arrow {
    padding-left: 15px;
}

.main-stuff-slider .nav-arrow.right-arrow {
    padding-right: 15px;
}

.staff-item .info .position {
    font-size: 9px;
    font-weight: 600;
}

.position .hot:before {
    content: "" !important;
}

#statusIcon {
    width: 10px;
    height: 10px;
}

.blog-category {
    margin-bottom: 0px;
}

.breadcrumb a:last-child::after {
    display: none;
}

@media screen and (min-width:701px) {
    .breadcrumb a {
        position: relative;
        top: 0;
        color: #fff;
        padding: 6px 12px;
        background-color: #0084ff;
        margin-left: 8px;
        display: inline-block;
        padding-left: 30px;
        text-align: center;
    }
    .breadcrumb a:hover {
        background-color: #006eff;
    }
    .breadcrumb>a:before {
        position: absolute;
        top: 0;
        content: '';
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 19px 0px 19px 24px;
        border-color: transparent transparent transparent #f1f1f1;
        z-index: 1;
    }
}
@media screen and (max-width:700px) {
    .breadcrumb {
        margin: 12px 0;
    }
    .breadcrumb a{
        color: #000;
        /* margin-right: 20px; */
    }
    .breadcrumb a:hover{
        border-bottom: 1px solid #000;
    }
    .breadcrumb a::before:hover{
        border-bottom: none !important;
    }
    .breadcrumb a::before {
        content: " / ";
        color: #000;
        position: sticky;
        margin: 0px 3px;
        font-weight: bold;
    }
    .breadcrumb a:first-child::before {
        content: "";
        margin: 0px;
    }
    .breadcrumb a:first-child{
        margin-left: 0px !important;
    }
    .breadcrumb>a:after {
        display: none;
    }    
}
.breadcrumb a:first-child {
    margin-left: 0;
    min-width: 80px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.breadcrumb a:last-child {
    min-width: 135px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.breadcrumb a:first-child:before {
    border: none;
}

.breadcrumb>a:after {
    position: absolute;
    top: 0;
    content: '';
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    transition: 0.3s ease-in-out;
    border-width: 19px 0px 19px 24px;
    border-color: transparent transparent transparent #0084ff;
    z-index: 2;
}

.breadcrumb>a:hover::after {
    border-color: transparent transparent transparent #006eff;
}

.custom-top-description {
    max-height: 280px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical !important;
}

/*2021-10-13 tien add start custom divider: */
.divider {
    /* minor cosmetics */
    display: table;
    font-size: 24px;
    text-align: center;
    width: 75%;
    /* divider width */
    margin: 0 auto 40px auto;
    /* spacing above/below */
    min-height: 1px;
}

.divider span {
    display: table-cell;
    position: relative;
}

.divider span:first-child,
.divider span:last-child {
    width: 51%;
    top: 13px;
    /* adjust vertical align */
    -moz-background-size: 100% 2px;
    /* line width */
    background-size: 100% 2px;
    /* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.divider span:first-child {
    /* color changes in here */
    background-image: -webkit-gradient(linear,
            0 0,
            0 100%,
            from(transparent),
            to(#000));
    background-image: -webkit-linear-gradient(180deg, transparent, #000);
    background-image: -moz-linear-gradient(180deg, transparent, #000);
    background-image: -o-linear-gradient(180deg, transparent, #000);
    background-image: linear-gradient(90deg, transparent, rgb(255, 255, 255));
}

.divider span:nth-child(2) {
    color: rgb(255, 255, 255);
    padding: 0px 5px;
    width: auto;
    white-space: nowrap;
}

.divider span:last-child {
    /* color changes in here */
    background-image: -webkit-gradient(linear,
            0 0,
            0 100%,
            from(#000),
            to(transparent));
    background-image: -webkit-linear-gradient(180deg, #000, transparent);
    background-image: -moz-linear-gradient(180deg, #000, transparent);
    background-image: -o-linear-gradient(180deg, #000, transparent);
    background-image: linear-gradient(90deg, rgb(255, 255, 255), transparent);
}

/*2021-10-13 tien add end custom divider: */

.blue-title {
    color: rgb(1, 102, 255);
}

.yellow-title {
    color: #fbcb4f;
}

.yellow-title:hover {
    color: #ffffff !important;
}

.row-end {
    display: flex;
    justify-content: end;
}

.input-zone {
    background: #fff !important;
    width: 240px !important;
    height: 51.2px !important;
    color: #666 !important;
}

.fit-img {
    max-height: 300px !important;
    height: 300px !important;
    object-fit: contain;
}

.custom-cov-img {
    max-height: 300px !important;
    height: 300px !important;
    object-fit: cover !important;
}

.act-category-lst {
    height: 125px;
    object-fit: cover;
}

.filter-items-wrap .filter-title::after {
    position: absolute;

    content: "-";

    font-size: 14px;

    color: #ffffff;

    font-family: Montserrat, sans-serif;

    right: 0px;

    top: 0px;

    align-items: right;
}

.filter-items-wrap .filter-title.active::after {
    content: "+";

    font-size: 14px;

    color: #ffffff;

    font-family: Montserrat, sans-serif;

    right: 0px;

    top: 0px;

    text-align: right;
}

@media screen and (max-width: 995px) {
    .custom-social {
        display: none;
    }
}

.custom-company-logo {
    height: 130px;
    width: 100%;
    object-fit: contain;
}

@media screen and (min-width: 700px) {
    .custom-logo-row-container {
        display: flex;
        justify-content: center;
    }

    .company-logo-container {
        display: flex;
        align-items: center;
        height: 131px !important;
    }
}

.name.limit-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

.filter-parent-checked {
    width: 18px;
    height: 18px;
}

.filter-checked {
    margin-right: 10px !important;
    width: 18px;
    height: 18px;
}

.read-more-btn {
    position: absolute;
    bottom: 25px;
    z-index: 3;
    right: 38px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-autocomplete {
    top: 32.4px;
    left: 50.6875px;
    width: 200.4px;
    display: none;
    z-index: 10 !important;
}

/* auto complete css */
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.ui-menu-item-wrapper {
    color: black;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Montserrat, sans-serif;
}

/* end auto complete css */
@media screen and (max-width: 680px) {
    .mobile-response-category {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
    }

    .company-logo-container {
        display: flex;
        align-items: center;
        height: auto !important;
        padding: 10px;
    }
}

.custom-blog-image {
    object-fit: cover;
    height: 40vh;
}

act-search::after {
    content: "*";
}

/* mega menu */
.megamenu-li {
    position: static;
}

#video-wrapper {
    width: 100%;
    height: 100vh !important;
    max-height: 642px;
    background-color: gray;
    background-image: url(https://altusentertainment.b-cdn.net/static/video_logo.png?width=900&quality=50);
    margin-bottom: -6px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#introIframe, #introVid  {
    width: 100%;
    height: 100% !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #video-wrapper {
        max-height: 529px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #video-wrapper {
        max-height: 405px;
    }
}

@media (min-width: 750px) and (max-width: 767px) {
    #video-wrapper {
        max-height: 410px;
    }
}

@media (min-width: 700px) and (max-width: 749px) {
    #video-wrapper {
        max-height: 405px;
    }
}

@media (min-width: 650px) and (max-width: 699px) {
    #video-wrapper {
        max-height: 377px;
    }
}

@media (min-width: 600px) and (max-width: 649px) {
    #video-wrapper {
        max-height: 349px;
    }
}

@media (min-width: 550px) and (max-width: 599px) {
    #video-wrapper {
        max-height: 321px;
    }
}

@media (min-width: 500px) and (max-width: 549px) {
    #video-wrapper {
        max-height: 292px;
    }
}

@media (min-width: 400px) and (max-width: 499px) {
    #video-wrapper {
        max-height: 264px;
    }
}

@media (max-width: 399px) {
    #video-wrapper {
        max-height: 208px;
    }
}

.custom-overflow {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.one-line-overflow {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.black-title {
    color: #0d0d0d !important;
}

.input-zone-light {
    border: 1px solid !important;

    border-radius: 3px !important;
}

.act-cate {
    min-width: 400%;
    padding: 0;
    margin: 0;
    background: #000;
    border-radius: 0;
    border: none;
    position: absolute;
    top: 100%;
    z-index: 10;
    display: none;
    left: -150%;
}
@media (max-width: 1400px) {
    .act-cate {
        left: -195%;
    }
}

.act-blog, .menu-service {
    min-width: 250px;
    padding: 0;
    margin: 0;
    background: #000;
    border-radius: 0;
    border: none;
    position: absolute;
    top: 100%;
    z-index: 10;
    display: none;
    left: -130% !important;
}
.menu-service{
    left: -17% !important;
}

.act-blog.mobile {
    left: -135px;
    top: 130%;
}

.navbar-toggle.mobile > .act-blog > li {
    padding: 10px;
}
.navbar-toggle.mobile > .act-blog > li:hover {
    background: #00aeff;
}
.navbar-toggle.mobile > .act-blog > li > a {
    color: #fff;
}
.navbar-toggle.mobile > .act-blog > li:hover > a {
    color: #000;
}

.white-text-row {
    color: #ffffff !important;
}

.cate-def-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}

.custom-description * {
    font-size: 14px !important;
}

.fixed-item {
    position: fixed;
}

#bio * {
    color: #000;
}

.overflow-category {
    border-left: 2px solid #00aeff;
    padding: 0;
    overflow-y: scroll;
    height: 350px;
}

.category-height .col {
    overflow: hidden;
    position: relative;
    padding: 0.5rem;
    border-bottom-width: 1px;
    height: 350px;
}

.overflow-category::-webkit-scrollbar {
    height: 4px;
    /* height of horizontal scrollbar ← You're missing this */

    width: 4px;
    /* width of vertical scrollbar */

    border: 1px solid #d5d5d5;
}

.overflow-category::-webkit-scrollbar-track {
    border-radius: 0;

    background: #eeeeee;
}

.overflow-category::-webkit-scrollbar-thumb {
    border-radius: 0;

    background: #b0b0b0;
}

.blue-left-border {
    border-left: 2px solid #00aeff;
}

.float-right-container {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}

.align-image-container {
    display: flex;
    justify-content: center;
}

.object-fit-cover {
    object-fit: cover;
}

/*05/11/2021 - Toan add responsive mobile navigation*/
.search-input-responsive {
    width: -webkit-fill-available !important;
}

.search-btn-responsive {
    width: 40%;
    margin-left: 5%;
    margin-bottom: 10px;
}

.search-btn-responsive-2 {
    width: 40%;
    /* margin-right: 5%; */
    margin-left: 10%;
    margin-bottom: 10px;
    display: inline-flex;
    font-size: 15px;
    color: #ffffff;
}

.search-input {
    margin: 10px 15px;
}

/*05/11/2021 - Toan add responsive search input zone*END* */
.blackText {
    color: #000000;
}

/*custom vuongle*/
.custom-tags {
    max-height: 11vh;
    overflow: hidden;
    line-height: 15px !important;
}

.custom-tags a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    border-radius: 100px;
    background-color: #009ce5 !important;
    margin: 0px 5px !important;
    padding: 5px 8px !important;
    color: white !important;
}

.position-arrow {
    height: 25px;
    bottom: 0px;
    left: 30px;
    right: 30px;
    background-color: #7ed5fe;
    position: absolute;
    cursor: pointer;
}

.position-arrow:hover {
    background-color: #00aeff;
}

.tags.custom-tags {
    overflow-y: hidden;
    overflow-x: hidden !important;
    -ms-overflow-style: none !important;
    position: relative;
}

.tags.custom-tags::-webkit-scrollbar {
    height: 4px;
    /* height of horizontal scrollbar ← You're missing this */
    width: 4px;
    /* width of vertical scrollbar */
    border: 1px solid #d5d5d5;
}

.tags.custom-tags::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eeeeee;
}

.tags.custom-tags::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #b0b0b0;
}

.arrow {
    opacity: 0;
    position: absolute;
    left: calc(50% - 110px);
    top: 50%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
}

.arrow-first {
    animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-second {
    animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
}

.arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left;
}

.arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right;
}

@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 30%;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.see-more {
    color: white;
    text-align: center;
}

.see-more:after {
    text-align: start;
    content: "...";
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    animation: ellipsis-dot 1s infinite .3s;
    animation-fill-mode: forwards;
    width: 1.25em;
}

@keyframes ellipsis-dot {
    25% {
        content: "";
    }

    50% {
        content: ".";
    }

    75% {
        content: "..";
    }

    100% {
        content: "...";
    }
}

.card-loading.is-loading .image,
.card-loading.is-loading h2,
.card-loading.is-loading p {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
}

.card-loading.is-loading .image {
    height: 150px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card-loading.is-loading p {
    height: 20px;
}

.card-loading.is-loading h2 {
    margin-top: 7px;
}

.card-loading .content-loading {
    padding: 5px 20px;
}

@-webkit-keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

/*Custom category mobile*/
.main-menu.mobile li {
    text-align: start;
}

.main-menu.mobile li ul li ul {
    padding-right: 40px;
    padding-left: 18px;
}

.main-menu.mobile li ul li div a {
    padding-right: 8px;
}

.main-menu.mobile li ul li div button,
.main-menu.mobile li div button {
    background-color: transparent;
    border-color: transparent;
}

.parent-menu-style {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.player-photo.stats {
    margin: 0px;
    padding: 42px 30px !important;
    max-height: 520px;
}

.line-cut-artist{
    min-height: 655px;
}
@media (min-width: 992px) {
    .line-cut-artist {
        border-left: 4px solid #00aeff;
    }
}

@media (max-width: 991px) {
    .line-cut-artist {
        border-top: 4px solid #00aeff;
        min-height: 0;
    }
}

.player-name.custom-font-size {
    font-size: 36px;
    padding: 10px 0px;
    margin: 20px 0px 19px;
}

#whatToDoTitle {
    padding: 0px 0px 0px 0px;
}

.navbar-toggle.whatwedo.full.mobile {
    padding: 3px 10px;
    margin-left: 5px;
}

.navbar-toggle.artist-sign-up.full.mobile {
    margin-left: 5px;
}
.menu-socials.mobile{
    left: 0 !important;
}
.new-line {
    font-size: 18px;
}

#whatToDoModal {
    opacity: 1;
}

.modal-what-we-do {
    background-color: #ffffff !important;
    color: #666;
}

.top-header-bar :hover {
    color: #1976d2;
    cursor: pointer;
}

@media screen and (max-width: 680px) {

    /* format act details */
    .hide-0-to-680px {
        display: none !important;
    }


}

@media screen and (min-width: 681px) {
    .hide-680-to-inf {
        display: none !important;
    }
}

.container.padding-top-section {
    padding-top: 20px;
}

.container.padding-bottom-section {
    padding-bottom: 35px;
}

.row.remove-padding,
.custom-remove-padding {
    padding: 0;
}

.award.padding-item,
.item.img-top.padding-item {
    padding-bottom: 15px;
}

.blue-title.custom-font-link {
    font-size: 18px;
    font-weight: bold;
}
.show-more:hover,
.custom-font-link:hover {
    text-decoration: underline;
    color: #1976d2;
}

.clear-pm-container {
    padding: 0;
    margin: 0;
}

.custom-text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.media-act>* img {
    width: 300px;
    height: 300px;
    max-width: 100%;
    object-fit: cover;
}

.blue-title.title-section {
    padding-top: 20px;
    padding-bottom: 19px;
    font-size: 24px;
}

.custom-act-block-span {
    display: block;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #141414;
    padding-top: 20px;
    padding-bottom: 14px;
    font-size: 18px;
    margin: 10px 0;
}
h2.custom-act-block-h2,
h3.custom-act-block-h3,
h1.custom-act-block-h1 {
    font-size: 20px;
    margin: 20px 0;
    padding: 0;
}

h3.custom-media-h3,
h2.custom-media-h2,
h1.custom-detail-basket,
h2.custom-detail-basket {
    padding-top: 20px;
    padding-bottom: 19px;
    font-size: 24px;
    margin-top: 10px !important;
}

@media screen and (max-width: 700px) {
    .hide-0-to-700px {
        display: none !important;
    }
}

.flex-config {
    display: flex;
    justify-content: start;
    align-items: center;

}

.flex-config-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .search-input-full {
    margin: 20px 15px;
}

@media (min-width: 600px) and (max-width: 767px) {
    .search-input-full {
        width: 83% !important;
    }
}


@media (max-width: 563px) {
    .search-input-full {
        width: 80% !important;
    }
}

@media (min-width: 1200px) {
    .search-input-full {
        width: 90% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-input-full {
        width: 88% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-input-full {
        width: 85% !important;
    }
}


@media (min-width: 564px) and (max-width: 600px) {
    .search-input-full {
        width: 80% !important;
    }
}

@media (max-width: 400px) {
    .search-input-full {
        width: calc(100% - 90px) !important;
    }
} */

.custom-h5 {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 20px;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #141414;
    margin-bottom: 10px;
    margin-top: 10px;
}

.skype {
    cursor: pointer;
}

.modal.right .modal-dialog {
	position: fixed;
	left: 0;
	margin: auto;
	width: 85vw;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.modal.right .modal-dialog .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cate-menu {
    background-color: #1976d2;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b4b4b4;
}
.cate-menu .modal-title {
    flex: 1;
    color: #fff;
}
.cate-menu .close {
    opacity: 1 !important;
}
#modal-cate-mobile {
	flex: 1;
	overflow-y: auto;
    padding: 0;
    padding-bottom: 8px;
}
#modal-cate-mobile > ul > li {    
    padding: 15px;
    border-bottom: 1px solid #b4b4b4;
    display: flex;
    align-items: center;
}
#modal-cate-mobile > ul > li a {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    flex: 1;
    color:#000;
}
#modal-cate-mobile > ul > li button {
    border: 0;
    background-color: transparent;
}
.back-menu {
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Raleway, sans-serif;
}

.pointer-event{
    pointer-events: none
}

.icon-with-text {
    display: flex;
    align-items: center;
}
.icon-with-text>svg {
    min-width: 20px;
}
.specification.icon-with-text {
    gap: 6px;
}

#custom-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1061;
}
.cv-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    width: 100% !important;
}
.spinner {
    border: 6px solid rgba(0, 0, 0, 0.1);
    border-top: 6px solid #1976d2;
    border-radius: 50% !important;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.menu-socials.mobile>li>a>i{
    float: left;
}
.menu-socials.mobile>li>a>span{
    float: left;
    padding-left: 20px;
}
.menu-socials.mobile>li{
    padding: 15px 20px !important;
}
.menu-socials.mobile{
    min-width: 175px;
}
.socials-menu {
    min-width: 170px !important;
    padding: 0;
    margin: 0;
    background: #000;
    border-radius: 0;
    border: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    display: none;
}
.socials-menu>li>a>i{
    float: left !important;
    position: unset !important;
    margin-right: 20px;
}
.socials-menu>li{
    text-align: start !important;
}

.filter-parent-container {
    cursor: pointer;
    display: flex !important;
    align-items: center;
}
.filter-name {
    flex-shrink: 8;
    align-self: center;
    flex: 1;
    font-weight: bold;
}
.filter-parent-container .fa {
    padding: 0 8px;
}

.cate-brief h1,
.cate-brief h2 {
    margin: 0 !important;
    font-size: 24px !important;
    padding: 0 0 16px !important;
}
.rm-desc-btn {
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #337ab7;
}
.cate-brief .custom-top-description p a:hover,
.popover-category-location:hover,
.rm-desc-btn:hover {
    text-decoration: underline;
    color: #000;
}
.custom-logo.active{
    background-color: lightgrey !important;
    width: 200px;
    height: 55px;
    min-width: 200px;
}
.header-menu {
    min-width: 190px;
    background: #141414;
    border-radius: 4px;
    position: absolute;
    top: 100%;
    z-index: 10;
    box-shadow: 0 0 6px 0 #00000082;
    display: none;
}
.children-menu-style{
    display: flex;
}

.welcome-sign {
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 15px 0;
    margin: 0;
    background-color: #141414;
    line-height: 36px;
}
.what-we-do {
    padding: 24px 0; 
}
.what-we-do * {
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 18px;
}
.wwd-super-title {
    font-size: 24px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-bottom: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.wwd-content {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 32px;
}
.wwd-content img {
    height: 210px;
}
.wwd-content .wwd-title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 30px;
}
.wwd-content .text-content {
    text-align: justify;
}
@media (max-width: 1200px) {
    .wwd-content img {
        display: none;
    }    
    .introductory-text {
        margin-left: 25px !important;
    }
}

.exclusive-container {
    background-color: #161616;
    position: relative;
}
.exclusive-container::before,
.exclusive-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px; 
    background: linear-gradient(90deg, rgba(204,134,22,1) 4%, rgba(255,196,88,1) 36%, rgba(255,196,88,1) 68%, rgba(204,134,22,1) 96%);
}
.exclusive-container::before {
    top: 10px;
}
.exclusive-container::after {
    bottom: 10px;
}
.exclusive-container .thin-excs-line {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px; 
    background: linear-gradient(90deg, rgba(204,134,22,1) 4%, rgba(255,196,88,1) 36%, rgba(255,196,88,1) 68%, rgba(204,134,22,1) 96%);
}
.exclusive-container .thin-excs-line.top {
    top: 0;
}
.exclusive-container .thin-excs-line.bottom {
    bottom: 0;
}
.exclusive-container .excs-title {
    font-size: 24px;
    color: #fdce76;
    display: flex;
    gap: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 30px;
}
@media (max-width: 479px) {
    .exclusive-container .excs-title {
        display: block;
    }
}
.exclusive-container .excs-acts-container {
    display: flex;
    justify-content: space-between;
}
.exclusive-container .excs-acts-container img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.excs-acts-container .excs-acts-item {
    position: relative;
    box-shadow: 0px 0px 12px 0px #ffd689;
}
.acts-name {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    background: #000;
    opacity: 0.9;
    height: 60px;
    line-height: 20px !important;
}
.acts-name span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}
.title-text:hover,
.acts-name:hover span {
    text-decoration: underline;
}
.excs-acts-container .nav-arrow,
.excs-acts-container.main-stuff-slider .nav-arrow::before {
    background-color: #000;
}
.excs-acts-container .nav-arrow:hover,
.excs-acts-container.main-stuff-slider .nav-arrow:hover::before {
    background-color: #fdce76;
    color: #000;
}

.act-brief-container {
    background-color: #fff;
    padding: 10px;
}
.title-text {
    height: 42px;
    line-height: 22px !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    color: #000;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.brief-text {
    font-size: 12px;
    max-height: 90px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    margin-bottom: 6px;
}
.brief-text .see-more {
    color: #337ab7;
}
.brief-text .see-more:hover {
    text-decoration: underline;
}
.add-to-cart, .view-more {
    padding: 4px 8px;
    text-align: center;
    opacity: 0.9;
    border: 0;
    border-radius: 4px;
}
.add-to-cart {
    background-color: #1976d2;
    color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .add-to-cart, .view-more {
        padding: 4px;
    }
}
@media (min-width: 360px) and (max-width: 991px) {
    .add-to-cart, .view-more {
        flex: 50% !important;
    }
}
.view-more {
    background-color: #f1f1f1;
    color: #1976d2 !important;
    flex: 1;
    box-shadow: 0 0 4px 0 #1976d2;
}
.add-to-cart:hover,
.view-more:hover {
    opacity: 1;
    box-shadow: 0 0 12px 0 #1976d2;
}

.bg-with-text {
    position: relative;
}
.bg-with-text>img {
    height: 400px;
    object-fit: cover;
}
.bg-with-text>.bg-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #141414;
    opacity: 0.6;
}
.bg-with-text>.text {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    text-align: center;
    width: 50%;
}
.hub-container {
    background-color: #fff;
    border-radius: 4px;
}
.hub-container>.title {
    color: #1976d2;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    margin: 0;
}
.hub-container>.title>svg {
    background-color: #1976d2;
    border-radius: 50%;
    padding: 4px;
}
.hub-container>.body {
    padding: 0 24px 6px 24px;
}
.theme_solid_bg {
    background-color: #f1f1f1;
}

.first-section{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #141414;
}
.first-section>h1{
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.first-section>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}
.section-about-us>div{
    min-height: 400px;
    height: auto;
    margin: 0 auto;
}
.section-about-us>div:first-child{
    position: relative;
    min-height: auto;
    margin-bottom: -10px;
}
.second-section>h2, .second-section>div{
    padding-left: 25px;
    color: #141414;
    padding-top: 20px;
    padding-bottom: 19px;
    font-size: 24px;
}
.what-is-altus{
    display: flex;
}
.introductory-text{
    width: 55%;
    margin-left: 50px;
    padding-left: 20px;
}
.introductory-text>span{    
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 800;
}
.second-section{
    background-color: #f7f7f7 !important;
}
.third-section{
    background-image: url(https://altusentertainment.b-cdn.net/static/tmp_78979067-e677-4c9a-bcba-8463346d5999.jpeg?width=1200);
    /* background-position: center; */
    background-position: 0px -212px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 25px;
    gap: 10%;
}
.third-section>.left {    
    max-width: 50%;
    min-height: 350px;
}
.third-section>.left *{
    color: #fff;
}
.third-section>.right {
    max-width: 100%;
    min-width: 30%;
}
.section-about-us{
    max-width: 100%;
    margin: 0 auto;
}
.section-about-us>div:first-child{
    max-width: 100%;
    /* height: 450px; */
}
.section-about-us>div{
    max-width: 80%;
}
.fourth-section>.row{
    display: contents;
}
.fourth-section>.row>.col-md-12>.col-sm-6.col-md-3 {
    min-height: 400px;
    height: 400px;
    margin-top: 30px;
}
.fourth-section>.row .act-info-container{
    border-radius: 15px;
    background: white;
	position: relative;
	display: grid;
    height: 100%;
	align-items: flex-end;
	transition: 0.4s ease-out;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5) !important;
}
.fourth-section>.row .act-info-container:hover{
    transform: translateY(20px)
}
.fourth-section>.row .act-info-container:hover::before{
    opacity: 1;
}
.fourth-section>.row .act-info-container:hover>.act-brief-container{
    opacity: 1 !important;
	transform: translateY(0px) !important;
}
.fourth-section>.row .act-info-container::before{
    content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: rgba(0, 0, 0, 0.6) !important;
	z-index: 2 !important;
	transition: 0.5s;
	opacity: 0;
}
.fourth-section>.row .store-list-item>.act-info-container>img{
    width: 100%;
    height: 80%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}
.fourth-section>.row .store-list-item>.act-info-container>.act-brief-container{
    position: relative;
	z-index: 3 !important;
	color: white;
	opacity: 0;
	transform: translateY(30px);
	transition: 0.5s;
    text-align: center;
    background-color: transparent;
    height: 100%;
    overflow-y: auto;
}
.fourth-section>.row .store-list-item>.act-info-container>.act-brief-container>.brief-text{
	font-size: 18px;
	margin-top: 8px;
    border-top: none;
    max-height: none;
    -webkit-line-clamp: unset;
    height: auto;
    color: #fff;
    line-height: 22px;
}
.brief-info{
    position: absolute;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    width: 100%;
    min-height: 120px;
    max-height: 120px;
}
.brief-text-information{
    border-top: 1px solid #dadada;
    word-wrap: break-word;
    height: auto;
    min-height: 50px;
    padding: 6px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
}
.fourth-section>.row .store-list-item>.act-info-container>.brief-info>.title-text{
    padding: 10px 0px;
    margin-bottom: 0px;
}
.fourth-section>.row{
    display: flex;
    justify-content: space-around;
    height: auto;
    min-height: 400px;
}
.fourth-section>h2{
    color: #fff;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 19px;
    font-size: 24px;
}
@media screen and (max-width: 1450px) {
    .section-about-us>div:first-child{
        min-height: 0;
    }
    .fourth-section>.row{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }
    .fourth-section>.row>.col-sm-6{
        min-height: 400px !important;
        padding-top: 20px;
    }
}
@media screen and (max-width: 1470px) {
    .second-section>.what-is-altus>img {
        max-width: 400px;
        height: 250px;
    }
}
@media screen and (max-width: 1050px) {
    .second-section>.what-is-altus>img {
        width: 250px;
        height: 300px;
    }
    .second-section{
        height: 500px !important;
    }
}
@media screen and (max-width: 950px) {
    .second-section{
        height: 550px !important;
    }
    .third-section {
        flex-direction: column;
        justify-content: space-between;
    }
    .third-section>.left {
        max-width: unset;
        min-height: unset;
    }
}
@media screen and (max-width: 900px) {
    .second-section>.what-is-altus>img{
        width: 300px;
    }
    .second-section{
        height: 600px !important;
    }
    .section-about-us>div{
        max-width: 85%;
    }
}

@media screen and (max-width: 850px) {
    .second-section>.what-is-altus>img {
        width: 315px;
        height: 230px;
        margin-left: 180px;
    }
    .introductory-text {
        width: 90%;
        margin-top: 20px;
    }
    .what-is-altus {
        display: contents;
    }
}

@media screen and (max-width: 750px) {
    .second-section>.what-is-altus>img {
        margin-left: 150px;
    }
    .second-section {
        height: 650px !important;
    }
}

@media screen and (max-width: 717px) {
    .section-about-us>div {
        max-width: 90%;
    }
    .introductory-text {
        margin-left: 15px;
    }

}
@media screen and (max-width: 650px) {
    .third-section{
        position: sticky;
    }
    .second-section>.what-is-altus>img {
        margin-left: 120px;
    }
    .second-section {
        height: 700px !important;
    }
}

@media screen and (max-width: 550px) {
    .second-section>.what-is-altus>img {
        margin-left: 80px;
    }
    .second-section {
        height: 750px !important;
    }
}

@media screen and (max-width: 500px) {
    .section-about-us>div{
        max-width: 100%;
    }
    .fourth-section{
        padding-left: 20px;
    }
    #celeb-booking .custom-text-justify {
        text-align: start;
    }
    .bg-with-text>.text {
        font-size: 30px;
    }
    .third-section {
        gap: 12px;
    }
}


@media screen and (max-width: 450px) {
    .second-section {
        height: 800px !important;
    }

    .second-section>.what-is-altus>img {
        margin-left: 50px;
    }
}

@media screen and (max-width: 400px) {
    .second-section>.what-is-altus>img {
        width: 238px;
        height: 184px;
    }
    .second-section {
        height: 850px !important;
    }
}

@media screen and (max-width: 350px) {
    .second-section>.what-is-altus>img {
        margin-left: 31px;
    }
    .second-section {
        height: 950px !important;
    }
}
@media screen and (max-width: 300px) {
    .second-section {
        height: 1050px !important;
    }
}
.modal-dialog>.modal-content>.modal-body .card-loading>ul>li{
    list-style-type: none;
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.modal-dialog>.modal-content>.modal-body .card-loading>ul>li>a{
    color: #000;
}
.button-menu-navigation{
    background: 0 0;
    border: 0;
    float: right;
}
@media screen and (max-width: 991px) {
    .footer-mobile{
        width: 100%;
    }
    .col-lg-offset-1{
        margin-left:0;
    }
}
@media screen and (max-width: 991px) {
    .wwd-content .wwd-title {
        font-size: large;
    }
    .wwd-content .text-content {
        text-align: start;
    }
    .welcome-sign, .wwd-super-title {
        font-size: 20px;
        font-weight: bold;
    }
}

#hub-see-more {
    float: right;
    margin-top: 8px;
    cursor: pointer;
}

.main-menu-wrap>.desktop-header-container>.navbar-toggle.mobile.cart.full>i:after {
    width: 21px;
    height: 18px;
    border-radius: 50%;
    background: #00aeff;
    position: absolute;
    top: 21px;
    right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 19px;
    font-size: initial;
}
.custom-text-basket {
    padding-top: 20px;
    padding-bottom: 14px;
    font-size: 19px;
    font-family: Raleway,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #141414;
}
.custom-title-contact-us {
    font-family: Raleway, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 19px;
    font-size: 24px;
    margin-top: 10px !important;
}
.custom-text-below-logo {
    font-family: Raleway, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff !important;
    font-size: 12px !important;
    position: relative;
    padding: 0px !important;
    margin-top: 10px !important;
    background-color: transparent !important;
    text-align: center;
}

.place-holder-basket {
    color: #fff !important;
    display: block;
}
.place-holder-basket:hover {
    text-decoration: underline;
}

.map-container iframe {
    width: 100%;
}
#adddate, #addrangedate,
#madddate, #maddrangedate {
    margin-top: 6px;
}
@media (max-width: 563px) {
    .daterangepicker .drp-buttons {
        padding: 6px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;;
    }
    .daterangepicker .drp-buttons .drp-selected {
        text-align: left;
    }
    .daterangepicker .drp-buttons .btn {
        margin-left: 4px !important;
        font-size: 10px !important;
    }
}
.date-event .fa.fa-times {
    color: #fff;
}

.cart-act-container {    
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (max-width: 480px) {
    .cart-act-container {
        display: block;
    }
}
.cart-act-container .cart-act-name {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.global-talent.local-service{
    padding-bottom: 15px;
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-size: 20px; 
    font-weight: 600;
}

.cate-container {
    padding: 12px 24px;
}
.cate-container:first-of-type {
    padding-top: 0;
}
.cate-container:last-of-type {
    padding-bottom: 20px;
}
.cate-container>.parent {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.cate-container>.child-container {
    margin-top: 8px;
    padding: 0 18px;
    overflow: hidden;
}
.cate-container>.child-container>.child, 
.body-city-serve>.child-container>.child {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
    gap: 12px;
}

.cate-container>.child-container a {
    cursor: pointer;
}
.cate-container>.child-container a:hover {
    text-decoration: underline;
}
.cate-container>.child-container .brief-text {
    border: 0;
    padding: 0;
    margin-bottom: 20px;
    height: unset;
    font-size: 14px;
    line-height: 20px;
    font-style: italic !important;
}
.cate-container .all-talent {
    color: #000;
    text-align: right;
    margin-top: 8px;
    font-style: italic !important;
}
.one-row {    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #337ab7;
    border-radius: 50%;
    margin: 0 6px 2px 0px;
}
.recent-news .item:first-child{
    padding-top: 20px !important;
}

.white-text-row.custom-title-contact-us{
    border-bottom: solid white 1px;
}
.sidebar-tags-wrap>.tags{
    display: flex;
}

/* -------------------- ALGOLIA SEARCH CSS START -------------------- */
.autoComplete_wrapper{ /* The wrapper wrap the input and search selection list */
    width: 100%;
}
.algolia-search-container{
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.algolia-artist-search{
    width: 100%;
    height: 50px;
    padding-left: 16px;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 4px;
    outline: 0;
    border: 1px solid rgba(33,33,33,.2);
}
.algolia-search-list{
    min-width: 112px;
    overflow: scroll;
    overflow-x: hidden;
    max-width: none;
    max-height: 356px;
    position: absolute;
    width: calc(100% - 32px);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    z-index: 10;
}
.algolia-search-highlight {
    color: blue;
    background-color: #74b9f9;
    padding: 0 4px;
    border-radius: 6px;
}
.algolia-search-item-container{
    background: white; 
    padding: 6px 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: left;
}
.algolia-search-item {
    padding: 12px 16px;
    font-size: 1.45rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.algolia-search-item:hover{
    border-radius: 4px;
    cursor: pointer;
    background-color: rgba(179,173,214,.205);
}
.algolia-search-item-icon{
    font-size: 20px;
}
.algolia-search-button{
    font-size: 20px;
}

/* Loading CSS */
.algolia-loader{
    display: none;
    z-index: 100;
    height: 5px;
    margin: 0 auto;
    border: 1px solid transparent;
    background-color: #f1f1f1;
    position: sticky;
    padding: 1px;
    content: "";
    border-radius: 10px;
    top: -0.5rem;
    right: -4px;
    bottom: -4px;
    left: -4px;
}
.algolia-loader-bar{
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background: #193fbb;
    width: 0;
    -webkit-animation: borealisBar 2s linear infinite;
    animation: borealisBar 2s linear infinite;
}
@keyframes borealisBar {
    0% {
        left: 0%;
        right: 100%;
        width: 0%;
    }
    10% {
        left: 0%;
        right: 75%;
        width: 25%;
    }
    90% {
        right: 0%;
        left: 75%;
        width: 25%;
    }
    100% {
        left: 100%;
        right: 0%;
        width: 0%;
    }
}

/* Responsive css */
@media (max-width: 395px){
    .btn.btn-secondary.algolia-search-icon-mobile {
        width: 60px !important;
        height: 40px !important;
        border-radius: 50% !important;
        padding: 0 !important;
    }
}

@media (max-width: 767px){
    .autoComplete_wrapper {
        width: 100%;
    }
    .algolia-search-list{
        width: calc(100% - 12px - 70px);
    }

    .btn.btn-secondary.algolia-search-icon-mobile {
        width: 45px !important;
        height: 40px !important;
        border-radius: 50% !important;
        padding: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .autoComplete_wrapper {
        width: calc(690px - 12px - 70px);
    }
    .algolia-search-list{
        width: calc(690px - 12px - 70px);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .autoComplete_wrapper {
        width: calc(910px - 12px - 70px);
    }
    .algolia-search-list{
        width: calc(910px - 12px - 70px);
    }
}
@media (min-width: 1200px) and (max-width: 1919px) {
    .autoComplete_wrapper {
        width: calc(1110px - 12px - 70px);
    }
    .algolia-search-list{
        width: calc(1110px - 12px - 70px);
    }
}
@media (min-width: 1920px) and (max-width: 5000px) {
    .autoComplete_wrapper {
        width: calc(1110px - 12px - 70px);
    }
    .algolia-search-list{
        width: calc(1110px - 12px - 70px);
    }
}
/* -------------------- ALGOLIA SEARCH CSS END -------------------- */

.landing-img-container {
    height: 450px;
    overflow: hidden;
}
.landing-img-container img {
    min-height: 450px;
    object-fit: cover;
    max-height: 600px;
}
@media (max-width: 767px) {
    .landing-img-container {
	    height: 655px;
    }
    .landing-img-container img {
	    min-height: 655px;
    }
}

.original-container {
    background-color: #F1F1F1;
    position: relative;
}
.original-container::before,
.original-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px; 
    background: linear-gradient(90deg, #110a85 4%, #006eff 36%, #006eff 68%, #110a85 96%);
}
.original-container::before {
    top: 10px;
}
.original-container::after {
    bottom: 10px;
}
.original-container .thin-org-line {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px; 
    background: linear-gradient(90deg, #006eff 4%, #00acff 36%, #00acff 68%, #006eff 96%);
}
.original-container .thin-org-line.top {
    top: 0;
}
.original-container .thin-org-line.bottom {
    bottom: 0;
}
.original-container .org-title {
    font-size: 24px;
    color: #0166FF;
    display: flex;
    gap: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 30px;
}
@media (max-width: 479px) {
    .original-container .org-title {
        display: block;
    }
}
.original-container .org-acts-container {
    display: flex;
    justify-content: space-between;
}
.original-container .org-acts-container img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.org-acts-container .org-acts-item {
    position: relative;
    box-shadow: 0px 0px 6px 0px #0166FF;
}
.wwd-custom-creations-content>img{
    min-width: 350px !important; 
    object-fit: cover !important;
}
@media (max-width:600px) {
    .homepage-image-blog{
        object-fit: contain !important;
        height: auto !important;
    }
}

.venue-name {
    font-size: 36px;
    padding: 10px 0;
    margin: 10px 0;
    color: #1976d2;
    border-bottom: 2px solid #00aeff;
}
.venue-entity {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}
.venue-entity i.fa {
    font-size: 30px;
    width: 30px;
    text-align: center;
}
.venue-entity .social a,
.next-img {
    cursor: pointer;
}
.venue-entity .social a:hover {
    text-decoration: underline;
}
.venue-entity .description {
    margin-top: 16px;
}
.venue-entity .description .text,
.space-block .custom-list>li>span {    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.request-pricing-container {
    text-align: center;
    margin-top: 24px;
}
.venue-pricing .panel-faq {
    box-shadow: 0px 0 4px 1px #00000066;
    margin-bottom: 0;
    background-color: #fff;
}
.pricing-title {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    gap: 12px;
}
.pricing-title .faq-title {
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.venue-entity.pricing {
    margin-top: 0;
    gap: 0;
    flex-direction: column;
    min-width: 150px;
    max-width: 200px;
    margin-right: 10%;
}
.venue-block {
    background-color: #fff;
    margin-top: 30px;
    padding: 0 30px 30px 30px;
}
.venue-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.venue-title>h2{
    padding: 10px 0;
    margin: 10px 0;
    font-size: 24px;
    color: #1976d2;
}
.default-btn {
    background-color: #1976d2;
    border: 1px solid #1976d2;
    padding: 8px 30px;
    border-radius: 4px;
    color: #fff;
}
.default-btn:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.space-block {
    display: flex;
    gap: 16px;
    padding: 18px;
    background-color: #f1f1f1;
    box-shadow: 0 0 4px 0 #00000066;
}
@media (max-width: 991px) {
    .space-block {
        flex-direction: column;
    }
    .space-block .img-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.space-block .img-section>img {
    width: 400px;
    max-height: 350px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 500px) {
    .space-block .img-section>img {
        width: 100% !important;
    }
    .pricing-title {
        flex-direction: column;
        align-items: flex-start
    }
    .pricing-title .faq-title {
        max-width: 100%;
    }
    .venue-entity.pricing {
        min-width: auto;
    }
    .first-section-global-location h1.center-section {
        font-size: 36px;
        padding: 0 12px !important;
    }
}
.space-block .info-section {
    flex: 1;
}
.space-block .custom-list {
    list-style: disc; 
    padding-left: 20px; 
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
    grid-column-gap: 20px;
    grid-row-gap: 12px;
}
.space-block .custom-list>li {
    line-height: 26px;
}
.space-block .custom-list>li>span {    
    -webkit-line-clamp: 3;
}
.info-title>.name {
    font-size: 22px;
    color: #1976d2;
}
.info-title>.subname {
    font-size: 14px;
}
.info-block>b {
    display: block;
    margin: 12px 0;
}
.info-block .custom-list {
    margin-top: 4px;
}
.venue-block.map iframe {
    width: 100%;
}
#venue-primary-img>img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    pointer-events: none;
}
#venue_carousel .carousel-img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    box-shadow: 0px 0 4px 1px #00000066;
}
#venue_carousel .carousel-img.active {
    border: 4px solid #1976d2;
}
.container-mystic-venue{
    width: 100%;
}
.background-mystic-venue > img {
    max-width: 100%;
    padding: 0px;
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}
.see-all-image{
    position: absolute; 
    bottom: 25px;
    right: 60px;
}
.button-see-all{
    padding: 10px 20px;
}
.button-see-all > span {
    font-family: Arial, Helvetica, sans-serif;
}

.bread-crumb-info{
    -webkit-text-stroke-width: medium;
}
.bread-crumb-info a:hover{
    border-bottom: 1px solid #000;
}
.bread-crumb-info a::before:hover{
    border-bottom: none !important;
}
.bread-crumb-info a::before,  .bread-crumb-info span::before{
    content: " / ";
    color: #000;
    position: sticky;
    margin: 0px 3px;
    font-weight: bold;
}
.bread-crumb-info *:first-child::before {
    content: "";
    margin: 0px;
}
.bread-crumb-info a:first-child{
    margin-left: 0px !important;
}
.bread-crumb-info>a:after {
    display: none;
}
.common-instruction > h1{
    color: #3084D6;
    padding:10px 0px;

    text-transform: unset;
}
.common-instruction h1{
    color: #3084D6;
    padding:10px 0px;

    text-transform: unset;
}
.common-instruction > span{
    color: #000;
}
.content-the-instruction > div:not(:last-child) {
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
}

.title-event-detail > p{
    font-weight: 900;
    font-size: xx-large;
    flex: 1;
    text-align: center;
}
.event-detail-form{
    display: grid; 
    align-items: center;
    border: 1px solid #c5c5c5;
    padding: 20px;
}
.input-type{
    display: flex;
}
.input-type-event-detail{
    display: flex;
}
.input-type-event-detail > i{
    font-size: 25px;
    padding: 15px 10px;
    width: 45px;
}

.input-type-event-detail > input, .input-type-event-detail > textarea{
    border: 1px solid #c5c5c5;
    border-radius: 5px;
}
.event-detail-info > div > span{
    padding-left: 45px;
    color: #000;
}
.event-detail-info > .item{
    padding-top: 15px;
}
.button-submit-event-detail{
    padding: 15px 30px;
    background-color: #1976D2;
    border: none;
    color: white;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}
.similar-image-section{
    display: inline-block;
    position: relative;
    height: auto;
    max-height: 350px;
    width: 350px;
    margin: 8px;
    cursor: pointer;
}
.similar-image-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.similar-image-section span{
    font-weight: 900;
    font-size: 17px;
}
.similar-image-section span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
    width: 320px;
    display: table-cell;
}
@media screen and (max-width: 500px) {
    .similar-image-section, .space-box{
        width: 100% !important;
    }
}

.img-gallery-container {
    background-color: #1976D2;
    text-transform: none;
}
.common-pricing > .venue-block, .common-event-space > .venue-block {
    margin-top:0px
}
.line-no-mid {
    border: none;
    height: 1px;
    background: linear-gradient(to right,  #c1c1c1 40%, transparent 40%, transparent 60%,  #c1c1c1 60%);
    margin-top: 30px;
}
.text-between {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} 
.list-tags-container {
    display: flex;
    flex-wrap: wrap;
}
.venues-tags {
    padding: 8px;
    color: #000000;
}
.venues-tags > a {
    background-color: #cde8ff;
    padding: 10px 16px;
    border-radius: 24px;
    border: 1px solid #337ab7;
    transition: all 0.3s ease;
    display: block;
}
.venues-tags > a:hover {
    background: #1976d2;
    color: #fff;
    transform: translateY(-4px);
}
.show-all-event-type > div{
    float: right;
    cursor: pointer;
}
.show-all-event-type > div:hover{
    color: #000 !important;
    text-decoration: underline;
}
.top-venues-tags{
    text-align: center;
}
.top-venues-tags > a > span {
    color: #000;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.top-venues-tags > a{
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.top-venues-tags{
    margin-bottom: 16px;
    padding-left: 15px;
    padding-right: 15px;
}
.top-venues-tags > a:hover{
    color: #000 !important;
    text-decoration: underline;
}
.title-title-common-instruction{
    display: flex;
}
.text-venues-exclusive{
    text-align: center;
    left: 0;
    width: 141%;
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 80px;
    margin-left: 45px;
    font-size: 13px;
    padding: 5px;
    line-height: 2;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    background-color: #D6AD60;
    color: #ffffff;
}
.venue-detail-exclusive{
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    width: 250px;
    overflow: hidden;
    height: 250px;
    transform: rotate(90deg);
}
.marquee__inner {
    display: flex;
    background-color: #D6AD60;
}
.marquee__line {
    flex-shrink: 0;
    margin: 0;
    padding: 10px 15px;
    min-width: 100%;
    white-space: nowrap;
    animation-name: marqueeLine;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes marqueeLine {
    from {
        transform: translateX(0);
    }
    
    to {
        transform: translateX(-100%);
    }
}
.venues-template-exclusive{
    --border-size: 4px;
    --border-angle: 0turn;
        background-image: conic-gradient(
        from var(--border-angle),
        #213,
        #112 70%,
        #213
        ),
        conic-gradient(from var(--border-angle), transparent 20%, #ffe599, #bf9000);
        /* conic-gradient(from var(--border-angle), transparent 20%, #D6AD60, #B68D40); */
    background-size: calc(100% - (var(--border-size) * 2))
        calc(100% - (var(--border-size) * 2)),
        cover;
    background-position: center center;
    background-repeat: no-repeat;

    animation: bg-spin 3s linear infinite;
}
@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}
@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}
@media screen and (max-width:900px) {
    .venues-display-name{
        align-items: center;
    }
}
@media screen and (max-width:550px) {
    .banner-section .address{
        max-width: 40% !important;
    }
    .player-name.custom-font-size{
        font-size: 30px;
        padding-bottom: 0px;
    }
}
.display-table{
    display: table;
}
.location-banner-section {
    background: #141414;
    position: relative;
}
.location-banner-section>img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    opacity: 0.4;
}
.location-banner-section h1 {
    margin: 0; 
    padding: 0;
    color: #fff;
}
.location-banner-section .center-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 12px;
    z-index: 1;
}
.container-form {
    min-height: 150px;
    display: flex;
    min-width: 100%;
    border-radius: 4px;
}
.container-form:has(input:focus),
.container-form:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.search-by-category input:focus,
.search-by-location input:focus {
    border: 2px solid #00aeff;
}
.search-frm-global-location .container-form:has(input:focus),
.search-frm-global-location .container-form:hover {
    background-color: rgb(145 145 145 / 25%);
}
.search-form-location {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    padding: 12px;
}
@media (max-width: 600px) {
    .search-form-location {
        flex-direction: column;
    }
    .search-frm-location {
        margin-top: 12px;
    }
}
.text-instruction{
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #3d3d3d;
    line-height: 26px;
    padding: 25px;
}
.body-city-serve {
    padding: 0 24px 16px;
}
.title-location-state{
    color: #1976D2;
    font-size: 24px;
    margin: 0;
    padding: 16px 24px;
}
@media screen and (max-width:400px) {
    .title-location-state{
        font-size: 20px;
    }
    .container-card-top-venue{
        padding: 0px !important;
    }
}
.container-instruction-city-level > .content-instruction{
    padding:20px;
}
.title-instruction{
    display: flex;
    justify-content: space-between;
}
.title-left {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 24px;
}
.title-left .title-location-state {
    padding-left: 0;
}
.title-categories-in-city {
    color: #1976D2;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 20px; 
    padding-left:20px;
    padding-top:0px;
}
.categories-in-city > .body-categories-in-city > .container {
    max-width: 100% !important;
}
.body-question-section > div{
    display: flex;
    padding: 20px;
    padding-top: 0px;
    
}
@media screen and (max-width:500px) {
    .categories-question-section > .body-question-section > div > img{
        width: 100px;
        height: 100px;
    }
    .body-question-section > div{
        align-items: center;
    }
}
.see-more-artist-button{
    padding: 16px 24px;
}
.search-list-categories, .search-list-location {
    min-width: 112px;
    overflow: auto;
    max-width: 100%;
    max-height: 356px;
    position: absolute;
    width: calc(100% - 130px);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    z-index: 10;
}
.search-list-categories::-webkit-scrollbar, 
.search-list-location::-webkit-scrollbar {
    width: 6px;
}
.search-list-categories::-webkit-scrollbar-track, 
.search-list-location::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.search-list-categories::-webkit-scrollbar-thumb, 
.search-list-location::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}
.search-list-categories::-webkit-scrollbar-thumb:hover, 
.search-list-location::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.search-by-location.popup .search-list-categories {
    width: calc(100% - 24px);
}
.second-section-global-location .search-frm-global-location .search-list-location{
    width: calc(24% - 26px) !important;
}
.search-categories-container, .search-location-container{
    background: white;
    padding: 6px 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: left;
    border-bottom: 1px solid #f0f0f0;
}
.list-item-category{
    padding: 14px 16px;
    font-size: 1.45rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
#autoCompleteCategory, #autoCompleteLocation{
    font-weight: 700;
}
.second-section-global-location{
    background-color: #F1F1F1;
}
.second-section-global-location>h2 {
    text-align: center;
    font-family: 'Raleway';
    text-transform: capitalize;
}
.second-section-global-location>p {
    padding: 0px 40px;
    font-style: italic;
}
.search-frm-global-location{
    width: 100%;
    padding: 0px 40px;
    margin-bottom: 10px;
}
.search-frm-global-location .container-form {
    background-color: rgb(145 145 145 / 15%);
}
.entertainment-and-service-in-country {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 24px 20px;
}
.entertainment-and-service-in-country .us-state-card {
    flex: 0 0 calc(25% - 15px);
    position: relative;
}
.entertainment-and-service-in-country .us-state-card .card-bg {
    background-color: #000;
    border-radius: 4px;
}
.entertainment-and-service-in-country .us-state-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
    opacity: 0.4;
    border-radius: 4px;
}
.entertainment-and-service-in-country .us-state-card div:hover img {    
    opacity: 0.6;
}
.entertainment-and-service-in-country .us-state-card p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}
@media (max-width: 991px) {
    .entertainment-and-service-in-country .us-state-card {
        flex: 0 0 calc(50% - 10px);
    }
}
@media (max-width: 480px) {
    .entertainment-and-service-in-country .us-state-card {
        flex: 0 0 100%;
    }
}

.third-section-global-location {
    padding-bottom: 20px;
}
.list-state-in-country{
    max-width: 100%;
}
.list-state-in-country > .container {
    max-width: 100%;
    background-color: #F1F1F1 !important;
    padding-top:0px !important;
}
.sixth-section-global-location>.container,
.sixth-section-global-location .container .container.section  {
    max-width: 100%;
}
.sixth-section-global-location .yellow-title.show-more {
    color: #1976D2;
}
.sixth-section-global-location .yellow-title.show-more:hover {
    color: #000 !important;
    text-decoration: underline;
}
.second-section-global-location .search-frm-global-location .search-list-categories {
    width: calc(25% - 45px) !important;
}
.categories-loader,
.location-loader {
    display: none;
}
.categories-loader, .location-loader {
    z-index: 100;
    height: 5px;
    margin: 0 auto;
    border: 1px solid transparent;
    position: sticky;
    padding: 1px;
    content: "";
    border-radius: 10px;
    top: -0.5rem;
    right: -4px;
    bottom: -4px;
    left: -4px;
}
.categories-loader-bar, .location-loader-bar{
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background: #193fbb;
    width: 0;
    -webkit-animation: borealisBar 2s linear infinite;
    animation: borealisBar 2s linear infinite;
}
.categories-lack-location{
    text-align: center;
    min-height: 300px;
    height: 300px; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.categories-lack-location>h2{
    color:#fff;
}
.link-hover:hover,
.link-hover:focus {
    text-decoration: underline;
}
.popover-category-location{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #337ab7;
    cursor: pointer;
    text-align: start;
    width: max-content;
}
.custom-popover{
    position: absolute;
    z-index: 5;
    width: 300px;
    max-height: 250px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.9);
    margin-top: -12px;
}
.popover-title{
    font-size: medium;
    color: #fff;
    padding: 0 0 0 12px;
}

.custom-popover::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 45%;
    border: solid transparent;
    border-width: 10px;
    border-top-color: rgba(0, 0, 0, 0.9); /* Màu nền của popover */
    transform: translateX(-50%);
}
.custom-popover .popover-content .container-form{
    min-height: 84px !important;
    background: none;
}
.custom-popover .arrow {
    border-top-color: #f0f0f0 !important;
}
.custom-popover .popover-content .container-form .search-form-location .search-list-location{
    width: calc(74% - 32px);
}
.popover-location {
    position: relative;
}
.width-one-row{
    max-width: 70% !important;
}
@media screen and (max-width:700px) {
    .popover-location .custom-popover .popover-content .search-form-location .btn{
        padding: 15px 15px 13px 15px;
    }
}
@media screen and (max-width:500px) {
    .width-one-row{
        max-width: 60% !important;
    }
}
@media screen and (max-width:320px) {
    .width-one-row{
        max-width: 50% !important;
    }
}
.popover-location .custom-popover .popover-title .close{
    position: absolute;
    right: 19px;
    top: 10px
}
.popover-location .custom-popover .popover-title .close>span{
    color: #fff;
    font-size: 30px;
}
.right-404-section>img{
    width: 100%;
}
.left-404-section{
    padding: 20px;
    padding-left: 75px;
}
.left-404-section>h1{
    color:#1976D2;
    padding-bottom:0px;
    font-size: 43px;
}
.left-404-section>p{
    font-size:20px;
}
.error-page-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:1300px) {
    .right-404-section>img{
        min-height: 385px;
    }
    .left-404-section>h1{
        font-size: 34px;
    }
    .left-404-section>h2{
        font-size: 25px;
    }
}
@media screen and (max-width:1150px) {
    .right-404-section>img{
        min-height: 365px;
    }
}
@media screen and (max-width:991px) {
    .left-404-section{
        padding-left: 20px;
        padding-top: 5px;
    }
}
@media screen and (max-width:500px) {
    .right-404-section>img{
        min-height: 0px;
    }
}
.vid-watch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vid-watch>i {
    color: #1976d2;
    font-size: 66px;
    padding: 16px 34px 16px 42px;
}
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    50% { transform: translateX(2px); }
    75% { transform: translateX(-2px); }
    100% { transform: translateX(0); }
}
.vid-watch::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    border: 3px solid #1976d2;
}
.media-act:hover .vid-watch::before,
.media-act:hover .vid-watch>i {
    animation: shake 0.5s infinite;
}
.testimonial-wrap {
    display: flex; 
    flex-direction: column; 
    gap: 24px;
}
.testimonial-wrap>.icon-with-text {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}
.testimonial-wrap>.icon-with-text>svg { 
    min-width: 30px;
}
.client-name {
    color: #878787; 
    font-size: 18px;
}
.part5_reviews .ti-widget.ti-goog .ti-controls .ti-next:before,
.part5_reviews .ti-widget.ti-goog .ti-controls .ti-next:after,
.part5_reviews .ti-widget.ti-goog .ti-controls .ti-prev:before,
.part5_reviews .ti-widget.ti-goog .ti-controls .ti-prev:after {
    background-color: #fff;
} 
.footer-box {
    background-color: #fff;
    padding: 24px;
    border-radius: 4px;
}
.footer-box>h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
    font-size: 24px;
}
.footer-box>.venues-tags {
    display: inline-block;
}
.btn-link-inquire-form , .btn-link-inquire-form:active, .btn-link-inquire-form:focus
{
    border: 1px solid #1976d2;
    padding: 10px 20px ;
    background-color: #1976d2;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 17px;
}
.btn-link-inquire-form:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.btn-link-inquire-form span {
    font-weight: 400;
    margin: 0 10px;
}

.search-input-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (max-width: 767px) {    
    .search-input-wrapper {
        flex-direction: column;
    }
}

.new-cate-box-get-personalized-support
{
    padding: 20px;
    background-color: #EFF6FF;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.new-cate-box-get-personalized-support h3
{
    color: #000; 
    padding-top: 0;
    text-transform: none;
    font-weight: 400;
}
.new-cate-box-get-personalized-support p
{
    padding-bottom: 20px; 
    font-size: 18px;
}

.cate-banner-container {
    margin-top: 20px; 
    background-color: #fff; 
    overflow: hidden;
    border-radius: 4px;
}
.cate-banner>.left-banner {
    grid-column: span 2 / span 2; 
    height: 350px
}
.left-banner>img {
    object-fit: cover;
    object-position: left center;
    height: 100%;
}
.cate-banner>.right-banner {
    grid-column: span 3 / span 3; 
    padding: 16px 24px; 
    display: flex; 
    justify-content: space-between; 
    flex-direction: column;
    gap: 12px;
}
.right-banner>.assets {
    display: flex; 
    justify-content: space-between;
}
@media (min-width: 768px)
{
    .cate-banner {     
        display: grid;   
        grid-template-columns: repeat(5, minmax(0, 1fr)); 
    }
}
@media (max-width: 767px)
{
    .cate-banner>.left-banner {
        height: auto;
    }
    .custom-popover {
        margin-left: 24px;
        width: 250px;
    }
    .popover-location-category-location .custom-popover {
        margin-left: 40px;
    }
    .right-banner>.assets {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .show-basket-btn {
        right: 25px !important;
        bottom: 100px !important;
        padding: 14px !important;
    }
    .show-basket-btn>span {
        display: none;
    }
}

.hero-section
{
    position: relative;
}
.hero-section:before
{
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAABRJREFUGFdjZGBg+M/AwMDIyAAFAA4pAQP4L554AAAAAElFTkSuQmCC);    
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: var(--z-index);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 60px);
    padding: 24px;
}

.swal2-styled.swal2-confirm
{
    background-color: #1976d2 !important;
    box-shadow: none !important;
}

.search-categories-container .algolia-search-item
{
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    color: #3d3d3d;
}
.algolia-content-title
{
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: normal;
}
.algolia-content-title i
{
    color: #0d6efd;
    margin-right: 6px;
}
.algolia-content-description
{
    -webkit-line-clamp: 2;
    font-weight: 500;
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.algolia-search-item-image img
{
    width: 60px;
    max-width: 60px;;
    height: 60px;
    max-height: 60px;
    object-fit: cover;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}
@media (max-width: 991px)
{
    .search-categories-container .algolia-search-item
    {
        padding: 2px 4px;
        gap: 8px;
    }
}
@media (max-width: 480px)
{
    .algolia-search-container
    {
        gap: 8px;
    }

    .search-input-wrapper .algolia-artist-search {
        font-size: 12px;
        height: 40px;
    }
    #btn-search-location {
        padding: 10px 16px;
    }

    .search-list-categories, .search-list-location
    {
        width: calc(100% - 88px);
    }
}

.footer-contact
{
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-contact a
{
    color: #fff;
    fill: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.footer-contact a:hover {
    color: #1976d2;
    fill: #1976d2;
}

.search-by-category .search-popover, 
.search-by-location .search-popover
{    
    position: absolute;
    z-index: 5;
    width: 300px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
    margin-top: 12px;
    padding: 12px 16px;
}
.search-by-category .search-popover:before, 
.search-by-location .search-popover:before
{    
    content: '';
    position: absolute;
    top: -18px;
    left: 12px;
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: #fff;
}
.search-by-category .search-popover .popover-title, 
.search-by-location .search-popover .popover-title
{
    color: #2563eb;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 6px;
}
.search-by-category .search-popover .popover-content ul, 
.search-by-location .search-popover .popover-content ul
{
    padding-left: 20px;
    font-size: 13px;
    list-style: disc;
}
.search-by-category .search-popover .popover-content ul li, 
.search-by-location .search-popover .popover-content ul li
{
    margin-bottom: 8px;
}
.search-by-category .search-popover .popover-content ul li:last-child, 
.search-by-location .search-popover .popover-content ul li:last-child
{
    margin-bottom: 0;
}

.badge-container .badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    border-radius: 16px;
    background-color: #f0f0f0;
    font-size: 12px;
    color: #7b8994;
 }
.special-badge {
   display: flex;
   gap: 6px;
   flex-wrap: wrap;
}
.special-badge .badge {
   transition-property: all;
   transition-timing-function: cubic-bezier(.4,0,.2,1);
   transition-duration: 0.3s;
   cursor: default;
}
.special-badge .badge svg {
   width: 16px;
   height: 16px;
}
.special-badge .badge.favorite-act {
   background-color: rgba(34, 197, 94, 0.1);
   color: rgb(34, 197, 94);
}
.special-badge .badge.popular-act {
   background-color: rgba(59, 130, 246, 0.082);
   color: rgb(59, 130, 246);
}
.special-badge .badge.top-act {
   background-color: rgba(239, 68, 68, 0.082);
   color: rgb(239, 68, 68);
}
.special-badge .badge:hover {
   scale: 1.1;
}
.special-badge .badge:hover svg {
   transform: scale(1.25) rotate(12deg);
}
.stats .special-badge {
    gap: 12px;
}
.stats .special-badge .badge {
    font-size: 14px;
    padding: 4px 16px;
}

.hub-container>.body *,
.custom-top-description p,
.faq-body *,
#category-detail * {
    text-align: justify;
}

.btn.signup-btn {
    text-transform: capitalize; 
    position: fixed; 
    bottom: 100px; 
    right: 100px; 
    z-index: 10; 
    background: linear-gradient(135deg, rgb(47, 128, 237), rgb(86, 204, 242)); 
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
}
.btn.signup-btn:hover {
    background: #000;
}

.basket-modal .close {
    opacity: 1;
    position: absolute;
    top: -20px;
    right: -20px;
}
.basket-modal .basket-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
}
.basket-modal #latest-basket-item {
    margin-bottom: 20px; 
    padding-bottom: 20px; 
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.basket-modal #basket-latest-img {
    width: 100px; 
    height: 100px; 
    object-fit: cover; 
    border-radius: 8px; 
    border: 1px solid #e0e0e0;
}
.basket-modal #basket-latest-name,
.basket-modal .basket-other-item .other-item-name {
    flex: 1;
    font-size: 16px; 
    font-weight: 500; 
    color: #000;
}
.basket-modal #other-basket-item {
    margin-bottom: 20px;
}
.basket-modal .other-title {
    color: #666;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.basket-modal .other-title>#basket-others-count {
    font-family: 'Open sans', sans-serif;
}
.basket-modal #basket-others-list {
    max-height: 230px;
    overflow-y: auto;
}
.basket-modal .basket-other-item {
    display: flex; 
    align-items: center; 
    gap: 12px; 
    margin-bottom: 12px; 
    padding-bottom: 12px; 
    border-bottom: 1px solid #f0f0f0;
}
.basket-modal .basket-other-item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.basket-modal .basket-other-item>img {
    width: 60px; 
    height: 60px; 
    object-fit: cover; 
    border-radius: 6px; 
    border: 1px solid #e0e0e0;
}
.basket-modal .basket-other-item>.other-item-name {
    color: #666;
    font-size: 14px;
}
.basket-modal .basket-action {
    display: flex; 
    gap: 12px;
}
.basket-modal .basket-action button {
    flex: 1;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #00aeff;
    background-color: #fff;
    color: #00aeff;
    border-radius: 4px;
    transition: all 0.3s;
}
.basket-modal .basket-action button.request-quote-btn {
    background-color: #00aeff;
    color: #fff;
}
.basket-modal .basket-action button:hover {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
}
.basket-modal .remove-basket-item {
    background: none;
    border: none;
    color: #ff3939;
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
    transition: all 0.3s;
    opacity: 0.7;
}
.basket-modal .remove-basket-item:hover {
    opacity: 1;
}
