@charset "UTF-8";

/*!normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css*/

html {font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%}
body {margin: 0}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline}
audio:not([controls]) {display: none; height: 0}
section{margin-bottom: 65px;}
[hidden], template {display: none}
a {background-color: transparent}
a:active, a:hover {outline: 0}
abbr[title] {border-bottom: 1px dotted}
b, strong {font-weight: 700}
small {font-size: 80%}
sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline}
sup {top: -.5em}
sub {bottom: -.25em}
img {border: 0}
svg:not(:root) {overflow: hidden}
figure {margin: 1em 40px}
hr {box-sizing: content-box; height: 0}
pre {overflow: auto}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em}
button, input, optgroup, select, textarea {color: inherit; font: inherit; margin: 0}
button {overflow: visible}
button, select {text-transform: none}
button, html input[type=button], input[type=reset], input[type=submit] {-webkit-appearance: button; cursor: pointer}
button[disabled], html input[disabled] {cursor: default}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0}
input {line-height: normal}
input[type=checkbox], input[type=radio] {box-sizing: border-box; padding: 0}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {height: auto}
input[type=search] {-webkit-appearance: textfield; box-sizing: content-box}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {-webkit-appearance: none}
fieldset {border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em}
legend {border: 0; padding: 0}
textarea {overflow: auto}
optgroup {font-weight: 700}
table {border-collapse: collapse; border-spacing: 0}
td, th {padding: 0}

/*!Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/

@media print {
  *, *:before, *:after {background: 0 0!important; color: #000!important; box-shadow: none!important; text-shadow: none!important}
  a, a:visited {text-decoration: underline}
  a[href]:after {content: " (" attr(href) ")"}
  abbr[title]:after {content: " (" attr(title) ")"}
  a[href^="#"]:after, a[href^="javascript:"]:after {content: ""}
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid}
  thead {display: table-header-group}
  tr, img {page-break-inside: avoid}
  img {max-width: 100%!important}
  p, h2, h3 {orphans: 3; widows: 3}
  h2, h3 {page-break-after: avoid}
  .navbar {display: none}
  .btn>.caret, .dropup>.btn>.caret {border-top-color: #000!important}
  .label {border: 1px solid #000}
  .table {border-collapse: collapse!important}
  .table td, .table th {background-color: #fff!important}
  .table-bordered th, .table-bordered td {border: 1px solid #ddd!important}
}

* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}
*:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}
html {font-size: 10px; -webkit-tap-highlight-color: transparent}
body {font-family: roboto, Helvetica, Arial, sans-serif; font-size: 15px; line-height: 1.46667; color: #655f63; background-color: #fff}

input, button, select, textarea {font-family: inherit; font-size: inherit; line-height: inherit}
a {color: #655f63; text-decoration: none}
a:hover, a:focus {color: #d7b46a; text-decoration: none}
a:focus {outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px}
figure {margin: 0}
img {vertical-align: middle}
.img-rounded {border-radius: 6px}
.img-thumbnail {padding: 4px; line-height: 1.46667; background-color: #fff; border: 1px solid #ddd; border-radius: 0; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; display: inline-block; max-width: 100%; height: auto}
.img-circle {border-radius: 50%}
hr {margin-top: 22px; margin-bottom: 22px; border: 0; border-top: 1px solid #efeeec}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: roboto, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: #252023; margin-top: 22px; margin-bottom: 11px; text-transform: uppercase;}
h1, .h1 {font-size: 58px; padding: 45px 0 20px 0;}
h2, .h2 {font-size: 30px; padding-bottom: 15px;}
h3, .h3 {font-size: 25px}
h4, .h4 {font-size: 22px}
h5, .h5 {font-size: 18px}

.sectionTitle{padding: 25px 0; margin-bottom: 25px;}
.sectionSubtitle{margin-bottom: 25px;}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 22.5px
    }
}

small,
.small {
    font-size: 100%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #9a9a9a
}

.text-primary {
    color: #d7b46a
}

a.text-primary:hover,
a.text-primary:focus {
    color: #00adf5
}

.text-success {
    color: #5cb85c
}

a.text-success:hover,
a.text-success:focus {
    color: #449d44
}

.text-info {
    color: #5bc0de
}

a.text-info:hover,
a.text-info:focus {
    color: #31b0d5
}

.text-warning {
    color: #f0ad4e
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ec971f
}

.text-danger {
    color: #d9534f
}

a.text-danger:hover,
a.text-danger:focus {
    color: #c9302c
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #d7b46a
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #00adf5
}

.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: #d9534f
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #c9302c
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #efeeec
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dt,
dd {
    line-height: 1.46667
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@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;
    border-bottom: 1px dotted #9a9a9a
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 18.75px;
    border-left: 5px solid #efeeec
}

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.46667;
    color: #9a9a9a
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #efeeec;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.46667
}

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: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 1.46667;
    word-break: break-all;
    word-wrap: break-word;
    color: #252023;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

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
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #9a9a9a;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.46667;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #d9534f
}

.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: #d43f3a
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 22.5px;
    line-height: inherit;
    color: #252023;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 300;}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 24px;
    font-size: 15px;
    line-height: 1.46667;
    color: #252023
}

.form-control {
    display: block;
    width: 100%;
    padding: 23px 50px;
    font-size: 15px;
    line-height: 1.46667;
    color: #252023;
    background-color: #ccc;
    background-image: none;
    border: 1px solid #e9e8e9;
    border-radius: 0;
    -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, 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: #d7b46a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(215, 180, 106, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(215, 180, 106, .6)
}

.form-control::-moz-placeholder {
    color: #252023;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #252023
}

.form-control::-webkit-input-placeholder {
    color: #252023
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #efeeec;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 50px
    }
    input[type=date].input-sm,
    .input-group-sm>input[type=date].form-control,
    .input-group-sm>input[type=date].input-group-addon,
    .input-group-sm>.input-group-btn>input[type=date].btn,
    .input-group-sm input[type=date],
    input[type=time].input-sm,
    .input-group-sm>input[type=time].form-control,
    .input-group-sm>input[type=time].input-group-addon,
    .input-group-sm>.input-group-btn>input[type=time].btn,
    .input-group-sm input[type=time],
    input[type=datetime-local].input-sm,
    .input-group-sm>input[type=datetime-local].form-control,
    .input-group-sm>input[type=datetime-local].input-group-addon,
    .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
    .input-group-sm input[type=datetime-local],
    input[type=month].input-sm,
    .input-group-sm>input[type=month].form-control,
    .input-group-sm>input[type=month].input-group-addon,
    .input-group-sm>.input-group-btn>input[type=month].btn,
    .input-group-sm input[type=month] {
        line-height: 60.8px
    }
    input[type=date].input-lg,
    .input-group-lg>input[type=date].form-control,
    .input-group-lg>input[type=date].input-group-addon,
    .input-group-lg>.input-group-btn>input[type=date].btn,
    .input-group-lg input[type=date],
    input[type=time].input-lg,
    .input-group-lg>input[type=time].form-control,
    .input-group-lg>input[type=time].input-group-addon,
    .input-group-lg>.input-group-btn>input[type=time].btn,
    .input-group-lg input[type=time],
    input[type=datetime-local].input-lg,
    .input-group-lg>input[type=datetime-local].form-control,
    .input-group-lg>input[type=datetime-local].input-group-addon,
    .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
    .input-group-lg input[type=datetime-local],
    input[type=month].input-lg,
    .input-group-lg>input[type=month].form-control,
    .input-group-lg>input[type=month].input-group-addon,
    .input-group-lg>.input-group-btn>input[type=month].btn,
    .input-group-lg input[type=month] {
        line-height: 83.2px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 22px;
    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-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 0;
    min-height: 37px
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 60.8px;
    padding: 18.4px 40px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 60.8px;
    line-height: 60.8px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 60.8px;
    padding: 18.4px 40px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 60.8px;
    line-height: 60.8px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 60.8px;
    min-height: 37px;
    padding: 19.4px 40px;
    font-size: 15px;
    line-height: 1.5
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 83.2px;
    padding: 27.6px 60px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 6px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 83.2px;
    line-height: 83.2px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 83.2px;
    padding: 27.6px 60px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 83.2px;
    line-height: 83.2px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 83.2px;
    min-height: 41px;
    padding: 28.6px 60px;
    font-size: 19px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 62.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 83.2px;
    height: 83.2px;
    line-height: 83.2px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 60.8px;
    height: 60.8px;
    line-height: 60.8px
}

.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: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c;
    -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: #449d44;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #a3d7a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #a3d7a3
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #5cb85c
}

.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: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e;
    -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: #ec971f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f8d9ac;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f8d9ac
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #f0ad4e
}

.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: #d9534f
}

.has-error .form-control {
    border-color: #d9534f;
    -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: #c9302c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3
}

.has-error .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #d9534f
}

.has-error .form-control-feedback {
    color: #d9534f
}

.has-feedback label~.form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a59fa3
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 46px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 24px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 28.6px;
        font-size: 19px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 19.4px;
        font-size: 15px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 23px 50px;
    font-size: 15px;
    line-height: 1.46667;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -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;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-default:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #000;
    border-color: #000
}

.btn-default .badge {
    color: #000;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #d7b46a;
    border-color: #d7b46a
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #00adf5;
    border-color: #0077a9
}

.btn-primary:hover {
    color: #fff;
    background-color: #00adf5;
    border-color: #00a6eb
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00adf5;
    border-color: #00a6eb
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #0094d1;
    border-color: #0077a9
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #d7b46a;
    border-color: #d7b46a
}

.btn-primary .badge {
    color: #d7b46a;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #2d672d
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1f7e9a
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #b06d0f
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #8b211e
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #655f63;
    font-weight: 400;
    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: #d7b46a;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #9a9a9a;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 27.6px 60px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 18.4px 40px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 9.2px 20px;
    font-size: 15px;
    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%
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1200px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.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;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.46667;
    color: #252023;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #171416;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #252023;
    text-decoration: none;
    outline: 0;
    background-color: #d7b46a
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #9a9a9a
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 15px;
    line-height: 1.46667;
    color: #9a9a9a;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.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 {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 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,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child: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-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 23px 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #252023;
    text-align: center;
    background-color: #efeeec;
    border: 1px solid #e9e8e9;
    border-radius: 0
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 18.4px 40px;
    font-size: 15px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 27.6px 60px;
    font-size: 19px;
    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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #efeeec
}

.nav>li.disabled>a {
    color: #9a9a9a
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #9a9a9a;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #efeeec;
    border-color: #655f63
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.46667;
    border: 1px solid transparent;
    border-radius: 0 0 0 0
}

.nav-tabs>li>a:hover {
    border-color: #efeeec #efeeec #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #655f63;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 0
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #252023;
    background-color: #d7b46a
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media(min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 14px 15px;
    font-size: 19px;
    line-height: 22px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 22px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 0;
    margin-bottom: 0
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 0;
    margin-bottom: 0
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: -5.4px;
    margin-bottom: -5.4px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: silver
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: silver
}

.navbar-inverse .navbar-nav>li>a {
    color: silver
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: silver
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: silver
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: silver
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #9a9a9a
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 23px 50px;
    line-height: 1.46667;
    text-decoration: none;
    color: #655f63;
    background-color: transparent;
    border: 1px solid transparent;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #d7b46a;
    background-color: #efeeec;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #d7b46a;
    background-color: #d7b46a;
    border-color: #d7b46a;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #9a9a9a;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 27.6px 60px;
    font-size: 19px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 18.4px 40px;
    font-size: 15px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center
}

.pager:before,
.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #efeeec
}

.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: #9a9a9a;
    background-color: transparent;
    cursor: not-allowed
}

.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
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #9a9a9a
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #818181
}

.label-primary {
    background-color: #d7b46a
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #00adf5
}

.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: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #9a9a9a;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #655f63;
    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
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.46667;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -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 {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #655f63
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #655f63
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.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 {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #5cb85c
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #449d44
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #5bc0de
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #31b0d5
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #f0ad4e
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #ec971f
}

.alert-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #d9534f
}

.alert-danger hr {
    border-top-color: #d43f3a
}

.alert-danger .alert-link {
    color: #c9302c
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 0;
    -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: 15px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #d7b46a;
    -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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.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-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #efeeec;
    color: #9a9a9a;
    cursor: not-allowed
}

.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: #9a9a9a
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #252023;
    background-color: #d7b46a;
    border-color: #d7b46a
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .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: #f5fcff
}

.list-group-item-success {
    color: #5cb85c;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #5cb85c
}

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,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #5cb85c;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.list-group-item-info {
    color: #5bc0de;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #5bc0de
}

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,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #5bc0de;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.list-group-item-warning {
    color: #f0ad4e;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #f0ad4e
}

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,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #f0ad4e;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.list-group-item-danger {
    color: #d9534f;
    background-color: #d9534f
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #d9534f
}

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,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #d9534f;
    background-color: #d43f3a
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -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-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    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: -1;
    border-bottom-left-radius: -1
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.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: -1;
    border-bottom-left-radius: -1
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 22px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.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: #252023;
    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: #252023
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #d7b46a
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #d7b46a;
    border-color: #d7b46a
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d7b46a
}

.panel-primary>.panel-heading .badge {
    color: #d7b46a;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d7b46a
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #5cb85c;
    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: #5cb85c
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #5bc0de;
    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: #5bc0de
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #f0ad4e;
    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: #f0ad4e
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #d9534f
}

.panel-danger>.panel-heading {
    color: #d9534f;
    background-color: #d9534f;
    border-color: #d9534f
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d9534f
}

.panel-danger>.panel-heading .badge {
    color: #d9534f;
    background-color: #d9534f
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d9534f
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -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: 22.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}



.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.46667;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 15px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    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
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.46667;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 15px;
    background-color: #fff;
    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-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    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 {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -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 {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none!important
}

.visible-sm {
    display: none!important
}

.visible-md {
    display: none!important
}

.visible-lg {
    display: none!important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important
}

@media(max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media(min-width:768px) and (max-width: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
    }
}

.page a:focus {
    outline: 0
}

input,
select,
textarea {
    outline: 0
}

p {
    margin: 0
}

dl {
    margin-bottom: 0
}

dt {
    font-weight: 300
}

address {
    margin: 0
}

html p a:hover {
    text-decoration: none
}


/* Home fast navigation */
.fastNavigation{margin-bottom: 45px;}
.fastNavigation .container-fluid{width: 100%; max-width: 2050px; padding: 0;}
.fastNavigation .thumbnail-list {counter-reset: li}
.fastNavigation .thumbnail-list li {position: relative; color: #fff; margin-bottom: 2em;}
.fastNavigation .thumbnail-list li:before {position: absolute; top: 25px; left: 41px; z-index: 5; content: counter(li, decimal-leading-zero) "/"; counter-increment: li; font-size: 12px; transition: .5s; opacity: 1}
@media(min-width:992px) {
  .desktop .fastNavigation .thumbnail-list li:hover:before {opacity: 0}
}
@media(max-width:480px) {
  .fastNavigation .thumbnail-list li {margin: 1px; width: 100%;}
}


/* Fast gallery */
.fastGallery{background-color: #ccc;}
.fastGallery .container-fluid{width: 100%; max-width: 2050px; padding: 0;}
.fastGallery .container-fluid [class*="col-"]{padding: 0;}
.fastGallery figure{margin-bottom: 25px;}
.fastGallery .fastGalleryText{padding: 25px 45px 65px 45px;}



/* gallery */
.gallery{margin-bottom: 45px;}
.gallery .container-fluid{width: 100%; max-width: 2050px; padding: 0;}
.gallery [class*="col-"]{margin-bottom: 2em;}



/*
.shell,
.shell-wide,
.shell-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.shell,
.shell-wide {
    min-width: 300px;
    max-width: 480px
}

@media(min-width:768px) {
    .shell,
    .shell-wide {
        max-width: 750px
    }
}

@media(min-width:992px) {
    .shell,
    .shell-wide {
        max-width: 970px
    }
}

@media(min-width:1200px) {
    .shell,
    .shell-wide {
        max-width: 1200px
    }
}

@media(min-width:1800px) {
    .shell-wide {
        max-width: 1800px
    }
}

.shell.shell-fluid {
    width: 100%;
    max-width: 2050px;
    padding: 0
}
*/
/*
.range {
    margin-left: -15px;
    margin-right: -15px
}

.range>.range {
    margin-left: 0;
    margin-right: 0
}

.range-spacer {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

[class*=cell-] {
    padding-left: 15px;
    padding-right: 15px
}

html.lt-ie-10 *+.range,
*+.range {
    margin-top: 58px
}

html.lt-ie-10 *+[class*=cell-],
*+[class*=cell-],
html.lt-ie-10 *+.range-sm,
*+.range-sm {
    margin-top: 30px
}

html.lt-ie-10 *+.range-lg,
*+.range-lg {
    margin-top: 66px
}

html.lt-ie-10 .range-condensed,
.range-condensed {
    margin-left: 0;
    margin-right: 0
}

html.lt-ie-10 .range-condensed>[class*=cell],
.range-condensed>[class*=cell] {
    padding-left: 0;
    padding-right: 0
}

html.lt-ie-10 .range-condensed>*+[class*=cell],
.range-condensed>*+[class*=cell] {
    margin-top: 0
}

html.lt-ie-10 .range-narrow,
.range-narrow {
    margin-left: -5px;
    margin-right: -5px
}

html.lt-ie-10 .range-narrow>[class*=cell],
.range-narrow>[class*=cell] {
    padding-left: 5px;
    padding-right: 5px
}

html.lt-ie-10 .range-narrow>*+[class*=cell],
.range-narrow>*+[class*=cell] {
    padding-left: 5px;
    padding-right: 5px
}

@media(min-width:480px) {
    .range {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .range>.range {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .range-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .range>[class*=cell] {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media(min-width:480px) {
    *+[class*=cell-xs-] {
        margin-top: 0
    }
    .range-xs-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .range-xs-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .range-xs-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .range-xs-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .range-xs-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .range-xs-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .range-xs {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .range-xs-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .range-xs-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .range-xs-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .cell-xs-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .cell-xs-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .cell-xs-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .range>.cell-xs-preffix-0 {
        margin-left: 0%
    }
    .range>.cell-xs-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .range>.cell-xs-preffix-1 {
        margin-left: 8.33333%
    }
    .range>.cell-xs-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .range>.cell-xs-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .range>.cell-xs-preffix-2 {
        margin-left: 16.66667%
    }
    .range>.cell-xs-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .range>.cell-xs-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .range>.cell-xs-preffix-3 {
        margin-left: 25%
    }
    .range>.cell-xs-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .range>.cell-xs-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .range>.cell-xs-preffix-4 {
        margin-left: 33.33333%
    }
    .range>.cell-xs-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .range>.cell-xs-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .range>.cell-xs-preffix-5 {
        margin-left: 41.66667%
    }
    .range>.cell-xs-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .range>.cell-xs-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .range>.cell-xs-preffix-6 {
        margin-left: 50%
    }
    .range>.cell-xs-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .range>.cell-xs-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .range>.cell-xs-preffix-7 {
        margin-left: 58.33333%
    }
    .range>.cell-xs-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .range>.cell-xs-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .range>.cell-xs-preffix-8 {
        margin-left: 66.66667%
    }
    .range>.cell-xs-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .range>.cell-xs-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .range>.cell-xs-preffix-9 {
        margin-left: 75%
    }
    .range>.cell-xs-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .range>.cell-xs-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .range>.cell-xs-preffix-10 {
        margin-left: 83.33333%
    }
    .range>.cell-xs-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .range>.cell-xs-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .range>.cell-xs-preffix-11 {
        margin-left: 91.66667%
    }
    .range>.cell-xs-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .range>.cell-xs-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .range>.cell-xs-preffix-12 {
        margin-left: 100%
    }
    .range>.cell-xs-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .range>.cell-xs-1-5 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
}

@media(min-width:768px) {
    *+[class*=cell-sm-] {
        margin-top: 0
    }
    .range-sm-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .range-sm-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .range-sm-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .range-sm-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .range-sm-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .range-sm-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .range-sm {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .range-sm-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .range-sm-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .range-sm-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .cell-sm-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .cell-sm-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .cell-sm-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .range>.cell-sm-preffix-0 {
        margin-left: 0%
    }
    .range>.cell-sm-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .range>.cell-sm-preffix-1 {
        margin-left: 8.33333%
    }
    .range>.cell-sm-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .range>.cell-sm-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .range>.cell-sm-preffix-2 {
        margin-left: 16.66667%
    }
    .range>.cell-sm-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .range>.cell-sm-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .range>.cell-sm-preffix-3 {
        margin-left: 25%
    }
    .range>.cell-sm-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .range>.cell-sm-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .range>.cell-sm-preffix-4 {
        margin-left: 33.33333%
    }
    .range>.cell-sm-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .range>.cell-sm-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .range>.cell-sm-preffix-5 {
        margin-left: 41.66667%
    }
    .range>.cell-sm-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .range>.cell-sm-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .range>.cell-sm-preffix-6 {
        margin-left: 50%
    }
    .range>.cell-sm-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .range>.cell-sm-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .range>.cell-sm-preffix-7 {
        margin-left: 58.33333%
    }
    .range>.cell-sm-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .range>.cell-sm-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .range>.cell-sm-preffix-8 {
        margin-left: 66.66667%
    }
    .range>.cell-sm-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .range>.cell-sm-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .range>.cell-sm-preffix-9 {
        margin-left: 75%
    }
    .range>.cell-sm-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .range>.cell-sm-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .range>.cell-sm-preffix-10 {
        margin-left: 83.33333%
    }
    .range>.cell-sm-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .range>.cell-sm-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .range>.cell-sm-preffix-11 {
        margin-left: 91.66667%
    }
    .range>.cell-sm-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .range>.cell-sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .range>.cell-sm-preffix-12 {
        margin-left: 100%
    }
    .range>.cell-sm-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .range>.cell-sm-1-5 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
}

@media(min-width:992px) {
    *+[class*=cell-md-] {
        margin-top: 0
    }
    .range-md-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .range-md-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .range-md-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .range-md-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .range-md-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .range-md-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .range-md {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .range-md-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .range-md-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .range-md-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .cell-md-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .cell-md-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .cell-md-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .range>.cell-md-preffix-0 {
        margin-left: 0%
    }
    .range>.cell-md-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .range>.cell-md-preffix-1 {
        margin-left: 8.33333%
    }
    .range>.cell-md-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .range>.cell-md-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .range>.cell-md-preffix-2 {
        margin-left: 16.66667%
    }
    .range>.cell-md-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .range>.cell-md-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .range>.cell-md-preffix-3 {
        margin-left: 25%
    }
    .range>.cell-md-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .range>.cell-md-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .range>.cell-md-preffix-4 {
        margin-left: 33.33333%
    }
    .range>.cell-md-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .range>.cell-md-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .range>.cell-md-preffix-5 {
        margin-left: 41.66667%
    }
    .range>.cell-md-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .range>.cell-md-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .range>.cell-md-preffix-6 {
        margin-left: 50%
    }
    .range>.cell-md-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .range>.cell-md-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .range>.cell-md-preffix-7 {
        margin-left: 58.33333%
    }
    .range>.cell-md-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .range>.cell-md-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .range>.cell-md-preffix-8 {
        margin-left: 66.66667%
    }
    .range>.cell-md-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .range>.cell-md-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .range>.cell-md-preffix-9 {
        margin-left: 75%
    }
    .range>.cell-md-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .range>.cell-md-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .range>.cell-md-preffix-10 {
        margin-left: 83.33333%
    }
    .range>.cell-md-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .range>.cell-md-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .range>.cell-md-preffix-11 {
        margin-left: 91.66667%
    }
    .range>.cell-md-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .range>.cell-md-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .range>.cell-md-preffix-12 {
        margin-left: 100%
    }
    .range>.cell-md-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .range>.cell-md-1-5 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
}

@media(min-width:1200px) {
    *+[class*=cell-lg-] {
        margin-top: 0
    }
    .range-lg-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .range-lg-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .range-lg-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .range-lg-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .range-lg-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .range-lg-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .range-lg {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .range-lg-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .range-lg-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .range-lg-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .cell-lg-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .cell-lg-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .cell-lg-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .range>.cell-lg-preffix-0 {
        margin-left: 0%
    }
    .range>.cell-lg-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .range>.cell-lg-preffix-1 {
        margin-left: 8.33333%
    }
    .range>.cell-lg-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .range>.cell-lg-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .range>.cell-lg-preffix-2 {
        margin-left: 16.66667%
    }
    .range>.cell-lg-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .range>.cell-lg-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .range>.cell-lg-preffix-3 {
        margin-left: 25%
    }
    .range>.cell-lg-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .range>.cell-lg-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .range>.cell-lg-preffix-4 {
        margin-left: 33.33333%
    }
    .range>.cell-lg-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .range>.cell-lg-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .range>.cell-lg-preffix-5 {
        margin-left: 41.66667%
    }
    .range>.cell-lg-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .range>.cell-lg-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .range>.cell-lg-preffix-6 {
        margin-left: 50%
    }
    .range>.cell-lg-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .range>.cell-lg-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .range>.cell-lg-preffix-7 {
        margin-left: 58.33333%
    }
    .range>.cell-lg-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .range>.cell-lg-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .range>.cell-lg-preffix-8 {
        margin-left: 66.66667%
    }
    .range>.cell-lg-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .range>.cell-lg-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .range>.cell-lg-preffix-9 {
        margin-left: 75%
    }
    .range>.cell-lg-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .range>.cell-lg-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .range>.cell-lg-preffix-10 {
        margin-left: 83.33333%
    }
    .range>.cell-lg-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .range>.cell-lg-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .range>.cell-lg-preffix-11 {
        margin-left: 91.66667%
    }
    .range>.cell-lg-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .range>.cell-lg-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .range>.cell-lg-preffix-12 {
        margin-left: 100%
    }
    .range>.cell-lg-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .range>.cell-lg-1-5 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
}

@media(min-width:1800px) {
    *+[class*=cell-xl-] {
        margin-top: 0
    }
    .range-xl-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .range-xl-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .range-xl-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .range-xl-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .range-xl-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .range-xl-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .range-xl {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .range-xl-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .range-xl-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .range-xl-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .cell-xl-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .cell-xl-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .cell-xl-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .range>.cell-xl-preffix-0 {
        margin-left: 0%
    }
    .range>.cell-xl-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .range>.cell-xl-preffix-1 {
        margin-left: 8.33333%
    }
    .range>.cell-xl-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .range>.cell-xl-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .range>.cell-xl-preffix-2 {
        margin-left: 16.66667%
    }
    .range>.cell-xl-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .range>.cell-xl-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .range>.cell-xl-preffix-3 {
        margin-left: 25%
    }
    .range>.cell-xl-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .range>.cell-xl-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .range>.cell-xl-preffix-4 {
        margin-left: 33.33333%
    }
    .range>.cell-xl-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .range>.cell-xl-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .range>.cell-xl-preffix-5 {
        margin-left: 41.66667%
    }
    .range>.cell-xl-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .range>.cell-xl-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .range>.cell-xl-preffix-6 {
        margin-left: 50%
    }
    .range>.cell-xl-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .range>.cell-xl-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .range>.cell-xl-preffix-7 {
        margin-left: 58.33333%
    }
    .range>.cell-xl-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .range>.cell-xl-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .range>.cell-xl-preffix-8 {
        margin-left: 66.66667%
    }
    .range>.cell-xl-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .range>.cell-xl-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .range>.cell-xl-preffix-9 {
        margin-left: 75%
    }
    .range>.cell-xl-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .range>.cell-xl-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .range>.cell-xl-preffix-10 {
        margin-left: 83.33333%
    }
    .range>.cell-xl-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .range>.cell-xl-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .range>.cell-xl-preffix-11 {
        margin-left: 91.66667%
    }
    .range>.cell-xl-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .range>.cell-xl-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .range>.cell-xl-preffix-12 {
        margin-left: 100%
    }
    .range>.cell-xl-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .range>.cell-xl-1-5 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
}

html.lt-ie-10 .range>.cell-xs-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%
}

html.lt-ie-10 .range>.cell-xs-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%
}

html.lt-ie-10 .range>.cell-xs-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%
}

html.lt-ie-10 .range>.cell-xs-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%
}

html.lt-ie-10 .range>.cell-xs-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%
}

html.lt-ie-10 .range>.cell-xs-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%
}

html.lt-ie-10 .range>.cell-xs-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%
}

html.lt-ie-10 .range>.cell-xs-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%
}

html.lt-ie-10 .range>.cell-xs-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%
}

html.lt-ie-10 .range>.cell-xs-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%
}

html.lt-ie-10 .range>.cell-xs-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%
}

html.lt-ie-10 .range>.cell-xs-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

html.lt-ie-10 .range>.cell-xs-1-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 20%
}

html.lt-ie-10 .range>.cell-sm-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%
}

html.lt-ie-10 .range>.cell-sm-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%
}

html.lt-ie-10 .range>.cell-sm-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%
}

html.lt-ie-10 .range>.cell-sm-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%
}

html.lt-ie-10 .range>.cell-sm-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%
}

html.lt-ie-10 .range>.cell-sm-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%
}

html.lt-ie-10 .range>.cell-sm-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%
}

html.lt-ie-10 .range>.cell-sm-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%
}

html.lt-ie-10 .range>.cell-sm-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%
}

html.lt-ie-10 .range>.cell-sm-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%
}

html.lt-ie-10 .range>.cell-sm-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%
}

html.lt-ie-10 .range>.cell-sm-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

html.lt-ie-10 .range>.cell-sm-1-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 20%
}

html.lt-ie-10 .range>.cell-md-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%
}

html.lt-ie-10 .range>.cell-md-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%
}

html.lt-ie-10 .range>.cell-md-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%
}

html.lt-ie-10 .range>.cell-md-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%
}

html.lt-ie-10 .range>.cell-md-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%
}

html.lt-ie-10 .range>.cell-md-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%
}

html.lt-ie-10 .range>.cell-md-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%
}

html.lt-ie-10 .range>.cell-md-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%
}

html.lt-ie-10 .range>.cell-md-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%
}

html.lt-ie-10 .range>.cell-md-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%
}

html.lt-ie-10 .range>.cell-md-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%
}

html.lt-ie-10 .range>.cell-md-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

html.lt-ie-10 .range>.cell-md-1-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 20%
}

html.lt-ie-10 .range>.cell-lg-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%
}

html.lt-ie-10 .range>.cell-lg-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%
}

html.lt-ie-10 .range>.cell-lg-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%
}

html.lt-ie-10 .range>.cell-lg-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%
}

html.lt-ie-10 .range>.cell-lg-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%
}

html.lt-ie-10 .range>.cell-lg-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%
}

html.lt-ie-10 .range>.cell-lg-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%
}

html.lt-ie-10 .range>.cell-lg-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%
}

html.lt-ie-10 .range>.cell-lg-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%
}

html.lt-ie-10 .range>.cell-lg-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%
}

html.lt-ie-10 .range>.cell-lg-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%
}

html.lt-ie-10 .range>.cell-lg-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

html.lt-ie-10 .range>.cell-lg-1-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 20%
}

html.lt-ie-10 .range>[class*=cell-xs-preffix-],
html.lt-ie-10 .range>[class*=cell-sm-preffix-],
html.lt-ie-10 .range>[class*=cell-md-preffix-],
html.lt-ie-10 .range>[class*=cell-lg-preffix-] {
    margin-left: auto
}

@media(min-width:480px) {
    .text-xs-left {
        text-align: left
    }
    .text-xs-center {
        text-align: center
    }
    .text-xs-right {
        text-align: right
    }
    .text-xs-justify {
        text-align: justify
    }
    .text-xs-nowrap {
        white-space: nowrap
    }
    .text-xs-normal {
        white-space: normal
    }
}

@media(min-width:768px) {
    .text-sm-left {
        text-align: left
    }
    .text-sm-center {
        text-align: center
    }
    .text-sm-right {
        text-align: right
    }
    .text-sm-justify {
        text-align: justify
    }
    .text-sm-nowrap {
        white-space: nowrap
    }
    .text-sm-normal {
        white-space: normal
    }
}

@media(min-width:992px) {
    .text-md-left {
        text-align: left
    }
    .text-md-center {
        text-align: center
    }
    .text-md-right {
        text-align: right
    }
    .text-md-justify {
        text-align: justify
    }
    .text-md-nowrap {
        white-space: nowrap
    }
    .text-md-normal {
        white-space: normal
    }
}

@media(min-width:1200px) {
    .text-lg-left {
        text-align: left
    }
    .text-lg-center {
        text-align: center
    }
    .text-lg-right {
        text-align: right
    }
    .text-lg-justify {
        text-align: justify
    }
    .text-lg-nowrap {
        white-space: nowrap
    }
    .text-lg-normal {
        white-space: normal
    }
}

@media(min-width:1800px) {
    .text-xl-left {
        text-align: left
    }
    .text-xl-center {
        text-align: center
    }
    .text-xl-right {
        text-align: right
    }
    .text-xl-justify {
        text-align: justify
    }
    .text-xl-nowrap {
        white-space: nowrap
    }
    .text-xl-normal {
        white-space: normal
    }
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-middle {
    vertical-align: middle
}

@media(min-width:480px) {
    html:not(.lt-ie10) .text-xs-left {
        text-align: left
    }
    html:not(.lt-ie10) .text-xs-center {
        text-align: center
    }
    html:not(.lt-ie10) .text-xs-right {
        text-align: right
    }
    html:not(.lt-ie10) .text-xs-justify {
        text-align: justify
    }
}

@media(min-width:768px) {
    html:not(.lt-ie10) .text-sm-left {
        text-align: left
    }
    html:not(.lt-ie10) .text-sm-center {
        text-align: center
    }
    html:not(.lt-ie10) .text-sm-right {
        text-align: right
    }
    html:not(.lt-ie10) .text-sm-justify {
        text-align: justify
    }
}

@media(min-width:992px) {
    html:not(.lt-ie10) .text-md-left {
        text-align: left
    }
    html:not(.lt-ie10) .text-md-center {
        text-align: center
    }
    html:not(.lt-ie10) .text-md-right {
        text-align: right
    }
    html:not(.lt-ie10) .text-md-justify {
        text-align: justify
    }
}

@media(min-width:1200px) {
    html:not(.lt-ie10) .text-lg-left {
        text-align: left
    }
    html:not(.lt-ie10) .text-lg-center {
        text-align: center
    }
    html:not(.lt-ie10) .text-lg-right {
        text-align: right
    }
    html:not(.lt-ie10) .text-lg-justify {
        text-align: justify
    }
}

@media(min-width:480px) {
    .pull-xs-left {
        float: left
    }
    .pull-xs-base {
        float: none
    }
    .pull-xs-right {
        float: right
    }
}

@media(min-width:768px) {
    .pull-sm-left {
        float: left
    }
    .pull-sm-base {
        float: none
    }
    .pull-sm-right {
        float: right
    }
}

@media(min-width:992px) {
    .pull-md-left {
        float: left
    }
    .pull-md-base {
        float: none
    }
    .pull-md-right {
        float: right
    }
}

@media(min-width:1200px) {
    .pull-lg-left {
        float: left
    }
    .pull-lg-base {
        float: none
    }
    .pull-lg-right {
        float: right
    }
}

@media(min-width:1800px) {
    .pull-xl-left {
        float: left
    }
    .pull-xl-base {
        float: none
    }
    .pull-xl-right {
        float: right
    }
}
*/
.reveal-block {
    display: block!important
}

.reveal-inline-block {
    display: inline-block!important
}

.reveal-inline {
    display: inline!important
}

.reveal-flex {
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important
}

.veil {
    display: none!important
}

@media(min-width:480px) {
    .reveal-xs-block {
        display: block!important
    }
    .reveal-xs-inline-block {
        display: inline-block!important
    }
    .reveal-xs-inline {
        display: inline!important
    }
    .reveal-xs-flex {
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .veil-xs {
        display: none!important
    }
}

@media(min-width:768px) {
    .reveal-sm-block {
        display: block!important
    }
    .reveal-sm-inline-block {
        display: inline-block!important
    }
    .reveal-sm-inline {
        display: inline!important
    }
    .reveal-sm-flex {
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .veil-sm {
        display: none!important
    }
}

@media(min-width:992px) {
    .reveal-md-block {
        display: block!important
    }
    .reveal-md-inline-block {
        display: inline-block!important
    }
    .reveal-md-inline {
        display: inline!important
    }
    .reveal-md-flex {
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .veil-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .reveal-lg-block {
        display: block!important
    }
    .reveal-lg-inline-block {
        display: inline-block!important
    }
    .reveal-lg-inline {
        display: inline!important
    }
    .reveal-lg-flex {
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .veil-lg {
        display: none!important
    }
}

@media(min-width:1800px) {
    .reveal-xl-block {
        display: block!important
    }
    .reveal-xl-inline-block {
        display: inline-block!important
    }
    .reveal-xl-inline {
        display: inline!important
    }
    .reveal-xl-flex {
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .veil-xl {
        display: none!important
    }
}

.font-default {
    font-family: roboto, Helvetica, Arial, sans-serif
}

.font-size-default, body {
    font-size: 15px;
    line-height: 1.46667
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #252023
}

h1>span,
h2>span,
h3>span,
h4>span,
h5>span,
h6>span,
.h1>span,
.h2>span,
.h3>span,
.h4>span,
.h5>span,
.h6>span {
    display: block;
    font-size: inherit
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    display: inline;
    font: inherit;
    letter-spacing: inherit;
    transition: .33s all ease
}

h1 a,
h1 a:active,
h1 a:focus,
h2 a,
h2 a:active,
h2 a:focus,
h3 a,
h3 a:active,
h3 a:focus,
h4 a,
h4 a:active,
h4 a:focus,
h5 a,
h5 a:active,
h5 a:focus,
h6 a,
h6 a:active,
h6 a:focus,
.h1 a,
.h1 a:active,
.h1 a:focus,
.h2 a,
.h2 a:active,
.h2 a:focus,
.h3 a,
.h3 a:active,
.h3 a:focus,
.h4 a,
.h4 a:active,
.h4 a:focus,
.h5 a,
.h5 a:active,
.h5 a:focus,
.h6 a,
.h6 a:active,
.h6 a:focus {
    color: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
    color: #d7b46a
}


*+.big {
    margin-top: 6px
}

@media(min-width:480px) {
    .big {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0
    }
}

@media(min-width:768px) {
    .big {
        font-size: 19px;
        line-height: 25px
    }
}

small,
.small {
    font-size: 15px;
    line-height: 1.46667
}

code {
    padding: 5px 7px;
    font-size: 75%;
    color: #d9534f;
    background-color: #efeeec;
    border-radius: 2px
}

mark,
.mark {
    background-color: #d7b46a;
    padding: .1em
}

.text-extra-big {
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    color: #fff
}

@media(min-width:768px) {
    .text-extra-big {
        font-size: 180px
    }
}

@media(min-width:1200px) {
    .text-extra-big {
        font-size: 218px
    }
}

address {
    margin-top: 0;
    margin-bottom: 0
}

.context-dark,
.bg-gray-base,
.bg-gray-darker,
.bg-gray-dark,
.bg-primary,
.post-primary,
.context-dark h1,
.bg-gray-base h1,
.bg-gray-darker h1,
.bg-gray-dark h1,
.bg-primary h1,
.post-primary h1,
.context-dark h2,
.bg-gray-base h2,
.bg-gray-darker h2,
.bg-gray-dark h2,
.bg-primary h2,
.post-primary h2,
.context-dark h3,
.bg-gray-base h3,
.bg-gray-darker h3,
.bg-gray-dark h3,
.bg-primary h3,
.post-primary h3,
.context-dark h4,
.bg-gray-base h4,
.bg-gray-darker h4,
.bg-gray-dark h4,
.bg-primary h4,
.post-primary h4,
.context-dark h5,
.bg-gray-base h5,
.bg-gray-darker h5,
.bg-gray-dark h5,
.bg-primary h5,
.post-primary h5,
.context-dark h6,
.bg-gray-base h6,
.bg-gray-darker h6,
.bg-gray-dark h6,
.bg-primary h6,
.post-primary h6,
.context-dark .h1,
.bg-gray-base .h1,
.bg-gray-darker .h1,
.bg-gray-dark .h1,
.bg-primary .h1,
.post-primary .h1,
.context-dark .h2,
.bg-gray-base .h2,
.bg-gray-darker .h2,
.bg-gray-dark .h2,
.bg-primary .h2,
.post-primary .h2,
.context-dark .h3,
.bg-gray-base .h3,
.bg-gray-darker .h3,
.bg-gray-dark .h3,
.bg-primary .h3,
.post-primary .h3,
.context-dark .h4,
.bg-gray-base .h4,
.bg-gray-darker .h4,
.bg-gray-dark .h4,
.bg-primary .h4,
.post-primary .h4,
.context-dark .h5,
.bg-gray-base .h5,
.bg-gray-darker .h5,
.bg-gray-dark .h5,
.bg-primary .h5,
.post-primary .h5,
.context-dark .h6,
.bg-gray-base .h6,
.bg-gray-darker .h6,
.bg-gray-dark .h6,
.bg-primary .h6,
.post-primary .h6 {
    color: #fff
}

.context-dark a,
.bg-gray-base a,
.bg-gray-darker a,
.bg-gray-dark a,
.bg-primary a,
.post-primary a,
.context-dark a:active,
.bg-gray-base a:active,
.bg-gray-darker a:active,
.bg-gray-dark a:active,
.bg-primary a:active,
.post-primary a:active,
.context-dark a:focus,
.bg-gray-base a:focus,
.bg-gray-darker a:focus,
.bg-gray-dark a:focus,
.bg-primary a:focus,
.post-primary a:focus {
    color: #fff
}

.context-dark a:hover,
.bg-gray-base a:hover,
.bg-gray-darker a:hover,
.bg-gray-dark a:hover,
.bg-primary a:hover,
.post-primary a:hover {
    color: rgba(255, 255, 255, .7)
}

.context-dark .divider:before,
.bg-gray-base .divider:before,
.bg-gray-darker .divider:before,
.bg-gray-dark .divider:before,
.bg-primary .divider:before,
.post-primary .divider:before {
    background: #fff
}

.context-dark .divider:after,
.bg-gray-base .divider:after,
.bg-gray-darker .divider:after,
.bg-gray-dark .divider:after,
.bg-primary .divider:after,
.post-primary .divider:after {
    background: rgba(255, 255, 255, .2)
}

.bg-gray-base {
    background: #000;
    fill: #000
}

.bg-gray-darker {
    background: #191919;
    fill: #191919
}

.bg-gray-dark {
    background: #252023;
    fill: #252023
}

.bg-gray {
    background: #655f63;
    fill: #655f63
}

.bg-primary {
    background: #d7b46a;
    fill: #d7b46a
}

.bg-gray-lighter {
    background: #efeeec;
    fill: #efeeec
}






.bg-image {-webkit-background-size: cover; background-size: cover; background-position: center top; background-repeat: no-repeat}
@media(max-width:767px) {
  .bg-image-1 {position: relative; overflow: hidden; background-position: 100% center}
  .bg-image-1:after {content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255, 255, 255, .6)}
  .bg-image-1>* {position: relative; z-index: 1}
}
.bg-image-2 {background-position: 40% top}





.page .text-primary {
    color: #d7b46a
}

.page a.text-primary:hover,
.page a.text-primary:focus {
    color: #00adf5
}

.page .text-dark {
    color: #252023
}

.page a.text-dark:hover,
.page a.text-dark:focus {
    color: #0a0809
}

.page .text-gray {
    color: #655f63
}

.page a.text-gray:hover,
.page a.text-gray:focus {
    color: #4b4649
}

.page .text-gray-darker {
    color: #191919
}

.page a.text-gray-darker:hover,
.page a.text-gray-darker:focus {
    color: #000
}

.page .text-white {
    color: #fff
}

.page a.text-white:hover,
.page a.text-white:focus {
    color: #e6e6e6
}

.text-gray-05 {
    color: rgba(101, 95, 99, .5)
}

.snackbars {
    max-width: 280px;
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #191919;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15)
}

.snackbars .icon-xxs {
    position: relative;
    top: 2px;
    font-size: 20px;
    vertical-align: baseline
}

.snackbars p span:last-child {
    padding-left: 14px
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0
}

.snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase
}

.snackbars-right:hover {
    text-decoration: underline
}

@media(min-width:480px) {
    .snackbars {
        max-width: 380px;
        padding: 14px 17px
    }
}

.text-italic {
    font-style: italic
}

.text-normal {
    font-style: normal
}

.text-underline {
    text-decoration: underline
}

.text-strike {
    text-decoration: line-through
}

.text-thin {
    font-weight: 100
}

.text-light {
    font-weight: 300
}

.text-regular {
    font-weight: 400
}

.text-medium {
    font-weight: 500
}

.text-sbold {
    font-weight: 600
}

.text-bold,
strong {
    font-weight: 700
}

.text-ubold {
    font-weight: 900
}

.text-spacing-0 {
    letter-spacing: 0
}

.text-spacing-40 {
    letter-spacing: .04em
}

.text-spacing-120 {
    letter-spacing: .12em
}

.btn {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s ease-out;
    padding: 12px 25px
}

.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(min-width:768px) {
    .btn {
        font-size: 22px
    }
}

@media(min-width:992px) {
    .btn {
        padding: 22px 35px
    }
}

@media(min-width:1200px) {
    .btn {
        padding: 23px 50px;
        font-size: 30px;
        line-height: 1.46667;
        border-radius: 0
    }
}

.page .btn-default {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.page .btn-default:focus,
.page .btn-default.focus,
.page .btn-default:hover,
.page .btn-default:active,
.page .btn-default.active,
.open>.page .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #191919;
    border-color: #191919
}

.page .btn-default:active,
.page .btn-default.active,
.open>.page .btn-default.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15)
}

.page .btn-default:active:hover,
.page .btn-default:active:focus,
.page .btn-default:active.focus,
.page .btn-default.active:hover,
.page .btn-default.active:focus,
.page .btn-default.active.focus,
.open>.page .btn-default.dropdown-toggle:hover,
.open>.page .btn-default.dropdown-toggle:focus,
.open>.page .btn-default.dropdown-toggle.focus {
    color: #fff;
    background-color: #191919;
    border-color: #191919
}

.page .btn-default.disabled,
.page .btn-default[disabled],
fieldset[disabled] .page .btn-default {
    pointer-events: none;
    opacity: .5
}

.page .btn-default .badge {
    color: #000;
    background-color: #fff
}

.page .btn-primary {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #d7b46a;
    border-color: #d7b46a
}

.page .btn-primary:focus,
.page .btn-primary.focus,
.page .btn-primary:hover,
.page .btn-primary:active,
.page .btn-primary.active,
.open>.page .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #252023;
    border-color: #252023
}

.page .btn-primary:active,
.page .btn-primary.active,
.open>.page .btn-primary.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15)
}

.page .btn-primary:active:hover,
.page .btn-primary:active:focus,
.page .btn-primary:active.focus,
.page .btn-primary.active:hover,
.page .btn-primary.active:focus,
.page .btn-primary.active.focus,
.open>.page .btn-primary.dropdown-toggle:hover,
.open>.page .btn-primary.dropdown-toggle:focus,
.open>.page .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #252023;
    border-color: #252023
}

.page .btn-primary.disabled,
.page .btn-primary[disabled],
fieldset[disabled] .page .btn-primary {
    pointer-events: none;
    opacity: .5
}

.page .btn-primary .badge {
    color: #d7b46a;
    background-color: #fff
}

.page .btn-primary:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 53%, rgba(255, 255, 255, 0.34) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 53%, rgba(255, 255, 255, 0.34) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 53%, rgba(255, 255, 255, 0.34) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#57ffffff', GradientType=0);
    opacity: 1;
    transition: .33s all ease
}

.page .btn-primary:hover:after,
.page .btn-primary:active:after,
.page .btn-primary:focus:after {
    opacity: 0
}

.page .btn-primary-variant-1 {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #d7b46a;
    border-color: #d7b46a
}

.page .btn-primary-variant-1:focus,
.page .btn-primary-variant-1.focus,
.page .btn-primary-variant-1:hover,
.page .btn-primary-variant-1:active,
.page .btn-primary-variant-1.active,
.open>.page .btn-primary-variant-1.dropdown-toggle {
    color: #d7b46a;
    background-color: #fff;
    border-color: #fff
}

.page .btn-primary-variant-1:active,
.page .btn-primary-variant-1.active,
.open>.page .btn-primary-variant-1.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15)
}

.page .btn-primary-variant-1:active:hover,
.page .btn-primary-variant-1:active:focus,
.page .btn-primary-variant-1:active.focus,
.page .btn-primary-variant-1.active:hover,
.page .btn-primary-variant-1.active:focus,
.page .btn-primary-variant-1.active.focus,
.open>.page .btn-primary-variant-1.dropdown-toggle:hover,
.open>.page .btn-primary-variant-1.dropdown-toggle:focus,
.open>.page .btn-primary-variant-1.dropdown-toggle.focus {
    color: #d7b46a;
    background-color: #fff;
    border-color: #fff
}

.page .btn-primary-variant-1.disabled,
.page .btn-primary-variant-1[disabled],
fieldset[disabled] .page .btn-primary-variant-1 {
    pointer-events: none;
    opacity: .5
}

.page .btn-primary-variant-1 .badge {
    color: #d7b46a;
    background-color: #fff
}

.page .btn-primary-variant-1:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 53%, rgba(255, 255, 255, 0.34) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 53%, rgba(255, 255, 255, 0.34) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 53%, rgba(255, 255, 255, 0.34) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#57ffffff', GradientType=0)
}

.page .btn-primary-outline {
    color: #d7b46a;
    background-color: transparent;
    border-color: #d7b46a
}

.page .btn-primary-outline:focus,
.page .btn-primary-outline.focus,
.page .btn-primary-outline:hover,
.page .btn-primary-outline:active,
.page .btn-primary-outline.active,
.open>.page .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #d7b46a;
    border-color: #d7b46a
}

.page .btn-primary-outline:active,
.page .btn-primary-outline.active,
.open>.page .btn-primary-outline.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15)
}

.page .btn-primary-outline:active:hover,
.page .btn-primary-outline:active:focus,
.page .btn-primary-outline:active.focus,
.page .btn-primary-outline.active:hover,
.page .btn-primary-outline.active:focus,
.page .btn-primary-outline.active.focus,
.open>.page .btn-primary-outline.dropdown-toggle:hover,
.open>.page .btn-primary-outline.dropdown-toggle:focus,
.open>.page .btn-primary-outline.dropdown-toggle.focus {
    color: #fff;
    background-color: #d7b46a;
    border-color: #d7b46a
}

.page .btn-primary-outline.disabled,
.page .btn-primary-outline[disabled],
fieldset[disabled] .page .btn-primary-outline {
    pointer-events: none;
    opacity: .5
}

.page .btn-primary-outline .badge {
    color: transparent;
    background-color: #d7b46a
}

.page .btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.page .btn-transparent:focus,
.page .btn-transparent.focus,
.page .btn-transparent:hover,
.page .btn-transparent:active,
.page .btn-transparent.active,
.open>.page .btn-transparent.dropdown-toggle {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    border-color: transparent
}

.page .btn-transparent:active,
.page .btn-transparent.active,
.open>.page .btn-transparent.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15)
}

.page .btn-transparent:active:hover,
.page .btn-transparent:active:focus,
.page .btn-transparent:active.focus,
.page .btn-transparent.active:hover,
.page .btn-transparent.active:focus,
.page .btn-transparent.active.focus,
.open>.page .btn-transparent.dropdown-toggle:hover,
.open>.page .btn-transparent.dropdown-toggle:focus,
.open>.page .btn-transparent.dropdown-toggle.focus {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    border-color: transparent
}

.page .btn-transparent.disabled,
.page .btn-transparent[disabled],
fieldset[disabled] .page .btn-transparent {
    pointer-events: none;
    opacity: .5
}

.page .btn-transparent .badge {
    color: transparent;
    background-color: #fff
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 9.2px 20px;
    font-size: 12px;
    line-height: 1.46667;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 18.4px 40px;
    font-size: 14px;
    line-height: 1.46667;
    border-radius: 6px
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 27.6px 60px;
    font-size: 16px;
    line-height: 1.46667;
    border-radius: 6px
}

.btn-rect {
    border-radius: 0
}

.btn.btn-icon {
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle
}

.btn.btn-icon .icon {
    position: relative;
    top: -2px;
    display: inline;
    width: auto;
    height: auto;
    line-height: 0;
    vertical-align: middle;
    transition: 0s
}

.btn.btn-icon-left .icon {
    margin-right: 10px
}

.btn.btn-icon-right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.btn.btn-icon-right .icon {
    margin-left: 10px
}

.icon {
    display: inline-block;
    text-align: center
}

.icon:before {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=icon-circle] {
    border-radius: 50%;
    overflow: hidden
}

.icon-default {
    color: #655f63
}

.icon-primary {
    color: #d7b46a
}

.icon-dodger-blue {
    color: #31ccff
}

.icon-beaty-bush {
    color: #f3c8c8
}

a.icon-default,
a.icon-default:active,
a.icon-default:focus {
    color: #655f63
}

a.icon-default:hover {
    color: #d7b46a
}

a.icon-primary,
a.icon-primary:active,
a.icon-primary:focus {
    color: #d7b46a
}

a.icon-primary:hover {
    color: #fff
}

a.icon-beaty-bush,
a.icon-beaty-bush:active,
a.icon-beaty-bush:focus {
    color: #f3c8c8
}

a.icon-beaty-bush:hover {
    color: #d7b46a
}

.icon-xxs {
    width: 19px;
    height: 19px;
    font-size: 19px;
    line-height: 19px
}

.icon-xs {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px
}

.icon-sm {
    width: 42px;
    height: 42px;
    font-size: 42px;
    line-height: 42px
}

.icon-lg {
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px
}



/* thumbnails */
.thumbnail {position: relative; z-index: 1; width: 100%; max-height: 100%; overflow: hidden; padding: 0; margin: 0; border: none; border-radius: 0}
.thumbnail .caption {padding: 0}
.img-thumbnail, .thumbnail {box-shadow: none}
.page .thumbnail-variant-1 .caption {color: #fff}
.page .thumbnail-variant-1 .caption a, .page .thumbnail-variant-1 .caption a:active, .page .thumbnail-variant-1 .caption a:focus {color: #fff}
.page .thumbnail-variant-1 .caption a:hover {color: rgba(255, 255, 255, .7)}
.thumbnail-variant-1 {position: relative; width: 100.05%; padding-bottom: 107.84313%; text-align: center}
.thumbnail-variant-1 h2 {font-size: 22px;}
.thumbnail-variant-1 p {letter-spacing: .04em; margin-bottom: 30px;}
.thumbnail-variant-1 figure img {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; max-width: none; min-width: 100.5%}
.thumbnail-variant-1 .brand-inline {margin-bottom: 60px}
.thumbnail-variant-1 .caption {position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; z-index: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 15px 36px; background: rgba(215, 180, 106, .7)}
@media(min-width:992px) {
  .desktop .thumbnail-variant-1 .caption {-webkit-transform: scale(.8); -ms-transform: scale(.8); -o-transform: scale(.8); transform: scale(.8); will-change: transform, opacity; opacity: 0; visibility: hidden; border-radius: 50%; background: #d7b46a; transition: .38s all ease-in-out}
  .desktop .thumbnail-variant-1:hover .caption {-webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; visibility: visible; border-radius: 0}
}
.thumbnail-variant-1-centered .caption>* {max-width: 250px; margin-left: auto; margin-right: auto}
.thumbnail-variant-2 {display: block; position: relative; width: 100.05%; height: auto; padding-bottom: 107.84313%; text-align: center; overflow: hidden}
.thumbnail-variant-2 p {letter-spacing: .04em}
.thumbnail-variant-2 figure img {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; max-width: none; min-width: 100.5%}
.thumbnail-variant-2 .brand-inline {margin-bottom: 60px}
.thumbnail-variant-2 .caption {position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 15px 69px; background: rgba(215, 180, 106, .8)}
.thumbnail-variant-2 .caption:after {content: '\e8ff'; font-family: material icons; font-size: 36px; color: #fff}
.thumbnail-variant-2 .caption {-webkit-transform: scale(.8); -ms-transform: scale(.8); -o-transform: scale(.8); transform: scale(.8); will-change: transform, opacity; opacity: 0; visibility: hidden; border-radius: 50%; background: rgba(215, 180, 106, .8); transition: .38s all ease-in-out}
.thumbnail-variant-2:hover .caption {-webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; visibility: visible; border-radius: 0}
@media(max-width:767px) {
  .thumbnail-variant-1 {max-height: 300px; overflow: hidden}
}
@media(min-width:992px) and (max-width:1199px) {
  .thumbnail-variant-1 {max-height: 400px; overflow: hidden}
}
.thumbnail-block {display: block}
.thumbnail-block>img, .thumbnail-block a>img {width: 100%; height: auto}
figure img {width: 100%; height: auto; max-width: none}
.figure .caption {padding: 0}
.figure-1 small, .figure-1 .small {display: block}
.figure-1 *+.caption {margin-top: 13px}
.figure-1 *+small, .figure-1 *+.small {margin-top: 16px}






label {
    margin-bottom: 0
}

.form-label,
.form-control {
    font-weight: 300;
    letter-spacing: .04em
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.form-control {
    font-size: 20px
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm:focus,
.input-group-sm>.form-control:focus,
.input-group-sm>.input-group-addon:focus,
.input-group-sm>.input-group-btn>.btn:focus,
.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg:focus,
.input-group-lg>.form-control:focus,
.input-group-lg>.input-group-addon:focus,
.input-group-lg>.input-group-btn>.btn:focus,
.form-control,
.form-control:focus {
    box-shadow: none
}

textarea.form-control {
    height: 100px;
    min-height: 50px;
    max-height: 150px;
    resize: vertical
}

.form-control {
    padding: 10px 0;
    -webkit-appearance: none;
    line-height: 28px;
    border: 1px solid #e9e8e9;
    border-width: 0 0 1px
}

.form-control:focus {
    outline: 0
}

.form-group {
    position: relative;
    margin-bottom: 0
}

.form-group+.form-group {
    margin-top: 10px
}

.form-label {
    position: absolute;
    top: 25px;
    left: 0;
    font-size: 20px;
    color: #252023;
    pointer-events: none;
    z-index: 9;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-label.focus {
    opacity: 0
}

.form-label.auto-fill {
    color: #252023
}

@media(min-width:768px) {
    .form-label-outside {
        position: static
    }
    .form-label-outside,
    .form-label-outside.focus,
    .form-label-outside.auto-fill {
        -webkit-transform: none;
        transform: none;
        color: #252023;
        font-size: 20px
    }
}

.form-validation {
    position: absolute;
    right: 5px;
    bottom: -14px;
    font-size: 11px;
    line-height: 11px;
    color: #d9534f;
    margin-top: 2px;
    transition: .3s
}

/* float label begin */
/*textarea + label, input + label, select + label {display: block; cursor: text; color: #777; transition: all.15s ease-out; -moz-transition: all.15s ease-out; -webkit-transition: all.15s ease-out; position: absolute; top: 3em; left: 0em; font-size: 1em; font-weight: 300;}
textarea:focus + label, input:focus + label, label.stay {top: 0.5em; left: 0em; font-size: .9em; font-weight: 300; color: #999; transition: all .15s ease-out;}*/
/* float label end */

.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: #d9534f
}

.has-error .form-control:not(.form-control-impressed),
.has-error .form-control:not(.form-control-impressed):focus {
    border-color: #d9534f;
    box-shadow: none
}

.has-error .form-control-impressed,
.has-error .form-control-impressed:focus {
    box-shadow: inset 0 0 0 1px #d9534f
}

.has-error .input-group-addon {
    color: #fff;
    border-color: #d9534f;
    background-color: #d9534f
}

.has-error .input-group-btn>.btn {
    border-color: #d9534f;
    background: #d9534f
}

.has-error .form-validation {
    color: #d9534f
}

.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: #5cb85c
}

.has-success .form-control:not(.form-control-impressed),
.has-success .form-control:not(.form-control-impressed):focus {
    border-color: #dff0d8;
    box-shadow: none
}

.has-success .form-control-impressed,
.has-success .form-control-impressed:focus {
    box-shadow: inset 0 0 0 1px #dff0d8
}

.has-success .input-group-addon {
    color: #fff;
    border-color: #dff0d8;
    background-color: #dff0d8
}

.has-success .input-group-btn>.btn {
    border-color: #dff0d8;
    background: #dff0d8
}

.has-success .form-validation {
    color: #5cb85c
}

.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: #f0ad4e
}

.has-warning .form-control:not(.form-control-impressed),
.has-warning .form-control:not(.form-control-impressed):focus {
    border-color: #fcf8e3;
    box-shadow: none
}

.has-warning .form-control-impressed,
.has-warning .form-control-impressed:focus {
    box-shadow: inset 0 0 0 1px #fcf8e3
}

.has-warning .input-group-addon {
    color: #fff;
    border-color: #fcf8e3;
    background-color: #fcf8e3
}

.has-warning .input-group-btn>.btn {
    border-color: #fcf8e3;
    background: #fcf8e3
}

.has-warning .form-validation {
    color: #f0ad4e
}

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
    color: #5bc0de
}

.has-info .form-control:not(.form-control-impressed),
.has-info .form-control:not(.form-control-impressed):focus {
    border-color: #d9edf7;
    box-shadow: none
}

.has-info .form-control-impressed,
.has-info .form-control-impressed:focus {
    box-shadow: inset 0 0 0 1px #d9edf7
}

.has-info .input-group-addon {
    color: #fff;
    border-color: #d9edf7;
    background-color: #d9edf7
}

.has-info .input-group-btn>.btn {
    border-color: #d9edf7;
    background: #d9edf7
}

.has-info .form-validation {
    color: #5bc0de
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    visibility: hidden;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    transition: .3s all ease;
    z-index: 9999999
}

#form-output-global.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}

@media(min-width:480px) {
    #form-output-global {
        left: 30px
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.form-output.active {
    opacity: 1;
    visibility: visible
}

.form-output.error {
    color: #d9534f
}

.form-output.success {
    color: #5cb85c
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
    opacity: 0
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-left: -20px;
    margin-top: 5px;
    outline: none;
    cursor: pointer
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    background: #efeeec;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .15)
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
    position: absolute;
    opacity: 0
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
    outline: none
}

.radio-custom:checked+.radio-custom-dummy:after,
.checkbox-custom:checked+.checkbox-custom-dummy:after {
    opacity: 1
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
    border-radius: 50%
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after {
    content: '';
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #191919;
    border-radius: 50%
}

.checkbox,
.checkbox-inline {
    padding-left: 20px
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    border-radius: 3px;
    margin-left: 0;
    left: 0
}

.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
    content: '\e5ca';
    font-family: material icons;
    font-size: 20px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: #191919
}

.rd-mailform.rd-mailform-inline>*+* {
    margin-top: 20px
}

@media(min-width:768px) {
    .rd-mailform.rd-mailform-inline {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .rd-mailform.rd-mailform-inline>*+* {
        margin-top: 0;
        margin-left: 30px
    }
    .rd-mailform.rd-mailform-inline .form-group {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .rd-mailform.rd-mailform-inline button {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.unit {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.unit-body {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto
}

.unit-left,
.unit-right {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.unit-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.unit-align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.unit-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.unit-align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.unit-align-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.unit-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.unit-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.unit-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.unit-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.unit-grow-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.unit-grow-3 {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3
}

.unit-item-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.unit-item-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.unit-item-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.unit-item-narrow {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.unit-item-standart {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.unit-item-wide {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.unit,
.unit-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.unit>[class*=unit-]:first-child,
.unit-vertical>[class*=unit-]:first-child {
    padding-top: 0
}

.unit>.unit-left+.unit-right,
.unit>.unit-left+.unit-body,
.unit-vertical>.unit-left+.unit-right,
.unit-vertical>.unit-left+.unit-body {
    padding-left: 0;
    padding-top: 20px
}

.unit>.unit-body+.unit-right,
.unit-vertical>.unit-body+.unit-right {
    padding-left: 0;
    padding-top: 20px
}

.unit-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.unit-horizontal>.unit-left+.unit-right,
.unit-horizontal>.unit-left+.unit-body {
    padding-top: 0;
    padding-left: 30px
}

.unit-horizontal>.unit-body+.unit-right {
    padding-top: 0;
    padding-left: 30px
}

.unit-inverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.unit-inverse,
.unit-inverse.unit-vertical {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.unit-inverse>[class*=unit-]:first-child,
.unit-inverse.unit-vertical>[class*=unit-]:first-child {
    padding-top: 20px
}

.unit-inverse>[class*=unit-]:last-child,
.unit-inverse.unit-vertical>[class*=unit-]:last-child {
    padding-top: 0
}

.unit-inverse.unit-horizontal {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.unit-inverse.unit-horizontal>[class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 30px
}

.unit-inverse.unit-horizontal>[class*=unit-]:last-child {
    padding-left: 0
}

@media(min-width:480px) {
    .unit-xs-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .unit-xs-align-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .unit-xs-align-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .unit-xs-align-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .unit-xs-align-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .unit-xs-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .unit-xs-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .unit-xs-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .unit-xs-grow-1 {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .unit-xs-grow-2 {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
    .unit-xs-grow-3 {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3
    }
    .unit-item-xs-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .unit-item-xs-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .unit-item-xs-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .unit-item-xs-narrow {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .unit-item-xs-standart {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .unit-item-xs-wide {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
    .unit-xs,
    .unit-xs-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .unit-xs>[class*=unit-]:first-child,
    .unit-xs-vertical>[class*=unit-]:first-child {
        padding-top: 0
    }
    .unit-xs>.unit-left+.unit-right,
    .unit-xs>.unit-left+.unit-body,
    .unit-xs-vertical>.unit-left+.unit-right,
    .unit-xs-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 20px
    }
    .unit-xs>.unit-body+.unit-right,
    .unit-xs-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 20px
    }
    .unit-xs-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .unit-xs-horizontal>.unit-left+.unit-right,
    .unit-xs-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-xs-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-xs-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .unit-xs-inverse,
    .unit-xs-inverse.unit-xs-vertical {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .unit-xs-inverse>[class*=unit-]:first-child,
    .unit-xs-inverse.unit-xs-vertical>[class*=unit-]:first-child {
        padding-top: 20px
    }
    .unit-xs-inverse>[class*=unit-]:last-child,
    .unit-xs-inverse.unit-xs-vertical>[class*=unit-]:last-child {
        padding-top: 0
    }
    .unit-xs-inverse.unit-xs-horizontal {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .unit-xs-inverse.unit-xs-horizontal>[class*=unit-]:first-child {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-xs-inverse.unit-xs-horizontal>[class*=unit-]:last-child {
        padding-left: 0
    }
}

@media(min-width:768px) {
    .unit-sm-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .unit-sm-align-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .unit-sm-align-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .unit-sm-align-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .unit-sm-align-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .unit-sm-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .unit-sm-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .unit-sm-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .unit-sm-grow-1 {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .unit-sm-grow-2 {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
    .unit-sm-grow-3 {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3
    }
    .unit-item-sm-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .unit-item-sm-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .unit-item-sm-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .unit-item-sm-narrow {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .unit-item-sm-standart {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .unit-item-sm-wide {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
    .unit-sm,
    .unit-sm-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .unit-sm>[class*=unit-]:first-child,
    .unit-sm-vertical>[class*=unit-]:first-child {
        padding-top: 0
    }
    .unit-sm>.unit-left+.unit-right,
    .unit-sm>.unit-left+.unit-body,
    .unit-sm-vertical>.unit-left+.unit-right,
    .unit-sm-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 20px
    }
    .unit-sm>.unit-body+.unit-right,
    .unit-sm-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 20px
    }
    .unit-sm-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .unit-sm-horizontal>.unit-left+.unit-right,
    .unit-sm-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-sm-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-sm-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .unit-sm-inverse,
    .unit-sm-inverse.unit-sm-vertical {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .unit-sm-inverse>[class*=unit-]:first-child,
    .unit-sm-inverse.unit-sm-vertical>[class*=unit-]:first-child {
        padding-top: 20px
    }
    .unit-sm-inverse>[class*=unit-]:last-child,
    .unit-sm-inverse.unit-sm-vertical>[class*=unit-]:last-child {
        padding-top: 0
    }
    .unit-sm-inverse.unit-sm-horizontal {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .unit-sm-inverse.unit-sm-horizontal>[class*=unit-]:first-child {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-sm-inverse.unit-sm-horizontal>[class*=unit-]:last-child {
        padding-left: 0
    }
}

@media(min-width:992px) {
    .unit-md-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .unit-md-align-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .unit-md-align-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .unit-md-align-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .unit-md-align-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .unit-md-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .unit-md-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .unit-md-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .unit-md-grow-1 {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .unit-md-grow-2 {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
    .unit-md-grow-3 {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3
    }
    .unit-item-md-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .unit-item-md-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .unit-item-md-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .unit-item-md-narrow {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .unit-item-md-standart {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .unit-item-md-wide {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
    .unit-md,
    .unit-md-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .unit-md>[class*=unit-]:first-child,
    .unit-md-vertical>[class*=unit-]:first-child {
        padding-top: 0
    }
    .unit-md>.unit-left+.unit-right,
    .unit-md>.unit-left+.unit-body,
    .unit-md-vertical>.unit-left+.unit-right,
    .unit-md-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 20px
    }
    .unit-md>.unit-body+.unit-right,
    .unit-md-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 20px
    }
    .unit-md-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .unit-md-horizontal>.unit-left+.unit-right,
    .unit-md-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-md-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-md-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .unit-md-inverse,
    .unit-md-inverse.unit-md-vertical {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .unit-md-inverse>[class*=unit-]:first-child,
    .unit-md-inverse.unit-md-vertical>[class*=unit-]:first-child {
        padding-top: 20px
    }
    .unit-md-inverse>[class*=unit-]:last-child,
    .unit-md-inverse.unit-md-vertical>[class*=unit-]:last-child {
        padding-top: 0
    }
    .unit-md-inverse.unit-md-horizontal {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .unit-md-inverse.unit-md-horizontal>[class*=unit-]:first-child {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-md-inverse.unit-md-horizontal>[class*=unit-]:last-child {
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .unit-lg-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .unit-lg-align-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .unit-lg-align-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .unit-lg-align-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .unit-lg-align-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .unit-lg-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .unit-lg-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .unit-lg-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .unit-lg-grow-1 {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .unit-lg-grow-2 {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
    .unit-lg-grow-3 {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3
    }
    .unit-item-lg-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .unit-item-lg-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .unit-item-lg-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .unit-item-lg-narrow {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .unit-item-lg-standart {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .unit-item-lg-wide {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
    .unit-lg,
    .unit-lg-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .unit-lg>[class*=unit-]:first-child,
    .unit-lg-vertical>[class*=unit-]:first-child {
        padding-top: 0
    }
    .unit-lg>.unit-left+.unit-right,
    .unit-lg>.unit-left+.unit-body,
    .unit-lg-vertical>.unit-left+.unit-right,
    .unit-lg-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 20px
    }
    .unit-lg>.unit-body+.unit-right,
    .unit-lg-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 20px
    }
    .unit-lg-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .unit-lg-horizontal>.unit-left+.unit-right,
    .unit-lg-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-lg-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-lg-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .unit-lg-inverse,
    .unit-lg-inverse.unit-lg-vertical {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .unit-lg-inverse>[class*=unit-]:first-child,
    .unit-lg-inverse.unit-lg-vertical>[class*=unit-]:first-child {
        padding-top: 20px
    }
    .unit-lg-inverse>[class*=unit-]:last-child,
    .unit-lg-inverse.unit-lg-vertical>[class*=unit-]:last-child {
        padding-top: 0
    }
    .unit-lg-inverse.unit-lg-horizontal {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .unit-lg-inverse.unit-lg-horizontal>[class*=unit-]:first-child {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-lg-inverse.unit-lg-horizontal>[class*=unit-]:last-child {
        padding-left: 0
    }
}

@media(min-width:1800px) {
    .unit-xl-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .unit-xl-align-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .unit-xl-align-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .unit-xl-align-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .unit-xl-align-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .unit-xl-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .unit-xl-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .unit-xl-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .unit-xl-grow-1 {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .unit-xl-grow-2 {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
    .unit-xl-grow-3 {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3
    }
    .unit-item-xl-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .unit-item-xl-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .unit-item-xl-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .unit-item-xl-narrow {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .unit-item-xl-standart {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .unit-item-xl-wide {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
    .unit-xl,
    .unit-xl-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .unit-xl>[class*=unit-]:first-child,
    .unit-xl-vertical>[class*=unit-]:first-child {
        padding-top: 0
    }
    .unit-xl>.unit-left+.unit-right,
    .unit-xl>.unit-left+.unit-body,
    .unit-xl-vertical>.unit-left+.unit-right,
    .unit-xl-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 20px
    }
    .unit-xl>.unit-body+.unit-right,
    .unit-xl-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 20px
    }
    .unit-xl-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .unit-xl-horizontal>.unit-left+.unit-right,
    .unit-xl-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-xl-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-xl-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .unit-xl-inverse,
    .unit-xl-inverse.unit-xl-vertical {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .unit-xl-inverse>[class*=unit-]:first-child,
    .unit-xl-inverse.unit-xl-vertical>[class*=unit-]:first-child {
        padding-top: 20px
    }
    .unit-xl-inverse>[class*=unit-]:last-child,
    .unit-xl-inverse.unit-xl-vertical>[class*=unit-]:last-child {
        padding-top: 0
    }
    .unit-xl-inverse.unit-xl-horizontal {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .unit-xl-inverse.unit-xl-horizontal>[class*=unit-]:first-child {
        padding-top: 0;
        padding-left: 30px
    }
    .unit-xl-inverse.unit-xl-horizontal>[class*=unit-]:last-child {
        padding-left: 0
    }
}

.unit-spacing-xs.unit>[class*=unit-]:first-child,
.unit-spacing-xs.unit-vertical>[class*=unit-]:first-child {
    padding-top: 0
}

.unit-spacing-xs.unit>.unit-left+.unit-right,
.unit-spacing-xs.unit>.unit-left+.unit-body,
.unit-spacing-xs.unit-vertical>.unit-left+.unit-right,
.unit-spacing-xs.unit-vertical>.unit-left+.unit-body {
    padding-left: 0;
    padding-top: 7px
}

.unit-spacing-xs.unit>.unit-body+.unit-right,
.unit-spacing-xs.unit-vertical>.unit-body+.unit-right {
    padding-left: 0;
    padding-top: 7px
}

.unit-spacing-xs.unit-horizontal>.unit-left+.unit-right,
.unit-spacing-xs.unit-horizontal>.unit-left+.unit-body {
    padding-top: 0;
    padding-left: 15px
}

.unit-spacing-xs.unit-horizontal>.unit-body+.unit-right {
    padding-top: 0;
    padding-left: 15px
}

.unit-spacing-xs.unit-inverse>[class*=unit-]:first-child,
.unit-spacing-xs.unit-inverse.unit-vertical>[class*=unit-]:first-child {
    padding-top: 7px
}

.unit-spacing-xs.unit-inverse>[class*=unit-]:last-child,
.unit-spacing-xs.unit-inverse.unit-vertical>[class*=unit-]:last-child {
    padding-top: 0
}

.unit-spacing-xs.unit-inverse.unit-horizontal>[class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 15px
}

.unit-spacing-xs.unit-inverse.unit-horizontal>[class*=unit-]:last-child {
    padding-left: 0
}

@media(min-width:480px) {
    .unit-spacing-xs.unit-xs>[class*=unit-]:first-child,
    .unit-spacing-xs.unit-xs-vertical>[class*=unit-]:first-child {
        padding-top: 0
    }
    .unit-spacing-xs.unit-xs>.unit-left+.unit-right,
    .unit-spacing-xs.unit-xs>.unit-left+.unit-body,
    .unit-spacing-xs.unit-xs-vertical>.unit-left+.unit-right,
    .unit-spacing-xs.unit-xs-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 7px
    }
    .unit-spacing-xs.unit-xs>.unit-body+.unit-right,
    .unit-spacing-xs.unit-xs-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 7px
    }
    .unit-spacing-xs.unit-xs-horizontal>.unit-left+.unit-right,
    .unit-spacing-xs.unit-xs-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-xs-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-xs-inverse>[class*=unit-]:first-child,
    .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical>[class*=unit-]:first-child {
        padding-top: 7px
    }
    .unit-spacing-xs.unit-xs-inverse>[class*=unit-]:last-child,
    .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical>[class*=unit-]:last-child {
        padding-top: 0
    }
    .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal>[class*=unit-]:first-child {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal>[class*=unit-]:last-child {
        padding-left: 0
    }
}

@media(min-width:768px) {
    .unit-spacing-xs.unit-sm>[class*=unit-]:first-child,
    .unit-spacing-xs.unit-sm-vertical>[class*=unit-]:first-child {
        padding-top: 0
    }
    .unit-spacing-xs.unit-sm>.unit-left+.unit-right,
    .unit-spacing-xs.unit-sm>.unit-left+.unit-body,
    .unit-spacing-xs.unit-sm-vertical>.unit-left+.unit-right,
    .unit-spacing-xs.unit-sm-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 7px
    }
    .unit-spacing-xs.unit-sm>.unit-body+.unit-right,
    .unit-spacing-xs.unit-sm-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 7px
    }
    .unit-spacing-xs.unit-sm-horizontal>.unit-left+.unit-right,
    .unit-spacing-xs.unit-sm-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-sm-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-sm-inverse>[class*=unit-]:first-child,
    .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical>[class*=unit-]:first-child {
        padding-top: 7px
    }
    .unit-spacing-xs.unit-sm-inverse>[class*=unit-]:last-child,
    .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical>[class*=unit-]:last-child {
        padding-top: 0
    }
    .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal>[class*=unit-]:first-child {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal>[class*=unit-]:last-child {
        padding-left: 0
    }
}

@media(min-width:992px) {
    .unit-spacing-xs.unit-md>[class*=unit-]:first-child,
    .unit-spacing-xs.unit-md-vertical>[class*=unit-]:first-child {
        padding-top: 0
    }
    .unit-spacing-xs.unit-md>.unit-left+.unit-right,
    .unit-spacing-xs.unit-md>.unit-left+.unit-body,
    .unit-spacing-xs.unit-md-vertical>.unit-left+.unit-right,
    .unit-spacing-xs.unit-md-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 7px
    }
    .unit-spacing-xs.unit-md>.unit-body+.unit-right,
    .unit-spacing-xs.unit-md-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 7px
    }
    .unit-spacing-xs.unit-md-horizontal>.unit-left+.unit-right,
    .unit-spacing-xs.unit-md-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-md-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-md-inverse>[class*=unit-]:first-child,
    .unit-spacing-xs.unit-md-inverse.unit-md-vertical>[class*=unit-]:first-child {
        padding-top: 7px
    }
    .unit-spacing-xs.unit-md-inverse>[class*=unit-]:last-child,
    .unit-spacing-xs.unit-md-inverse.unit-md-vertical>[class*=unit-]:last-child {
        padding-top: 0
    }
    .unit-spacing-xs.unit-md-inverse.unit-md-horizontal>[class*=unit-]:first-child {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-md-inverse.unit-md-horizontal>[class*=unit-]:last-child {
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .unit-spacing-xs.unit-lg>[class*=unit-]:first-child,
    .unit-spacing-xs.unit-lg-vertical>[class*=unit-]:first-child {
        padding-top: 0
    }
    .unit-spacing-xs.unit-lg>.unit-left+.unit-right,
    .unit-spacing-xs.unit-lg>.unit-left+.unit-body,
    .unit-spacing-xs.unit-lg-vertical>.unit-left+.unit-right,
    .unit-spacing-xs.unit-lg-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 7px
    }
    .unit-spacing-xs.unit-lg>.unit-body+.unit-right,
    .unit-spacing-xs.unit-lg-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 7px
    }
    .unit-spacing-xs.unit-lg-horizontal>.unit-left+.unit-right,
    .unit-spacing-xs.unit-lg-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-lg-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-lg-inverse>[class*=unit-]:first-child,
    .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical>[class*=unit-]:first-child {
        padding-top: 7px
    }
    .unit-spacing-xs.unit-lg-inverse>[class*=unit-]:last-child,
    .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical>[class*=unit-]:last-child {
        padding-top: 0
    }
    .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal>[class*=unit-]:first-child {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal>[class*=unit-]:last-child {
        padding-left: 0
    }
}

@media(min-width:1800px) {
    .unit-spacing-xs.unit-xl>[class*=unit-]:first-child,
    .unit-spacing-xs.unit-xl-vertical>[class*=unit-]:first-child {
        padding-top: 0
    }
    .unit-spacing-xs.unit-xl>.unit-left+.unit-right,
    .unit-spacing-xs.unit-xl>.unit-left+.unit-body,
    .unit-spacing-xs.unit-xl-vertical>.unit-left+.unit-right,
    .unit-spacing-xs.unit-xl-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 7px
    }
    .unit-spacing-xs.unit-xl>.unit-body+.unit-right,
    .unit-spacing-xs.unit-xl-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 7px
    }
    .unit-spacing-xs.unit-xl-horizontal>.unit-left+.unit-right,
    .unit-spacing-xs.unit-xl-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-xl-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-xl-inverse>[class*=unit-]:first-child,
    .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical>[class*=unit-]:first-child {
        padding-top: 7px
    }
    .unit-spacing-xs.unit-xl-inverse>[class*=unit-]:last-child,
    .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical>[class*=unit-]:last-child {
        padding-top: 0
    }
    .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal>[class*=unit-]:first-child {
        padding-top: 0;
        padding-left: 15px
    }
    .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal>[class*=unit-]:last-child {
        padding-left: 0
    }
}

.stacktable {
    width: 100%;
    text-align: left
}

.st-head-row {
    padding-top: 1em
}

.st-head-row.st-head-row-main {
    font-size: 1.5em;
    padding-top: 0
}

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%
}

.st-val {
    width: 49%;
    padding-left: 1%
}

.stacktable.large-only {
    display: none
}

.stacktable.small-only {
    display: table
}

@media(min-width:768px) {
    .stacktable.large-only {
        display: table
    }
    .stacktable.small-only {
        display: none
    }
}


html .group {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    margin-bottom: -15px;
    margin-left: -15px
}

html .group>*,
html .group>*:first-child {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px
}

html .group-xs {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    margin-bottom: -5px;
    margin-left: -5px
}

html .group-xs>*,
html .group-xs>*:first-child {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px
}

html .group-sm {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-left: -10px
}

html .group-sm>*,
html .group-sm>*:first-child {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px
}

html .group-lg {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: -20px;
    margin-left: -20px
}

html .group-lg>*,
html .group-lg>*:first-child {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px
}

html .group-xl {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-bottom: -30px;
    margin-left: -30px
}

html .group-xl>*,
html .group-xl>*:first-child {
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px
}

html .group-top>*,
html .group-top>*:first-child {
    vertical-align: top
}

html .group-middle>*,
html .group-middle>*:first-child {
    vertical-align: middle
}

html .group-bottom>*,
html .group-bottom>*:first-child {
    vertical-align: bottom
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: roboto, Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: none;
    color: #655f63;
    background-color: #fff;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased
}

.page {
    overflow: hidden
}

.page-head {
    background-color: #fff
}

.page-content {
    position: relative;
    z-index: 1
}

.page-foot {
    padding: 30px 0;
    background-color: #fff
}

@media(min-width:768px) {
    .page-foot {
        padding: 58px 0
    }
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    display: inline-block;
    text-decoration: none;
    transition: .33s all ease-out
}

a,
a:active,
a:focus {
    color: #655f63
}

a:hover,
a:focus {
    color: #d7b46a;
    text-decoration: none
}

a:focus {
    outline: 0
}

a[href*=callto],
a[href*=mailto] {
    white-space: nowrap
}

figure {
    margin: 0
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.46667;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #efeeec
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.brand-inline {
    font: inherit;
    transition: none!important
}

.brand-inline,
.brand-inline:active,
.brand-inline:focus,
.brand-inline:hover {
    color: #655f63
}

.rights {
    display: inline-block;
    margin: 0;
    line-height: 1.2;
    vertical-align: baseline;
    color: #655f63
}

.relative {
    position: relative
}

.block-top-level {
    position: relative;
    z-index: 3
}

.height-fill {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.height-fill>* {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.centered {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}


.contact-info {
    vertical-align: baseline
}

.contact-info a {
    display: inline-block
}

.contact-info dl dt,
.contact-info dl dd {
    display: inline-block
}

@media(min-width:768px) {
    .contact-info dl dt {
        padding-right: 8px
    }
}

.contact-info dl dt:after {
    content: ':';
    display: inline-block;
    text-align: center
}

.contact-info .dl-inline dt {
    padding-right: 0
}

@media(min-width:992px) {
    .max-width-1 {
        width: 100%;
        max-width: 270px
    }
}

@media(min-width:1200px) {
    .shift-1 {
        margin-top: -6px
    }
}

@media(min-width:1200px) {
    .shift-2 {
        margin-left: -30px
    }
}


/* Testimonial */
.testimonial {margin-bottom: 120px;}
.testimonial blockquote {font: inherit; padding: 20px 0 100px 0; margin: 0; border: 0}
.testimonial blockquote cite {font-style: normal; display: block; letter-spacing: .04em; font-size: 18px}
.testimonial blockquote .quote-body {position: relative; margin: 80px 0 0}
.testimonial blockquote .quote-body:after {content: url(/pic/quote-mark-70x46.png); position: absolute; left: 0; top: -80px}
.testimonial blockquote q {font-size: 15px; line-height: 1.46667; color: #252023}
.testimonial blockquote *+cite {margin-top: 18px}
.testimonial blockquote.quote-contrast q {color: #cdf0fc}
.testimonial blockquote .quote-contrast cite {color: #fff}
@media(min-width:768px) {
  .testimonial blockquote .quote-body {position: relative; margin: 100px 0 0 100px}
  .testimonial blockquote .quote-body:after {top: -100px; left: -100px}
  .testimonial blockquote cite {font-size: 20px}
  .testimonial blockquote *+cite {margin-top: 37px}
}



.link {display: inline-block; font-size: 18px}
.link-inline {font: inherit; line-height: inherit; text-decoration: underline}
.link-underline, .link-underline:active, .link-underline:focus {text-decoration: underline}
.link-underline:hover {text-decoration: none}
.link-gray, .link-gray:active, .link-gray:focus {color: #655f63}
.link-gray:hover {color: #d7b46a}
.link-primary, .link-primary:active, .link-primary:focus {color: #d7b46a}
.link-primary:hover {color: #252023}
.link-beaty-bush, .link-beaty-bush:active, .link-beaty-bush:focus {color: #f3c8c8}
.link-beaty-bush:hover {color: #d7b46a}
.link-arrow {position: relative; padding-right: 26px}
.link-arrow:after {position: absolute; margin-top: 1px; top: 50%; right: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: '\e5cc'; font-family: material icons; color: inherit; font-size: 20px; transition: right .25s}
.link-arrow:hover:after {right: -3px}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}

dl {
    margin: 0
}

.list>li+li {
    margin-top: 5px
}

.list-xl>li+li {
    margin-top: 40px
}

.list-inline {
    margin-left: -5px;
    margin-right: -5px
}

.list-inline>li {
    padding-left: 5px;
    padding-right: 5px
}

.list-inline-xs {
    margin-left: -5px;
    margin-right: -5px
}

.list-inline-xs>li {
    padding-left: 5px;
    padding-right: 5px
}

.list-inline-sm {
    margin-left: -10px;
    margin-right: -10px
}

.list-inline-sm>li {
    padding-left: 10px;
    padding-right: 10px
}

.list-inline-md {
    margin-left: -15px;
    margin-right: -15px
}

.list-inline-md>li {
    padding-left: 15px;
    padding-right: 15px
}

.list-terms dt+dd {
    margin-top: 15px
}

.list-terms dd+dt {
    margin-top: 31px
}

.list-terms-variant-1 dt+dd {
    margin-top: 16px
}

@media(min-width:768px) {
    .list-terms-variant-1 dt+dd {
        margin-top: 20px
    }
}

.list-index {
    counter-reset: li
}

.list-index>li .list-index-counter:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li
}










.list-marked>li {
    position: relative;
    padding-left: 23px
}

.list-marked>li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '\f238';
    font: 400 14px/14px 'Material Design Icons';
    color: #efeeec
}

.list-marked>li a,
.list-marked>li a:active,
.list-marked>li a:focus {
    color: #d7b46a
}

.list-marked>li a:hover {
    color: #d7b46a
}

.list-marked>li+li {
    margin-top: 18px
}

.list-tags>li {
    display: inline-block;
    font-style: italic
}

.list-tags>li a,
.list-tags>li a:active,
.list-tags>li a:focus {
    color: #d7b46a
}

.list-tags>li a:hover {
    color: #d7b46a
}

.list-tags>li:after {
    content: ',';
    display: inline-block;
    color: #efeeec
}

.list-tags>li:last-child:after {
    display: none
}

.list-numbered {
    counter-reset: li
}

.list-numbered>li {
    position: relative;
    padding-left: 30px
}

.list-numbered>li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(li, decimal) ".";
    counter-increment: li
}

.list-numbered>li+li {
    margin-top: 10px
}

.list-icon-pack {
    margin-top: 6px
}

.list-icon-pack>li {
    margin-top: 25px
}

.list-icon-pack>li span+span {
    margin-left: .25em
}

.list-meta {
    margin-bottom: -10px;
    margin-left: -27px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

@media(min-width:768px) {
    .list-meta {
        margin-left: -54px
    }
}

.list-meta>*,
.list-meta>*:first-child {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 27px
}

@media(min-width:768px) {
    .list-meta>*,
    .list-meta>*:first-child {
        margin-left: 54px
    }
}

.list-meta>li>* {
    display: inline-block;
    vertical-align: middle
}

.list-meta>li *+* {
    margin-left: .3em
}

.list-bordered>li {
    padding: 13px
}

.list-bordered a,
.list-bordered a:active,
.list-bordered a:focus {
    color: #655f63
}

.list-bordered a:hover {
    color: #d7b46a
}

.list-bordered>li+li {
    border-top: 1px solid #655f63
}

.list-links>li {
    display: inline-block
}

.list-links>li:after {
    content: ';'
}

.list-links>li:last-child:after {
    display: none
}

.list-progress li+li {
    margin-top: 30px
}

.list-progress p {
    padding-right: 40px;
    letter-spacing: .04em
}

.object-wrap {
    position: relative;
    overflow: hidden
}

.object-wrap-right>.object-wrap-body {
    right: 0
}

.object-wrap-left>.object-wrap-body {
    left: 0
}

@media(min-width:768px) {
    .object-wrap-sm-right>.object-wrap-body {
        right: 0
    }
    .object-wrap-sm-left>.object-wrap-body {
        left: 0
    }
}

@media(max-width:767px) {
    .object-wrap-body {
        position: relative;
        overflow: hidden;
        min-height: 300px;
        width: 100%
    }
    .object-wrap-body>img {
        position: absolute;
        min-width: 100%;
        max-width: none;
        height: auto;
        max-height: none;
        top: 20%;
        left: 50%;
        -webkit-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%)
    }
}

@media(min-width:768px) {
    .object-wrap-body {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100vw;
        min-width: 1px;
        max-width: none;
        height: 100%;
        min-height: 100%;
        max-height: none;
        margin: 0;
        background: inherit;
        z-index: 0
    }
    .object-wrap-body>img {
        position: relative;
        height: auto;
        min-height: 100.5%;
        width: auto;
        min-width: 102%;
        max-width: none;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .object-wrap-body+* {
        margin-top: 0
    }
}

@media(min-width:768px) {
    .sm-width-c6 {
        width: calc(50vw - 750px/2 + (750px/12) * 6)
    }
}

@media(min-width:992px) {
    .md-width-c7d20 {
        width: calc(50vw - 970px/2 + 20px + (970px/12) * 7)
    }
}

@media(min-width:1200px) {
    .md-width-c7d20 {
        width: calc(50vw - 1200px/2 + 20px + (1200px/12) * 7)
    }
}

@media(min-width:992px) {
    .md-width-c5dm20 {
        width: calc(50vw - 970px/2 - 20px + (970px/12) * 5)
    }
}

@media(min-width:1200px) {
    .md-width-c5dm20 {
        width: calc(50vw - 1200px/2 - 20px + (1200px/12) * 5)
    }
}

.bg-wrap {
    position: relative
}

.bg-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: inherit;
    z-index: -1
}

.bg-wrap-sm-left {
    z-index: 1
}

@media(min-width:992px) {
    .bg-wrap-sm-left:before {
        width: 100vw;
        right: 0;
        -webkit-transform: none;
        transform: none
    }
}

.bg-wrap-sm-right {
    z-index: 1
}

@media(min-width:992px) {
    .bg-wrap-sm-right:before {
        width: 100vw;
        left: 0;
        -webkit-transform: none;
        transform: none
    }
}

[class*=content-wrap] {
    padding: 40px 20px
}

@media(min-width:768px) {
    .content-wrap-1 {
        padding: 43px 81px 82px 79px
    }
}

.wrap-equal {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.wrap-equal>* {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.brand-wrap {
    position: relative
}

.brand-wrap .brand-absolute {
    position: absolute;
    top: 56px;
    left: 66px
}

.divider {position: relative; display: block; width: 100%; height: 5px; margin-bottom: 25px;}
.divider:before, .divider:after {content: ''; position: absolute; left: 0; bottom: 0}
.divider:before {top: 0; z-index: 2; width: 75px; background: #d7b46a}
.divider:after {z-index: 1; width: 100%; height: 1px; background: rgba(54, 49, 52, .1)}
@media(min-width:768px) {
  .divider {height: 6px}
  .divider:before {width: 97px}
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

html:not(.lt-ie10) .not-animated {
    opacity: 0
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-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: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.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: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        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% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) 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;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        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: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        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: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        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: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        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: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    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: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    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: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.counter {
    margin-bottom: 0
}

[data-isotope-layout] {
    position: relative;
    display: block;
    transition: .4s all ease;
    min-height: 160px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    margin-bottom: -40px
}

[data-isotope-layout] [class*=col-] {
    margin-top: 40px
}

@media(min-width:768px) {
    [data-isotope-layout] {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        margin-bottom: -65px
    }
    [data-isotope-layout] [class*=col-] {
        margin-top: 65px
    }
}

[data-isotope-layout] [class*=col-] {
    display: block;
    opacity: 0;
    transition: .4s opacity ease
}

@media(max-width:479px) {
    [data-isotope-layout] [class*=col-] {
        width: 100%
    }
}

[data-isotope-layout].isotope--loaded [class*=col-] {
    opacity: 1
}

[data-isotope-layout].isotope--loaded:after {
    opacity: 0;
    visibility: hidden
}

.isotope-filters {
    margin-bottom: 41px;
    margin-top: 57px
}

.isotope-filters>* {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle
}

.isotope-filters .inline-list {
    margin-bottom: 0;
    padding: 0 0 12px;
    border-bottom: 1px solid #655f63
}

.isotope-filters .inline-list li {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px
}

.isotope-filters .inline-list li a {
    color: #252023;
    cursor: pointer;
    padding: 3px 6px 16px;
    position: relative;
    transition: .3s
}

.isotope-filters .inline-list li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    transition: .3s
}

.isotope-filters .inline-list li a.active,
.isotope-filters .inline-list li a:hover {
    color: #191919
}

.isotope-filters .inline-list li a.active:after,
.isotope-filters .inline-list li a:hover:after {
    left: 0;
    width: 100%
}

.isotope-filters .inline-list li+li {
    margin-left: 2px
}

@media(min-width:992px) {
    .isotope-filters .inline-list li {
        margin-top: 0
    }
    .isotope-filters .inline-list li+li {
        margin-left: 22px
    }
}

@media(min-width:992px) {
    .isotope-filters .isotope-filters-trigger {
        display: none
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.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
}

.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(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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 {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.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;
    font: 400 40px/80px 'FontAwesome';
    cursor: pointer;
    z-index: 1;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:before {
    content: '\f144'
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(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;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font: 400 46px/50px 'FontAwesome';
    opacity: .5
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1
}

.owl-prev {
    left: 0
}

.owl-prev:before {
    content: '\f104'
}

.owl-next {
    right: 0
}

.owl-next:before {
    content: '\f105'
}

.owl-dots {
    margin-top: 10px;
    text-align: center
}

.owl-dot {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 21px;
    text-align: center;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    box-shadow: inset 0 0 0 3px #000;
    transition: box-shadow .3s ease
}

.owl-dot:hover,
.owl-dot:focus {
    box-shadow: inset 0 0 0 6px rgba(0, 0, 0, .6)
}

.owl-dot.active {
    box-shadow: inset 0 0 0 6px #000
}

.owl-carousel-contrast .owl-dot {
    box-shadow: inset 0 0 0 3px #fff;
    transition: box-shadow .3s ease
}

.owl-carousel-contrast .owl-dot:hover,
.owl-carousel-contrast .owl-dot:focus {
    box-shadow: inset 0 0 0 6px #fff
}

.owl-carousel-contrast .owl-dot.active {
    box-shadow: inset 0 0 0 6px #fff
}

.owl-carousel-contrast .owl-dot {
    pointer-events: none
}

@media(min-width:992px) {
    .desktop .owl-dot {
        pointer-events: auto
    }
}

.owl-variant-1 *+.owl-dots {
    margin-top: 40px
}

@media(min-width:768px) {
    .owl-variant-1 .owl-dots {
        padding-left: 78px
    }
    .owl-variant-1 *+.owl-dots {
        margin-top: 60px
    }
}

@media(min-width:992px) {
    .owl-variant-1 *+.owl-dots {
        margin-top: 94px
    }
}

@-webkit-keyframes rd-navbar-slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes rd-navbar-slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes rd-navbar-slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.rd-navbar-wrap,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu {
    transition: .3s all cubic-bezier(.785, .135, .15, .86)
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
    display: none
}

.rd-navbar-fixed,
.rd-navbar-static{
    display: block
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none!important
}

.rd-navbar-wrap {
    position: relative;
    z-index: 10
}

.rd-navbar-wrap,
.rd-navbar,
.rd-navbar-brand,
.rd-navbar-slogan,
.rd-navbar-dropdown,
.rd-navbar-collapse-items,
.brand-name,
.rd-navbar-nav,
.rd-navbar-panel {
    transition: .33s all ease-out
}

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
    display: none
}

.rd-navbar-collapse-toggle span {
    top: 50%;
    margin-top: -3px
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease
}

.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    content: ''
}

.rd-navbar-collapse-toggle span:before {
    bottom: 100%;
    margin-bottom: 3px
}

.rd-navbar-collapse-toggle span:after {
    top: 100%;
    margin-top: 3px
}

.rd-navbar-collapse-toggle.active span {
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.rd-navbar-collapse-toggle.active span:before {
    -webkit-transform: translateY(18px);
    transform: translateY(18px)
}

.rd-navbar-collapse-toggle.active span:after {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px)
}

.rd-navbar--has-sidebar body {
    padding-left: 270px
}

.rd-navbar--is-stuck {
    border-bottom: 1px solid rgba(101, 95, 99, .1)
}

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar+.rd-navbar.rd-navbar--is-clone {
    display: none
}

.rd-navbar {
    display: none;
    background: #191919;
    box-shadow: none
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    border: none;
    display: none
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: .3s all ease
}

.rd-navbar-toggle span:after {
    top: 8px
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
    width: 24px;
    height: 4px;
    background-color: #fff;
    backface-visibility: hidden;
    border-radius: 2px
}

.rd-navbar-toggle span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
    -webkit-transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center
}

.rd-navbar-toggle.active span {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after {
    top: 0;
    width: 15px
}

.rd-navbar-toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg)
}

.rd-navbar-toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg)
}

.rd-navbar-toggle:focus {
    outline: none
}

.rd-navbar-brand {
    display: inline-block;
    transition: none
}

.rd-navbar-brand>* {
    display: block
}

.rd-navbar-brand .brand-name {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.rd-navbar-brand .brand-name,
.rd-navbar-brand .brand-name:focus,
.rd-navbar-brand .brand-name:active,
.rd-navbar-brand .brand-name:hover {
    color: #d7b46a
}

.rd-navbar-brand .brand-slogan {
    font-size: 16px;
    line-height: 1
}

.rd-navbar-brand .brand-slogan,
.rd-navbar-brand .brand-slogan:focus,
.rd-navbar-brand .brand-slogan:active,
.rd-navbar-brand .brand-slogan:hover {
    color: #9a9a9a
}

.rd-navbar-static:after {
    content: '';
    background: #191919
}

.rd-navbar-static .rd-navbar-brand,
.rd-navbar-static .rd-navbar-nav>li>a {
    position: relative;
    z-index: 2
}

.rd-navbar-static .rd-navbar-nav>li {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2
}

.rd-navbar-static .rd-navbar-nav>li>a {
    position: relative;
    color: #fff;
    background: 0 0;
    font: inherit
}

.rd-navbar-static .rd-navbar-nav>li.focus>a,
.rd-navbar-static .rd-navbar-nav>li>a:hover{
    color: #d7b46a;
    background: 0 0
}

.rd-navbar-static .rd-navbar-nav>li.active>a {
    color: #d7b46a;
    background: 0 0
}

.rd-navbar-static .rd-navbar-nav>li:not(:last-child) {
    padding-right: 52px
}

.rd-navbar-static .rd-navbar-nav>li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 21px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '/';
    font: inherit;
    color: #9a9a9a
}

.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu>.rd-navbar-dropdown {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu.focus>.rd-navbar-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu .rd-navbar-submenu>.rd-navbar-dropdown {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu .rd-navbar-submenu.focus>.rd-navbar-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.rd-navbar-static .rd-navbar-nav>.rd-navbar-submenu .rd-navbar-submenu.focus>.rd-navbar-dropdown {
    display: block
}

.rd-navbar-static .rd-navbar-inner {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown {
    position: absolute;
    left: 0;
    z-index: 5;
    display: block;
    width: 240px;
    margin-top: 25px;
    margin-left: -20px;
    text-align: left;
    background: #191919
}

.rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown {
    position: relative
}

.rd-navbar-static .rd-navbar-nav li.focus>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened>.rd-navbar-dropdown{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.rd-navbar-static .rd-navbar-nav>li {
    display: inline-block
}

.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown{
    top: 100%;
    z-index: 1
}

.rd-navbar-static .rd-navbar-dropdown {
    width: 240px;
    padding: 20px;
    background: #191919;
    border: 1px solid rgba(101, 95, 99, .1)
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
    position: absolute;
    left: 100%;
    margin-left: 35px;
    top: -19px
}

.rd-navbar-static .rd-navbar-dropdown>li>a {
    display: block;
    background: 0 0
}

.rd-navbar-static .rd-navbar-dropdown>li>a,
.rd-navbar-static .rd-navbar-dropdown>li>a:focus,
.rd-navbar-static .rd-navbar-dropdown>li>a:active {
    color: #fff
}

.rd-navbar-static .rd-navbar-dropdown>li>a:hover {
    color: #d7b46a;
    background: 0 0
}

.rd-navbar-static .rd-navbar-dropdown>li.focus>a,
.rd-navbar-static .rd-navbar-dropdown>li.opened>a {
    color: #d7b46a;
    background: 0 0
}

.rd-navbar-static .rd-navbar-dropdown>li+li {
    margin-top: 12px
}

.rd-navbar-static .rd-navbar-submenu-toggle {
    display: none;
    cursor: pointer;
    right: -20px;
    z-index: 100
}

.rd-navbar-static .rd-navbar-submenu-toggle::after {
    content: '\f078';
    position: relative;
    display: inline-block;
    font: 400 14px fontawesome;
    text-align: center;
    transition: .4s all ease;
    z-index: 2;
    color: #fff;
    will-change: transform;
    -webkit-filter: blur(0)
}

.rd-navbar-static .rd-navbar-submenu-toggle:hover {
    color: #d7b46a
}

.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-submenu-toggle {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    text-align: center;
    width: 24px
}

.rd-navbar-static .rd-navbar-nav>li li.focus>.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav>li li.opened>.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav>li li>a:hover+.rd-navbar-submenu-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.rd-navbar-static .rd-navbar-nav>li.focus>.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav>li.opened>.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav>li>a:hover+.rd-navbar-submenu-toggle::after {
    color: #d7b46a
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-submenu-toggle {
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    margin-left: -25px;
    pointer-events: none
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-submenu-toggle::after {
    top: 1px;
    content: '\f107';
    position: relative;
    display: inline-block;
    font: 400 14px fontawesome
}

.rd-navbar-static .rd-navbar-dropdown>li.focus>.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-dropdown>li.opened>.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-dropdown>li>a:hover+.rd-navbar-submenu-toggle::after {
    color: #d7b46a
}

.rd-navbar-static.rd-navbar--is-clone {
    display: none
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    display: block
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #191919
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav>li>.rd-navbar-dropdown {
    margin-top: 24px
}

.rd-navbar-static .rd-navbar--has-dropdown {
    position: relative
}

.rd-navbar-fixed .rd-navbar-collapse-toggle,
.rd-navbar-sidebar .rd-navbar-collapse-toggle {
    display: inline-block;
    z-index: 9999
}

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-dropdown {
    display: block
}

.rd-navbar-fixed .rd-navbar-collapse-items,
.rd-navbar-sidebar .rd-navbar-collapse-items {
    position: absolute;
    width: 260px;
    padding: 25px 15px;
    box-shadow: none;
    color: #fff;
    background: #191919;
    font-size: 16px;
    line-height: 34px
}

.rd-navbar-fixed .rd-navbar-collapse-items li>*,
.rd-navbar-sidebar .rd-navbar-collapse-items li>* {
    vertical-align: middle
}

.rd-navbar-fixed .rd-navbar-collapse-items li+li,
.rd-navbar-sidebar .rd-navbar-collapse-items li+li {
    margin-top: 10px
}

.rd-navbar-fixed .rd-navbar-collapse-items .icon,
.rd-navbar-fixed .rd-navbar-collapse-items a,
.rd-navbar-sidebar .rd-navbar-collapse-items .icon,
.rd-navbar-sidebar .rd-navbar-collapse-items a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px
}

.rd-navbar-fixed .rd-navbar-collapse-items .icon,
.rd-navbar-fixed .rd-navbar-collapse-items a[class*=fa]:before,
.rd-navbar-sidebar .rd-navbar-collapse-items .icon,
.rd-navbar-sidebar .rd-navbar-collapse-items a[class*=fa]:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-right: 5px
}

.rd-navbar-fixed .rd-navbar-nav,
.rd-navbar-sidebar {
    width: 270px;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    background: #191919;
    z-index: 998;
    padding: 10px 0
}

.rd-navbar-fixed .rd-navbar-nav:before,
.rd-navbar-fixed .rd-navbar-nav:after,
.rd-navbar-sidebar:before,
.rd-navbar-sidebar:after {
    content: '';
    display: block;
    height: 56px
}

.rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar,
.rd-navbar-sidebar::-webkit-scrollbar {
    width: 4px
}

.rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar-thumb,
.rd-navbar-sidebar::-webkit-scrollbar-thumb {
    background: #333;
    border: none;
    border-radius: 0;
    opacity: .2
}

.rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar-track,
.rd-navbar-sidebar::-webkit-scrollbar-track {
    background: #191919;
    border: none;
    border-radius: 0
}

.rd-navbar-fixed .rd-navbar-nav li,
.rd-navbar-sidebar .rd-navbar-nav li {
    position: relative
}

.rd-navbar-fixed .rd-navbar-nav li>a,
.rd-navbar-sidebar .rd-navbar-nav li>a {
    position: relative;
    display: block
}

.rd-navbar-fixed .rd-navbar-nav li.active>a,
.rd-navbar-fixed .rd-navbar-nav li.focus>a,
.rd-navbar-fixed .rd-navbar-nav li>a:hover,
.rd-navbar-sidebar .rd-navbar-nav li.active>a,
.rd-navbar-sidebar .rd-navbar-nav li.focus>a,
.rd-navbar-sidebar .rd-navbar-nav li>a:hover {
    color: #fff;
    background: #d7b46a
}

.rd-navbar-fixed .rd-navbar-nav li+li,
.rd-navbar-fixed .rd-navbar-nav li>img+a,
.rd-navbar-fixed .rd-navbar-nav li>a+a,
.rd-navbar-fixed .rd-navbar-nav li>a+ul,
.rd-navbar-sidebar .rd-navbar-nav li+li,
.rd-navbar-sidebar .rd-navbar-nav li>img+a,
.rd-navbar-sidebar .rd-navbar-nav li>a+a,
.rd-navbar-sidebar .rd-navbar-nav li>a+ul {
    margin-top: 4px
}

.rd-navbar-static {
    display: block
}

.rd-navbar-static .rd-navbar-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 81px 51px 43px 65px
}

.rd-navbar-transparent .rd-navbar-static .rd-navbar-inner {
    padding: 55px 51px 55px 65px
}

.rd-navbar-static .rd-navbar-panel {
    min-width: 270px
}

.rd-navbar-static .rd-navbar-nav-wrap {
    margin-top: -10px;
    text-align: right
}

.rd-navbar-static .rd-navbar-nav>li {
    display: inline-block
}

.rd-navbar-static.rd-navbar--is-clone {
    display: block;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
    transition: .33s all ease
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner,
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {
    padding: 13px 30px
}

.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel,
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel {
    position: relative;
    top: 3px
}

.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-wrap,
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-wrap {
    margin-top: 0
}

.rd-navbar-fixed {
    display: block
}

.rd-navbar-fixed .rd-navbar-brand {
    position: fixed;
    top: 16px;
    left: 64px;
    z-index: 17;
    display: block;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.rd-navbar-fixed .rd-navbar-brand img {
    height: 22px;
    width: auto
}

.rd-navbar-fixed .rd-navbar-brand .brand-slogan {
    display: none
}

.rd-navbar-fixed .rd-navbar-panel {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 4px;
    height: 56px;
    color: #fff;
    z-index: 999
}

.rd-navbar-fixed .rd-navbar-panel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(101, 95, 99, .1);
    background: #191919
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    top: -56px;
    left: 0;
    width: 270px;
    padding: 112px 0 56px;
    bottom: -56px;
    color: #fff;
    background: #191919;
    z-index: 15;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%)
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    height: 100%;
    overflow: auto;
    border-right: 1px solid rgba(101, 95, 99, .1);
    font-size: 16px;
    line-height: 26px;
    text-align: left
}

.rd-navbar-fixed .rd-navbar-nav:before,
.rd-navbar-fixed .rd-navbar-nav:after {
    content: '';
    display: block;
    height: 8px
}

.rd-navbar-fixed .rd-navbar-nav li>a {
    display: block;
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 11px 56px 11px 16px;
    color: #fff
}

.rd-navbar-fixed .rd-navbar-nav li:hover>a,
.rd-navbar-fixed .rd-navbar-nav li:hover>a:hover,
.rd-navbar-fixed .rd-navbar-nav li.focus>a,
.rd-navbar-fixed .rd-navbar-nav li.focus>a:hover,
.rd-navbar-fixed .rd-navbar-nav li.active>a,
.rd-navbar-fixed .rd-navbar-nav li.active>a:hover,
.rd-navbar-fixed .rd-navbar-nav li.opened>a,
.rd-navbar-fixed .rd-navbar-nav li.opened>a:hover {
    color: #fff;
    background: #d7b46a
}

.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle::after,
.rd-navbar-fixed .rd-navbar-nav li.focus>.rd-navbar-submenu-toggle::after,
.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle::after,
.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle::after {
    color: #fff
}

.rd-navbar-fixed .rd-navbar-dropdown {
    display: none
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative
}

.rd-navbar-fixed .rd-navbar-submenu li>a {
    padding-left: 34px
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a {
    padding-left: 48px
}

.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown {
    display: block
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-dropdown {
    transition: opacity .3s, height .4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-dropdown{
    opacity: 1;
    height: auto
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle {
    color: #fff
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle::after {
    content: '\f078';
    position: absolute;
    top: 24px;
    right: 0;
    margin-top: -22px;
    width: 65px;
    height: 44px;
    font: 400 14px fontawesome;
    line-height: 42px;
    text-align: center;
    transition: .4s all ease;
    z-index: 2;
    cursor: pointer;
    color: #fff;
    will-change: transform
}

.rd-navbar-fixed .rd-navbar-collapse {
    position: fixed;
    top: 4px;
    height: 48px;
    z-index: 1000;
    background-color: transparent;
    border: none
}

.rd-navbar-fixed .rd-navbar-collapse:focus {
    outline: none
}

.rd-navbar-fixed.active .rd-navbar-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media(max-width:1199px) {
    .rd-navbar-fixed.rd-navbar--on-search .brand-name {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

.rd-navbar-fixed.rd-navbar--is-clone {
    display: none
}

.rd-navbar-fixed.rd-navbar--is-clone .rd-navbar-panel {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%)
}

.rd-navbar-fixed.rd-navbar--is-clone.rd-navbar--is-stuck .rd-navbar-panel {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
    display: block
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none
}

html.rd-navbar-fixed-linked .page {
    padding-top: 56px
}

html.boxed .rd-navbar--is-clone {max-width: 1920px; margin-left: auto; margin-right: auto;}
.rd-navbar-static-linked .rd-navbar-transparent {position: absolute; top: 0; left: 0; right: 0;}
.rd-navbar-static-linked .rd-navbar-transparent .rd-navbar {background-color: transparent;}
.rd-navbar-static-linked .rd-navbar-transparent .rd-navbar--is-clone, .rd-navbar-static-linked .rd-navbar-transparent .rd-navbar--is-stuck {background: #191919;}






/* Paralax */
.rd-parallax-inner {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); z-index: 1}
.rd-parallax-layer[data-type=media] {position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; pointer-events: none}
.rd-parallax-layer[data-type=media] iframe {width: 100%; height: 100%}
.rd-parallax-layer[data-type=media] {margin-top: -2px; margin-bottom: -2px}
.rd-parallax-layer[data-url] {-webkit-background-size: cover; background-size: cover; background-position: center center}
.rd-parallax[class*=rd-parallax-overlay] {background-color: #000; color: #fff}
.rd-parallax[class*=rd-parallax-overlay] .rd-parallax-layer[data-type=media] {opacity: .2}
.rd-parallax[class*=rd-parallax-overlay] .rd-parallax-layer[data-type=media]+* {position: relative}
.rd-parallax.rd-parallax-overlay-2 .rd-parallax-layer[data-type=media] {opacity: .8}




.search_list {
    text-align: left;
    padding-left: 0;
    font-size: 14px;
    list-style-type: none
}

.result-item p {
    margin-top: 7px
}

.result-item+.result-item {
    margin-top: 30px
}

@media(min-width:768px) {
    .result-item+.result-item {
        margin-top: 44px
    }
}

.match {
    font-size: 13px;
    line-height: 1.5;
    color: #d7b46a
}

.rd-range {
    height: 18px;
    margin-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.rd-range__wrap {
    position: relative;
    width: 100%;
    background-color: #bdbdbd;
    transition: background 100ms cubic-bezier(.23, 1, .32, 1);
    height: 2px
}

.rd-range:hover .rd-range__wrap {
    background-color: #9e9e9e
}
.scrollToNext {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .11), 3px 4px 5px 0 rgba(0, 0, 0, .11);
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20
}

.scrollToNext:before {
    display: block;
    transition: .5s;
    transition-delay: 1.4s
}

.scrollToNext.toTop {
    animation: rotate 1.6s linear;
    animation-delay: 1s
}

.scrollToNext.toTop:before {
    transform: rotate(180deg)
}

@keyframes rotate {
    0%,
    100% {
        transform: scale(1)
    }
    30%,
    60% {
        transform: scale(.7)
    }
}

.scrollToNext:focus {
    color: #fff
}

.scrollToNext:hover {
    color: #fff;
    text-decoration: none
}

.scrollToNext.active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mobile .scrollToNext,
.tablet .scrollToNext {
    display: none!important
}

@media(min-width:480px) {
    .scrollToNext {
        right: 40px;
        bottom: 40px
    }
}


/* Slider */
.swiper-container {display: -ms-flexbox; display: -webkit-flex; display: flex; margin: 0 auto 2em auto; position: relative; overflow: hidden; z-index: 1}
.swiper-container, .swiper-container .swiper-wrapper {height: auto; min-height: 53.7560976vw}
.swiper-container-no-flexbox .swiper-slide {float: left}
.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}
.swiper-wrapper *{color: #fff;}
.swiper-slide {position: relative; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; text-align: center; white-space: nowrap; background-position: center center}
.swiper-nav {position: absolute; top: 50%; right: 0; left: 0; z-index: 10; pointer-events: none; -webkit-transform: translateY(-50%); transform: translateY(-50%)}
.swiper-button-prev, .swiper-button-next {z-index: 10; display: none; width: 53px; height: 53px; font-size: 53px; line-height: 53px; text-align: center; cursor: pointer; pointer-events: auto}
.swiper-button-prev:before, .swiper-button-next:before {font-family: material design icons; font-size: 53px; line-height: 1; color: #fff; opacity: 1; transition: .33s all ease}
.swiper-button-prev:hover:before, .swiper-button-next:hover:before {opacity: .65}
@media(min-width:768px) {
  .swiper-button-prev, .swiper-button-next {display: block}
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {opacity: .35;cursor: auto; pointer-events: none}
.swiper-button-prev:before {content: '\f14a'}
.swiper-button-next:before {content: '\f14f'}
.swiper-pagination {display: block; position: absolute; text-align: center; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10}
.swiper-pagination.swiper-pagination-hidden {opacity: 0}
.swiper-pagination-bullet {width: 10px; height: 10px; display: inline-block; border-radius: 100px; background: rgba(255, 255, 255, .2); transition: .22s; pointer-events: none}
@media(min-width:992px) {
  .desktop .swiper-pagination-bullet {width: 15px; height: 15px; pointer-events: auto}
}
.swiper-pagination-clickable .swiper-pagination-bullet {cursor: pointer}
.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {background: #d7b46a}
.swiper-container-horizontal>.swiper-pagination {bottom: 20px; left: 0; width: 100%}
@media(min-width:768px) {
  .swiper-container-horizontal>.swiper-pagination {bottom: 50px}
}
@media(min-width:1200px) {
  .swiper-container-horizontal>.swiper-pagination {bottom: 71px}
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {margin: 0 3px}
.swiper-slide-caption {display: inline-block; width: 100%; max-height: 100%; margin-left: -.25em; vertical-align: middle; white-space: normal; padding: 30px 20px}
.swiper-slide-caption p{font-size: 80px; font-weight: 900; text-transform: uppercase;}
.swiper-slide-caption-body {padding: 40px 0;}
@media(min-width:768px) {
  .swiper-slide-caption p {display: block; font-size: 100px;}
}
@media(min-width:992px) {
  .swiper-slide-caption {padding: 60px 20px}
  .swiper-slide-caption p {font-size: 150px;}
}
@media(min-width:1200px) {
  .swiper-slide-caption {padding: 60px 20px}
  .swiper-slide-caption p {font-size: 200px;}
}


/* sipka top */
.ui-to-top {font-size: 45px; line-height: 45px; position: fixed; right: 15px; bottom: 15px; overflow: hidden; text-align: center; text-decoration: none; z-index: 20; transition: .3s all ease; will-change: transform; -webkit-transform: translateY(100px); transform: translateY(100px)}
.ui-to-top, .ui-to-top:active, .ui-to-top:focus {color: #d7b46a; background-color: transparent}
.ui-to-top:hover {color: #252023; background-color: transparent}
.ui-to-top:focus {outline: 0}
.ui-to-top.active {-webkit-transform: translateY(0); transform: translateY(0)}
.mobile .ui-to-top, .tablet .ui-to-top {display: none!important}
@media(min-width:480px) {
  .ui-to-top {right: 40px; bottom: 40px}
}


.progress-bar-wrap {
    max-width: 100%;
    width: 210px
}

@media(min-width:480px) and (max-width:767px) {
    .progress-bar-wrap {
        max-width: 120px
    }
}

@media(min-width:768px) {
    .progress-bar-wrap {
        max-width: 150px
    }
}

.progress-bar {
    position: relative;
    width: 100%;
    margin: 0
}

.progress-bar .progress-bar__body {
    position: absolute;
    right: 50%;
    width: 100%;
    top: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    font-size: 34px;
    font-weight: 400;
    line-height: 26px;
    color: #191919
}

.progress-bar .progress-bar__body:after {
    content: '%'
}

.progress-bar .progress-bar__stroke,
.progress-bar .progress-bar__trail {
    stroke-linejoin: round
}

.progress-bar-horizontal {
    position: relative;
    text-align: left
}

.progress-bar-horizontal>svg {
    margin-top: 10px
}

.progress-bar-horizontal .progress-bar__body {
    position: absolute;
    right: 0;
    top: -35px;
    width: auto!important;
    margin-top: 0;
    font-size: 18px;
    letter-spacing: .04em;
    padding-right: 0
}

.progress-bar-horizontal .progress-bar__body:after {
    content: '%'
}

@media(min-width:768px) {
    .progress-bar-horizontal .progress-bar__body {
        font-size: 20px
    }
}

.progress-bar-radial {
    position: relative;
    padding-bottom: 100%
}

.progress-bar-radial>svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    overflow: hidden
}

.progress-bar-radial .progress-bar__stroke,
.progress-bar-radial .progress-bar__trail {
    stroke-location: outside
}

.progress-bar-radial .progress-bar__body {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.progress-bar-default .progress-bar__stroke {
    stroke: #655f63
}

.progress-bar-default .progress-bar__trail {
    stroke: rgba(101, 95, 99, .05)
}

.progress-bar-primary .progress-bar__stroke {
    stroke: #d7b46a
}

.progress-bar-primary .progress-bar__trail {
    stroke: rgba(101, 95, 99, .05)
}

.progress-bar-secondary-2 .progress-bar__stroke {
    stroke: #9a9a9a
}

.progress-bar-secondary-2 .progress-bar__trail {
    stroke: red
}

.progress-bar-secondary-1 .progress-bar__stroke {
    stroke: #9a9a9a
}

.progress-bar-secondary-1 .progress-bar__trail {
    stroke: rgba(101, 95, 99, .05)
}

.progress-bar-secondary-3 .progress-bar__stroke {
    stroke: #f0ad4e
}

.progress-bar-secondary-3 .progress-bar__trail {
    stroke: rgba(101, 95, 99, .05)
}

.progress-bar-secondary-4 .progress-bar__stroke {
    stroke: #d9534f
}

.progress-bar-secondary-4 .progress-bar__trail {
    stroke: rgba(101, 95, 99, .05)
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%
}

.time_circles>div {
    position: absolute;
    text-align: center;
    font-family: Georgia, times new roman, Times, serif;
    top: 50%!important;
    transform: translateY(-63%)!important;
    -webkit-transform: translateY(-63%)!important
}

@media(min-width:1200px) {
    #DateCountdown {
        width: 100%
    }
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/pic/ajax-loader.gif) center center no-repeat
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, .6);
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 999
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: 0 0;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 0
}

[dir=rtl] .slick-prev {
    left: auto;
    right: 0
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: 0
}

[dir=rtl] .slick-next {
    left: 0;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}


/*
==================
PhotoSwipe gallery
==================
*/
.pswp {display: none; position: absolute;width: 100%; height: 100%; left: 0; top: 0; overflow: hidden; -ms-touch-action: none; touch-action: none; z-index: 999999; -webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden; outline: none}
.pswp * {-webkit-box-sizing: border-box; box-sizing: border-box}
.pswp img {max-width: none}
.pswp--animate_opacity {opacity: .001; will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1); transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)}
.pswp--open {display: block}
.pswp--zoom-allowed .pswp__img {cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in}
.pswp--zoomed-in .pswp__img {cursor: -webkit-grab; cursor: -moz-grab; cursor: grab}
.pswp--dragging .pswp__img {cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing}
.pswp__bg {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0; -webkit-backface-visibility: hidden; will-change: opacity}
.pswp__scroll-wrap {position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden}
.pswp__container, .pswp__zoom-wrap {-ms-touch-action: none;touch-action: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0}
.pswp__container, .pswp__img {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none}
.pswp__zoom-wrap {position: absolute; width: 100%; -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1); transition: transform 333ms cubic-bezier(.4, 0, .22, 1)}
.pswp__bg {will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1); transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)}
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {-webkit-transition: none; transition: none}
.pswp__container, .pswp__zoom-wrap {-webkit-backface-visibility: hidden}
.pswp__item {position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden}
.pswp__item .video-warp, .pswp__item .post-video-warp { position: absolute; top: 50%; width: 600px; max-width: 100%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%)}
.pswp__img {position: absolute; width: auto; height: auto; top: 0;left: 0}
.pswp__img--placeholder {-webkit-backface-visibility: hidden}
.pswp__img--placeholder--blank {background: #222}
.pswp--ie .pswp__img {width: 100%!important; height: auto!important; left: 0; top: 0}
.pswp__error-msg {position: absolute; left: 0; top: 50%; width: 100%; text-align: center; font-size: 14px; line-height: 16px; margin-top: -8px; color: #ccc}
.pswp__error-msg a {color: #ccc; text-decoration: underline}
[data-photo-swipe] [data-inner-html] iframe {pointer-events: none}

/*!PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license*/
.pswp__button {width: 44px; height: 44px; position: relative; background: 0 0; cursor: pointer; overflow: visible; -webkit-appearance: none; display: block; border: 0; padding: 0; margin: 0; float: right; opacity: .75; -webkit-transition: opacity .2s; transition: opacity .2s; -webkit-box-shadow: none; box-shadow: none}
.pswp__button:focus, .pswp__button:hover {opacity: 1}
.pswp__button:active {outline: none; opacity: .9}
.pswp__button::-moz-focus-inner {padding: 0; border: 0}
.pswp__ui--over-close .pswp__button--close {opacity: 1}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {background: url(/pic/photoswipe-controls.svg) 0 0 no-repeat; background-size: 264px 88px; width: 44px; height: 44px}
@media(-webkit-min-device-pixel-ratio:1.1), (-webkit-min-device-pixel-ratio:1.09375), (min-resolution:105dpi), (min-resolution:1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {background-image: url(/pic/photoswipe-controls.svg)}
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {background: 0 0}
}
.pswp__button--close {background-position: 0 -44px}
.pswp__button--share {background-position: -44px -44px}
.pswp__button--fs {display: none}
.pswp--supports-fs .pswp__button--fs {display: block}
.pswp--fs .pswp__button--fs {background-position: -44px 0}
.pswp__button--zoom {display: none; background-position: -88px 0}
.pswp--zoom-allowed .pswp__button--zoom {display: block}
.pswp--zoomed-in .pswp__button--zoom {background-position: -132px 0}
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {visibility: hidden}
.pswp__button--arrow--left, .pswp__button--arrow--right {background: 0 0; top: 50%; margin-top: -50px; width: 70px; height: 100px; position: absolute}
.pswp__button--arrow--left {left: 0}
.pswp__button--arrow--right {right: 0}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {content: ''; top: 35px; background-color: rgba(0, 0, 0, .3); height: 30px; width: 32px; position: absolute}
.pswp__button--arrow--left:before {left: 6px; background-position: -138px -44px}
.pswp__button--arrow--right:before {right: 6px; background-position: -94px -44px}
.pswp__counter, .pswp__share-modal {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none}
.pswp__share-modal {display: block; background: rgba(0, 0, 0, .5); width: 100%; height: 100%; top: 0; left: 0; padding: 10px; position: absolute; z-index: 1600; opacity: 0; -webkit-transition: opacity .25s ease-out; transition: opacity .25s ease-out; -webkit-backface-visibility: hidden; will-change: opacity}
.pswp__share-modal--hidden {display: none}
.pswp__share-tooltip {z-index: 1620; position: absolute; background: #fff; top: 56px; border-radius: 2px; display: block; width: auto; right: 44px; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25); box-shadow: 0 2px 5px rgba(0, 0, 0, .25); -webkit-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); -webkit-transition: -webkit-transform .25s; transition: transform .25s; -webkit-backface-visibility: hidden; will-change: transform}
.pswp__share-tooltip a {display: block; padding: 8px 12px; color: #000; text-decoration: none; font-size: 14px; line-height: 18px}
.pswp__share-tooltip a:hover {text-decoration: none; color: #000}
.pswp__share-tooltip a:first-child {border-radius: 2px 2px 0 0}
.pswp__share-tooltip a:last-child {border-radius: 0 0 2px 2px; display: none; pointer-events: none}
.pswp__share-modal--fade-in {opacity: 1}
.pswp__share-modal--fade-in .pswp__share-tooltip {-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0)}
.pswp--touch .pswp__share-tooltip a {padding: 16px 12px}
a.pswp__share--facebook:before {content: ''; display: block; width: 0; height: 0; position: absolute; top: -12px; right: 15px; border: 6px solid transparent; border-bottom-color: #fff; -webkit-pointer-events: none; -moz-pointer-events: none; pointer-events: none}
a.pswp__share--facebook:hover {background: #3e5c9a; color: #fff}
a.pswp__share--facebook:hover:before {border-bottom-color: #3e5c9a}
a.pswp__share--twitter:hover {background: #55acee; color: #fff}
a.pswp__share--pinterest:hover {background: #ccc; color: #ce272d}
a.pswp__share--download:hover {background: #ddd}
.pswp__counter {position: absolute; left: 0; top: 0; height: 44px; font-size: 13px; line-height: 44px; color: #fff; opacity: .75; padding: 0 10px}
.pswp__caption {position: absolute; left: 0; bottom: 0; width: 100%; min-height: 44px}
.pswp__caption small {font-size: 11px; color: #bbb}
.pswp__caption__center {text-align: left; max-width: 420px; margin: 0 auto; font-size: 13px; padding: 10px; line-height: 20px; color: #ccc}
.pswp__caption--empty {display: none}
.pswp__caption--fake {visibility: hidden}
.pswp__preloader {width: 44px; height: 44px; position: absolute; top: 0; left: 50%; margin-left: -22px; opacity: 0; -webkit-transition: opacity .25s ease-out; transition: opacity .25s ease-out; will-change: opacity; direction: ltr}
.pswp__preloader__icn {width: 20px; height: 20px; margin: 12px}
.pswp__preloader--active {opacity: 1}
.pswp__preloader--active .pswp__preloader__icn {background: url(/pic/preloader.gif) 0 0 no-repeat}
.pswp--css_animation .pswp__preloader--active {opacity: 1}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {-webkit-animation: clockwise 500ms linear infinite; animation: clockwise 500ms linear infinite}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {-webkit-animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite; animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite}

.pswp--css_animation .pswp__preloader__icn {background: 0 0; opacity: .75; width: 14px; height: 14px; position: absolute; left: 15px; top: 15px; margin: 0}
.pswp--css_animation .pswp__preloader__cut {position: relative; width: 7px; height: 14px; overflow: hidden}
.pswp--css_animation .pswp__preloader__donut {-webkit-box-sizing: border-box; box-sizing: border-box; width: 14px; height: 14px; border: 2px solid #fff; border-radius: 50%; border-left-color: transparent; border-bottom-color: transparent; position: absolute; top: 0; left: 0; background: 0 0; margin: 0}
@media screen and (max-width:1024px) {
  .pswp__preloader {position: relative; left: auto; top: auto; margin: 0; float: right}
}

@-webkit-keyframes clockwise {
  0% {-webkit-transform: rotate(0deg); transform: rotate(0deg)}
  100% {-webkit-transform: rotate(360deg); transform: rotate(360deg)}
}
@keyframes clockwise {
  0% {-webkit-transform: rotate(0deg); transform: rotate(0deg)}
  100% {-webkit-transform: rotate(360deg); transform: rotate(360deg)}
}
@-webkit-keyframes donut-rotate {
  0% {-webkit-transform: rotate(0); transform: rotate(0deg)}
  50% {-webkit-transform: rotate(-140deg); transform: rotate(-140deg)}
  100% {-webkit-transform: rotate(0); transform: rotate(0deg)}
}
@keyframes donut-rotate {
  0% {-webkit-transform: rotate(0); transform: rotate(0deg)}
  50% {-webkit-transform: rotate(-140deg); transform: rotate(-140deg)}
  100% {-webkit-transform: rotate(0); transform: rotate(0deg)}
}

.pswp__ui {-webkit-font-smoothing: auto; visibility: visible; opacity: 1; z-index: 1550}
.pswp__top-bar {position: absolute; left: 0; top: 0; height: 44px; width: 100%}
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {-webkit-backface-visibility: hidden; will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1); transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {visibility: visible}
.pswp__top-bar, .pswp__caption {background-color: rgba(0, 0, 0, .5)}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {background-color: rgba(0, 0, 0, .3)}
.pswp__ui--idle .pswp__top-bar {opacity: 0}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {opacity: 0}
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {opacity: .001}
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {display: none}
.pswp__element--disabled {display: none!important}
.pswp--minimal--dark .pswp__top-bar {background: 0 0}








.progress-bar-circle {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2
}

.progress-bar-circle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74%;
    height: 74%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #9a9a9a
}

.progress-bar-circle canvas {
    vertical-align: middle
}

.progress-bar-circle span {
    position: absolute;
    top: 48%;
    left: 50%;
    font-weight: 900;
    font-size: 38px;
    line-height: 38px;
    transform: translate(-50%, -50%)
}

.progress-bar-circle span:after {
    content: "%"
}

.select2 {
    width: 100%!important
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #252023;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 2px 10px;
    font-size: 14px;
    transition: .3s;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 4px;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.select2-container--bootstrap {
    display: block
}

.select2-container--bootstrap .select2-selection {
    background-color: #fff;
    border: 1px solid #e9e8e9;
    border-radius: 0;
    color: #252023;
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-size: 20px;
    outline: 0
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background-color: #fff;
    border: 1px solid #e9e8e9;
    border-radius: 0;
    color: #252023;
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-size: 20px
}

.select2-container--bootstrap .select2-search__field {
    outline: 0;
    font-size: 20px
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
    color: #252023
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
    color: #252023
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
    color: #252023;
    opacity: 1
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #252023
}

.select2-container--bootstrap .select2-results__option[role=group] {
    padding: 0
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    color: #9a9a9a;
    cursor: not-allowed
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: #171416
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #d7b46a;
    color: #252023
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 10px 20px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -50px;
    padding-left: 100px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -100px;
    padding-left: 150px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -150px;
    padding-left: 200px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -200px;
    padding-left: 250px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -250px;
    padding-left: 300px
}

.select2-container--bootstrap .select2-results__group {
    color: #9a9a9a;
    display: block;
    padding: 23px 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.875;
    white-space: nowrap
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-transition: border-color ease-in-out .15s, 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;
    border-color: #d7b46a
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #d7b46a transparent;
    border-width: 0 5px 5px
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.select2-container--bootstrap .select2-selection__clear {
    color: #252023;
    cursor: pointer;
    float: right;
    font-weight: 400;
    margin-right: 10px
}

.select2-container--bootstrap .select2-selection__clear:hover {
    color: #d7b46a
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #e9e8e9;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: not-allowed
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #efeeec
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #d7b46a;
    overflow-x: hidden
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--bootstrap .select2-selection--single {
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding: 0 15px
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 50px;
    top: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    top: 50%;
    font-weight: 400;
    margin-top: -10px;
    right: 0;
    height: 20px;
    line-height: 20px;
    content: '\e313';
    font-family: material icons;
    font-size: 20px
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #252023;
    padding: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #252023
}

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 50px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 26;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    color: #252023;
    float: left;
    margin-top: 5px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #252023;
    background: #000;
    border: 1px solid #000;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin: 0;
    padding: 0 23px
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: 0 0;
    padding: 0 50px;
    height: 48px;
    line-height: 26;
    margin-top: 0;
    min-width: 5em
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #252023;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 11.5px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #d7b46a
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 23px
}

.select2-container--bootstrap.input-sm,
.input-group-sm>.select2-container--bootstrap.form-control,
.input-group-sm>.select2-container--bootstrap.input-group-addon,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn,
.select2-container--bootstrap.input-lg,
.input-group-lg>.select2-container--bootstrap.form-control,
.input-group-lg>.select2-container--bootstrap.input-group-addon,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn {
    border-radius: 0;
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding: 0
}

.select2-container--bootstrap.input-sm .select2-selection--single,
.input-group-sm>.select2-container--bootstrap.form-control .select2-selection--single,
.input-group-sm>.select2-container--bootstrap.input-group-addon .select2-selection--single,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 3px;
    font-size: 15px;
    height: 60.8px;
    line-height: 1.5;
    padding: 18.4px 52px 18.4px 40px
}

.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b,
.input-group-sm>.select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b,
.input-group-sm>.select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    margin-left: -18.4px
}

.select2-container--bootstrap.input-sm .select2-selection--multiple,
.input-group-sm>.select2-container--bootstrap.form-control .select2-selection--multiple,
.input-group-sm>.select2-container--bootstrap.input-group-addon .select2-selection--multiple,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
    min-height: 60.8px
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice,
.input-group-sm>.select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice,
.input-group-sm>.select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 15px;
    line-height: 1.5;
    margin: 17.4px 0 0 20px;
    padding: 0 18.4px
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm>.select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm>.select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 40px;
    font-size: 15px;
    height: 58.8px;
    line-height: 1.5
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear,
.input-group-sm>.select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear,
.input-group-sm>.select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 18.4px
}

.select2-container--bootstrap.input-lg .select2-selection--single,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--single,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--single,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--single,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 6px;
    font-size: 19px;
    height: 83.2px;
    line-height: 1.33333;
    padding: 27.6px 75px 27.6px 60px
}

.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    width: 5px
}

.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 5px 0;
    margin-left: -5px;
    margin-left: -27.6px;
    margin-top: -2.5px
}

.select2-container--bootstrap.input-lg .select2-selection--multiple,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--multiple,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--multiple,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: 83.2px
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 4px;
    margin: 26.6px 0 0 30px;
    padding: 0 27.6px
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 60px;
    font-size: 19px;
    height: 81.2px;
    line-height: 1.33333
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 27.6px
}

.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single,
.input-group-lg>.select2-container--bootstrap.select2-container--open.form-control .select2-selection--single,
.input-group-lg>.select2-container--bootstrap.select2-container--open.input-group-addon .select2-selection--single,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.select2-container--open.btn .select2-selection--single {}

.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.select2-container--bootstrap.select2-container--open.form-control .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.select2-container--bootstrap.select2-container--open.input-group-addon .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.select2-container--open.btn .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #252023 transparent;
    border-width: 0 5px 5px
}

.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single {}

.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #252023 transparent;
    border-width: 0 5px 5px
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single {
    padding-left: 62px;
    padding-right: 50px
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 50px;
    right: auto
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 25px
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
    border-color: #f0ad4e
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f8d9ac;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f8d9ac;
    border-color: #ec971f
}

.has-warning.select2-drop-active {
    border-color: #ec971f
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #ec971f
}

.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #d9534f
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
    border-color: #c9302c
}

.has-error.select2-drop-active {
    border-color: #c9302c
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #c9302c
}

.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: #5cb85c
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #a3d7a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #a3d7a3;
    border-color: #449d44
}

.has-success.select2-drop-active {
    border-color: #449d44
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #449d44
}

.input-group .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top
}

.form-control.select2-hidden-accessible {
    position: absolute!important;
    width: 1px!important
}

.form-inline .select2-container--bootstrap {
    display: inline-block
}



/* modal */
.modal-backdrop.in {opacity: .5; filter: alpha(opacity=50)}
.modal-dialog{margin-top: 100px; border: 0px solid #fff; border-radius: 0;}
.modal-content{padding: 30px;}
.modal-header{border: 0 none; padding-top: 35px;}
.modal-header .section-header{margin-bottom: 0;}
.modal-header button.close{opacity: 1; outline: none; top: 20px; position: absolute; right: 20px;}
.modal-title{font-size: 34px;}
.modal-body{padding-top: 0px; padding-bottom: 25px;}
.modal-body h3{font-size: 26px !important;}
.modal-body p{font-size: 16px; letter-spacing: 1px; margin-bottom: 35px;}
.modal-footer{padding-top: 0; padding-bottom: 25px; border: 0 none;}
.modal-footer button{color: #fff; display: inline-flex; justify-content: center; align-items: center; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: 250ms all ease-in-out; font-size: 12px; border: none; font-weight: 700; letter-spacing: .1em; padding: 9px 15px; text-transform: uppercase; min-width: 180px; min-height: 51px; border-radius: 0;}
@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)}
}