/*! 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
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !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: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

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

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

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

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

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

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

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

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

mark,
.mark {
    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: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-unstyled,
.card__body ul,
.menu ul {
    padding-left: 0;
    list-style: none
}

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

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

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

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

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

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

@media (min-width: 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 #777
}

.initialism {
    font-size: 90%
}

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

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

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

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 #eee;
    border-left: 0;
    text-align: right
}

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

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

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

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select.input-sm {
    height: 30px;
    line-height: 30px
}

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

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

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

.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: 7px
    }
}

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

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

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    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: #333;
    background-color: #fff;
    border-color: #ccc
}

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

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

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

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

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

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

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

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

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

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

.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: #204d74;
    border-color: #122b40
}

.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: #337ab7;
    border-color: #2e6da4
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    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: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

.modal-header:after {
    clear: both
}

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

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

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

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

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

.modal-footer:after {
    clear: both
}

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

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

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

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

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

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

.carousel {
    position: relative
}

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

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

.carousel-inner>.item>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 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -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, 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, 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
    }
}

html,
body {
    background-color: #fff
}

body {
    color: #797979;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1.6;
    overflow-x: visible;
    position: relative
}

h1,
.h1.h1,
h2,
.h2.h2,
h3,
.h3.h3,
h4,
.h4.h4,
h5,
.h5.h5,
h6,
.h6.h6 {
    font-weight: 400;
    margin-top: 0
}

h1 strong,
.h1.h1 strong,
h2 strong,
.h2.h2 strong,
h3 strong,
.h3.h3 strong,
h4 strong,
.h4.h4 strong,
h5 strong,
.h5.h5 strong,
h6 strong,
.h6.h6 strong {
    font-weight: 400
}

h2,
.h2.h2 {
    color: #333;
    font-size: 3.5rem;
    font-style: italic;
    letter-spacing: -.03em;
    text-transform: uppercase
}

h2 strong,
.h2.h2 strong {
    font-weight: 700
}

h3,
.h3.h3 {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.1rem;
    font-style: italic;
    text-transform: uppercase
}

h3 strong,
.h3.h3 strong {
    font-weight: 700
}

h6,
.h6.h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase
}

@font-face {
    font-family: 'icons';
    src: url("../fonts/icons.ttf?5kzc2g") format("truetype"), url("../fonts/icons.woff?5kzc2g") format("woff"), url("../fonts/icons.svg?5kzc2g#icons") format("svg");
    font-weight: normal;
    font-style: normal
}

.icon {
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-top:before {
    content: "\e907"
}

.icon-arrow-right:before {
    content: "\e908"
}

.icon-arrow-bottom:before {
    content: "\e909"
}

.icon-arrow-left:before {
    content: "\e900"
}

.icon-pointer-top:before {
    content: "\e90a"
}

.icon-pointer-right:before {
    content: "\e90b"
}

.icon-pointer-bottom:before {
    content: "\e90c"
}

.icon-pointer-left:before {
    content: "\e901"
}

.icon-facebook:before {
    content: "\e902"
}

.icon-instagram:before {
    content: "\e903"
}

.icon-linkedin:before {
    content: "\e904"
}

.icon-twitter:before {
    content: "\e905"
}

.icon-youtube:before {
    content: "\e906"
}

.btn.btn {
    border-radius: .7rem;
    border-width: .2rem;
    box-shadow: none;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    padding: 1.05rem 1.4rem;
    text-transform: uppercase;
    white-space: normal
}

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

.btn-sm.btn-sm {
    font-size: 1.1rem
}

.btn-lg.btn-lg {
    padding: 1.4rem 4rem
}

.btn-icon {
    display: inline-block;
    font-size: .8em;
    margin-top: -.145em;
    vertical-align: middle
}

.btn-circle.btn-circle {
    border-radius: 100rem;
    border-width: 1px;
    padding: .8rem
}

.btn-circle.btn-circle .icon {
    vertical-align: middle
}

.btn-circle.btn-circle .icon:before {
    display: block;
    font-size: 1.23076923em;
    height: 1em;
    line-height: 1em;
    width: 1em
}

.btn-circle.btn-circle .icon-googleplus:before {
    font-size: 1.5em;
    height: 0.82em;
    line-height: 0.82em;
    width: 0.82em
}

.btn-xs.btn-xs {
    padding: .4rem;
    font-size: 1rem
}

.btn-sm.btn-sm {
    padding: 1rem
}

.btn-clear.btn-clear {
    background-color: transparent;
    border-color: transparent;
    color: inherit
}

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

.btn-wrap:hover .btn-primary.btn-primary,
.btn-wrap:focus .btn-primary.btn-primary,
.btn-wrap:active .btn-primary.btn-primary,
.btn-wrap.active .btn-primary.btn-primary,
.btn-primary.btn-primary:hover,
.btn-primary.btn-primary:focus,
.btn-primary.btn-primary:active,
.btn-primary.btn-primary.active {
    background-color: #164d99;
    border-color: #164d99;
    color: #fff
}

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

.btn-wrap:hover .btn-primary-outline.btn-primary-outline,
.btn-wrap:focus .btn-primary-outline.btn-primary-outline,
.btn-wrap:active .btn-primary-outline.btn-primary-outline,
.btn-wrap.active .btn-primary-outline.btn-primary-outline,
.btn-primary-outline.btn-primary-outline:hover,
.btn-primary-outline.btn-primary-outline:focus,
.btn-primary-outline.btn-primary-outline:active,
.btn-primary-outline.btn-primary-outline.active {
    background-color: #B36232;
    border-color: #B36232;
    color: #fff
}

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

.btn-wrap:hover .btn-secondary.btn-secondary,
.btn-wrap:focus .btn-secondary.btn-secondary,
.btn-wrap:active .btn-secondary.btn-secondary,
.btn-wrap.active .btn-secondary.btn-secondary,
.btn-secondary.btn-secondary:hover,
.btn-secondary.btn-secondary:focus,
.btn-secondary.btn-secondary:active,
.btn-secondary.btn-secondary.active {
    background-color: #1b80b3;
    border-color: #1b80b3;
    color: #fff
}

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

.btn-wrap:hover .btn-secondary-outline.btn-secondary-outline,
.btn-wrap:focus .btn-secondary-outline.btn-secondary-outline,
.btn-wrap:active .btn-secondary-outline.btn-secondary-outline,
.btn-wrap.active .btn-secondary-outline.btn-secondary-outline,
.btn-secondary-outline.btn-secondary-outline:hover,
.btn-secondary-outline.btn-secondary-outline:focus,
.btn-secondary-outline.btn-secondary-outline:active,
.btn-secondary-outline.btn-secondary-outline.active {
    background-color: #239fde;
    border-color: #239fde;
    color: #fff
}

.btn-info.btn-info {
    background-color: #2bbaef;
    border-color: #2bbaef;
    color: #fff
}

.btn-wrap:hover .btn-info.btn-info,
.btn-wrap:focus .btn-info.btn-info,
.btn-wrap:active .btn-info.btn-info,
.btn-wrap.active .btn-info.btn-info,
.btn-info.btn-info:hover,
.btn-info.btn-info:focus,
.btn-info.btn-info:active,
.btn-info.btn-info.active {
    background-color: #10a1d7;
    border-color: #10a1d7;
    color: #fff
}

.btn-info-outline.btn-info-outline {
    background-color: #fff;
    border-color: #2bbaef;
    color: #239fde
}

.btn-wrap:hover .btn-info-outline.btn-info-outline,
.btn-wrap:focus .btn-info-outline.btn-info-outline,
.btn-wrap:active .btn-info-outline.btn-info-outline,
.btn-wrap.active .btn-info-outline.btn-info-outline,
.btn-info-outline.btn-info-outline:hover,
.btn-info-outline.btn-info-outline:focus,
.btn-info-outline.btn-info-outline:active,
.btn-info-outline.btn-info-outline.active {
    background-color: #2bbaef;
    border-color: #2bbaef;
    color: #fff
}

.btn-facebook.btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff
}

.btn-wrap:focus .btn-facebook,
.btn-wrap:hover .btn-facebook,
.btn-wrap:active .btn-facebook,
.btn-facebook.btn-facebook:focus,
.btn-facebook.btn-facebook:hover,
.btn-facebook.btn-facebook:active,
.btn-facebook.btn-facebook.active {
    background-color: lighter(#3b5998, 10%);
    border-color: lighter(#3b5998, 10%);
    color: #fff
}

.btn-facebook-outline.btn-facebook-outline {
    background-color: transparent;
    border-color: inherit;
    color: inherit
}

.btn-wrap:focus .btn-facebook-outline,
.btn-wrap:hover .btn-facebook-outline,
.btn-wrap:active .btn-facebook-outline,
.btn-facebook-outline.btn-facebook-outline:focus,
.btn-facebook-outline.btn-facebook-outline:hover,
.btn-facebook-outline.btn-facebook-outline:active,
.btn-facebook-outline.btn-facebook-outline.active {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff
}

.btn-twitter.btn-twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff
}

.btn-wrap:focus .btn-twitter,
.btn-wrap:hover .btn-twitter,
.btn-wrap:active .btn-twitter,
.btn-twitter.btn-twitter:focus,
.btn-twitter.btn-twitter:hover,
.btn-twitter.btn-twitter:active,
.btn-twitter.btn-twitter.active {
    background-color: lighter(#1da1f2, 10%);
    border-color: lighter(#1da1f2, 10%);
    color: #fff
}

.btn-twitter-outline.btn-twitter-outline {
    background-color: transparent;
    border-color: inherit;
    color: inherit
}

.btn-wrap:focus .btn-twitter-outline,
.btn-wrap:hover .btn-twitter-outline,
.btn-wrap:active .btn-twitter-outline,
.btn-twitter-outline.btn-twitter-outline:focus,
.btn-twitter-outline.btn-twitter-outline:hover,
.btn-twitter-outline.btn-twitter-outline:active,
.btn-twitter-outline.btn-twitter-outline.active {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff
}

.btn-instagram.btn-instagram {
    background-color: #405de6;
    border-color: #405de6;
    color: #fff
}

.btn-wrap:focus .btn-instagram,
.btn-wrap:hover .btn-instagram,
.btn-wrap:active .btn-instagram,
.btn-instagram.btn-instagram:focus,
.btn-instagram.btn-instagram:hover,
.btn-instagram.btn-instagram:active,
.btn-instagram.btn-instagram.active {
    background-color: lighter(#405de6, 10%);
    border-color: lighter(#405de6, 10%);
    color: #fff
}

.btn-instagram-outline.btn-instagram-outline {
    background-color: transparent;
    border-color: inherit;
    color: inherit
}

.btn-wrap:focus .btn-instagram-outline,
.btn-wrap:hover .btn-instagram-outline,
.btn-wrap:active .btn-instagram-outline,
.btn-instagram-outline.btn-instagram-outline:focus,
.btn-instagram-outline.btn-instagram-outline:hover,
.btn-instagram-outline.btn-instagram-outline:active,
.btn-instagram-outline.btn-instagram-outline.active {
    background-color: #405de6;
    border-color: #405de6;
    color: #fff
}

.btn-googleplus.btn-googleplus {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff
}

.btn-wrap:focus .btn-googleplus,
.btn-wrap:hover .btn-googleplus,
.btn-wrap:active .btn-googleplus,
.btn-googleplus.btn-googleplus:focus,
.btn-googleplus.btn-googleplus:hover,
.btn-googleplus.btn-googleplus:active,
.btn-googleplus.btn-googleplus.active {
    background-color: lighter(#dd4b39, 10%);
    border-color: lighter(#dd4b39, 10%);
    color: #fff
}

.btn-googleplus-outline.btn-googleplus-outline {
    background-color: transparent;
    border-color: inherit;
    color: inherit
}

.btn-wrap:focus .btn-googleplus-outline,
.btn-wrap:hover .btn-googleplus-outline,
.btn-wrap:active .btn-googleplus-outline,
.btn-googleplus-outline.btn-googleplus-outline:focus,
.btn-googleplus-outline.btn-googleplus-outline:hover,
.btn-googleplus-outline.btn-googleplus-outline:active,
.btn-googleplus-outline.btn-googleplus-outline.active {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 34em) {
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 48em) {
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 62em) {
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 75em) {
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-offset-0,
    .col-xl-offset-1,
    .col-xl-offset-2,
    .col-xl-offset-3,
    .col-xl-offset-4,
    .col-xl-offset-5,
    .col-xl-offset-6,
    .col-xl-offset-7,
    .col-xl-offset-8,
    .col-xl-offset-9,
    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-xl-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-xl-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-xl-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-xl-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-xl-offset-0 {
        margin-left: 0
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }
    .start-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-xl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-xl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-xl {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-xl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-xl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.icon-dot,
.icon-bar {
    border-style: solid;
    border-width: .4rem;
    height: 0
}

.icon-dot {
    border-radius: 50%;
    display: inline-block;
    margin-top: -.245em;
    vertical-align: middle;
    width: 0
}

.icon-bar {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    display: block;
    width: 2.8rem
}

.icon-bar+.icon-bar {
    margin-top: .3rem
}

@media (max-width: 991px) {
    .carousel--home .item {
        background-position: 32% center;
        height: 0;
        padding-bottom: 81.25%
    }
}

@media (min-width: 992px) {
    .carousel--home .item {
        height: 60rem;
        padding-bottom: 0
    }
}

@media (max-width: 991px) {
    .carousel--home .carousel-body {
        border-bottom: 1px solid #d6d6d6;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 2rem;
        padding-top: 2rem;
        width: 100%
    }
}

@media (min-width: 992px) {
    .carousel--home .carousel-body {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 991px) {
    .carousel--home .carousel-indicators {
        display: none
    }
}

.carousel--home .carousel-indicators li,
.carousel--home .carousel-indicators .active {
    width: 1.4rem;
    height: 1.4rem;
    margin: .2rem
}

.carousel--home .carousel-control {
    display: none
}

@media (min-width: 1400px) {
    .carousel--home .carousel-control {
        background-image: none !important;
        display: block;
        font-size: 4.2rem;
        margin: auto;
        opacity: 1;
        width: 1em;
        height: 1em;
        line-height: 1
    }
}

.carousel--home .carousel-control.right {
    right: 2%
}

@media (min-width: 1400px) {
    .carousel--home .carousel-control.right {
        right: 6%
    }
}

@media (min-width: 1500px) {
    .carousel--home .carousel-control.right {
        right: 10%
    }
}

.carousel--home .carousel-control.left {
    left: 2%
}

@media (min-width: 1400px) {
    .carousel--home .carousel-control.left {
        left: 6%
    }
}

@media (min-width: 1500px) {
    .carousel--home .carousel-control.left {
        left: 10%
    }
}

.form-carousel {
    background-color: #fff;
    font-size: 1.2rem;
    letter-spacing: normal;
    padding-top: 3rem;
    text-align: left
}

@media (max-width: 991px) {
    .form-carousel {
        display: none
    }
    .modal .form-carousel {
        display: block
    }
}

@media (min-width: 992px) {
    .form-carousel {
        padding: 3.5rem
    }
}

.form-carousel .form-group {
    margin-bottom: 1rem
}

.form-carousel h3 {
    margin-bottom: 2.6rem;
    padding-top: .2rem;
    text-align: center
}

.form-carousel p {
    line-height: 1.2;
    margin-bottom: 0
}

.card {
    background-color: #fff;
    display: block;
    position: relative;
    box-shadow: 0 0.2rem 1.4rem 0px rgba(0, 0, 0, 0.15)
}

@media (min-width: 992px) {
    .card {
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }
}

.card:hover,
.card:focus,
.card:active {
    text-decoration: none
}

@media (min-width: 992px) {
    .card:hover,
    .card:focus,
    .card:active {
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem)
    }
}

.card__picture {
    padding-top: 5.5rem
}

.card__title,
.card__title img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.card__title {
    background-color: #000;
    margin-bottom: 0;
    height: 5.5rem
}

.card__title:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    border-top: .8rem solid #000;
    border-left: 1.4rem solid transparent;
    border-right: 1.4rem solid transparent
}

.card__title img {
    bottom: 0;
    margin: auto
}

.card__img {
    width: 100%;
    height: auto
}

.card__body {
    padding: 3rem 3rem 4rem;
    text-align: left
}

.card__body li {
    background-position: 0;
    background-repeat: no-repeat;
    color: #4a4a4a;
    letter-spacing: normal;
    padding-left: 2.6rem
}

.card__body li:nth-child(1) {
    background-image: url(../../images/icon-small-01.png)
}

.card__body li:nth-child(2) {
    background-image: url(../../images/icon-small-02.png)
}

.card__body li:nth-child(3) {
    background-image: url(../../images/icon-small-03.png)
}

.card__footer {
    position: absolute;
    right: 0;
    bottom: -2.2rem;
    left: 0
}

.cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.cover__img {
    visibility: hidden !important;
    display: none !important
}

.form-group {
    margin-bottom: 3rem
}

label {
    color: #2e3542;
    font-size: 1.4rem;
    text-transform: uppercase
}

.form-control {
    border-color: #cdd0d3;
    border-radius: .4rem;
    box-shadow: none !important;
    font-size: 1.4rem;
    height: 3.8rem;
    min-width: 8rem
}

.form-control-lg {
    min-width: 23rem
}

.has-error .form-control {
    border-color: red
}

.has-error .form-control:focus {
    border-color: #f99
}

.form-control:focus {
    box-shadow: none;
    border-color: #B36232
}

.help-block {
    color: red;
    font-size: 0.7em;
    font-weight: 400;
    margin-bottom: -1.6rem;
    opacity: 0;
    visibility: hidden
}

.has-error .help-block {
    color: red;
    opacity: 1;
    visibility: visible
}

.footer>.container>.btn {
    margin-top: -2.2rem;
    margin-bottom: -2.2rem;
    position: relative;
    z-index: 500
}

.footer__main {
    background-color: #1f1f1f;
    color: #aeaeae;
    font-size: 1.4rem;
    padding-bottom: 3rem;
    padding-top: 6.8rem;
    text-align: center
}

@media (min-width: 992px) {
    .footer__main {
        padding-bottom: 6.8rem;
        text-align: left
    }
}

.footer__main p {
    margin-bottom: 2.5rem
}

.footer__main p:last-child {
    margin-bottom: 0
}

.footer__main h6 {
    color: #fff
}

.footer__main em {
    color: #239fde;
    font-style: normal
}

.footer__main hr {
    border-top-color: #239fde;
    border-top-width: 2px;
    margin-left: 0;
    max-width: 6rem
}

.footer__main .btn {
    color: #fff
}

.footer__contact {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    white-space: nowrap
}

.footer__contact strong {
    font-size: 2rem;
    font-weight: 700
}

.footer__contact em {
    font-weight: 400
}

@media (max-width: 991px) {
    .footer__row {
        margin-top: -3rem
    }
}

@media (max-width: 991px) {
    .footer__col {
        padding-bottom: 1rem;
        padding-top: 2rem;
        position: relative
    }
}

@media (max-width: 991px) {
    .footer__col::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 3rem;
        right: 3rem;
        border-top: 1px solid #4f4f4f
    }
}

@media (min-width: 992px) {
    .footer__col:nth-child(1) {
        flex-grow: 1.3
    }
}

@media (min-width: 1200px) {
    .footer__col:nth-child(1) {
        padding-right: 8rem;
        flex-grow: 1.6
    }
}

@media (min-width: 992px) {
    .footer__col:nth-child(2) {
        flex-grow: 0.8
    }
}

@media (min-width: 1200px) {
    .footer__col:nth-child(2),
    .footer__col:nth-child(3) {
        flex-grow: 1.2
    }
}

@media (min-width: 992px) {
    .footer__col:nth-child(2),
    .footer__col:nth-child(4) {
        padding-top: 1.6rem
    }
}

.menu--footer li {
    margin-bottom: 1rem
}

.menu--footer a {
    color: #fff
}

.footer__copy {
    color: #fff;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.footer__copy p,
.footer__copy ul {
    margin-bottom: 0
}

.footer__copy ul {
    border-left: 1px solid #8a8a8a;
    border-right: 1px solid #8a8a8a;
    padding: 1rem
}

.footer__copy a {
    color: #fff
}

.footer__copy a:hover,
.footer__copy a:focus,
.footer__copy a:active {
    text-decoration: none
}

.footer__copy .icon-facebook:hover,
.footer__copy .icon-facebook:focus,
.footer__copy .icon-facebook:active {
    color: #3b5998
}

.footer__copy .icon-twitter:hover,
.footer__copy .icon-twitter:focus,
.footer__copy .icon-twitter:active {
    color: #1da1f2
}

.footer__copy .icon-youtube:hover,
.footer__copy .icon-youtube:focus,
.footer__copy .icon-youtube:active {
    color: #cd201f
}

.footer__copy .icon-instagram:hover,
.footer__copy .icon-instagram:focus,
.footer__copy .icon-instagram:active {
    color: #405de6
}

.footer__copy .icon-linkedin:hover,
.footer__copy .icon-linkedin:focus,
.footer__copy .icon-linkedin:active {
    color: #0077b5
}

.btn-top {
    color: #fff;
    display: block;
    margin-top: 2rem;
    text-align: center;
    text-transform: uppercase
}

.header {
    background-color: #fff;
    padding-bottom: 2rem;
    padding-top: 2.4rem;
    position: relative;
    z-index: 700
}

.header .btn {
    white-space: nowrap
}

@media (max-width: 991px) {
    .header .btn {
        padding-top: .6rem;
        padding-bottom: .6rem
    }
}

@media (max-width: 991px) {
    .menu--header {
        position: absolute;
        top: 100%;
        right: -.5rem;
        margin-top: 1.4rem;
        background-color: #fff;
        padding: .5rem;
        border-bottom-left-radius: .4em;
        border-bottom-right-radius: .4em;
        opacity: 0;
        visibility: hidden;
        transform: translateY(1rem);
        transition-duration: .3s
    }
    .menu--header.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }
}

@media (min-width: 992px) {
    .menu--header li {
        display: inline-block
    }
}

@media (max-width: 991px) {
    .menu--header li:last-child {
        margin-top: .6rem;
        margin-right: 1.4rem
    }
}

.menu a {
    display: block;
    text-transform: uppercase;
    font-size: 1.4rem
}

.menu a.active {
    font-weight: 700
}

.menu--header a {
    color: #111;
    padding: .6rem 1.2rem
}

@media (min-width: 992px) {
    .menu--header a {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem
    }
}

.menu--header a:hover,
.menu--header a:focus,
.menu--header a:active,
.menu--header a.active {
    color: #B36232;
    text-decoration: none
}

.logo {
    background-image: url(../../images/logo.png);
    background-size: 100% auto;
    display: block;
    font-size: .65rem;
    width: 23.8em;
    height: 3.8em
}

@media (min-width: 992px) {
    .logo {
        font-size: 1rem;
        height: 5.4em
    }
}

.btn-tel {
    color: #333;
    display: inline-block;
    font-size: 1.4rem;
    padding: .6rem .4rem;
    text-transform: uppercase;
    vertical-align: middle
}

.btn-tel:hover,
.btn-tel:focus,
.btn-tel:active {
    text-decoration: none;
    color: #239fde
}

.btn-menu {
    background-color: transparent;
    border: 0;
    color: #cbcbcb;
    display: inline-block;
    margin-right: -.4rem;
    padding: .7rem .4rem .9rem;
    vertical-align: middle
}

.btn-menu:hover,
.btn-menu:focus,
.btn-menu:active {
    color: #B36232;
    outline: 0
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.img-center {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.245em
}

.label {
    display: inline-block;
    padding: 1.2rem 1.8rem
}

.label--primary {
    background-color: #B36232;
    color: #fff
}

.text-primary.text-primary {
    color: #B36232
}

.icon-lg {
    font-size: 1.54545455em
}

.font-primary {
    color: #B36232;
    font-size: 0.857142857em;
    font-weight: 800;
    text-transform: uppercase
}

.text-lg {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.8
}

@media (min-width: 768px) {
    .text-lg {
        font-size: 2rem
    }
}

.text-normal,
label em {
    color: #B36232;
    font-style: normal
}

.mb40 {
    margin-bottom: 4rem
}

.mt40 {
    margin-top: 4rem
}

.mt40n {
    margin-top: -4rem
}

@media (min-width: 1200px) {
    .mt-lg-40 {
        margin-top: 4rem
    }
    .mt-lg-40n {
        margin-top: -4rem
    }
}

.mt0.mt0 {
    margin-top: 0
}

.mb10.mb10 {
    margin-bottom: 1rem
}

.ml0.ml0 {
    margin-left: 0
}

.ml10.ml10 {
    margin-left: 1rem
}

.my10 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.pt40 {
    padding-top: 4rem
}

@media (min-width: 768px) {
    .text-sm-right {
        text-align: right
    }
}

@media (min-width: 992px) {
    .text-md-right {
        text-align: right
    }
}

@media (min-width: 992px) {
    .block-md {
        display: block
    }
}

@-webkit-keyframes slideDown {
    from {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes slideDown {
    from {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.container,
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

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

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

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

.col {
    position: relative
}

.content {
    background-color: #fff;
    text-align: center
}

.content-alt {
    background-color: #ebebeb
}

.container--pad {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.title-icon {
    color: #239fde;
    font-size: 4.4rem;
    margin: 2rem auto;
    opacity: .5
}

.text-lg {
    letter-spacing: normal;
    line-height: 1.36363636;
    margin-bottom: 2em
}

.features li {
    color: #B36232;
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1.2;
    padding-bottom: 4rem;
    position: relative;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .features li {
        margin-bottom: 4.5rem;
        padding-bottom: 2.5rem
    }
}

.features li:before,
.features li:after {
    content: '';
    position: absolute;
    bottom: 0
}

.features li:before {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #B36232;
    left: 0
}

@media (max-width: 991px) {
    .features li:before {
        top: 50%;
        margin-left: -.5rem
    }
}

@media (min-width: 992px) {
    .features li:before {
        right: 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 991px) {
    .features li:nth-child(2n+1):before {
        display: none
    }
}

@media (max-width: 991px) {
    .features li+li:after {
        background-image: linear-gradient(to top, #B36232 20%, rgba(255, 255, 255, 0) 0%);
        background-repeat: repeat-y;
        background-size: 2px 10px;
        margin-left: -.1rem;
        top: 50%;
        left: 0;
        width: 2px;
        height: 100%
    }
}

@media (min-width: 992px) {
    .features li+li:after {
        background-image: linear-gradient(to right, #B36232 20%, rgba(255, 255, 255, 0) 0%);
        background-repeat: repeat-x;
        background-size: 10px 2px;
        margin-bottom: .4rem;
        right: 50%;
        width: 100%;
        height: 2px
    }
}

@media (max-width: 991px) {
    .features li:nth-child(2n+1):after,
    .features li:last-child:after {
        display: none
    }
}

@media (min-width: 992px) {
    .features li:nth-child(3n+1):after {
        display: none
    }
}

.features img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem
}

.card__row {
    margin-left: auto;
    margin-right: auto;
    margin-top: -6rem
}

.card__col {
    padding-top: 6rem
}

.row--xs {
    margin-left: 0;
    margin-right: 0
}

.row--sm {
    margin-left: -1rem;
    margin-right: -1rem
}

.col--xs {
    padding-left: 0;
    padding-right: 0
}

.col--sm {
    padding-left: 1rem;
    padding-right: 1rem
}

.btn-slide:hover,
.btn-slide:focus,
.btn-slide:active {
    outline: 0
}

#mapa {
    width: 659px;
    height: 616px;
}

#mapa .unTerreno:hover,
#mapa .unTerreno:active,
#mapa .unTerreno:focus {
    transition: ease-in-out all .4s;
    -moz-transition: ease-in-out all .4s;
    -webkit-transition: ease-in-out all .4s;
    /*background:rgba(0,0,0,0.5);*/
    cursor: pointer;
}

@media screen and (min-width: 988px) and (max-width: 1920px) {
    #mapa {
        width: 500px;
        height: 467px;
    }
    #mapa div,
    #mapa div div,
    #mapa div div {
        display: inline-block;
        vertical-align: top;
    }
    #mapa_2 {
        width: 5%;
        height: 7%;
    }
    #mapa_3 {
        width: 93%;
        height: 7%;
    }
    #mapa_4 {
        width: 5%;
        height: 54%;
    }
    #mapa_5 {
        width: 64%;
        height: 53%;
    }
    #mapa_6 {
        width: 100%;
        height: 50%;
    }
    #mapa_7 {
        width: 45px;
        margin-top: 40px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_8 {
        width: 45px;
        margin-top: 41px;
        margin-left: 6px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_9 {
        width: 45px;
        margin-top: 40px;
        margin-left: 7px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_10 {
        width: 45px;
        margin-top: 40px;
        margin-left: 3px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_11 {
        width: 45px;
        margin-top: 40px;
        margin-left: 6px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_12 {
        width: 45px;
        margin-top: 40px;
        margin-left: 1px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_13 {
        width: 100%;
        height: 50%;
    }
    #mapa_14 {
        width: 45px;
        margin-top: 39px;
        margin-left: -2px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_15 {
        width: 45px;
        margin-top: 40px;
        margin-left: 8px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_16 {
        width: 45px;
        margin-top: 41px;
        margin-left: 6px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_17 {
        width: 45px;
        margin-top: 41px;
        margin-left: 4px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_18 {
        width: 45px;
        margin-top: 40px;
        margin-left: 6px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_19 {
        width: 45px;
        margin-top: 40px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_20 {
        width: 15%;
        height: 53%;
    }
    #mapa_21 {
        width: 44px;
        margin-top: 37px;
        margin-left: 13px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_22 {
        width: 44px;
        margin-top: 42px;
        margin-left: 13px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_23 {
        width: 44px;
        margin-top: 36px;
        margin-left: 13px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_24 {
        width: 10%;
        height: 53%;
    }
    #mapa_25 {
        width: 100%;
        height: 10%;
    }
    #mapa_26 {
        width: 7%;
        height: 26%;
    }
    #mapa_27 {
        width: 84%;
        height: 26%;
    }
    #mapa_28 {
        width: 45px;
        margin-top: 37px;
        margin-left: -2px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_29 {
        width: 45px;
        margin-top: 39px;
        margin-left: 8px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_30 {
        width: 45px;
        margin-top: 37px;
        margin-left: 5px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_31 {
        width: 45px;
        margin-top: 39px;
        margin-left: 4px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_32 {
        width: 45px;
        margin-top: 39px;
        margin-left: 6px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_33 {
        width: 45px;
        margin-top: 39px;
        margin-left: 1px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_34 {
        width: 22%;
        height: 100%;
    }
    #mapa_35 {
        width: 45px;
        margin-top: 7px;
        margin-left: 7px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_36 {
        width: 45px;
        margin-top: 20px;
        margin-left: 7px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_37 {
        width: 6%;
        height: 26%;
    }
}

@media screen and (min-width: 918px) and (max-width: 988px) {
    #mapa {
        width: 470px;
        height: 439px;
    }
    #mapa div,
    #mapa div div,
    #mapa div div {
        display: inline-block;
        vertical-align: top;
    }
    #mapa_2 {
        width: 5%;
        height: 7%;
    }
    #mapa_3 {
        width: 93%;
        height: 7%;
    }
    #mapa_4 {
        width: 5%;
        height: 54%;
    }
    #mapa_5 {
        width: 64%;
        height: 53%;
    }
    #mapa_6 {
        width: 100%;
        height: 50%;
    }
    #mapa_7 {
        width: 45px;
        margin-top: 40px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center
    }
    #mapa_8 {
        width: 45px;
        margin-top: 40px;
        margin-left: 3px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_9 {
        width: 45px;
        margin-top: 40px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_10 {
        width: 45px;
        margin-top: 40px;
        margin-left: 3px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_11 {
        width: 45px;
        margin-top: 40px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_12 {
        width: 45px;
        margin-top: 40px;
        margin-left: -1px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_13 {
        width: 100%;
        height: 50%;
    }
    #mapa_14 {
        width: 45px;
        margin-top: 39px;
        margin-left: -2px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_15 {
        width: 45px;
        margin-top: 40px;
        margin-left: 5px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_16 {
        width: 45px;
        margin-top: 40px;
        margin-left: 2px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_17 {
        width: 45px;
        margin-top: 40px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_18 {
        width: 45px;
        margin-top: 40px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_19 {
        width: 45px;
        margin-top: 40px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_20 {
        width: 15%;
        height: 53%;
    }
    #mapa_21 {
        width: 44px;
        margin-top: 37px;
        margin-left: 13px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_22 {
        width: 44px;
        margin-top: 36px;
        margin-left: 13px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_23 {
        width: 44px;
        margin-top: 30px;
        margin-left: 13px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_24 {
        width: 10%;
        height: 53%;
    }
    #mapa_25 {
        width: 100%;
        height: 10%;
    }
    #mapa_26 {
        width: 7%;
        height: 26%;
    }
    #mapa_27 {
        width: 84%;
        height: 26%;
    }
    #mapa_28 {
        width: 45px;
        margin-top: 37px;
        margin-left: -2px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center
    }
    #mapa_29 {
        width: 45px;
        margin-top: 38px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_30 {
        width: 45px;
        margin-top: 38px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_31 {
        width: 45px;
        margin-top: 39px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_32 {
        width: 45px;
        margin-top: 39px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_33 {
        width: 45px;
        margin-top: 38px;
        margin-left: 1px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_34 {
        width: 22%;
        height: 100%;
    }
    #mapa_35 {
        width: 45px;
        margin-top: 7px;
        margin-left: 7px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_36 {
        width: 45px;
        margin-top: 14px;
        margin-left: 7px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    #mapa_37 {
        width: 6%;
        height: 26%;
    }
}

@media screen and (min-width: 241px) and (max-width: 917px) {
    body #mapa {
        font-size: 0;
    }
    #mapa {
        width: 300px;
        height: 280px;
    }
    #mapa div,
    #mapa div div,
    #mapa div div {
        display: inline-block;
        vertical-align: top;
    }
    #mapa div#mapa_2 {
        width: 3%;
        height: 7%;
    }
    #mapa div#mapa_3 {
        width: 95%;
        height: 7%;
    }
    #mapa_4 {
        width: 5%;
        height: 54%;
    }
    #mapa_5 {
        width: 66%;
        height: 54%;
    }
    #mapa_6 {
        width: 100%;
        height: 50%;
    }
    #mapa_7 {
        width: 30px;
        height: 30px;
        margin-top: 21px;
        margin-left: -1px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px 13px;
        font-size: 9px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_8 {
        width: 30px;
        height: 30px;
        margin-top: 22px;
        margin-left: 3px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px 13px;
        font-size: 9px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_9 {
        width: 30px;
        height: 30px;
        margin-top: 22px;
        margin-left: 3px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px 13px;
        font-size: 9px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_10 {
        width: 30px;
        height: 30px;
        margin-top: 22px;
        margin-left: 2px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px 13px;
        font-size: 9px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_11 {
        width: 30px;
        height: 30px;
        margin-top: 22px;
        margin-left: 3px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px 13px;
        font-size: 9px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_12 {
        width: 30px;
        height: 30px;
        margin-top: 23px;
        margin-left: -1px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px 13px;
        font-size: 9px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_13 {
        width: 100%;
        height: 50%;
    }
    #mapa_14 {
        width: 30px;
        height: 30px;
        margin-top: 20px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_15 {
        width: 30px;
        height: 30px;
        margin-top: 21px;
        margin-left: 3px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_16 {
        width: 30px;
        height: 30px;
        margin-top: 21px;
        margin-left: 3px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_17 {
        width: 30px;
        height: 30px;
        margin-top: 21px;
        margin-left: 2px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_18 {
        width: 30px;
        height: 30px;
        margin-top: 20px;
        margin-left: 3px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_19 {
        width: 30px;
        height: 30px;
        margin-top: 20px;
        margin-left: -1px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_20 {
        width: 15%;
        height: 53%;
    }
    #mapa_21 {
        width: 30px;
        height: 30px;
        margin-top: 19px;
        margin-left: 5px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_22 {
        width: 30px;
        height: 30px;
        margin-top: 20px;
        margin-left: 5px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_23 {
        width: 30px;
        height: 30px;
        margin-top: 15px;
        margin-left: 4px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px 13px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_24 {
        width: 10%;
        height: 53%;
    }
    #mapa_25 {
        width: 100%;
        height: 10%;
    }
    #mapa_26 {
        width: 7%;
        height: 26%;
    }
    #mapa_27 {
        width: 84%;
        height: 26%;
    }
    #mapa_28 {
        width: 30px;
        height: 30px;
        margin-top: 21px;
        margin-left: -1px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_29 {
        width: 30px;
        height: 30px;
        margin-top: 21px;
        margin-left: 5px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_30 {
        width: 30px;
        height: 30px;
        margin-top: 21px;
        margin-left: 2px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_31 {
        width: 30px;
        height: 30px;
        margin-top: 21px;
        margin-left: 1px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_32 {
        width: 30px;
        height: 30px;
        margin-top: 21px;
        margin-left: 3px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_33 {
        width: 30px;
        height: 30px;
        margin-top: 21px;
        margin-left: 0px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_34 {
        width: 22%;
        height: 100%;
    }
    #mapa_35 {
        width: 30px;
        height: 30px;
        margin-top: 2px;
        margin-left: 3px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_36 {
        width: 30px;
        height: 30px;
        margin-top: 8px;
        margin-left: 3px;
        border: 0px solid red;
        border-radius: 50%;
        padding: 8px;
        font-size: 8px;
        color: #fff;
        text-align: center;
        background: #585250;
    }
    #mapa_37 {
        width: 6%;
        height: 26%;
    }
}

@media screen and (max-width: 240px) {
    #mapa {
        width: 240px;
        height: 224px;
    }
    #mapa div,
    #mapa div div,
    #mapa div div {
        display: inline-block;
        vertical-align: top;
    }
    #mapa_2 {
        width: 5%;
        height: 7%;
    }
    #mapa_3 {
        width: 93%;
        height: 7%;
    }
    #mapa_4 {
        width: 5%;
        height: 54%;
    }
    #mapa_5 {
        width: 64%;
        height: 53%;
    }
    #mapa_6 {
        width: 100%;
        height: 50%;
    }
    #mapa_7 {
        width: 15%;
        height: 100%;
    }
    #mapa_8 {
        width: 16%;
        height: 100%;
    }
    #mapa_9 {
        width: 15%;
        height: 100%;
    }
    #mapa_10 {
        width: 16%;
        height: 100%;
    }
    #mapa_11 {
        width: 15%;
        height: 100%;
    }
    #mapa_12 {
        width: 14%;
        height: 100%;
    }
    #mapa_13 {
        width: 100%;
        height: 50%;
    }
    #mapa_14 {
        width: 15%;
        height: 100%;
    }
    #mapa_15 {
        width: 16%;
        height: 100%;
    }
    #mapa_16 {
        width: 15%;
        height: 100%;
    }
    #mapa_17 {
        width: 16%;
        height: 100%;
    }
    #mapa_18 {
        width: 15%;
        height: 100%;
    }
    #mapa_19 {
        width: 14%;
        height: 100%;
    }
    #mapa_20 {
        width: 15%;
        height: 53%;
    }
    #mapa_21 {
        width: 100%;
        height: 39%;
    }
    #mapa_22 {
        width: 100%;
        height: 32%;
    }
    #mapa_23 {
        width: 100%;
        height: 29%;
    }
    #mapa_24 {
        width: 10%;
        height: 53%;
    }
    #mapa_25 {
        width: 100%;
        height: 10%;
    }
    #mapa_26 {
        width: 7%;
        height: 26%;
    }
    #mapa_27 {
        width: 84%;
        height: 26%;
    }
    #mapa_28 {
        width: 11%;
        height: 100%;
    }
    #mapa_29 {
        width: 12%;
        height: 100%;
    }
    #mapa_30 {
        width: 12%;
        height: 100%;
    }
    #mapa_31 {
        width: 11%;
        height: 100%;
    }
    #mapa_32 {
        width: 12%;
        height: 100%;
    }
    #mapa_33 {
        width: 12%;
        height: 100%;
    }
    #mapa_34 {
        width: 22%;
        height: 100%;
    }
    #mapa_35 {
        width: 100%;
        height: 49%;
    }
    #mapa_36 {
        width: 100%;
        height: 47%;
    }
    #mapa_37 {
        width: 6%;
        height: 26%;
    }
}