/*MODALS*/

.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
#modal-schedule{
    z-index: 1000;
    padding: 0;
}
#modal-schedule.fade.in {
    background: rgba(0,0,0,0.6);
}
#modal-schedule .modal-dialog{
    transform: translate(0, 20%);
}

#modal-schedule .modal-content{
    border: none;
    width: auto;
    min-height: 400px;
}

#modal-schedule .close-modal {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    right: 10px;
    top: -5px;
}
#modal-schedule .close-modal .modal-close {
    font-size: 48px;
    color: #fff;
    font-weight: 100;
    z-index: 10;
}
#modal-schedule .close-modal .modal-close:after {
    content: '';
}
#modal-schedule .modal-body{
    padding: 0;
    position: relative;
}
#modal-schedule .modal-image .image-containerX{
    max-height: 400px;
}
#modal-schedule .modal-image img{
    min-height: 400px;
}
#modal-schedule .modal-text {
    position: absolute;
    top: 0;
    background: #fff;
    margin: 10px 30px;
}
#modal-schedule .modal-title {
    font-family: 'HurmeGeometricSans2';
    font-size: 40px;
    padding: 15px 15px 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    color: #e5247d;
}
#modal-schedule .modal-description{
    font-family: 'HurmeGeometricSans2';
    padding: 15px 15px 0;
    font-size: 18px;
}
#modal-schedule .modal-schedule{
    font-family: 'HurmeGeometricSans2';
    padding: 15px 15px 0;
    margin-top: 25px;
    font-size: 16px;
}
#modal-schedule .modal-schedule strong, #modal-schedule .modal-description strong {
    font-weight: 600;
}

@media (min-width: 768px) {
    #modal-schedule .modal-dialog{
        transform: translate(0, 0);
        margin: 150px auto;
        width: auto;
    }
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        width: 100%;
    }
    #modal-schedule .modal-content {
        width: 700px;
        padding: 0;
        min-height: 395px;
        position: relative;
    }
    #modal-schedule .modal-body{
        padding: 0;
    }
    #modal-schedule .modal-image .image-containerX{
        max-height: none;
    }
    #modal-schedule .modal-image{
        float: left;
        width: 60%;
        height: 100%;
        max-height: 462px;
    }
    #modal-schedule .modal-image img{
        min-height: 0;
    }
    #modal-schedule .modal-text{
        position: unset;
        top: unset;
        margin: unset;
        float: right;
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 700px;
    }
}

@font-face {
    font-family: 'HurmeGeometricSans2';
    src: url('/fonts/HurmeGeometricSans2-Thin.eot');
    src: url('/fonts/HurmeGeometricSans2-Thin.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HurmeGeometricSans2-Thin.woff2') format('woff2'),
    url('/fonts/HurmeGeometricSans2-Thin.woff') format('woff'),
    url('/fonts/HurmeGeometricSans2-Thin.ttf') format('truetype'),
    url('/fonts/HurmeGeometricSans2-Thin.svg#HurmeGeometricSans2-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'HurmeGeometricSans2';
    src: url('/fonts/HurmeGeometricSans2-Light.eot');
    src: url('/fonts/HurmeGeometricSans2-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HurmeGeometricSans2-Light.woff2') format('woff2'),
    url('/fonts/HurmeGeometricSans2-Light.woff') format('woff'),
    url('/fonts/HurmeGeometricSans2-Light.ttf') format('truetype'),
    url('/fonts/HurmeGeometricSans2-Light.svg#HurmeGeometricSans2-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HurmeGeometricSans2';
    src: url('/fonts/HurmeGeometricSans2-Regular.eot');
    src: url('/fonts/HurmeGeometricSans2-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HurmeGeometricSans2-Regular.woff2') format('woff2'),
    url('/fonts/HurmeGeometricSans2-Regular.woff') format('woff'),
    url('/fonts/HurmeGeometricSans2-Regular.ttf') format('truetype'),
    url('/fonts/HurmeGeometricSans2-Regular.svg#HurmeGeometricSans2-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HurmeGeometricSans2';
    src: url('/fonts/HurmeGeometricSans2-SemiBold.eot');
    src: url('/fonts/HurmeGeometricSans2-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HurmeGeometricSans2-SemiBold.woff2') format('woff2'),
    url('/fonts/HurmeGeometricSans2-SemiBold.woff') format('woff'),
    url('/fonts/HurmeGeometricSans2-SemiBold.ttf') format('truetype'),
    url('/fonts/HurmeGeometricSans2-SemiBold.svg#HurmeGeometricSans2-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'HurmeGeometricSans2';
    src: url('/fonts/HurmeGeometricSans2-Bold.eot');
    src: url('/fonts/HurmeGeometricSans2-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HurmeGeometricSans2-Bold.woff2') format('woff2'),
    url('/fonts/HurmeGeometricSans2-Bold.woff') format('woff'),
    url('/fonts/HurmeGeometricSans2-Bold.ttf') format('truetype'),
    url('/fonts/HurmeGeometricSans2-Bold.svg#HurmeGeometricSans2-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}