@media screen and (max-width: 980px) {
.container {
width: 90%;
}
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}

.row > * {
box-sizing: border-box;
}

.row.aln-left {
justify-content: flex-start;
}

.row.aln-center {
justify-content: center;
}

.row.aln-right {
justify-content: flex-end;
}

.row.aln-top {
align-items: flex-start;
}

.row.aln-middle {
align-items: center;
}

.row.aln-bottom {
align-items: flex-end;
}

.row > .imp-medium {
order: -1;
}

.row > .col-1-medium {
width: 8.33333%;
}

.row > .col-2-medium {
width: 16.66667%;
}

.row > .col-3-medium {
width: 25%;
}

.row > .col-4-medium {
width: 33.33333%;
}

.row > .col-5-medium {
width: 41.66667%;
}

.row > .col-6-medium {
width: 50%;
}

.row > .col-7-medium {
width: 58.33333%;
}


.row > .col-8-medium {
width: 66.66667%;
}


.row > .col-9-medium {
width: 75%;
}

.row > .col-10-medium {
width: 83.33333%;
}

.row > .col-11-medium {
width: 91.66667%;
}

.row > .col-12-medium {
width: 100%;
}

.row {
margin-top: -25px;
margin-left: -25px;
}

.row > * {
padding: 25px 0 0 25px;
}

/* Basic */
html, body {
overflow-x: hidden;
}

body, input, select, textarea {
font-size: 11pt;
}
/* Section/Article */
section, article {
clear: both;
margin-bottom: 3em;
}

section.last, article.last {
margin-bottom: 0 !important;
}
/* Image */
.image.left {
width: 25%;
margin-bottom: 2em !important;
}
/* Menu */
ul.menu li {
display: block;
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}
/* Actions */
ul.actions li {
display: block;
padding: 0;
margin: 1em 0 0 0;
}

ul.actions li:first-child {
margin-top: 0;
}
/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
width: 100%;
text-align: center;
max-width: 240px


}

input[type="button"].icon,
input[type="submit"].icon,
input[type="reset"].icon,
button.icon,
.button.icon {
padding-right: 0.75em !important;
}

input[type="button"].icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
button.icon:before,
.button.icon:before {
    margin-right: 0.5em;
    top: 0.05em;
}

/* Wrappers */

#footer-wrapper {
padding: 6em 0 4em 0;
}
/* Header */
#header {
margin: 0 auto;
}
/* Logo */
#logo span {
display: block;
margin: 0;
}


/* Content */
#content {
border-bottom: solid 1px #e8e8e8;
padding-bottom: 4em;
margin-bottom: 0 !important;
}

#content > :last-child {
margin-bottom: 0 !important;
}

#sidebar > :last-child {
margin-bottom: 0 !important;
}
/* Footer */
#copyright {
padding: 0;
}
header .search {
    display: none;
}


}
