.align-full {min-width: 100vw;margin-left: calc(50% - 50vw);}

.fw-lighter{font-weight: 300;}

.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6 {color:#123061;}

.bg-clean{background:center/cover no-repeat;}

.bg-milkglass{background: rgba(255, 255, 255, .8) !important;}

.icon-view {
    background: url(../Icons/icon-view.svg) no-repeat center/cover;
    background-size: 32px;
}

.icon-download {
    background: url(../Icons/icon-download.svg) no-repeat center/cover;
    background-size: 32px;
}

.icon-search {
    background: url(../Icons/icon-search.svg) no-repeat center/cover;
    background-size: 32px;
    width: 32px;
    height: 32px;
}

.icon-searcher {
    background: url(../Icons/icon-searcher.svg) no-repeat center/cover;
    background-size: 32px;
    vertical-align: middle;
}

.icon-burger {
    background: url(../Icons/icon-burger.svg) no-repeat center/cover;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.icon-persons {
    background: url(../Icons/icon-persons.svg) no-repeat center/cover;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.icon-book {
    background: url(../Icons/icon-book.svg) no-repeat center/cover;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.icon-calendar {
    background: url(../Icons/icon-calendar.svg) no-repeat center/cover;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.icon-text {
    background: url(../Icons/icon-text.svg) no-repeat center/cover;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.icon-play {
    background: url(../Icons/icon-play.svg) no-repeat center/cover;
    background-size: 32px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}