* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

body:before {
    content: ' ';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1001;
    opacity: 0.1;
    background-image: url(../img/background.png);
    background-position: 0 -8px;
    background-repeat: repeat;
}


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

.header h1 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 30px;
}

.header h1 span {
    font-weight: 200;
}

.header h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
}

.header h2 span {
    font-weight: bold;
}

.header h2 .th {
    font-size: 18px;
    line-height: 26px;
}

.header_wrapper {
    height: 300px;
    width: 100%;
    background-image: url("../img/6.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
}

.header_top {
    height: 52px;
    /* background-image: url(../img/background.png); */
    background-position: 0 -8px;
    background-repeat: repeat;
}


/* ----------------------
    .body_wrapper
-----------------------*/

.main_body {
    background-color: #fff;
}

.body_wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.body_wrapper .title {
    margin-top: 20px;
    margin-bottom: 50px;
}
.body_wrapper .title h1{
    font-weight: bold;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: #666666;
}

.body_wrapper h2 {
    color: #001A80;
    font-size: 28px;
    margin-bottom: 25px;
}

.body_wrapper p {
    color: #000;
    font-size: 16px;
    margin-bottom: 25px;
}

.before_body_wrapper {
    height: 47px;
/*    background-image: url(../img/background.png);*/
    background-position: 0 -8px;
    background-repeat: repeat;
/*    border-top: 15px solid #001A80;*/
    border-top: 15px solid #5067b4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* ----------------------
    .nav_left 
-----------------------*/

.nav_left {
    font-family: 'Oswald', sans-serif;
/*    background: #001A80;*/
    background: #070a13;   
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
}

.nav_left li {
    display: inline;
}

.nav_left li a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-top: 15px;
    padding-left: 15px;
}

.nav_left li>.active {
    color: #98A2CB;
    font-weight: bold;
    border-bottom: 1px #98A2CB solid;
}

.nav_left li:hover a {
    color: #98A2CB;
}

.nav_left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


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

.footer .background {
    height: 60px;
    background-image: url("../img/background.png");
    background-repeat: repeat;
}

.footer .footer_wrapper {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    text-align: center;
}


/* ----------------------
Media querys
-----------------------*/

@media only screen and (max-width: 991px) {
    .nav_right {
        background: yellow;
        display: none;
    }
}

/* ----------------------
Righr Box
-----------------------*/
.nav_right{
    padding-top: 15px;
}

.nav_right .dates div {
    display: block;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 28px;
    margin-top: 5px;
}

.nav_right .dates div span{
/*    background-color:#001A80;*/
    background-color:#5067b4;
    line-height:1;
    padding-left: 10px;
    padding-right: 10px;
}

.nav_right .dates_box{
    border: 3px solid #5067b4;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.nav_right .dates_box{
    display: block;
    width: 100%;
    margin-top: 25px;
}

.nav_right .dates_box .box_title{
    width: 100%;
    color: #5067b4;
    padding-top: 10px;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
    padding-left: 5px;
    border-bottom: 3px solid #5067b4;
    font-family: 'Oswald', sans-serif;
}
.nav_right .dates_box .line{
    border-bottom: 1px solid #5067b4;
    display: flex;
}

.nav_right .dates_box .name{
    border-right: 1px solid #5067b4;
    font-family: 'Oswald', sans-serif;
    font-weight: light;
    font-size: 16px;
    color: #000;
    padding: 10px;
    width: -webkit-fill-available;
}

.nav_right .dates_box .date{
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    width: 175px;
    text-align: center;
}


.li_style li {
    list-style-type: none;
}


.main_body .contact_class{
    float: left;
    width: 225px;
    margin: 10px;
    margin-bottom: 20px;
}
.main_body .address{
    width: 100%;
    margin: 10px;
    margin-bottom: 20px;
}

.main_body .contact_class .title{
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #001a80;
    margin: 0;
}

.main_body .contact_class p{
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0;
}

.clear {
    clear: both;
}

.photos{
    padding-left: 0;
}
.photos img{
    margin-right: 10px;
    height: 225px;
    margin-bottom: 10px;
}

.paper_sub ul{
    margin-left: 35px;

}

.paper_sub a{
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
}