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;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

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 {
    -moz-box-sizing: content-box;
    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;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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;
    /* 1 */
    padding: 0;
    /* 2 */
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    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;
    /* 1 */
    padding: 0;
    /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

.cf:before,
.cf:after,
.row:before,
.row:after,
.nav-hor:before,
.nav-hor:after {
    content: " ";
    display: table;
}

.cf:after,
.row:after,
.nav-hor:after {
    clear: both;
}

.cf,
.row,
.nav-hor {
    *zoom: 1;
}

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

.container {
    width: 1200px;
}

hr {
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 60px 0;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
    text-transform: uppercase;
}

.row {
    margin: 10px 0 10px -10px;
    display: block;
}

.row > * {
    padding-left: 10px;
    float: left;
}

.row .col:first-child:nth-last-child(1),
.row .col:first-child:nth-last-child(1) ~ .col {
    width: 100%;
}

.row .col:first-child:nth-last-child(2),
.row .col:first-child:nth-last-child(2) ~ .col {
    width: 50%;
}

.row .col:first-child:nth-last-child(3),
.row .col:first-child:nth-last-child(3) ~ .col {
    width: 33.33333%;
}

.row .col:first-child:nth-last-child(4),
.row .col:first-child:nth-last-child(4) ~ .col {
    width: 25%;
}

.row .col:first-child:nth-last-child(5),
.row .col:first-child:nth-last-child(5) ~ .col {
    width: 20%;
}

.row .col:first-child:nth-last-child(6),
.row .col:first-child:nth-last-child(6) ~ .col {
    width: 16.66667%;
}

.row .col:first-child:nth-last-child(7),
.row .col:first-child:nth-last-child(7) ~ .col {
    width: 14.28571%;
}

.row .col:first-child:nth-last-child(8),
.row .col:first-child:nth-last-child(8) ~ .col {
    width: 12.5%;
}

.row .col:first-child:nth-last-child(9),
.row .col:first-child:nth-last-child(9) ~ .col {
    width: 11.11111%;
}

.row .col:first-child:nth-last-child(10),
.row .col:first-child:nth-last-child(10) ~ .col {
    width: 10%;
}

.row .col._1-1 {
    width: 100% !important;
}

.row .col._4-5 {
    width: 80% !important;
}

.row .col._3-4 {
    width: 75% !important;
}

.row .col._2-3 {
    width: 66.666% !important;
}

.row .col._3-5 {
    width: 60% !important;
}

.row .col._1-2,
.row .col._2-4 {
    width: 50% !important;
}

.row .col._2-5 {
    width: 40% !important;
}

.row .col._1-3 {
    width: 33.333% !important;
}

.row .col._1-4 {
    width: 25% !important;
}

.row .col._1-5 {
    width: 20% !important;
}

.row .col._1-10 {
    width: 10% !important;
}

.row .col._2-10 {
    width: 20% !important;
}
.row .col._3-10 {
    width: 30% !important;
}
.row .col._4-10 {
    width: 40% !important;
}
.row .col._5-10 {
    width: 50% !important;
}
.row .col._6-10 {
    width: 60% !important;
}
.row .col._7-10 {
    width: 70% !important;
}
.row .col._8-10 {
    width: 80% !important;
}
.row .col._9-10 {
    width: 90% !important;
}

@media (max-width: 749px) {
    .row .col: first-child: nth-last-child(1), .row .col: first-child: nth-last-child(1) ~ .col {
        width: 100%;
        margin-bottom: 5px;
    }
    .row .col:first-child:nth-last-child(2),
    .row .col:first-child:nth-last-child(2) ~ .col {
        width: 100%;
        margin-bottom: 5px;
    }
    .row .col:first-child:nth-last-child(3),
    .row .col:first-child:nth-last-child(3) ~ .col {
        width: 100%;
        margin-bottom: 5px;
    }
    .row .col:first-child:nth-last-child(4),
    .row .col:first-child:nth-last-child(4) ~ .col {
        width: 100%;
        margin-bottom: 5px;
    }
    .row .col:first-child:nth-last-child(5),
    .row .col:first-child:nth-last-child(5) ~ .col {
        width: 100%;
        margin-bottom: 5px;
    }
    .row .col:first-child:nth-last-child(6),
    .row .col:first-child:nth-last-child(6) ~ .col {
        width: 100%;
        margin-bottom: 5px;
    }
    .row .col:first-child:nth-last-child(7),
    .row .col:first-child:nth-last-child(7) ~ .col {
        width: 100%;
        margin-bottom: 5px;
    }
    .row .col:first-child:nth-last-child(8),
    .row .col:first-child:nth-last-child(8) ~ .col {
        width: 100%;
        margin-bottom: 5px;
    }
    .row .col:first-child:nth-last-child(9),
    .row .col:first-child:nth-last-child(9) ~ .col {
        width: 100%;
        margin-bottom: 5px;
    }
    .row .col:first-child:nth-last-child(10),
    .row .col:first-child:nth-last-child(10) ~ .col {
        width: 100%;
        margin-bottom: 5px;
    }
    .row .col.___4-5 {
        width: 80% !important;
    }
    .row .col.___3-4 {
        width: 75% !important;
    }
    .row .col.___2-3 {
        width: 66.666% !important;
    }
    .row .col.___3-5 {
        width: 60% !important;
    }
    .row .col.___1-2,
    .row .col.___2-4 {
        width: 50% !important;
    }
    .row .col.___2-5 {
        width: 40% !important;
    }
    .row .col.___1-3 {
        width: 33.333% !important;
    }
    .row .col.___1-4 {
        width: 25% !important;
    }
    .row .col.___1-5 {
        width: 20% !important;
    }
    .row .col.___1-10 {
        width: 10% !important;
    }
}

@media (min-width: 750px) and (max-width: 999px) {
    .row .col: first-child: nth-last-child(4), .row .col: first-child: nth-last-child(4) ~ .col {
        width: 50%;
    }
    .row .col:first-child:nth-last-child(5),
    .row .col:first-child:nth-last-child(5) ~ .col {
        width: 50%;
    }
    .row .col:first-child:nth-last-child(6),
    .row .col:first-child:nth-last-child(6) ~ .col {}
    .row .col:first-child:nth-last-child(10),
    .row .col:first-child:nth-last-child(10) ~ .col {
        width: 50%;
    }
    .row .col.__4-5 {
        width: 80% !important;
    }
    .row .col.__3-4 {
        width: 75% !important;
    }
    .row .col.__2-3 {
        width: 66.666% !important;
    }
    .row .col.__3-5 {
        width: 60% !important;
    }
    .row .col.__1-2,
    .row .col.__2-4 {
        width: 50% !important;
    }
    .row .col.__2-5 {
        width: 40% !important;
    }
    .row .col.__1-3 {
        width: 33.333% !important;
    }
    .row .col.__1-4 {
        width: 25% !important;
    }
    .row .col.__1-5 {
        width: 20% !important;
    }
    .row .col.__1-10 {
        width: 10% !important;
    }
}

.table {
    width: 100%;
    max-width: 100%;
}

.table caption {
    padding-top: .8rem;
    padding-bottom: .8rem;
    color: #777;
}

.table th,
.table td {
    padding: .8rem;
    vertical-align: top;
    border-top: 1px solid #f1f1f1;
    text-align: left;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f1f1f1;
    border-top: 0;
    font-weight: 600;
}

.table .thead-dark {
    background-color: #373a3c;
    color: #fff;
}

.table .thead-dark th {
    border-bottom: 0;
}

.table .thead-light {
    background-color: #f1f1f1;
    color: #5c5c5c;
}

.table .thead-light th {
    border-bottom: 0;
}

.form .form-wrap {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    margin-bottom: 1rem;
}

.form .form-wrap label {
    display: block;
    margin-bottom: 0.5rem;
}

.form .form-wrap .form-input {
    display: block;
    width: 100%;
    padding: .4rem .6rem;
    background-color: #fff;
    line-height: 1.5;
    background-image: none;
    border: 1px solid #e0e0e0;
    color: #454545;
}

.form .form-wrap .form-input:focus {
    border-color: #aeaeae;
    outline: 0;
}

.button {
    display: inline-block;
    padding: .4rem 1rem;
    line-height: 1.5;
    border: 0;
    background-color: transparent;
}

.button-main {
    background-color: #f1f1f1;
    color: #5c5c5c;
    border-radius: 5px;
}

.button-main:hover {
    background-color: #e0e0e0;
    color: #454545;
}

.button-blue {
    background-color: #2BA3D4;
    color: #fff;
}

.button-blue:hover {
    background-color: #2791bd;
    color: #fff;
}

.button-green {
    background-color: #478d13;
    color: #fff;
}

.button-green:hover {
    background-color: #2c700b;
    color: #fff;
}

.button-red {
    background-color: #b92b27;
    color: #fff;
}

.button-red:hover {
    background-color: #992421;
    color: #fff;
}

.button-link {
    color: #5c5c5c;
}

.button-link:hover {
    color: #454545;
}

.button-small {
    padding: .2rem .5rem;
    font-size: .8rem;
}

.button-large {
    padding: .8rem 2rem;
    font-size: 1.2rem;
}

.nav {
    margin: 0;
    padding: 0;
}

.nav li {
    list-style-type: none;
}

.nav li a {
    color: #000;
}

.nav.nav-hor li {
    float: left;
}

.nav.nav-hor li a {
    padding: 10px;
}
