@font-face {
    font-family: 'ptserif';
    src: url('../fonts/ptserif-regular-webfont.eot');
    src: url('../fonts/ptserif-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ptserif-regular-webfont.woff') format('woff'), url('../fonts/ptserif-regular-webfont.ttf') format('truetype'), url('../fonts/ptserif-regular-webfont.svg#ptserif') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ptserif';
    src: url('../fonts/ptserif-italic-webfont.eot');
    src: url('../fonts/ptserif-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ptserif-italic-webfont.woff') format('woff'), url('../fonts/ptserif-italic-webfont.ttf') format('truetype'), url('../fonts/ptserif-italic-webfont.svg#ptserif') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ptserif';
    src: url('../fonts/ptserif-bold-webfont.eot');
    src: url('../fonts/ptserif-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ptserif-bold-webfont.woff') format('woff'), url('../fonts/ptserif-bold-webfont.ttf') format('truetype'), url('../fonts/ptserif-bold-webfont.svg#ptserif') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ptserif';
    src: url('../fonts/ptserif-bolditalic-webfont.eot');
    src: url('../fonts/ptserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ptserif-bolditalic-webfont.woff') format('woff'), url('../fonts/ptserif-bolditalic-webfont.ttf') format('truetype'), url('../fonts/ptserif-bolditalic-webfont.svg#ptserif') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'playfairdisplay';
    src: url('../fonts/playfairdisplay-regular-webfont.eot');
    src: url('../fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-regular-webfont.woff') format('woff'), url('../fonts/playfairdisplay-regular-webfont.ttf') format('truetype'), url('../fonts/playfairdisplay-regular-webfont.svg#playfairdisplay') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfairdisplay';
    src: url('../fonts/playfairdisplay-italic-webfont.eot');
    src: url('../fonts/playfairdisplay-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-italic-webfont.woff') format('woff'), url('../fonts/playfairdisplay-italic-webfont.ttf') format('truetype'), url('../fonts/playfairdisplay-italic-webfont.svg#playfairdisplay') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'playfairdisplay';
    src: url('../fonts/playfairdisplay-bold-webfont.eot');
    src: url('../fonts/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-bold-webfont.woff') format('woff'), url('../fonts/playfairdisplay-bold-webfont.ttf') format('truetype'), url('../fonts/playfairdisplay-bold-webfont.svg#playfairdisplay') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-italic-webfont.eot');
    src: url('../fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-italic-webfont.woff') format('woff'), url('../fonts/roboto-italic-webfont.ttf') format('truetype'), url('../fonts/roboto-italic-webfont.svg#roboto') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#roboto') format('svg');
    font-weight: bold;
    font-style: normal;
}

.rt-error-body {
    margin: 150px auto;
    padding: 50px 0;
    width: 80%;
}

@media only screen and (max-width: 767px) {
    body.layout-mode-responsive .rt-error-body {
        width:100%;
        margin: 50px 0;
    }
}

@media only screen and (max-width: 480px) {
    body.layout-mode-responsive .rt-error-body {
        width:100%;
        margin: 0;
    }
}

.rt-error-header {
    text-align: center;
    margin: 25px auto;
    display: block;
}

.rt-error-code {
    font-size: 6em;
    line-height: 1.5em;
    display: block;
}

.rt-error-code-desc {
    text-transform: uppercase;
}

.rt-error-content {
    text-align: center;
    margin: 25px auto;
    display: block;
}

.rt-error-title {
    font-size: 2em;
    line-height: 1.5em;
    text-transform: uppercase;
}

.rt-error-message {
    font-size: 1em;
    margin: 15px 0;
}

.rt-error-button {
    margin: 25px 0;
}

.rt-error-button .readon {
    color: #ffffff;
    border: 1px solid #a60723;
    background: #c9092b;
}

.rt-error-button .readon:hover {
    color: #ffffff;
    background: #f5294d;
}
