@font-face {
    font-family: Merriweather;
    src:url("../fonts/Merriweather-Regular.ttf"),
    url("../fonts/Merriweather-Black.ttf");
}

html,
body {
    height: 100%;
    font-family: 'Merriweather', sans-serif;
    background-color: #f7f8f9;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
    margin-bottom: 0;
}

h1 {
    font-size:36px !important;
    font-weight: bold !important;
}

.green {
    color: #5BC236;
}

.red {
    color: red;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar {
    background-color: #ffffff;
}
.navbar-brand {
    width: 70px;
    padding: 0;
    padding-left: 15px;
    padding-top: 0;
}
.navbar-brand img {
    width: 90%;
}

.nav li a,
.nav li button {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.lang-dropdown {
    padding: 13px;
}

.seminares-list .item, .subscribe-list .item {
    text-align: left;
    margin-bottom: 20px;
}

.subscribe-list .item {
    background: #130214;
    color: #fff;
}

.subscribe-list .item.magazine-item {
    background: #6484ff;
}

.seminares-list .item .btn {
    background-color: #0089ff;
    color: #fff;
}

.subscribe-list .item .btn {
    background-color: #3cb043;
    color: #fff;
}

.seminares-list .item .btn:hover {
    background-color: #0044cc;
}

.subscribe-list .item .btn:hover {
    background-color: #5dbb63;
}

.breadcrumb {
 background-color: #f7f8f9;
    padding-left: 0;
}

.item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,.12);
    margin-bottom: 15px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.site-terms .item {
    display: block !important;
}

.activity-item {
    background-color: #efefef;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,.12);
    margin: 10px 0;
    display: flex;
}

.activity-item.subscription-activity-item {
    background-color: lightskyblue;
}

.activity-item .icon-col {
    margin-right: 8px;
}

.activity-item .icon-col span {
    font-size: 17px;
}

.activity-item .text-col p {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #555;
}

.item h2 {
    margin-top: 10px !important;
}

.item .date {
    color: #999999;
}

.item .stil-fit {
    padding-left: 8px;
}
.no-seminares {
    text-align: center;
    padding: 40px;
}

.no-seminares h4 {
    margin-top: 20px;
}

.form-custom {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,.12);
    margin: 0 auto;
}

/* countdown timer`*/
.count-down-timer{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

.count-down-timer > div{
    padding: 7px;
    /*border-radius: 3px;*/
    background: transparent;
    /*display: inline-block;*/
    float: left;
    margin-bottom: 10px;
}

.count-down-timer div > span{
    padding: 10px;
    border-radius: 3px;
    background: #eeeeee;
    display: inline-block;
    color: #000000;
}

.smalltext{
    padding-top: 5px;
    font-size: 16px;
    color: #000000;
}

.iti--allow-dropdown {
    width: 100%;
}

.site-terms li {
    list-style-type: decimal;
    margin-bottom: 10px;
}

.alert {
    padding: 40px 15px !important;
    font-size: 22px;
}

.registration-end-text {
    padding-left: 8px;
}

.subscription-form {
    padding: 20px;
}

.subscription-card-icon {
    position: absolute;
    top: 5px;
    right: 25px;
}

.podcast-img, .magazine-img {
    width: 90%;
}

.description-info {
    display: flex;
    flex-direction: column;
}

.description-info > .sub-btn {
    margin-top: 10%;
}

.description-info > .sub-btn a {
    border: none;
}
a {
    word-break: break-all;
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    .item .stil-fit {
        padding-left: 0;
    }
}

@media(min-width:768px) {
    .navbar-brand {
        padding-top: 5px;
    }
    .seminare-row, .subscription-row {
        padding-left: 40px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
