@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Unica+One&subset=latin-ext');

*,*:after,*:before {
    border: none;
    margin: 0;

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition:  all 200ms linear;
}
.w-a,.w-a-ch *,.w-a-ch *:after,.w-a-ch *:before {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.a,.a-b,.a-ch *,.a-ch *:after,.a-ch *:before {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition:  all 200ms linear;
}
body {
    font-family: 'Lato', sans-serif;
    color: #000;
    background: #fafafa;
}
body#tinymce, body#tinymce * {
    color: #000 !important;
    background: #fff;
}
h1,h2,h3,h4 {

}
.clearfix {
    clear: both;
}
a, a:visited {
    text-decoration: underline;
    color: #000;
}
a:hover,a:focus {
    text-decoration: none;
    color: inherit;
}
input, select, textarea, button {
    font-family: 'Lato', sans-serif;
}
#container {
    max-width: 1902px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 50px;
    width: 100%;
}
#container:after {
    content: ' ';
    display: block;
    clear: both;
}
#container .col-left {
    float: left;
    width: 30%;
    box-sizing: border-box;
    min-height: 1px;
}
#container .col-right {
    float: left;
    width: 70%;
    box-sizing: border-box;
    min-height: 1px;
}
#menu_bars {
    display: none;
}
img.center-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translate(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform:  translateY(-50%) translateX(-50%);
}
img.center-image-x {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform:  translateX(-50%);
}
#nav {
    float: left;
}
#langs-box {
    float: right;
    padding: 13px 0;
}
#langs-box a {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #000;
    line-height: 50px;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Unica One', cursive;
    margin-left: 15px;
    text-decoration: none;
}
#langs-box a.active, #langs-box a:hover {
    color: #fa5f4c;
}
#nav .menu {
    list-style: none;
    padding: 0 17px;
}
#nav .menu > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#nav .menu > li > a {
    display: block;
    color: #182244;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Unica One', cursive;
    line-height: 50px;
    padding: 0 17px;
}
#nav .menu > li.active > a, #nav .menu > li > a:hover {
    color: #fa5f4c;
}
#nav .menu > li > .sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    background: #fff;
    border: 1px solid #e9e9e9;
    position: absolute;
    z-index: 99999;
    min-width: 132px;
    transform: translateX(-50%);
    left: 50%;
}
#nav .menu > li > .sub-menu:before {
    display: block;
    content: ' ';
    width: 11px;
    height: 11px;
    position: absolute;
    top: -5.5px;
    left: calc(50% - 5.5px);
    transform: rotate(45deg);
    background: #fff;
    border: 1px solid #e9e9e9;
    z-index: 1;
}
#nav .menu > li > .sub-menu > li {
    position: relative;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}
#nav .menu > li > .sub-menu > li:last-child {
    border-bottom: none;
}
#nav .menu > li > .sub-menu > li > a {
    text-decoration: none;
    color: #182244;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Unica One', cursive;
    line-height: 18px;
    padding: 14px 10px;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
#nav .menu > li > .sub-menu > li.active > a,#nav .menu > li > .sub-menu > li > a:hover {
    background: #182244;
    color: #fff;
}
.full-height {
    height: calc(100vh - 100px);
    overflow-y: auto;
}
.home-container {
    background: #fff;
    padding: 10px 30px;
}
#page-content {
}
#slider {
    position: relative;
}
.home-header,.page-header {
    margin: 72px 0 72px;
    text-align: center;
}
.home-header #logo,.page-header #logo {

}
.home-header #logo a,.page-header #logo a {
    display: block;
    margin: 0 auto;
}
.home-header #logo img,.page-header #logo img {
    display: block;
    margin: 0 auto;
}
.home-header h1,.page-header h1 {
    color: #182244;
    font-size: 28px;
    line-height: 48px;
}
.home-header h3,.page-header h3 {
    font-size: 15px;
    color: #666666;
    line-height: 48px;
}
.home-content {
    font-weight: 300;
    font-size: 28px;
    color: #182244;
    line-height: 48px;
    margin: 0 0 68px;
}
.home-footer,.page-footer {
    font-weight: 300;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.home-footer a,.page-footer a {
    text-decoration: none;
}
#slider-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 10px;
    background: rgba(255,255,255,0.5);
    z-index: 10;
    white-space: nowrap;
}
#slider-bar .slider-bar-item {
    display: inline-block;
    vertical-align: top;
    height: 10px;
    width: 100px;
    content: ' ';
}
.slider-bar-item-red {
    background: #fa5f4c;
}
.slider-bar-item-violet {
    background: #c03086;
}
.slider-bar-item-blue {
    background: #15395d;
}
.slider-bar-item-green {
    background: #91c909;
}
.slider-bar-item-orange {
    background: #ffa426;
}
.page-container {
    background: #fff;
}
.page-header {
    margin: 86px 0 86px;
}
.page-image {
    position: relative;
    overflow: hidden;
}
.page-image img {
    height: 357px;
    width: auto;
    display: block;
}
#content {

}
#content.without-precontent {
    padding: 0 30px;
}
.page-container-precontent {
    padding: 0 30px;
}
.page-container-content {
    font-weight: 300;
    color: #182244;
    font-size: 23px;
    line-height: 42px;
    padding: 50px 30px;
}
.page-name {
    font-size: 47px;
    color: #182244;
    font-weight: normal;
    line-height: 48px;
}
.page-name + hr {
    height: 18px;
    width: 100px;
    display: table;
    margin: 32px 0;
    background: #ffa426;
}
.page-container-precontent-content {
    font-weight: 700;
    font-size: 28px;
    color: #182244;
    line-height: 48px;
}
.page-footer {
    padding: 13px 30px;
}
.page-footer p {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
}
.gallery.owl-carousel {
    margin: 30px 0;
    position: relative;
    padding: 0 90px;
    box-sizing: border-box;
}
.gallery.owl-carousel .owl-nav {
}
.gallery.owl-carousel .owl-nav .owl-prev,.gallery.owl-carousel .owl-nav .owl-next {
    height: 188px;
    width: 90px;
    line-height: 188px;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 30px;
    color: #000;
    z-index: 10;
}
.gallery.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.gallery.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.gallery.owl-carousel .gallery-box-item {

}
.gallery.owl-carousel .gallery-box-item a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ffa426;
    overflow: hidden;
}
.gallery.owl-carousel .gallery-box-item img {
    display: block;
    width: 100%;
    height: auto;
}
.gallery.owl-carousel .gallery-box-item a:hover img {
    transform: scale(1.1);
}
a.news {
    display: block;
    float: left;
    margin: 0 33px 66px;
    width: 274px;
    text-decoration: none;
}
a.news:hover {
    background: #182244;
}
a.news .news-image {
    height: 188px;
    overflow: hidden;
}
a.news .news-image img {
    display: block;
    height: 100%;
}
a.news .news-title {
    color: #182244;
    font-size: 18px;
    text-align: center;
    line-height: 27px;
    font-weight: 600;
    margin: 25px 0 10px;
    height: 54px;
}
a.news:hover .news-title {
    color: #fff;
}
a.news .news-read-more {
    text-transform: uppercase;
    color: #ff0000;
    font-size: 13px;
    text-align: center;
    line-height: 27px;
    margin: 0 0 6px;
}
a.news:hover .news-read-more {
    color: #fff;
}
.articles-container-list {
    margin: 0 42px;
    display: table;
}
.articles-container-list:after {
    display: block;
    content: ' ';
    clear: both;
}
a.show-more-articles {
    color: #010101;
    display: table;
    margin: 0 auto;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    border: 1px solid #000000;
    text-decoration: none;
    padding: 16px 44px;
}
a.show-more-articles i {
    margin-right: 10px;
}
a.show-more-articles:hover {
    background: #010101;
    color: #fff;
}
a.article-back-to-list {
    margin: 30px 0 0;
    display: table;
    text-decoration: none;
}
a.article-back-to-list i {
    margin-right: 10px;
}
.contact-form {

}
.contact-form form {
    margin: 0 -15px;
}
.contact-form form:after {
    content: ' ';
    display: block;
    clear: both;
}
.contact-form .input {
    width: calc(33.3333% - 30px);
    margin: 0 15px 15px;
    float: left;
    padding: 9px 15px;
    border: 1px solid #182244;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.contact-form .textarea {
    float: none;
    width: calc(100% - 30px);
    height: 120px;
}
.contact-form .button {
    margin: 0 15px;
    text-transform: uppercase;
    background: #182244;
    border: 1px solid #182244;
    color: #fff;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 20px;
    float: right;
    cursor: pointer;
}
.contact-form .button:hover {
    background: #fff;
    color: #182244;
}
.alert {
    text-align: center;
    font-size: 16px;
    padding: 14px 20px;
    line-height: 20px;
    border: 1px solid;
    margin: 0 0 25px;
}
.alert-success {
    background: #bcffbc;
    color: #005800;
}
.alert-warning {
    background: #ffa4a4;
    color: #830000;
}