@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:999px) {	}
@media screen and (max-width:767px) {	}

@font-face {
    font-family: 'TimesLTStd-Semibold';
    src: url('../fonts/TimesLTStd-Semibold.eot');
    src: url('../fonts/TimesLTStd-Semibold.eot') format('embedded-opentype'),
         url('../fonts/TimesLTStd-Semibold.woff2') format('woff2'),
         url('../fonts/TimesLTStd-Semibold.woff') format('woff'),
         url('../fonts/TimesLTStd-Semibold.ttf') format('truetype'),
         url('../fonts/TimesLTStd-Semibold.svg#TimesLTStd-Semibold') format('svg');
}
@font-face {
    font-family: 'TimesLTStd-Italic';
    src: url('../fonts/TimesLTStd-Italic.eot');
    src: url('../fonts/TimesLTStd-Italic.eot') format('embedded-opentype'),
         url('../fonts/TimesLTStd-Italic.woff2') format('woff2'),
         url('../fonts/TimesLTStd-Italic.woff') format('woff'),
         url('../fonts/TimesLTStd-Italic.ttf') format('truetype'),
         url('../fonts/TimesLTStd-Italic.svg#TimesLTStd-Italic') format('svg');
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.eot');
    src: url('../fonts/Raleway-Regular.eot') format('embedded-opentype'),
         url('../fonts/Raleway-Regular.woff2') format('woff2'),
         url('../fonts/Raleway-Regular.woff') format('woff'),
         url('../fonts/Raleway-Regular.ttf') format('truetype'),
         url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
}