html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #939aa5;
    font-family: Arial;
    font-size: 15px;
    color: #000;
    height: 100%;
    min-width: 1024px;
}

a img {
    border: 0;
    text-decoration: none;
}

a:link, a:visited, a:active {
    color: #3f5d8b;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    font-size: 15px;
}

a:hover {
    text-decoration: underline;
}


h1 {
    font-family: "PTSerifBold";
    font-style: normal;
    font-weight: normal;
    font-size: 49px;
    text-align: center;
    color: #344d73;
    margin: 28px 0;
}

.content h1 {
    font-family: "PTSerif";
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    text-align: left;
    margin: 10px 0 10px 0;
    color: black;
}

h2 {
    font-family: "RobotoCondensedRegular";
    font-style: normal;
    font-weight: normal;
    background: url(../img/red_ttl.png) right no-repeat;
    width: 50%;
    padding-left: 33px;
    height: 43px;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 35px 0 0;
}

h3 {
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #ff9999;
    text-transform: uppercase;
    margin: 25px 0 5px 0;
}

h4 {
    font-family: Georgia;
    color: #c70028;
    font-size: 19px;
    font-weight: bold;
    margin: 7px 0;
}

h5 {
    font-family: "PTSerifRegular";
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    color: #302b2b;
    /*margin: 20px 0 10px;*/
}

h6 {
    font-family: "RobotoBold";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #302b2b;
    text-align: center;
    margin: 30px 0 20px;
}

.jrn_right h6 {
    margin: 10px 0 10px;
}

.jrn_right h5 {
    /*margin: 32px;*/
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 15px 0;
}

input, textarea, button, select {
    outline: none;
    border: none;
}

input:active, textarea:active, button:active, select:active {
    outline: none;
}

input[type="button"] {

}

input[type="button"]:active {

}

input[type="submit"] {

}

input[type="submit"]:active {

}

input[type="text"] {

}

select {

}

#wrapper {
    width: 100%;
    min-height: 100%;
    background: url(../img/top_bg.jpg) top left repeat-x fixed;
    background-size: cover;
    overflow: hidden;
}

#wrapper_2 {
    width: 100%;
    min-height: 100%;
    background: url(../img/top_bg_inside.jpg) top left repeat-x fixed;
    background-size: cover;
    overflow: hidden;
}

.wrap_cont {
    position: relative;
    padding-bottom: 200px;
    height: 100%;
    width: 1024px;
    margin: 0 auto;
    background: #fffdf1;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}

.container {
    width: 1024px;
}

/*-------------------------------------header-------------------------------------*/

.logo {
    display: block;
    background: url(../img/logo.png) no-repeat;
    width: 133px;
    height: 86px;
    margin: 10px 20px 0 0;
}

.slogan {
    color: #28364e;
    font-size: 18px;
    font-family: "PTSerifItalic";
    font-style: normal;
    font-weight: normal;
    text-align: center;
    padding: 10px 35px;
}

p.slogan {
     font-family: Times, "Times New Roman", serif;;
     font-size: 12pt;
     margin: 0 !important;
}

/*-------------------------------------navbar-------------------------------------*/

.navbar {
    min-height: 44px;
    height: 44px;
    margin-bottom: 0;
}

.navbar .col-xs-12 {
    padding: 0;
}

.navbar-custom {
    background: url(../img/navbar_bg.jpg);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
}

.navbar-nav > li > a {
    color: #fefeff;
    font-size: 15px;
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    padding: 10px 20px 8px;
    height: 44px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari only override */
    ::i-block-chrome, .navbar-nav > li > a {
        padding: 10px 24px 8px;
    }
}

.navbar-nav > li > a:hover {
    color: #96e3e1;
    background: none !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none !important;
    border: none !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none !important;
}

.navbar-nav .active a {
    color: #96e3e1;
}

.navbar-wrap {
    display: inline-block;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a {
    text-decoration: none;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #cccccc;
}

/*-------------------------------------top_info-------------------------------------*/

.top_info div {
    padding: 0 10px;
}

.top_info {
    background: #d8dde5;
}

.top_info p {
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    margin: 5px 0;
    color: #28364e;
    font-size: 17px;
}

.top_info p span {
    color: #d93a54;
}

.top_info .feedback, .top_info .feedback a {
    text-align: right;
    color: #3e240f;
    margin: 0 0 5px;
}

.top_info .feedback a:hover {
    color: #d93a54;
}

.top_info a {
    color: #344D73;
    font-size: 17px;
}

/*-------------------------------------curator-------------------------------------*/

.top {
    margin-bottom: 0px;
}

.curator {
    /*text-align: center;*/
}

.curator p {
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    color: #282828;
    font-size: 14px;
    margin: 10px 25px 20px;
    text-align: center;
}

.curator p a {
    color: #4d607f;
}

.curator p a img {
    margin: 45px 20px 0;
}

.curator img {
    max-height: 80px;
}

.logo2 {
    background: url(../img/logo2.jpg) center no-repeat;
    width: auto;
    height: 98px;
}

.russ_logo {
    padding: 50px;
    text-align: center;
    /*background: #d8dde5;*/
}

.navbar-form {
    width: 100%;
    margin-top: 0;
}

.search .form-control {
    font-family: Arial;
    font-size: 15px;
    color: #6c6c6c;
    background: #ebebeb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: inset 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
    width: 140px !important;
    height: 26px;
    padding: 0 10px;
}

.search .input-group-btn button {
    background: url(../img/search_btn.png) no-repeat;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    width: 35px;
    height: 26px;
}

.search .input-group-btn button:active, .search .input-group-btn button:focus {
    border: none;
    outline: none;
}

/*-------------------------------------slider-------------------------------------*/

.slider {
    padding: 0 !important;
}

.carousel {
    font-family: "RobotoCondensedRegular";
    font-style: normal;
    font-weight: normal;
    background: #fff5de;
    border: 1px solid #d9ccab;
    border-top: none;
    padding: 33px 35px;
    font-size: 18px;
    color: #80543c;
}

.carousel a {
    font-family: "RobotoCondensedRegular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #3f5d8b;
}

.carousel-shadow {
    background: url(../img/slider_shadow.png) top center no-repeat;
    height: 22px;
    margin-right: 30px;
}

.carousel-control {
    background-image: none !important;
    opacity: 1 !important;
    top: auto !important;
    bottom: 15px !important;
}

.carousel-control.left {
    margin-left: -38px;
}

.carousel-control.right {
    margin-right: -38px;
}

.carousel-control:hover, .carousel-control:focus {
    opacity: 1 !important;
}

.carousel .glyphicon {
    font-size: 18px !important;
    background: #7c8799;
    color: #fff;
    width: 25px !important;
    height: 25px !important;
    line-height: 1.3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    background: url(../img/dot_default.png) no-repeat;
    width: 14px;
    height: 14px;
}

.carousel-indicators .active {
    background: url(../img/dot_active.png) center no-repeat;
    width: 15px;
    height: 13px;
    margin-bottom: 1px;
}

.carousel .item img {
    float: left;
    margin: 0 20px 15px 0;
    max-height: 100px;
}

.carousel p {
    font-family: Arial, Helvetica, sans-serifr, serif;
    margin: 0 0 4px;
    line-height: 1;
    font-size: 11pt;
}

.carousel p a {
    font-size: 11pt;
}

/*-------------------------------------sidebar-------------------------------------*/

.sidebar {
    background: #4b5e7d;
    text-align: right;
    padding: 0;
    padding-bottom: 10060px;
    margin-bottom: -10000px;
}

.sidebar h2 {
    text-align: left;
}

.sidebar h2 {
    width: 100%;
}

.sidebar h2:first-child {
    width: 100%;
    margin-top: -1px;
}

.content h2:first-child {
    margin-top: -1px;
}

.sidebar h3 {
    padding: 0 50px 0 20px;
}

.sidebar ul li {
    list-style: none;
}

.sidebar ul li a {
    color: #fffdf1;
    font-size: 14px;
    text-decoration: none;
    padding: 4px 50px 2px 20px;
    display: block;
}

.sidebar ul li a:hover, .sidebar ul .active a {
    background: #8999b2;
}

/*-------------------------------------content-------------------------------------*/

.mag_cover {
    width: 87px;
    height: 146px;
    background: url(../img/mag_cover_shadow.png) left bottom no-repeat;
    margin: 0 20px 0 0;
}

.mag_cover img {
    border: 1px solid #c5c3a1
}

.media {
    margin-bottom: 10px;
}

.media h4 {
    margin-top: 0;
}

.media h4 a {
    font-family: Georgia, serif;
    color: #c70028;
    font-size: 19px;
    font-weight: bold;
}

.media h4 span {
    font-family: Arial, serif;
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

.media p i {
    margin: 7px 0;
    display: block;
}

.media p {
    margin: 0;
}

/*-------------------------------------footer-------------------------------------*/

.footer {
    width: 100%;
    min-width: 1082px;
    min-height: 200px;
    position: relative;
    margin: -200px auto 0;
    background: #26364d;
    position: relative;
    color: #fff;
}

.footer_cont {
    padding-top: 60px;
}

.counters div {
    margin-bottom: 24px;
}

.footer_cont h3 {
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #eee;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.contacts p {
    font-family: "RobotoCondensedLight";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    line-height: 2;
}

.contacts p a {
    font-family: "RobotoCondensedLight";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #eee;
    text-decoration: underline;
}

.contacts p a:hover {
    text-decoration: none;
}

.projects ul li {
    list-style: none;
    background: url(../img/list_arrow.png) no-repeat;
    background-position: left top;
}

.projects ul li a {
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    color: #fffdf1;
    font-size: 14px;
    padding-left: 25px;
    display: block;
    line-height: 2;
}

.footer .navbar {
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer .navbar .navbar-nav .open .dropdown-menu {
    border-radius: 4px !important;
}

.footer .dropdown-menu {
    top: auto;
    bottom: 100%;
}

.copyright {
    background: #2e3a4c;
    border-top: 1px solid #3f4c5c;
}

.copyright p {
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    padding: 20px 10px;
    margin: 0;
    font-size: 14px;
    color: #bfc9d4;
}

/*-------------------------------------journal-------------------------------------*/

/*.journal {*/
    /*margin-left: -100px;*/
/*}*/

.jrn_left {
    padding: 0;
}

.jrn_cover {
    margin: 15px 15px 7px;
}

.archive {
    margin-right: 15px;
}

.archive p {
    font-family: "RobotoBold";
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: #979da6;
    text-align: center;
    margin: 7px 0;
}

.journal table {
    background: #e4e7ec;
    width: 100%;
    border-bottom: 3px solid #e4e7ec;
}

.journal table tr {
    border-left: 5px solid #e4e7ec;
    border-right: 5px solid #e4e7ec;
}

.journal table tr:first-child {
    border-left: 5px solid #7c8799;
    border-right: 5px solid #7c8799;
}

.journal table th {
    font-family: "RobotoBold";
    font-style: normal;
    font-weight: normal;
    background: #7c8799;
    text-align: right;
    font-size: 15px;
    color: #f6f5ea;
    padding-right: 5px;
}

.journal table td {
    width: 20% !important;
    text-align: center;
}

.journal table td a {
    font-family: "RobotoBold";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #3f5d8b;
    display: block;
    text-decoration: none;
    padding: 5px 0;
}

.journal table td .active, .journal table td .active:hover {
    color: #fffdf1;
    background: #df0632;
}

.journal table td a:hover {
    color: #df0632;
}

.jrn_dsc {
    font-family: Georgia;
    color: #302b2b;
    font-size: 16px;
    font-style: italic;
    margin: 10px 0 10px;
}

.jrn_right p b {
    font-family: "RobotoBold";
    font-style: normal;
    font-weight: normal;
    color: #8a8b88;
    font-size: 21px;
    font-weight: normal;
    text-transform: uppercase;
}

.jrn_nmb {
    font-family: Times New Roman;
    color: #302b2b;
    font-size: 48px;
    margin: 20px 0 35px;
}

.jrn_nmb span:first-child {
    color: #fffdf1;
    font-weight: bold;
    background: #df0632;
    padding: 0 15px;
}

.jrn_nmb span:last-child {
    margin: 0 0 0 35%;
}

.jrn_nmb small {
    color: #df0632;
    font-weight: bold;
    font-size: 24px;
}

.jrn_right a {
    text-decoration: underline;
}

.jrn_right a:hover {
    text-decoration: none;
}

.jrn_prn {
    margin: 0 0 30px;
}

.jrn_prn a {
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    color: #df0632;
    font-size: 12px;
    margin: 0 0 30px;
    text-decoration: none;
}

.jrn_prn a:hover {
    text-decoration: underline;
}

/*
.jrn_right em {
    text-transform: uppercase;
    font-style: normal;
} */

/*-------------------------------------article-------------------------------------*/

#wrapper.article {
    background: none;
}

.block_info {
    float: right;
    margin: 30px 0 40px 40px;
}

.info_cont {
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    padding: 20px;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.info_cont a {
    color: #de4355;
    text-decoration: underline;
}

.info_cont a:hover {
    text-decoration: none;
}

.info_shadow {
    background: url(../img/info_shadow.png) top left no-repeat;
    height: 13px;
    margin-left: 10px;
    margin-top: -1px;
}

.article .content h2 {
    font-family: "PTSerifBold";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #4f6282;
    background: none;
}

.article .content h3 {
    font-family: "PTSerifBold";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: black;
    margin: 25px 0 30px;
}

.article .content h4 {
    font-family: "PTSerifBold";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #4f6282;
}

.author_detail p {
    padding: 0 0 10px !important;
    text-indent: 0 !important;
}

.author_detail h2 {
    font-family: "PTSerifBold";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #3D4C64;
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
}

.article .content p {
    font-family: Times, "Times New Roman", serif;;
    font-size: 12pt;
    /*margin: 0 !important;
     text-indent: 14pt;*/
}

.article .content {
    padding: 10px 90px 20px 90px;
}

.article .content .authors a {
    color: #152F56;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none !important;
}


.btn-l {
    width: 150px;
    background: url(../img/btn-l_shadow.png) no-repeat;
    background-position: bottom right;
    padding-bottom: 12px;
}

.btn-r {
    width: 130px;
    background: url(../img/btn-r_shadow.png) no-repeat;
    background-position: bottom left;
    padding-bottom: 12px;
}

.art_btn a {
    font-family: "RobotoCondensedRegular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background: #4b5e7d;
    text-transform: uppercase;
    width: 150px;
    display: block;
    padding: 25px 20px 22px 20px;
}

.art_btn a:hover {
    background: #d93a54;
    text-decoration: none;
}

.btn-r a {
    width: 130px;
}

.btn-r span {
    background: url(../img/arrow_back.png) no-repeat;
    background-position: center left;
    display: block;
    padding-left: 20px;
}

.art_btn {
    position: fixed;
    z-index: 9999;
}

.btn_jrn {
    left: 0;
    top: 405px;
}

.btn_cnt {
    left: 0;
    top: 500px;
}

#scrollup {
    display: none;
    right: 0;
    bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

sup {
    vertical-align: super;
    font-size: smaller;
    top: 0 !important;
}

.arch {
    margin: 25px 0 0 0;
}

blockquote {
    border-left: none;
}

pre {
    background-color: transparent !important;
    border: none !important;
    font-family: Times, "Times New Roman", serif;
    font-size: 12pt;
}
