

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}




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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

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

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

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

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "— "
}

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

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

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: " —"
}

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .container {
        width: 100%;
        padding-top: 15px;
    }
}
@media only screen and (max-width: 40rem), screen and (max-height: 35rem){
.container {
   margin-top:5px;
    margin-left: 0;
        
}
}

table {
    background-color: transparent
}

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

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

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

th {
    text-align: left
}

.table {
    width: 100%;
    max-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: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

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

.table>caption+thead>tr:first-child>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 #ddd
}

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

.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 #ddd
}

.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 #ddd
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>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 {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

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

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

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

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

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

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

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

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

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

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

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

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

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

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

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

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

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

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

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

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

.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,
select[multiple].input-sm {
    height: auto
}

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

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

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

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

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

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

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

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

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

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

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

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

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

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

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

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

.has-success .form-control-feedback {
    color: #3c763d
}

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

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

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

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

.has-warning .form-control-feedback {
    color: #8a6d3b
}

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

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

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

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

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

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #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;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

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

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

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

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

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

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

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

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

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

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

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

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

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

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

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

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

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

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

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

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

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

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

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

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

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

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

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

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

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

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

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

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

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

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

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

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

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

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

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

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

.btn-block {
    display: block;
    width: 100%
}

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

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

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

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

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

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

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

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

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

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

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

.open>a {
    outline: 0
}

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

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

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

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

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

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

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

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

.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+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(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,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

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

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-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.3333333;
    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,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].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,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].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: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    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,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

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

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

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}



.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: #ccc;
    content: "/ "
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    /*font-size: 12px;*/
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

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

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}

.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: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

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

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

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    /*font-size: 12px;*/
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

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

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

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

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

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.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: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-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:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.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,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.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 {
    border-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

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

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

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

.well blockquote {
    border-color: #ddd;
    border-color: rgba(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: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

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

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

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

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

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

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

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

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

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

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

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

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

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

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

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

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

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

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

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

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

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

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

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

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.carousel {
    position: relative
}

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

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

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

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

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

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

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

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}

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

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none!important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important
}

@media(max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}

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

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

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

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
}

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

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

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

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

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

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

@media(min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important
    }
}

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

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

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

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

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

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

@media(min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@charset "UTF-8";
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    /*font-size: 12px;*/
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #bbb;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0)!important;
    margin: 0!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    outline: none!important;
    border: none!important;
    *font: 0/0 a!important;
    background: none!important
}

.selectric-temp-show {
    position: absolute!important;
    visibility: hidden!important;
    display: block!important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    /*font-size: 12px;*/
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer
}

.selectric-items li.selected {
    background: #e0e0e0;
    color: #444
}

.selectric-items li.highlighted {
    background: #d0d0d0;
    color: #444
}

.selectric-items li:hover {
    background: #d5d5d5;
    color: #444
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default!important;
    background: none!important;
    color: #666!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right))max(25px, env(safe-area-inset-bottom))max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media(max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media(max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}



html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0!important
}

.fp-notransition {
    -webkit-transition: none!important;
    transition: none!important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.fp-right {
    right: 17px
}

#fp-nav.fp-left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0!important;
    right: 0;
    margin: 0 auto!important
}

.fp-slidesNav.fp-bottom {
    bottom: 17px
}

.fp-slidesNav.fp-top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto!important
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto!important
}


@keyframes overlayAnimate {
    from {
        width: 54px;
        height: 54px;
        opacity: 1
    }
    to {
        width: 80px;
        height: 80px;
        opacity: 0
    }
}

@-webkit-keyframes overlayAnimate {
    from {
        width: 54px;
        height: 54px;
        opacity: 1
    }
    to {
        width: 90px;
        height: 90px;
        opacity: 0
    }
}

@keyframes overlayAnimateTwo {
    from {
        width: 54px;
        height: 54px;
        opacity: 1
    }
    to {
        width: 70px;
        height: 70px;
        opacity: 0
    }
}

@-webkit-keyframes overlayAnimateTwo {
    from {
        width: 54px;
        height: 54px;
        opacity: 1
    }
    to {
        width: 85px;
        height: 85px;
        opacity: 0
    }
}

.transition-none {
    webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.overlayAnimate {
    -webkit-animation: overlayAnimate 1.2s ease infinite;
    -moz-animation: overlayAnimate 1.2s ease infinite
}

.overlayAnimateTwo {
    -webkit-animation: overlayAnimateTwo 1.2s ease infinite;
    -moz-animation: overlayAnimateTwo 1.2s ease infinite
}

.clearboth {
    clear: both
}

.clearfx::after {
    content: "";
    display: block;
    height: 0;
    clear: both
}

.d-none {
    display: none
}



.fp-enabled body {
    padding: 20px
}

.home-border::before,
.home-border::after {
    height: 20px;
    position: fixed;
    width: 100%;
    background: #fff;
    content: '';
    top: 0;
    left: 0;
    z-index: 10
}

.home-border::after {
    top: auto;
    bottom: 0
}

.full-width {
    width: 100%
}

.full-width>.container {
    width: calc(100vw - 6vw)
}

.home-banner-phone-info {
    color: #fff;
    max-width: 275px
}

.home-banner-phone-info ul {
    color: #000
}



header.full-width .logo i {
  
}

@media(max-width:767px) {
    header.full-width .logo i {
      
    }
}

header .header-list {
    display: inline-block;
    float: right
}

header .header-list li {
    min-width: 48px;
    margin: 0 10px;
    display: block;
    list-style: none;
    float: left;
    background-color: rgba(213, 160, 128, 0);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header .header-list li:first-child {
    margin-left: 0
}

header .header-list li:last-child {
    margin-right: 0
}

header .header-list li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 48px;
    width: 100%;
    line-height: 48px
}

header .header-list li a .icon {
    font-size: 18px
}

header .header-list li:hover {
    background-color: #fff
}

header .header-list li:hover .text,
header .header-list li:hover .icon,
header .header-list li:hover:before {
    color: #d5a080
}

header .header-list li.call-back {
    padding-left: 20px;
    padding-right: 20px
}

@media(max-width:767px) {
    header .header-list li.call-back {
        padding-left: 15px;
        padding-right: 15px;
        display: none;
    }
}

header .header-list li.call-back .icon {
    margin: 8px 5px 0 0;
    position: relative;
    top: 3px
}

header .header-list li.language {
    position: relative
}

header .header-list li.language.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

header .header-list li.language.open .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

header .header-list li.language.open:hover {
    background-color: #d5a080!important
}

header .header-list li.language.open:hover *,
header .header-list li.language.open:hover *::before {
    color: #fff
}

header .header-list li.language .icon {
    font-size: 3px;
    position: relative;
    top: -2px
}

header .header-list li.language ul {
    width: 100%;
    left: 0;
    display: inline-block;
    padding: 0 0;
    position: absolute;
    margin-top: -10px;
    padding-top: 10px;
    display: none;
    z-index: 3
}

header .header-list li.language ul li {
    margin: 0;
    min-width: auto;
    width: 100%;
    display: inline-block;
    background-color: transparent;
    padding: 10px;
    padding-bottom: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #d5a080!important;
    border-top: solid 1px rgba(255, 255, 255, .2);
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header .header-list li.language ul li:hover {
    background-color: #fff
}

header .header-list li.language ul li:hover a {
    color: #d5a080
}

header .header-list li.language ul li:last-child {
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%
}

header .header-list li.language ul li a {
    padding: 0;
    width: auto;
    line-height: normal;
    height: auto;
    font-size: 13px;
    color: #fff
}

header .header-list li.search .search-wrap {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #d5a080;
    margin: 0 45px 0 0;
    padding: 14px 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: none;
    z-index: 3
}

header .header-list li.search .search-wrap input {
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
    width: 200px
}

header .header-list li.search .search-wrap input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

header .header-list li.search .search-wrap input:-moz-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

header .header-list li.search .search-wrap input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

header .header-list li.search .search-wrap input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

header .header-list li.search .search-wrap input::placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

header .header-list li.navigation {
    cursor: pointer
}

header .header-list li.navigation span {
    display: inline-block;
    width: 15px;
    height: 2px;
    position: relative;
    top: -3px;
    background-color: #fff;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header .header-list li.navigation span::before,
header .header-list li.navigation span::after {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header .header-list li.navigation span::after {
    top: Auto;
    bottom: -6px
}

header .header-list li.navigation:hover span {
    background-color: #d5a080
}

header .header-list li.navigation:hover span::before,
header .header-list li.navigation:hover span::after {
    background-color: #d5a080
}

header .multi-menu {
    display: none
}

header footer .logo {
    width: auto
}

header footer .logo img {
    width: auto
}

.multi-menu-wrap {
    position: absolute;
    left: -99999em
}

.active-menu {
    padding: 0;
    background-color: #202020
}

.active-menu .full-width {
    width: 100%
}

.active-menu .full-width>.container {
    width: calc(100vw - 5.5vw);
    padding: 0 55px
}

.active-menu header {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #202020;
    z-index: 11;
    margin: 0;
    padding-top: 55px
}

.active-menu header::before {
    display: none!important
}

.active-menu header .logo {
    margin-left: 10px
}

.active-menu header .logo i {
    color: #fff!important
}


.active-menu header .multi-menu-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    left: inherit;
    margin-top: 48px
}

@media(max-width:767px) {
    .active-menu header .multi-menu-wrap {
        padding: 0!important
    }
}

.active-menu header .multi-menu-wrap .multi-menu {
    display: inline-block;
    position: inherit
}

@media(max-width:767px) {
    .active-menu header .multi-menu-wrap .multi-menu {
        padding: 0
    }
}

.active-menu header .multi-menu-wrap .multi-menu .left .item {
    display: inline-block;
    width: 50%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 24px;
    position: relative;
    margin-bottom: 20px
}

.active-menu header .multi-menu-wrap .multi-menu .left .item::before {
    content: '';
    position: absolute;
    width: 75%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .2;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.active-menu header .multi-menu-wrap .multi-menu .left .item:nth-child(3):before,
.active-menu header .multi-menu-wrap .multi-menu .left .item:nth-child(4):before {
    display: none
}

.active-menu header .multi-menu-wrap .multi-menu .left .item:hover::before {
    background-color: #d5a080;
    opacity: 1
}

.active-menu header .multi-menu-wrap .multi-menu .left .item h3 {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    width: 100%
}

.active-menu header .multi-menu-wrap .multi-menu .left .item h3 a {
    color: #fff;
    text-decoration: none
}

.active-menu header .multi-menu-wrap .multi-menu .left .item h3 a:hover {
    color: #d5a080
}

.active-menu header .multi-menu-wrap .multi-menu .left .item ul {
    display: block;
    width: 100%;
    margin: 10px 0 12px 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.active-menu header .multi-menu-wrap .multi-menu .left .item ul li {
    float: left;
    width: 100%;
    list-style: none
}

.active-menu header .multi-menu-wrap .multi-menu .left .item ul li a {
    font-size: 18px;
    line-height: 1.56;
    color: rgba(255, 255, 255, .7);
    position: relative;
    padding: 0 0 0 20px;
    text-decoration: none;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.active-menu header .multi-menu-wrap .multi-menu .left .item ul li a:hover {
    color: #d5a080;
    padding-left: 30px
}

.active-menu header .multi-menu-wrap .multi-menu .left .item ul li a:hover::before {
    width: 10px;
    height: 10px;
    margin: 5px 0 0 -2px;
    background-color: #d5a080
}

.active-menu header .multi-menu-wrap .multi-menu .left .item ul li a::Before {
    content: '';
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    opacity: 1;
    margin: 7px 0 0 0;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.active-menu header .multi-menu-wrap .multi-menu .right ul {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.active-menu header .multi-menu-wrap .multi-menu .right ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.active-menu header .multi-menu-wrap .multi-menu .right ul li:hover {
    border-bottom-color: #d5a080
}

.active-menu header .multi-menu-wrap .multi-menu .right ul li a {
    font-size: 22px;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 12px 10px;
    box-sizing: border-box;
    text-decoration: none;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.active-menu header .multi-menu-wrap .multi-menu .right ul li a:Hover {
    font-size: 22px;
    padding-left: 20px;
    color: #d5a080
}

.active-menu header .multi-menu-wrap.notscroll {
    overflow-y: visible;
    overflow-x: visible;
    display: flex!important;
    align-items: center;
    width: 100%;
    margin-top: 0
}

.active-menu header .header-list li {
    background-color: #fff
}

.active-menu header .header-list li:hover {
    background-color: #d5a080
}

.active-menu header .header-list li:hover a {
    color: #fff
}

.active-menu header .header-list li:hover a .text,
.active-menu header .header-list li:hover a .icon,
.active-menu header .header-list li:hover a:before {
    color: #fff
}

.active-menu header .header-list li:hover.navigation span::before,
.active-menu header .header-list li:hover.navigation span::after {
    background-color: #fff
}

.active-menu header .header-list li a {
    color: #d5a080
}

.active-menu header .header-list li.navigation span {
    background-color: transparent!important
}

.active-menu header .header-list li.navigation span::after,
.active-menu header .header-list li.navigation span::before {
    background-color: #d5a080
}

.active-menu header .header-list li.navigation span::after {
    transform: rotate(45deg);
    top: 0
}

.active-menu header .header-list li.navigation span::before {
    transform: rotate(-45deg);
    top: 0
}

.active-menu .side-bar-form {
    z-index: 11
}

.active-menu.project header .header-list li {
    background-color: #fff
}

.active-menu.project header .header-list li a .text,
.active-menu.project header .header-list li a .icon,
.active-menu.project header .header-list li a:before {
    color: #d5a080
}

.active-menu.project header .header-list li:hover {
    background-color: #d5a080
}

.active-menu.project header .header-list li:hover a .text,
.active-menu.project header .header-list li:hover a .icon,
.active-menu.project header .header-list li:hover a:before {
    color: #fff
}

.animate-bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 5;
    background-size: cover;
    display: none
}

.intro-animate {
    position: absolute;
    z-index: 9999;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.intro-animate::before,
.intro-animate::after {
    content: '';
    position: absolute;
    z-index: 9999;
    width: 51%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.intro-animate::after {
    left: auto;
    right: 0
}

.intro-animate.active::before {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0)
}

.intro-animate.active::after {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0)
}

.detail-button {
    /*font-size: 12px;*/
    padding: 17px 31px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    margin: 25px 0 0 0;
    font-weight: 600
}

.detail-button:hover {
    text-decoration: none
}

.detail-button.has-border::before,
.detail-button.has-border::after {
    content: '';
    width: 20%;
    position: absolute;
    top: 50%;
    left: 90%;
    height: 1px;
    background-color: #fff;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.detail-button.has-border::after {
    width: 1px;
    height: 0;
    left: 110%;
    top: 0
}

.detail-button.has-border:hover::before {
    width: 30%
}

.detail-button.has-border.black {
    background-color: #202020;
    color: #fff
}

.detail-button.has-border.brown {
    background-color: #d5a080;
    color: #fff
}

.detail-button.has-border.white {
    background-color: #fff;
    color: #202020!important
}

.detail-button.has-border.white::before,
.detail-button.has-border.white::after {
    background-color: #dcd7d2
}

.detail-button.padding-right {
    padding-right: 70px
}

.detail-button.center {
    margin: 25px 0 25px 0
}

.detail-button.top {
    margin: 0 0 5px 0
}

.multiple-select .input-group,
.multiple-select .form-input {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    z-index: 9
}

.multiple-select .input-group:hover input,
.multiple-select .form-input:hover input {
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom-color: #d5a080
}

.multiple-select .input-group input,
.multiple-select .form-input input {
    border: none;
    box-shadow: none;
    width: 100%;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #706f70;
    border-bottom: solid 1px #f7ece6;
    height: auto
}

.multiple-select .input-group input::-webkit-input-placeholder,
.multiple-select .form-input input::-webkit-input-placeholder {
    color: #706f70;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.multiple-select .input-group input:-moz-placeholder,
.multiple-select .form-input input:-moz-placeholder {
    color: #706f70;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.multiple-select .input-group input::-moz-placeholder,
.multiple-select .form-input input::-moz-placeholder {
    color: #706f70;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.multiple-select .input-group input:-ms-input-placeholder,
.multiple-select .form-input input:-ms-input-placeholder {
    color: #706f70;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.multiple-select .input-group input::placeholder,
.multiple-select .form-input input::placeholder {
    color: #706f70;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.multiple-select .input-group input:focus,
.multiple-select .form-input input:focus {
    outline: 0;
    border-bottom-color: #d5a080
}

.multiple-select .input-group label.error,
.multiple-select .form-input label.error {
    top: 0;
    display: inline-block;
    width: 100%
}

.multiple-select .input-group .custom-select,
.multiple-select .form-input .custom-select {
    margin: 0 0 0 0
}

.multiple-select .input-group .custom-select label.error,
.multiple-select .form-input .custom-select label.error {
    margin: 50px 0 0 0;
    padding: 0
}

.multiple-select .input-group .custom-select .label,
.multiple-select .form-input .custom-select .label {
    color: #fff
}

.multiple-select .input-group .custom-select .icon-arrow-bottom:before,
.multiple-select .form-input .custom-select .icon-arrow-bottom:before {
    color: #fff
}

.multiple-select .input-group .form-check-wrap,
.multiple-select .form-input .form-check-wrap {
    width: 100%;
    margin: 50px 0 0 0
}

.multiple-select .input-group .form-check-wrap span,
.multiple-select .form-input .form-check-wrap span {
    margin: 0 10px 0 0
}

.multiple-select .input-group .form-check-wrap label a,
.multiple-select .form-input .form-check-wrap label a {
    background-color: transparent;
    color: rgba(32, 32, 32, .9);
    text-decoration: underline
}

.custom-select {
    display: inline-block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.custom-select:hover .selectric {
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.custom-select:hover .selectric:hover {
    border-bottom-color: #d5a080
}

.custom-select:hover .selectric .icon {
    transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px)
}

.custom-select .selectric-wrapper .selectric-hide-select {
    width: 100%;
    height: 100%;
    position: static
}

.custom-select .selectric-wrapper .selectric-hide-select select {
    opacity: 0;
    left: -100vw
}

.custom-select .selectric-wrapper .selectric-hide-select label.error {
    position: absolute;
    margin: 58px 0 0 0
}

.custom-select .selectric {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #f7ece6
}

.custom-select .selectric .label {
    text-align: left;
    padding: 0;
    margin: 0;
    color: #595859;
    font-size: 13px;
    font-weight: normal;
    padding-right: 20px
}

.custom-select .selectric .icon {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 8px;
    color: #595859;
    margin: 10px 0 0 0;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.custom-select .selectric .button {
    display: none
}

.custom-select .selectric-items {
    border: none;
    z-index: 9
}

.custom-select .selectric-items ul li {
    font-family: 'montserratregular';
    font-size: 13px;
    padding: 10px 20px;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.custom-select .selectric-items ul li.selected,
.custom-select .selectric-items ul li:hover {
    padding-left: 25px;
    background-color: #d5a080;
    color: #fff
}

.form-check-wrap {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 15px 0;
    top: -15px;
    padding-left: 30px
}

.form-check-wrap input {
    float: left;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: auto;
    height: 100%;
    left: 0;
    top: 5px;
    width: 20px!important;
    height: 20px;
    z-index: 2;
    margin: 7px 0 0 0
}

.form-check-wrap input:checked+span:before,
.form-check-wrap input:checked+label+span:before {
    background-color: #7d5348
}

.form-check-wrap input.error+span,
.form-check-wrap input.error+label+span {
    border-color: red
}

.form-check-wrap span {
    width: 20px;
    height: 20px;
    top: 5px;
    border: solid 1px rgba(125, 83, 72, .7);
    background-color: #fcfcfc;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    position: relative;
    top: 7px;
    display: inline-block;
    float: left;
    margin: 0 0 10px 0;
    position: absolute;
    left: 0
}

.form-check-wrap span::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    margin: 4px;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.form-check-wrap label {
    width: 260px;
    float: left;
    opacity: .8;
    font-family: 'montserratregular';
    font-size: 11px;
    line-height: 1.82;
    color: rgba(32, 32, 32, .9);
    font-weight: normal
}

.form-check-wrap label a {
    color: rgba(32, 32, 32, .9);
    text-decoration: underline
}









.phone-info {
    z-index: 19
}

.phone-info .iti {
    width: 100%
}

.side-bar-form {
    width: 410px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 7;
    height: 100vh;
    display: none
}

.side-bar-form .close-icon {
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 55px 0 0 -33px;
    background-color: #ae9382;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 4;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding-top: 2px
}

.side-bar-form .close-icon:hover {
    background-color: #000;
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg)
}

.side-bar-form.active {
    z-index: 999
}

.side-bar-form.active .close-icon {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.side-bar-form.active .side-bar-mask .bg-circle {
    width: 205%;
    height: 115%;
    top: -100px
}

.side-bar-form.un-active {
    z-index: 12
}

.side-bar-form.un-active .close-icon {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.side-bar-form.un-active .side-bar-mask .bg-circle {
    width: 0;
    height: 5%
}

.side-bar-form .side-bar-mask {
    position: fixed;
    padding: 0 60px;
    width: 418px;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden
}

.side-bar-form .side-bar-mask .bg-circle {
    position: absolute;
    width: 0;
    height: 5%;
    margin: auto;
    webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    background-color: #fff;
    -webkit-border-radius: 0 2500px 2500px 0;
    -moz-border-radius: 0 2500px 2500px 0;
    border-radius: 0 2500px 2500px 0;
    left: -100px;
    top: 0
}

.side-bar-form .side-bar-mask .form-wrap {
    margin: 40px 0 0 0
}

@media(max-width:1400px) {
    .side-bar-form .side-bar-mask .form-wrap {
        margin: 0
    }
}

.side-bar-form .side-bar-mask .form-wrap h2 {
    color: #d5a080;
    font-size: 45px;
    margin: 0 0 30px 0;
    position: relative
}

.side-bar-form .side-bar-mask .form-wrap .input-cart a {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.side-bar-form .side-bar-mask .form-wrap .input-cart a:hover {
    background-color: #d5a080;
    color: #fff
}

.side-bar-form .side-bar-mask .form-wrap .input-cart a:hover:before {
    background-color: rgba(32, 32, 32, .3)
}

.side-bar-form .side-bar-mask .form-wrap .input-cart a:before {
    background-color: rgba(213, 160, 128, .7)
}

.side-bar-form .side-bar-mask .form-wrap .input-cart a.refreshbtn,
.side-bar-form .side-bar-mask .form-wrap .input-cart a.voicebtn {
    background: none;
    color: #000
}

.side-bar-form .side-bar-mask .form-wrap .input-cart a.refreshbtn:hover,
.side-bar-form .side-bar-mask .form-wrap .input-cart a.voicebtn:hover {
    background: none;
    color: rgba(32, 32, 32, .3)
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input {
    width: 100%;
    display: inline-block;
    margin: 10px 0
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group:hover input,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input:hover input {
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom-color: #d5a080
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group input,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input input {
    border: none;
    box-shadow: none;
    width: 100%;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #706f70;
    border-bottom: solid 1px #f7ece6;
    height: auto
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group input::-webkit-input-placeholder,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input input::-webkit-input-placeholder {
    color: #706f70;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group input:-moz-placeholder,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input input:-moz-placeholder {
    color: #706f70;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group input::-moz-placeholder,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input input::-moz-placeholder {
    color: #706f70;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group input:-ms-input-placeholder,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input input:-ms-input-placeholder {
    color: #706f70;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group input::placeholder,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input input::placeholder {
    color: #706f70;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group input:focus,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input input:focus {
    outline: 0;
    border-bottom-color: #d5a080
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group label.error,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input label.error {
    top: 0;
    display: inline-block;
    width: 100%
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group .custom-select,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input .custom-select {
    margin: 10px 0 0 0
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group .custom-select .selectric .icon,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input .custom-select .selectric .icon {
    color: #d5a080
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group .custom-select label.error,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input .custom-select label.error {
    margin: 50px 0 0 0;
    padding: 0
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group .form-check-wrap,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input .form-check-wrap {
    width: 100%;
    margin: 50px 0 0 0
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group .form-check-wrap span,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input .form-check-wrap span {
    margin: 0 10px 0 0
}

.side-bar-form .side-bar-mask .form-wrap .input-cart .input-group .form-check-wrap label a,
.side-bar-form .side-bar-mask .form-wrap .input-cart .form-input .form-check-wrap label a {
    background-color: transparent;
    color: rgba(32, 32, 32, .9);
    text-decoration: underline
}

.side-bar-form .form-result-screen {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.side-bar-form .form-result-screen>div>div {
    display: none;
    text-align: center;
    padding: 40px 0
}

@media(max-width:991px) {
    .side-bar-form .form-result-screen>div>div {
        padding: 40px 0 0
    }
}

.side-bar-form .form-result-screen>div>div i {
    font-size: 2rem;
    background: #000;
    padding: 20px;
    border-radius: 50%;
    display: inline-block
}

.side-bar-form .form-result-screen>div>div i:before {
    color: #fff
}

.side-bar-form .form-result-screen>div>div a {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding-right: 70px
}

.side-bar-form .form-result-screen>div>div a::before {
    background-color: #ae9382
}

.side-bar-form .form-result-screen>div>div p {
    font-size: 1.6rem;
    margin: 20px 0
}

@media(max-width:991px) {
    .side-bar-form .form-result-screen>div>div p {
        text-align: center
    }
}

@media(max-width:991px) {
    .side-bar-form .form-result-screen>div>div .detail-button {
        float: none
    }
}

.project header .header-list li {
    background-color: rgba(213, 160, 128, .9)
}

.project header .header-list li:hover {
    background-color: #fff
}

.dark-theme header::before {
    background-image: linear-gradient(0deg, rgba(32, 32, 32, 0) 4%, white 96%);
    opacity: .7;
    pointer-events: none
}



@media(max-width:991px) {
    .project article#fullpage {
        opacity: 1!important
    }
}

.project article section.project-sub-slide-section .project-sub-slide-wrap {
    width: 100%;
    height: 100%
}

.project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide {
    width: inherit;
    height: inherit
}

.project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-stage-outer {
    width: inherit;
    height: inherit
}

.project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-stage-outer .owl-stage {
    width: inherit;
    height: inherit
}

.project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-stage-outer .owl-stage .owl-item {
    width: inherit;
    height: inherit;
    overflow: hidden
}

.project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-stage-outer .owl-stage .owl-item .item h1 {
    font-family: 'cha-regular';
    font-size: 60px;
    letter-spacing: -1px;
    color: #fff;
    position: relative;
    z-index: 2;
    margin: 200px 0 0 150px;
    width: 500px;
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7)
}

.project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-stage-outer .owl-stage .owl-item .item .img-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-size: cover
}

.project article section.project-sub-slide-section .arrow-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100px;
    margin: 550px 0 0 150px
}

.project article section.project-sub-slide-section .arrow-wrap span {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.project article section.project-sub-slide-section .arrow-wrap span.left {
    float: left
}

.project article section.project-sub-slide-section .arrow-wrap span.left:hover {
    transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px)
}

.project article section.project-sub-slide-section .arrow-wrap span.right {
    float: right
}

.project article section.project-sub-slide-section .arrow-wrap span.right:hover {
    transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px)
}

.project article section.project-sub-slide-section .selection {
    position: absolute;
    bottom: 20px;
    width: 360px;
    height: 70px;
    background-color: #000;
    margin: 0 0 20px 60px;
    font-size: 15px;
    z-index: 2;
    cursor: pointer
}

.project article section.project-sub-slide-section .selection .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    opacity: 1;
    margin: 28px 10px 20px 30px;
    color: #fff;
    position: absolute
}

.project article section.project-sub-slide-section .selection .icon.close {
    display: none;
    font-size: 15px
}

.project article section.project-sub-slide-section .selection img {
    margin: 0 21px 0 100px;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.project article section.project-sub-slide-section .selection .content {
    display: none;
    position: absolute;
    background-color: #000;
    color: #fff;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: auto;
    font-family: 'montserratregular';
    padding: 30px 20px;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    border-radius: 0
}

.project article section.project-sub-slide-section .selection .content .custom-breadcrumb {
    display: block;
    text-align: left;
    margin: 0 auto;
    font-size: 1.2rem;
    padding-left: 8px
}

.project article section.project-sub-slide-section .selection .content .custom-breadcrumb a {
    color: rgba(255, 255, 255, .5);
    text-decoration: underline;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.project article section.project-sub-slide-section .selection .content .custom-breadcrumb a:hover {
    color: #fff
}

.project article section.project-sub-slide-section .selection .content .custom-breadcrumb .arrow {
    color: rgba(255, 255, 255, .5);
    display: inline-block;
    margin: 0 5px
}

.project article section.project-sub-slide-section .selection .content .custom-breadcrumb .text {
    color: rgba(255, 255, 255, .5)
}

.project article section.project-sub-slide-section .selection .content .list {
    margin: 30px 0 0 8px;
    padding: 0 0 0 30px;
    display: inline-block;
    border-left: solid 1px rgba(255, 255, 255, .2);
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.project article section.project-sub-slide-section .selection .content .list:hover {
    border-left-color: rgba(255, 255, 255, .5)
}

.project article section.project-sub-slide-section .selection .content .list li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 8px 0
}

.project article section.project-sub-slide-section .selection .content .list li a {
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff
}

.project article section.project-sub-slide-section .selection .content .list li a:hover {
    color: #d5a080;
    text-decoration: none;
    padding-left: 10px
}

.project article section.center-slide-section,
.project article section.center-slide-bottom-section {
    background: #202020
}

.project article section.center-slide-section .center-slide-wrap,
.project article section.center-slide-bottom-section .center-slide-wrap {
    color: #fff
}

.project article section.center-slide-section .center-slide-wrap .left,
.project article section.center-slide-bottom-section .center-slide-wrap .left {
    position: relative;
    z-index: 2;
    float: left;
    width: 30%;
    background-color: #202020
}

.project article section.center-slide-section .center-slide-wrap .left .item,
.project article section.center-slide-bottom-section .center-slide-wrap .left .item {
    display: none;
    width: 350px;
    float: right;
    margin-right: 100px
}

.project article section.center-slide-section .center-slide-wrap .left .item *,
.project article section.center-slide-bottom-section .center-slide-wrap .left .item * {
    position: relative;
    z-index: 1
}

.project article section.center-slide-section .center-slide-wrap .left .item h2,
.project article section.center-slide-bottom-section .center-slide-wrap .left .item h2 {
    font-size: 45px
}

.project article section.center-slide-section .center-slide-wrap .left .item p,
.project article section.center-slide-bottom-section .center-slide-wrap .left .item p {
    font-family: 'montserratregular';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    color: #fff;
    margin: 30px 0 0 0;
    display: inline-block
}

.project article section.center-slide-section .center-slide-wrap .left .item.active,
.project article section.center-slide-bottom-section .center-slide-wrap .left .item.active {
    display: inline-block
}

.project article section.center-slide-section .center-slide-wrap .time-detail,
.project article section.center-slide-bottom-section .center-slide-wrap .time-detail {
    float: right;
    margin-top: -90px;
    margin-right: 140px
}

.project article section.center-slide-section .center-slide-wrap .time-detail p,
.project article section.center-slide-bottom-section .center-slide-wrap .time-detail p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff
}

.project article section.center-slide-section .center-slide-wrap .time-detail p span,
.project article section.center-slide-bottom-section .center-slide-wrap .time-detail p span {
    width: 22px;
    margin: 0 0 0 20px;
    position: relative;
    top: -3px
}

.project article section.center-slide-section .center-slide-wrap .time-detail p span img,
.project article section.center-slide-bottom-section .center-slide-wrap .time-detail p span img {
    width: 22px
}

@media(max-width:991px) {
    .project article section.center-slide-section .center-slide-wrap .time-detail,
    .project article section.center-slide-bottom-section .center-slide-wrap .time-detail {
        float: none;
        display: block;
        margin: 0;
        background-color: #363636;
        padding: 20px 10px 13px 10px
    }
    .project article section.center-slide-section .center-slide-wrap .time-detail p,
    .project article section.center-slide-bottom-section .center-slide-wrap .time-detail p {
        text-align: center;
        margin: 0
    }
}

.project article section.center-slide-section .center-slide-wrap .right,
.project article section.center-slide-bottom-section .center-slide-wrap .right {
    float: right;
    width: 70%;
    position: relative
}

.project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-item,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-item,
.project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-item,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-item {
    display: block
}

.project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-item .item,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-item .item,
.project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-item .item,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-item .item {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-item .item img,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-item .item img,
.project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-item .item img,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-item .item img {
    width: 360px;
    height: auto;
    display: inline-block
}

.project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-item .item h3,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-item .item h3,
.project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-item .item h3,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-item .item h3 {
    position: absolute;
    bottom: 0;
    font-size: 25px;
    padding: 20px 20px 20px 30px;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-family: 'cha-regular';
    opacity: 0;
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7)
}

.project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-item .item::before,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-item .item::before,
.project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-item .item::before,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-item .item::before,
.project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-item .item::after,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-item .item::after,
.project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-item .item::after,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-item .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d5a080;
    opacity: .7;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    mix-blend-mode: normal
}

.project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-item .item::after,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-item .item::after,
.project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-item .item::after,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-item .item::after {
    mix-blend-mode: overlay;
    opacity: .2
}

.project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-item.active.active-first .item h3,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-item.active.active-first .item h3,
.project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-item.active.active-first .item h3,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-item.active.active-first .item h3 {
    opacity: 1
}

.project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-item.active.active-first .item::before,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-item.active.active-first .item::before,
.project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-item.active.active-first .item::before,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-item.active.active-first .item::before,
.project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-item.active.active-first .item::after,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-item.active.active-first .item::after,
.project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-item.active.active-first .item::after,
.project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-item.active.active-first .item::after {
    opacity: 0;
    mix-blend-mode: normal
}

.project article section.center-slide-section .center-slide-wrap .right .arrow-wrap,
.project article section.center-slide-bottom-section .center-slide-wrap .right .arrow-wrap {
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: -40px;
    width: 100px
}

.project article section.center-slide-section .center-slide-wrap .right .arrow-wrap span,
.project article section.center-slide-bottom-section .center-slide-wrap .right .arrow-wrap span {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.project article section.center-slide-section .center-slide-wrap .right .arrow-wrap span.arrow-left,
.project article section.center-slide-bottom-section .center-slide-wrap .right .arrow-wrap span.arrow-left {
    float: left;
    margin: 0
}

.project article section.center-slide-section .center-slide-wrap .right .arrow-wrap span.arrow-left:hover,
.project article section.center-slide-bottom-section .center-slide-wrap .right .arrow-wrap span.arrow-left:hover {
    transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px)
}

.project article section.center-slide-section .center-slide-wrap .right .arrow-wrap span.arrow-right,
.project article section.center-slide-bottom-section .center-slide-wrap .right .arrow-wrap span.arrow-right {
    float: right;
    margin: 0
}

.project article section.center-slide-section .center-slide-wrap .right .arrow-wrap span.arrow-right:hover,
.project article section.center-slide-bottom-section .center-slide-wrap .right .arrow-wrap span.arrow-right:hover {
    transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px)
}

.project article section.center-slide-section .center-slide-wrap .right .arrow-wrap span.icon-bar,
.project article section.center-slide-bottom-section .center-slide-wrap .right .arrow-wrap span.icon-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: #7a7a7a;
    margin: -7px 0 0 50px
}

.project article section.center-slide-section .center-slide-wrap .right .arrow-wrap span.disabled,
.project article section.center-slide-bottom-section .center-slide-wrap .right .arrow-wrap span.disabled {
    opacity: .3
}

.project article section.gallery-slide-section .gallery-slide-wrap {
    float: none
}

.project article section.gallery-slide-section .gallery-slide-wrap h2 {
    position: relative;
    z-index: 2;
    margin: 180px 0 0 140px;
    color: #fff;
    width: 132px;
    font-size: 48px;
    letter-spacing: -.5px;
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7)
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-select {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    margin: 180px 100px 0 0;
    width: 242px
}

@media(max-width:991px) {
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-select {
        margin: 25px 15px 0 0
    }
}

@media(max-width:767px) {
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-select {
        width: 184px
    }
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-select .custom-select {
    background-color: #000;
    padding: 6px 20px;
    display: block!important
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-select .custom-select:hover {
    background-color: #000
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-select .custom-select .selectric {
    border-bottom: transparent
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-select .custom-select .selectric .label,
.project article section.gallery-slide-section .gallery-slide-wrap .gallery-select .custom-select .selectric .icon {
    color: #fff
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-select .custom-select .selectric .label {
    position: relative;
    top: 2px
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-select .custom-select .selectric .icon {
    right: 0;
    top: 6px
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-slide {
    position: absolute;
    left: 0;
    top: 0
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-slide .owl-item {
    height: calc(100vh - 40px)
}

@media(max-width:1200px) {
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-slide .owl-item {
        height: 100vh
    }
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-slide-item .item {
    height: calc(100vh - 40px)
}

@media(max-width:991px) {
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-slide-item .item {
        height: auto
    }
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-slide-item .item .galery-video-title {
    bottom: 160px;
    left: 240px
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    z-index: 2;
    margin: 0 0 100px 0
}

@media(max-width:767px) {
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-info {
        margin-bottom: 0!important
    }
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content {
    margin: 0 auto;
    width: 320px;
    display: block;
    text-align: center;
    color: #fff
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content>* {
    display: inline-block
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content .arrow-left,
.project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content .arrow-right {
    width: 57px;
    height: 57px;
    text-align: center;
    line-height: 57px;
    background-color: rgba(32, 32, 32, .7);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 20px;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media(max-width:767px) {
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content .arrow-left,
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content .arrow-right {
        width: 37px;
        height: 37px;
        line-height: 37px
    }
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content .arrow-left:hover {
    transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px)
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content .arrow-right:hover {
    transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px)
}

.project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content .count {
    font-size: 20px;
    letter-spacing: .9px;
    position: relative;
    top: 1px
}

.project article section.project-detail-section {
    background-color: #202020
}

.project article section.project-detail-section .project-detail-wrap {
    padding-top: 80px
}

@media(max-width:1400px) {
    .project article section.project-detail-section .project-detail-wrap {
        padding-top: 50px
    }
}

.project article section.project-detail-section .project-detail-wrap .left {
    display: inline-block;
    width: 50%;
    height: 50%;
    background-color: #d5a080;
    color: #fff;
    float: left;
    position: relative;
    z-index: 1
}

.project article section.project-detail-section .project-detail-wrap .left .detail {
    width: 550px;
    float: right;
    padding: 70px 40px 70px 70px;
    display: inline-block
}

.project article section.project-detail-section .project-detail-wrap .left .detail h2 {
    font-family: 'cha-regular';
    font-size: 45px;
    letter-spacing: -.5px;
    margin: 0 0 30px 0;
    padding: 0
}

.project article section.project-detail-section .project-detail-wrap .left .detail p {
    font-family: 'montserratregular';
    font-size: 14px
}

.project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap {
    width: 115px;
    display: inline-block;
    font-size: 18px;
    margin: 90px 0 0 0;
    position: relative
}

.project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap .arrow-left,
.project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap .arrow-right {
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap .icon-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 35px;
    background-color: #fff;
    opacity: .3;
    margin: -7px 0 0 58px
}

.project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap .arrow-left {
    float: left;
    cursor: pointer
}

.project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap .arrow-left:hover {
    transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px)
}

.project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap .arrow-right {
    float: right;
    cursor: pointer;
    position: relative
}

.project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap .arrow-right:hover {
    transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px)
}

.project article section.project-detail-section .project-detail-wrap .right {
    display: inline-block;
    width: 50%;
    float: right;
    padding: 0
}

.project article section.project-detail-section .project-detail-wrap .right .button-wrap {
    display: inline-block;
    float: left;
    margin: 0 0 0 100px
}

.project article section.project-detail-section .project-detail-wrap .right .button-wrap a {
    color: #fff;
    border: solid 2px rgba(213, 160, 128, .3);
    margin: 0 20px;
    padding: 17px 35px;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.project article section.project-detail-section .project-detail-wrap .right .button-wrap a:hover {
    background-color: #d5a080
}

.project article section.project-detail-section .project-detail-wrap .right .img-wrap {
    display: inline-block;
    width: 100%
}

.project article section.project-detail-section .project-detail-wrap .right .img-wrap img {
    margin: 80px 0 0 0;
    height: 470px;
    display: none
}

.project article section.project-detail-section .project-detail-wrap .right .img-wrap img.active {
    display: inline-block
}

.project article section.project-detail-section .project-detail-wrap .bottom {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0
}

.project article section.project-detail-section .project-detail-wrap .bottom .detail-list {
    margin-top: 0
}

.project article section.project-detail-section .project-detail-wrap .bottom .detail-list li {
    display: inline-block;
    float: left;
    list-style: none;
    color: #fff;
    width: 25%;
    padding: 15px 50px;
    border-right: solid 1px rgba(255, 255, 255, .2)
}

.project article section.project-detail-section .project-detail-wrap .bottom .detail-list li:last-child {
    border-right: none
}

.project article section.project-detail-section .project-detail-wrap .bottom .detail-list li .big-text {
    display: inline-block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #d5a080
}

.project article section.project-detail-section .project-detail-wrap .bottom .detail-list li .big-text span {
    font-size: 20px;
    position: relative;
    top: -1px
}

.project article section.project-detail-section .project-detail-wrap .bottom .detail-list li .detail-text {
    display: inline-block;
    width: 100%;
    opacity: .5;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff
}

@media(max-width:767px) {
    .project article section.project-detail-section .project-detail-wrap .bottom .detail-list li .detail-text {
        font-size: 12px
    }
}

.project article section.project-location-section {
    background-color: #202020;
    color: #fff
}

.project article section.project-location-section .project-location-wrap {
    display: inline-block;
    width: 100%
}

.project article section.project-location-section .project-location-wrap .left {
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 100px
}

.project article section.project-location-section .project-location-wrap .left .map-wrap {
    width: 100%;
    height: 440px;
    float: right;
    display: inline-block
}

.project article section.project-location-section .project-location-wrap .left .map-wrap>div {
    height: 100%;
    width: 100%
}

.project article section.project-location-section .project-location-wrap .left .map-wrap>div .gm-style-iw-t .gm-style-iw.gm-style-iw-c {
    padding: 0!important;
    border-radius: 0!important;
    background: #202020
}

.project article section.project-location-section .project-location-wrap .left .map-wrap>div .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    height: 100%;
    width: 100%;
    overflow: visible!important
}

.project article section.project-location-section .project-location-wrap .left .map-wrap>div .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d>div {
    width: 100%;
    height: 100%
}

.project article section.project-location-section .project-location-wrap .left .map-wrap>div .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d>div .popup-wrap {
    padding: 10px 30px
}

.project article section.project-location-section .project-location-wrap .left .map-wrap>div .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d>div .popup-wrap.reserve {
    background: #7d5347
}

.project article section.project-location-section .project-location-wrap .left .map-wrap>div .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d>div .popup-wrap.text-popup {
    padding: 20px;
    min-width: 120px;
    color: #fff
}

.project article section.project-location-section .project-location-wrap .left .map-wrap>div .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d>div .popup-wrap.text-popup p {
    margin-bottom: 0;
    color: #fff
}

.project article section.project-location-section .project-location-wrap .left .map-wrap>div .gm-style-iw-t::after {
    background-color: #202020;
    height: 12px;
    width: 1px;
    transform: inherit
}

.project article section.project-location-section .project-location-wrap .left .map-wrap>div .gmnoprint,
.project article section.project-location-section .project-location-wrap .left .map-wrap>div .gmnoscreen,
.project article section.project-location-section .project-location-wrap .left .map-wrap>div .gm-style-cc {
    display: none
}

.project article section.project-location-section .project-location-wrap .left .map-wrap>div .gm-ui-hover-effect {
    background: #fff!important;
    top: 0!important;
    right: 0!important;
    width: 20px!important;
    height: 20px!important;
    opacity: 1!important
}

.project article section.project-location-section .project-location-wrap .left .map-wrap>div .gm-ui-hover-effect img {
    margin: 3px!important
}

.project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav {
    right: 20px;
    z-index: 9;
    height: auto!important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto
}

@media(max-width:767px) {
    .project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav {
        margin-top: 20px
    }
}

.project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a {
    width: 60px;
    height: 60px;
    display: block;
    background: rgba(40, 40, 40, .3);
    padding: 15px;
    webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: relative;
    margin-bottom: 20px
}

.project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a i {
    display: block;
    width: 100%;
    height: 100%;
    background-position: -23px center;
    background-size: 175%;
    background-repeat: no-repeat;
    webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

.project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a span {
    position: absolute;
    right: 60px;
    white-space: nowrap;
    padding: 19px;
    top: 0;
    opacity: 0;
    overflow: hidden;
    webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    display: none;
    background: rgba(40, 40, 40, .3);
    height: 100%
}

@media(max-width:767px) {
    .project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a span {
        right: 54px
    }
}

.project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a img {
    width: 200%
}

.project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a:hover,
.project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a.active {
    background-color: #d5a080
}

.project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a:hover i,
.project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a.active i {
    background-position: 2px center
}

.project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a:hover span,
.project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a.active span {
    background-color: #d5a080;
    color: #fff
}

.project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a:hover span {
    width: auto;
    opacity: 1;
    display: block
}

.project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a:last-child {
    margin-bottom: 0
}

@media(max-width:1366px) {
    .project article section.project-location-section .project-location-wrap .left .map-wrap .map-pin-nav a {
        margin-bottom: 10px
    }
}

.project article section.project-location-section .project-location-wrap .left .tabs {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 82px
}

.project article section.project-location-section .project-location-wrap .left .tabs ul {
    margin: 0;
    padding: 0;
    float: right
}

.project article section.project-location-section .project-location-wrap .left .tabs ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 10px 0
}

.project article section.project-location-section .project-location-wrap .left .tabs ul li a {
    width: 100%;
    height: 80px;
    display: inline-block;
    background-color: rgba(32, 32, 32, .3);
    color: #fff;
    text-align: center;
    line-height: 80px;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

.project article section.project-location-section .project-location-wrap .left .tabs ul li a:hover {
    transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px)
}

.project article section.project-location-section .project-location-wrap .left .tabs ul li a.active,
.project article section.project-location-section .project-location-wrap .left .tabs ul li a:hover {
    background-color: #d5a080
}

.project article section.project-location-section .project-location-wrap .left .tabs ul li a span {
    font-size: 30px;
    position: relative;
    top: 8px
}

.project article section.project-location-section .project-location-wrap .right {
    width: 50%;
    float: right;
    background-color: #d5a080;
    padding: 180px 0;
    position: relative;
    padding-left: 60px
}

.project article section.project-location-section .project-location-wrap .right::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d5a080;
    left: -200px;
    top: 0;
    z-index: 0
}

.project article section.project-location-section .project-location-wrap .right>* {
    position: relative;
    z-index: 2
}

.project article section.project-location-section .project-location-wrap .right .location-content h2 {
    font-family: 'cha-regular';
    font-size: 45px;
    letter-spacing: -.5px;
    margin: 0 0 20px 0;
    padding: 0
}

.project article section.project-location-section .project-location-wrap .right .location-content p {
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 1.57;
    margin: 0 0 30px 0
}

.project article section.project-location-section .project-location-wrap .right .item {
    display: none
}

.project article section.project-location-section .project-location-wrap .right .item h2 {
    font-family: 'cha-regular';
    font-size: 45px;
    letter-spacing: -.5px;
    margin: 0 0 20px 0;
    padding: 0
}

.project article section.project-location-section .project-location-wrap .right .item p {
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 1.57;
    margin: 0 0 30px 0
}

.project article section.project-location-section .project-location-wrap .right .item.active {
    display: inline-block
}

.project article section.contact-section {
    background-image: url(/_assets/_global/img/project/contact/contact-bg.jpg)
}

.project article section.contact-section .contact-wrap {
    padding: 30vh 0 0 0
}

.project article section.contact-section .contact-wrap .left {
    width: 50%;
    float: left
}

.project article section.contact-section .contact-wrap .left .contact-cart {
    width: 400px;
    background-color: #fff;
    float: right;
    padding: 40px 20px;
    position: relative
}

.project article section.contact-section .contact-wrap .left .contact-cart .form-wrap {
    width: 80%;
    margin: auto
}

.project article section.contact-section .contact-wrap .left .contact-cart .form-result-screen {
    position: relative
}

.project article section.contact-section .contact-wrap .left .contact-cart .form-result-screen>div {
    display: none;
    text-align: center;
    padding: 40px 0;
    color: #202020
}

@media(max-width:991px) {
    .project article section.contact-section .contact-wrap .left .contact-cart .form-result-screen>div {
        padding-bottom: 0
    }
}

.project article section.contact-section .contact-wrap .left .contact-cart .form-result-screen>div i {
    font-size: 2rem;
    background: #202020;
    padding: 20px;
    border-radius: 50%;
    display: inline-block
}

.project article section.contact-section .contact-wrap .left .contact-cart .form-result-screen>div i:before {
    color: #fff
}

.project article section.contact-section .contact-wrap .left .contact-cart .form-result-screen>div p {
    font-size: 1.6rem;
    margin: 20px 0
}

@media(max-width:991px) {
    .project article section.contact-section .contact-wrap .left .contact-cart .form-result-screen>div p {
        text-align: center
    }
}

@media(max-width:991px) {
    .project article section.contact-section .contact-wrap .left .contact-cart .form-result-screen>div .detail-button {
        float: none
    }
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input {
    width: 100%;
    display: block;
    margin: 10px auto
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group .custom-select,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input .custom-select {
    margin: 15px 0 40px 0
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group .custom-select label.error,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input .custom-select label.error {
    margin: 50px 0 0 0
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group input,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input input {
    border: none;
    box-shadow: none;
    width: 100%;
    padding: 14px 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #595859;
    border-bottom: solid 1px #f7ece6;
    float: none;
    height: auto
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group input::-webkit-input-placeholder,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input input::-webkit-input-placeholder {
    color: #595859;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group input:-moz-placeholder,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input input:-moz-placeholder {
    color: #595859;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group input::-moz-placeholder,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input input::-moz-placeholder {
    color: #595859;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group input:-ms-input-placeholder,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input input:-ms-input-placeholder {
    color: #595859;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group input::placeholder,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input input::placeholder {
    color: #595859;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group input:focus,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input input:focus {
    outline: 0;
    border-bottom-color: #d5a080
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group:hover input,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input:hover input {
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom-color: #d5a080
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group .form-check-wrap p,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input .form-check-wrap p {
    width: 250px;
    float: right;
    opacity: .8;
    font-family: 'montserratregular';
    font-size: 11px;
    line-height: 1.82;
    color: rgba(32, 32, 32, .9)
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group .form-check-wrap p a,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input .form-check-wrap p a {
    color: rgba(32, 32, 32, .9);
    text-decoration: underline
}

.project article section.contact-section .contact-wrap .left .contact-cart .input-group label.error,
.project article section.contact-section .contact-wrap .left .contact-cart .form-input label.error {
    top: 0;
    margin: 0 0 0 0;
    float: left
}

.project article section.contact-section .contact-wrap .left .contact-cart .form-check-wrap input {
    width: auto
}

.project article section.contact-section .contact-wrap .left .contact-cart .form-check-wrap span {
    top: 4px
}

.project article section.contact-section .contact-wrap .left .contact-cart .detail-button {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #202020;
    color: #fff;
    width: 230px;
    text-align: center;
    margin: 0 0 -25px 50px;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.project article section.contact-section .contact-wrap .left .contact-cart .detail-button:hover {
    background-color: #d5a080;
    color: #fff
}

.project article section.contact-section .contact-wrap .custom-select .selectric .label {
    font-size: 1.6rem
}

.project article section.contact-section .contact-wrap .right {
    width: 50%;
    float: right
}

.project article section.contact-section .contact-wrap .right .contact-item {
    padding: 0 0 0 100px;
    float: left;
    color: #fff;
    width: 470px
}

.project article section.contact-section .contact-wrap .right .contact-item h3 {
    font-family: 'cha-regular';
    font-size: 45px;
    letter-spacing: -.5px
}

.project article section.contact-section .contact-wrap .right .contact-item p {
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 1.5;
    color: #fff
}

.project article section.contact-section .contact-wrap .right .contact-item .contact-detail p.note {
    font-size: 14px
}

.project article section.contact-section .contact-wrap .right .contact-item .contact-detail a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-right: 20px
}

.project article section.contact-section .contact-wrap .right .contact-item .contact-detail a .icon {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
    color: #fff
}

.project article section.contact-section .contact-wrap .right .contact-item .contact-detail a .text {
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 1.57;
    color: #fff
}

.project article section.contact-section .contact-wrap .step-result {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #595859;
    display: none;
    padding: 100px 0
}

.project article section.contact-section .contact-wrap .step-result h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.64;
    margin: 0;
    padding: 0
}

.project article section.contact-section .contact-wrap .step-result p {
    font-size: 16px;
    line-height: 1.63;
    margin: 0;
    padding: 0
}

.project article section.contact-section .contact-wrap .step-result a {
    color: #595859;
    text-decoration: underline
}

.project article section.contact-section .contact-wrap .step-result .icon {
    display: inline-block;
    font-size: 100px;
    margin: 50px 0
}

.project article section.contact-section .contact-wrap .step-result .icon::before {
    color: #595859
}

.project article section.contact-section .contact-wrap footer {
    margin: 100px 0 0 0;
    background-color: transparent
}

.project article section.contact-section .contact-wrap footer .copyright a:hover {
    color: #000
}

.project article section.contact-section .contact-wrap footer .social-icons li a span:hover::before {
    color: #000
}

.project.dark-theme article section.gallery-slide-section .gallery-slide-wrap h2 {
    -webkit-text-shadow: 0 0 0 transparent;
    -moz-text-shadow: 0 0 0 transparent;
    text-shadow: 0 0 0 transparent;
    color: #000
}

footer {
    background-color: #202020;
    padding-bottom: 20px;
    height: 157px;
    font-family: 'montserratregular'
}

footer .logo {
    margin: 35px 0 0 0
}

footer .logo img {
    height: 50px;
    margin: 0 25px 0 0
}

footer .logo .text {
    /*font-size: 12px;*/
    line-height: 1.67;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .7);
    width: 230px;
    display: inline-block;
    position: relative;
    top: 13px
}

footer .copyright {
    color: rgba(255, 255, 255, .7);
    text-align: right;
    /*font-size: 12px;*/
    line-height: 1.67;
    letter-spacing: 1px;
    position: relative;
    margin-top: 49px;
    display: inline-block;
    float: right;
    margin-right: 20px
}

footer .copyright::before {
    content: '';
    top: -10px;
    right: -40px;
    width: 2px;
    height: 57px;
    position: absolute;
    background-color: rgba(255, 255, 255, .2)
}

footer .copyright .copy {
    display: inline-block;
    width: 100%
}

footer .copyright a {
    color: inherit;
    text-decoration: underline;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

footer .copyright a:hover {
    color: #d5a080
}

footer .social-icons {
    width: 200px;
    display: inline-block;
    float: right;
    margin-top: 42px
}

footer .social-icons li {
    list-style: none;
    float: left;
    width: 33%;
    text-align: center
}

footer .social-icons li:nth-child(3n) {
    padding-right: 0
}

footer .social-icons li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px
}

footer .social-icons li a span {
    font-size: 18px;
    text-align: center
}

footer .social-icons li a span.icon-youtube {
    font-size: 13px;
    position: relative;
    top: 2px
}

footer .social-icons li a span::before {
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

footer .social-icons li a span:hover::before {
    color: #d5a080
}

*:focus {
    outline: none
}

a:focus {
    text-decoration: none
}

label.error {
    position: absolute!important;
    bottom: -19px!important;
    top: auto!important;
    background: #000;
    color: #fff;
    padding: 5px!important;
    border-radius: 3px;
    left: 0!important;
    font-size: 11px!important;
    font-family: 'montserratregular'!important;
    z-index: 9!important;
    margin: 0!important;
    width: auto!important;
    line-height: normal!important;
    letter-spacing: normal!important
}

label.error:before {
    content: "";
    border-color: transparent transparent #000 transparent;
    border-style: solid;
    border-width: 5px;
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 10px
}

.form-check-wrap {
    margin-top: 0;
    top: 0
}

.form-check-wrap input:checked~span {
    border: solid 1px rgba(125, 83, 72, .7)!important
}

.form-check-wrap input:checked+.error {
    display: none!important
}

.form-check-wrap label.error {
    bottom: -13px!important;
    opacity: 1
}

.form-check-wrap label.error+span {
    border-color: red
}

.gallery-slide-section .fp-tableCell,
.contact-section .fp-tableCell {
    display: inherit;
    vertical-align: inherit;
    width: inherit;
    height: inherit
}

article section.center-slide-section .fp-tableCell>div,
article section.contact-section .fp-tableCell>div {
    float: none
}

.subpage.active-menu {
    overflow: hidden!important
}

.subpage.active-menu header {
    padding-top: 0
}

.subpage.active-menu header .multi-menu-wrap {
    display: block
}

.subpage.active-menu .full-width>.container {
    padding-left: 55px;
    padding-right: 82px
}

@media(min-width:992px) and (max-width:1240px) {
    .subpage.active-menu .full-width>.container {
        padding: 0 15px
    }
}

@media(max-width:991px) {
    .subpage.active-menu .full-width>.container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.subpage .subpage-wrapper header {
    margin: 0;
    padding: 35px 0 0 0
}

.subpage .full-width .container {
    padding-left: 45px;
    padding-right: 45px
}

@media(min-width:992px) and (max-width:1240px) {
    .subpage .full-width .container {
        padding: 0 15px
    }
}

@media(max-width:991px) {
    .subpage .full-width .container {
        padding: 0 15px
    }
}

.subpage .side-bar-form .side-bar-mask .form-wrap .input-cart .input-group .custom-select .selectric .label {
    font-family: 'Open Sans', sans-serif;
    color: #595859;
    font-size: 14px
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none!important
}

@media(max-width:767px) {
    .form-input input {
        font-size: 1.6rem!important
    }
}

body.project .LiveStream {
    background-color: #202020
}

body.project .LiveStream .owl-stage-outer {
    width: 100%;
    height: 100%
}

body.project .LiveStream .owl-stage-outer .owl-stage {
    height: 100%
}

body.project .LiveStream .owl-stage-outer .owl-stage .owl-item {
    height: 100%
}

body.project .LiveStream .gallery-menu {
    width: 100%;
    min-height: 200px;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -38px
}

body.project .LiveStream .gallery-menu .menu-container {
    width: 100%;
    height: 100%;
    background: #d5a080;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 33vh
}

body.project .LiveStream .gallery-menu h3 {
    font-family: 'cha-regular';
    font-size: 30px;
    padding-bottom: 10px;
    color: #fff;
    position: relative;
    left: 10%;
    display: inline-block
}

body.project .LiveStream .gallery-menu ul.menu {
    position: relative;
    left: 10%;
    display: inline-block
}

body.project .LiveStream .gallery-menu ul.menu li {
    list-style: none;
    padding: 20px 0;
    /*font-size: 12px;*/
    font-family: 'montserratbold'
}

body.project .LiveStream .gallery-menu ul.menu li a {
    color: #fff;
    display: block;
    opacity: .3;
    -webkit-transition: all 200ms cubic-bezier(.25, .1, .25, 1);
    -moz-transition: all 200ms cubic-bezier(.25, .1, .25, 1);
    -o-transition: all 200ms cubic-bezier(.25, .1, .25, 1);
    transition: all 200ms cubic-bezier(.25, .1, .25, 1)
}

body.project .LiveStream .gallery-menu ul.menu li a:hover {
    text-decoration: none;
    opacity: 1
}

body.project .LiveStream .gallery-menu ul.menu li.active a {
    opacity: 1
}

body.project .LiveStream .owl-nav {
    bottom: 0;
    right: 0;
    top: 50%;
    left: -50px;
    margin-top: -30px
}

body.project .LiveStream .banner-container {
    width: 60%;
    height: 100%;
    position: absolute;
    right: 10%;
    top: 0;
    z-index: 4;
    padding: 118px 0
}

body.project .LiveStream .banner-container .slider-list-container {
    width: 100%;
    height: 100%;
    position: relative
}

body.project .LiveStream .banner-container .slider-list-container .slider-item {
    width: 100%;
    height: 100%;
    display: none;
    position: relative
}

body.project .LiveStream .banner-container .slider-list-container .slider-item .owl-item>iframe {
    width: 100%;
    height: 100%
}

body.project .LiveStream .banner-container .slider-list-container .slider-item.active {
    display: block
}

body.project .LiveStream .banner-container .slider-list-container .slider-item .owl-carousel {
    height: 100%
}

body.project .LiveStream .banner-container .slider-list-container .slider-item .owl-carousel .owl-stage {
    width: 100%;
    height: 100%
}

body.project .LiveStream .banner-container .slider-list-container .slider-item .item {
    width: 100%;
    height: 100%
}

body.project .LiveStream .banner-container .slider-list-container .slider-item .item figure {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

@media(max-width:1366px) {
    body.project .LiveStream .gallery-menu h3 {
        left: 5%
    }
    body.project .LiveStream .gallery-menu ul.menu {
        left: 5%
    }
    body.project .LiveStream .banner-container {
        width: 65%;
        right: 5%
    }
}

@media(max-width:991px) {
    body.project .LiveStream iframe {
        height: 400px!important
    }
    body.project .LiveStream .gallery-dropdown {
        padding: 0 20px 20px 20px
    }
    body.project .LiveStream .banner-container {
        padding: 0;
        position: relative;
        right: 0;
        width: 100%;
        margin-bottom: 30px
    }
    body.project .LiveStream .gallery-menu {
        position: relative;
        transform: none;
        top: 0;
        margin: 0;
        min-height: initial;
        z-index: 7
    }
    body.project .LiveStream .gallery-menu h3 {
        left: 20px
    }
    body.project .LiveStream .gallery-menu .menu-container {
        background: #fff;
        display: none
    }
    body.project .LiveStream .owl-nav {
        display: none
    }
}

@media(max-width:767px) {
    body.project .LiveStream .banner-container .slider-list-container .slider-item .item {
        height: auto
    }
}

select,
.selectric-input {
    font-size: 16px!important
}

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

.event-none {
    pointer-events: none!important;
    text-decoration: none!important;
    cursor: default
}

.lazyload {
    opacity: 0;
    transform: scale(.8);
    width: 100%;
    height: 100%
}

.lazyloaded {
    opacity: 1;
    transform: scale(1);
    transition: all 700ms
}

.full-width {
    width: 100%
}

.full-width>.container {
    width: 100%!important;
    padding-left: 100px;
    padding-right: 100px
}

@media(max-width:1920px) {
    .full-width>.container {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media(max-width:1366px) {
    .full-width>.container {
        padding-left: 30px;
        padding-right: 30px
    }
}



@media(max-width:767px) {
    .galery-video-title {
        display: none
    }
}

.gradient-mask {
    height: 25%;
    background-image: linear-gradient(to top, rgba(32, 32, 32, .4), rgba(32, 32, 32, 0));
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.opacity0 {
    opacity: 0
}

header {
   
}

header::after {
    
}

header .logo {
 
}

header .logo i {
   
}

@media(max-width:767px) {
    header .logo i {
        
    }
}

header .logo:hover {
    
}



header .header-list {
    display: inline-block;
    float: right
}

@media(max-width:767px) {
    header .header-list {
        padding: 0
    }
}

header .header-list li {
    min-width: 48px;
    margin: 0 10px;
    display: block;
    list-style: none;
    float: left;
    background-color: rgba(213, 160, 128, 0);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header .header-list li:first-child {
    margin-left: 0
}

header .header-list li:last-child {
    margin-right: 0
}

header .header-list li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 48px;
    width: 100%;
    line-height: 48px;
    font-family: 'Open Sans', sans-serif
}

header .header-list li a .icon {
    font-size: 18px
}

header .header-list li:hover {
    background-color: #fff
}

header .header-list li:hover .text,
header .header-list li:hover .icon,
header .header-list li:hover:before {
    color: #d5a080
}

header .header-list li.call-back {
    padding-left: 20px;
    padding-right: 20px
}

@media(max-width:767px) {
    header .header-list li.call-back {
        padding-left: 15px;
        padding-right: 15px
    }
}

header .header-list li.call-back .icon {
    margin: 8px 5px 0 0;
    position: relative;
    top: 3px
}

header .header-list li.language .icon {
    font-size: 3px;
    position: relative;
    top: -2px
}

header .header-list li.navigation {
    cursor: pointer
}

header .header-list li.navigation span {
    display: inline-block;
    width: 15px;
    height: 2px;
    position: relative;
    top: -3px;
    background-color: #fff;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header .header-list li.navigation span::before,
header .header-list li.navigation span::after {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header .header-list li.navigation span::after {
    top: Auto;
    bottom: -6px
}

header .header-list li.navigation:hover span {
    background-color: #d5a080
}

header .header-list li.navigation:hover span::before,
header .header-list li.navigation:hover span::after {
    background-color: #d5a080
}

header .multi-menu {
    display: none
}



.tooltip-inner {
    padding: 6px 8px
}

.videoBannerFrame {
    z-index: -1;
    background-color: #000;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.videoBannerFrame.frame360 {
    z-index: 1
}

.play-button {
    position: absolute;
    z-index: 2;
    font-size: 150px;
    color: #fff;
    border-radius: 50%;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

@media(max-width:991px) {
    .play-button {
        font-size: 80px
    }
}

.go-step {
    position: absolute;
    bottom: 40px;
    left: 50%;
    background: #676767;
    z-index: 9;
    color: #fff;
    padding: 15px 20px 12px;
    font-size: 10px;
    display: none
}

.go-step:hover {
    color: #fff;
    text-decoration: none
}

.modal .close {
    padding: 3px 12px;
    background: #fff;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 32px;
    width: 40px;
    height: 40px;
    line-height: 0
}

.modal .close span {
    font-size: 1.6rem
}

.modal .modal-content {
    background-color: #212121;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.modal .modal-content .scroll-wrap {
    height: 80vh;
    overflow: auto;
    padding-right: 20px
}

.modal .modal-content .modal-body {
    color: #fff;
    padding: 40px 0 40px 40px
}

@media(max-width:767px) {
    .modal .modal-content .modal-body {
        padding-left: 20px
    }
}

.modal .modal-content .modal-body h1 {
    margin-top: 0
}

@media(max-width:767px) {
    .modal .modal-content .modal-body h1 {
        font-size: 2.8rem
    }
}

@media(max-width:767px) {
    .modal .modal-content .modal-body h2 {
        font-size: 2rem
    }
}

.modal .modal-content .modal-body a {
    color: #fff
}

.modal .modal-content .modal-body ul {
    padding-left: 15px
}

.media img {
    display: block;
    max-width: 260px
}

@media(max-width:767px) {
    .media img {
        max-width: 100%;
        margin: auto;
        margin-bottom: 20px
    }
}

.media .media-left {
    padding-right: 30px
}

@media(max-width:767px) {
    .media .media-left {
        display: block;
        width: auto;
        padding-right: 0
    }
}

@media(max-width:767px) {
    .media .media-body {
        display: block;
        width: auto
    }
}

.relative-select {
    position: relative;
    z-index: 9
}

.fancybox-inner .fancybox-infobar {
    padding: 0;
    margin: 20px;
    font-size: 3rem;
    font-family: 'cha-regular'
}

.fancybox-inner .fancybox-button {
    width: 70px;
    height: 70px;
    margin: 20px
}

.fancybox-inner .fancybox-navigation .fancybox-button {
    padding: 0
}

.fancybox-inner .fancybox-toolbar .fancybox-button {
    width: 60px;
    height: 60px;
    margin: 10px;
    display: none
}

.fancybox-inner .fancybox-toolbar .fancybox-button--close {
    display: block
}

.fullpage-container>p {
    padding: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0
}

.captcha {
    position: relative;
    padding-right: 45%
}

.captcha input {
    width: 100%!important;
    padding-right: 40px!important;
    float: left;
    border-radius: 0
}

.captcha .input-group-append {
    padding: 0;
    position: relative;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%
}

@media(max-width:1400px) {
    .captcha .input-group-append {
        padding-top: 0
    }
}

.captcha .input-group-append img {
    width: 100%;
    height: 100%
}

.captcha .input-group-append .captcha-icon {
    position: absolute;
    left: -25px;
    color: #000;
    font-size: 1.1rem;
    padding: 0!important
}

.captcha .input-group-append .captcha-icon.refreshbtn {
    top: 0
}

.captcha .input-group-append .captcha-icon.voicebtn {
    bottom: 0
}

.captcha .input-group-append .captcha-icon:hover {
    text-decoration: none;
    color: #000
}

.captcha label.error {
    z-index: 9;
    bottom: -15px
}

.thumbnail {
    border-radius: 0;
    position: relative;
    overflow: hidden
}

.thumbnail:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #595859;
    opacity: 0;
    webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

.thumbnail:after {
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    bottom: -40px;
    content: "";
    margin-left: -10px;
    color: #595859;
    webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

.thumbnail:hover,
.thumbnail:focus,
.thumbnail.active {
    border-color: #595859
}

.thumbnail:hover:before {
    opacity: .4
}

.thumbnail:hover:after {
    bottom: 20px
}

.special-field {
    opacity: 0;
    height: 1px;
    width: 1px;
    z-index: -1;
    position: relative
}

.loading-wrap {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9999
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.go-up {
    position: fixed;
    bottom: -140px;
    right: 20px;
    background: rgba(255, 255, 255, .5);
    z-index: 9;
    color: #000!important;
    padding: 15px 20px 12px;
    font-size: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.go-up:hover {
    text-decoration: none
}

.go-up.active {
    bottom: 20px
}

@media(max-width:991px) {
    .go-up {
        display: none
    }
}

.spinner {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
    margin-left: -20px;
    top: 50%;
    position: absolute;
    left: 50%;
    z-index: -1
}

.loader-wrap {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #777677
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@media(max-width:991px) {
    .active-menu {
        overflow: hidden!important;
        width: 100%;
        height: 100vh!important;
        position: fixed;
        -webkit-overflow-scrolling: touch
    }
    .active-menu:before {
        content: "";
        position: fixed;
        background-color: #202020;
        width: 100%;
        height: 100%;
        z-index: 1
    }
    .active-menu header {
        height: 94vh
    }
    .active-menu header footer {
        padding-bottom: 80px!important
    }
    .active-menu header {
        -webkit-overflow-scrolling: touch
    }
    .active-menu h1 {
        visibility: hidden
    }
    .active-menu .multi-menu {
        padding-bottom: 30px!important
    }
}

.phone-info-projectlanding {
    border-bottom: 1px solid #20202033
}

.phone-info-projectlanding ul {
    max-width: 235px!important;
    background-color: #000
}

.phone-info-projectlanding ul li {
    color: #fff
}

.phone-info-projectlanding input {
    border-bottom: none!important
}

.reserve1Form {
    z-index: 9;
    border-bottom: 1px solid #e2e2e2
}

.reserve1Form ul {
    max-width: 260px
}

.reserve1Form input {
    border-bottom: none!important
}

.reserve2Form {
    z-index: 9;
    border-bottom: 1px solid #97979733
}

.reserve2Form ul {
    max-width: 235px
}

.reserve2Form input {
    border-bottom: none!important
}

.reserve3Form {
    z-index: 9;
    border-bottom: 1px solid #e2e2e2
}

.reserve3Form ul {
    max-width: 235px
}

.reserve3Form input {
    border-bottom: none!important
}

.standart1Form {
    z-index: 9;
    border-bottom: solid 1px #f7ece6
}

.standart1Form ul {
    max-width: 290px
}

.standart1Form input {
    border-bottom: none!important
}

.standart1Form .iti__flag-container {
    z-index: 9
}

.standart2Form {
    z-index: 9;
    border-bottom: 1px solid #fff 3
}

.standart2Form ul {
    max-width: 260px;
    color: #000
}

.standart2Form input {
    border-bottom: none!important
}

.standart2Form .iti__selected-flag {
    padding: 0!important
}

.standart2Form .iti__selected-flag .iti__selected-dial-code {
    margin-left: 0!important
}

.standart2Form .intTellInput {
    padding-left: 70px!important
}

.reserve1Form #country-listbox {
    max-width: 262px
}

.subpage {
    overflow: auto!important;
    padding: 0
}

.subpage.compensate-for-scrollbar {
    overflow: hidden!important
}

.subpage.active-menu .subpage-wrapper header {
    position: fixed;
    padding-top: 55px
}

@media(min-width:768px) and (max-width:991px) {
    .subpage.active-menu .subpage-wrapper header {
        padding-top: 35px
    }
}

@media(max-width:767px) {
    .subpage.active-menu .subpage-wrapper header {
        position: relative;
        padding-top: 35px
    }
}

.subpage .home-border {
    display: none
}

.subpage .subpage-wrapper {
    background-color: #202020;
    overflow: hidden;
    min-height: 100vh
}

.subpage .subpage-wrapper header {
    position: relative
}

.subpage .subpage-wrapper h1 {
    font-size: 4.8rem;
    line-height: 1.25;
    letter-spacing: -.7px;
    color: #fff;
    padding-left: 140px;
    padding-top: 40px;
    padding-right: 240px
}

@media(max-width:991px) {
    .subpage .subpage-wrapper h1 {
        padding-right: 0
    }
}

@media(max-width:1366px) {
    .subpage .subpage-wrapper h1 {
        padding-right: 100px
    }
}

.subpage .subpage-wrapper .back {
    position: absolute;
    right: 140px;
    top: 66px;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none
}

.subpage .subpage-wrapper .back span {
    font-size: 1.4rem;
    padding-right: 15px;
    position: relative;
    top: 2px
}

.subpage .subpage-wrapper .back:hover {
    color: rgba(255, 255, 255, .7)
}

@media(max-width:1366px) {
    .subpage .subpage-wrapper .back {
        right: 15px;
        top: 44px
    }
}

.subpage .subpage-wrapper .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 1.4rem;
    padding-left: 140px;
    padding-top: 4px;
    float: left
}

.subpage .subpage-wrapper .breadcrumb>li+li::before {
    font-family: 'icomoon'!important;
    content: ""!important;
    color: #d5a080;
    font-size: .8rem;
    padding-right: 10px;
    padding-left: 7px;
    background-color: transparent
}

.subpage .subpage-wrapper .breadcrumb a {
    color: #fff;
    text-decoration: underline
}

.subpage .subpage-wrapper .breadcrumb a:hover {
    text-decoration: none
}

.subpage .subpage-wrapper .subpage-header {
    background-color: #d5a080;
    margin-top: 36px;
    padding: 40px 0;
    margin-bottom: 40px;
    position: relative
}

@media(min-width:768px) and (max-width:991px) {
    .subpage .subpage-wrapper .subpage-header {
        padding-top: 30px!important
    }
}

.subpage .subpage-wrapper .subpage-header h2 {
    font-size: 3.8rem;
    line-height: 1.4;
    color: #fff;
    padding-bottom: 10px
}

.subpage .subpage-wrapper .subpage-header p {
    font-family: 'Montserrat';
    font-size: 1.4rem;
    line-height: 1.71;
    color: #fff;
    padding-bottom: 10px
}

.subpage .subpage-wrapper .subpage-header p a {
    color: #fff
}

.subpage .subpage-wrapper .header-img {
    background-position: calc(50% - 150px) 50%;
    background-repeat: no-repeat;
    height: 300px
}

@media(min-width:768px) and (max-width:991px) {
    .subpage .subpage-wrapper .header-img {
        height: 200px;
        background-size: cover;
        background-position: center center
    }
}

@media(max-width:767px) {
    .subpage .subpage-wrapper .header-img {
        height: 150px;
        background-size: cover;
        background-position: center center
    }
}

.subpage .subpage-wrapper .box-list {
    padding-top: 40px
}

.subpage .subpage-wrapper .box-list.masonry {
    padding: 40px 0 0 0
}

.subpage .subpage-wrapper .box-list.masonry .grid .box-item {
    margin-top: 0;
    margin-bottom: 60px;
    clear: none!important
}

.subpage .subpage-wrapper .box-list.masonry .grid .box-item a.brown {
    margin-top: 15px
}

.subpage .subpage-wrapper .box-list.masonry .grid .box-item h2 {
    padding-right: 15px
}

@media(max-width:991px) {
    .subpage .subpage-wrapper .box-list.masonry {
        padding: 20px 15px
    }
    .subpage .subpage-wrapper .box-list.masonry .grid .box-item {
        margin-bottom: 0
    }
}

.subpage .subpage-wrapper .box-list .box-item {
    margin-top: 40px
}

.subpage .subpage-wrapper .box-list .box-item a {
    display: inline-block
}

.subpage .subpage-wrapper .box-list .box-item:nth-of-type(3n+1) {
    clear: both
}

@media(min-width:768px) and (max-width:991px) {
    .subpage .subpage-wrapper .box-list .box-item:nth-of-type(3n+1) {
        clear: none
    }
}

@media(min-width:768px) and (max-width:991px) {
    .subpage .subpage-wrapper .box-list .box-item:nth-of-type(2n+1) {
        clear: both
    }
}

.subpage .subpage-wrapper .box-list .box-item figure {
    position: relative
}

.subpage .subpage-wrapper .box-list .box-item figure figcaption {
    position: absolute;
    bottom: 0;
    background-color: #202020;
    width: 195px;
    max-height: 90px;
    color: rgba(255, 255, 255, .7);
    font-size: 1.4rem;
    font-family: 'Montserrat';
    display: grid;
    align-items: center;
    padding: 5px 7px
}

@media(max-width:767px) {
    .subpage .subpage-wrapper .box-list .box-item figure figcaption {
        width: 90%
    }
}

.subpage .subpage-wrapper .box-list .box-item figure figcaption.text-center {
    text-align: center;
    padding: 10px
}

.subpage .subpage-wrapper .box-list .box-item figure figcaption span {
    display: block;
    font-size: 1.2rem;
    color: #9ea5aa;
    font-weight: 300
}

.subpage .subpage-wrapper .box-list .box-item h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff;
    padding-right: 15px
}

.subpage .subpage-wrapper .box-list .box-item h2 a {
    color: #fff
}

.subpage .subpage-wrapper .box-list .box-item p {
    font-family: 'Montserrat';
    font-size: 1.4rem;
    line-height: 2;
    color: rgba(255, 255, 255, .7);
    padding-top: 15px
}

.subpage .subpage-wrapper .subpage-content {
    color: #fff;
    padding: 40px 0;
    position: relative
}

.subpage .subpage-wrapper .subpage-content .left-content {
    padding-right: 40px
}

.subpage .subpage-wrapper .subpage-content .left-content>*:first-child:not(h2) {
    padding-top: 24px
}

.subpage .subpage-wrapper .subpage-content .left-content.pr-0 {
    padding-right: 0
}

.subpage .subpage-wrapper .subpage-content .left-content .line {
    height: 1px;
    opacity: .2;
    background-color: #fff;
    margin-bottom: 20px
}

.subpage .subpage-wrapper .subpage-content .left-content .tag {
    position: relative;
    padding-left: 30px;
    color: rgba(255, 255, 255, .7)
}

.subpage .subpage-wrapper .subpage-content .left-content .tag .icon-tag {
    padding-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 0;
    color: #fff
}

.subpage .subpage-wrapper .subpage-content .left-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-family: 'Montserrat'
}

.subpage .subpage-wrapper .subpage-content .left-content ul>li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 20px;
    line-height: 1.8
}

.subpage .subpage-wrapper .subpage-content .left-content ul>li a {
    color: #fff
}

.subpage .subpage-wrapper .subpage-content .left-content ul>li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, .6);
    position: absolute;
    left: 0;
    top: 9px
}

.subpage .subpage-wrapper .subpage-content .left-content ul>li ul {
    margin-top: 17px
}

.subpage .subpage-wrapper .subpage-content .left-content ul>li ul li {
    font-size: 1.3rem;
    line-height: 1.6
}

.subpage .subpage-wrapper .subpage-content .left-content ul>li ul li:before {
    width: 4px;
    height: 4px;
    top: 8px
}

.subpage .subpage-wrapper .subpage-content h2 {
    font-size: 3.8rem;
    line-height: 1.4;
    color: #fff;
    padding-bottom: 10px
}

.subpage .subpage-wrapper .subpage-content h2.bg {
    position: relative;
    background-color: #d5a080;
    padding: 30px 30px 30px 0;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .subpage .subpage-wrapper .subpage-content h2.bg {
        padding: 15px 15px 15px 0
    }
}

.subpage .subpage-wrapper .subpage-content h2.bg:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #d5a080
}

.subpage .subpage-wrapper .subpage-content h2.bg span {
    position: relative
}

.subpage .subpage-wrapper .subpage-content h3 {
    font-size: 3rem;
    padding-bottom: 14px;
    line-height: 1.4
}

@media(max-width:991px) {
    .subpage .subpage-wrapper .subpage-content h3 {
        font-size: 2.4rem
    }
}

.subpage .subpage-wrapper .subpage-content h4 {
    font-size: 2.4rem;
    padding-bottom: 12px;
    line-height: 1.4
}

@media(max-width:991px) {
    .subpage .subpage-wrapper .subpage-content h4 {
        font-size: 2rem;
        padding-bottom: 10px
    }
}

.subpage .subpage-wrapper .subpage-content span a {
    color: #fff;
    text-decoration: underline
}

.subpage .subpage-wrapper .subpage-content span a:hover {
    text-decoration: none
}

.subpage .subpage-wrapper .subpage-content p {
    font-family: 'Montserrat';
    font-size: 1.4rem;
    line-height: 1.8;
    color: #fff;
    padding-bottom: 10px
}

.subpage .subpage-wrapper .subpage-content p strong {
    font-weight: 600
}

.subpage .subpage-wrapper .subpage-content p.lead {
    font-size: 1.6rem;
    font-style: italic;
    margin-bottom: 10px
}

.subpage .subpage-wrapper .subpage-content p img {
    display: block;
    max-width: 100%
}

.subpage .subpage-wrapper .subpage-content p a {
    color: #fff;
    text-decoration: underline
}

.subpage .subpage-wrapper .subpage-content p a:hover {
    text-decoration: none
}

.subpage .subpage-wrapper hr {
    margin: 50px 0;
    border-color: rgba(255, 255, 255, .1)
}

@media(max-width:991px) {
    .subpage .subpage-wrapper hr {
        margin: 25px 0
    }
}

.subpage .subpage-wrapper .subpage-banner {
    width: 41%;
    background-color: #d5a080;
    padding: 60px 0;
    margin-top: 25px;
    float: right;
    position: relative
}

@media(max-width:1366px) {
    .subpage .subpage-wrapper .subpage-banner {
        padding: 40px 0
    }
}

.subpage .subpage-wrapper .subpage-banner .arrow-wrap {
    position: absolute;
    z-index: 2;
    left: 60px;
    bottom: 0;
    height: 60px
}

@media(max-width:1366px) {
    .subpage .subpage-wrapper .subpage-banner .arrow-wrap {
        height: 40px;
        left: 30px
    }
}

.subpage .subpage-wrapper .subpage-banner .arrow-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    margin-left: -60px;
    background-color: rgba(255, 255, 255, .2)
}

@media(max-width:1366px) {
    .subpage .subpage-wrapper .subpage-banner .arrow-wrap:after {
        margin-left: -30px
    }
}

.subpage .subpage-wrapper .subpage-banner .arrow-wrap span {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding-top: 23px;
    height: 100%
}

@media(max-width:1366px) {
    .subpage .subpage-wrapper .subpage-banner .arrow-wrap span {
        padding-top: 12px
    }
}

.subpage .subpage-wrapper .subpage-banner .arrow-wrap span.left {
    float: left;
    margin-right: 120px
}

@media(max-width:1366px) {
    .subpage .subpage-wrapper .subpage-banner .arrow-wrap span.left {
        margin-right: 60px
    }
}

.subpage .subpage-wrapper .subpage-banner .arrow-wrap span.left:hover {
    transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px)
}

.subpage .subpage-wrapper .subpage-banner .arrow-wrap span.right {
    float: right
}

.subpage .subpage-wrapper .subpage-banner .arrow-wrap span.right:hover {
    transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px)
}

@media(max-width:991px) {
    .subpage .subpage-wrapper .subpage-banner .arrow-wrap {
        display: none
    }
}

.subpage .subpage-wrapper .subpage-banner .owl-carousel {
    width: 100%;
    height: 43vh;
    margin-left: -60px;
    max-width: 750px
}

@media(max-width:1366px) {
    .subpage .subpage-wrapper .subpage-banner .owl-carousel {
        margin-left: -50px
    }
}

.subpage .subpage-wrapper .subpage-banner .owl-carousel .owl-dots {
    text-align: center;
    margin-top: -60px;
    position: relative;
    display: none
}

@media(max-width:991px) {
    .subpage .subpage-wrapper .subpage-banner .owl-carousel .owl-dots {
        display: block
    }
}

@media(max-width:991px) {
    .subpage .subpage-wrapper .subpage-banner .owl-carousel .owl-dots {
        margin-top: -30px
    }
}

.subpage .subpage-wrapper .subpage-banner .owl-carousel .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border: solid 4px rgba(255, 255, 255, .5);
    border-radius: 50%;
    margin: 0 8px
}

.subpage .subpage-wrapper .subpage-banner .owl-carousel .owl-dots .owl-dot.active {
    border-color: #fff;
    background-color: #fff
}

@media(max-width:991px) {
    .subpage .subpage-wrapper .subpage-banner .owl-carousel .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        border-width: 2px;
        margin: 0 5px
    }
}

.subpage .subpage-wrapper .subpage-banner .item,
.subpage .subpage-wrapper .subpage-banner .owl-stage-outer,
.subpage .subpage-wrapper .subpage-banner .owl-stage,
.subpage .subpage-wrapper .subpage-banner .owl-item {
    height: 100%
}

.subpage .subpage-wrapper .subpage-banner .item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.subpage .subpage-wrapper .select-header {
    width: 260px;
    float: right;
    margin-right: 140px;
    margin-top: -60px
}

.subpage .subpage-wrapper .select-header .selectric {
    border: solid 1px #737373;
    padding-bottom: 10px
}

.subpage .subpage-wrapper .select-header .selectric .icon {
    right: 14px;
    top: 10px;
    color: #fff
}

.subpage .subpage-wrapper .select-header .selectric .label {
    font-family: 'Montserrat';
    font-size: 1.2rem;
    line-height: 1.83;
    letter-spacing: 2px;
    color: #fff;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    font-weight: 600
}






.icon-list {
    float: right;
    width: 150px;
    position: relative;
    z-index: 2;
    margin: 30px 0 0 0;
    right: -10px
}

.icon-list ul {
    display: inline-block;
    width: 100%;
    padding: 0
}

.icon-list ul li {
    list-style: none;
    float: left;
    margin: 0 13px
}

.icon-list ul li::first-child {
    margin-left: 0
}

.icon-list ul li::last-child {
    margin-right: 0
}

.icon-list ul li a {
    display: inline-block;
    text-align: center;
    background-color: transparent;
    color: #000;
    padding: 0
}

.icon-list ul li a span {
    font-size: 25px;
    position: relative;
    top: 3px;
    color: inherit
}

.icon-list ul li a span::before {
    color: inherit
}

@media(max-width:991px) {
    body {
        padding: 0;
        overflow: scroll!important
    }
    header {
        margin: 0;
        padding: 20px 0 10px 0;
        webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        z-index: 10
    }
    header.full-width {
        margin-left: 0;
        margin-right: 0
    }
    header.full-width>.container {
        width: 100%;
        padding: 0 20px
    }
    header .header-list li {
        webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        margin: 0 5px
    }
    header .header-list li.language,
    header .header-list li.search {
        display: block;
    }
    header .header-list li.navigation:hover span,
    header .header-list li.navigation:focus span {
        background-color: #fff
    }
    header .header-list li.navigation:hover span::before,
    header .header-list li.navigation:focus span::before,
    header .header-list li.navigation:hover span::after,
    header .header-list li.navigation:focus span::after {
        background-color: #fff
    }
    header .header-list li:focus,
    header .header-list li:hover {
        background-color: #d5a080
    }
    header .header-list li:focus .icon::before,
    header .header-list li:hover .icon::before {
        color: #fff
    }
    header .header-list li:focus .text,
    header .header-list li:hover .text {
        color: #fff
    }
 
    header.fixed .header-list li {
        background-color: transparent;
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0)
    }
    header.fixed .header-list li:hover .text,
    header.fixed .header-list li:focus .text {
        color: #fff
    }
    header.fixed .header-list li:hover .icon::before,
    header.fixed .header-list li:focus .icon::before {
        color: #fff
    }
    header.fixed .header-list li.navigation:hover span,
    header.fixed .header-list li.navigation:focus span {
        background-color: #fff
    }
    header.fixed .header-list li.navigation:hover span::before,
    header.fixed .header-list li.navigation:focus span::before,
    header.fixed .header-list li.navigation:hover span::after,
    header.fixed .header-list li.navigation:focus span::after {
        background-color: #fff
    }
    .active-menu header,
    .project.active-menu header {
        overflow: scroll;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .active-menu header .logo,
    .project.active-menu header .logo {
        margin-left: 0
    }
    
    .project header .header-list li.language li {
        margin: 0
    }
    .project header .header-list li.navigation:hover span,
    .project header .header-list li.navigation:focus span {
        background-color: #fff
    }
    .project header .header-list li.navigation:hover span::before,
    .project header .header-list li.navigation:focus span::before,
    .project header .header-list li.navigation:hover span::after,
    .project header .header-list li.navigation:focus span::after {
        background-color: #fff
    }
    .project header .header-list li:focus,
    .project header .header-list li:hover {
        background-color: #d5a080
    }
    .project header .header-list li:focus .icon::before,
    .project header .header-list li:hover .icon::before {
        color: #fff
    }
    .project header .header-list li:focus .text,
    .project header .header-list li:hover .text {
        color: #fff
    }
    .project header.fixed {
        background-color: #202020
    }
    .project header.fixed .header-list li {
        background-color: transparent
    }
    .project header.fixed .header-list li:hover .text,
    .project header.fixed .header-list li:focus .text {
        color: #fff
    }
    .project header.fixed .header-list li:hover .icon::before,
    .project header.fixed .header-list li:focus .icon::before {
        color: #fff
    }
    .project header.fixed .header-list li.navigation:hover span,
    .project header.fixed .header-list li.navigation:focus span {
        background-color: #fff
    }
    .project header.fixed .header-list li.navigation:hover span::before,
    .project header.fixed .header-list li.navigation:focus span::before,
    .project header.fixed .header-list li.navigation:hover span::after,
    .project header.fixed .header-list li.navigation:focus span::after {
        background-color: #fff
    }
    .project.active-menu header .header-list li.navigation:hover span,
    .project.active-menu header .header-list li.navigation:focus span {
        background-color: transparent
    }
    .project.active-menu header .header-list li.navigation span::after,
    .project.active-menu header .header-list li.navigation span::before {
        background-color: #d5a080!important
    }
    .project.active-menu header .header-list li:hover,
    .project.active-menu header .header-list li:focus {
        background-color: #fff
    }
    .project.active-menu header .header-list li:hover a,
    .project.active-menu header .header-list li:focus a {
        color: #d5a080
    }
    .project.active-menu header .header-list li:hover a .text,
    .project.active-menu header .header-list li:focus a .text {
        color: #d5a080
    }
    .project.active-menu header .header-list li:hover a .icon::Before,
    .project.active-menu header .header-list li:focus a .icon::Before {
        color: #d5a080
    }
    .project.active-menu header.full-width>.container>.container .multi-menu .left .item h3.active {
        border-bottom: transparent
    }
    .project.active-menu header.full-width>.container>.container .multi-menu .left .item h3.active .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .project.active-menu header.full-width.fixed .logo img {
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1)
    }
    .project.active-menu header.full-width.fixed .header-list {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0)
    }
    .project.active-menu header.full-width.fixed .header-list li {
        background-color: #fff
    }
    .project.active-menu header.full-width.fixed .header-list li a {
        color: #d5a080
    }
    .project.active-menu header.full-width.fixed .header-list li.navigation:hover span,
    .project.active-menu header.full-width.fixed .header-list li.navigation:focus span {
        background-color: transparent
    }
    .project.active-menu header.full-width.fixed .header-list li.navigation:hover span::before,
    .project.active-menu header.full-width.fixed .header-list li.navigation:focus span::before,
    .project.active-menu header.full-width.fixed .header-list li.navigation:hover span::after,
    .project.active-menu header.full-width.fixed .header-list li.navigation:focus span::after {
        background-color: #fff
    }
    .project.active-menu header.full-width.fixed .header-list li.search.open {
        background-color: #d5a080
    }
    .project.active-menu header.full-width.fixed .header-list li.language.open {
        background-color: #d5a080
    }
    .project.active-menu header.full-width.fixed .header-list li.language.open a .text {
        color: #fff
    }
    .project.active-menu header.full-width.fixed .header-list li.language.open a .icon::before {
        color: #fff
    }
    .project.active-menu header.full-width.fixed .header-list li.language.open li {
        background-color: #d5a080
    }
    .project.active-menu header.full-width.fixed .header-list li.language.open li a {
        color: #fff
    }
    .project.active-menu header.full-width footer .social-icons {
        border-bottom: none
    }
    .project.active-menu header.full-width footer .social-icons li {
        width: auto;
        display: inline-block;
        float: none;
        margin: 25px 8px
    }
    .project.active-menu header.full-width footer .social-icons li a {
        margin-bottom: 0
    }
    .project.active-menu header.full-width footer .social-icons li a span.icon-youtube {
        top: 0
    }
    .project.active-menu header.full-width footer .social-icons li:last-child {
        margin-right: 0
    }
    .project.active-menu header.full-width footer .social-icons li:first-child {
        margin-left: 0
    }
    .project.active-menu header.full-width footer .copyright {
        width: 100%;
        text-align: center;
        margin: 20px 0 0 0;
        padding: 0;
        float: none;
        position: static;
        display: none
    }
    .form-wrap input.error,
    .slide-form input.error {
        border-bottom: solid 1px red!important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .custom-select .selectric .label {
        font-size: 14px;
        color: #706f70
    }
    .custom-select.error .selectric {
        border-bottom: solid 1px red!important
    }
    .form-check-wrap label {
        width: 530px;
        top: 0;
        margin: 7px 0 0 0
    }
    .form-check-wrap.error label {
        border: solid 1px red
    }
    .subpage .subpage-wrapper h1 {
        font-size: 2.8rem;
        padding-left: 15px;
        padding-top: 20px;
        padding-right: 15px
    }
    .subpage .subpage-wrapper .breadcrumb {
        font-size: 1.4rem;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 6px
    }
    .subpage .subpage-wrapper .subpage-header {
        background-color: #d5a080;
        margin-top: 16px;
        padding: 15px 0 30px 0;
        margin-bottom: 0;
        position: relative
    }
    .subpage .subpage-wrapper .subpage-header h2 {
        font-size: 3rem
    }
    .subpage .subpage-wrapper .subpage-header img {
        margin-bottom: 0
    }
    .subpage .subpage-wrapper .subpage-banner {
        position: relative;
        top: 0;
        width: 100%;
        right: 0;
        padding: 20px 0 20px 0;
        margin-top: 0
    }
    .subpage .subpage-wrapper .subpage-banner .arrow-wrap {
        left: 20px;
        height: 40px
    }
    .subpage .subpage-wrapper .subpage-banner .arrow-wrap:after {
        margin-left: -30px
    }
    .subpage .subpage-wrapper .subpage-banner .arrow-wrap span {
        font-size: 16px;
        padding-top: 13px
    }
    .subpage .subpage-wrapper .subpage-banner .arrow-wrap span.left {
        margin-right: 60px
    }
    .subpage .subpage-wrapper .subpage-banner .owl-carousel {
        padding: 0 20px;
        height: 400px;
        margin-left: 0;
        max-width: 100%
    }
    .subpage .subpage-wrapper .subpage-banner .item {
        height: 400px
    }
    .subpage .subpage-wrapper .subpage-content {
        color: #fff;
        padding: 30px 0
    }
    .subpage .subpage-wrapper .subpage-content .left-content {
        padding-right: 15px
    }
    .subpage .subpage-wrapper .subpage-content h2 {
        font-size: 3rem
    }
    .subpage .subpage-wrapper .box-list {
        padding-top: 0
    }
    .subpage .subpage-wrapper .select-header {
        margin-right: 15px
    }
}

@media(min-width:768px) and (max-width:991px) {
    body {
        padding: 0;
        overflow: scroll!important
    }
    header {
        margin: 0;
        padding: 20px 0 0 0;
        webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        z-index: 10
    }
    header .logo img {
        webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    header.full-width {
        margin-left: 0;
        margin-right: 0
    }
    header .header-list {
        webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    header .header-list li {
        webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    header .header-list li.language,
    header .header-list li.search {
        display: none
    }

    header.fixed {
        background-color: #202020
    }
    header.fixed .logo img {
        transform: scale(.6, .6);
        -ms-transform: scale(.6, .6);
        -webkit-transform: scale(.6, .6)
    }
    header.fixed .header-list {
        transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px)
    }
    header.fixed .header-list li {
        background-color: transparent;
        margin: 0;
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0)
    }
    .active-menu header {
        overflow: scroll;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .active-menu header .logo {
        margin-left: 0
    }
    .active-menu header .header-list li {
        margin: 0 5px
    }
    .active-menu header .header-list li.call-back {
        opacity: 0;
        display: none
    }
    .active-menu header .header-list li.search,
    .active-menu header .header-list li.language {
        opacity: 1;
        display: inline-block
    }
    .active-menu header .header-list li:last-child {
        margin-right: 0
    }
    .active-menu header .header-list li.search span {
        font-size: 20px;
        position: relative;
        top: 5px
    }
    .active-menu header .header-list li.search .search-wrap input {
        width: 210px
    }
    .active-menu header .header-list li.navigation span {
        width: 18px
    }
    .active-menu header.full-width>.container {
        width: calc(100vw - 3vw);
        display: inline-block
    }
    .active-menu header.full-width>.container>.container {
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto
    }
    .active-menu header.full-width>.container>.container .multi-menu {
        margin: 0;
        width: 100%;
        display: inline-block
    }
    .active-menu header.full-width>.container>.container .multi-menu .left {
        position: relative;
        z-index: 2
    }
    .active-menu header.full-width>.container>.container .multi-menu .left .item {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0
    }
    .active-menu header.full-width>.container>.container .multi-menu .left .item::before {
        display: none
    }
    .active-menu header.full-width>.container>.container .multi-menu .left .item h3 {
        font-size: 16px;
        color: #fff;
        margin: 0;
        padding: 0;
        padding: 23px 0;
        position: relative
    }
    .active-menu header.full-width>.container>.container .multi-menu .left .item h3.active {
        border-bottom: transparent
    }
    .active-menu header.full-width>.container>.container .multi-menu .left .item h3.active .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        text-align: left
    }
    .active-menu header.full-width>.container>.container .multi-menu .left .item h3.active+ul li:last-child {
        padding-bottom: 20px
    }
    .active-menu header.full-width>.container>.container .multi-menu .left .item h3 .icon {
        position: absolute;
        right: 0;
        top: 50%;
        font-size: 8px;
        width: 30px;
        height: 40px;
        line-height: 40px;
        text-align: right;
        margin-top: -20px
    }
    .active-menu header.full-width>.container>.container .multi-menu .left .item ul {
        margin: 0;
        display: none
    }
    .active-menu header.full-width>.container>.container .multi-menu .left .item ul li a {
        font-size: 14px;
        line-height: 2.14
    }
    .active-menu header.full-width>.container>.container .multi-menu .left .item ul li a::Before {
        width: 4px;
        height: 4px
    }
    .active-menu header.full-width>.container>.container .multi-menu .right ul li {
        border: none
    }
    .active-menu header.full-width>.container>.container .multi-menu .right ul li a {
        font-size: 16px;
        margin: 0;
        padding: 20px 0
    }
    .detail-button {
        padding: 13px 25px;
        font-size: 12px
    }
    .detail-button.padding-right {
        padding: 13px 25px
    }
    .detail-button.has-border::before {
        left: 95%;
        width: 15%
    }
    .home-border {
        display: none
    }
    article section.home-slide-section .home-slide-wrap .plus-box {
        display: none
    }
    article section.home-slide-section .home-slide-wrap .slide-details {
        left: 20px;
        top: 24vh
    }
    article section.home-slide-section .home-slide-wrap .slide-details.slider-title h1 {
        font-size: 32px!important;
        line-height: 1.19;
        letter-spacing: -.8px;
        -webkit-text-shadow: 0 0 0 transparent;
        -moz-text-shadow: 0 0 0 transparent;
        text-shadow: 0 0 0 transparent
    }
    article section.home-slide-section .home-slide-wrap .slide-details h2 {
        font-size: 32px;
        line-height: 1.19;
        letter-spacing: -.8px;
        -webkit-text-shadow: 0 0 0 transparent;
        -moz-text-shadow: 0 0 0 transparent;
        text-shadow: 0 0 0 transparent
    }
    article section.home-slide-section .home-slide-wrap .slide-details p,
    article section.home-slide-section .home-slide-wrap .slide-details a {
        display: none
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap {
        right: auto;
        top: inherit;
        bottom: 20px;
        width: 100%;
        left: 0;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0)
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .form-arrow {
        color: #000;
        background: #fff;
        font-size: 7px;
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 0 0 -10px 50%;
        padding: 3px 2px;
        width: 23px;
        height: 23px;
        line-height: 20px
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form {
        background-color: #d5a080;
        padding: 30px 30px;
        width: 100%;
        text-align: center
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .slogan p {
        text-align: center!important
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .slogan img {
        display: none
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .form-input,
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .form-check-wrap {
        display: none
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form a {
        display: none
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .icon-list {
        display: none!important
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form p {
        margin: 0;
        text-align: left
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .form-check-wrap {
        margin: 40px 0 0 0
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .form-check-wrap label {
        float: left
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .form-check-wrap p {
        width: 94%;
        top: 7px
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .detail-button {
        margin: 0 0 0 35px;
        padding: 13px 16px;
        width: auto;
        float: left
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .icon-list {
        float: right;
        width: 120px;
        position: relative;
        z-index: 2;
        margin: 10px 0 0 0;
        right: -10px
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .icon-list ul {
        display: inline-block;
        width: 100%;
        padding: 0
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .icon-list ul li {
        list-style: none;
        float: left;
        margin: 0 8px
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .icon-list ul li::first-child {
        margin-left: 0
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .icon-list ul li::last-child {
        margin-right: 0
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .icon-list ul li a {
        display: inline-block;
        text-align: center;
        background-color: transparent;
        color: #fff;
        padding: 0
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .icon-list ul li a span {
        font-size: 25px;
        position: relative;
        top: 3px;
        color: inherit
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form .icon-list ul li a span::before {
        color: inherit
    }
    article section.home-slide-section .home-slide-wrap .home-slide::before {
        content: '';
        position: absolute;
        height: 300px;
        width: 100%;
        z-index: 4;
        left: 0;
        bottom: 0;
        background: -moz-linear-gradient(top, transparent 0%, #000);
        background: -webkit-linear-gradient(top, transparent 0%, #000);
        background: linear-gradient(to bottom, transparent 0%, #000);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=0)
    }
    article section.home-slide-section .home-slide-wrap .home-slide .data-next,
    article section.home-slide-section .home-slide-wrap .home-slide .data-bg,
    article section.home-slide-section .home-slide-wrap .home-slide .data-new {
        height: 100%;
        background-position: top center;
        background-size: cover
    }
    article section.home-slide-section .home-slide-wrap .home-slide-two {
        height: 700px
    }
    article section.home-slide-section .home-slide-wrap .home-slide-two .item {
        height: 700px
    }
    article section.home-slide-section .home-slide-wrap .home-slide-two .owl-nav {
        display: none
    }
    article section.home-slide-section .home-slide-wrap .home-slide-two .owl-dots {
        bottom: 40px;
        top: inherit;
        left: 20px;
        right: inherit;
        margin: 20px 15px 0 0
    }
    article section.home-slide-section .home-slide-wrap .home-slide-two .owl-dots button {
        width: 8px;
        height: 8px;
        border: solid 2px #fff;
        margin: 0 5px
    }
    article section.home-slide-section .home-slide-wrap .home-slide-two .owl-dots button.active {
        width: 8px;
        height: 8px;
        border: solid 2px #fff
    }
    article section.home-slide-section .home-slide-wrap.open-form {
        background-color: #000
    }
    article section.home-slide-section .home-slide-wrap.open-form .slide-form-wrap .slide-form {
        display: inline-block
    }
    article section.home-slide-section .home-slide-wrap.open-form .slide-form-wrap .slide-form .form-arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    article section.home-slide-section .home-slide-wrap.open-form .slide-form-wrap .slide-form .form-check-wrap input:checked+label::before {
        left: 0
    }
    article section.home-slide-section .home-slide-wrap.open-form .slide-form-wrap .slide-form .form-input input.error {
        margin-bottom: -15px
    }
    article section.home-slide-section .home-slide-wrap.open-form .slide-form-wrap .slide-form .form-input label.error {
        display: inline-block;
        width: 100%;
        margin: 0;
        position: relative;
        top: 20px;
        text-align: left
    }
    article section.home-slide-section .home-slide-wrap.open-form .slide-form-wrap .slide-form>* {
        display: block
    }
    article section.home-slide-section .home-slide-wrap.open-form .slide-form-wrap .slide-form .icon-list {
        display: inline-block!important;
        margin-top: 25px
    }
    article section.home-slide-section .home-slide-wrap.open-form .slide-form-wrap .slide-form .detail-button {
        margin: 20px 0 0 0;
        padding: 13px 16px;
        width: auto;
        float: left;
        display: block
    }
    article section.home-slide-section .home-slide-wrap.open-form .home-slide-two {
        height: 880px
    }
    article section.all-project-section .all-project-wrap {
        width: 95%;
        margin: 20px 0 20px 20px
    }
    article section.all-project-section .all-project-wrap h2 {
        display: block;
        margin-top: 0;
        margin-bottom: 20px
    }
    article section.all-project-section .all-project-wrap .masonry {
        column-count: 2;
        column-gap: 0
    }
    article section.all-project-section .all-project-wrap .masonry .item {
        display: block;
        width: 100%;
        padding: 2.5px
    }
    article section.all-project-section .all-project-wrap .masonry .item img {
        width: 100%
    }
    article section.all-project-section .all-project-wrap a {
        display: block;
        background-color: #202020;
        color: #fff;
        width: 100%;
        margin-top: 0
    }
    article section.all-project-section .all-project-wrap a::before,
    article section.all-project-section .all-project-wrap a::after {
        content: '';
        position: absolute;
        width: 2.5px;
        background-color: #fff;
        top: 0;
        height: 100%
    }
    article section.all-project-section .all-project-wrap a::before {
        left: 0
    }
    article section.all-project-section .all-project-wrap a::after {
        right: 0
    }
    article section.all-project-section .all-project-wrap a span {
        float: right;
        font-size: 16px;
        position: relative;
        right: -10px
    }
    article section.sponsor-section #sponsor-wrap {
        display: block
    }
    article section.sponsor-section #sponsor-wrap .container {
        padding: 0
    }
    article section.sponsor-section #sponsor-wrap .left,
    article section.sponsor-section #sponsor-wrap .right {
        padding: 0
    }
    article section.sponsor-section #sponsor-wrap .content-wrap {
        display: inherit;
        width: 100%;
        padding: 30px 0 10px 0
    }
    article section.sponsor-section #sponsor-wrap .content-wrap h2 {
        opacity: .9;
        font-family: 'cha-regular';
        font-size: 32px;
        letter-spacing: -.8px;
        margin: 0 0 0 20px;
        padding: 0;
        padding-right: 130px
    }
    article section.sponsor-section #sponsor-wrap .content-wrap p {
        display: none
    }
    article section.sponsor-section #sponsor-wrap .content-wrap .list {
        display: block;
        margin: 75px 0 0 0
    }
    article section.sponsor-section #sponsor-wrap .content-wrap .list .owl-stage-outer {
        margin-left: -245px
    }
    article section.sponsor-section #sponsor-wrap .content-wrap .list .owl-stage-outer .owl-stage .owl-item .item {
        display: block;
        margin: 0
    }
    article section.sponsor-section #sponsor-wrap .content-wrap .list .owl-stage-outer .owl-stage .owl-item .item .text {
        display: block;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 1.71;
        margin: 20px 0 0 0
    }
    article section.project-slide-section #project-slide-wrap,
    article section.project-slide-bottom-section #project-slide-wrap,
    article section.project-slide-section #project-slide-bottom-wrap,
    article section.project-slide-bottom-section #project-slide-bottom-wrap {
        background-color: #d5a080;
        padding: 20px;
        width: 100%
    }
    article section.project-slide-section #project-slide-wrap .left,
    article section.project-slide-bottom-section #project-slide-wrap .left,
    article section.project-slide-section #project-slide-bottom-wrap .left,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left {
        float: left;
        display: inline-block
    }
    article section.project-slide-section #project-slide-wrap .left .image-wrap,
    article section.project-slide-bottom-section #project-slide-wrap .left .image-wrap,
    article section.project-slide-section #project-slide-bottom-wrap .left .image-wrap,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .image-wrap {
        width: auto
    }
    article section.project-slide-section #project-slide-wrap .left .image-wrap img,
    article section.project-slide-bottom-section #project-slide-wrap .left .image-wrap img,
    article section.project-slide-section #project-slide-bottom-wrap .left .image-wrap img,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .image-wrap img {
        width: 100%;
        vertical-align: inherit
    }
    article section.project-slide-section #project-slide-wrap .left .nav-wrap,
    article section.project-slide-bottom-section #project-slide-wrap .left .nav-wrap,
    article section.project-slide-section #project-slide-bottom-wrap .left .nav-wrap,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .nav-wrap {
        display: none
    }
    article section.project-slide-section #project-slide-wrap .left,
    article section.project-slide-bottom-section #project-slide-wrap .left,
    article section.project-slide-section #project-slide-bottom-wrap .left,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left,
    article section.project-slide-section #project-slide-wrap .right,
    article section.project-slide-bottom-section #project-slide-wrap .right,
    article section.project-slide-section #project-slide-bottom-wrap .right,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right {
        width: 100%
    }
    article section.project-slide-section #project-slide-wrap .right,
    article section.project-slide-bottom-section #project-slide-wrap .right,
    article section.project-slide-section #project-slide-bottom-wrap .right,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right {
        background-color: transparent;
        display: inline-block;
        width: 100%
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap {
        min-height: auto
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom::before,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom::before,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom::before,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom::before,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap::before,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap::before,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap::before,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap::before,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .owl-nav,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .owl-nav,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-nav,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-nav,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .owl-nav,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .owl-nav,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .owl-nav,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .owl-nav {
        display: none
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .owl-dots,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .owl-dots,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-dots,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-dots,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .owl-dots,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .owl-dots,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .owl-dots,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .owl-dots {
        float: right;
        display: inline-block;
        margin: -24px 0 0 0
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .owl-dots button,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .owl-dots button,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-dots button,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-dots button,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .owl-dots button,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .owl-dots button,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .owl-dots button,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .owl-dots button {
        cursor: pointer;
        width: 8px;
        height: 8px;
        float: left;
        margin: 0 10px 0 0;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        opacity: .5;
        border: solid 2px #fff;
        webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .owl-dots button:last-child,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .owl-dots button:last-child,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-dots button:last-child,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-dots button:last-child,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .owl-dots button:last-child,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .owl-dots button:last-child,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .owl-dots button:last-child,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .owl-dots button:last-child {
        margin-right: 0
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .owl-dots button.active,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .owl-dots button.active,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-dots button.active,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-dots button.active,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .owl-dots button.active,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .owl-dots button.active,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .owl-dots button.active,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .owl-dots button.active {
        opacity: 1;
        border: solid 4px #fff;
        background-color: #fff
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .item h2,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .item h2,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item h2,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item h2,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .item h2,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .item h2,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .item h2,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .item h2 {
        font-size: 32px;
        letter-spacing: -.8px;
        margin: 20px 0;
        font-family: 'cha-regular';
        font-weight: normal;
        width: 100%
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .item p,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .item p,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .item p,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .item p {
        font-size: 14px;
        line-height: 1.43;
        margin: 0 0 10px 0;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        width: auto;
        display: block
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .item p,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .item p,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .item p,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .item p,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .item a,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .item a,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item a,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item a,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .item a,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .item a,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .item a,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .item a {
        margin: 0
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .item a,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .item a,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item a,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item a,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .item a,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .item a,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .item a,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .item a {
        margin: 20px 0 0 0
    }
    footer,
    article section footer {
        height: auto;
        padding: 60px 0 40px 0
    }
    footer>.container,
    article section footer>.container {
        padding: 0
    }
    footer .logo,
    article section footer .logo {
        text-align: center;
        margin: 0
    }
    footer .logo img,
    article section footer .logo img {
        margin-right: 20px
    }
    footer .social-icons,
    article section footer .social-icons {
        border: solid 1px rgba(216, 216, 216, .15);
        width: 100%;
        border-left: none;
        border-right: none;
        padding: 0;
        text-align: center
    }
    footer .social-icons li,
    article section footer .social-icons li {
        width: auto;
        display: inline-block;
        float: none;
        margin: 25px 8px
    }
    footer .social-icons li a,
    article section footer .social-icons li a {
        margin-bottom: 0
    }
    footer .social-icons li a span.icon-youtube,
    article section footer .social-icons li a span.icon-youtube {
        top: 0
    }
    footer .copyright,
    article section footer .copyright {
        width: 100%;
        text-align: center;
        margin: 20px 0 0 0;
        padding: 0;
        float: none;
        position: static
    }
    .side-bar-form .close-icon {
        position: absolute;
        left: auto;
        top: 0;
        right: 0;
        margin: 20px;
        background-color: #d5a080
    }
    .side-bar-form .side-bar-mask {
        padding: 0 60px;
        box-sizing: border-box;
        width: auto
    }
    .side-bar-form .side-bar-mask .form-wrap {
        margin: 120px 0 0 0
    }
    .side-bar-form .side-bar-mask .form-wrap h2 {
        font-size: 32px;
        letter-spacing: -.8px
    }
    .side-bar-form .side-bar-mask .form-wrap h2 br {
        display: none
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .input-group input {
        margin: 5px 0
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .input-group .form-check-wrap label {
        top: 4px
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .input-group .form-check-wrap label a {
        padding: 0
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .input-group .form-check-wrap p {
        width: 90%;
        font-family: 'montserratsemibold';
        /*font-size: 12px;*/
        line-height: 1.67;
        letter-spacing: 1px;
        color: #777677
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart a {
        padding: 13px 16px
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart a::before {
        display: none
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .icon-list {
        float: right;
        width: 150px;
        position: relative;
        z-index: 2;
        margin: 30px 0 0 0;
        right: -10px
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .icon-list ul {
        display: inline-block;
        width: 100%;
        padding: 0
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .icon-list ul li {
        list-style: none;
        float: left;
        margin: 0 13px
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .icon-list ul li::first-child {
        margin-left: 0
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .icon-list ul li::last-child {
        margin-right: 0
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .icon-list ul li a {
        display: inline-block;
        text-align: center;
        background-color: transparent;
        color: #000;
        padding: 0
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .icon-list ul li a span {
        font-size: 25px;
        position: relative;
        top: 3px;
        color: inherit
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .icon-list ul li a span::before {
        color: inherit
    }
    .side-bar-form.active .side-bar-mask .bg-circle {
        height: 125%
    }
    .side-bar-form.active .side-bar-mask .form-wrap label.error {
        top: 0
    }
    .side-bar-form.active .side-bar-mask .form-wrap .custom-select label.error {
        margin-top: 45px
    }
    .project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-stage-outer .owl-stage .owl-item .item {
        position: relative;
        display: inline-block;
        overflow: hidden;
        height: 450px;
        width: 100%;
        float: left
    }
    .project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-stage-outer .owl-stage .owl-item .item img {
        position: absolute;
        z-index: 1;
        left: auto;
        right: 0;
        top: auto;
        bottom: auto;
        width: auto;
        height: 550px;
        margin-right: 0
    }
    .project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-stage-outer .owl-stage .owl-item .item h2 {
        font-family: 'cha-regular';
        font-weight: normal;
        font-size: 32px;
        line-height: 1.38;
        letter-spacing: -.8px;
        color: #fff;
        top: 0;
        left: 0;
        z-index: 99;
        margin: 150px 0 0 20px;
        position: absolute;
        width: 280px
    }
    .project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-nav,
    .project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-dots {
        display: none
    }
    .project article section.project-sub-slide-section .selection {
        display: none
    }
    .project article section.project-sub-slide-section .arrow-wrap {
        margin: 350px 0 0 20px;
        width: 70px
    }
    .project article section.center-slide-section .center-slide-wrap .full-width,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width,
    .project article section.center-slide-section .center-slide-bottom-wrap .full-width,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .full-width {
        width: 100%;
        padding: 0
    }
    .project article section.center-slide-section .center-slide-wrap .left,
    .project article section.center-slide-bottom-section .center-slide-wrap .left,
    .project article section.center-slide-section .center-slide-bottom-wrap .left,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .left,
    .project article section.center-slide-section .center-slide-wrap .right,
    .project article section.center-slide-bottom-section .center-slide-wrap .right,
    .project article section.center-slide-section .center-slide-bottom-wrap .right,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right {
        width: 100%;
        position: static;
        display: inline-block;
        margin: 0;
        padding: 0 15px
    }
    .project article section.center-slide-section .center-slide-wrap .left,
    .project article section.center-slide-bottom-section .center-slide-wrap .left,
    .project article section.center-slide-section .center-slide-bottom-wrap .left,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .left {
        padding: 0 15px
    }
    .project article section.center-slide-section .center-slide-wrap .left .item,
    .project article section.center-slide-bottom-section .center-slide-wrap .left .item,
    .project article section.center-slide-section .center-slide-bottom-wrap .left .item,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .left .item {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%
    }
    .project article section.center-slide-section .center-slide-wrap .left .item h2,
    .project article section.center-slide-bottom-section .center-slide-wrap .left .item h2,
    .project article section.center-slide-section .center-slide-bottom-wrap .left .item h2,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .left .item h2 {
        font-size: 32px;
        line-height: 1.56;
        letter-spacing: -.8px;
        margin: 25px 0 0 0
    }
    .project article section.center-slide-section .center-slide-wrap .left .item p,
    .project article section.center-slide-bottom-section .center-slide-wrap .left .item p,
    .project article section.center-slide-section .center-slide-bottom-wrap .left .item p,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .left .item p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 1.43;
        margin: 10px 0 0 0
    }
    .project article section.center-slide-section .center-slide-wrap .right,
    .project article section.center-slide-bottom-section .center-slide-wrap .right,
    .project article section.center-slide-section .center-slide-bottom-wrap .right,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right {
        margin: 20px 0;
        top: auto;
        left: auto;
        position: relative;
        z-index: 5
    }
    .project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-dots,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-dots,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .center-slide .owl-dots,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .center-slide .owl-dots,
    .project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-dots,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-dots,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .center-slide-bottom .owl-dots,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .center-slide-bottom .owl-dots {
        position: relative;
        float: right;
        margin: 20px 0 0 0
    }
    .project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-dots button,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-dots button,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .center-slide .owl-dots button,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .center-slide .owl-dots button,
    .project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-dots button,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-dots button,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .center-slide-bottom .owl-dots button,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .center-slide-bottom .owl-dots button {
        width: 8px;
        height: 8px;
        border: solid 2px rgba(255, 255, 255, .2);
        margin: 0 5px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%
    }
    .project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-dots button.active,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-dots button.active,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .center-slide .owl-dots button.active,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .center-slide .owl-dots button.active,
    .project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-dots button.active,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-dots button.active,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .center-slide-bottom .owl-dots button.active,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .center-slide-bottom .owl-dots button.active {
        width: 8px;
        height: 8px;
        border: solid 2px #fff
    }
    .project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-item .item,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-item .item,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .center-slide .owl-item .item,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .center-slide .owl-item .item,
    .project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-item .item,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-item .item,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .center-slide-bottom .owl-item .item,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .center-slide-bottom .owl-item .item {
        float: left
    }
    .project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-item .item img,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-item .item img,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .center-slide .owl-item .item img,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .center-slide .owl-item .item img,
    .project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-item .item img,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-item .item img,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .center-slide-bottom .owl-item .item img,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .center-slide-bottom .owl-item .item img {
        width: auto;
        height: 253px
    }
    .project article section.center-slide-section .center-slide-wrap .right .center-slide .owl-item .item h3,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide .owl-item .item h3,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .center-slide .owl-item .item h3,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .center-slide .owl-item .item h3,
    .project article section.center-slide-section .center-slide-wrap .right .center-slide-bottom .owl-item .item h3,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .center-slide-bottom .owl-item .item h3,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .center-slide-bottom .owl-item .item h3,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .center-slide-bottom .owl-item .item h3 {
        font-family: 'cha-regular';
        font-size: 20px;
        line-height: 1.28;
        margin: 0;
        padding: 15px 0 15px 15px
    }
    .project article section.center-slide-section .center-slide-wrap .right .time-detail,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .time-detail,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .time-detail,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .time-detail {
        z-index: 3;
        margin: -230px 0 0 0;
        width: 100%;
        text-align: center;
        background-color: rgba(255, 255, 255, .1);
        padding: 19px 0
    }
    .project article section.center-slide-section .center-slide-wrap .right .time-detail p,
    .project article section.center-slide-bottom-section .center-slide-wrap .right .time-detail p,
    .project article section.center-slide-section .center-slide-bottom-wrap .right .time-detail p,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right .time-detail p {
        margin: 0;
        padding: 0
    }
    .project article section.center-slide-section .center-slide-wrap .right::before,
    .project article section.center-slide-bottom-section .center-slide-wrap .right::before,
    .project article section.center-slide-section .center-slide-bottom-wrap .right::before,
    .project article section.center-slide-bottom-section .center-slide-bottom-wrap .right::before {
        display: none
    }
    .project article section.center-slide-bottom-section .center-slide-wrap .left {
        padding-top: 0
    }
    .project article section.gallery-slide-section .gallery-slide-wrap {
        min-height: 450px
    }
    .project article section.gallery-slide-section .gallery-slide-wrap h2 {
        font-size: 32px;
        letter-spacing: -.8px;
        margin: 30px 0 0 20px;
        padding: 0;
        font-family: 'cha-regular';
        font-weight: normal;
        position: absolute
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .custom-select {
        display: none!important
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-info {
        margin: 0 0 35px 0
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-slide .owl-dots,
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-slide .owl-nav {
        display: none
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-slide .owl-item img {
        height: 450px;
        width: auto
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-slide .owl-item.active img {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0)
    }
    .project article section.project-detail-section .project-detail-wrap {
        padding: 0;
        background-color: #d5a080
    }
    .project article section.project-detail-section .project-detail-wrap .left,
    .project article section.project-detail-section .project-detail-wrap .right {
        background-color: transparent;
        display: inline-block;
        width: 100%
    }
    .project article section.project-detail-section .project-detail-wrap .left {
        padding: 40px 0 0 0
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail {
        width: 100%;
        float: none;
        padding: 0 20px
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail h2 {
        font-size: 32px;
        letter-spacing: -.8px;
        padding: 0 0 0 0
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail p {
        font-size: 14px;
        line-height: 1.43;
        margin: 0 0 20px 0
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail .project-detail-slide .owl-dots {
        display: none
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap {
        display: none
    }
    .project article section.project-detail-section .project-detail-wrap .right .button-wrap {
        display: none
    }
    .project article section.project-detail-section .project-detail-wrap .right .img-wrap {
        padding: 0 20px
    }
    .project article section.project-detail-section .project-detail-wrap .right .img-wrap img {
        margin: 0;
        width: 100%;
        height: auto;
        float: left
    }
    .project article section.project-detail-section .project-detail-wrap .bottom {
        margin: 10px 0 0 0
    }
    .project article section.project-detail-section .project-detail-wrap .bottom .detail-list {
        margin: 0;
        display: inline-block;
        width: 100%;
        padding: 0
    }
    .project article section.project-detail-section .project-detail-wrap .bottom .detail-list li {
        display: inline-block;
        width: 47%;
        border: none;
        border-bottom: solid 1px rgba(255, 255, 255, .2);
        padding: 0;
        margin: 0 0 20px 0
    }
    .project article section.project-detail-section .project-detail-wrap .bottom .detail-list li:nth-child(2n-1) {
        float: left
    }
    .project article section.project-detail-section .project-detail-wrap .bottom .detail-list li:nth-child(2n) {
        float: right
    }
    .project article section.project-detail-section .project-detail-wrap .bottom .detail-list li span.big-text {
        color: #fff;
        font-size: 32px
    }
    .project article section.project-detail-section .project-detail-wrap .bottom .detail-list li span.detail-text {
        padding: 0 0 25px 0
    }
    .project article section.project-detail-section .project-detail-wrap .bottom .button-wrap a {
        border: solid 2px #fff;
        display: inline-block;
        width: 100%;
        color: #fff;
        text-align: center;
        margin: 0 0 20px 0
    }
    .project article section.contact-section .contact-wrap {
        padding: 15px 10px 30px 10px
    }
    .project article section.contact-section .contact-wrap .left,
    .project article section.contact-section .contact-wrap .right {
        display: inline-block;
        width: 100%
    }
    .project article section.contact-section .contact-wrap .left .contact-cart {
        width: 100%;
        padding: 20px 0 10px 0;
        margin: 20px 0
    }
    .project article section.contact-section .contact-wrap .left .contact-cart .detail-button {
        position: static;
        display: inline-block;
        margin: 0 0 20px 0;
        padding: 13px 16px;
        width: auto
    }
    .project article section.contact-section .contact-wrap .left .contact-cart .input-group {
        padding: 0
    }
    .project article section.contact-section .contact-wrap .left .contact-cart .input-group input {
        margin: 10px 0
    }
    .project article section.contact-section .contact-wrap .left .contact-cart .input-group .custom-select {
        margin: 0
    }
    .project article section.contact-section .contact-wrap .left .contact-cart .input-group .form-check-wrap label {
        top: 4px;
        margin-top: 4px
    }
    .project article section.contact-section .contact-wrap .left .contact-cart .input-group .form-check-wrap p {
        width: 90%;
        font-family: 'montserratsemibold';
        /*font-size: 12px;*/
        line-height: 1.67;
        letter-spacing: 1px;
        color: #777677
    }
    .project article section.contact-section .contact-wrap .left .contact-cart .icon-list {
        float: right;
        width: 190px
    }
    .project article section.contact-section .contact-wrap .left .contact-cart .icon-list ul {
        display: inline-block;
        width: 100%
    }
    .project article section.contact-section .contact-wrap .left .contact-cart .icon-list ul li {
        list-style: none;
        float: left;
        margin: 0 .5px
    }
    .project article section.contact-section .contact-wrap .left .contact-cart .icon-list ul li::last-child {
        margin-right: 0
    }
    .project article section.contact-section .contact-wrap .left .contact-cart .icon-list ul li a {
        width: 42px;
        height: 42px;
        display: inline-block;
        text-align: center;
        line-height: 42px
    }
    .project article section.contact-section .contact-wrap .left .contact-cart .icon-list ul li a span {
        font-size: 22px;
        position: relative;
        top: 3px
    }
    .project article section.contact-section .contact-wrap .right .contact-item {
        width: auto;
        padding: 0
    }
    .project article section.contact-section .contact-wrap .right .contact-item h3 {
        font-size: 32px;
        letter-spacing: -.8px
    }
    .project article section.contact-section .contact-wrap .right .contact-item p {
        font-size: 14px;
        line-height: 1.5
    }
    .project article section.project-location-section .project-location-wrap {
        min-height: inherit;
        padding: 40px 0 20px 0
    }
    .project article section.project-location-section .project-location-wrap .map-title {
        position: absolute;
        width: 308px;
        font-size: 32px;
        line-height: 1.56;
        letter-spacing: -.8px;
        color: #202020;
        z-index: 3;
        margin: 30px 0 0 20px;
        padding: 0
    }
    .project article section.project-location-section .project-location-wrap #map-wrap {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 2
    }
    .project article section.project-location-section .project-location-wrap .left,
    .project article section.project-location-section .project-location-wrap .right {
        position: relative;
        z-index: 2
    }
    .project article section.project-location-section .project-location-wrap .left {
        width: 100%;
        display: inline-block;
        position: static;
        margin: 0
    }
    .project article section.project-location-section .project-location-wrap .left .map-wrap {
        background: transparent;
        width: 100%;
        margin: 0 0 0 0;
        height: 500px
    }
    .project article section.project-location-section .project-location-wrap .left .tabs {
        display: inline-block;
        position: relative;
        z-index: 3;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        width: 95%;
        margin: 0 20px 20px 20px
    }
    .project article section.project-location-section .project-location-wrap .left .tabs ul {
        display: inline-block;
        width: 100%
    }
    .project article section.project-location-section .project-location-wrap .left .tabs ul li {
        float: left;
        margin: 0 20px;
        padding: 0;
        width: auto
    }
    .project article section.project-location-section .project-location-wrap .left .tabs ul li:first-child {
        margin-left: 0
    }
    .project article section.project-location-section .project-location-wrap .left .tabs ul li:last-child {
        margin-right: 0
    }
    .project article section.project-location-section .project-location-wrap .left .tabs ul li a {
        width: 152px;
        height: 68px
    }
    .project article section.project-location-section .project-location-wrap .left .tabs ul li a span {
        top: 0
    }
    .project article section.project-location-section .project-location-wrap .left .tabs ul li a:hover {
        transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }
    .project article section.project-location-section .project-location-wrap .right {
        width: 100%;
        padding: 20px 20px 20px 20px;
        display: inline-block;
        background-color: #d5a080;
        float: none
    }
    .project article section.project-location-section .project-location-wrap .right::Before {
        display: none
    }
    .project article section.project-location-section .project-location-wrap .right .item {
        padding: 30px;
        box-sizing: border-box
    }
    .project article section.project-location-section .project-location-wrap .right .item h2 {
        display: none
    }
    .project article section.project-location-section .project-location-wrap .right .item p {
        font-size: 14px;
        line-height: 1.43;
        color: #fff;
        margin-bottom: 20px
    }
    .project article section.project-location-section .project-location-wrap .right .item p:last-child {
        margin-bottom: 0
    }
}

@media(max-width:767px) {
    .side-bar-open {
        position: fixed;
        overflow: hidden;
        width: 100%;
        height: 100%
    }
    header .header-list li.search .search-wrap input {
        width: 185px
    }
    .subpage .subpage-wrapper .breadcrumb {
        float: inherit
    }
    .subpage .subpage-wrapper .subpage-banner .owl-carousel {
        height: 275px
    }
    .subpage .subpage-wrapper .subpage-banner .item {
        height: 275px
    }
    .subpage .subpage-wrapper .select-header {
        width: 100%;
        float: none;
        padding-left: 15px;
        padding-right: 15px;
        margin: 30px 0 0 0
    }
    .form-check-wrap label {
        width: 220px
    }
    .active-menu header.full-width footer .col-md-6 {
        padding-left: 0;
        padding-right: 0
    }
    .side-bar-form {
        width: 100%
    }
    .side-bar-form .close-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1rem
    }
    .side-bar-form .side-bar-mask {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        width: 100%;
        background: #fff;
        padding: 0 30px;
        -webkit-overflow-scrolling: touch
    }
    .side-bar-form .side-bar-mask .bg-circle {
        display: none
    }
    .side-bar-form .side-bar-mask .form-wrap {
        margin-top: 0
    }
    .side-bar-form .side-bar-mask .form-wrap h2 {
        padding-top: 68px;
        margin-bottom: 0
    }
    .side-bar-form .side-bar-mask .form-wrap .form-check-wrap {
        margin-top: 0!important
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart {
        padding-bottom: 20px
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart label a {
        padding: 0
    }
}

@media(min-width:992px) and (max-width:1240px) {
    body,
    html.fp-enabled,
    .fp-enabled body {
        padding: 0
    }
 
    header.full-width {
        margin-top: 0;
        padding-top: 40px;
        margin-left: auto;
        margin-right: auto
    }
    header .header-list li a span.text {
        font-size: 12px
    }
    header .header-list li.language ul li a {
        font-size: 12px
    }
    header nav {
        right: -30px
    }
    header nav a {
        font-size: 14px;
        margin: 10px 5px
    }
    .active-menu .full-width>.container {
        width: calc(100vw - 5.1vw);
        padding: 0 30px
    }
    .active-menu header .logo {
        margin-left: 0
    }
    .active-menu header .multi-menu .left .item {
        padding-bottom: 0;
        margin-bottom: 10px;
        min-height: 188px;
        max-height: 211px
    }
    .active-menu header .multi-menu .left .item h3 {
        font-size: 19px
    }
    .active-menu header .multi-menu .left .item ul li a {
        font-size: 15px
    }
    .active-menu header .multi-menu .right ul li a {
        font-size: 15px
    }
    .active-menu header footer .logo {
        width: auto
    }
    .active-menu header footer .logo img {
        float: left;
        width: auto
    }
    .side-bar-form {
        width: 320px
    }
    .side-bar-form .close-icon {
        margin-left: -23px
    }
    .side-bar-form .side-bar-mask {
        width: 320px;
        padding: 0 20px
    }
    .side-bar-form .side-bar-mask .form-wrap {
        transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
        -webkit-transform: scale(.8, .8);
        transform-origin: center right
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .input-group .form-check-wrap p {
        width: 240px
    }
    .side-bar-form.active .side-bar-mask .bg-circle {
        width: 245%
    }
    article section.home-slide-section .home-slide-wrap .owl-nav {
        display: none
    }
    article section.home-slide-section .home-slide-wrap .home-slide img.project-logo.top-right {
        right: 5%;
        top: 22%
    }
    article section.home-slide-section .home-slide-wrap .home-slide-two .owl-dots {
        margin-left: 35px
    }
    article section.home-slide-section .home-slide-wrap .slide-details {
        width: 335px;
        left: 30px
    }
    article section.home-slide-section .home-slide-wrap .slide-details h2 {
        font-size: 40px
    }
    article section.home-slide-section .home-slide-wrap .slide-details p {
        font-size: 40px;
        font-size: 15px
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap {
        top: 56%
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form {
        transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
        -webkit-transform: scale(.8, .8);
        margin-left: -50px
    }
    article section.multiple-slider-section #multiple-slider-wrap .details h2 {
        font-size: 32px
    }
    article section.multiple-slider-section #multiple-slider-wrap .full-slide img {
        height: 768px;
        width: auto
    }
    article section.multiple-slider-section #multiple-slider-wrap .sub-slide .item .img-wrap {
        width: 214px
    }
    article section.project-slide-section #project-slide-wrap,
    article section.project-slide-bottom-section #project-slide-wrap,
    article section.project-slide-section #project-slide-bottom-wrap,
    article section.project-slide-bottom-section #project-slide-bottom-wrap {
        padding-top: 210px;
        width: 100%
    }
    article section.project-slide-section #project-slide-wrap .left,
    article section.project-slide-bottom-section #project-slide-wrap .left,
    article section.project-slide-section #project-slide-bottom-wrap .left,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left,
    article section.project-slide-section #project-slide-wrap .right,
    article section.project-slide-bottom-section #project-slide-wrap .right,
    article section.project-slide-section #project-slide-bottom-wrap .right,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right {
        display: inline-block
    }
    article section.project-slide-section #project-slide-wrap .left,
    article section.project-slide-bottom-section #project-slide-wrap .left,
    article section.project-slide-section #project-slide-bottom-wrap .left,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left {
        float: left;
        width: auto;
        top: 80px
    }
    article section.project-slide-section #project-slide-wrap .left .image-wrap,
    article section.project-slide-bottom-section #project-slide-wrap .left .image-wrap,
    article section.project-slide-section #project-slide-bottom-wrap .left .image-wrap,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .image-wrap {
        width: 560px;
        display: inline-block
    }
    article section.project-slide-section #project-slide-wrap .left .image-wrap img,
    article section.project-slide-bottom-section #project-slide-wrap .left .image-wrap img,
    article section.project-slide-section #project-slide-bottom-wrap .left .image-wrap img,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .image-wrap img {
        width: 100%
    }
    article section.project-slide-section #project-slide-wrap .left .nav-wrap,
    article section.project-slide-bottom-section #project-slide-wrap .left .nav-wrap,
    article section.project-slide-section #project-slide-bottom-wrap .left .nav-wrap,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .nav-wrap {
        width: 211px
    }
    article section.project-slide-section #project-slide-wrap .left .nav-wrap .prev,
    article section.project-slide-bottom-section #project-slide-wrap .left .nav-wrap .prev,
    article section.project-slide-section #project-slide-bottom-wrap .left .nav-wrap .prev,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .nav-wrap .prev,
    article section.project-slide-section #project-slide-wrap .left .nav-wrap .next,
    article section.project-slide-bottom-section #project-slide-wrap .left .nav-wrap .next,
    article section.project-slide-section #project-slide-bottom-wrap .left .nav-wrap .next,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .nav-wrap .next {
        padding: 0
    }
    article section.project-slide-section #project-slide-wrap .left .nav-wrap::before,
    article section.project-slide-bottom-section #project-slide-wrap .left .nav-wrap::before,
    article section.project-slide-section #project-slide-bottom-wrap .left .nav-wrap::before,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .nav-wrap::before {
        margin-top: -26px;
        height: 70px
    }
    article section.project-slide-section #project-slide-wrap .right,
    article section.project-slide-bottom-section #project-slide-wrap .right,
    article section.project-slide-section #project-slide-bottom-wrap .right,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right {
        float: right;
        width: 400px
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom {
        min-height: 430px
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .item h2,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .item h2,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .item h2,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .item h2,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .item h2,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .item h2,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item h2,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item h2 {
        font-size: 32px;
        margin-top: 25%
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .item p,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .item p,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .item p,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .item p,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item p {
        font-size: 12px
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .item>*,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .item>*,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .item>*,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .item>*,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .item>*,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .item>*,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item>*,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item>* {
        margin-left: 40px
    }
    article section.sponsor-section #sponsor-wrap .content-wrap .left,
    article section.sponsor-section #sponsor-wrap .content-wrap .right {
        padding-top: 100px
    }
    article section.sponsor-section #sponsor-wrap .content-wrap h2 {
        font-size: 32px
    }
    article section.sponsor-section #sponsor-wrap .content-wrap p {
        font-size: 12px
    }
    footer,
    article section footer {
        height: 137px;
        padding-top: 25px
    }
    footer .logo,
    article section footer .logo {
        margin-top: 0
    }
    footer .copyright,
    article section footer .copyright {
        width: 295px;
        margin-top: 0
    }
    footer .copyright::before,
    article section footer .copyright::before {
        top: 0
    }
    footer .social-icons,
    article section footer .social-icons {
        margin-top: 0
    }
    .project article section.project-sub-slide-section .arrow-wrap {
        margin: 460px 0 0 90px
    }
    .project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-stage-outer .owl-stage .owl-item .item h2 {
        font-size: 40px;
        margin: 310px 0 0 90px;
        width: 420px
    }
    .project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-stage-outer .owl-stage .owl-item .item img {
        width: auto
    }
    .project article section.project-sub-slide-section .selection {
        width: 270px
    }
    .project article section.project-sub-slide-section .selection .icon {
        margin-left: 20px
    }
    .project article section.project-sub-slide-section .selection img {
        margin-left: 63px;
        width: 190px
    }
    .project article section.project-sub-slide-section .selection .content {
        margin-top: -316px
    }
    .project article section.project-sub-slide-section .selection .content .custom-breadcrumb a,
    .project article section.project-sub-slide-section .selection .content .custom-breadcrumb .text {
        font-size: 12px
    }
    .project article section.project-sub-slide-section .selection .content .list li {
        font-size: 12px
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .left,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .left {
        width: 40%
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .left .item,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .left .item {
        margin-right: 0
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .left .item h2,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .left .item h2 {
        font-size: 35px
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .left .item p,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .left .item p {
        font-size: 12px
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .right,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .right {
        width: 60%
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .right .arrow-wrap,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .right .arrow-wrap {
        transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
        -webkit-transform: scale(.8, .8);
        margin-bottom: -70px
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .right .center-slide .owl-item .item img,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .right .center-slide .owl-item .item img,
    .project article section.center-slide-section .center-slide-wrap .full-width .right .center-slide-bottom .owl-item .item img,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .right .center-slide-bottom .owl-item .item img {
        width: 260px
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .right .center-slide .owl-item .item h3,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .right .center-slide .owl-item .item h3,
    .project article section.center-slide-section .center-slide-wrap .full-width .right .center-slide-bottom .owl-item .item h3,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .right .center-slide-bottom .owl-item .item h3 {
        font-size: 20px;
        font-family: 'cha-regular';
        padding: 15px;
        margin: 0
    }
    .project article section.gallery-slide-section .gallery-slide-wrap h2 {
        font-size: 38px;
        margin: 160px 0 0 120px
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-select {
        transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
        -webkit-transform: scale(.8, .8);
        margin: 160px 0 0 0
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-slide .item img {
        height: 100vh
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-info {
        margin-bottom: 50px
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content .count {
        font-size: 15px
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content .arrow-left,
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content .arrow-right {
        width: 47px;
        height: 47px;
        line-height: 47px
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail {
        padding: 30px 40px 30px 70px;
        width: 450px;
        margin: 0
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap {
        margin: 0
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap .arrow-left,
    .project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap .arrow-right {
        font-size: 15px
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap .icon-bar {
        height: 25px;
        margin-top: -3px
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail h2 {
        font-size: 32px
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail p {
        font-size: 12px
    }
    .project article section.project-detail-section .project-detail-wrap .right .button-wrap {
        width: 100%;
        padding: 0;
        margin: 0;
        padding-left: 70px
    }
    .project article section.project-detail-section .project-detail-wrap .right .button-wrap a {
        float: left;
        font-size: 10px;
        margin: 0 10px;
        padding: 10px 20px
    }
    .project article section.project-detail-section .project-detail-wrap .right .img-wrap {
        padding-top: 100px
    }
    .project article section.project-detail-section .project-detail-wrap .right .img-wrap img.active {
        margin: 0;
        height: 240px
    }
    .project article section.project-detail-section .project-detail-wrap .bottom .detail-list li {
        padding: 0 30px
    }
    .project article section.project-detail-section .project-detail-wrap .bottom .detail-list li .big-text {
        font-size: 26px
    }
    .project article section.project-detail-section .project-detail-wrap .bottom .detail-list li .detail-text {
        font-size: 11px
    }
    .project article section.project-location-section .project-location-wrap .left,
    .project article section.project-location-section .project-location-wrap .right {
        display: inline-block
    }
    .project article section.project-location-section .project-location-wrap .left {
        margin-top: 50px
    }
    .project article section.project-location-section .project-location-wrap .left .map-wrap {
        height: 300px
    }
    .project article section.project-location-section .project-location-wrap .left .tabs ul {
        width: 40px
    }
    .project article section.project-location-section .project-location-wrap .left .tabs ul li a {
        height: 40px
    }
    .project article section.project-location-section .project-location-wrap .left .tabs ul li a span {
        font-size: 20px;
        position: relative;
        top: -15px
    }
    .project article section.project-location-section .project-location-wrap .right {
        padding: 80px 0 80px 50px
    }
    .project article section.project-location-section .project-location-wrap .right .item h2 {
        font-size: 32px
    }
    .project article section.project-location-section .project-location-wrap .right .item p {
        /*font-size: 12px;*/
        margin-bottom: 15px
    }
    .project article section.contact-section .contact-wrap {
        padding-top: 210px 0 0 0
    }
    .project article section.contact-section .contact-wrap .left .contact-cart {
        top: -50px;
        transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
        -webkit-transform: scale(.8, .8)
    }
    .project article section.contact-section .contact-wrap .right .contact-item h3 {
        font-size: 32px
    }
    .project article section.contact-section .contact-wrap .right .contact-item p {
        font-size: 12px
    }
    .project article section footer {
        height: auto;
        padding: 20px 0 15px 0
    }
    .project article section footer .logo {
        margin-top: -5px
    }
    .form-check-wrap label {
        position: relative;
        left: 20px
    }
    .subpage .subpage-wrapper h1 {
        padding-left: 15px;
        padding-top: 20px
    }
    .subpage .subpage-wrapper .breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 6px
    }
    .subpage .subpage-wrapper .subpage-banner .owl-carousel {
        height: 400px
    }
    .subpage .subpage-wrapper .subpage-banner .item {
        height: 400px
    }
    .subpage .subpage-wrapper .select-header {
        margin-right: 15px
    }
}

@media(max-width:1366px) {
    header::before {
        display: none!important
    }
}

@media(min-width:1241px) and (max-width:1600px) {
    header .header-list li a span.text {
        font-size: 14px
    }
    header .header-list li.language ul li a {
        font-size: 14px
    }
    header .header-list li.search .search-wrap input {
        font-size: 12px
    }
    header .header-list li.search .search-wrap input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
        font-size: 12px
    }
    header .header-list li.search .search-wrap input:-moz-placeholder {
        color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
        font-size: 12px
    }
    header .header-list li.search .search-wrap input::-moz-placeholder {
        color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
        font-size: 12px
    }
    header .header-list li.search .search-wrap input:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
        font-size: 12px
    }
    header .header-list li.search .search-wrap input::placeholder {
        color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
        font-size: 12px
    }
    header nav {
        right: -30px
    }
    header nav a {
        font-size: 14px;
        margin: 10px 5px
    }
    .active-menu .full-width>.container {
        width: calc(100vw - 5.1vw)
    }
    .active-menu header .multi-menu {
        margin-top: calc(100vh - 60%)
    }
    .active-menu header .multi-menu .left .item {
        padding-bottom: 0;
        margin-bottom: 10px
    }
    .active-menu header .multi-menu .left .item h3 {
        font-size: 19px
    }
    .active-menu header .multi-menu .left .item ul li a {
        font-size: 15px
    }
    .active-menu header .multi-menu .right ul li a {
        font-size: 15px;
        padding-top: 16px;
        padding-bottom: 17px
    }
    .side-bar-form {
        width: 320px
    }
    .side-bar-form .close-icon {
        margin-left: -23px
    }
    .side-bar-form .side-bar-mask {
        width: 320px;
        padding: 0 20px
    }
    .side-bar-form .side-bar-mask .form-wrap {
        transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
        -webkit-transform: scale(.8, .8)
    }
    .side-bar-form .side-bar-mask .form-wrap .input-cart .input-group .form-check-wrap p {
        width: 240px
    }
    article section.home-slide-section .home-slide-wrap .home-slide img.project-logo.top-right {
        right: 5%;
        top: 22%
    }
    article section.home-slide-section .home-slide-wrap .home-slide-two .owl-dots {
        margin-left: 35px
    }
    article section.home-slide-section .home-slide-wrap .slide-details {
        width: 335px;
        left: 30px
    }
    article section.home-slide-section .home-slide-wrap .slide-details h2 {
        font-size: 40px
    }
    article section.home-slide-section .home-slide-wrap .slide-details p {
        font-size: 40px;
        font-size: 15px
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap {
        top: 56%
    }
    article section.home-slide-section .home-slide-wrap .slide-form-wrap .slide-form {
        transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
        -webkit-transform: scale(.8, .8);
        margin-left: -50px
    }
    article section.multiple-slider-section #multiple-slider-wrap .details h2 {
        font-size: 32px
    }
    article section.multiple-slider-section #multiple-slider-wrap .full-slide img {
        height: 768px;
        width: auto
    }
    article section.multiple-slider-section #multiple-slider-wrap .sub-slide .item .img-wrap {
        width: 305px
    }
    article section.project-slide-section #project-slide-wrap,
    article section.project-slide-bottom-section #project-slide-wrap,
    article section.project-slide-section #project-slide-bottom-wrap,
    article section.project-slide-bottom-section #project-slide-bottom-wrap {
        padding-top: 150px;
        width: 100%
    }
    article section.project-slide-section #project-slide-wrap .left,
    article section.project-slide-bottom-section #project-slide-wrap .left,
    article section.project-slide-section #project-slide-bottom-wrap .left,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left,
    article section.project-slide-section #project-slide-wrap .right,
    article section.project-slide-bottom-section #project-slide-wrap .right,
    article section.project-slide-section #project-slide-bottom-wrap .right,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right {
        display: inline-block
    }
    article section.project-slide-section #project-slide-wrap .left,
    article section.project-slide-bottom-section #project-slide-wrap .left,
    article section.project-slide-section #project-slide-bottom-wrap .left,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left {
        float: left;
        width: 60%;
        top: 0;
        margin-top: 50px
    }
    article section.project-slide-section #project-slide-wrap .left .image-wrap,
    article section.project-slide-bottom-section #project-slide-wrap .left .image-wrap,
    article section.project-slide-section #project-slide-bottom-wrap .left .image-wrap,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .image-wrap {
        width: 100%;
        display: inline-block
    }
    article section.project-slide-section #project-slide-wrap .left .image-wrap img,
    article section.project-slide-bottom-section #project-slide-wrap .left .image-wrap img,
    article section.project-slide-section #project-slide-bottom-wrap .left .image-wrap img,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .image-wrap img {
        width: 100%
    }
    article section.project-slide-section #project-slide-wrap .left .image-wrap img.active,
    article section.project-slide-bottom-section #project-slide-wrap .left .image-wrap img.active,
    article section.project-slide-section #project-slide-bottom-wrap .left .image-wrap img.active,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .image-wrap img.active {
        width: 100%;
        height: auto
    }
    article section.project-slide-section #project-slide-wrap .left .nav-wrap,
    article section.project-slide-bottom-section #project-slide-wrap .left .nav-wrap,
    article section.project-slide-section #project-slide-bottom-wrap .left .nav-wrap,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .nav-wrap {
        width: 211px;
        margin-top: 4px
    }
    article section.project-slide-section #project-slide-wrap .left .nav-wrap .prev,
    article section.project-slide-bottom-section #project-slide-wrap .left .nav-wrap .prev,
    article section.project-slide-section #project-slide-bottom-wrap .left .nav-wrap .prev,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .nav-wrap .prev,
    article section.project-slide-section #project-slide-wrap .left .nav-wrap .next,
    article section.project-slide-bottom-section #project-slide-wrap .left .nav-wrap .next,
    article section.project-slide-section #project-slide-bottom-wrap .left .nav-wrap .next,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .nav-wrap .next {
        padding: 0
    }
    article section.project-slide-section #project-slide-wrap .left .nav-wrap::before,
    article section.project-slide-bottom-section #project-slide-wrap .left .nav-wrap::before,
    article section.project-slide-section #project-slide-bottom-wrap .left .nav-wrap::before,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .left .nav-wrap::before {
        margin-top: -2px;
        height: 100%
    }
    article section.project-slide-section #project-slide-wrap .right,
    article section.project-slide-bottom-section #project-slide-wrap .right,
    article section.project-slide-section #project-slide-bottom-wrap .right,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right {
        float: right;
        width: 40%
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom {
        min-height: 550px;
        padding: 60px 0
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .owl-nav,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .owl-nav,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .owl-nav,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .owl-nav,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .owl-nav,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .owl-nav,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-nav,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-nav,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .owl-dots,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .owl-dots,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .owl-dots,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .owl-dots,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .owl-dots,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .owl-dots,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-dots,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .owl-dots {
        display: none
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .item h2,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .item h2,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .item h2,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .item h2,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .item h2,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .item h2,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item h2,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item h2 {
        font-size: 32px;
        margin-top: 100px
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .item p,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .item p,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .item p,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .item p,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item p,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item p {
        font-size: 12px
    }
    article section.project-slide-section #project-slide-wrap .right .slide-wrap .item>*,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap .item>*,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap .item>*,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap .item>*,
    article section.project-slide-section #project-slide-wrap .right .slide-wrap-bottom .item>*,
    article section.project-slide-bottom-section #project-slide-wrap .right .slide-wrap-bottom .item>*,
    article section.project-slide-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item>*,
    article section.project-slide-bottom-section #project-slide-bottom-wrap .right .slide-wrap-bottom .item>* {
        margin-left: 40px
    }
    article section.sponsor-section #sponsor-wrap .content-wrap .left,
    article section.sponsor-section #sponsor-wrap .content-wrap .right {
        padding-top: 100px
    }
    article section.sponsor-section #sponsor-wrap .content-wrap h2 {
        font-size: 32px
    }
    article section.sponsor-section #sponsor-wrap .content-wrap p {
        font-size: 12px
    }
    article section footer {
        height: 137px;
        padding-top: 25px
    }
    article section footer .logo {
        margin-top: 0
    }
    article section footer .copyright {
        margin-top: 0
    }
    article section footer .copyright::before {
        top: 0
    }
    article section footer .social-icons {
        margin-top: 0
    }
    .project article section.project-sub-slide-section .arrow-wrap {
        margin: 460px 0 0 90px
    }
    .project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-stage-outer .owl-stage .owl-item .item h2 {
        font-size: 40px;
        margin: 310px 0 0 90px;
        width: 420px
    }
    .project article section.project-sub-slide-section .project-sub-slide-wrap .project-main-slide .owl-stage-outer .owl-stage .owl-item .item img {
        width: auto
    }
    .project article section.project-sub-slide-section .selection {
        width: 270px
    }
    .project article section.project-sub-slide-section .selection .icon {
        margin-left: 20px
    }
    .project article section.project-sub-slide-section .selection img {
        margin-left: 63px;
        width: 190px
    }
    .project article section.project-sub-slide-section .selection .content {
        margin-top: -316px
    }
    .project article section.project-sub-slide-section .selection .content .custom-breadcrumb a,
    .project article section.project-sub-slide-section .selection .content .custom-breadcrumb .text {
        font-size: 12px
    }
    .project article section.project-sub-slide-section .selection .content .list li {
        font-size: 12px
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .left,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .left {
        width: 40%
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .left .item,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .left .item {
        margin-right: 0
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .left .item h2,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .left .item h2 {
        font-size: 35px
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .left .item p,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .left .item p {
        font-size: 12px
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .right,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .right {
        width: 60%;
        padding-left: 30px
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .right .time-detail,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .right .time-detail {
        margin: -60px 0 0 410px
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .right .arrow-wrap,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .right .arrow-wrap {
        transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
        -webkit-transform: scale(.8, .8);
        margin-bottom: -70px
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .right .center-slide .owl-item .item img,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .right .center-slide .owl-item .item img,
    .project article section.center-slide-section .center-slide-wrap .full-width .right .center-slide-bottom .owl-item .item img,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .right .center-slide-bottom .owl-item .item img {
        width: 260px
    }
    .project article section.center-slide-section .center-slide-wrap .full-width .right .center-slide .owl-item .item h3,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .right .center-slide .owl-item .item h3,
    .project article section.center-slide-section .center-slide-wrap .full-width .right .center-slide-bottom .owl-item .item h3,
    .project article section.center-slide-bottom-section .center-slide-wrap .full-width .right .center-slide-bottom .owl-item .item h3 {
        font-size: 20px;
        font-family: 'cha-regular';
        padding: 15px;
        margin: 0
    }
    .project article section.gallery-slide-section .gallery-slide-wrap h2 {
        font-size: 38px;
        margin: 160px 0 0 120px
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-select {
        transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
        -webkit-transform: scale(.8, .8);
        margin: 160px 0 0 0
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-slide .item img {
        height: 780px;
        width: auto
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-info {
        margin-bottom: 50px
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content .count {
        font-size: 15px
    }
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content .arrow-left,
    .project article section.gallery-slide-section .gallery-slide-wrap .gallery-info .info-content .arrow-right {
        width: 47px;
        height: 47px;
        line-height: 47px
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail {
        padding: 30px 40px 30px 70px;
        width: 450px;
        margin: 0
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap {
        margin: 0
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap .arrow-left,
    .project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap .arrow-right {
        font-size: 15px
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail .arrow-wrap .icon-bar {
        height: 25px;
        margin-top: -3px
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail h2 {
        font-size: 32px
    }
    .project article section.project-detail-section .project-detail-wrap .left .detail p {
        font-size: 12px
    }
    .project article section.project-detail-section .project-detail-wrap .right .button-wrap {
        width: 100%;
        padding: 0;
        margin: 0;
        padding-left: 70px
    }
    .project article section.project-detail-section .project-detail-wrap .right .button-wrap a {
        float: left;
        font-size: 10px;
        margin: 0 10px;
        padding: 10px 20px
    }
    .project article section.project-detail-section .project-detail-wrap .right .img-wrap {
        padding-top: 30px
    }
    .project article section.project-detail-section .project-detail-wrap .right .img-wrap img.active {
        margin: 0;
        height: 340px
    }
    .project article section.project-detail-section .project-detail-wrap .bottom .detail-list li {
        padding: 0 30px
    }
    .project article section.project-detail-section .project-detail-wrap .bottom .detail-list li .big-text {
        font-size: 26px
    }
    .project article section.project-detail-section .project-detail-wrap .bottom .detail-list li .detail-text {
        font-size: 11px
    }
    .project article section.project-location-section .project-location-wrap .left,
    .project article section.project-location-section .project-location-wrap .right {
        display: inline-block
    }
    .project article section.project-location-section .project-location-wrap .left {
        margin-top: 50px
    }
    .project article section.project-location-section .project-location-wrap .left .map-wrap {
        height: 300px
    }
    .project article section.project-location-section .project-location-wrap .left .tabs ul {
        width: 40px
    }
    .project article section.project-location-section .project-location-wrap .left .tabs ul li a {
        height: 40px
    }
    .project article section.project-location-section .project-location-wrap .left .tabs ul li a span {
        font-size: 20px;
        position: relative;
        top: -15px
    }
    .project article section.project-location-section .project-location-wrap .right {
        padding: 80px 0 80px 50px
    }
    .project article section.project-location-section .project-location-wrap .right .item h2 {
        font-size: 32px
    }
    .project article section.project-location-section .project-location-wrap .right .item p {
        /*font-size: 12px;*/
        margin-bottom: 15px
    }
    .project article section.contact-section .contact-wrap {
        padding-top: 210px 0 0 0
    }
    .project article section.contact-section .contact-wrap .left .contact-cart {
        top: -50px;
        transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
        -webkit-transform: scale(.8, .8)
    }
    .project article section.contact-section .contact-wrap .right .contact-item h3 {
        font-size: 32px
    }
    .project article section.contact-section .contact-wrap .right .contact-item p {
        font-size: 12px
    }
    .project article section footer {
        height: auto;
        padding: 20px 0 15px 0
    }
    .project article section footer .logo {
        margin-top: -5px
    }
}

.landing-wrapper {
    height: 100%;
    transform: translate(0, 0);
    padding: 20px 0;
    padding-left: 75%
}

@media(max-width:1200px) {
    .landing-wrapper {
        padding: 0;
        padding-left: 60%
    }
}

@media(max-width:992px) {
    .landing-wrapper {
        padding: 0
    }
}

.landing-wrapper .videoBannerFrameLanding {
    z-index: -1;
    background-color: #000;
    width: 100%;
    height: 100%
}

.landing-wrapper .videoBannerFrameLanding.frame360 {
    z-index: 1
}

.landing-wrapper .detail-button {
    background-color: #d5a080;
    color: #fff
}

.landing-wrapper .slider-wrap {
    width: 75%;
    position: fixed;
    height: calc(100vh - 40px);
    left: 0;
    top: 20px
}

@media(max-width:1200px) {
    .landing-wrapper .slider-wrap {
        width: 60%;
        height: 100%;
        top: 0
    }
}

@media(max-width:992px) {
    .landing-wrapper .slider-wrap {
        position: static;
        width: 100%;
        height: 500px
    }
}

@media(max-width:767px) {
    .landing-wrapper .slider-wrap {
        height: 320px
    }
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap.none-drag:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .sound-btn {
    font-size: 25px;
    position: absolute;
    bottom: 40px;
    color: #000;
    right: 40px;
    z-index: 9999;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 15px;
    text-align: center;
    box-shadow: 1px -1px 3px 0 white
}

@media(max-width:767px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .sound-btn {
        right: 20px;
        bottom: 15px;
        font-size: 20px;
        width: 40px;
        height: 40px;
        padding: 7px
    }
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .sound-btn.openSoundMask {
    opacity: 0
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide-two {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide-two .item {
    width: 100%;
    height: calc(100vh - 40px)
}

@media(max-width:992px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide-two .item {
        height: 500px
    }
}

@media(max-width:767px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide-two .item {
        height: 320px
    }
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide-two .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    margin: 0 0 10vh 10vh
}

@media(max-width:1200px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide-two .owl-dots {
        margin: 0 0 0 6vh
    }
}

@media(max-width:992px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide-two .owl-dots {
        margin: 0 0 3vh 5vh
    }
}

@media(max-width:767px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide-two .owl-dots {
        margin: 0 0 3vh 20px
    }
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide-two .owl-dots button {
    cursor: pointer;
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 20px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    border: solid 4px #fff;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide-two .owl-dots button.active {
    opacity: 1;
    border: solid 8px #fff;
    background-color: #fff
}



.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #202020;
    overflow: hidden
}

@media(max-width:1200px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide {
        height: 100vh
    }
}

@media(max-width:992px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide {
        height: 500px
    }
}

@media(max-width:767px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide {
        height: 320px
    }
}

@media(max-width:991px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide .desktop-banner {
        display: none
    }
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide .mobile-banner {
    display: none
}

@media(max-width:991px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide .mobile-banner {
        display: block
    }
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide .item {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide .item:first-child {
    display: block
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .home-slide .data-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .slide-details {
    color: #fff;
    width: 605px;
    position: absolute;
    z-index: 3;
    left: 80px;
    top: 50px
}

@media(max-width:1200px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .slide-details {
        width: 505px;
        top: 20px;
        left: 50px
    }
}

@media(max-width:767px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .slide-details {
        width: auto;
        left: 20px;
        top: 0
    }
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .slide-details h2 {
    font-weight: normal;
    font-size: 60px;
    font-family: 'cha-regular';
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7)
}

@media(max-width:1200px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .slide-details h2 {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .slide-details h2 {
        font-size: 30px
    }
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .slide-details a {
    background-color: rgba(213, 160, 128, .7);
    color: #fff;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media(max-width:992px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .slide-details a {
        background: none!important;
        text-decoration: underline
    }
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .slide-details a:hover {
    background-color: #d5a080
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .slide-details p {
    font-size: 20px;
    font-family: 'cha-regular';
    line-height: 1.5;
    margin: 5px 0 0 0;
    display: block;
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7)
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap img.project-logo {
    position: absolute;
    z-index: 3;
    width: 12%;
    height: auto;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap img.project-logo.top-right {
    right: 5%;
    top: 15%
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap img.project-logo.bottom-right {
    bottom: 15%;
    right: 5%
}

@media(max-width:992px) {
    .landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap img.project-logo.bottom-right {
        bottom: 4%
    }
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap img.project-logo.top-left {
    left: 5%;
    top: 15%
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap img.project-logo.bottom-left {
    left: 5%;
    bottom: 15%
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box {
    border: 2px solid #a0e3f0;
    width: 54px;
    height: 54px;
    position: absolute;
    -moz-transition: border .4s ease;
    -o-transition: border .4s ease;
    -webkit-transition: border .4s ease;
    transition: border .4s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
    margin-left: -79px;
    opacity: 0;
    visibility: hidden
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box.active {
    opacity: 1;
    visibility: visible
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box>span,
.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box>i {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #a0e3f0;
    opacity: .8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box:hover {
    border-color: #fff
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box:hover .plus-icon::before,
.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box:hover .plus-icon:after {
    transform: rotate(180deg);
    background-color: #d5a080
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box:hover .plus-icon i {
    width: 100%;
    height: 100%;
    opacity: 1
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box:hover .plus-icon span {
    height: 45px;
    top: -45px;
    visibility: visible;
    transition-delay: .3s
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box:hover .plus-border:before {
    height: 45px
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box:hover .plus-border:after {
    width: 192px;
    transition-delay: .7s
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box:hover .plus-border .plus-content {
    opacity: 1;
    padding: 20px;
    padding-bottom: 30px;
    height: auto
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box:hover .plus-border .plus-content:after {
    height: 100%;
    transition-delay: .9s
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box:hover .plus-border .plus-content p {
    opacity: 1;
    transition-delay: 1.2s
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box .plus-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: crosshair
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box .plus-icon i {
    width: 0;
    height: 0;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0;
    z-index: 1;
    transition-delay: .1s
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box .plus-icon:before,
.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box .plus-icon:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    transform: rotate(0deg);
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    z-index: 3
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box .plus-icon:before {
    width: 20px;
    height: 2px
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box .plus-icon:after {
    width: 2px;
    height: 20px
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box .plus-icon span {
    content: "";
    width: 2px;
    height: 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden;
    transition-delay: .7s
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box .plus-border {
    position: absolute;
    left: -18px;
    top: -3px
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box .plus-border:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 44px;
    top: -44px;
    -moz-transition: width .4s ease;
    -o-transition: width .4s ease;
    -webkit-transition: width .4s ease;
    transition: width .4s ease;
    transition-delay: .3s
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box .plus-border .plus-content {
    width: 190px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    left: 71px;
    bottom: 20px;
    top: auto;
    color: #fff;
    font-size: 18px;
    font-family: 'montserratregular'
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box .plus-border .plus-content strong {
    font-family: 'montserratbold'
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box .plus-border .plus-content p {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    position: relative;
    z-index: 1
}

.landing-wrapper .slider-wrap.home-slide-section .home-slide-wrap .plus-box .plus-border .plus-content:after {
    content: '';
    position: absolute;
    background-color: rgba(213, 160, 128, .7);
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: 0;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.landing-wrapper .slider-wrap .slider {
    position: relative;
    height: 100%
}

@media(max-width:992px) {
    .landing-wrapper .slider-wrap .slider {
        height: 500px
    }
}

@media(max-width:767px) {
    .landing-wrapper .slider-wrap .slider {
        height: 320px
    }
}

.landing-wrapper .slider-wrap .slider .item {
    height: calc(100vh - 40px);
    padding: 92px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

@media(max-width:1200px) {
    .landing-wrapper .slider-wrap .slider .item {
        height: 100vh
    }
}

@media(max-width:992px) {
    .landing-wrapper .slider-wrap .slider .item {
        height: 500px
    }
}

@media(max-width:767px) {
    .landing-wrapper .slider-wrap .slider .item {
        height: 320px
    }
}

.landing-wrapper .slider-wrap .slider .item h1 {
    font-size: 6rem;
    font-family: 'cha-regular';
    line-height: 1.4;
    color: #fff;
    max-width: 600px
}

.landing-wrapper .slider-wrap .slider .owl-dots {
    position: absolute;
    bottom: 62px;
    width: 100%;
    text-align: center;
    left: 0
}

.landing-wrapper .slider-wrap .slider .owl-dots button {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    margin: 10px;
    border-radius: 50%
}

.landing-wrapper .slider-wrap .slider .owl-dots button.active {
    background: #000
}

.landing-wrapper .landing-form {
    float: left;
    height: calc(100vh - 40px);
    width: 100%;
    background: #000;
    padding: 20px 0 40px;
    overflow: auto
}

@media(max-width:1200px) {
    .landing-wrapper .landing-form {
        height: 100vh
    }
}

@media(max-width:992px) {
    .landing-wrapper .landing-form {
        overflow: visible;
        height: auto
    }
}

.landing-wrapper .landing-form .form-wrap {
    color: #fff;
    width: 80%;
    margin: auto
}

.landing-wrapper .landing-form .form-wrap .form {
    max-width: 300px;
    margin: auto
}

.landing-wrapper .landing-form .form-wrap .icon-list li a {
    color: #fff;
    visibility: visible!important
}

.landing-wrapper .landing-form .form-wrap .form-header {
    text-align: center
}

.landing-wrapper .landing-form .form-wrap .form-header picture {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    display: block
}

.landing-wrapper .landing-form .form-wrap .form-header picture img {
    margin: auto
}

.landing-wrapper .landing-form .form-wrap .form-header picture:after {
    content: "";
    opacity: .5;
    background: #ffc859;
    border: solid .5px #ffc859;
    width: 24px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 0
}

.landing-wrapper .landing-form .form-wrap .form-header h3 {
    margin-top: 0;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .landing-wrapper .landing-form .form-wrap .form-header h3 {
        font-size: 20px
    }
}

.landing-wrapper .landing-form .form-wrap .form-header p {
    margin-bottom: 20px
}

.landing-wrapper .landing-form .form-wrap label.error {
    color: red;
    background: #fff
}

.landing-wrapper .landing-form .form-wrap label.error:before {
    border-color: transparent transparent #fff transparent
}

.landing-wrapper .landing-form .form-wrap .form-group {
    position: relative
}

.landing-wrapper .landing-form .form-wrap .form-control {
    background: transparent;
    box-shadow: none;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    height: auto
}

.landing-wrapper .landing-form .form-wrap .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.landing-wrapper .landing-form .form-wrap .form-control:-moz-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.landing-wrapper .landing-form .form-wrap .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.landing-wrapper .landing-form .form-wrap .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.landing-wrapper .landing-form .form-wrap .form-control::placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px
}

.landing-wrapper .landing-form .form-wrap .custom-select .selectric {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.landing-wrapper .landing-form .form-wrap .custom-select .selectric .label {
    color: #fff
}

.landing-wrapper .landing-form .form-wrap .custom-select .selectric .icon {
    color: #fff
}

.landing-wrapper .landing-form .form-wrap .form-check-wrap {
    margin-top: 40px
}

.landing-wrapper .landing-form .form-wrap .form-check-wrap span {
    top: 5px
}

.landing-wrapper .landing-form .form-wrap .form-check-wrap label {
    color: #fff;
    /*font-size: 12px;*/
    font-family: 'Open Sans', sans-serif;
    margin-top: 0
}

.landing-wrapper .landing-form .form-wrap .form-check-wrap label a {
    color: #fff
}

.landing-wrapper .landing-form .form-wrap .form-check-wrap label.error {
    color: red;
    background: #fff
}

.landing-wrapper .landing-form .form-wrap .form-check-wrap label.error:before {
    border-color: transparent transparent #fff transparent
}

.landing-wrapper .landing-form .form-wrap .captcha .input-group-append .captcha-icon {
    color: #fff
}

.landing-wrapper .landing-form .form-result-screen {
    position: relative
}

.landing-wrapper .landing-form .form-result-screen>div {
    display: none;
    text-align: center;
    padding: 40px 0;
    color: #fff
}

@media(max-width:767px) {
    .landing-wrapper .landing-form .form-result-screen>div {
        padding-bottom: 0;
        text-align: center
    }
}

.landing-wrapper .landing-form .form-result-screen>div i {
    font-size: 2rem;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    display: inline-block
}

.landing-wrapper .landing-form .form-result-screen>div i:before {
    color: #000
}

.landing-wrapper .landing-form .form-result-screen>div p {
    font-size: 1.6rem;
    margin: 20px 0
}

@media(max-width:767px) {
    .landing-wrapper .landing-form .form-result-screen>div p {
        text-align: center
    }
}