
body, html, .viewport{
    height: 100%;
    width: 100%;
    margin: 0;
}

header, footer {
    min-width: 100%;
}

header{
    height: 61px;
}

.st-wrapper {
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #DEF1F5;
}

.st-wrapper > footer{
    padding: 2em;
    margin-left: auto;
}

main {
    width: 100%;
    min-height: 100%;
    margin-bottom: auto;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #f3f3f3;
}

footer a li{
    list-style: none;
}

footer {
    font-size: 14px;
    background-color: #5db9d4;
    color: #fff;
}

@media screen and (max-width: 768px) {
    main {
        flex-direction: column-reverse;
    }
}

.st-container{
    display: flex;
    align-items: center;
    align-content: center;
    background-color: white;
    flex-direction: column;
    flex-wrap: wrap;
}

.st-row{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    padding: 20px;
}

.st-footer{
    display: flex;
    flex-wrap: wrap;
}

.st-col{
    flex: 1;
    text-align: center;
}

.st-row .st-col{
    padding:20px;
}

.st-footer .st-row{
    width: 100%;
    padding:0;
}
.st-footer .st-row .st-col{
    padding:0;
}

.st-footer .st-row .st-col > ul > li{
    padding: 0.3em;
}


.st-footer .st-row .st-col > ul{
    list-style: none;
    text-align: left;
}

.st-copyright{
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 486px) {
    .st-footer .st-row {
        flex-direction: column;
    }
}
@media screen and (min-width: 487px) {
    .st-footer-block{
        flex-basis:200px;
    }

    .st-footer .st-row .st-col:last-child{
        flex-basis:550px;
    }
}

main aside {
    margin-right: 40px;
    width: 25%;
    background: white;
}

aside{
    min-height: 100%;
    margin-bottom: auto;
    padding: 2em;
}
aside > *{
    padding: 1em;
}
.primary{
    padding: 2em;
    width: 80%;
}

.side-group{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.5em;
    flex-direction: column;
}

.st-tour{
    display: flex;
}

.st-result{
    flex: 1;
    width: 33%;
}

.search-column > img{
    margin-top:10px;
    margin-bottom:10px;
}

.irs{
    width: inherit !important;
}

.container{
    background-color: white;
    margin-bottom: 30px;
}