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;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 0.8em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/*
svg:not(:root) {
    overflow: hidden;
}*/

figure {
    margin: 1em 4rem;
}

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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border : 0;
    padding: 0;
}

optgroup {
    font-weight: bold;
}

figure {
    margin: 0;
}

.container {
    clear: both;
    overflow : hidden;
    width: 100%;
    max-width: calc(1000px + 6rem);
    margin: 0 auto;
    padding: 0 3rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    overflow: hidden;
}

.row.start_y {
    align-items: flex-start;
}

.row.start_x {
    justify-content: flex-start;
}

.row.center_y {
    align-items: center;
}

.row.center_x {
    justify-content: center;
}

.row.end_y {
    align-items: flex-end;
}

.row.end_x {
    justify-content: flex-end;
}

.row::before,
.row::after {
    display: none !important;
}

.container:before,
.container:after,,
.row:before,
.row:after {
    display: table;
    content: " ";
}

.container:after,
.row:after {
    clear: both;
}

[class*="col-sm-"],
[class*="col-md-"],
[class*="col-xs-"] {
    position: relative;
    margin-bottom: 2%;
    min-height: 1px;
    box-sizing: border-box;
}

.col-sm-12 {
    width: 100%;
}

.col-sm-11 {
    width: 91.5%;
}

.col-sm-10 {
    width: 83%;
}

.col-sm-9 {
    width: 74.5%;
}

.col-sm-8 {
    width: 66%;
}

.col-sm-7 {
    width: 57.5%;
}

.col-sm-6 {
    width: 49%;
}

.col-sm-5 {
    width: 40.5%;
}

.col-sm-4 {
    width: 32%;
}

.col-sm-3 {
    width: 23.5%;
}

.col-sm-2 {
    width: 15%;
}

.col-sm-1 {
    width: 6.5%;
}

.col-sm-11.max {
    width: 92.5%;
}

.col-sm-10.max {
    width: 84%;
}

.col-sm-9.max {
    width: 75.5%;
}

.col-sm-8.max {
    width: 67%;
}

.col-sm-7.max {
    width: 58.5%;
}

.col-sm-6.max {
    width: 50%;
}

.col-sm-5.max {
    width: 41.5%;
}

.col-sm-4.max {
    width: 33%;
}

.col-sm-3.max {
    width: 24.5%;
}

.col-sm-2.max {
    width: 16%;
}

.col-sm-1.max {
    width: 7.5%;
}

@media (max-width: 1023px) {
    .max-container {
        max-width: 100% !important;
        padding: 0 !important;
    }
    
    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.5%;
    }

    .col-md-10 {
        width: 83%;
    }

    .col-md-9 {
        width: 74.5%;
    }

    .col-md-8 {
        width: 66%;
    }

    .col-md-7 {
        width: 57.5%;
    }

    .col-md-6 {
        width: 49%;
    }

    .col-md-5 {
        width: 40.5%;
    }

    .col-md-4 {
        width: 32%;
    }

    .col-md-3 {
        width: 23.5%;
    }

    .col-md-2 {
        width: 15%;
    }

    .col-md-1 {
        width: 6.5%;
    }

    .col-md-11.max {
        width: 92.5%;
    }

    .col-md-10.max {
        width: 84%;
    }

    .col-md-9.max {
        width: 75.5%;
    }

    .col-md-8.max {
        width: 67%;
    }

    .col-md-7.max {
        width: 58.5%;
    }

    .col-md-6.max {
        width: 50%;
    }

    .col-md-5.max {
        width: 41.5%;
    }

    .col-md-4.max {
        width: 33%;
    }

    .col-md-3.max {
        width: 24.5%;
    }

    .col-md-2.max {
        width: 16%;
    }

    .col-md-1.max {
        width: 7.5%;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }

    [class*="col-sm-"],
    [class*="col-md-"],
    [class*="col-xs-"] {
        margin-bottom: 2rem;
    }

    [class*="col-sm-"],
    [class*="col-md-"] {
        width: 100%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.4%;
    }

    .col-xs-10 {
        width: 82.7%;
    }

    .col-xs-9 {
        width: 74%;
    }

    .col-xs-8 {
        width: 65.4%;
    }

    .col-xs-7 {
        width: 56.7%;
    }

    .col-xs-6 {
        width: 48%;
    }

    .col-xs-5 {
        width: 39.3%;
    }

    .col-xs-4 {
        width: 30.6%;
    }

    .col-xs-3 {
        width: 22%;
    }

    .col-xs-2 {
        width: 13.3%;
    }

    .col-xs-1 {
        width: 4.6%;
    }

    .col-xs-11.max {
        width: 92.5%;
    }

    .col-xs-10.max {
        width: 84%;
    }

    .col-xs-9.max {
        width: 75.5%;
    }

    .col-xs-8.max {
        width: 67%;
    }

    .col-xs-7.max {
        width: 58.5%;
    }

    .col-xs-6.max {
        width: 50%;
    }

    .col-xs-5.max {
        width: 41.5%;
    }

    .col-xs-4.max {
        width: 33%;
    }

    .col-xs-3.max {
        width: 24.5%;
    }

    .col-xs-2.max {
        width: 16%;
    }

    .col-xs-1.max {
        width: 7.5%;
    }
}