/*@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:100,100i,200,200i,300,300i,400,400i,700,700i,900,900i|Podkova:400,500,600,700,800|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');
{
	font-family: 'Fira Sans', sans-serif;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Oswald', sans-serif;
}*/
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proxima_nova_bold.eot');
    src: url('../fonts/proxima_nova_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_bold.woff2') format('woff2'),
         url('../fonts/proxima_nova_bold.woff') format('woff'),
         url('../fonts/proxima_nova_bold.ttf') format('truetype'),
         url('../fonts/proxima_nova_bold.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proxima_nova_regular.eot');
    src: url('../fonts/proxima_nova_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_regular.woff2') format('woff2'),
         url('../fonts/proxima_nova_regular.woff') format('woff'),
         url('../fonts/proxima_nova_regular.ttf') format('truetype'),
         url('../fonts/proxima_nova_regular.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.uk-sticky.uk-sticky-fixed .top-logo > img{
    max-height:40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.offcanvas-menu li ul{
    margin-left:1.5rem;
    font-size:.9rem;
}
.content .news-block{
    position:relative;
    background:#fff;
    border:1px solid #f3f5f7;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.content .news-block:hover{
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.1);
    z-index:+1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.content .news-block:last-child{
    border-bottom:1px solid transparent;
}
.news-block p:last-child{
    margin:0;
}
.news-date{
    border-bottom: 2px solid #012e61;
    padding-bottom: .25rem;
    margin-bottom: .25rem;
    display: inline-block;
    font-size: 0.85rem;
    color: #012e61;
    font-family: proxima_nova_thextrabold;
}

.news-block__files-heading {
    font-size:1rem !important;
    margin: 1.5rem 0 .5rem 0 !important;
}
.news-block__links {
    display: flex;
    padding: .5rem 1rem;
    background-color: #f3f5f7;
}
.news-block__link {
    display: flex;
    align-items: center;
    color: inherit;
}
.news-block__link .uk-icon{
    display: block;
    margin-right: .25rem;
    color:#c70217;
}
.news-block__links .news-block__link:not(:last-child) {
    margin-right: 1rem;
}
.news-block__image {
    display: inline;
    float: left;
    margin: 0 1rem 1rem 0;
    padding: 0.5rem;
    border: 2px solid #dedede;
}
.pagination{
    margin-top:1.5rem;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.pagination li.active a {
    font-weight: 900;
    color: #c70217;
}
@media (max-width: 575px) {
    .col-xs-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xs-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xs-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xs-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xs-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xs-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xs-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xs-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xs-12,.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1{
    	padding-right: 15px;
        padding-left: 15px;
    }
    .container {
        width:100%;
    }
    body{
    	padding-top:60px; 
    }
    .contact-data-row{
        margin-bottom:0.75rem;
    }
    .fixed-top{
        position:fixed;
    	top:0;
    }
    .top-logo {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .contact{
        overflow: hidden;
    }
    #principles {
        padding-top:1.5rem !important;
        padding-bottom:1.5rem !important;
        background:#f2f2f2 !important;
    }
    footer{
        text-align:center;
    }
    .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
        content: "/";
        display: inline-block;
        margin: 0 10px;
        color: #999;
    }
    .uk-breadcrumb>li:last-child{
        display:none;
    }
    .top-logo > img{
        max-height:40px;
    }
    #mp-principies-container .item{
        /*min-height:300px;*/
        text-align:center;
        position:relative;
    }
    #mp-principies-container .inner-item{
        width:100%;
        height:100%;
        min-height:100%;
        text-align:center;
        align-items:center;
        position:relative;
    }
    #mp-principies-container .inner-item > img{
        display:block;
        margin:0 auto;
        max-width:90%;
        margin-top:2rem;
        margin-bottom:1rem;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    #mp-principies-container .inner-item:hover > img{
        -webkit-animation-name: zoomOut;
        animation-name: zoomOut;
    }
    #mp-principies-container .inner-item > h3{
        font-size:1.2rem;
    }
    #mp-principies-container .inner-item > .desc{
        background:#fff;
        padding:.2rem;
        font-size:0.85rem;
        display:none;
        position:absolute;
        width:100%;
        min-height:100%;
        left:0;
        top:-2rem;
        box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.1);
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    #mp-principies-container .inner-item:hover > .desc{
        display:block;
        z-index:+1;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    #mp-principies-container .inner-item > .desc > p{
        height: 220px;
        margin: 0 0 0.5rem 0;
        padding: 0 0 0.5rem 0;
        border-bottom: 1px solid #f2f2f2;
        line-height: 1.15;
    }
    .contents{
        width:290px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .fixed-top{
    	top:0;
    	position:relative;
    }
    body{
    	padding-top:0; 
    }
    .contact-data-row{
        margin-bottom:0.75rem;
    }
    footer{
        text-align:center;
    }
    .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
        content: "/";
        display: inline-block;
        margin: 0 10px;
        color: #999;
    }
    #mp-principies-container .item{
        /*min-height:200px;*/
        text-align:center;
        position:relative;
    }
    #mp-principies-container .inner-item{
        width:100%;
        height:100%;
        text-align:center;
        align-items:center;
        position:relative;
    }
    #mp-principies-container .inner-item > img{
        display:block;
        margin:0 auto;
        max-width:50%;
        margin-top:2rem;
        margin-bottom:1rem;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    #mp-principies-container .inner-item:hover > img{
        -webkit-animation-name: zoomOut;
        animation-name: zoomOut;
    }
    #mp-principies-container .inner-item > h3{
        font-size:1.2rem;
    }
    #mp-principies-container .inner-item > .desc{
        background:#fff;
        padding:1rem;
        font-size:0.9rem;
        display:none;
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        top:-2rem;
        box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.1);
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    #mp-principies-container .inner-item:hover > .desc{
        display:block;
        z-index:+1;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    #mp-principies-container .inner-item > .desc > p{
        height: 150px;
        margin: 0 0 1.2rem 0;
        padding: 0 0 0.5rem 0;
        border-bottom: 1px solid #f2f2f2;
        line-height: 1.3;
    }
    .contents{
        width:555px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-contacts{
	    position: relative;
    }
    .fixed-top{
    	top:0;
    	position:relative;
    }
    body{
    	padding-top:0; 
    }
    .site-data{
        padding:0 !important;
    }
    .contact-data-row{
        margin-bottom:1rem;
    }
    #mp-principies-container .item{
        /*min-height:200px;*/
        text-align:center;
        position:relative;
    }
    #mp-principies-container .inner-item{
        width:100%;
        height:100%;
        text-align:center;
        align-items:center;
        position:relative;
    }
    #mp-principies-container .inner-item > img{
        display:block;
        margin:0 auto;
        max-width:50%;
        margin-top:2rem;
        margin-bottom:1rem;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    #mp-principies-container .inner-item:hover > img{
        -webkit-animation-name: zoomOut;
        animation-name: zoomOut;
    }
    #mp-principies-container .inner-item > h3{
        font-size:1.2rem;
    }
    #mp-principies-container .inner-item > .desc{
        background:#fff;
        padding:1rem;
        font-size:0.9rem;
        display:none;
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        top:-2rem;
        box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.1);
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    #mp-principies-container .inner-item:hover > .desc{
        display:block;
        z-index:+1;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    #mp-principies-container .inner-item > .desc > p{
        height: 150px;
        margin: 0 0 1.2rem 0;
        padding: 0 0 0.5rem 0;
        border-bottom: 1px solid #f2f2f2;
        line-height: 1.3;
    }
    .contents{
        width:555px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top-contacts{
	    position: relative;
    }
    .fixed-top{
    	top:0;
    	position:relative;
    }
    body{
    	padding-top:0; 
    }
    .contact-data-row{
        margin-bottom:2rem;
    }
    #mp-principies-container .item{
        /*min-height:200px;*/
        text-align:center;
        position:relative;
    }
    #mp-principies-container .inner-item{
        width:100%;
        height:100%;
        text-align:center;
        align-items:center;
        position:relative;
    }
    #mp-principies-container .inner-item > img{
        display:block;
        margin:0 auto;
        max-width:50%;
        margin-top:2rem;
        margin-bottom:1rem;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    #mp-principies-container .inner-item:hover > img{
        -webkit-animation-name: zoomOut;
        animation-name: zoomOut;
    }
    #mp-principies-container .inner-item > h3{
        font-size:1.2rem;
    }
    #mp-principies-container .inner-item > .desc{
        background:#fff;
        padding:1rem;
        font-size:0.9rem;
        display:none;
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        top:-2rem;
        box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.1);
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    #mp-principies-container .inner-item:hover > .desc{
        display:block;
        z-index:+1;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    #mp-principies-container .inner-item > .desc > p{
        height: 150px;
        margin: 0 0 1.2rem 0;
        padding: 0 0 0.5rem 0;
        border-bottom: 1px solid #f2f2f2;
        line-height: 1.3;
    }
    .contents{
        width:555px;
    }
}

@media (min-width: 1200px) {
    .top-contacts{
	    position: relative;
    }
    .fixed-top{
    	top:0;
    	position:relative;
    }
    body{
    	padding-top:0; 
    }
    .contact-data-row{
        margin-bottom:2rem;
    }
    
    #mp-principies-container .item{
        /*min-height:200px;*/
        text-align:center;
        position:relative;
    }
    #mp-principies-container .inner-item{
        width:100%;
        height:100%;
        text-align:center;
        align-items:center;
        position:relative;
    }
    #mp-principies-container .inner-item > img{
        display:block;
        margin:0 auto;
        max-width:50%;
        margin-top:2rem;
        margin-bottom:1rem;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    #mp-principies-container .inner-item:hover > img{
        -webkit-animation-name: zoomOut;
        animation-name: zoomOut;
    }
    #mp-principies-container .inner-item > h3{
        font-size:1.2rem;
    }
    #mp-principies-container .inner-item > .desc{
        background:#fff;
        padding:1rem;
        font-size:0.9rem;
        display:none;
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        top:-2rem;
        box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.1);
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    #mp-principies-container .inner-item:hover > .desc{
        display:block;
        z-index:+1;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    #mp-principies-container .inner-item > .desc > p{
        height: 150px;
        margin: 0 0 1.2rem 0;
        padding: 0 0 0.5rem 0;
        border-bottom: 1px solid #f2f2f2;
        line-height: 1.3;
    }
    .contents{
        width:555px;
    }
}

body{
	/*font-family: 'Fira Sans Condensed', sans-serif;*/
	font-family:'proxima_nova_rgregular';
}
a{color:#056bc3;}
.content h2{
    font-family: proxima_nova_thextrabold;
    font-size: 1.6rem;
    color: #012e61;
    margin: 2.5rem 0 1.5rem 0;
    padding: 0;
    text-transform: uppercase;
    position: relative;
}
.content h3{
    font-family: proxima_nova_thextrabold;
    font-size: 1.4rem;
    color: #012e61;
    margin: 2rem 0 1.5rem 0;
    padding: 0;
    text-transform: uppercase;
    position: relative;
}
.content h4{
    font-family: proxima_nova_thextrabold;
    font-size: 1.15rem;
    color: #012e61;
    margin: 2rem 0 .5rem 0;
    padding: 0;
    text-transform: uppercase;
    position: relative;
}
.content h2:first-child,
.content h3:first-child{
    margin-top:0;
}
h2.pagetitle,
h2.subtitle,
h1.subtitle{
    font-family: proxima_nova_ltlight;
    font-size: 1.5rem;
    font-weight: 200;
    color: #012e61;
    margin: 0 0 1rem 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    position:relative;
}
h2.subtitle:before,
h1.subtitle:before{
    display:block;
    position:absolute;
    left: -.75rem;
    top: -1rem;
    content:" ";
    background:url(../img/right-arrow.png) center center no-repeat;
    background-size:cover;
    width:48px;
    height:48px;
    -ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    z-index:-1;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
strong{
    font-family: 'proxima_nova_rgbold';
}
.top-contacts{
	/*position: fixed;*/
	left: 0;
	top:0;
	background: #f9f9f9;
	border-bottom: 1px solid #dedede;
	height: 30px;
	max-height: 30px;
	width: 100%;
	font-size: 0.8rem;
	color: rgba(0,0,0,0.8);
	z-index: 1030;
}
.contact-data > i{
	color: #012e61;
}
.top-socials{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	/*font-size: 1.2rem;
	d-flex align-items-center*/
}
.top-socials > li{
	display: inline-flex;
}
.top-socials > li > a{
	color: #000;
}
.top-socials > li > a:hover{
	color: #c70217;
}

.navbar-brand > img {
	/*width: 208px;
	max-width:208px;*/
	width:250px;
	max-width:250px;
	height: auto;
}
.top-logo{
    padding-top:0.75rem;
    padding-bottom:0.75rem;
}
.top-navbar{
	background-color: #fff;
	box-shadow: 0 0.2rem 0.2rem 0 rgba(0,0,0,0.2);
}
.top-nav{
    margin-top:0;
    margin-bottom:0;
    padding:0;
}
.top-nav > li {
	/*text-transform: uppercase;
	font-size: 1.1rem;*/
	padding: 0.75rem 0 0.75rem 1rem;
	position: relative;
	display:inline-block;
}
.top-nav > li > a{
	color:#000;
	border-bottom: 2px solid #012e61;
	padding: 0 0 0.3rem 0;
}
.top-nav > li > a > .fa{
	font-size: 0.8rem;
	color: rgba(0,0,0,0.2);
}
.top-nav > li:hover > a,
.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > li > a:active{
	text-decoration: none;
	border-bottom: 2px solid #c70217;
	color:#c70217;
}
/*.top-nav > li:hover > a > .fa,*/
.top-nav > li:focus > a > .fa,
.top-nav > li:active > a > .fa,
.top-nav > li > a:focus > .fa,
.top-nav > li > a:active > .fa,{
	opacity: 0;
}
.top-nav > li:hover > ul{
	/*display: block;*/
}
.top-nav > li > ul:before {
    content: ' ';
    position: absolute;
    left: 6px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #BE0122;
}
.top-nav > li > ul{
	display: none;
	position: absolute;
	left:1rem !important;
	top:100% !important;
	margin: 0;
	padding: 0.5rem 0;
	list-style: none;
	min-width: 100%;
	background: #c70217;
}
.top-nav > li > ul > li{
	position: relative;
	display: block;
	width: 100%;
	text-transform: none;
	font-size: 0.9rem;
	padding: 0;
}
.top-nav > li > ul > li > a{
	position: relative;
	display: block;
	width: 100%;
	white-space: nowrap;
	color: #fff;
	padding:0.25rem 1rem;
}
header {
	background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
	width: 100%;
	box-shadow: 0 0.2rem 0.2rem 0 rgba(0,0,0,0.2);
	z-index:+2;
}
.carousel-item {
    height: 60vh;
    min-height: 300px;
    padding: 15rem 0 0 0;
}
.slide-caption{
	font-weight: 100;
	font-size: 4rem;
	color: #fff;
}
.mp-services-row{
	/*background-image:linear-gradient(15deg, #13547a 0%, #80d0c7 100%);*/
	background:#fff;
}
.mp-services-row > div{
	padding: 15px;
	position:relative;
	overflow:hidden;
}
.mp-services-row > div:before{
    display:block;
    position:absolute;
    width:calc(100% - 30px);
    height:0;
    left:15px;
    top:15px;
    content:" ";
    background: rgba(255,255,255,1)/*#13547a#80d0c7*/;
    box-shadow:0 0 1rem 0 rgba(0,0,0,0.1);
    /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*.mp-services-row > div:hover:before{
    height:100%;
    z-index:+1;
    opacity:0.8;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}*/
.mp-services-row > div:hover:before{
    height:calc(100% - 30px);
    z-index:+1;
    opacity:1;
}
.mp-services-row > div:nth-child(3n+1):hover:before{
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.mp-services-row > div:nth-child(3n+2):hover:before{
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.mp-services-row > div:nth-child(3n+3):hover:before{
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.mp-service-block{
	min-height:250px;
	height: 100%;
	overflow: hidden;
	border:1px solid #dedede/*rgba(255,255,255,1)*/;
	z-index:+1;
}

/*.mp-services-row > div:hover > .mp-service-block{
    border:1px solid transparent;
}*/
/*.mp-service-block:before{
	display: block;
	position: absolute;
	left:0;
	top:0;
	content: " ";
	width: 100%;
	height:100%;	
	background-size: cover;
	opacity: 0.05;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}*/
.mp-sblock-bg{
    display: block;
	position: absolute;
	content: " ";
	left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    /*height: calc(100% - 60px);*/
    height:50%;
	background-size: cover;
	opacity: 1;
	/*filter:grayscale(100%);*/
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*.mp-services-row > div:hover >.mp-service-block:before{
	opacity: 0.5;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}*/
.mp-services-row > div:hover >.mp-sblock-bg{
	opacity: 1;
	filter:grayscale(0);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
} 

.mp-service-block{
    position: relative;
	width: 100%;
	justify-content: center;
}
.mp-services-row > div:hover > .mp-service-block{
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.mp-service-block > .mp-inner{
    position:absolute;
    width:100%;
    height:60px;
    left:0;
    bottom:0;
    padding-bottom:2rem;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.mp-services-row > div:hover > .mp-service-block > .mp-inner{
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    height:60%;
}
.mp-service-block > .mp-inner > h3{
	font-family:'proxima_nova_rgregular';
	text-transform:none;
	margin: 0;
	padding: 0 1rem 2rem 1rem;
	position: relative;
	width: 100%;
	/*color: #fff;*/
	font-size: 1rem;
    /*justify-content: center;
    height: 80px;*/
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.mp-services-row > div:hover > .mp-service-block > .mp-inner > h3{
	/*height: 110px;
	font-size:1.2rem;*/
	z-index:+1;
	color:#012e61;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mp-service-block > .mp-inner > a{
	z-index: +1;
	position: relative;
	/*color: #fff;
    background-color: #012e61;
    border-color: #012e61;*/
    opacity:0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.mp-services-row > div:hover > .mp-service-block > .mp-inner > a{
    opacity:1;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
#principles{
    background: #f2f2f2 url(/img/prbg.jpg) center center no-repeat;
    background-size:cover;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    overflow:hidden;
}
#mp-principies-container{
    padding:0 3rem;
}

#mp-principies-container,
#mp-principies-container .owl-stage-outer,
#mp-principies-container .owl-stage,
#mp-principies-container .owl-item,
#mp-principies-container .item{
    height:100%;
}
#mp-principies-container > .owl-dots{
    position:relative;
    width:100%;
    margin-top:0;
}
#mp-principies-container > .owl-dots > .owl-dot > span{
    background: transparent;
    border: 1px solid #012e61;
}
#mp-principies-container > .owl-dots > .owl-dot.active > span{
    background: #012e61;
}
#mp-principies-container > .owl-nav{
	position: absolute;
	width: 100%;
	left:0;
	top:20%;
}
#mp-principies-container > .owl-nav{
	top:20%;
}
#mp-principies-container > .owl-nav > div {
    color: #012e61;
    display: block;
    position: absolute;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    filter: Alpha(Opacity=60);
    opacity: .6;
}
#mp-principies-container > .owl-nav > .owl-next:hover,
#mp-principies-container > .owl-nav > .owl-prev:hover{
    color:#c70217;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#mp-principies-container > .owl-nav > .owl-next{
	right:-15px;
}
#mp-principies-container > .owl-nav > .owl-prev{
	left:-15px;
}

.for-row img{
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.for-row:hover img{
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.for-row:hover h2.subtitle:before{
    top:-10px;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

.contact-data-row h4{
    font-family: 'proxima_nova_rgbold';
    font-size:1rem;
    text-transform:uppercase;
    color:#012e61;
    margin: 0 0 0.5rem 0;
}
.contact-data-row h4 > span{
    margin-right:0.2rem;
    color:#c70217;
}
.contact-data-row p{
    font-size:1.3rem;
}

.modal-contact{
    background:#f9f9f9;
}
.modal-contact-row{
    margin-bottom:1rem;
}
.modal-contact-row h4{
    font-family: 'proxima_nova_rgbold';
    font-size:0.85rem;
    text-transform:uppercase;
    color:#012e61;
}
.contact-data-row h4 > span{
    margin-right:0.2rem;
    color:#c70217;
}
.contact-data-row p{
    font-size:1rem;
}
#usecontrol {
    display: block;
    height: 0px;
    opacity: 0;
}
.ajax_form .error {
    color: #c70217 !important;
}
p.error{
    color: #c70217;
    font-size:0.85rem;
    margin:0;
    padding:0;
}
.modal-menu{
    display:block;
    position:relative;
    margin:0;
    padding:0;
    list-style:none;
}
.modal-menu > li{
    display:block;
    position:relative;
    text-transform:uppercase;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}
/*.modal-menu > li:after{
    display:block;
    position:absolute;
    content:" ";
    height:0.2rem;
    width:100%;
    background:red;
}*/
.modal-menu > li > a{
    color: #012e61;
    background: #fff;
    z-index: +1;
    position: relative;
    padding: .5rem 0.5rem 0 0;
}
.modal-menu > li > ul{
    display: block;
    position: relative;
    margin: -.5rem 0 0 0;
    padding: 0.75rem 1rem;
    border: 1px solid #012e61;
}
.modal-menu > li > ul > li{
    display:inline-block;
    position:relative;
    text-transform:none;
    font-size:0.9rem;
}
.modal-menu > li > ul > li:after{
    content: "/";
    display: inline-block;
    margin: 0 10px;
    color: #999;
}
.modal-menu > li > ul > li:last-child:after{
    display:none;
}
.modal-menu > li > ul > li > a{
    color:#000;
}
.modal-menu > li > ul > li > a:hover{
    color:#c70217;
    text-decoration:none;
}
.uk-breadcrumb{
    margin-top:2rem;
    margin-bottom:0;
}
.uk-breadcrumb > li > a{
    color:#000;
}
.uk-breadcrumb > li > a:hover{
    color:#c70217;
}
.uk-breadcrumb > li > span{
    color:#ccc !important;
}
.uk-offcanvas {
    z-index: 1090;
}
.uk-offcanvas-overlay:before {
    /*background: rgba(0,0,0,.2);*/
    background: rgba(255,255,255,.8);
}
.uk-offcanvas-bar {
    background: #c70217;
}
.uk-nav-primary > li{
    border-bottom:1px solid rgba(255,255,255,0.2);
}
.uk-nav-primary > li:last-child{
    border-bottom:none;
}
.uk-nav-primary > li > span{
    font-size: 0.9rem;
    line-height: 1.2;
    padding:.5rem 0;
    display:block;
}
.uk-nav-primary > li > a{
    font-size: 0.9rem;
    line-height: 1.2;
    color: #fff !important;
    padding:.5rem 0;
    display:block;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.uk-nav-primary > li:hover > a{
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    color:rgba(255,255,255,0.8);
}
.uk-modal {
    z-index: 2010;
}
footer{
    background: #012e61;
    border-top: 1px solid #dedede;
    font-size:0.85rem;
    padding-top:2rem;
    padding-bottom:2rem;
    color:rgba(255,255,255,0.6);
}
footer a{
    color:#8bd1c8 !important;
    opacity:0.7;
}

.mp-lead{
    position:relative;
    margin-bottom:2rem;
}
.mp-lead-title{
    font-family:'proxima_nova_thextrabold';
    color:#012e61;
    font-size:1.3rem;
    position: relative;
    background: #fff;
    border: 1px solid #012e61;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    padding: 0.5rem 0;
}
.mp-lead-content{
    font-size: 1.2rem;
    margin: 0;
    padding: 2.5rem 1rem 2rem 1rem;
    border: 1px solid #012e61;
    text-align: center;
    margin-top: -1.25rem;
    background:#fff;
}
.mp-lead-content p{
    margin:0;
    padding:0;
}

.contents{
    max-width:none !important;
    color:#fff;
    background:#c70217;
    box-shadow:none;
    top: 100% !important;
    font-size:0.9rem;
}
.contents:before {
    content: ' ';
    position: absolute;
    left: 6px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #BE0122;
}
.contents a{
    color:#fff;
}

/*BS ELEMENTS*/
.form-control {
    font-family:'proxima_nova_rgregular';
    border-radius:0;
}
.form-control:focus {
    background-color: #fff;
    border-color: #012e61;
    outline: 0;
}
.has-danger .form-control {
    border-color: #c70217;
}
.btn {
    border-radius: .05rem;
    font-family:'proxima_nova_rgregular';
}
.btn-outline-danger {
    color: #c70217;
    background-image: none;
    background-color: transparent;
    border-color: #c70217;
}
.btn-outline-danger.active, .btn-outline-danger:active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c70217;
    border-color: #c70217;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #c70217;
    border-color: #c70217;
}

.btn-danger {
    color: #fff;
    background-color: #c70217;
    border-color: #c70217;
}
.btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c70217;
    border-color: #c70217;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c70217;
    border-color: #c70217;
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #012e61;
}
.custom-checkbox .custom-control-indicator {
    border-radius: 0;
}
.custom-control-indicator {
    position: absolute;
    top: .1rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
}
.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #012e61;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #012e61;
}
.custom-control-description{
    color:#000;
}
.custom-control-description > a{
    text-decoration:none;
    border-bottom:1px dashed;
}
span.error,
p.error{
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
}
p.help-block{
    -webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
.jGrowl.top-right{
    right:calc(50% - 200px) !important;
}
.jGrowl-notification{
    min-width:400px;
    text-align:center !important;
    font-family:'proxima_nova_rgregular';
}
#return-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #c70217;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top span {
    color: #fff;
    margin: 0;
    position: absolute;
    left: 5px;
    top: 6px;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#return-to-top:hover {
    /*background: rgba(0, 0, 0, 0.9);*/
}
#return-to-top:hover span {
    top: 3px;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.company-features-title{
    font-family: 'proxima_nova_thextrabold';
    color: #012e61;
    font-size: 1.3rem;
    position: relative;
    background: #fff;
    border: 1px solid #012e61;
    margin: 0 auto;
    width: 75%;
    text-align: center;
    padding: 0.5rem 0;
}
.company-features-content{
    font-size: 1.2rem;
    margin: 0;
    padding: 2.5rem 1rem 2rem 1rem;
    border: 1px solid #012e61;
    margin-top: -1.25rem;
    background: #fff;
}
.company-features-content ol li{
    margin-bottom:1.5rem;
}
.goto-feedback{
    text-align:center;
}
.goto-feedback p{
    font-family: proxima_nova_thextrabold;
    font-size: 1.6rem;
    color: #012e61;
    margin: 2.5rem 0 1.5rem 0;
    padding: 0;
    text-transform: uppercase;
    position: relative;
}
.goto-feedback .uk-icon{
    -webkit-animation: slideOutDown .75s linear infinite;
    animation: slideOutDown .75s linear infinite;
}
.link-block{
    display: block;
    position: relative;
    padding: 0.2rem;
    border: 1px solid #012e61;
    text-align: center;
    margin: 0 0 2rem 0;
}
.link-block > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100px;
    padding: 1rem 1rem;
    font-size: 18px;
    flex: 1 100%;
    justify-content: center;
    font-family: 'proxima_nova_rgbold';
}

.cookie-popup {
  --cookie-bg: #fff;
  --cookie-unit: 1rem;
  --cookie-inset: 2rem;
  --cookie-radius: 0;
  --cookie-padding: 2rem;
  --cookie-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
  --cookie-border: #a0a0a0;
  position: fixed;
  bottom: var(--cookie-inset);
  left: var(--cookie-inset);
  right: var(--cookie-inset);
  background-color: var(--cookie-bg);
  padding: var(--cookie-padding);
  border-radius: var(--cookie-radius);
  border: 1px solid var(--cookie-border);
  box-shadow: var(--cookie-shadow);
  z-index: 2147483647;
  translate: 0% 200%;
  transition: translate 1s ease-in-out;
}
.cookie-popup.shown {
  translate: 0% 0%;
}
.cookie-popup__wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookie-popup__content {
  margin-right: var(--cookie-padding);
}
.cookie-popup__content p {
  margin: 0;
}
.cookie-popup__content p:not(:last-child) {
  margin-bottom: var(--cookie-unit);
}
.cookie-popup__buttons {
  display: flex;
  justify-content: space-between;
}
.cookie-popup__buttons > *:not(:last-child) {
  margin-right: var(--cookie-unit);
}

@media (max-width: 575px) {
  .cookie-popup {
    --cookie-unit: 1rem;
    --cookie-inset: 1rem;
    --cookie-radius: 1rem;
    --cookie-padding: 1rem;
  }
  .cookie-popup__wrapper {
    flex-direction: column;
  }
  .cookie-popup__content {
    margin-right: 0;
    margin-bottom: var(--cookie-unit);
  }
  .cookie-popup__content p {
    font-size: 0.875rem;
  }
  .cookie-popup__buttons {
    width: 100%;
    flex-direction: column;
  }
  .cookie-popup__buttons > * {
    width: 100%;
  }
  .cookie-popup__buttons > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: var(--cookie-unit);
  }
}
@media (max-width: 340px) {
  .cookie-popup {
    --cookie-unit: 0.5rem;
    --cookie-inset: 0;
    --cookie-radius: 0;
    --cookie-padding: 0.5rem;
    top: var(--cookie-inset);
  }
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.footer-links > li:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 575px) {
  .footer-links {
    flex-direction: column;
  }
}

.hidden, .usecontrol {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}