html, body {
    height: 100%;
    background-color: #4c4b53;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4c4b53;
}
.wrap {
    background-color: #fff;
    padding: 30px;
    margin: 0;
}
.wrap.menu {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #31608c;
}
.wrap.bald {
    padding: 0;
}
header > section:first-child a {
    display: block;
}
header > section:first-child a > img {
    max-width: 100%;
}
#search {
    display: table;
    height: 69px;
    padding: 0;
    margin: 0 0 0 auto;
}
#search > form {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
#search > form input[type="text"] {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #4c4b53;
    border: 1px solid #4c4b53;
    margin: 0;
    padding: 5px 8px;
    width: 280px;
    border-right: 0;
}
#search > form input[type="text"]::-webkit-input-placeholder {
    color: #4c4b53;
    opacity: 1;
}
#search > form input[type="text"]:-moz-placeholder {
    color: #4c4b53;
    opacity: 1;
}
#search > form input[type="text"]::-moz-placeholder {
    color: #4c4b53;
    opacity: 1;
}
#search > form input[type="text"]:-ms-input-placeholder {
    color: #4c4b53;
    opacity: 1;
}
.input-group-addon {
    border-color: #4c4b53;
    border-left: 0 !important;
    background-color: #fff;
}
#search > form input[type="text"]:focus {
    box-shadow: none !important;
}
nav ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
nav ul:after {
    content: '';
    clear: both;
    display: table;
}
nav ul > li {
    float: left;
    padding: 0;
    margin: 0;
}
nav ul > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    display: block;
    text-transform: uppercase;
    padding: 15px 10px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
}
nav ul > li:hover > a,
nav ul > li > a:focus,
nav ul > li.active > a {
    background-color: #295076;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
}
a {
    outline: none !important;
    color: #31608c;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
}
a:hover {
    color: #4c4b53;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    text-decoration: none;
}
#home-banner img {
    max-width: 100%;
}
h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    margin: 0 0 30px;
}
h2.sidebar-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    padding: 10px 0;
    color: #31608c;
    background-color: #d2d3d5;
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
footer {
    background-color: #31608c !important;
    color: #fff;
}
footer h2 {
    font-family: 'Roboto Slab', serif;
    margin: 0 0 20px 0;
    padding: 0;
}
footer p {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 10px 0;
    color: #d3d3d5;
}
footer .fa {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}
footer a {
    color: #d3d3d5;
}
footer a:hover {
    color: #d3d3d5;
    text-decoration: underline;
}
footer ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
footer ul > li {
    padding: 0;
    margin: 0;
    display: block;
    line-height: 14px;
}
footer ul > li > a {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 14px;
    color: #d3d3d5;
    line-height: 20px;
}
#copy {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    background-color: #295076;
    color: #fff;
}
ul.latest_news {
    display: table;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    list-style: none;
}
ul.latest_news > li {
    display: table-cell;
    vertical-align: top;
}
ul.latest_news > li:first-child {
    width: 80px;
}
ul.latest_news > li a.title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
ul.latest_news > li a.title:hover {
    color: #d2d3d5;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    text-decoration: none;
}
ul.latest_news > li > .thumb {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    background-color: #efefef;
}
ul.latest_news > li p.intro {
    line-height: 14px;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 400;
}
._overlay {
    background-color: #4c4b53;
    background-image: url(../img/ring.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
ul.news-menu {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.news-menu > li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    line-height: 16px;
}
ul.news-menu > li:first-child {
    padding-top: 0;
}
ul.news-menu > li > a {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    line-height: 16px;
    display: block;
    transition: padding-left 0.3s;
    -webkit-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    -ms-transition: padding-left 0.3s;
    -o-transition: padding-left 0.3s;
}
ul.news-menu > li:hover > a {
    padding-left: 10px;
    transition: padding-left 0.3s;
    -webkit-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    -ms-transition: padding-left 0.3s;
    -o-transition: padding-left 0.3s;
}
.slick-prev::before, .slick-next::before {
    font-size: 50px;
}
.slick-prev {
    left: 10px;
    z-index: 1;
}
.slick-next {
    right: 10px;
    z-index: 1;
}
.slick-prev, .slick-next {
    height: 50px;
    width: 50px;
}
#body aside {
    margin: 0 0 30px 0;
}
#body aside:last-child {
    margin: 0;
}
#title-header {
    display: table;
    width: 100%;
    height: 200px;
    background-image: url(../img/title-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: unset;
}
#title-header h2 {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 48px;
    font-weight: 400;
    padding: 0 0 0 30px;
    margin: 0;
    line-height: 48px;
    text-shadow: 1px 1px 4px #000;
}
#title-header h2 > i {
    font-style: normal;
    display: block;
    max-width: 650px;
}
#follow-us {
    text-align: right;
    margin: 0 0 5px 0;
}
#follow-us > a {
    display: inline-block;
    font-size: 24px;
    margin: 0 0 0 2px;
}
.footer-logo {
    display: block;
    margin: 20px 0 0 0;
}