
.gap-1 {
    height: 2rem
}

.gap-2 {
    height: 4rem
}

.gap-3 {
    height: 6rem
}

.gap-4 {
    height: 8rem
}

.gap-5 {
    height: 10rem
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: .25rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin: 0 auto
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

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

.pl-1 {
    padding-left: .25rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

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

.pr-1 {
    padding-right: .25rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

@media (min-width: 768px) {
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.overflow-hidden {
    overflow: hidden
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-center {
        text-align: center !important
    }
    .text-md-right {
        text-align: right !important
    }
}

.pull-none {
    float: none !important
}

.text-muted {
    color: #999999
}

.text-primary {
    color: #428bca
}

.text-primary:hover {
    color: #3071a9
}

.text-warning {
    color: #8a6d3b
}

.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

.text-danger:hover {
    color: #843534
}

.text-success {
    color: #3c763d
}

.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

.text-info:hover {
    color: #245269
}

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

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

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

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

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

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

.list-inline>li:first-child {
    padding-left: 0
}

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

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.mt {
    margin-top: 20px
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.no-padding-left {
    padding-left: 0
}

.no-padding-right {
    padding-right: 0
}

.half-padding {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.full-width {
    width: 100%
}

.curved,
.content .select2-container .select2-choice,
.overlay {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px
}

.fading,
.overlay {
    -webkit-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease
}

hr.gold-line {
    margin: 0;
    position: relative;
    bottom: 20px;
    border-color: #a99b7c
}

.gray-container {
    background-color: #232323;
    padding: 15px;
    border: 1px solid #4b4b4b;
    min-height: 400px;
    position: relative;
    overflow: hidden
}

.lazy-hidden {
    opacity: 0
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1
}

.mt {
    margin-top: 50px;
    margin-bottom: 20px
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-Regular.woff") format("woff2"), url("../fonts/Poppins-Regular.html") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

audio,
canvas,
video {
    display: inline-block;
    width: 100%
}

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

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    padding-top: 62px;
    margin: 0;
    background-color: #000
}

@media (min-width: 768px) {
    body {
        padding-top: 64px
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 73px
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 90px
    }
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

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

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "â€œ" "â€" "â€˜" "â€™"
}

small {
    font-size: 80%
}

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

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

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

legend {
    padding: 0;
    border: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

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

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

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

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

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
}

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }
    a {
        text-decoration: underline
    }
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr {
        page-break-inside: avoid
    }
    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }
    @page {
        margin: 2cm 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

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

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

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333
}

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

a {
    color: #428bca;
    text-decoration: none
}

a:hover {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    color: #2a6496;
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

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

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

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

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

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .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: 200;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

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

cite {
    font-style: normal
}

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

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

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

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

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

.list-inline>li:first-child {
    padding-left: 0
}

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

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

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
    }
    .dl-horizontal dd:before {
        display: table;
        content: " "
    }
    .dl-horizontal dd:after {
        display: table;
        content: " ";
        clear: both
    }
    .dl-horizontal dd:before {
        display: table;
        content: " "
    }
    .dl-horizontal dd:after {
        display: table;
        content: " ";
        clear: both
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small,
blockquote .small {
    display: block;
    line-height: 1.428571429;
    color: #999999
}

blockquote small:before,
blockquote .small:before {
    content: "â€”Â "
}

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

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
    text-align: right
}

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

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: "Â â€”"
}

blockquote:before,
blockquote:after {
    content: ""
}

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

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

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

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

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

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

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

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

.container:after {
    display: table;
    content: " ";
    clear: both
}

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

.container:after {
    display: table;
    content: " ";
    clear: both
}

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

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

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

@media (min-width: 1400px) {
    .container {
        width: 1370px
    }
}


.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.megamenu ul li,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-search,
.col-sort,
.col-sm-6,
.col-md-6,
.refine--padding,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media all and (max-width: 580px) {
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .megamenu ul li,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-search,
    .col-sort,
    .col-sm-6,
    .col-md-6,
    .refine--padding,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        position: relative;
        min-height: 1px
    }
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-search,
.col-sort,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.megamenu ul li {
    float: left
}

.col-xs-12,
.megamenu ul li {
    width: 100%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-10 {
    width: 83.3333333333%
}

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

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-6,
.col-search,
.col-sort {
    width: 50%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-4 {
    width: 33.3333333333%
}

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

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-1 {
    width: 8.3333333333%
}

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

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

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

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

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

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

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

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

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

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

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

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

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

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

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

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

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-1 {
    left: 8.3333333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .megamenu ul li,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left
    }
    .col-sm-12 {
        float: left;
        width: 100%
    }
    .col-sm-11 {
        width: 91.6666666667%
    }
    .col-sm-10 {
        width: 83.3333333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.6666666667%
    }
    .col-sm-7 {
        width: 58.3333333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.6666666667%
    }
    .col-sm-4 {
        width: 33.3333333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.6666666667%
    }
    .col-sm-1 {
        width: 8.3333333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.6666666667%
    }
    .col-sm-pull-10 {
        right: 83.3333333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.6666666667%
    }
    .col-sm-pull-7 {
        right: 58.3333333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.6666666667%
    }
    .col-sm-pull-4 {
        right: 33.3333333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.6666666667%
    }
    .col-sm-pull-1 {
        right: 8.3333333333%
    }
    .col-sm-pull-0 {
        right: 0
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.6666666667%
    }
    .col-sm-push-10 {
        left: 83.3333333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.6666666667%
    }
    .col-sm-push-7 {
        left: 58.3333333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.6666666667%
    }
    .col-sm-push-4 {
        left: 33.3333333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.6666666667%
    }
    .col-sm-push-1 {
        left: 8.3333333333%
    }
    .col-sm-push-0 {
        left: 0
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .megamenu ul li,
    .col-md-5,
    .col-md-6,
    .refine--padding,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-search,
    .col-sort {
        float: left
    }
    .col-md-12,
    .col-search,
    .col-sort {
        width: 100%
    }
    .col-md-11 {
        width: 91.6666666667%
    }
    .col-md-10 {
        width: 83.3333333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.6666666667%
    }
    .col-md-7 {
        width: 58.3333333333%
    }
    .col-md-6,
    .refine--padding {
        width: 50%
    }
    .col-md-5 {
        width: 41.6666666667%
    }
    .col-md-4 {
        width: 33.3333333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.6666666667%
    }
    .col-md-1 {
        width: 8.3333333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.6666666667%
    }
    .col-md-pull-10 {
        right: 83.3333333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.6666666667%
    }
    .col-md-pull-7 {
        right: 58.3333333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.6666666667%
    }
    .col-md-pull-4 {
        right: 33.3333333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.6666666667%
    }
    .col-md-pull-1 {
        right: 8.3333333333%
    }
    .col-md-pull-0 {
        right: 0
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.6666666667%
    }
    .col-md-push-10 {
        left: 83.3333333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.6666666667%
    }
    .col-md-push-7 {
        left: 58.3333333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.6666666667%
    }
    .col-md-push-4 {
        left: 33.3333333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.6666666667%
    }
    .col-md-push-1 {
        left: 8.3333333333%
    }
    .col-md-push-0 {
        left: 0
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .refine--padding,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left
    }
    .col-lg-12 {
        float: left;
        width: 100%
    }
    .col-lg-11 {
        width: 91.6666666667%
    }
    .col-lg-10 {
        width: 83.3333333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8,
    .refine--padding {
        width: 66.6666666667%
    }
    .col-lg-7 {
        width: 58.3333333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.6666666667%
    }
    .col-lg-4 {
        width: 33.3333333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.6666666667%
    }
    .col-lg-1 {
        width: 8.3333333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.6666666667%
    }
    .col-lg-pull-10 {
        right: 83.3333333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.6666666667%
    }
    .col-lg-pull-7 {
        right: 58.3333333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.6666666667%
    }
    .col-lg-pull-4 {
        right: 33.3333333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.6666666667%
    }
    .col-lg-pull-1 {
        right: 8.3333333333%
    }
    .col-lg-pull-0 {
        right: 0
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.6666666667%
    }
    .col-lg-push-10 {
        left: 83.3333333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.6666666667%
    }
    .col-lg-push-7 {
        left: 58.3333333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.6666666667%
    }
    .col-lg-push-4 {
        left: 33.3333333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.6666666667%
    }
    .col-lg-push-1 {
        left: 8.3333333333%
    }
    .col-lg-push-0 {
        left: 0
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

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

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 10px 15px;
    line-height: 1.428571429;
    vertical-align: top
}

.table>thead>tr>th {
    vertical-align: bottom
}

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

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

.table .table {
    background-color: #ffffff
}

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

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

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

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

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

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

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

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

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

.table-hover>tbody>tr>.active:hover {
    background-color: #e8e8e8
}

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

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

.table-hover>tbody>tr>.success:hover {
    background-color: #d0e9c6
}

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

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

.table-hover>tbody>tr>.danger:hover {
    background-color: #ebcccc
}

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

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

.table-hover>tbody>tr>.warning:hover {
    background-color: #faf2cc
}

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

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

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

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

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

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

input[type=file] {
    display: block
}

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

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    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, 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: #999999
}

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

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #999999
}

.form-control[disabled],
.form-control[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee
}

fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee
}

textarea.form-control {
    height: auto
}

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

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -20px
}

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

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

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

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

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

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

fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    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
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

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

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442
}

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

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

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

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block
    }
    .form-inline select.form-control {
        width: auto
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

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

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

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

.form-horizontal .form-group:after {
    display: table;
    content: " ";
    clear: both
}

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

.form-horizontal .form-group:after {
    display: table;
    content: " ";
    clear: both
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333333;
    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] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad
}

.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active {
    background-image: none
}

.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled] {
    background-color: #ffffff;
    border-color: #cccccc
}

fieldset[disabled] .btn-default {
    background-color: #ffffff;
    border-color: #cccccc
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover {
    background-color: #ffffff;
    border-color: #cccccc
}

fieldset[disabled] .btn-default:hover {
    background-color: #ffffff;
    border-color: #cccccc
}

.btn-default.disabled:focus,
.btn-default[disabled]:focus {
    background-color: #ffffff;
    border-color: #cccccc
}

fieldset[disabled] .btn-default:focus {
    background-color: #ffffff;
    border-color: #cccccc
}

.btn-default.disabled:active,
.btn-default[disabled]:active {
    background-color: #ffffff;
    border-color: #cccccc
}

fieldset[disabled] .btn-default:active {
    background-color: #ffffff;
    border-color: #cccccc
}

.btn-default.disabled.active,
.btn-default[disabled].active {
    background-color: #ffffff;
    border-color: #cccccc
}

fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc
}

.btn-default .badge {
    color: #ffffff;
    background-color: #fff
}

.btn-primary {
    color: #ffffff;
    background-color: #26C9EA;
    border-color: #000
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #000;
    border-color: #285e8e
}

.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #000;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active {
    background-image: none
}

.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #428bca;
    border-color: #357ebd
}

fieldset[disabled] .btn-primary {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
    background-color: #428bca;
    border-color: #357ebd
}

fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.disabled:focus,
.btn-primary[disabled]:focus {
    background-color: #428bca;
    border-color: #357ebd
}

fieldset[disabled] .btn-primary:focus {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.disabled:active,
.btn-primary[disabled]:active {
    background-color: #428bca;
    border-color: #357ebd
}

fieldset[disabled] .btn-primary:active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.disabled.active,
.btn-primary[disabled].active {
    background-color: #428bca;
    border-color: #357ebd
}

fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512
}

.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active {
    background-image: none
}

.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled] {
    background-color: #f0ad4e;
    border-color: #eea236
}

fieldset[disabled] .btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.disabled:focus,
.btn-warning[disabled]:focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

fieldset[disabled] .btn-warning:focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.disabled:active,
.btn-warning[disabled]:active {
    background-color: #f0ad4e;
    border-color: #eea236
}

fieldset[disabled] .btn-warning:active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.disabled.active,
.btn-warning[disabled].active {
    background-color: #f0ad4e;
    border-color: #eea236
}

fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925
}

.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active {
    background-image: none
}

.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled] {
    background-color: #d9534f;
    border-color: #d43f3a
}

fieldset[disabled] .btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.disabled:focus,
.btn-danger[disabled]:focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

fieldset[disabled] .btn-danger:focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.disabled:active,
.btn-danger[disabled]:active {
    background-color: #d9534f;
    border-color: #d43f3a
}

fieldset[disabled] .btn-danger:active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.disabled.active,
.btn-danger[disabled].active {
    background-color: #d9534f;
    border-color: #d43f3a
}

fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439
}

.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,
.btn-success.active {
    background-image: none
}

.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled] {
    background-color: #5cb85c;
    border-color: #4cae4c
}

fieldset[disabled] .btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.disabled:focus,
.btn-success[disabled]:focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

fieldset[disabled] .btn-success:focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.disabled:active,
.btn-success[disabled]:active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

fieldset[disabled] .btn-success:active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.disabled.active,
.btn-success[disabled].active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc
}

.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active {
    background-image: none
}

.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled] {
    background-color: #5bc0de;
    border-color: #46b8da
}

fieldset[disabled] .btn-info {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.disabled:focus,
.btn-info[disabled]:focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

fieldset[disabled] .btn-info:focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.disabled:active,
.btn-info[disabled]:active {
    background-color: #5bc0de;
    border-color: #46b8da
}

fieldset[disabled] .btn-info:active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.disabled.active,
.btn-info[disabled].active {
    background-color: #5bc0de;
    border-color: #46b8da
}

fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover {
    color: #999999;
    text-decoration: none
}

fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

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

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse_content {
    padding: 0 20px
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.html");
    src: url("../fonts/glyphicons-halflings-regulard41d.html?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular-2.html") format("woff"), url("../fonts/glyphicons-halflings-regular-3.html") format("truetype"), url("../fonts/glyphicons-halflings-regular-4.html#glyphicons-halflingsregular") format("svg")
}

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

.glyphicon:empty {
    width: 1em
}

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

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

.glyphicon-euro:before {
    content: "â‚¬"
}

.glyphicon-minus:before {
    content: "âˆ’"
}

.glyphicon-cloud:before {
    content: "â˜"
}

.glyphicon-envelope:before {
    content: "âœ‰"
}

.glyphicon-pencil:before {
    content: "âœ"
}

.glyphicon-glass:before {
    content: "î€"
}

.glyphicon-music:before {
    content: "î€‚"
}

.glyphicon-search:before {
    content: "î€ƒ"
}

.glyphicon-heart:before {
    content: "î€…"
}

.glyphicon-star:before {
    content: "î€†"
}

.glyphicon-star-empty:before {
    content: "î€‡"
}

.glyphicon-user:before {
    content: "î€ˆ"
}

.glyphicon-film:before {
    content: "î€‰"
}

.glyphicon-th-large:before {
    content: "î€"
}

.glyphicon-th:before {
    content: "î€‘"
}

.glyphicon-th-list:before {
    content: "î€’"
}

.glyphicon-ok:before {
    content: "î€“"
}

.glyphicon-remove:before {
    content: "î€”"
}

.glyphicon-zoom-in:before {
    content: "î€•"
}

.glyphicon-zoom-out:before {
    content: "î€–"
}

.glyphicon-off:before {
    content: "î€—"
}

.glyphicon-signal:before {
    content: "î€˜"
}

.glyphicon-cog:before {
    content: "î€™"
}

.glyphicon-trash:before {
    content: "î€ "
}

.glyphicon-home:before {
    content: "î€¡"
}

.glyphicon-file:before {
    content: "î€¢"
}

.glyphicon-time:before {
    content: "î€£"
}

.glyphicon-road:before {
    content: "î€¤"
}

.glyphicon-download-alt:before {
    content: "î€¥"
}

.glyphicon-download:before {
    content: "î€¦"
}

.glyphicon-upload:before {
    content: "î€§"
}

.glyphicon-inbox:before {
    content: "î€¨"
}

.glyphicon-play-circle:before {
    content: "î€©"
}

.glyphicon-repeat:before {
    content: "î€°"
}

.glyphicon-refresh:before {
    content: "î€±"
}

.glyphicon-list-alt:before {
    content: "î€²"
}

.glyphicon-lock:before {
    content: "î€³"
}

.glyphicon-flag:before {
    content: "î€´"
}

.glyphicon-headphones:before {
    content: "î€µ"
}

.glyphicon-volume-off:before {
    content: "î€¶"
}

.glyphicon-volume-down:before {
    content: "î€·"
}

.glyphicon-volume-up:before {
    content: "î€¸"
}

.glyphicon-qrcode:before {
    content: "î€¹"
}

.glyphicon-barcode:before {
    content: "î€"
}

.glyphicon-tag:before {
    content: "î"
}

.glyphicon-tags:before {
    content: "î‚"
}

.glyphicon-book:before {
    content: "îƒ"
}

.glyphicon-bookmark:before {
    content: "î„"
}

.glyphicon-print:before {
    content: "î…"
}

.glyphicon-camera:before {
    content: "î†"
}

.glyphicon-font:before {
    content: "î‡"
}

.glyphicon-bold:before {
    content: "îˆ"
}

.glyphicon-italic:before {
    content: "î‰"
}

.glyphicon-text-height:before {
    content: "î"
}

.glyphicon-text-width:before {
    content: "î‘"
}

.glyphicon-align-left:before {
    content: "î’"
}

.glyphicon-align-center:before {
    content: "î“"
}

.glyphicon-align-right:before {
    content: "î”"
}

.glyphicon-align-justify:before {
    content: "î•"
}

.glyphicon-list:before {
    content: "î–"
}

.glyphicon-indent-left:before {
    content: "î—"
}

.glyphicon-indent-right:before {
    content: "î˜"
}

.glyphicon-facetime-video:before {
    content: "î™"
}

.glyphicon-picture:before {
    content: "î "
}

.glyphicon-map-marker:before {
    content: "î¢"
}

.glyphicon-adjust:before {
    content: "î£"
}

.glyphicon-tint:before {
    content: "î¤"
}

.glyphicon-edit:before {
    content: "î¥"
}

.glyphicon-share:before {
    content: "î¦"
}

.glyphicon-check:before {
    content: "î§"
}

.glyphicon-move:before {
    content: "î¨"
}

.glyphicon-step-backward:before {
    content: "î©"
}

.glyphicon-fast-backward:before {
    content: "î°"
}

.glyphicon-backward:before {
    content: "î±"
}

.glyphicon-play:before {
    content: "î²"
}

.glyphicon-pause:before {
    content: "î³"
}

.glyphicon-stop:before {
    content: "î´"
}

.glyphicon-forward:before {
    content: "îµ"
}

.glyphicon-fast-forward:before {
    content: "î¶"
}

.glyphicon-step-forward:before {
    content: "î·"
}

.glyphicon-eject:before {
    content: "î¸"
}

.glyphicon-chevron-left:before {
    content: "î¹"
}

.glyphicon-chevron-right:before {
    content: "î‚€"
}

.glyphicon-plus-sign:before {
    content: "î‚"
}

.glyphicon-minus-sign:before {
    content: "î‚‚"
}

.glyphicon-remove-sign:before {
    content: "î‚ƒ"
}

.glyphicon-ok-sign:before {
    content: "î‚„"
}

.glyphicon-question-sign:before {
    content: "î‚…"
}

.glyphicon-info-sign:before {
    content: "î‚†"
}

.glyphicon-screenshot:before {
    content: "î‚‡"
}

.glyphicon-remove-circle:before {
    content: "î‚ˆ"
}

.glyphicon-ok-circle:before {
    content: "î‚‰"
}

.glyphicon-ban-circle:before {
    content: "î‚"
}

.glyphicon-arrow-left:before {
    content: "î‚‘"
}

.glyphicon-arrow-right:before {
    content: "î‚’"
}

.glyphicon-arrow-up:before {
    content: "î‚“"
}

.glyphicon-arrow-down:before {
    content: "î‚”"
}

.glyphicon-share-alt:before {
    content: "î‚•"
}

.glyphicon-resize-full:before {
    content: "î‚–"
}

.glyphicon-resize-small:before {
    content: "î‚—"
}

.glyphicon-exclamation-sign:before {
    content: "î„"
}

.glyphicon-gift:before {
    content: "î„‚"
}

.glyphicon-leaf:before {
    content: "î„ƒ"
}

.glyphicon-fire:before {
    content: "î„„"
}

.glyphicon-eye-open:before {
    content: "î„…"
}

.glyphicon-eye-close:before {
    content: "î„†"
}

.glyphicon-warning-sign:before {
    content: "î„‡"
}

.glyphicon-plane:before {
    content: "î„ˆ"
}

.glyphicon-calendar:before {
    content: "î„‰"
}

.glyphicon-random:before {
    content: "î„"
}

.glyphicon-comment:before {
    content: "î„‘"
}

.glyphicon-magnet:before {
    content: "î„’"
}

.glyphicon-chevron-up:before {
    content: "î„“"
}

.glyphicon-chevron-down:before {
    content: "î„”"
}

.glyphicon-retweet:before {
    content: "î„•"
}

.glyphicon-shopping-cart:before {
    content: "î„–"
}

.glyphicon-folder-close:before {
    content: "î„—"
}

.glyphicon-folder-open:before {
    content: "î„˜"
}

.glyphicon-resize-vertical:before {
    content: "î„™"
}

.glyphicon-resize-horizontal:before {
    content: "î„ "
}

.glyphicon-hdd:before {
    content: "î„¡"
}

.glyphicon-bullhorn:before {
    content: "î„¢"
}

.glyphicon-bell:before {
    content: "î„£"
}

.glyphicon-certificate:before {
    content: "î„¤"
}

.glyphicon-thumbs-up:before {
    content: "î„¥"
}

.glyphicon-thumbs-down:before {
    content: "î„¦"
}

.glyphicon-hand-right:before {
    content: "î„§"
}

.glyphicon-hand-left:before {
    content: "î„¨"
}

.glyphicon-hand-up:before {
    content: "î„©"
}

.glyphicon-hand-down:before {
    content: "î„°"
}

.glyphicon-circle-arrow-right:before {
    content: "î„±"
}

.glyphicon-circle-arrow-left:before {
    content: "î„²"
}

.glyphicon-circle-arrow-up:before {
    content: "î„³"
}

.glyphicon-circle-arrow-down:before {
    content: "î„´"
}

.glyphicon-globe:before {
    content: "î„µ"
}

.glyphicon-wrench:before {
    content: "î„¶"
}

.glyphicon-tasks:before {
    content: "î„·"
}

.glyphicon-filter:before {
    content: "î„¸"
}

.glyphicon-briefcase:before {
    content: "î„¹"
}

.glyphicon-fullscreen:before {
    content: "î…€"
}

.glyphicon-dashboard:before {
    content: "î…"
}

.glyphicon-paperclip:before {
    content: "î…‚"
}

.glyphicon-heart-empty:before {
    content: "î…ƒ"
}

.glyphicon-link:before {
    content: "î…„"
}

.glyphicon-phone:before {
    content: "î……"
}

.glyphicon-pushpin:before {
    content: "î…†"
}

.glyphicon-usd:before {
    content: "î…ˆ"
}

.glyphicon-gbp:before {
    content: "î…‰"
}

.glyphicon-sort:before {
    content: "î…"
}

.glyphicon-sort-by-alphabet:before {
    content: "î…‘"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "î…’"
}

.glyphicon-sort-by-order:before {
    content: "î…“"
}

.glyphicon-sort-by-order-alt:before {
    content: "î…”"
}

.glyphicon-sort-by-attributes:before {
    content: "î…•"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "î…–"
}

.glyphicon-unchecked:before {
    content: "î…—"
}

.glyphicon-expand:before {
    content: "î…˜"
}

.glyphicon-collapse-down:before {
    content: "î…™"
}

.glyphicon-collapse-up:before {
    content: "î… "
}

.glyphicon-log-in:before {
    content: "î…¡"
}

.glyphicon-flash:before {
    content: "î…¢"
}

.glyphicon-log-out:before {
    content: "î…£"
}

.glyphicon-new-window:before {
    content: "î…¤"
}

.glyphicon-record:before {
    content: "î…¥"
}

.glyphicon-save:before {
    content: "î…¦"
}

.glyphicon-open:before {
    content: "î…§"
}

.glyphicon-saved:before {
    content: "î…¨"
}

.glyphicon-import:before {
    content: "î…©"
}

.glyphicon-export:before {
    content: "î…°"
}

.glyphicon-send:before {
    content: "î…±"
}

.glyphicon-floppy-disk:before {
    content: "î…²"
}

.glyphicon-floppy-saved:before {
    content: "î…³"
}

.glyphicon-floppy-remove:before {
    content: "î…´"
}

.glyphicon-floppy-save:before {
    content: "î…µ"
}

.glyphicon-floppy-open:before {
    content: "î…¶"
}

.glyphicon-credit-card:before {
    content: "î…·"
}

.glyphicon-transfer:before {
    content: "î…¸"
}

.glyphicon-cutlery:before {
    content: "î…¹"
}

.glyphicon-header:before {
    content: "î†€"
}

.glyphicon-compressed:before {
    content: "î†"
}

.glyphicon-earphone:before {
    content: "î†‚"
}

.glyphicon-phone-alt:before {
    content: "î†ƒ"
}

.glyphicon-tower:before {
    content: "î†„"
}

.glyphicon-stats:before {
    content: "î†…"
}

.glyphicon-sd-video:before {
    content: "î††"
}

.glyphicon-hd-video:before {
    content: "î†‡"
}

.glyphicon-subtitles:before {
    content: "î†ˆ"
}

.glyphicon-sound-stereo:before {
    content: "î†‰"
}

.glyphicon-sound-dolby:before {
    content: "î†"
}

.glyphicon-sound-5-1:before {
    content: "î†‘"
}

.glyphicon-sound-6-1:before {
    content: "î†’"
}

.glyphicon-sound-7-1:before {
    content: "î†“"
}

.glyphicon-copyright-mark:before {
    content: "î†”"
}

.glyphicon-registration-mark:before {
    content: "î†•"
}

.glyphicon-cloud-download:before {
    content: "î†—"
}

.glyphicon-cloud-upload:before {
    content: "î†˜"
}

.glyphicon-tree-conifer:before {
    content: "î†™"
}

.glyphicon-tree-deciduous:before {
    content: "îˆ€"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    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);
    background-clip: padding-box
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap
}

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

.dropdown-menu>.active>a {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu>.disabled>a {
    color: #999999
}

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

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

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

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

body {
    background: url("../img/img_background.html") no-repeat #000;
    background-size: 100%;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@-ms-viewport {
    width: device-width
}

.full-container {
    float: left;
    width: 100%
}

h2,
h3,
h4,
h5,
h6,
a {
    text-align: center
}

a {
    color: #d4b657;
    font-weight: bold;
    word-wrap: break-word;
    letter-spacing: 1px;
    -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in
}

a.button__read-more {
    font-size: 1.5em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding-top: 1em
}

a:hover,
a:focus {
    color: #FFF;
    text-decoration: none;
    outline: 0
}

a:before,
a:after {
    -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in
}

.content ul li {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 10px
}

.content ul li p {
    margin-bottom: 0px
}

.content a {
    font-weight: 400
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    text-align: left;
    text-transform: none
}

.content h2 {
    font-size: 25px
}

@media (min-width: 768px) {
    .content h2 {
        font-size: 30px
    }
}

.content h3 {
    font-size: 22px
}

@media (min-width: 768px) {
    .content h3 {
        font-size: 27px
    }
}

.content h4 {
    font-size: 20px
}

@media (min-width: 768px) {
    .content h4 {
        font-size: 25px
    }
}

.content h5 {
    font-size: 18px
}

@media (min-width: 768px) {
    .content h5 {
        font-size: 23px
    }
}

.content h6 {
    font-size: 17px
}

@media (min-width: 768px) {
    .content h6 {
        font-size: 20px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    color: #d4b657;
    text-align: center;
    text-transform: uppercase
}

#rates-h3 {
    text-align: center;
    margin: 30px 0 15px
}

h1 {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase
}

.content h1,
h1.gallery-heading,
.gallery-item h3,
h3.blog-heading,
.content h2.gallery-heading {
    text-align: center;
    color: #FFF;
    margin: 0 0 15px;
    padding-bottom: 11px;
    border-bottom: 1px solid #a99b7c;
    font-size: 22px
}

h1 {
    margin-top: 0px
}

h1.home-title {
    text-align: center
}

@media (min-width: 992px) {
    h1.home-title {
        text-align: left
    }
}

h1.gallery-heading {
    margin-left: 15px;
    width: 100%
}

h1.gallery-heading span {
    display: none
}

@media (min-width: 992px) {
    h1.gallery-heading span {
        display: inline
    }
}

@media (min-width: 768px) {
    h1.home-title {
        margin-bottom: 15px;
        text-align: left;
        margin-top: 15px;
        padding: 0
    }
}

h2.gallery-heading {
    margin-left: 15px;
    width: 100%
}

#profile h1.gallery-heading,
h2.gallery-heading {
    margin-left: 0;
    width: 100%
}

.content .post-detail h1 {
    margin-top: 15px
}

h2 {
    font-size: 28px
}

.content h2 {
    color: #FFF;
    text-align: left;
    margin: 15px 0 11px
}

h2.featured-heading {
    color: #FFF;
    font-size: 20px;
    max-width: 250px;
    margin: 10px auto;
    position: relative;
    z-index: 1
}

.gray-container h2 {
    border-bottom: 1px solid #898989;
    margin: 0;
    padding-bottom: 11px;
    background: -webkit-linear-gradient(#FFF, #d4b657);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300
}

#ymal h2 {
    text-align: center
}

.gallery-item h3 {
    text-align: center;
    border: none;
    margin: 15px 0 9px
}

h3.blog-heading {
    font-size: 18px;
    margin-top: 15px;
    border-color: #FFF
}

p {
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #474747;
    font-weight: normal;
    text-align: justify
}

label {
    color: #000;
    letter-spacing: 1px;
    font-weight: normal
}

.centered {
    text-align: center
}

* {
    font-family: "Poppins", sans-serif
}

h1 {
    font-weight: 300;
    font-size: 38px
}

h2 {
    font-weight: 300;
    font-size: 32px
}

h3 {
    font-weight: 300;
    font-size: 24px
}

h4,
h5 {
    font-weight: 300;
    font-size: 18px
}

p {
    font-weight: 300
}

h1,
h1 span {
    color: #fff;
    font-family: "Catamaran", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6,
span {
    text-align: left;
    color: #fff;
    font-family: "Catamaran", sans-serif;
    font-weight: 500
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: none
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group {
    margin-left: -1px
}

.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar:before {
    display: table;
    content: " "
}

.btn-toolbar:after {
    display: table;
    content: " ";
    clear: both
}

.btn-toolbar:before {
    display: table;
    content: " "
}

.btn-toolbar:after {
    display: table;
    content: " ";
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

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

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    display: table;
    content: " ";
    clear: both
}

.btn-group-vertical>.btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    display: table;
    content: " ";
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}

.btn-group-justified>.btn {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

[data-toggle=buttons]>.btn>input[type=radio],
[data-toggle=buttons]>.btn>input[type=checkbox] {
    display: none
}

.button__read-more {
    font-size: 1.5em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding-top: 1em
}

.btn {
    text-transform: capitalize
}

.btn-main {
    background-color: #D3B656;
    color: #fff
}

.btn-main:hover {
    background-color: #fff;
    color: #D3B656
}

.btn-black {
    background-color: #000;
    color: #fff
}

.btn-black:hover {
    background-color: #D3B656;
    color: #fff
}

.btn-radius-0 {
    border-radius: 0
}

.btn-uppercase {
    text-transform: uppercase
}

.btn-new {
    padding: 13px 34px
}

.btn:focus {
    outline: 0
}

.btn-readmore {
    background-color: #000;
    border: #D9B641 1px solid;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 35px;
    border-radius: 2px
}

.btn-readmore:hover {
    background-color: #D9B641
}

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

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

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

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

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

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

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

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

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn:first-child>.btn {
    margin-right: -1px
}

.input-group-btn:last-child>.btn {
    margin-left: -1px
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
    z-index: 2
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

.nav:after {
    display: table;
    content: " ";
    clear: both
}

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

.nav:after {
    display: table;
    content: " ";
    clear: both
}

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

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

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

.nav>li.disabled>a {
    color: #999999
}

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

.nav .open>a {
    background-color: #eeeeee;
    border-color: #428bca
}

.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #dddddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd
}

.nav-tabs>li.active>a {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent
}

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

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

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

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a {
    border: 1px solid #dddddd
}

.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a {
        border-bottom-color: #ffffff
    }
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a {
    color: #ffffff;
    background-color: #428bca
}

.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

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

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a {
    border: 1px solid #dddddd
}

.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a {
        border-bottom-color: #ffffff
    }
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #ffffff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before {
    display: table;
    content: " "
}

.navbar:after {
    display: table;
    content: " ";
    clear: both
}

.navbar:before {
    display: table;
    content: " "
}

.navbar:after {
    display: table;
    content: " ";
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    display: table;
    content: " ";
    clear: both
}

.navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    display: table;
    content: " ";
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before {
    display: table;
    content: " "
}

.navbar-collapse:after {
    display: table;
    content: " ";
    clear: both
}

.navbar-collapse:before {
    display: table;
    content: " "
}

.navbar-collapse:after {
    display: table;
    content: " ";
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        width: 100%;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 4px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    position: fixed;
    top: 0px;
    right: 0px
}

.navbar-toggle::before {
    content: 'MENU';
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.28px;
    display: block;
    text-align: center;
    margin-left: -6px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #FFF
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left;
        text-align: center;
        padding: 0
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        position: relative;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        float: none
    }
    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block
    }
    .navbar-form select.form-control {
        width: auto
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }
    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777777
}

.navbar-default .navbar-nav>li>a {
    color: #777777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a {
    color: #555555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a {
    color: #cccccc;
    background-color: transparent
}

.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #dddddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a {
    color: #555555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555555;
    background-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777777
}

.navbar-default .navbar-link:hover {
    color: #333333
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a {
        color: #555555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a {
        color: #cccccc;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent
    }
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a {
    color: #ffffff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a {
    color: #444444;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a {
    color: #ffffff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #ffffff;
    background-color: #080808
}

.navbar-inverse .navbar-link {
    color: #999999
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff
}

.navbar-close {
    display: block;
    width: 67px;
    height: 67px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #D4B657;
    background-image: url(https://www.diorescorts.com/themes/bespoke/img/cross.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center center
}

@media (min-width: 768px) {
    .navbar-close {
        display: none
    }
}

.navbar-collapse {
    position: fixed;
    width: 344px;
    height: 100% !important;
    background-color: #000000;
    z-index: 12;
    top: 0;
    right: 0;
    padding: 95px 52px
}

@media (min-width: 768px) {
    .navbar-collapse {
        position: static;
        top: 0;
        right: 0;
        height: auto !important;
        padding: 0 15px
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999999
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a {
        color: #ffffff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #ffffff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a {
        color: #444444;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444444;
        background-color: transparent
    }
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "/Â "
}

.breadcrumb>.active {
    color: #999999
}

ul.breadcrumb {
    border-radius: 0;
    background-color: #a4a1a3;
    border: 1px solid #929292;
    padding: 8px 30px
}

ul.breadcrumb a {
    color: #000;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase
}

.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.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-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:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #eeeeee
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd
}

.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd
}

.pagination>.disabled>a {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd
}

.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-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
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-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
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:before {
    display: table;
    content: " "
}

.pager:after {
    display: table;
    content: " ";
    clear: both
}

.pager:before {
    display: table;
    content: " "
}

.pager:after {
    display: table;
    content: " ";
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff
}

.pager .disabled>a:hover,
.pager .disabled>a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff
}

.pager .disabled>span {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em
}

.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999999
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active>.badge {
    color: #428bca;
    background-color: #ffffff
}

.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #ffffff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee
}

.jumbotron h1,
.jumbotron .h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    margin-top: 15px
}

.media .media {
    margin-top: 15px
}

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

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: 5px;
    background: #e35c68;
    color: #FFF
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555555
}

a.list-group-item .list-group-item-heading {
    color: #333333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    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: 15px
}

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

.panel-body:after {
    display: table;
    content: " ";
    clear: both
}

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

.panel-body:after {
    display: table;
    content: " ";
    clear: both
}

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

.panel>.list-group .list-group-item {
    border-width: 1px 0
}

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

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-title>a {
    color: inherit
}

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

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

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

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

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #dddddd
}

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

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

.panel-default {
    border-color: #dddddd
}

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

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

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

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

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

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box
}

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

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

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

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

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    display: table;
    content: " ";
    clear: both
}

.modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    display: table;
    content: " ";
    clear: both
}

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

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media screen and (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)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.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: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    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-top-color: #000000;
    border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000000;
    border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000000;
    border-width: 5px 5px 0
}

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

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

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

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px
}

.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
    content: " "
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
    content: " "
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
    content: " "
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
    content: " "
}

.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;
    transition: 0.6s ease-in-out left
}

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

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

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

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

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

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

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

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

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

.carousel-control {
    position: absolute;
    top: 45%;
    left: 0;
    width: 25px;
    height: 25px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    filter: alpha(opacity=50);
    z-index: 999
}

.carousel-control svg {
    width: 100%;
    height: 100%;
    display: block
}

.carousel-control.left {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

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

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

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: "â€¹"
}

.carousel-control .icon-next:before {
    content: "â€º"
}

.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: #000 \9;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 10px
}

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

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

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

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

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

.clearfix:after {
    display: table;
    content: " ";
    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;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs,
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm,
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md,
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important
    }
    table.visible-xs.visible-sm {
        display: table
    }
    tr.visible-xs.visible-sm {
        display: table-row !important
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important
    }
    table.visible-xs.visible-md {
        display: table
    }
    tr.visible-xs.visible-md {
        display: table-row !important
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }
    table.visible-xs.visible-lg {
        display: table
    }
    tr.visible-xs.visible-lg {
        display: table-row !important
    }
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important
    }
    table.visible-sm.visible-xs {
        display: table
    }
    tr.visible-sm.visible-xs {
        display: table-row !important
    }
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important
    }
    table.visible-sm.visible-md {
        display: table
    }
    tr.visible-sm.visible-md {
        display: table-row !important
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }
    table.visible-sm.visible-lg {
        display: table
    }
    tr.visible-sm.visible-lg {
        display: table-row !important
    }
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important
    }
    table.visible-md.visible-xs {
        display: table
    }
    tr.visible-md.visible-xs {
        display: table-row !important
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important
    }
    table.visible-md.visible-sm {
        display: table
    }
    tr.visible-md.visible-sm {
        display: table-row !important
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important
    }
    table.visible-md.visible-lg {
        display: table
    }
    tr.visible-md.visible-lg {
        display: table-row !important
    }
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important
    }
    table.visible-lg.visible-xs {
        display: table
    }
    tr.visible-lg.visible-xs {
        display: table-row !important
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important
    }
    table.visible-lg.visible-sm {
        display: table
    }
    tr.visible-lg.visible-sm {
        display: table-row !important
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important
    }
    table.visible-lg.visible-md {
        display: table
    }
    tr.visible-lg.visible-md {
        display: table-row !important
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

table.hidden-xs {
    display: table
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

table.hidden-sm {
    display: table
}

tr.hidden-sm {
    display: table-row !important
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

table.hidden-md {
    display: table
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

table.hidden-lg {
    display: table
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important
    }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important
    }
}

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

.megamenu ul,
.gallery-filters {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .megamenu ul,
    .gallery-filters {
        margin-bottom: 0px
    }
}

.row:before,
.megamenu ul:before,
.gallery-filters:before,
.row:after,
.megamenu ul:after,
.gallery-filters:after {
    display: table;
    content: " "
}

.row:after,
.megamenu ul:after,
.gallery-filters:after {
    clear: both
}

.row:before,
.megamenu ul:before,
.gallery-filters:before,
.row:after,
.megamenu ul:after,
.gallery-filters:after {
    display: table;
    content: " "
}

.row:after,
.megamenu ul:after,
.gallery-filters:after {
    clear: both
}

.footer {
    margin-bottom: 0
}

.footer-col {
    margin-bottom: 45px
}

@media (min-width: 992px) {
    .footer-col {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .footer .order-lg-1 {
        order: 1
    }
    .footer .order-lg-2 {
        order: 2
    }
    .footer .order-lg-3 {
        order: 3
    }
    .footer .order-lg-4 {
        order: 4
    }
}

@media (min-width: 768px) {
    .footer .order-md-1 {
        order: 1
    }
    .footer .order-md-2 {
        order: 2
    }
    .footer .order-md-3 {
        order: 3
    }
    .footer .order-md-4 {
        order: 4
    }
}

.footer-ac {
    border-top: #343434 1px solid;
    background-color: #000;
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-top: 30px;
    padding-bottom: 85px
}

@media (min-width: 992px) {
    .footer-ac {
        margin-top: 50px;
        padding-bottom: 0
    }
}

.footer-ac-innr {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center
}

@media (min-width: 992px) {
    .footer-ac-innr {
        flex-direction: row;
        justify-content: flex-end
    }
}

.footer-ac-logo {
    width: 40px
}

@media (min-width: 768) {
    .footer-ac-logo {
        margin-left: 15px
    }
}

.footer-ac a {
    color: #fff
}

.footer-ac a:hover {
    color: #bfbfbf
}

footer {
    border-top: 1px solid #343434;
    padding: 42px 0 0;
    background: #000
}

@media (min-width: 768px) {
    footer {
        padding: 69px 0 0
    }
}

footer #footer-menu {
    display: flex;
    flex-wrap: wrap
}

footer #footer-menu ul {
    list-style-type: none;
    padding: 0
}

footer #footer-menu ul li {
    margin: 0 0 9px 0
}

footer #footer-menu ul li a {
    color: #BEBEBE;
    font-size: 16px;
    font-weight: normal;
    display: block;
    line-height: 1.5
}

footer #footer-menu ul li a:hover {
    color: #fff
}

footer #footer-menu h4 {
    margin: 0 0 15px 0
}

@media (min-width: 768px) {
    footer #footer-menu h4 {
        margin: 0 0 30px 0
    }
}

footer #footer-menu .address p {
    width: 100%;
    max-width: 172px;
    text-align: left;
    color: #BEBEBE;
    font-size: 16px;
    line-height: 1.5
}

footer .footerLogo {
    display: block;
    width: 100%;
    width: 190px
}

footer .footerLogo img {
    width: 100px;
    height: auto
}

.row.pt-5{
    width: 91%;
    margin: auto;
}

footer .copy {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #fff
}

footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer a {
    text-align: left
}

.blog .container {
    max-width: 837px
}

.blog-col:last-child .blog-list::after {
    width: 0
}

.blog-list {
    padding-top: 45px;
    padding-bottom: 50px;
    position: relative
}

@media (min-width: 768px) {
    .blog-list {
        padding-left: 53px;
        padding-top: 75px;
        padding-bottom: 50px
    }
}

.blog-list::before {
    font-size: 135px;
    line-height: 1;
    color: #DBB642;
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0.14
}

@media (min-width: 768px) {
    .blog-list::before {
        content: attr(data-label)
    }
}

.blog-list::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #343434;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

@media (min-width: 768px) {
    .blog-list::after {
        width: 120px
    }
}

.blog-list p {
    color: #fff;
    letter-spacing: 0.35px
}

.blog-title {
    font-size: 20px;
    letter-spacing: 0.63px;
    text-align: left;
    text-transform: none;
    margin: 0
}

@media (min-width: 768px) {
    .blog-title {
        font-size: 25px
    }
}

.blog-date {
    color: #B9B9B9;
    font-size: 14px;
    margin-bottom: 36px;
    margin-top: 10px
}

.blog-decTot h1 {
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    .blog-decTot {
        padding-left: 53px;
        padding-top: 75px;
        position: relative
    }
}

.blog-decTot::before {
    font-size: 135px;
    line-height: 1;
    color: #DBB642;
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0.14
}

@media (min-width: 768px) {
    .blog-decTot::before {
        content: attr(data-label)
    }
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

.navbar {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.25em
}

.navbar-inverse {
    padding-top: 0px;
    padding-bottom: 0;
    border: none;
    background: none
}

.navbar-inverse .navbar-nav li a {
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 21.5px 13px;
    display: block
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-nav li a {
        padding: 19.5px 6px;
        font-size: 10px
    }
}

@media (min-width: 1200px) {
    .navbar-inverse .navbar-nav li a {
        padding: 19.5px 7px;
        font-size: 12px
    }
}

@media (min-width: 1300px) {
    .navbar-inverse .navbar-nav li a {
        padding: 21.5px 7px;
        font-size: 13px
    }
}

@media (min-width: 1400px) {
    .navbar-inverse .navbar-nav li a {
        padding: 21.5px 9px;
        font-size: 14px
    }
}

.navbar-inverse .navbar-brand {
    color: white
}

.navbar-inverse .navbar-toggle {
    border-color: transparent
}

.dropdown-menu {
    margin-left: 17px
}

.dropdown-menu>li>a {
    font-size: 1.25em;
    font-weight: bold
}

.navbar-left {
    max-width: 100%
}

.navbar-nav>li {
    padding: 0 5px
}

@media (min-width: 768px) {
    .navbar-nav>li {
        padding: 0
    }
}

#twitter-widget-0 {
    float: right
}

.navbar-collapse {
    border-top: none
}

header {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 0
}

@media (min-width: 768px) {
    header {
        padding: 0;
        border-bottom: #434343 1px solid
    }
}

@media (min-width: 992px) {
    header {
        padding: 5px 0
    }
}

@media (min-width: 1200px) {
    header {
        padding: 12px 0
    }
}

header .container-fluid {
    max-width: 1749px
}

#header-left img {
    width: 100%;
    max-width: 314px;
    padding: 25px 0
}

#header-logo {
    text-align: center
}

#header-logo img {
    width: 100px;
    object-fit:contain;
}

#contact-header p {
    color: #d4b657;
    text-transform: uppercase;
    text-align: right;
    font-size: 23px;
    line-height: 26px;
    padding: 10px 0px 0px 0px;
    margin: 0
}

#contact-header p a {
    color: #FFF
}

#contact-header p a span {
    font-size: 24px;
    display: inherit
}

#contact-header p span {
    display: block;
    font-size: 16px
}

.click-nav ul,
.click-nav1 ul,
.click-nav2 ul,
.click-nav3 ul {
    position: relative;
    font-weight: 900;
    padding: 0
}

.click-nav ul li,
.click-nav1 ul li,
.click-nav2 ul li,
.click-nav3 ul li {
    position: relative;
    list-style: none;
    cursor: pointer
}

.click-nav ul li ul,
.click-nav1 ul li ul,
.click-nav2 ul li ul,
.click-nav3 ul li ul {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999
}

.click-nav ul .clicker,
.click-nav1 ul .clicker1,
.click-nav2 ul .clicker2,
.click-nav3 ul .clicker3 {
    margin-bottom: 0;
    position: relative;
    color: #FFF;
    padding: 20px 0 16px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #a99b7c;
    background: #000;
    margin-top: 25px
}

.input-group .form-control {
    background: #d4b657
}

.click-nav3 ul .clicker3:hover,
.click-nav3 ul .active {
    background: #d4b657
}

.input-group .form-control {
    background: #d4b657
}

.click-nav img,
.click-nav1 img,
.click-nav2 img,
.click-nav3 img {
    position: absolute;
    top: 9px;
    left: 12px
}

.click-nav ul li a,
.click-nav1 ul li a,
.click-nav2 ul li a,
.click-nav3 ul li a {
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    display: block;
    background: #000;
    color: #a99b7c;
    text-decoration: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 0 6px;
    font-weight: bold
}

.click-nav ul li a:hover,
.click-nav1 ul li a:hover,
.click-nav2 ul li a:hover,
.click-nav3 ul li a:hover {
    background: #F2F2F2
}

.click-nav .no-js ul {
    display: none
}

.click-nav .no-js:hover ul {
    display: block
}

.content {
    padding: 9px 15px;
    border: 2px solid #cccdce;
    background-color: rgba(0, 0, 0, 0.85);
    margin-top: 15px
}

#home-top {
    background-image: url("../img/img_content_background.html");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain
}

.content p {
    color: #FFF
}

#content-right {
    margin-top: 34px
}

.content .select2-container {
    width: 100%;
    margin: 14px 0 11px
}

.content .select2-container .select2-choice {
    background-color: #000;
    border-color: #a99b7c;
    height: 53px;
    color: #FFF;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 12px 0 10px 26px
}

.select2-container .select2-choice>.select2-chosen {
    font-weight: bold
}

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
    background-position: 0 12px
}

#members-right {
    background: url("../img/img_members_background.html");
    background-size: cover;
    height: 189px;
    border: 1px solid #aeaeae;
    margin-top: 13px;
    padding: 53px 0
}

#members-right span {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    padding: 5px 0
}

#view-all {
    max-width: 600px;
    background-color: #000;
    border: 1px solid #a99b7c;
    margin: 0 auto 15px
}

#view-all:hover {
    background-color: #d4b657;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.click-nav ul .clicker:hover,
.click-nav1 ul .clicker1:hover,
.click-nav2 ul .clicker2:hover {
    background-color: #d4b657;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

#view-all a {
    display: block;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 19px 0 15px
}

.news-post {
    padding: 10px 10px 6px;
    background-color: #656462;
    margin-top: 15px
}

.news-post p {
    margin: 0
}

.news-post p a {
    color: #d4b657;
    font-size: 16px;
    font-weight: normal
}

#escorts-all,
.gallery-news {
    margin-top: 10px
}

.gallery-item-holder {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px
}

#gallery-featured .gallery-item-holder,
#escorts-duo .gallery-item-holder {
    width: 49%
}

.gallery-item {
    border: 0px solid #a99b7c;
    float: left;
    width: 50%;
    padding: 0 4px !important;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .gallery-item {
        width: 33.3333%;
        padding: 0 10px !important;
        margin-bottom: 30px
    }
}

@media (min-width: 992px) {
    .gallery-item {
        width: 25%
    }
}

.gallery-item-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    position: relative
}

@media (min-width: 768px) {
    .gallery-item-wrap {
        margin: 0
    }
}

.gallery-item-wrap .sortBy {
    width: 100%;
    padding-left: 47px;
    margin-bottom: 25px;
    position: relative;
    border-top: #707070 1px solid;
    border-bottom: #707070 1px solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

@media (min-width: 768px) {
    .gallery-item-wrap .sortBy {
        position: absolute;
        top: -59px;
        right: 15px;
        margin-bottom: 0;
        width: 163px;
        margin-left: 0;
        margin-right: 0;
        border: none
    }
}

@media (min-width: 768px) {
    .gallery-item-wrap .sortBy::before {
        content: "Sort By: ";
        position: absolute;
        left: 0;
        top: 0;
        top: 13px;
        color: #fff;
        font-size: 15px
    }
}

.gallery-item-wrap .sortBy select {
    width: 250px;
    height: 45px;
    background-color: transparent;
    border: none;
    border-bottom: #fff 1px solid;
    font-size: 15px;
    color: #fff
}

@media (min-width: 768px) {
    .gallery-item-wrap .sortBy select {
        width: 100%
    }
}

.gallery-item-wrap .sortBy select option {
    color: #000
}

.gallery-item-wrap .sortBy>button {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 13px 12px 13px 26px;
    font-size: 0;
    position: relative;
    white-space: nowrap
}

.gallery-item-wrap .sortBy>button:focus,
.gallery-item-wrap .sortBy>button:active {
    outline: 0;
    outline: none
}

.gallery-item-wrap .sortBy>button::before {
    content: "Sort By";
    font-size: 15px
}

@media (min-width: 768px) {
    .gallery-item-wrap .sortBy>button {
        font-size: 15px;
        padding: 13px 23px 13px 10px
    }
    .gallery-item-wrap .sortBy>button::before {
        content: ""
    }
}

.gallery-item-wrap .sortBy>button .caret {
    border: none;
    background-image: url(../img/filter-svgrepo-com.html);
    background-size: 19px auto;
    width: 19px;
    height: 20px;
    left: 0;
    top: 14px;
    position: absolute;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .gallery-item-wrap .sortBy>button .caret {
        width: 9px;
        height: 9px;
        border-right: #fff 1px solid;
        border-bottom: #fff 1px solid;
        transform: rotate(45deg);
        position: absolute;
        top: 18px;
        right: 0;
        left: inherit;
        background-image: none
    }
}

.gallery-item-wrap .sortBy .dropdown-menu {
    margin: 0;
    padding: 22px 15px;
    border-radius: 0;
    min-width: inherit;
    width: 100%;
    left: inherit;
    right: 0;
    border: none
}

@media (min-width: 768px) {
    .gallery-item-wrap .sortBy .dropdown-menu {
        min-width: 226px;
        border-radius: 3px
    }
}

.gallery-item-wrap .sortBy .dropdown-menu input {
    display: none
}

.gallery-item-wrap .sortBy .dropdown-menu input:checked+label {
    color: #D4B657
}

.gallery-item-wrap .sortBy .dropdown-menu input:checked+label::before {
    border-color: #D4B657
}

.gallery-item-wrap .sortBy .dropdown-menu input:checked+label::after {
    opacity: 1
}

.gallery-item-wrap .sortBy .dropdown-menu label {
    padding-left: 32px;
    position: relative;
    font-size: 14px;
    font-weight: 300
}

.gallery-item-wrap .sortBy .dropdown-menu label::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    border: #707070 1px solid;
    border-radius: 50%;
    left: 0
}

.gallery-item-wrap .sortBy .dropdown-menu label::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 9px;
    border-right: 2px #D4B657 solid;
    border-bottom: 2px #D4B657 solid;
    transform: rotate(45deg);
    opacity: 0
}

.gallery-item-wrap .sortBy .dropdown-menu .close {
    position: absolute;
    width: 58px;
    height: 58px;
    background-color: #D4B657;
    top: 0;
    right: 0;
    background-image: url(../img/cross.html);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1
}

.gallery-item-wrap .sortBy .dropdown-menu .title {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 46px
}

.gallery-item-wrap .sortBy .dropdown-menu .apply-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 15px
}

.gallery-item-wrap .sortBy .dropdown-menu .apply-btn .apply {
    width: 100%;
    background-color: #D4B657;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 15px;
    border-radius: 2px
}

.profile-thumbnail {
    position: relative
}

.profile-thumbnail .gallery-item-availebility {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    border-top: #d4b657 1px solid;
    border-bottom: #d4b657 1px solid;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    font-style: italic;
    font-weight: 400;
    padding: 4px 0;
    z-index: 12;
    color: #fff
}

.gallery-item img {
    width: 100%;
    transition: all 0.3s ease-in-out
}

.overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(56, 53, 45, 0.8)
}

.overlay:hover {
    opacity: 1
}

.overlay span {
    color: #FFF;
    text-transform: lowercase;
    font-size: 20px;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -14px
}

.gallery-item .profile-info {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 22px
}

.gallery-item .profile-info a {
    color: #FFF;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 18px
}

.gallery-item .profile-info p {
    margin-bottom: 0;
    color: #FFF;
    text-transform: uppercase;
    line-height: 16px
}

.gallery-item .profile-info p:last-child {
    color: #d4b657
}

h2.featured-heading span,
h1.gallery-heading span,
h2.gallery-heading span,
#profile-reviews p#reviewer-details,
#ymal h2 span {
    color: #d4b657
}

#gallery #content-right {
    margin-top: 51px
}

#gallery .click-nav ul,
#gallery .click-nav1 ul,
#gallery .click-nav2 ul {
    margin-bottom: 10px
}

#gallery .click-nav ul .clicker,
#gallery .click-nav1 ul .clicker1,
#gallery .click-nav2 ul .clicker2,
#gallery .content .select2-container {
    margin-top: 0
}

.duo-gallery {
    margin-bottom: 30px
}

.duo-gallery .profile-info {
    margin-bottom: 11px
}

.next-previous {
    margin-bottom: 11px
}

.next-previous a {
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 2px
}

#profile-right {
    padding: 0 10%;
    margin-top: 38px
}

#profile-right .full-container {
    margin-bottom: 30px
}

.list-group-item {
    background: none;
    color: #FFF;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 0 1px;
    margin-bottom: 0
}

.list-group-item span {
    color: #d4b657
}

.table>tbody>tr>td.rate,
.next-previous a span {
    color: #d4b657
}

#profile-right .table,
.well p {
    margin-bottom: 0
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px 0 1px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

.content #profile-right p {
    font-size: 16px;
    font-weight: bold
}

.small-thumbs {
    padding: 30px 15px 0
}

#profile-right #profile-reviews {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #a99b7c
}

#profile-reviews p {
    margin-bottom: 10px
}

p#profile-bio {
    margin-bottom: 0
}

.well {
    background: #262626;
    float: left;
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 15px
}

.well p {
    font-weight: bold;
    font-size: 16px
}

#blog .list-group {
    margin: 0
}

.progress-bar-theme {
    background-color: #887e7a
}

.semi-opaque-black {
    background: #eee7e2
}

.cursor-pointer {
    cursor: pointer
}

.validator {
    display: none
}

.form-group {
    margin-bottom: 25px
}

.form-control {
    margin-bottom: 0px;
    background: #090909;
    border-color: #937e3b;
    color: #fff;
    border-radius: 0;
    padding: 3px 12px;
    height: 52px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400
}

.datepicker {
    margin-bottom: 5px;
    background: #090909;
    border-color: #937e3b;
    color: #fff;
    border-radius: 0;
    padding: 3px 12px;
    height: 52px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    height: auto;
    padding: 15px 12px !important
}

.datepicker td.day:hover {
    background: #262626 !important
}

textarea.form-control {
    padding: 10px
}

*::-webkit-input-placeholder,
*:-moz-placeholder,
*::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important
}

*:-ms-input-placeholder {
    color: #fff !important
}

.input-group-btn>.btn {
    padding: 14px 15px;
    font-weight: bold;
    font-size: 16px
}

#message {
    color: #a99b7c;
    text-align: center;
    padding: 0 0 10px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px
}

div.directory {
    width: 100%
}

div.directory img {
    height: 45px;
    width: auto
}

div.directory .row {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0
}

div.directory .row:empty {
    display: none
}

div.directory .row h4 {
    width: 100%
}

div.directory .row div {
    width: auto;
    margin: 0 3px 6px
}

.byline {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    padding: 10px 0;
    background-color: #656462
}

.byline p {
    margin: 0;
    line-height: 48px
}

.byline img {
    padding-right: 10px
}

bd {
    color: #d2d2d2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px
}

ba {
    text-transform: uppercase;
    font-size: 12px
}

.bq {
    padding-top: 30px;
    font-size: 22px
}

bt {
    font-size: 12px
}

.zoom {
    position: relative;
    display: block;
    overflow: hidden;
    background: transparent url(../img/loader.html) no-repeat center
}

.zoomOverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-image: url(../img/zoom.html);
    background-position: center;
    background-repeat: no-repeat
}

.zoom2 {
    opacity: 1
}

.zoom2:hover {
    opacity: 0.5
}

@media (max-width: 1400px) {
    .navbar-nav>li {
        padding: 0 19px
    }
    #gallery-featured .gallery-item-holder {
        width: 49.77%
    }
}

@media (max-width: 1200px) {
    .navbar-nav>li {
        padding: 0 5px
    }
    .gallery-item .profile-info {
        text-align: center
    }
    .gallery-item .profile-info p {
        width: 100%;
        text-align: center
    }
    .gray-container h2 {
        font-size: 20px
    }
    #gallery-featured .gallery-item-holder {
        width: 49.72%
    }
}

@media (max-width: 991px) {
    .iso-row {
        padding-left: 15px
    }
    #header-left,
    #contact-header p {
        text-align: center
    }
    #header-left img,
    #contact-header p {
        padding: 15px 0
    }
    .gallery-item-holder {
        width: 33%
    }
    #gallery #content-right {
        margin-top: 0
    }
    #gallery-featured {
        margin-top: 30px
    }
    #profile-right {
        padding: 0 15px
    }
    #escorts-duo .gallery-item-holder {
        width: 49.76%
    }
}

@media (max-width: 767px) {
    .gallery-item-holder,
    #gallery-featured .gallery-item-holder {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 10px 5px;
        text-align: left
    }
    .navbar-nav {
        margin-right: auto;
        margin-left: auto
    }
    .next-previous {
        width: 100%;
        text-align: center
    }
    #home-featured .row,
    #home-featured .megamenu ul {
        margin-left: 0;
        margin-right: 0
    }
    .megamenu #home-featured ul,
    #home-featured .gallery-filters {
        margin-left: 0;
        margin-right: 0
    }
    #escorts-duo .gallery-item-holder {
        width: 100%
    }
}

.home-review {
    padding: 10px
}

.home-review p {
    line-height: 18px;
    color: #fff;
    letter-spacing: 0.3px;
    font-family: "Josefin Sans", sans-serif;
    padding: 0 10px
}

.home-review-image {
    max-width: 30%;
    float: left;
    margin-right: 10px
}

.scrollToTop {
    display: none;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
    background-color: #d4b657;
    color: #fff;
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    left: 15px;
    font-size: 18px;
    -webkit-transition: background-color 0.15s;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    transition: background-color 0.15s
}

.scrollToTop:hover {
    color: #fff;
    background-color: #cfac40
}

.profile-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #000;
    text-align: center
}

.profile-banner--green {
    background-color: #58cc46
}

.profile-banner--blue {
    background-color: #51bceb
}

.profile-banner--red {
    background-color: #e04141
}

.list-group-item {
    margin-bottom: 5px
}

.directory {
    margin: auto;
    float: left
}

.directory p {
    display: none
}

a.tel-button {
    line-height: 3em;
    font-size: 1.5em
}

footer h3 {
    text-align: left
}

@media screen and (max-width: 768px) {
    .directory {
        display: none
    }
}

@media screen and (min-width: 768px) {
    a.tel-button {
        display: none
    }
}

.directory img {
    width: 100px;
    height: 50px;
    clear: both;
    margin: auto;
    overflow: hidden
}

@media all and (max-width: 580px) {
    .wsnh {
        width: 25%;
        float: right;
        margin-top: -49px
    }
    .pt {
        margin-top: -18px
    }
    audio,
    canvas,
    video {
        display: inline-block;
        width: 35%
    }
}

#bgvid {
    max-width: 150px
}

@media (max-width: 992px) {
    #bgvid {
        display: block;
        margin: 0 auto;
        left: 46vw;
        position: relative;
        transform: translateX(-50%);
        padding-top: 5px
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav>li {
        width: 100% !important
    }
}

body {
    background: black
}

#main-navbar {
    width: 100%
}

i.fa.nav {
    color: white;
    position: relative;
    top: 16px;
    font-size: 20px;
    left: 0
}

.not-curved {
    border-radius: 0
}

.navigation {
    position: fixed;
    top: 0;
    z-index: 4500;
    width: 100%;
    background: black
}

.main-button:hover {
    color: black
}

#main-content,
#blog,
#escorts-duo #profile-content {
    margin-top: 125px
}

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

.home-review {
    padding: 3px;
    background: #202020;
    margin-bottom: 0;
    border: 0
}

.home-review span.stars {
    margin-top: 0.66em
}

.home-review span.stars i {
    font-size: 1.1em
}

.home-review #profile-reviews span.stars i {
    font-size: 1.2em
}

.content {
    border: 0px solid #cccdce;
    margin-top: 0
}

.new-button-over {
    z-index: 400;
    position: absolute;
    top: 69%;
    right: 8%;
    background: rgba(255, 255, 255, 0.85)
}

.overlay {
    background-color: rgba(203, 181, 122, 0.4)
}

.overlay span {
    color: black;
    text-transform: capitalize;
    font-weight: 400
}

.click-nav ul .clicker,
.click-nav1 ul .clicker1,
.click-nav2 ul .clicker2,
.click-nav1 ul .clicker3 {
    padding: 28px 0 24px;
    border: 1px solid #d4b657;
    border-radius: 0
}

.gallery-item .profile-info {
    text-align: center
}

.gallery-item .profile-info a {
    font-weight: 300
}

.gallery-item .profile-info p {
    text-align: center
}

.new-button-over-large {
    z-index: 400;
    position: absolute;
    top: 67%;
    right: 8%;
    background: rgba(255, 255, 255, 0.85)
}

.new-button {
    background: white;
    padding: 15px 30px;
    color: #d4b657
}

.cb-button:hover .new-button {
    color: #000
}

.content h1,
h1.gallery-heading,
.gallery-item h3,
h3.blog-heading,
.content h2.gallery-heading {
    border-bottom: 0px;
    font-size: 28px;
    font-weight: 300
}

.new-gallery-item-holder {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px
}

@media only screen and (max-width: 1440px) and (min-width: 1200px) {
    .new-gallery-item-holder {
        width: 19.95%
    }
}

.click-nav ul li ul,
.click-nav1 ul li ul,
.click-nav2 ul li ul,
.click-nav3 ul li ul {
    display: none
}

.banner-img {
    min-height: 400px;
    background-size: cover;
    border-radius: 20px
}

.duo-banner-img {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 20px
}

#view-all {
    max-width: 600px;
    background-color: #000;
    border: 1px solid #a99b7c;
    margin: 0 -187px 15px;
    bottom: 0;
    position: absolute;
    left: 50%;
    padding: 0px 20px
}

.profile-taglines {
    white-space: initial;
    text-align: left
}

.type-holder {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../../../../apwwgroup.slack.com/index8232.html);
    min-height: 350px;
    background-size: cover;
    border-radius: 12px;
    padding: 5px;
    background-position: center;
    margin-bottom: 15px
}

#home-top {
    background-image: none;
    background-color: none
}

p.content-padded {
    padding: 0 50px
}

.content-spoiler-closed {
    height: 25px;
    overflow-y: hidden
}

.content-spoiler-open {
    height: auto
}

.content-btn {
    text-align: center;
    padding: 10px;
    display: block;
    font-weight: 400;
    background-color: #d4b657;
    max-width: 150px;
    margin: 25px auto;
    color: black;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.click-nav ul li a,
.click-nav1 ul li a,
.click-nav2 ul li a,
.click-nav3 ul li a {
    background: #000;
    color: white;
    font-size: 14px;
    font-weight: 300
}

.profile-banner--red {
    background-color: rgba(191, 76, 76, 0.86)
}

.profile-banner--blue {
    background-color: rgba(92, 167, 199, 0.86)
}

@media (max-width: 1400px) {
    .navbar-nav>li {
        padding: 0 0
    }
    .new-button-over {
        top: 67%
    }
}

@media (max-width: 1625px) {
    #main-content,
    #blog,
    #escorts-duo,
    #profile-content {
        margin-top: 195px
    }
}

@media (max-width: 1200px) {
    .navbar-nav>li {
        padding: 0 0px;
        margin-left: -2px;
        margin-right: -2px
    }
    .new-button-over {
        padding: 3px 7px
    }
    #main-content,
    #blog,
    #escorts-duo,
    #profile-content {
        margin-top: 150px
    }
}

@media (max-width: 991px) {
    #main-content,
    #blog,
    #escorts-duo,
    #profile-content {
        margin-top: 220px
    }
    .content-btn {
        display: block
    }
}

@media (max-width: 767px) {
    footer h3 {
        text-align: center
    }
    .gallery-item .profile-info {
        min-height: 95px
    }
    .profile-taglines {
        white-space: no-wrap
    }
    p.content-padded {
        padding: 0 15px
    }
    .wsnh {
        width: 25%;
        float: right;
        margin-top: -49px
    }
    #main-content,
    #blog,
    #escorts-duo,
    #profile-content {
        margin-top: 80px
    }
    #main-nav-bar {
        height: 1px
    }
    #twitter-widget-0 {
        display: none
    }
    .content-spoiler-closed {
        height: 84px;
        overflow-y: hidden
    }
    .content-spoiler-open {
        height: auto
    }
}

@media (max-width: 767px) and (max-width: 575px) {
    .new-button-over {
        top: 71%
    }
    video,
    .col-xxs-12 {
        width: 100%
    }
    .gallery-item {
        padding: 0px;
        border: 0px
    }
    .profile-thumbnail {
        margin: -7.5px;
        margin-bottom: 0px
    }
}

@media (max-width: 767px) and (max-width: 385px) {
    .profile-taglines {
        white-space: initial
    }
}

@media (max-width: 767px) and (min-width: 768px) {
    #profiles {
        margin-left: 0;
        margin-right: 0
    }
}

.new-featured:nth-child(n+13) {
    display: none
}

#london-escorts:focus {
    outline: 0
}

.available-tag {
    color: #d4b657;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite
}

@-webkit-keyframes flash {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.1
    }
    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.1
    }
    100% {
        opacity: 1
    }
}

.content-padded {
    text-align: center
}

.width-80 {
    width: 80%;
    margin: auto
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 27px !important
    }
    .width-80 {
        width: 100%
    }
}

.clicker1.curved.fading {
    margin-top: 0 !important
}

.mobile-next-nav {
    display: block;
    height: 55px
}

@media (min-width: 1400px) {
    .mobile-next-nav {
        display: none
    }
}

.mobile-next-nav a i {
    font-size: 2em;
    margin-bottom: 1em
}

@media (min-width: 1400px) and (max-width: 1693px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 13px
    }
}

@media (min-width: 576px) {
    .gallery-item-holder {
        width: 50%;
        padding: 0px 1px
    }
}

@media (min-width: 768px) {
    .gallery-item-holder {
        width: 33.3333%;
        padding: 0px 1px
    }
}

@media (min-width: 992px) {
    .gallery-item-holder {
        width: 25%;
        padding: 0px 1px
    }
}

@media (min-width: 1400px) {
    .gallery-item-holder {
        width: 19.5%;
        padding: 0px 1px
    }
}

.tag-rec {
    position: absolute;
    width: 50% !important;
    top: -7px;
    left: -7px;
    z-index: 10
}

@media (min-width: 1400px) {
    .tag-rec {
        width: 37.5% !important
    }
}

.visibility-hidden {
    visibility: hidden
}

#main-navbar {
    width: 100%
}

i.fa.nav {
    color: white;
    position: relative;
    top: 16px;
    font-size: 20px;
    left: 0
}

.not-curved {
    border-radius: 0
}

.navigation {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    background: black
}

.main-button:hover {
    color: black
}

#main-content,
#blog,
#escorts-duo,
#profile-content {
    margin-top: 60px
}

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

.content {
    border: 0px solid #cccdce;
    margin-top: 0
}

.new-button-over {
    z-index: 400;
    position: absolute;
    top: 69%;
    right: 8%;
    background: rgba(255, 255, 255, 0.85)
}

.overlay {
    background-color: rgba(0, 0, 0, 0.85)
}

.overlay span {
    color: #d4b657;
    text-align: center;
    text-transform: capitalize;
    font-weight: 100
}

.click-nav ul .clicker,
.click-nav1 ul .clicker1,
.click-nav2 ul .clicker2,
.click-nav3 ul .clicker3 {
    padding: 28px 0 24px;
    border: 1px solid #d4b657;
    border-radius: 0
}

.gallery-item .profile-info {
    padding-left: 15px;
    text-align: left
}

.gallery-item .profile-info-name {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px
}

.gallery-item .profile-info a {
    font-weight: 600
}

.gallery-item .profile-info p {
    text-align: left;
    font-size: 12px !important;
    line-height: 1.5
}

.gallery-item .profile-info p.profile-location {
    letter-spacing: 1.1px
}

.gallery-item .profile-info p.profile-price {
    font-size: 13px;
    letter-spacing: 0.3px
}

.new-button-over-large {
    z-index: 400;
    position: absolute;
    top: 67%;
    right: 8%;
    background: rgba(255, 255, 255, 0.85)
}

.new-button {
    background: white;
    padding: 15px 30px;
    color: #d4b657
}

.cb-button:hover .new-button {
    color: #000
}

.content h1,
h1.gallery-heading,
.gallery-item h3,
h3.blog-heading,
.content h2.gallery-heading {
    border-bottom: 0px;
    font-size: 36px;
    font-weight: 300
}

.new-gallery-item-holder {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px
}

.click-nav ul li ul,
.click-nav1 ul li ul,
.click-nav2 ul li ul,
.click-nav3 ul li ul {
    display: none
}

.banner-img {
    min-height: 400px;
    background-size: cover;
    border-radius: 20px
}

.duo-banner-img {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 20px
}

#view-all {
    max-width: 600px;
    background-color: #000;
    border: 1px solid #a99b7c;
    margin: 0 -187px 15px;
    bottom: 0;
    position: absolute;
    left: 50%;
    padding: 0px 20px
}

.profile-taglines {
    white-space: initial
}

.type-holder {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../../../../apwwgroup.slack.com/index8232.html);
    min-height: 350px;
    background-size: cover;
    border-radius: 12px;
    padding: 5px;
    background-position: center;
    margin-bottom: 15px
}

#home-top {
    background-image: none;
    background-color: none
}

p.content-padded {
    padding: 0 50px
}

.content-spoiler-closed {
    height: 25px;
    overflow-y: hidden
}

.content-spoiler-open {
    height: auto
}

.content-btn {
    text-align: center;
    padding: 0;
    display: block;
    font-weight: 400;
    background-color: black;
    max-width: fit-content;
    margin: 5px 0;
    color: #d4b657;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left
}

.click-nav ul li a,
.click-nav3 ul li a,
.click-nav1 ul li a,
.click-nav2 ul li a {
    background: #000;
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-align: center
}

.click-nav ul li a:hover,
.click-nav3 ul li a:hover,
.click-nav1 ul li a:hover,
.click-nav2 ul li a:hover {
    background: white;
    color: black
}

@media (max-width: 1400px) {
    .navbar-nav>li {
        padding: 0 0
    }
    .new-button-over {
        top: 67%
    }
}

@media (max-width: 1625px) {
    #main-content,
    #blog,
    #escorts-duo,
    #profile-content {
        margin-top: 52px
    }
}

@media (max-width: 1199px) {
    .navbar-nav>li {
        padding: 0 0px;
        margin-left: -2px;
        margin-right: -2px
    }
    .new-button-over {
        padding: 3px 7px
    }
    #main-content,
    #blog,
    #escorts-duo,
    #profile-content {
        margin-top: 150px
    }
}

@media (max-width: 991px) {
    #main-content,
    #blog,
    #escorts-duo,
    #profile-content {
        margin-top: 40px
    }
    .content-btn {
        display: block
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 20.5px 7px;
        font-size: 9px
    }
}

@media (max-width: 767px) {
    footer h3 {
        text-align: center
    }
    .gallery-item .profile-info {
        min-height: 95px;
        font-size: 12px
    }
    .profile-taglines {
        white-space: no-wrap
    }
    p.content-padded {
        padding: 0 15px
    }
    .wsnh {
        width: 25%;
        float: right;
        margin-top: -49px
    }
    #main-content,
    #blog,
    #escorts-duo {
        margin-top: 40px
    }
}

@media (max-width: 767px) and (min-width: 767px) {
    #main-content,
    #blog,
    #escorts-duo {
        margin-top: 50px
    }
}

@media (max-width: 767px) and (min-width: 767px) {
    #profile-content {
        margin-top: 50px
    }
}

@media (max-width: 767px) {
    #main-nav-bar {
        height: 1px
    }
    #twitter-widget-0 {
        display: none
    }
    .content-spoiler-closed {
        height: 84px;
        overflow-y: hidden
    }
    .content-spoiler-open {
        height: auto
    }
}

@media (max-width: 767px) and (max-width: 575px) {
    .new-button-over {
        top: 71%
    }
    video,
    .col-xxs-12 {
        width: 100%
    }
    .gallery-item {
        padding: 0px;
        border: 0px
    }
    .profile-thumbnail {
        margin: 0 -1.5px
    }
    h2 {
        font-size: 1.8rem
    }
}

@media (max-width: 767px) and (max-width: 385px) {
    .profile-taglines {
        white-space: initial
    }
}

@media (max-width: 767px) and (min-width: 768px) {
    #profiles {
        margin-left: 0;
        margin-right: 0
    }
}

.new-featured:nth-child(n+13) {
    display: none
}

.click-nav ul .clicker,
.click-nav1 ul .clicker1,
.click-nav2 ul .clicker2,
.click-nav3 ul .clicker3 {
    margin-top: 0 !important;
    padding: 14px 0 14px
}

@media (max-width: 768px) {
    .click-nav ul .clicker,
    .click-nav1 ul .clicker1,
    .click-nav2 ul .clicker2,
    .click-nav3 ul .clicker3 {
        margin-top: 5px !important;
        font-size: 1em;
        letter-spacing: 0.05em;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 400
    }
}

@media (max-width: 567px) {
    .click-nav ul .clicker,
    .click-nav1 ul .clicker1,
    .click-nav2 ul .clicker2,
    .click-nav3 ul .clicker3 {
        margin: 4px -10px;
        font-size: 0.7em
    }
}

.gallery-filters h3 {
    padding-top: 15px;
    padding-bottom: 30px
}

.gallery-filters h3 i {
    display: none
}

@media (max-width: 768px) {
    .gallery-filters h3 {
        margin-left: -8px;
        font-size: 0.9em;
        padding: 0;
        border: solid #d4b657 1px;
        padding: 1em 0;
        width: 200px
    }
    .gallery-filters h3 i {
        display: inline
    }
}

@media (min-width: 1200px) {
    .gallery-filters h3 {
        padding-top: 50px;
        text-align: left;
        padding-left: 15px;
        font-size: 1.3em
    }
}

.col-search h4,
.col-sort h4 {
    font-size: 0.7em;
    margin: 3px -10px;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 500;
    cursor: pointer;
    border: solid 1px #d4b657;
    padding: 15px 0;
    color: white
}

@media (min-width: 576px) {
    .col-search h4,
    .col-sort h4 {
        font-size: 1em;
        margin: 5px 0
    }
}

@media (min-width: 992px) {
    .col-search h4,
    .col-sort h4 {
        padding: 0;
        color: #d4b657;
        cursor: initial;
        border-width: 0px;
        text-align: left
    }
}

.col-search ul,
.col-sort ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 1em;
    display: none;
    position: absolute;
    width: calc(100%);
    display: none;
    background-color: black;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width: 992px) {
    .col-search ul,
    .col-sort ul {
        display: block;
        position: relative;
        width: auto
    }
}

.col-search ul li,
.col-sort ul li {
    color: white;
    text-align: center;
    position: relative;
    line-height: 2.666;
    font-weight: 100;
    cursor: pointer
}

@media (min-width: 992px) {
    .col-search ul li,
    .col-sort ul li {
        line-height: 1.666;
        text-align: left
    }
}

.col-search ul li:after,
.col-sort ul li:after {
    position: absolute;
    border-bottom: solid 1px #d4b657;
    content: " ";
    width: 0px;
    left: 50%;
    bottom: 3px;
    transition: width 0.1s;
    transform: translateX(-50%)
}

@media (min-width: 922px) {
    .col-search ul li:after,
    .col-sort ul li:after {
        transform: translateX(0);
        left: 0
    }
}

.col-search ul li.active:after,
.col-sort ul li.active:after {
    width: 30px
}

.col-search {
    display: none
}

@media (min-width: 768px) {
    .col-search {
        display: block
    }
}

.navbar-inverse .navbar-nav>li:hover>a {
    color: #D4B657;
    text-shadow: 0 0 2px #D4B657
}

.navbar-inverse .navbar-nav>li:hover>a::after {
    opacity: 1
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
    position: relative
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav>li>a::after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -1px;
        opacity: 0
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-nav>li>a::after {
        bottom: -6px
    }
}

@media (min-width: 1200px) {
    .navbar-inverse .navbar-nav>li>a::after {
        bottom: -13px
    }
}

.megamenu {
    padding-top: 1em;
    padding-bottom: 1em;
    display: none
}

.megamenu ul {
    list-style: none;
    max-height: 200px
}

.megamenu ul li {
    text-align: center
}

@media (min-width: 768px) {
    .megamenu ul li {
        width: 25%
    }
}

.megamenu ul li a {
    text-align: left;
    font-size: 14px;
    font-weight: 100;
    padding: 3px 0 !important
}

@media (min-width: 768px) {
    .megamenu ul li a {
        font-size: 11px !important
    }
}

@media (min-width: 1200px) {
    .megamenu ul li a {
        font-size: 14px !important
    }
}

.megamenu-title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 26px;
    position: relative;
    margin-bottom: 36px;
    text-align: left
}

@media (min-width: 768px) {
    .megamenu-title {
        display: none
    }
}

.megamenu-title::before {
    content: "MAIN MENU";
    font-size: 14px;
    letter-spacing: 2.8;
    color: #fff;
    padding-left: 32px;
    display: block;
    margin-bottom: 38px
}

.megamenu-title::after {
    content: "";
    width: 13px;
    height: 13px;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0
}

.megamenu {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.95)
}

@media (min-width: 768px) {
    .megamenu {
        top: 63px
    }
}

@media (min-width: 1200px) {
    .megamenu {
        top: 89px
    }
}

@media (min-width: 768px) {
    .megamenu_close {
        display: none
    }
}

.megamenu .row {
    display: flex;
    flex-wrap: wrap
}

.megamenu-colom {
    padding: 0;
    width: 100%;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .megamenu-colom {
        width: 16.6666%;
        margin-bottom: 0;
        padding: 0 15px
    }
}

.megamenu-colom .h5 {
    display: block;
    text-align: left;
    margin-bottom: 8px
}

.megamenu-colom ul {
    column-count: 0;
    padding: 0
}

.megamenu-colom ul li {
    width: 100%;
    padding: 0
}

@media (min-width: 768px) {
    .megamenu ul {
        max-height: initial;
        overflow: initial;
        max-width: 1600px;
        margin: 0 auto
    }
}

.click-nav ul .clicker h2,
.click-nav1 ul .clicker1 h2,
.click-nav2 ul .clicker2 h2,
.click-nav3 ul .clicker3 h2 {
    font-size: 8px
}

@media (min-width: 1440px) {
    .refine--padding {
        width: 64.3%
    }
}

@media (max-width: 1200px) {
    .new-gallery-holder h2.sub {
        display: none
    }
}

@media (min-width: 1400px) {
    .click-nav-price {
        padding: 0;
        padding-right: 2vw
    }
}

@media (min-width: 768px) {
    .click-nav-price {
        display: block
    }
}

span.stars {
    color: #d4b657;
    display: block
}

span.stars i {
    font-size: 2em
}

span.stars i.far.fa-star {
    color: white
}

#profile-reviews span.stars i {
    font-size: 1.2em
}

ul.tag-holder {
    position: absolute;
    display: flex;
    list-style: none;
    bottom: 32px;
    left: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 12
}

ul.tag-holder li {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #d4b657;
    background-color: black;
    margin-right: 5px;
    margin-top: 3px;
    padding: 5px 8px 0;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0px
}

ul.tag-holder li.available {
    background-color: #d4b657;
    color: black
}

ul.tag-holder li.away {
    background-color: #6E0D25;
    color: white
}

ul.tag-holder li.hot {
    color: black;
    background-color: white
}

.available-dot:after {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 5px;
    background-color: rgba(189, 189, 189, 0.54);
    z-index: 1000;
    content: " "
}

@media (min-width: 992px) {
    .available-dot:after {
        right: 10px;
        top: 8px;
        width: 13px;
        height: 13px
    }
}

.available-dot.active:after {
    background-color: #7bfd22
}

.review-grid-item {
    margin-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px
}

.ava-tgl {
    font-weight: 500;
    margin: 4px -10px;
    font-size: .7em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
    position: relative;
    color: #fff;
    text-align: center;
    background: #000;
    padding: 14px 0 14px;
    border: 1px solid #d4b657;
    border-radius: 0;
    cursor: pointer;
    line-height: 1.1;
    display: block;
    font-weight: 400;
    -webkit-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

@media (min-width: 992px) {
    .ava-tgl {
        letter-spacing: 2px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        margin-right: 10px;
        font-weight: 300
    }
}

.ava-tgl:hover,
.ava-tgl.tgl-active {
    background-color: #d4b657
}

.phone-header {
    padding-top: .9em;
    display: none
}

.phone-header a {
    font-size: 1em;
    font-weight: 400;
    text-align: right
}

@media (min-width: 992px) {
    .phone-header a {
        font-size: 1.03em
    }
}

@media (min-width: 1200px) {
    .phone-header a {
        font-size: 1.5em
    }
}

@media (min-width: 992px) {
    .phone-header {
        display: block
    }
}

@media (min-width: 992px) {
    #header-logo a {
        float: left;
        margin-left: 0;
        width: 134px
    }
}

@media (min-width: 1200px) {
    #header-logo a {
        width: 150px;
        margin-left: 12px
    }
}

@media (min-width: 1300px) {
    #header-logo a {
        width: 170px
    }
}

@media (max-width: 767px) {
    #header-logo a {
        width: 40px;
        display: block;
        margin: 0 auto
    }
}

.fixed-contact {
    background-color: #d4b657;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    left: 0
}

@media (min-width: 992px) {
    .fixed-contact {
        display: none
    }
}

.fixed-contact a {
    width: 100%;
    display: block;
    font-size: 2em;
    text-align: center;
    display: block;
    padding: .3em
}

.fixed-contact a i {
    color: #000
}

.next-previous a,
.next-previous a span {
    font-size: 1.4rem;
    font-weight: 500 !important
}

.small-thumbs {
    padding: .5rem
}

@media (min-width: 768px) {
    .carousel-indicators {
        display: none
    }
}

.carousel-indicators li {
    background-color: #fff
}

.carousel-indicators li.active {
    background-color: #d4b657;
    border-color: #d4b657
}

#profile-right {
    padding: 0 15px 0 6%;
    margin-top: 0;
    font-family: "Poppins", sans-serif
}

#profile-right .list-group-item,
#profile-right th,
#profile-right td {
    font-size: 1.3rem
}

#profile-right .list-group-item span,
#profile-right th span,
#profile-right td span {
    font-weight: 700 !important;
    color: #D4B657 !important
}

#profile-right p {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    margin-bottom: 0
}

.heading-alt {
    font-family: "Raleway", sans-serif !important;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff
}

h2.profile-heading {
    margin: 5rem 0 1rem 0;
    border-bottom: 1px solid #404040;
    padding-bottom: 1.5rem
}

.profile_title_pics {
    display: none
}

@media (min-width: 992px) {
    .profile_title_pics {
        display: block
    }
    .profile_title-toggle {
        cursor: default
    }
}

@media (max-width: 991px) {
    .profile_toggles {
        padding: 7px 0 0 0
    }
    .profile_title-toggle {
        display: block;
        max-width: 95vw;
        margin: 0 auto !important;
        border-bottom: solid #d4b657 1px !important;
        padding: 10px;
        margin-bottom: 10px !important;
        text-align: left !important;
        cursor: pointer;
        position: relative
    }
    .profile_title-toggle:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f078";
        color: white;
        position: absolute;
        right: 10px
    }
    .profile_title-toggle.active:after {
        content: "\f077"
    }
    .profile_slider {
        max-width: 100vw;
        margin: 0 auto !important
    }
    #profile-right {
        padding: 0 15px
    }
}

.container-medium {
    max-width: 1355px
}

#reviewsHomepage img {
    height: 13.5rem;
    width: 13.5rem;
    border-radius: 50%;
    object-fit: cover
}

#reviewsHomepage .slide {
    border: 1px solid #D4B657;
    text-align: center;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center
}

#reviewsHomepage .slide .row {
    display: flex
}

#reviewsHomepage .slide .row>* {
    flex-direction: column;
    color: #fff;
    display: flex;
    align-items: center
}

#reviewsHomepage .slide .row .review-content {
    max-height: 10rem;
    overflow: hidden;
    margin: 1.5rem 0
}

#reviewsHomepage .slide .row p,
#reviewsHomepage .slide .row h5,
#reviewsHomepage .slide .row .stars {
    text-align: center
}

#reviewsHomepage .slide .row p {
    font-size: 1.4rem;
    letter-spacing: 0.038rem;
    color: #fff
}

#reviewsHomepage .slide .row p.alt {
    font-family: "Catamaran", sans-serif;
    letter-spacing: .21rem;
    margin-bottom: 1.5rem
}

#reviewsHomepage .slide .row h5 {
    font-size: 1.6rem;
    letter-spacing: .24rem;
    margin: 0 0 1rem 0
}

#reviewsHomepage .slide .row h5,
#reviewsHomepage .slide .row i {
    text-align: center;
    color: #D4B657 !important
}

#reviewsHomepage .slide .row i {
    font-size: 2rem
}

.slider-testimonial,
.testimonial {
    height: 45rem
}

.slider-testimonial .row,
.testimonial .row {
    align-items: center;
    padding: 0 5vw
}

.slider {
    position: relative;
    width: 100%
}

.slider .slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 45rem;
    z-index: -1;
    opacity: 0;
    transition: all .5s linear
}

.slider .slide.active {
    z-index: 1;
    opacity: 1
}

.slider-nav-previous,
.slider-nav-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 1.5rem
}

.slider-nav-previous a,
.slider-nav-next a {
    margin: 0
}

.slider-nav-previous i,
.slider-nav-next i {
    font-size: 2rem;
    color: #fff;
    opacity: .5
}

.slider-nav-previous:hover i,
.slider-nav-next:hover i {
    opacity: 1
}

.slider-nav-previous {
    left: 0
}

.slider-nav-next {
    right: 0
}

#blogOld {
    display: none
}

#blog .post-list {
    min-height: 24rem;
    padding: 1rem;
    border-left: 1px solid #404040;
    border-bottom: 1px solid #404040;
    margin-bottom: 3rem;
    padding-left: 3rem
}

#blog .post-list * {
    text-align: left !important;
    color: #fff !important
}

#blog .post-list-date {
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 1px solid #D4B657;
    max-width: 19rem;
    padding-bottom: 1rem
}

#blog .post-list-heading {
    font-family: "Catamaran", sans-serif;
    font-size: 2rem;
    letter-spacing: .3rem
}

#blog .post-list-content {
    font-family: "Poppins", sans-serif
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #000000;
    background-color: #D4B657;
    border-color: #D4B657
}

.contact-buttons {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: calc(100% - 10px);
    margin: 5px;
    background-color: rgba(33, 19, 32, 0.93);
    box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.49);
    border-radius: 22px;
    padding: 8px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px)
}

.contact-buttons>div {
    width: 53px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 24px
}

.contact-buttons a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    background: #8ff385;
    background: -moz-linear-gradient(top, #8ff385 0%, #58b33f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #8ff385), color-stop(100%, #58b33f));
    background: -webkit-linear-gradient(top, #8ff385 0%, #58b33f 100%);
    background: -o-linear-gradient(top, #8ff385 0%, #58b33f 100%);
    background: -ms-linear-gradient(top, #8ff385 0%, #58b33f 100%);
    background: linear-gradient(to bottom, #8ff385 0%, #58b33f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ff385', endColorstr='#58b33f', GradientType=0)
}

.contact-buttons a svg {
    width: 30px;
    height: auto;
    fill: #fff
}

.contact-buttons-sms a svg {
    width: 42px
}

.contact-buttons-whatsapp a svg {
    width: 38px
}

.attention {
    box-shadow: 0 0 0 0 #000;
    transform: scale(1)
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: none
    }
    80% {
        transform: scale(1);
        box-shadow: none
    }
    85% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.9)
    }
    90% {
        transform: scale(1.2);
        box-shadow: 0 0 0 6px transparent
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 transparent
    }
}

@media screen and (max-width: 991px) {
    .contact-buttons {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .byline {
        padding-bottom: calc(5rem + 1rem)
    }
}

.phone-header a {
    display: block
}

.phone-header a span {
    font-size: 1.3rem;
    color: #D4B657 !important
}

.phone-header a:hover span {
    color: #fff !important
}

@media (max-width: 575px) {
    html {
        font-size: 2.5vw !important
    }
}

.container-fluid {
    text-align: center
}

.content-btn {
    margin: 0 auto;
    float: unset
}

#home-top .content-btn {
    float: left
}

@media (max-width: 767.98px) {
    .navbar-nav {
        height: calc(100vh - 117px);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        position: relative
    }
    .navbar-nav .mega-btn:after {
        content: "";
        width: 13px;
        height: 13px;
        border-top: #fff 2px solid;
        border-right: #fff 2px solid;
        position: absolute;
        right: 0;
        transform: rotate(45deg)
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 1.5rem 0;
        font-size: 2rem
    }
    .megamenu {
        padding-top: 0;
        padding-bottom: 0;
        position: fixed;
        background-color: black;
        top: 0;
        z-index: 1000;
        right: 0;
        height: 100%;
        left: inherit;
        width: 344px;
        padding: 95px 52px;
        overflow-y: auto
    }
    .megamenu ul {
        padding: 0;
        max-height: inherit;
        margin: 0
    }
    .megamenu ul li {
        padding: 0
    }
    .megamenu ul li a {
        font-size: 13px !important;
        padding: 4px 0 !important
    }
}

.media-holder {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 150%;
    text-align: initial;
    border-radius: 1rem
}

.media-holder>img,
.media-holder>iframe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 1s ease-in-out
}

.media-holder>img {
    object-fit: cover
}

.media-holder iframe {
    width: 100%;
    height: 100%
}

.media-holder:hover img {
    transform: scale(1.05)
}

.media-square {
    padding-top: 150%
}

.media-169 {
    padding-top: 52.5%
}

.media-video {
    padding-top: 175%
}

.new-padding,
.click-nav {
    padding-left: .5rem;
    padding-right: .5rem
}

.click-nav ul {
    float: right;
    width: 17rem
}

@media (max-width: 567px) {
    .click-nav ul {
        width: 100%
    }
}

@media (max-width: 567px) {
    .click-nav ul .clicker {
        margin: 0;
        margin-bottom: 20px
    }
}

@media (min-width: 577px) {
    .padding-desktop {
        padding-left: 15px
    }
}

#header-logo {
    padding-left: 15px video;
    padding-left-float: left
}

@media (max-width: 567px) {
    #header-logo {
        padding-left: .5rem
    }
}

ul.tag-holder {
    margin-bottom: .25rem;
    padding-left: 0
}

ul.tag-holder li {
    margin-right: .25rem;
    padding: .25rem .5rem .1rem .5rem
}

@media (max-width: 567px) {
    ul.tag-holder li {
        font-size: .7em
    }
}

.pagination li a {
    padding: 8px 14px;
    background-color: #000;
    font-size: 16px;
    border: 1px solid #d4b657
}

.pagination li a:hover {
    background-color: black
}

.flag_holder {
    position: relative;
    padding: 0
}

.flag_holder img {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 50px;
    height: auto
}

@media (min-width: 992px) {
    .profile-video-mobile,
    #profile-video {
        display: none !important
    }
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.profile_toggles .profile_title-toggle::after {
    content: "";
    color: #1a1a1a
}

.profile_toggles--beopened {
    margin-bottom: 25px
}

.profile_toggles .collapse_content.profile_toggles--beopened.content-open {
    display: block
}

.fancybox,
.gallery-holder {
    padding-top: 150%;
    position: relative;
    display: block
}

.fancybox img,
.fancybox picture,
.gallery-holder img,
.gallery-holder picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.profile_slider .small-thumbs {
    padding: 0
}

@media (min-width: 768px) {
    .profile_slider {
        display: flex;
        flex-wrap: wrap
    }
    .profile_slider .small-thumbs {
        width: 50%;
        padding: .8rem;
        display: none
    }
    .profile_slider .small-thumbs:first-child,
    .profile_slider .small-thumbs:nth-child(2),
    .profile_slider .small-thumbs:nth-child(3),
    .profile_slider .small-thumbs:nth-child(4) {
        display: block
    }
    .profile_slider .small-thumbs a {
        position: relative;
        display: block
    }
    .profile_slider .small-thumbs a::after {
        content: "";
        width: 55px;
        height: 55px;
        background-color: rgba(0, 0, 0, 0.5);
        background-image: url(../img/search-plus.html);
        background-size: 34px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        border-radius: 50%;
        top: 8px;
        right: 8px;
        opacity: 0
    }
    .profile_slider .small-thumbs a:hover::after {
        opacity: 1
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
}

#carouselSingleProfile .slick-prev {
    left: 38px
}

#carouselSingleProfile .carousel-control.right {
    right: 38px
}

.tag-clouds {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px
}

.tag-clouds li {
    margin: 0 0 7px 0 !important;
    padding: 0 7px 0 0;
    list-style-type: none;
    display: flex
}

.tag-clouds li a {
    color: #fff;
    background-color: transparent;
    padding: 6px 9px;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #707070;
    border-radius: 0px;
    display: block;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .tag-clouds li a {
        padding: 10px
    }
}

.tag-clouds li a:hover {
    background-color: #fff;
    color: black;
    color: #000
}

.showmore {
    background-color: transparent;
    border: none;
    font-size: 16px;
    letter-spacing: 0.4px;
    padding: 3px 0 3px 35px;
    color: #fff;
    background-image: url(../img/plus-icon.html);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left center
}

.profile-itro {
    margin-bottom: 25px
}

@media (min-width: 992px) {
    .profile-itro {
        margin-top: 70px
    }
}

.profile-itro h1 {
    font-size: 26px !important;
    letter-spacing: 0.9px;
    text-align: left;
    line-height: 1.1;
    margin-bottom: 0;
    color: #fff !important;
    text-transform: capitalize
}

@media (min-width: 768px) {
    .profile-itro h1 {
        font-size: 36px !important
    }
}

.profile-itro.d-none {
    display: none
}

@media (min-width: 992px) {
    .profile-itro.d-lg-none {
        display: none
    }
}

@media (min-width: 992px) {
    .profile-itro.d-lg-block {
        display: block
    }
}

.profile-availabality {
    color: #A8A4A4;
    font-size: 13px;
    letter-spacing: 1.3px;
    margin-bottom: 3px
}

.profile-Location {
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .profile-Location {
        margin-bottom: 14px
    }
}

.profile-single-hdn {
    font-size: 25px;
    letter-spacing: 0.63px;
    text-transform: capitalize;
    font-weight: 400 !important;
    text-align: left !important
}

.profile-single-hdn.border-top {
    border-top: #434343 1px solid
}

.profile-single-hdn--rates {
    margin-top: 48px !important;
    padding-top: 22px
}

.profile-othercontent {
    padding: 0 0 35px 0;
    background-color: #151515;
    margin: 0 -15px
}

.profile-othercontent.d-none {
    display: none
}

@media (min-width: 992px) {
    .profile-othercontent.d-lg-block {
        display: block
    }
    .profile-othercontent.d-lg-none {
        display: none
    }
}

@media (min-width: 768px) {
    .profile-othercontent {
        padding: 0 0 80px 0;
        margin: 0
    }
}

@media (min-width: 992px) {
    .profile-othercontent {
        padding: 0 0 175px 0
    }
}

@media (max-width: 992px) {
    .profile-othercontent .container {
        width: 100%
    }
}

.profile-tab {
    display: none
}

@media (min-width: 768px) {
    .profile-tab {
        display: block
    }
}

.profile-tab ul {
    padding: 0;
    margin-bottom: 35px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    border-bottom: #2a2a2a 1px solid
}

.profile-tab ul li a {
    display: block;
    padding: 25px 32px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.35px;
    position: relative
}

.profile-tab ul li a::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px
}

.profile-tab ul li a.active::after {
    background-color: #D3B656
}

.profile-tab-item {
    position: relative
}

@media (min-width: 768px) {
    .profile-tab-item {
        display: none
    }
    .profile-tab-item.active {
        display: block
    }
}

.profile-tab-item .item-btn {
    display: none
}

@media (max-width: 768px) {
    .profile-tab-item .item-btn {
        display: block;
        font-size: 14px;
        margin: 0 -15px;
        letter-spacing: 0.35px;
        text-transform: uppercase;
        color: #fff;
        padding: 18px 25px;
        border-bottom: #2a2a2a 1px solid;
        background-image: url(../img/arrow-down.html);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: 95% center
    }
    .profile-tab-item .item-content {
        width: auto;
        display: none;
        margin: 0 -15px;
        padding: 0 15px 15px;
        border-bottom: #2a2a2a 1px solid
    }
    .profile-tab-item.active .item-btn {
        margin-bottom: 25px;
        background-image: url(../img/arrow-up.html)
    }
    .profile-tab-item.active .item-content {
        display: block
    }
}

.profile-tab-item p {
    color: #fff
}

.profile-tab-item p a {
    font-weight: 400
}

.profile-review {
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media (min-width: 768px) {
    .profile-review {
        padding-left: 210px
    }
}

@media (min-width: 768px) {
    .profile-review {
        max-width: 595px
    }
}

@media (min-width: 992px) {
    .profile-review {
        max-width: 895px
    }
}

.profile-review-innr {
    border: #707070 1px solid;
    padding: 32px 32px 52px
}

.profile-review-col {
    display: none;
    margin-bottom: 35px
}

.profile-review-col:first-child,
.profile-review-col:nth-child(2),
.profile-review-col:nth-child(3) {
    display: block
}

.profile-review-stars {
    color: #E5AA33
}

.profile-review-stars svg {
    width: 15px;
    height: auto
}

.profile-review-erdetails {
    text-transform: uppercase
}

.profile-review-total {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 22px
}

@media (min-width: 768px) {
    .profile-review-total {
        padding-left: 0
    }
}

.profile-review .showmore {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 17px;
    width: 210px
}

@media (min-width: 768px) {
    .profile-review .showmore {
        width: auto;
        left: 52%;
        transform: translateX(0)
    }
}

.profile-review-header {
    text-align: center
}

@media (min-width: 768px) {
    .profile-review-header {
        position: absolute;
        left: 0;
        top: 55px;
        text-align: left;
        width: 190px
    }
}

.profile-review-avarage {
    margin-bottom: 12px;
    padding: 45px 0 0 0
}

@media (min-width: 768px) {
    .profile-review-avarage {
        padding: 0
    }
}

.profile-review-avarage-rattings {
    color: #E5AA33;
    padding-bottom: 25px
}

@media (min-width: 768px) {
    .profile-review-avarage-rattings {
        padding-bottom: 0
    }
}

.profile-review-avarage-rattings svg {
    width: 15px;
    height: auto
}

.profile-review-avarage-rattings span {
    color: #fff;
    font-size: 15px
}

.profile-review-avarage-rattings span:not(.total-review) {
    font-size: 17px;
    font-weight: 700;
    color: #fff
}

@media (min-width: 768px) {
    .profile-review-avarage-rattings span:not(.total-review) {
        display: block
    }
}

@media (max-width: 768px) {
    .profile-review-avarage-rattings span:not(.total-review) {
        text-align: center
    }
}

.profile-review-name {
    padding: 0px 0 12px 0
}

@media (min-width: 768px) {
    .profile-review-name {
        padding: 55px 0 12px 0
    }
}

.profile-review-avarage,
.profile-review-name {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.36px
}

.profile-dec {
    width: 100%;
    max-width: 658px;
    margin: 0 auto
}

.rates {
    width: 100%;
    max-width: 374px;
    margin-bottom: 25px
}

.rates .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.rates-header {
    margin-bottom: 15px !important
}

.rates-header .rates-col::after {
    content: "" !important
}

.rates-col {
    font-size: 14px;
    letter-spacing: 0.38px;
    color: #fff;
    position: relative
}

@media (max-width: 768px) {
    .rates-col {
        font-size: 12px
    }
}

.rates-col.col-6 {
    width: 50%;
    padding: 0 15px
}

.rates-col.col-3 {
    width: 25%;
    padding: 0 15px
}

.rates-col:not(:last-child,
:first-child)::after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    color: #fff
}

.rates-name {
    color: #A8A4A4
}

.stats {
    width: 100%;
    max-width: 450px
}

.modal {
    z-index: 9999999
}

.modal h3 {
    color: #000 !important
}

.modal-review .modal-dialog {
    width: 100%;
    border-radius: 0px;
    margin: 0;
    height: 100%
}

@media (min-width: 992px) {
    .modal-review .modal-dialog {
        max-width: 924px;
        margin: 30px auto
    }
}

.modal-review .modal-content {
    border-radius: 0px;
    border: none
}

.modal-review .modal-body {
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.modal-review .modal-body-img {
    width: 100%;
    height: 250px
}

@media (min-width: 992px) {
    .modal-review .modal-body-img {
        width: 41.6666%;
        height: auto
    }
}

.modal-review .modal-body-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left
}

.modal-review .modal-body-innr {
    width: 100%;
    padding: 38px 33px 50px
}

@media (min-width: 992px) {
    .modal-review .modal-body-innr {
        width: 58.3333%
    }
}

.modal-review .modal-body-innr h3 {
    margin: 0 0 20px;
    text-align: center;
    text-transform: none;
    letter-spacing: 0
}

.modal-review .modal-body-innr h3 span {
    display: block;
    font-size: 11px;
    letter-spacing: 2.2px;
    color: #000 !important;
    text-align: center;
    margin-bottom: 11px
}

.modal-review .modal-body-innr label {
    letter-spacing: 0;
    padding-left: 15px
}

.modal-review .modal-body-innr .form-control {
    background-color: #fff;
    border-color: #E5E5E5;
    color: #000;
    resize: none
}

.modal-review .modal-body-innr p {
    letter-spacing: 0;
    font-size: 12px;
    padding: 0 15px;
    color: #000;
    line-height: 1.4
}

.modal-review .modal-body-innr .text-center {
    text-align: center
}

.modal-review .modal-body-innr .g-recaptcha {
    display: inline-block
}

.modal-review .modal-body-innr .btn {
    background-color: #D3B656
}

.modal-review .modal-body-innr .btn:hover {
    background-color: #000
}

.modal-review .close {
    width: 50px;
    height: 50px;
    background-color: #D3B656;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0
}

.modal-review .close svg {
    width: 36%;
    height: auto
}

.ratings-group {
    text-align: center;
    margin-bottom: 15px
}

.ratings-group label {
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px
}

.user-rating {
    direction: rtl;
    font-size: 20px;
    unicode-bidi: bidi-override;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.user-rating .star-cover {
    position: relative
}

.user-rating input {
    opacity: 0;
    position: relative;
    left: -0;
    z-index: 2;
    cursor: pointer;
    margin-left: -28px
}

.user-rating span.star:before {
    color: #777777;
    content: "";
    display: block
}

.user-rating span.star {
    display: inline-block;
    position: relative
}

.user-rating span {
    margin: 0 11px
}

.user-rating span.star:before {
    width: 25px;
    height: 25px;
    background-image: url(../img/star-border.html);
    background-repeat: no-repeat;
    background-size: 100%
}

.user-rating input:hover+span.star:before,
.user-rating input:hover+span.star~span.star:before,
.user-rating input:checked+span.star:before,
.user-rating input:checked+span.star~span.star:before {
    color: #ffd100;
    background-image: url(../img/star-fill.html)
}

.nav-tabs {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .nav-tabs {
        margin-bottom: 16px
    }
}

.nav-tabs li {
    margin: 0 4px;
    margin-bottom: 0 !important
}

.nav-tabs li a {
    padding: 10px 15px 10px 40px;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-color: #d4b657;
    position: relative;
    border-radius: 0
}

.nav-tabs li a svg {
    width: 25px;
    height: auto;
    position: absolute;
    left: 7px;
    top: 8px;
    filter: invert(1)
}

.nav-tabs li.active a,
.nav-tabs li:focus a,
.nav-tabs li:hover a {
    background-color: #d4b657;
    color: #000;
    border-color: #d4b657
}

.nav-tabs li.active a svg,
.nav-tabs li:focus a svg,
.nav-tabs li:hover a svg {
    filter: invert(0)
}

.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus,
.nav-tabs li:focus a:hover,
.nav-tabs li:focus a:focus,
.nav-tabs li:hover a:hover,
.nav-tabs li:hover a:focus {
    background-color: #d4b657;
    color: #000;
    border-color: #d4b657
}

.tooltip {
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.3)
}

#carouselSingleProfile {
    position: relative
}

#carouselSingleProfile .showmore-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 22px 15px;
    background: rgba(0, 0, 0, 0.17);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.17) 0%, #000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.17)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.17) 0%, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.17) 0%, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.17) 0%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.17) 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    display: block
}

@media (max-width: 768px) {
    #carouselSingleProfile .showmore-btn {
        display: none
    }
}

.gallery-image {
    position: relative
}

.gallery-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.17);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.17) 83%, rgba(0, 0, 0, 0.22) 84%, #000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(83%, rgba(0, 0, 0, 0.17)), color-stop(84%, rgba(0, 0, 0, 0.22)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.17) 83%, rgba(0, 0, 0, 0.22) 84%, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.17) 83%, rgba(0, 0, 0, 0.22) 84%, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.17) 83%, rgba(0, 0, 0, 0.22) 84%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.17) 83%, rgba(0, 0, 0, 0.22) 84%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0)
}

@media (max-width: 768px) {
    .home-gallery {
        padding: 0
    }
}

.related-staff {
    padding: 65px 0 20px;
    position: relative
}

@media (min-width: 1200px) {
    .related-staff {
        padding: 45px 0
    }
}

.related-staff .container {
    padding: 0
}

.related-staff h3 {
    font-size: 25px;
    letter-spacing: 0.63px;
    text-transform: none;
    padding-left: 10px;
    font-weight: 400 !important;
    margin: 0 0 30px 0
}

@media (min-width: 1200px) {
    .related-staff h3 {
        text-align: left
    }
}

.related-staff .logo {
    position: absolute;
    top: 2%;
    left: 42%;
    opacity: 0.2
}

@media (min-width: 1200px) {
    .related-staff .logo {
        top: 29%;
        left: 2%
    }
}

@media (max-width: 768px) {
    .related-staff .logo {
        width: 120px
    }
}

.related-staff .logo svg {
    width: 100%;
    height: auto
}

.related-staff .suggwestion {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    color: #D4B657;
    letter-spacing: 2.8px;
    padding-bottom: 8px;
    padding-left: 25px;
    top: 154px;
    left: 12%;
    transform-origin: bottom left;
    transform: rotate(-90deg)
}

@media (min-width: 1200px) {
    .related-staff .suggwestion {
        padding-right: 140px;
        font-size: 20px;
        letter-spacing: 4px;
        top: 250px;
        padding-bottom: 0;
        padding-left: 0;
        left: 5%
    }
}

.related-staff .suggwestion::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #D4B657;
    position: absolute;
    right: 0;
    bottom: 0
}

@media (min-width: 1200px) {
    .related-staff .suggwestion::before {
        top: 50%;
        bottom: inherit;
        width: 120px
    }
}

.related-staff .gallery-item {
    padding: 0 10px !important;
    margin-bottom: 0
}

.related-staff .gallery-item-wrap {
    margin: 0
}

.related-staff .slick-arrow {
    width: 42px;
    height: 42px;
    top: 39%;
    z-index: 12
}

.related-staff .slick-arrow::before {
    border: #fff 1px solid;
    border-radius: 50%;
    background-image: url(../img/right-arrow.html);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.related-staff .slick-arrow.slick-disabled {
    opacity: 0
}

.related-staff .slick-arrow.slick-prev {
    transform: rotate(180deg);
    left: -6px
}

.related-staff .slick-arrow.slick-next {
    right: -6px
}

.related-staff .slick-dots {
    position: static;
    margin: 37px auto 0;
    max-width: 67%;
    overflow: auto;
    display: flex
}

.related-staff .slick-dots li {
    width: auto;
    height: auto
}

.related-staff .slick-dots li button {
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%
}

.related-staff .slick-dots li button::before {
    display: none
}

.related-staff .slick-dots li.slick-active button {
    background-color: #D4B657;
    width: 16px;
    height: 16px
}

.gallery-item:hover .gallery-image img {
    filter: grayscale(100%)
}

.post-detail {
    width: 100%;
    max-width: 730px;
    margin: 0 auto
}

.post-detail-date {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.8px
}

.btn-submit {
    background-color: #D4B657;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 16px 26px;
    min-width: 142px;
    text-align: center
}

.btn-submit:hover {
    background-color: #292929;
    color: #fff
}

.form-wrapper {
    width: 100%;
    max-width: 576px;
    margin: 0 auto
}

.form-wrapper .h3 {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 18px;
    text-transform: none;
    text-align: left
}

.form-wrapper-booking {
    max-width: 1100px;
    margin: 0;
    height: auto;
    display: inline-block;
    position: relative
}

@media (min-width: 768px) {
    .form-wrapper-booking {
        padding-left: 304px
    }
}

@media (min-width: 992px) {
    .form-wrapper-booking {
        padding-left: 474px
    }
}

@media (min-width: 1200px) {
    .form-wrapper-booking {
        padding-left: 584px
    }
}

.form-wrapper-booking .gallery-media {
    width: 543px;
    height: 600px;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 41px;
    display: none
}

@media (min-width: 768px) {
    .form-wrapper-booking .gallery-media {
        width: 248px;
        height: 360px;
        display: block
    }
}

@media (min-width: 992px) {
    .form-wrapper-booking .gallery-media {
        width: 418px;
        height: 600px
    }
}

@media (min-width: 1200px) {
    .form-wrapper-booking .gallery-media {
        width: 543px
    }
}

.form-wrapper-booking .gallery-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left
}

@media (max-width: 991px) {
    .form-wrapper-booking .row .col-md-12,
    .form-wrapper-booking .row .col-xs-12 {
        float: none
    }
}

@media (max-width: 768px) {
    .form-wrapper-booking .row {
        margin: 0
    }
}

.form-group {
    position: relative
}

.form-group label {
    position: absolute;
    color: #fff;
    padding: 5px 15px;
    top: -17px;
    left: 12px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    background: #101010
}

.form-group .captcha-holder {
    width: 100%;
    max-width: 302px;
    margin: 0 auto
}

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/arrow-down.html);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 95% center
}

.form-control {
    background-color: #101010;
    border-color: #696969;
    padding: 13px 12px
}

.form-control:focus {
    border-color: #D4B657;
    box-shadow: 0 0 3px 1px rgba(212, 182, 87, 0.9)
}

.gallery-item-holder--duo {
    padding: 0 15px
}

.gallery-item-holder--duo .row {
    margin: 0 -3px
}

.gallery-item-holder--duo--staff {
    padding: 0 3px
}

.gallery-item-holder--duo--staff .profile-info {
    padding: 8px 0 0 0
}

.content .text-center {
    text-align: center !important
}

@media (min-width: 768px) {
    .content .text-md-left {
        text-align: left !important
    }
    .content .text-md-center {
        text-align: left !important
    }
}

.gallery-item-holder--duo .profile-info {
    padding-top: 26px
}

.gallery-item-holder--duo .profile-info-name {
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #D4B657
}

.gallery-item-holder--duo .profile-info .profile-location {
    font-size: 11px;
    color: #fff;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin: 1px 0 0 0;
    line-height: 1.4
}

.gallery-item-holder--duo .profile-info .profile-price {
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 1.4
}

@media (max-width: 768px) {
    .duo-mainRow {
        margin: 0 -28px;
        overflow: hidden
    }
}

#escorts-duo h1 {
    padding-bottom: 15px
}

@media (max-width: 768px) {
    #escorts-duo h1 {
        padding-bottom: 40px
    }
}

@media (min-width: 768px) {
    .mobile-next-nav {
        display: none
    }
}

@media (max-width: 768px) {
    .row.pt-5{
        width: 100%;
        margin: auto;
    }
}

.mobile-next-nav .fa-home svg {
    width: 25px;
    height: auto
}

.mobile-next-nav .fa-chevron-left svg,
.mobile-next-nav .fa-chevron-right svg {
    width: 25px;
    height: auto
}

/*# sourceMappingURL=main.min.css.map */