﻿body, h1, h5 {
    font-family: "Raleway", sans-serif !important;
}

html, body, form {
    height: 100%;
}

.backgroundImage {
    background: url('../Resources/Images/Header/background.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*@media only screen and (max-width: 601px) {
    .backgroundImage {
        background: url('../Resources/Images/Header/background_950x1080.jpg');
    }
}*/

.ex-textImage {
    margin-top: 30px;
    padding: 15px;
    border-top-right-radius: 20px;
}
@media only screen and (min-width: 601px) {
    .ex-textImage {
        vertical-align: middle;
        padding: 30px;
    }
}

.ex-hover-text-orange:hover {
    color: #ff9800;
    font-weight: bold;
}

.si-titleImageOverlay {
    padding-top: 250px;
}

.si-titleOverlay {
    position: sticky;
    top: 250px;
    padding: 10px 24px 150px 0;
}

.ex-opacity85 {
    opacity: 0.85;
}

.si-titleContent {
    padding: 20px 30px 20px 2px;
    max-width: 850px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.ex-articleHeaderImage {
    background-size: cover;
    background-position: center center;
    min-height: 350px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.19);
    margin: 24px -30px;
}

.ex-articleHeaderOverlay {
    padding-top: 170px;
}

.ex-articleHeaderContent {
    padding: 20px 30px;
    max-width: 650px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.si-articleHeaderAbout {
    background-image: url('/Resources/Images/Header/about.jpg');
    border-top-right-radius: 20px;
    margin-top: -30px !important;
}

.si-articleHeaderOffer {
    background-image: url('/Resources/Images/Header/offer.jpg');
    border-top-right-radius: 20px;
    margin-top: -30px !important;
}

.footerText {
    padding-right: 30px;
}

/* ############################### MODAL POPUP - EMAIL ############################### */
.buttonsContainer {
    max-width: 300px;
    margin: 0 0 0 auto;
    text-align: right;
    padding-top: 12px;
}

.submitButton,
.cancelButton {
    margin-bottom: 12px;
}

.cancelButton {
    margin-left: 8px;
}

.groupCaption {
    margin-bottom: 4px;
}

.clearPaddings {
    padding-top: 0;
    padding-bottom: 0;
}

.dxcaRefreshButtonCell_SoftOrange {
    padding-top: 5px !important;
    vertical-align: top !important;
}

/* ############################### FACEBOOK ############################### */
@media only screen and (max-width: 1700px) {
    .facebookFrame {
        display: none;
    }
}