html, body {
    height: 100%;
}

/* DatePicker */
.datepicker {
    border-radius: 0;
    margin-top: 0;
    padding: 6px 12px;
}

/* Select2 */

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
    border-radius: 0;
}

/* Photos */

.row .thumb {
    text-align: center;

    vertical-align: middle;
}

.row .thumb h4, .row .thumb a {
    position: relative;
    margin-top: 5px;
    padding-bottom: 21px;
    box-sizing: border-box;
}

.row .thumb .thumbnail {
    margin-bottom: 0;
    padding-bottom: 48px;
}

.row .thumb .thumbnail .title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 5px 5px 5px;
    box-sizing: border-box;
    min-height: 35px;
    left: 0;
}

.row .thumb .thumbnail .img-responsive {
    height: 128px;
    width: auto;
}

.row.thumbs .thumbnail .img-responsive {
    height: 50px;
    width: auto;
}

    .p2, .t1, .p3, h3, p, *{ font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;}
/* Magnific Popup */

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* language switcher */
#language-switcher {
    min-width: 0;
    width: 100%;
}

#language-switcher li {
    width: 100%;
}

#language-switcher li a {
    text-align: center;
    width: 100%;
}

@media (max-width: 768px) {
    #language-switcher li a {
        text-align: left;
    }
}

#choices .list-group {
    margin-bottom: 0;
}

#choices .list-group-item {
    margin-top: 10px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#footer {
    background-color: #f5f5f5;
    text-align: center;
}

#push {
    height: 60px;
}

.container .credit {
    margin: 20px 0;
}

.credit {
    color: #616161;
}
