
h2{
  font-size:  56px;
}
.s-content-1{
  height: 730px;
  padding-top: 4%;
}
.s-content-1 .button {
    padding: 110px 0 0 25px;
}
.col-col-sm-3{
  width: 41%;
  position: relative;
  left: 53%;
  bottom: 550px;
}
@media only screen and (max-width:575px){
    .footer_description{
        padding:0
    }
}
@media only screen and (max-width:450px){
    .footer_social_share>li{
        margin:0 3px 5px
    }
    .footer_social_share>li>a{
        height:35px;
        line-height:38px;
        width:35px
    }
}
@media only screen and (max-width:991px){
    .footer_description .site_logo.footer_logo,.footer_description .site_logo.footer_logo:focus,.footer_description .site_logo.footer_logo:hover{
        color:#fff
    }
    html[dir=rtl] .header_social_share{
        right:20px
    }
    html[dir=rtl] .scroll_down{
        left:-40px
    }
    html[dir=rtl] .contact_form_area .contact_form{
        padding-right:0
    }
}
.site_logo{
    color:#fff;
    font-size:24px;
    font-weight:700
}
.site_logo>span{
    font-size:30px
}
.site_logo:focus,.site_logo:hover{
    color:#fff
}

.particles-js-canvas-el{
  position: absolute;
  z-index: 1;
}
#fh5co-main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 3em 0;
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
 
}


#fh5co-main-nav .fh5co-nav-toggle i {
  top: 19px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}

.menu-show #fh5co-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#fh5co-main-nav h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
}
#fh5co-main-nav h1 .fh5co-logo {
  color: #fff;
}
#fh5co-main-nav h1 .fh5co-logo:hover {
  text-decoration: none;
}
#fh5co-main-nav ul {
  text-align: center;
  padding: 50px 0 50px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul {
    padding: 20px 0 0 0;
  }
}
#fh5co-main-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: "Playfair Display", Arial, serif;
}
#fh5co-main-nav ul li a {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul li a {
    font-size: 30px;
    padding: 10px 0;
  }
}
#fh5co-main-nav ul li a:hover, #fh5co-main-nav ul li a:active, #fh5co-main-nav ul li a:focus {
  color: #204ab6;
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul li {
    display: block;
  }
}
#fh5co-main-nav .fh5co-social-icon a i {
  color: rgba(255, 255, 255, 0.5);
}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

h5{
  font-size: 18px;
 font-family: RobotoThin;
line-height: 25px;
letter-spacing: 1px;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #557ecc;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-show .fh5co-nav-toggle i::before, .menu-show .fh5co-nav-toggle i::after {
  background: #fcf9f903;
}

.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}



header .fh5co-navbar-brand {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  bottom: 45px;
    right: 110px
}
header .fh5co-navbar-brand h1 {
  width: 20%;
  display: block;
  font-family: "Playfair Display", Arial, serif;
  margin-bottom: 0;
}
header .fh5co-navbar-brand .fh5co-logo {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none !important;
  color: #fff !important;
}
header .fh5co-navbar-brand .fh5co-logo:active, header .fh5co-navbar-brand .fh5co-logo:focus {
  outline: none;
  text-decoration: none;
}
header .fh5co-navbar-brand .fh5co-logo span {
  font-size: 12px;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 2px;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 20px;
}
header .fh5co-navbar-brand .fh5co-social-icon {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 50px;
}
header .fh5co-navbar-brand .fh5co-social-icon a {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  header .fh5co-navbar-brand .fh5co-social-icon a i {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 480px) {
  header .fh5co-navbar-brand .fh5co-social-icon {
    display: none;
  }
}
.view-button .btn-outline:hover, .view-button .btn-outline:focus, .view-button .btn-outline:active {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}
.fh5co-table {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.fh5co-table .fh5co-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fh5co-table .fh5co-table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}


header .fh5co-navbar-brand .fh5co-logo {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none !important;
  color: #fff !important;
}
header .fh5co-navbar-brand .fh5co-logo:active, header .fh5co-navbar-brand .fh5co-logo:focus {
  outline: none;
  text-decoration: none;
}
header .fh5co-navbar-brand .fh5co-logo span {
  font-size: 12px;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 2px;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 20px;
}

.header_social_share{
    display:inline-block;
    list-style:none;
    margin-bottom:0;
    padding:0;
    position:absolute;
    top:calc(50% + 40px);
    left:75px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index: 999;
}
.header_social_share:before{
    background-color:#ffffff;
    content:"";
    height:60px;
    left:7px;
    position:absolute;
    top:-80px;
    width:2px
}
.header_social_share .fa{
  color: #ffffff;
}
.header_social_share>li{
    display:block
}
.header_social_share>li>a{
    border-radius:50%;
    color:#c5c5c5;
    display:block;
    font-size:16px;
    margin:10px 0;
    text-align:center
}
.header_social_share>li a:hover i{
    color:#204ab6;
}


/*Logo-print-*/

.home_wrapper_info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: calc(100% - 60px);
    left: 0;
    position: absolute;
    top: -110px;
    width: 100%;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 992px){
.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.home_text_block {
    color: #fff;
    margin-bottom: 15px;
}
.text-center {
    text-align: center!important;
}
.home_text_block>h2 {
    color: rgba(255,255,255,.7);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}
.home_text_block .cd-headline {
    text-transform: capitalize;
    color: inherit;
    font-size: 62px;
    font-weight: 400;
    margin-bottom: 25px;
}
@media only screen and (min-width: 1170px){
.cd-headline {
    font-size: 6rem;
}}
@media only screen and (min-width: 768px){
.cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
}}
.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}
.home_text_block .cd-headline>span{
  padding: 2px 0;
}
.cd-headline.clip span, .cd-headline.loading-bar span, .cd-headline.slide span {
    padding: .2em 0;
    display: inline-block;
}

.cd-headline.clip span,.cd-headline.loading-bar span,.cd-headline.slide span{
    padding:.2em 0;
    display:inline-block
}
.cd-headline.clip .cd-words-wrapper,.cd-headline.loading-bar .cd-words-wrapper,.cd-headline.slide .cd-words-wrapper,.cd-headline.type .cd-words-wrapper{
    overflow:hidden;
    vertical-align:top
}
.cd-words-wrapper{
    display:inline-block;
    position:relative;
    text-align:left
}
.home_text_block .cd-headline>.cd-words-wrapper>b{
    font-weight:600!important
}

.cd-words-wrapper b.is-visible{
    position:relative
}
.cd-headline.clip b{
    opacity:0
}
.cd-headline.clip b.is-visible{
    opacity:1
}

.cd-words-wrapper b{
    display:inline-block;
    position:absolute;
    white-space:nowrap;
    left:0;
    top:0
}

.home_wrapper_info{
z-index: 1;}

.wrapp{
  margin: 0 auto;
  max-width: 1710px;
}
.logo img{
  margin-top:-30px; 

}
.cms_content h2,.cms_content h3{
    font-size:44px;
    line-height:54px;
    }
.men{
  position: absolute;
    right: -5px;
    top: 22px;
    color: #557ecc;
}

.logo h2{
     
  float: left;
    position: absolute;
    left: 12%;
    top: 5px;
    font-size: 25px;
    font-weight: 700;
}

.breadcrumb>ul,ol,ul{
  list-style:none;
}
.breadcrumb>ul {
    display: inline-block;
}
.breadcrumb>ul:after,
.clearfix:after,
.filter-nav ul:after,
.language-select ul:after,
.owl-carousel .owl-wrapper:after,
.pagination ul:after,
.person-item:after,
.row:after,
.s-content-1 .row .col .left:after,
.s-content-1 .row:after,
.slider .item .content:after,
.slider .item:after,
.source:after,

header .language-select ul:after,
header .nav-line:after,
header .static-line:after{
  clear:both;}
html{
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{
  display:block;
}
audio,
canvas,
progress,
video{
  display:inline-block;
  vertical-align:baseline;
}
audio:not([controls]){
  display:none;
  height:0;
}
[hidden],
template{
  display:none;
}
a{
  background-color:transparent;
  color:#557ecc;
  text-decoration:none;
}
a:active,
a:hover{
  outline:0;
}
abbr[title]{
  border-bottom:1px dotted;
}
mark{
  background:#ff0;
  color:#000;
}
.img-thumbnail,
body{
  background-color:#fff;
}
sub,sup{
  line-height:0;
  position:relative;
}
sup{
  top:-.5em;
}
sub{
  bottom:-.25em;
}
svg:not(:root){
  overflow:hidden;
}
hr{
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  height:0;
}

pre,textarea{
  overflow:auto;
}
button,
input,
optgroup,
select,
textarea{
  color:inherit;
  font:inherit;
  margin:0;
} 
button{
  overflow:visible;
}
button,select{
  text-transform:none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit]{
  -webkit-appearance:button;
  cursor:pointer;
}
button[disabled],
html input[disabled]{
  cursor:default;
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page,[role=button]{
  cursor:pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner{
  border:0;
  padding:0;
}
input[type=checkbox],input[type=radio]{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding:0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
  height:auto;
}
input[type=search]{
  -webkit-appearance:textfield;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration{
  -webkit-appearance:none;
}
optgroup{
  font-weight:700;
  }

button,input,select,textarea{
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
}
a:focus,a:hover{
  color:#557ecc;
  text-decoration:underline;
}
a:focus{
  outline:dotted thin;
  outline:-webkit-focus-ring-color auto 5px;
  outline-offset:-2px;
}
figure{
  margin:0;
}
.img-responsive{
  display:block;
  max-width:100%;
  height:auto;
}
.img-rounded{
  border-radius:6px;
}
.img-thumbnail{
  padding:4px;
  line-height:1.42857143;
  border:1px solid #ddd;
  border-radius:4px;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  display:inline-block;
  max-width:100%;
  height:auto;
}
.img-circle{
  border-radius:50%;
}
hr{
  margin-top:20px;
  margin-bottom:20px;
  border:0;
  border-top:1px solid #eee;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus{
  position:static;
  width:auto;
  height:auto;
  margin:0;
  overflow:visible;
  clip:auto;
}

.container-fluid{
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}

.row{
  margin-left:-15px;
  margin-right:-15px;

}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,.col-lg-5,
.col-lg-6,.col-lg-7,
.col-lg-9,
.col-md-1,.col-md-10,
.col-md-11,.col-md-12,
.col-md-2,.col-md-3,
.col-md-4,.col-md-5,.col-md-6,
.col-md-7,.col-md-8,.col-md-9,
.col-sm-1,.col-sm-10,.col-sm-11,
.col-sm-12,.col-sm-2,.col-sm-3,
.col-sm-4,.col-sm-5,.col-sm-6,
.col-sm-7,.col-sm-8,.col-sm-9,
.col-xs-1,.col-xs-10,.col-xs-11,
.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,
.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,
.col-xs-9{
  position:relative;
  min-height:1px;padding-left:15px;
  padding-right:15px;
}
.col-xs-1,.col-xs-10,.col-xs-11,
.col-xs-12,.col-xs-2,.col-xs-3,
.col-xs-4,.col-xs-5,.col-xs-6,
.col-xs-7,.col-xs-8,.col-xs-9{
  float:left;
}
.col-xs-12{
  width:100%;
}
.col-xs-11{
  width:91.66666667%;
}
.col-xs-10{
  width:83.33333333%;
}
.col-xs-9{
  width:75%;
}
.col-xs-8{
  width:66.66666667%;
}
.col-xs-7{
  width:58.33333333%;
}
.col-xs-6{
  width:50%;
}
.col-xs-5{
  width:41.66666667%;
}
.col-xs-4{
  width:33.33333333%;
}
.col-xs-3{
  width:25%;
}
.col-xs-2{
  width:16.66666667%;
}
.col-xs-1{
  width:8.33333333%;
}
.col-xs-pull-12{
  right:100%;
}
.col-xs-pull-11{
  right:91.66666667%;
}
.col-xs-pull-10{
  right:83.33333333%;
}
.col-xs-pull-9{
  right:75%;
}
.col-xs-pull-8{
  right:66.66666667%;
}
.col-xs-pull-7{
  right:58.33333333%;
}
.col-xs-pull-6{
  right:50%;
}
.col-xs-pull-5{
  right:41.66666667%;
}
.col-xs-pull-4{
  right:33.33333333%;
}
.col-xs-pull-3{
  right:25%;
}
.col-xs-pull-2{
  right:16.66666667%;
}
.col-xs-pull-1{
  right:8.33333333%;
}
.col-xs-pull-0{
  right:auto;
}
.col-xs-push-12{
  left:100%;
}
.col-xs-push-11{
  left:91.66666667%;
}
.col-xs-push-10{
  left:83.33333333%;
}
.col-xs-push-9{
  left:75%;
}
.col-xs-push-8{
  left:66.66666667%;
}
.col-xs-push-7{
  left:58.33333333%;
}
.col-xs-push-6{
  left:50%;
}
.col-xs-push-5{
  left:41.66666667%;
}
.col-xs-push-4{
  left:33.33333333%;
}
.col-xs-push-3{
  left:25%;
}
.col-xs-push-2{
  left:16.66666667%;
}
.col-xs-push-1{
  left:8.33333333%;
}
.col-xs-push-0{
  left:auto;
}
.col-xs-offset-12{
  margin-left:100%;
}
.col-xs-offset-11{
  margin-left:91.66666667%;
}
.col-xs-offset-10{
  margin-left:83.33333333%;
}
.col-xs-offset-9{
  margin-left:75%;
}
.col-xs-offset-8{
  margin-left:66.66666667%;
}
.col-xs-offset-7{
  margin-left:58.33333333%;
}
.col-xs-offset-6{
  margin-left:50%;
}
.col-xs-offset-5{
  margin-left:41.66666667%;
}
.col-xs-offset-4{
  margin-left:33.33333333%;
}
.col-xs-offset-3{
  margin-left:25%;
}
.col-xs-offset-2{
  margin-left:16.66666667%;
}
.col-xs-offset-1{
  margin-left:8.33333333%;
}
.col-xs-offset-0{
  margin-left:0;
}

@media only screen and (min-width: 992px){
.preview-item .item-title h2, .preview-item .item-title h3 {
    padding: 0 0 0 50px;
}
}

@media only screen and (min-width: 992px){
h2, h3 {
    font-size: 44px;
    line-height: 54px;
}
h2, h3 {
    text-transform: uppercase;
}
}
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.clearfix:after, 
.clearfix:before, 
.container-fluid:after, 
.container-fluid:before, 
.container:after, 
.container:before, 
.row:after, 
.row:before {
    content: " ";
    display: table;
}
.center-block{
  display:block;
  margin-left:auto;
  margin-right:auto;
  }
.pull-right{
  float:right!important;
  }
.pull-left{
  float:left!important;
  }
.hide{
  display:none!important;
  }
.show{
  display:block!important;
  }
.invisible{
  visibility:hidden;
  }
.text-hide{
  font:0/0 a;
  color:transparent;
  text-shadow:none;
  background-color:transparent;
  border:0;
  }
.hidden{
  display:none!important;
  }
.affix{
  position:fixed;
  }
.owl-origin{
  -webkit-perspective:1200px;
  -webkit-perspective-origin-x:50%;
  -webkit-perspective-origin-y:50%;
  -moz-perspective:1200px;
  -moz-perspective-origin-x:50%;
  -moz-perspective-origin-y:50%;
  perspective:1200px;
  }
.owl-fade-out{
  z-index:10;
  -webkit-animation:fadeOut .7s both ease;
  -moz-animation:fadeOut .7s both ease;
  animation:fadeOut .7s both ease;
  }
.owl-fade-in{
  -webkit-animation:fadeIn .7s both ease;
  -moz-animation:fadeIn .7s both ease;
  animation:fadeIn .7s both ease;
  }
.owl-backSlide-out{
  -webkit-animation:backSlideOut 1s both ease;
  -moz-animation:backSlideOut 1s both ease;
  animation:backSlideOut 1s both ease;
  }
.owl-backSlide-in{
  -webkit-animation:backSlideIn 1s both ease;
  -moz-animation:backSlideIn 1s both ease;
  animation:backSlideIn 1s both ease;
  }
.owl-goDown-out{
  -webkit-animation:scaleToFade .7s ease both;
  -moz-animation:scaleToFade .7s ease both;
  animation:scaleToFade .7s ease both;
  }
.owl-goDown-in{
  -webkit-animation:goDown .6s ease both;
  -moz-animation:goDown .6s ease both;animation:goDown .6s ease both;
  }
.owl-fadeUp-in{
  -webkit-animation:scaleUpFrom .5s ease both;
  -moz-animation:scaleUpFrom .5s ease both;
  animation:scaleUpFrom .5s ease both;
  }
.owl-fadeUp-out{
  -webkit-animation:scaleUpTo .5s ease both;
  -moz-animation:scaleUpTo .5s ease both;
  animation:scaleUpTo .5s ease both;
  }
@-webkit-keyframes empty{
  0%{
    opacity:1;
    }
}
@-moz-keyframes empty{
  0%{
    opacity:1;
    }
}
@keyframes empty{
  0%{
    opacity:1;
    }
}
@-webkit-keyframes fadeIn{
  0%{
    opacity:0;
    }
  100%{
    opacity:1;
    }
}
@-moz-keyframes fadeIn{
  0%{
    opacity:0;
    }
  100%{
    pacity:1;
    }
}
@keyframes fadeIn{
  0%{
    opacity:0;
    }
  100%{
    opacity:1;
    }
}
@-webkit-keyframes fadeOut{
  0%{
    opacity:1;
    }
  100%{
    opacity:0;
    }
}
@-moz-keyframes fadeOut{
  0%{
    opacity:1;
    }
  100%{
    opacity:0;
    }
}
@keyframes fadeOut{
  0%{
    opacity:1;
    }
  100%{
    opacity:0;
    }
}
@-webkit-keyframes backSlideOut{
  25%{
    opacity:.5;
    -webkit-transform:translateZ(-500px);
    }
  100%,75%{
    opacity:.5;
    -webkit-transform:translateZ(-500px) translateX(-200%);
    }
}
@-moz-keyframes backSlideOut{
  25%{
    opacity:.5;
    -moz-transform:translateZ(-500px);
    }
  100%,75%{
    opacity:.5;
    -moz-transform:translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut{
  25%{
    opacity:.5;
    transform:translateZ(-500px);
    }
  100%,75%{
    opacity:.5;
    transform:translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn{
  0%,25%{
    opacity:.5;
    -webkit-transform:translateZ(-500px) translateX(200%);
    }
  75%{
    opacity:.5;
    -webkit-transform:translateZ(-500px);
    }
  100%{
    opacity:1;
    -webkit-transform:translateZ(0) translateX(0);
    }
}
@-moz-keyframes backSlideIn{
  0%,25%{
    opacity:.5;
    -moz-transform:translateZ(-500px) translateX(200%);
    }
  75%{
    opacity:.5;
    -moz-transform:translateZ(-500px);
    }
  100%{
    opacity:1;
    -moz-transform:translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn{
  0%,25%{
    opacity:.5;
    transform:translateZ(-500px) translateX(200%);
    }
  75%{
    opacity:.5;
    transform:translateZ(-500px);
    }
  100%{
    opacity:1;
    transform:translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade{
  to{
    opacity:0;
    -webkit-transform:scale(.8);
    }
}
@-moz-keyframes scaleToFade{
  to{
    opacity:0;
    -moz-transform:scale(.8);
    }
}
@keyframes scaleToFade{
  to{
    opacity:0;
    transform:scale(.8);
    }
}
@-webkit-keyframes goDown{
  from{
    -webkit-transform:translateY(-100%);
    }
}
@-moz-keyframes goDown{
  from{
    -moz-transform:translateY(-100%);
    }
}
@keyframes goDown{
  from{
    transform:translateY(-100%);
    }
}
@-webkit-keyframes scaleUpFrom{
  from{
    opacity:0;
    -webkit-transform:scale(1.5);
    }
}
@-moz-keyframes scaleUpFrom{
  from{
    opacity:0;
    -moz-transform:scale(1.5);
    }
}
@keyframes scaleUpFrom{
  from{
    opacity:0;
    transform:scale(1.5);
    }
}
@-webkit-keyframes scaleUpTo{
  to{
    opacity:0;
    -webkit-transform:scale(1.5);
    }
}
@-moz-keyframes scaleUpTo{
  to{
    opacity:0;
    -moz-transform:scale(1.5);
    }
}
@keyframes scaleUpTo{
  to{
    opacity:0;
    transform:scale(1.5);
    }
}
.page{
  overflow-x:hidden;
  margin:0 auto;
  height:auto!important;
  }
.queryloader__overlay .queryloader__overlay__percentage{
  font-size:34px;
  font-family:RobotoLight;
  color:#557ecc;
  }
.slider h2,h1{
  color:#557ecc;
  font-family:RobotoThin;
  }

h1{
  font-weight: 100;
}

@font-face{
  font-family:RobotoLight;
  src:url(../fonts/Roboto-Light.eot);
  src:url(../fonts/Roboto-Light.eot) format("embedded-opentype"),
  url(../fonts/Roboto-Light.woff2) format("woff2"),
  url(../fonts/Roboto-Light.woff) format("woff"),
  url(../fonts/Roboto-Light.ttf) format("truetype"),
  url(../fonts/RobotoLight.svg#RobotoLight) format("svg");
}
@font-face{
  font-family:RobotoBold;
  src:url(../fonts/Roboto-Bold.eot);
  src:url(../fonts/Roboto-Bold.eot) format("embedded-opentype"),
  url(../fonts/Roboto-Bold.woff2) format("woff2"),
  url(../fonts/Roboto-Bold.woff) format("woff"),
  url(../fonts/Roboto-Bold.ttf) format("truetype"),
  url(../fonts/RobotoBold.svg#RobotoBold) format("svg");
}
@font-face{
  font-family:RobotoThin;
  src:url(../fonts/Roboto-Thin.eot);
  src:url(../fonts/Roboto-Thin.eot) format("embedded-opentype"),
  url(../fonts/Roboto-Thin.woff2) format("woff2"),
  url(../fonts/Roboto-Thin.woff) format("woff"),
  url(../fonts/Roboto-Thin.ttf) format("truetype"),
  url(../fonts/RobotoThin.svg#RobotoBold) format("svg");
}

  .search-form{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99999;
    background:rgba(44,179,231,.9);
    transform:scale(.5);
    opacity:0;
    -webkit-animation:show .5s forwards cubic-bezier(.77,0,.175,1);
    -moz-animation:show .5s forwards cubic-bezier(.77,0,.175,1);
    animation:show .5s forwards cubic-bezier(.77,0,.175,1);
}
.search-form .close{
  position:absolute;
  display:block;
  top:15px;
  right:15px;
  color:#fff;
  text-decoration:none;
  width:26px;
  height:26px;
  line-height:26px;
  font-size:26px;
  z-index:999;
}
.search-form form{
  text-align:center;
  display:table;
  height:100%;
  width:100%;
  }
.search-form form .input{
  position:relative;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  }
.search-form form .input input[type=text]{
  background:0 0;
  border:none;
  border-bottom:2px solid #fff;
  outline:0;
  font-size:24px;
  color:#fff;
  font-family:RobotoBold;
  line-height:40px;
  width:100%;
  padding:0 10px;
}
.search-form form .input button{
  background:0 0;
  border:none;
  outline:0;
  padding:0;
  color:#fff;
  width:27px;
  height:27px;
  font-size:27px;
  position:absolute;
  top:5px;
  left:-20px;
  cursor:pointer;
}

 #toTop {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:35px;
  right:10px;
  overflow:hidden;
  width:51px;
  height:69px;
  border:none;
  text-indent:100%;
  background:url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
 
  width:51px;
  height:69px;
  display:block;
  overflow:hidden;
  float:left;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
  outline:none;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fh5co-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #fff;
}
.menu-show #fh5co-page {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

#fh5co-featured,
{
  padding-bottom: 7em;
}
.post-entry {
  width: 100%;
  min-height: 700px;
  display: table;
}
@media screen and (max-width: 992px) {
  .post-entry {
    display: block;
    min-height: 400px;
  }
}
.post-entry .post-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 700px;
}
@media screen and (max-width: 768px) {
  .post-entry .post-image {
    display: block;
    height: 400px;
  }
}
.post-entry .display-tc {
  display: table-cell;
  vertical-align: middle;
  height: 700px;
  
}
@media screen and (max-width: 992px) {
  .post-entry .display-tc {
    display: block;
    vertical-align: none;
    text-align: left;
    height: inherit;
  }
}
.post-entry .desc {
  padding: 5em;
  background: rgba(83, 157, 219, 0.9);
  -webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
}


.post-entry .desc .date {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .post-entry .desc {
    padding: 1.5em;
  }
  .post-entry .desc h3 {
    font-size: 30px;
  }
}
.col-md-push-6 {
    left: 50%;
  }
  .nopaddingbottom {
  padding-bottom: 0 !important;
}
.js .animate-box {
  opacity: 0;
}
.col-md-push-5 {
    left: 41.66667%;
  }


.post-entry .desc h3 {
  color: #fff;
  font-size: 40px;
  line-height: 54px;
}
.post-entry .desc p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner .desc {
  padding: 5em;
  background: rgba(83, 157, 219, 0.9);
  -webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 992px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .desc {
    padding: 0;
    background: none;
    -webkit-box-shadow: 0px 10px 30px -13px transparent;
    -moz-box-shadow: 0px 10px 30px -13px transparent;
    box-shadow: 0px 10px 30px -13px transparent;
  }
}





#section_scroller_button,.btn-default{
    cursor:pointer;
    line-height:50px;
    height:45px
}
html[dir=rtl] #section_scroller_button{
    left:20px;
    right:auto
}
#section_scroller_button{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color:#333;
    border-radius:50%;
    bottom:50px;
    box-shadow:-1px 1px 10px rgba(0,0,0,.3);
    color:#fff;
    font-size:22px;
    position:fixed;
    right:20px;
    text-align:center;
    width:45px;
    z-index:999;
    -webkit-transition:ease-in .3s;
    transition:ease-in .3s
}
#section_scroller_button:hover{
    background-color:#000
}
#section_scroller_button>.fa{
    -webkit-transition:all .5s;
    transition:all .5s
}
#section_scroller_button.rotate>.fa{
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg)
}
#section_scroller_button.btn-hide{
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
#section_scroller_button.btn-show{
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom:35px
}


.footer .clearfix{
    display:none
}
.footer_description{
    padding:5px 40px 0
}
.footer_description>a{
    display:block;
    margin-bottom:25px
}
.footer_description>p{
    line-height:24px
}
.footer_description .footer_logo{
    margin-right:0
}
.footer-bottom-area{
    position:relative;
    padding:20px 0;
    background-color:#8acde8
}
.footers{
  /*  background-color: #00339970;*/
    font-size: 16px;
    padding: 10px 60px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-weight: 500;
}
.footers p{
  color: #ffffff;

}
.footers .derii{
  position: absolute;
  right: 80px;
  bottom: 0;
  padding-bottom: 12px;
}

.copyright a{
    color:#dcb455;
}
.copyright a:hover{
    color:#fff
}
.footer_social_share{
    list-style:none;
    margin:0 -8px;
    padding-left:0
}
.footer_social_share>li{
    display:inline-block;
    margin:0 5px 5px
}
.footer_social_share>li>a{
    background-color:#242424;
    border-radius:50%;
    box-shadow:0 0 32px rgba(0,0,0,.16);
    color:#fff;
    display:inline-block;
    height:40px;
    line-height:44px;
    text-align:center;
    width:40px
}
.footer_social_share>li>a:hover{
    color:#666
}

#fh5co-main-nav .fh5co-nav-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 20px;
  
  height: 45px;
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


#fh5co-main-nav .fh5co-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
  position: absolute !important;
  top: 0;
  right: 0;
}



.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #557ecc;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #557ecc;
  transition: all .2s ease-out;
}
.menu-show .fh5co-nav-toggle i {
  background: #fff0;
  color: #fff;
}








.fh5co-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0px;
}

.owl-carousel,.owl-carousel .owl-wrapper{
  display:none;
  position:relative;
  }
.owl-carousel{
  width:100%;
  -ms-touch-action:pan-y;
  }


.owl-controls{
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  }

.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);
  }

.owl-theme .owl-controls .owl-buttons div{
  color:#FFF;
  display:inline-block;
  zoom:1;
  margin:5px;
  padding:3px 10px;
  font-size:12px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  background:#869791;
  filter:Alpha(Opacity=50);
  opacity:.5;
  }
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter:Alpha(Opacity=100);
  opacity:1;
  text-decoration:none;
  }



  .owl-carousel .owl-wrapper:after{
  content:".";
  display:block;
  visibility:hidden;
  line-height:0;
  height:0;
  }

.owl-carousel .owl-wrapper-outer{
  overflow:hidden;
  position:relative;
  width:100%;
  }
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition:height .5s ease-in-out;
  -moz-transition:height .5s ease-in-out;
  -ms-transition:height .5s ease-in-out;
  -o-transition:height .5s ease-in-out;
  transition:height .5s ease-in-out;
  }
.owl-carousel .owl-item{
  float:left;
  }



.owl-theme .owl-controls{
  margin-top:10px;
  text-align:center;
  }

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter:Alpha(Opacity=100);
  opacity:1;
  text-decoration:none;
  }
.owl-theme .owl-controls .owl-page{
  display:inline-block;
  zoom:1;
  }
.owl-theme .owl-controls .owl-page span{
  display:block;
  width:12px;
  height:12px;
  margin:5px 7px;
  filter:Alpha(Opacity=50);
  opacity:.5;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  background:#869791;
  }
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter:Alpha(Opacity=100);
  opacity:1;
  }
.owl-theme .owl-controls .owl-page span.owl-numbers{
  height:auto;
  width:auto;
  color:#FFF;
  padding:2px 10px;
  font-size:12px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  }
body,html{
  height:100%;
  }
.page,body{
  width:100%;
  }


*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  } 




.slider h2+span,h1+span{
  display:block;
  text-align:center;
  font-size:20px;
  font-family:RobotoLight;
  color:#73969f;
  }
/*h5{
  margin: 10px 90px 0;
   
}*/

h2,h3,h4{
  color:#557ecc;
  font-family:RobotoThin;
  font-weight: 100;
  }
h2,h3{
  text-transform:uppercase;
  }

h2{
  text-transform:none;
  text-align:center;
  margin-bottom:120px;
  
  }
h4{
  margin-bottom:10px;

  }

.cms_content ul li,p{
  color:#557ecc;
  font-family:RobotoLight;
  }



.search-form form .search_result{
  width:100%;
  overflow:hidden;
}
.search-form form .search_result .ui-autocomplete{
  width:calc(100% - 30px);
  margin:0 15px;
  max-height:300px;
  overflow-y:scroll!important;
  overflow-x:hidden;
}
.live-search .input-group{
  transition:all .3s cubic-bezier(.77,0,.175,1);
  position:absolute;
  width:0;right:0;
}
header .static-line .logo {
    display: inline-block;
}
header .static-line .logo a {
    display: block;
}
header .language-select {
    display: inline-block;
    float: right;
    margin: 5px 0;
    padding: 0 2px;
    -webkit-transform: skew(-19deg);
    -moz-transform: skew(-19deg);
    -o-transform: skew(-19deg);
    transform: skew(-19deg);
}
.language-select {
    display: inline-block;
    padding: 0 2px;
    transform: skew(-19deg);
    background-color: #557ecc;
}

header .language-select ul:after, header .language-select ul:before {
    content: "";
    display: table;
}
.language-select ul:after, .language-select ul:before {
    content: "";
    display: table;
}
header .language-select ul li {
    float: left;
    margin: 2px 0;
}

header .language-select ul li a {
    transition: all .3s ease;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    height: 26px;
    line-height: 26px;
    width: 42px;
    -webkit-transform: skew(16deg);
    -o-transform: skew(16deg);
    -moz-transform: skew(16deg);
    transform: skew(16deg);
    color: #fff;
}
.cms_content ul .contacts .box .contact-item li>strong,
.contacts .box .contact-item .cms_content ul li>strong,
 .contacts .box .contact-item p>strong,
 .language-select ul li a,
  header .language-select ul li a, header .menu span {
 font-family: RobotoBold;
}
.language-select ul li a {
    transition: all .3s ease;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    height: 26px;
    line-height: 26px;
    width: 42px;
    transform: skew(16deg);
    color: #fff;
}
header .language-select ul li.active {
    box-shadow: 0 1px 3px 0 rgba(25,94,126,.7);
    background: #fff;
}
.language-select ul li.active {
    box-shadow: 0 1px 3px 0 rgba(25,94,126,.7);
    background: #fff;
}

header .language-select ul li {
    float: left;
    margin: 2px 0;
}


header .menu span {
    padding: 0 10px 0 0;
    font-size: 17px;
    line-height: 21px;
    color: #216381;
}

.top .top-page:after, .top .top-page:before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    display: block;
    z-index: 2;
}


.top .top-page .mouse-move li.l-2 .background {
    background: url(../img/animated-bg/fon.jpg) 70% 50% no-repeat;
}
.top .pag .mouse-move li.l-2 .background {
    background: url(../img/animated-bg/fon1.jpg) 70% 50% no-repeat;
}
.top .topage .mouse-move li.l-2 .background {
    background: url(../img/animated-bg/fon2.jpg) 70% 50% no-repeat;
}
.top .top-page .mouse-move li .background {
    position: absolute;
    top: -5%;
    left: -5%;
    height: 110%;
    width: 110%;
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.live-search .input-group i{
  position:absolute;
  right:-30px;
  top:8px;
  opacity:0;
}
.live-search .input-group input{
  height:40px;
  width:100%;
  border:none;
  border-bottom:2px solid #557ecc;
  outline:0;
  font-size:20px;
  color:#557ecc;
  font-family:RobotoBold;
  }
.live-search .input-group.open{
  width:100%;
  transition:all .3s cubic-bezier(.77,0,.175,1) .3s;
  }
.live-search .input-group.open i{
  opacity:1;
  transition:inherit;
  }
.live-search .input-group.open button{
  z-index:1;
  }
.live-search .input-group.open button i{
  transition:all .2s ease .4s;opacity:1!important;
  }
.live-search .input-group.open input{
  transition:inherit;
  padding:0 15px;
}
.live-search .input-group button{
  outline:0;
  border:none;
  position:absolute;
  top:0;
  left:-35px;
  z-index:-4;
  }
.cms_content 
.cms_content .slider h2,
.cms_content h1,.cms_content h2,
.cms_content h3,.cms_content h2,
.slider .cms_content h2{
  font-family:RobotoThin;
  color:#557ecc;
}

.cms_content h2,.cms_content h3{
  text-transform:uppercase;
  }

.cms_content h5{
  color:#557ecc;
  font-family:RobotoBold;
  }

.cms_content p,.cms_content ul li{
  color:#557ecc;
  font-family:RobotoLight;
  }
.cms_content p>strong,
.cms_content ul li>strong{
  font-family:RobotoBold;
  }
.cms_content ul {
    list-style-image: url(../img/Map-Marker-Flag-2-Right-Azure-icon.png);
}

.cms_content blockquote{
  position:relative;
  background:#f0f6f9;
  padding:58px 15px;
  }

.cms_content blockquote p,
.cms_content blockquote ul li,
.cms_content ul blockquote li{
  color:#114157;
  font-size:30px;
  line-height:38px;
  max-width:790px;
  margin:auto;
  font-family:RobotoThin;
  padding:0 30px;
  border-left:3px solid #557ecc;
  }

.cms_content blockquote:after,
.cms_content blockquote:before{
  content:'';
  display:block;
  height:100%;
  width:50%;
  background:#f0f6f9;
  position:absolute;
  top:0;
  }
.cms_content img,
.preview-item .image>img{
  width:100%;
  display:block;
  }
.cms_content blockquote:after{
  right:0;
  -webkit-transform:translateX(99%);
  -moz-transform:translateX(99%);
  transform:translateX(99%);
  }
.cms_content blockquote:before{
  left:0;
  -webkit-transform:translateX(-99%);
  -moz-transform:translateX(-99%);
  transform:translateX(-99%);
  }

.page-content .s-cont-2 h2,
.page-content .slider h2,
.page-content h1,
.s-cont-2 .page-content h2,
.slider .page-content h2 {
    text-align: center;
}
.preview-item{
  position:relative;
  overflow:hidden;
  }
.preview-item .image{
  transition:all .5s ease;background-size:cover;
  background-position:25% 50%;
  }
.preview-item .item-title{
  display:block;
  }

.preview-item.right-position .image{
  background-position:20% 50%;
  }
.blur-layer,.content-imag{
  background-size:cover;
  background-position:50% 50%;
  will-change:background-position;
  width:100%;
  }
.blur-layer img {
    transition: all .5s ease;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: initial;
    background-size: cover;
}

.blur-layer{
  background-attachment:fixed;
  -webkit-transform:translateZ(0);
  -moz-transform:translateZ(0);
  transform:translateZ(0);
  }
.content-imag{
  -webkit-transform:translateZ(0);
  -moz-transform:translateZ(0);
  transform:translateZ(0);
  }
.content-imag>img{
  width:100%;
  
  }
.txt h4{
  margin: 120px;
    margin-left: 27%;
}

.person-item{
  max-width:600px;
  margin:15px auto;
  }
.person-item:after,
.person-item:before{
  content:"";
  display:table;
  }
.person-item .photo{
  background:#e6f2f3;
  }

.person-item .photo>img{
  width:100%;
  display:block;
  }
.slider {
  margin-bottom: 120px;
}
.oh .spanic-slaide{
  font-size: 37px;
  font-weight: 300;}

.items-gallery{
  overflow:hidden;
  padding-bottom: 60px;
  
  }
.items-gallery .t-item{
  display:block;
  cursor:pointer;
  text-align:center;
  text-decoration:none;
  }

.items-gallery .t-item .h-layer{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,180,239,.3);
  transition:all .3s cubic-bezier(.77,0,.175,1);
  -webkit-transform:scale(.6);
  -moz-transform:scale(.6);
  transform:scale(.6);
  opacity:0;
  }

.items-gallery .t-item .h-layer .btn{
  opacity:0;
  color:#fff;
  font-family:RobotoBold;
  font-size:20px;
  border:2px solid #fff;
  height:50px;
  line-height:46px;
  padding:0 25px;
  display:inline-block;
  -webkit-transform:skew(-19deg) scale(.6);
  -moz-transform:skew(-19deg) scale(.6);
  transform:skew(-19deg) scale(.6);
  transition:all .3s cubic-bezier(.77,0,.175,1) .3s;
  }
.items-gallery .t-item .h-layer .btn span{
  display:inline-block;
  -webkit-transform:skew(19deg); 
  -moz-transform:skew(19deg);
  transform:skew(19deg);
  }
.items-gallery .t-item .h-layer .btn:hover{
  transition:all .3s ease;
  background:#fff;
  color:#557ecc;
  }
.items-gallery .t-item .date-line{
  margin:20px 25px;
  text-align:left;
  color:#73969f;
  font-size:14px;
  font-family:RobotoLight;
  }
.items-gallery .t-item .date-line span{
  display:inline-block;
  padding:0 4px;
  }
.items-gallery .t-item .h-layer .table .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.items-gallery .t-item .date-line span:last-child{
  padding:0 0 0 8px;
  position:relative;
  }
.items-gallery .t-item .date-line span:last-child:before{
  background:#557ecc;
  width:1px;
  height:23px;
  content:'';
  display:inline-block;
  position:absolute;
  top:-5px;
  left:0;
  }
.items-gallery .t-item .category-name{
  position:absolute;
  left:0;
  bottom:260px;
  color:#fff;
  font-family:RobotoBold;
  background:#557ecc;
  font-size:14px;
  padding:0 10px 0 15px;
  line-height:25px;
  height:25px;
  z-index:1;
  }
.items-gallery .t-item .h-layer .table {
    display: table;
    height: 100%;
    width: 100%;
}

.items-gallery .t-item .photo{
  overflow:hidden;
  position:relative;
  max-width:480px;
  max-height:350px;
  margin:0 auto;
  }
.items-gallery .t-item .photo .hidden{
  display:none;
  }
.items-gallery .t-item .photo>img{
  display:block;
  width:100%;
  }
.items-gallery .t-item .photo .hover{
  padding:12px 0;
  text-align:center;
  background:rgba(0,176,237,.8);
  position:absolute;
  display:block;
  width:100%;
  bottom:0;
  color:#fff;
  font-family:RobotoLight;
  }
.items-gallery .t-item .news-description,
.items-gallery .t-item.main-page h4{
  text-align:left;
  margin: 0 25px; 
  }


items-gallery .t-item .news-description h5{
  color:#293c45;
  font-size:18px;
  line-height:24px;
  font-family:RobotoBold;
  transition:all .3s ease;
  margin:0 0 15px;
  }
.cms_content ul .items-gallery .t-item .news-description li,
.items-gallery .t-item .news-description .cms_content ul li,
.items-gallery .t-item .news-description p{
  color:#205d79;
  line-height:24px;
  }

.items-gallery .t-item h2,.items-gallery .t-item h3{
  text-transform:none;
  font-size:28px;
  line-height:32px;
  transition:all .3s ease;
  }

.cms_content ul .items-gallery .t-item li,
.items-gallery .t-item .cms_content ul li,
.items-gallery .t-item p{
  margin-bottom:20px;
  font-size:16px;
  }
.items-gallery .t-item:hover .h-layer{
  opacity:1;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  transform:scale(1);
  }
.items-gallery .t-item:hover .h-layer .btn{
  -webkit-transform:skew(-19deg) scale(1);
  -moz-transform:skew(-19deg) scale(1);
  transform:skew(-19deg) scale(1);
  opacity:1;
  }
.items-gallery .t-item:hover .news-description h5{
  color:#557ecc;
  }
.items-gallery .t-item:hover h2,
.items-gallery .t-item:hover h3{
  color:#08b3ff;
  }
.items-gallery .t-item:hover .hover{
  opacity:1;
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  transform:translateY(0);
  }
.blog .button,
.filter-nav,
.items-gallery+.button,
.s-content-1 .content .slider h2,
.slider .s-content-1 .content h2,
.slider h2{
  text-align:center;
  }
.cms_content ul li,.cms_content ul li,
{
  font-family:RobotoThin;
         }

.cms_content ul >span,
.cms_content ul li>span,
>span{
  color:#10b6e6;
  }

.cms_content ul,
.cms_content ul blockquote>li,
{
  margin:10px 0 0;
  padding:0 0 75px;
  }

.filter-nav ul li a{
  font-family:RobotoBold;
  }
.filter-nav ul{
  position:relative;
  display:inline-block;
  padding:0 0 20px;
  }
.filter-nav ul:after,.filter-nav ul:before{
  content:"";
  display:table;
  }
.filter-nav ul li{
  margin:5px 0;
  }

.filter-nav ul li a{
  -webkit-transform:skew(-19deg);
  -moz-transform:skew(-19deg);
  transform:skew(-19deg);
  text-decoration:none;
  display:block;
  color:#114157;
  font-size:20px;
  border:2px solid transparent;
  transition:all .3s ease;
  height:34px;
  line-height:30px;
  padding:0 12px;
  }
.filter-nav ul li a>span{
  display:inline-block;
  -webkit-transform:skew(19deg);
  -moz-transform:skew(19deg);
  transform:skew(19deg);
  }
.filter-nav ul li a:hover{
  color:#557ecc;
  }
.filter-nav ul li a.active{
  color:#557ecc;
  border:2px solid #557ecc;
  }
.filter-nav ul li.search{
  color:#557ecc;
  font-size:26px;
  height:26px;
  line-height:26px;
  cursor:pointer;
  margin:9px 12px;
  }
.filter-nav ul li:not(.search){
  transition:all .3s ease;
  }
.filter-nav.search-open .search i.icon-search{
  opacity:0;
  }
.filter-nav.search-open li:not(.search){
  opacity:0;
  transform:scale(0);
  transition:all .3s ease;
  }

.news .t-item .photo{
  margin:0 auto 10px;
  }



  .btn-draw, .velo-slider__hint > span {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}



.btn-draw {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-draw {
  color: #00ffc8;
  margin-left: 2.3em;
}
.btn-draw:after {
  content: '';
  top: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #00ffc8;
}
.btn-draw:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.4em;
  height: 3px;
  width: 3em;
  background-color: #00ffc8;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-draw .btn-draw__text {
  color: #557ecc;
  position: relative;
  display: block;
  padding: 0.7555em 2.29em;
  line-height: 1.5;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.btn-draw .btn-draw__text:before, .btn-draw .btn-draw__text:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 0;
  background-color: #00ffc8;
}
.btn-draw .btn-draw__text:before {
  top: 0;
  left: 0;
  -webkit-transition: width 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw .btn-draw__text:after {
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw .btn-draw__text > span:before, .btn-draw .btn-draw__text > span:after {
  content: '';
  position: absolute;
  height: 0;
  width: 3px;
  background-color: #00ffc8;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.btn-draw .btn-draw__text > span:before {
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.15s 0 cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.15s 0 cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw .btn-draw__text > span:after {
  right: 0;
  top: 0;
  -webkit-transition: height 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (hover) {
  .btn-draw:hover, a:hover .btn-draw {
    cursor: pointer;
    color: #00ffc8;
  }
  .btn-draw:hover:before, a:hover .btn-draw:before {
    width: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn-draw:hover .btn-draw__text, a:hover .btn-draw .btn-draw__text {
    -webkit-transform: translateX(-2.2em);
            transform: translateX(-2.2em);
    -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
    transition: width 1s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, width 1s ease;
    transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
  }
  .btn-draw:hover .btn-draw__text:before, a:hover .btn-draw .btn-draw__text:before {
    width: 100%;
    max-width: 100%;
    -webkit-transition: width 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .btn-draw:hover .btn-draw__text:after, a:hover .btn-draw .btn-draw__text:after {
    width: 100%;
    -webkit-transition: width 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .btn-draw:hover .btn-draw__text > span:before, a:hover .btn-draw .btn-draw__text > span:before {
    left: 0;
    height: 100%;
    -webkit-transition: height 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .btn-draw:hover .btn-draw__text > span:after, a:hover .btn-draw .btn-draw__text > span:after {
    right: 0;
    height: 100%;
    -webkit-transition: height 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

.btn-draw.btn--white {
  color: #fff;
}
.btn-draw.btn--white:before, .btn-draw.btn--white:after,
.btn-draw.btn--white .btn-draw__text:before,
.btn-draw.btn--white .btn-draw__text:after,
.btn-draw.btn--white .btn-draw__text > span:before,
.btn-draw.btn--white .btn-draw__text > span:after {
  background-color: #557ecc;
}
.btn-draw.btn--white:hover, a:hover .btn-draw.btn--white {
  color: #557ecc;
}

.oh span{
  font-size: 18px;
}


.btn-draw__text span{
  font-size: 18px;
}
.velo-slides {
  z-index: 8;
  position: relative;
  height: 650px;
}
.velo-slides[data-velo-slider="on"] {
  overflow: hidden;
}

.velo-slide {
 
  z-index: 4;
}
@media (min-width: 54em) and (max-width: 65em) {
  .velo-slide {
    font-size: 80%;
  }
}
@media (min-width: 54em) and (min-height: 0) and (max-height: 45em) {
  .velo-slide {
    font-size: 70%;
  }
}
[data-velo-slider="on"] .velo-slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.velo-slide.i-active {
  z-index: 8;
}
.velo-slide__bg {
  z-index: 7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  color: #111;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.velo-slide__figure {
  z-index: 0;
  position: relative;
  height: 650px;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.i-hovering .velo-slide__figure {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.velo-slide__vid-wrap {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.velo-slide__vid-wrap:after {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: #111;
}
.i-hovering .velo-slide__vid-wrap {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.velo-slide__vid {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.velo-slide__header {
  z-index: 9;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  
  padding: 6% 0 0 55%;
}
.velo-slide__pretitle {
  color: #fff;
  max-width: 22em;
}
@media (min-width: 54em) {
  .velo-slide__pretitle {
    margin-left: 7%;
  }
}
.velo-slide__title {
  margin-bottom: 0.1em;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.025em;
  font-weight: 700;
  font-size: 2.25em;
}

.velo-slide__text {
  color: #fff;
  max-width: 50em;
  display: block;
  margin: 3em 190px 4.5em -3%;
  font-size: 1.1em;
  line-height: 1.8;
  font-weight: 300;
}
.velo-slide__btn {
  opacity: 0;
}
.items-gallery a:last-child{
  display: block;
}

.i-active .velo-slide__btn {
  opacity: 1;
}
.velo-slide__btn > a > span {
  opacity: 0;
  overflow-y: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.i-active .velo-slide__btn > a > span {
  opacity: 1;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.8s ease;
  transition: transform 0.4s ease, opacity 0.8s ease, -webkit-transform 0.4s ease;
}

.velo-slides[data-velo-theme="light"] {
  border: 0.1em solid #557ecc;
}


[data-velo-theme="dark"] {
  background: #111;
}
[data-velo-theme="dark"] .velo-slides__bg {
  background-color: #111;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.oh {
  display: block;
  
  padding: 0.02em 0;
  color:#557ecc;
}

.oh span {
  display: inline-block;
  -webkit-transform: translate3d(0, 140%, 0);
          transform: translate3d(0, 140%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.8s ease;
  transition: transform 0.4s ease, opacity 0.8s ease, -webkit-transform 0.4s ease;
}

.i-active .oh span {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  opacity: 1;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.i-active .oh:nth-of-type(2n) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.velo-slider__hint {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100vh;
  width: 4em;
  font-size: 0.9em;
  color: #fff;
}
@media (min-width: 54em) {
  .velo-slider__hint {
    display: block;
  }
}
.velo-slider__hint > span {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  overflow: hidden;
}
.velo-slider__hint > span > span {
  display: inline-block;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}
.i-active .velo-slider__hint > span > span {
  opacity: 1;
  top: 50%;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.4 ease;
  transition: 0.4 ease;
}

.velo-slides-nav {
  /* lateral navigation */
  position: absolute;
  z-index: 91;
  right: 3%;
  bottom: 1em;
  top: 325px;
}
@media (min-width: 54em) {
  .velo-slides-nav {
    
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.velo-slides-nav__list {
  list-style: none;
}
.velo-slides-nav li:first-child {
  margin-bottom: 7.25em;
}
.velo-slides-nav a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: color 0.5s ease, text-shadow 0.5s ease;
  transition: color 0.5s ease, text-shadow 0.5s ease;
}
.velo-slides-nav a:hover {
  color: white;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.5s ease, text-shadow 0.5s ease;
  transition: color 0.5s ease, text-shadow 0.5s ease;
}
.velo-slides-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.velo-slides-nav a {
    display: block;
    color: rgba(220, 180, 85, 0.5);
    -webkit-transition: color 0.5s ease, text-shadow 0.5s ease;
    transition: color 0.5s ease, text-shadow 0.5s ease;
}
@media (min-width: 54em){
.velo-slides-nav i {
    font-size: 1.5em;
}}
.velo-slides-nav i {
    font-size: 2.2em;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.owl-page a:hover i {
   color: #ffffff;
}
.owl-controls {
   
    top: 85px;
    right: 130px;
    margin: 0 auto;
    display: table;
    height: 600px;
}
.owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.owl-page.active>span {
    background: #557ecc;
}
.owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}*/






.container h2{
    margin: 120px 0;
    font-size: 54px;
}
.map{
  position:relative;
  }
.map:after,.map:before{
  position:absolute;
  left:0;
  content:'';
  width:100%;
  display:block;
  z-index:2;
  }
.map:after{
  height:170px;
  bottom:0;
  background:url(../img/animated-bg/fixed-bottom.png) 50% 100% repeat-x;
}
.map:before{
    height:170px;
    top:0;
    background:url(../img/animated-bg/top-clouds-fixed.png) 50% 50% repeat-x;
    }
.map .contacts{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    }
.map .contacts {
    height:100%;
    }
.map .contacts {
    height:100%;
    display:table;
    padding:0 0 0 8%;
  }

.map .contacts {
    display:table-cell;
    vertical-align:middle;
    height:100%;
    }
.map .contacts .box{
    max-width:400px;
    padding:40px;
    background:rgba(255,255,255,.8);
    position:relative;z-index:2;
  }

.map .contacts .box .contact-item{
    position:relative;
    padding:0 0 0 40px;
    }
.map .contacts .box .contact-item .icon{
    position:absolute;
    left:0;font-size:24px;
    color:#73969f;
    line-height:32px;
    }
.cms_content ul .map .contacts .box .contact-item li,.map .contacts .box .contact-item .cms_content ul li,
.map .contacts .box .contact-item p{
    margin:0;
    line-height:26px;
    color:#205d79;
    font-size:18px;
    font-family:RobotoThin;
    }
.cms_content ul .map .contacts .box .contact-item li>strong,
.map .contacts .box .contact-item .cms_content ul li>strong,
.map .contacts .box .contact-item p>strong{
    font-family:RobotoBold;
    }
.blog .blog-item .date,.blog .blog-item h4{
    font-family:RobotoThin;
    }
.map .contacts .box .contact-item+.contact-item{
    margin:10px 0 0;
    }
.blog{
    padding:25px 0 0;
    }
.blog .row{
    margin:0 -15px;
  }

.blog .blog-item{
    display:block;
    text-decoration:none;
    margin:0 0 40px;
    }
.blog .blog-item h4{
    font-size:30px;
    margin:0 0 20px;
    }
.blog .blog-item .cms_content ul li,
.blog .blog-item p,.cms_content ul .blog .blog-item li{
    font-size:17px;
    line-height:25px;
  }

.blog .blog-item h5{
    transition:all .3s ease;
    color:#293c45;
    font-size:20px;
    font-family:RobotoBold;
    margin:0 0 20px;
    line-height:26px;
    }
.blog .blog-item .date{
    margin:0 0 16px;
    font-size:14px;
    color:#73969f;
    display:block;
    }
.s-cont-2 .name a,.s-content-1 h2{
    color:#557ecc;
    font-family:RobotoThin;
    }
.blog .blog-item .image{
    margin:0 0 20px;
    overflow:hidden;
    position:relative;
    }
.blog .blog-item .image>img{
    width:100%;
    display:block;
    }
.blog .blog-item .image:after{
    content:'';
    display:block;
    position:absolute;
    width:70px;
    height:70px;
    background:#fff;
    right:-34px;
    bottom:0;
    -webkit-transform:skew(-45deg);
    -moz-transform:skew(-45deg);
    -o-transform:skew(-45deg);
    transform:skew(-45deg);
    z-index:1;
    }
  
.cms_content ul .s-content-1 .content li,
.s-content-1 .content .cms_content ul li,
  {
    padding:0;
    }
.s-content-1 .row:after,
.s-content-1 .row:before{
    content:"";
    display:table;
    }
.s-content-1 .row .col .right{
    
    max-width:624px;
  }

.s-content-1 .row .col .left{
    width:100%;
    overflow:hidden;
    text-align:right;
    }
.s-content-1 .row .col .left:after,
.s-content-1 .row .col .left:before{
    content:"";
    display:table;
    }
.s-content-1 .row .col .left>img{
    max-width:100%;
    padding: 0 60px 0 0;
  }

.s-cont-2 .name{
    text-align:right;
  }

.s-cont-2 .name a{
    display:block;
    text-decoration:none;
    margin:0 0 20px;
    }
.s-cont-2 .name span{
    font-size:16px;
    color:#73969f;
    font-family:RobotoThin;
    }
.s-cont-2 .image{
    display:block;
    background:#e6f2f3;
    }
.s-cont-2 .image>img{
    width:100%;
    display:block;
  }

.s-cont-2 .info h6{
    color:#293c45;
    font-size:18px;
    font-family:RobotoBold;
    margin:0 0 10px;
    }
.cms_content ul .s-cont-2 .info li,
.s-cont-2 .info .cms_content ul li,
.s-cont-2 .info p{
    font-size:14px;
    line-height:20px;
    margin:0 0 10px;
    }
.s-cont-2 .button{
    text-align:center;
    }

    /*Top*/


.top{
    position:relative;
    }
.top .header{
    width:100%;
    background-color: rgba(255, 255, 255, 0.3);
    padding:20px 50px 5px;

    }
.top .top-page{
    width:100%;
    background-size:cover;
  }
.fa{
    color: #557ecc;
  }

.top .top-page .mouse-move{
    height:100%;
    position:relative;
    overflow:hidden;
    }
.top .top-page .mouse-move li{
    height:100%;
    width:100%;
    }
.top .top-page .mouse-move li .background{
    position:absolute;
    top:-5%;
    left:-5%;
    height:110%;
    width:110%;
    }
    #security #securityBg {
    margin-top: 40px;
    moz-background-size: cover;
    o-background-size: cover;
    position: absolute;
    left: 526px;
    top: -114px;
    webkit-background-size: cover;
    z-index: 0;
}

.btn-draw.btn--white {
    color: #fff;
}
.btn-draw {
    margin-left: 2.3em;
}
.btn-draw {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-draw, .velo-slider__hint > span {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
} 

.btn-draw.btn--white:before, .btn-draw.btn--white:after, .btn-draw.btn--white .btn-draw__text:before, .btn-draw.btn--white .btn-draw__text:after, .btn-draw.btn--white .btn-draw__text > span:before, .btn-draw.btn--white .btn-draw__text > span:after {
    background-color: #557ecc;
}
.btn-draw:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2.4em;
    height: 2px;
    width: 3em;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.velo-slide__btn > a > span {
    opacity: 0;
    overflow-y: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.btn-draw .btn-draw__text:before {
    top: 0;
    left: 0;
    -webkit-transition: width 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw .btn-draw__text:before, .btn-draw .btn-draw__text:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    }
 .btn-draw .btn-draw__text > span:after {
    right: 0;
    top: 0;
    -webkit-transition: height 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw.btn--white:hover, a:hover .btn-draw.btn--white {
    color: #557ecc;
}
.btn-draw.btn--white {
    color: #fff;
}
@media (hover){
.btn-draw:hover, a:hover .btn-draw {
    cursor: pointer;
    color: #00ffc8;
}}
a:hover {
    text-decoration: none;
}
a:hover, a:focus {
    color: #2a6496;
    
}
a:active, a:hover {
    outline: 0;
}
@media (hover){
.btn-draw:hover .btn-draw__text, a:hover .btn-draw .btn-draw__text {
    -webkit-transform: translateX(-2.2em);
    transform: translateX(-2.2em);
    -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
    transition: width 1s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, width 1s ease;
    transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;}
}
@media (hover){
.btn-draw:hover .btn-draw__text:before, a:hover .btn-draw .btn-draw__text:before {
    width: 100%;
    max-width: 100%;
    -webkit-transition: width 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}}
@media (hover){
.btn-draw:hover .btn-draw__text > span:before, a:hover .btn-draw .btn-draw__text > span:before {
    left: 0;
    height: 100%;
    -webkit-transition: height 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}}
.btn-draw .btn-draw__text > span:before {
    left: 0;
    bottom: 0;
    -webkit-transition: height 0.15s 0 cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.15s 0 cubic-bezier(0.77, 0, 0.175, 1);
}
@media (hover){
.btn-draw:hover .btn-draw__text:after, a:hover .btn-draw .btn-draw__text:after {
    width: 100%;
    -webkit-transition: width 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}}
@media (hover){
.btn-draw:hover .btn-draw__text > span:after, a:hover .btn-draw .btn-draw__text > span:after {
    right: 0;
    height: 100%;
    -webkit-transition: height 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}}
.btn-draw .btn-draw__text > span:after {
    right: 0;
    top: 0;
    -webkit-transition: height 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw .btn-draw__text:after {
    bottom: 0;
    right: 0;
    -webkit-transition: width 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw .btn-draw__text:before {
    top: 0;
    left: 0;
    -webkit-transition: width 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw .btn-draw__text {
    color: #557ecc;
    position: relative;
    display: block;
    padding: 1.1em 2.29em;
    line-height: 1.5;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.velo-slide__btn > a > span {
    opacity: 0;
    overflow-y: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}


@media (hover){
.btn-draw:hover:before, a:hover .btn-draw:before {
    width: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}}

.btn-draw {
  
    margin-left: 2.3em;
}
.btn-draw {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-draw, .velo-slider__hint > span {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.btn-draw .btn-draw__text > span:before, .btn-draw .btn-draw__text > span:after {
    content: '';
    position: absolute;
    height: 0;
    width: 2px;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}





.main-page-title .table .s-cont-2 h2,.main-page-title .table .slider h2,
.main-page-title .table h1,.s-cont-2 .main-page-title .table h2,
.slider .main-page-title .table h2{
    max-width:700px;
    text-align:left;
    display:inline-block;
    color:#fff;
  }

.author{
      max-width:275px;
      margin:auto;
      }
.author:after,.author:before{
      content:"";
      display:table;
      }
.author:after{
      clear:both;
      }
.author .a-photo{
      width:80px;
      height:80px;
      }
.author .a-photo>img{
      width:100%;
      height:100%;
      display:block;
    }

.author .a-name .table{
  height:80px;
  display:table;
  width:100%;
  }
.author .a-name .table .table-cell{
  display:table-cell;
  vertical-align:middle;
  }
.author .a-name .table .table-cell .cms_content ul li,
.author .a-name .table .table-cell p,.cms_content ul .author .a-name .table .table-cell li{
  color:#205d79;
  font-size:20px;
  margin:0;
  line-height:32px;
  font-family:RobotoThin;
  }


.source{
  padding:12px 0;
  border-bottom:2px solid #d3e4ec;
  margin:0 15px;
  }
.source:after,.source:before{
  content:"";
  display:table;
  }
.cms_content ul .source li,
.source .cms_content ul li,
.source p{
  padding:0;
  font-family:RobotoThin;
  }

.cms_content ul .source li a,.source .cms_content ul li a,.source p a{
  color:#08b3ff;
  border-bottom:1px solid transparent;
  transition:all .3s ease;
  }
.cms_content ul .source li a:hover,.source .cms_content ul li a:hover,.source p a:hover{
  border-bottom:1px solid #08b3ff;
  text-decoration:none;
  }
.source .navigation-arrows{
  line-height:32px;
  margin:0 -10px;
  }
.source .navigation-arrows a{
  color:#73969f;
  font-family:RobotoThin;
  font-size:14px;
  display:inline-block;
  margin:0 10px;
  transition:all .3s ease;
  }
.source .navigation-arrows a:hover{
  text-decoration:none;
  color:#557ecc;
  }
.source .navigation-arrows a:hover:after,.source .navigation-arrows a:hover:before{
  color:#08b3ff;
  }
.source .navigation-arrows a:after,.source .navigation-arrows a:before{
  font-family:icomoon;
  display:inline-block;
  vertical-align:middle;
  color:#293c45;
  font-size:12px;
  transition:all .3s ease;
  }
.source .navigation-arrows a.prev:before{
  content:"\e912";
  padding:0 5px 0 0;
  }
.source .navigation-arrows a.next:after{
  content:"\e911";
  padding:0 0 0 5px;
  }

.category-line{
  padding:20px 0 0;
  }

.category-line .category{
  position:relative;
  display:inline-block;
  color:#fff;
  font-family:RobotoBold;
  background:#557ecc;
  font-size:14px;
  padding:0 10px 0 15px;
  line-height:25px;
  height:25px;
  z-index:1;
  }
.category-line .date{
  font-size:18px;
  color:#73969f;
  font-family:RobotoLight;
  display:inline-block;
  vertical-align:middle;
  padding:0 0 0 20px;
  }
.cms_content ul .latest-projects li>strong,.latest-projects .cms_content ul li>strong,
.latest-projects h5,.latest-projects p>strong{
  font-family:RobotoBold;
              }

.category-line+p,.cms_content ul .category-line+li{
    margin-top:25px;
    }
section.nav{
  padding:25px 0 0;
  background:#f0f6f9;
  }
section.nav input{
  background:0 0;
  }
.latest-projects{
  background:#f0f6f9;
  padding:35px 15px;
  }
.latest-projects .pers-i{
  font-size:20px;
  color:#73969f;
  }
.latest-projects .button{
  text-align:center;
  padding:20px 0 0;
  }
.latest-projects h5{
  color:#114157;
  font-size:20px;
  line-height:26px;
  margin-bottom:15px;
  }

.person .i-item i,.person>span{
  color:#73969f;
  text-align:center;
  }
.person>span{
  display:block;
  font-size:20px;
  font-family:RobotoLight;
  margin:-30px 0 30px;
  }
.cms_content ul .person .this-person-info li>strong,
.person .i-item span,.person .this-person-info .cms_content ul li>strong,
.person .this-person-info p>strong{
  font-family:RobotoBold;
}

.person .i-item{
  margin:17px 0;
}

.person .i-item i{
  display:inline-block;
  width:26px;
  height:26px;
  line-height:26px;
  }
.person .i-item span{
  color:#114157;
  font-size:20px;
  padding:0 0 0 10px;
  }
.person .i-item a{
  padding:0 0 0 10px;
  font-family:RobotoLight;
  color:#08b3ff;
  }
.person .i-item:first-child{
    margin-top:5px;
    }
 .person .i-item:last-child i{
  background:#007ab5;
  color:#fff;
  }
 .person h5{
  font-size:20px;
  font-family:RobotoBold;
  line-height:28px;
  color:#205d79;
  margin-bottom:15px;
 }

.cms_content ul .person li,.person .cms_content ul li,.person p{
    font-size:18px;
    line-height:26px;
    margin-bottom:10px;
    }


.ui-autocomplete{
    background:#fff;
    width:100%!important;
    position:absolute!important;
    left:0!important;
    z-index:99999;
    }
.ui-autocomplete .ui-menu-item{
    opacity:1!important;
    -webkit-transform:scale(1)!important;
    -moz-transform:scale(1)!important;
    transform:scale(1)!important;
    display:table;
    padding:10px 15px;
    transition:all .3s ease;
    text-align:left!important;
    width:100%;
    }
.ui-autocomplete .ui-menu-item a,
.ui-autocomplete .ui-menu-item img{
    display:table-cell;
    vertical-align:middle;
    }
.ui-autocomplete .ui-menu-item a{
    text-transform:lowercase;
    -webkit-transform:skew(0);
    -moz-transform:skew(0);
    transform:skew(0);
    font-family:RobotoBold;
    color:#114157;
    font-size:20px;
    padding:0 0 0 15px;
  }
.ui-autocomplete .ui-menu-item a:hover{
    text-decoration:none;
    }
.ui-autocomplete .ui-menu-item.ui-state-focus,
.ui-autocomplete .ui-menu-item:hover{
    background:#f0f6f9;
    }
.ui-autocomplete .ui-menu-item.no-result,
.ui-autocomplete .ui-menu-item.no-result:hover{
    background:#fff;
    }
.cms_content ul .ui-autocomplete .ui-menu-item.no-result li,
.ui-autocomplete .ui-menu-item.no-result .cms_content ul li,
.ui-autocomplete .ui-menu-item.no-result p{
    font-family:RobotoBold;
    color:#114157;
    font-size:20px;
    padding:0 0 0 15px;
    }
.contacts{
    text-align:center;
    }
.contacts .box{
    max-width:310px;
    padding:25px 15px;
    position:relative;
    z-index:2;
    margin:auto;
    }
.contacts .box .contact-item{
    position:relative;
    padding:0 0 0 40px;
    }
.contacts .box .contact-item .icon{
    position:absolute;
    left:0;
    font-size:24px;
    color:#73969f;
    line-height:32px;
    }
  
.cms_content ul .contacts .box .contact-item li,
.contacts .box .contact-item .cms_content ul li,
.contacts .box .contact-item p{
    text-align:left;
    max-width:255px;
    margin:0;
    line-height:26px;
    color:#205d79;
    font-size:20px;
    font-family:RobotoThin;
    }
.cms_content ul .contacts .box .contact-item li>strong,
.contacts .box .contact-item .cms_content ul li>strong,
.contacts .box .contact-item p>strong,
.language-select ul li a,header .language-select ul li a,header .menu span{
    font-family:RobotoBold;
    }
.cms_content ul .contacts .box .contact-item li>a,
.contacts .box .contact-item .cms_content ul li>a,
.contacts .box .contact-item p>a{
    text-decoration:none;
    }
.contacts .box .contact-item+.contact-item{
    margin:15px 0 0;
    }
.f-info{
    text-align:center;
    padding:20px 0 90px;
    }
.cms_content ul .f-info li,
.f-info .cms_content ul li,
.f-info p{
    margin:0;
    }.cms_content ul .f-info li a,
.f-info .cms_content ul li a,
.f-info p a{
    color:#298ccf;
    border:none;
    text-decoration:none!important;
    }

header.open .static-line .language-select,
header.open .static-line .logo{
    opacity:0;
    transition:all .35s ease;
  }
       
 header .fixed-nav .nav>ul>li.search a i{
          position:relative;
          top:4px;
        }
header .fixed-nav .nav>ul>li.language{
          display:none;
        }
header .fixed-nav.open{
          -webkit-transform:translateY(0);
          -o-transform:translateY(0);
          -moz-transform:translateY(0);
          transform:translateY(0);
          }
.language-select{
          display:inline-block;
          padding:0 2px;
          transform:skew(-19deg);
        }
       
.language-select ul{
          height:30px;
          }
.language-select ul:after,
.language-select ul:before{
        content:"";
        display:table;
        }
.language-select ul li{
        float:left;
        margin:2px 0;
        }
.language-select ul li a{
        transition:all .3s ease;
        text-align:center;
        font-size:13px;
        text-decoration:none;
        text-transform:uppercase;
        display:block;
        height:26px;
        line-height:26px;
        width:42px;
        transform:skew(16deg);
        color:#fff;
        }
.language-select ul li.active{
        box-shadow:0 1px 3px 0 rgba(25,94,126,.7);
        background:#fff;
        }

header .static-line{
  transition:all .3s ease-in;
  opacity:1;
  }
header .static-line:after,
header .static-line:before{
  content:"";
  display:table;
  }
header .static-line .logo{
  display:inline-block;
  }
header .static-line .logo a{
  display:block;
  }

header .static-line.visible{
  opacity:0;
  }
header .nav-line{
  transition:all .5s cubic-bezier(.77,0,.175,1);
  box-shadow:0 2px 4px 0 rgba(185,201,208,.54);
  opacity:0;
  background:#fff;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  }
header .nav-line:after,header .nav-line:before{
  content:"";
  display:table;
  }


header .nav-line.open{
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    opacity:1;
    }
header .static-line .menu {
    position: absolute;
    z-index: 999;
    right: 30px;
    top: 26px;
    cursor: pointer;
}
.static-line .menu {
    cursor: pointer;
    z-index: 2;
}
header .menu.open .btn .sp-2, header .menu.open>span {
    opacity: 0;
}

.menu.open>span {
    transition: 0s;
    opacity: 0;
}
header .menu.change-position{
    top:26px;
    position:fixed;
    }
header .menu span{
    padding:0 10px 0 0;
    font-size:17px;
    line-height:21px;
    color:#216381;
    }
header .static-line .menu .btn{
    height:23px;
    display:inline-block;
    vertical-align:top;
    line-height:21px;
  }
header .menu .btn>span+span{
    margin:8px 0 0;
    }
  
header .menu.open .btn .sp-1{
    -webkit-transform:translateY(10px) rotate(45deg);
    -o-transform:translateY(10px) rotate(45deg);
    -moz-transform:translateY(10px) rotate(45deg);
    transform:translateY(10px) rotate(45deg);
    }
header .menu.open .btn .sp-3{
    -webkit-transform:translateY(-10px) rotate(-45deg);
    -moz-transform:translateY(-10px) rotate(-45deg);
    -o-transform:translateY(-10px) rotate(-45deg);
    transform:translateY(-10px) rotate(-45deg);
    }
header .language-select{
    display:inline-block;
    float:right;margin:5px 0;
    padding:0 2px;
    -webkit-transform:skew(0deg);-moz-transform:skew(0deg);
    -o-transform:skew(0deg);
    transform:skew(0deg);
    }
header .language-select ul{
    height:30px;
    
    }
header .language-select ul:after,header .language-select ul:before{
    content:"";
    display:table;
    }
header .language-select ul li{
    float:left;
    margin:2px 0;

    }
header .language-select ul li a{
    transition:all .3s ease;
    text-align:center;
    font-size:13px;
    text-decoration:none;
    text-transform:uppercase;
    display:block;
    height:26px;
    line-height:26px;
    width:42px;
    -webkit-transform:skew(0deg);
    -o-transform:skew(0deg);
    -moz-transform:skew(0deg);
    transform:skew(0deg);
    color:#fff;
    }
header .language-select ul li.active{
    box-shadow:0 1px 3px 0 rgba(25,94,126,.7);
    background:#fff;
    border-radius: 50% 30% 50% 0%;
    margin-top: 5px;
    
    }
header .language-select ul li.active a{
    color:#557ecc;
    }
footer{
    
    position:relative;
    padding-top: 40px;
    }
footer .bg-image{
    background-size:cover;
    background-position:50% 50%;
  }

.bg-image{
  background-image: url(../img/footer-bg/2.jpg);
}
.contacts .container{
position:absolute;
top: 30%;
left: 33%;
}
.contacts .container h1{
  margin: 0;
  padding-bottom: 25px;
}

.breadcrumb,.pagination ul{
    text-align:center;
}

.btn-transparent,.menu span{
      font-family:RobotoBold;
      }
button::-moz-focus-inner,input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
select::-moz-focus-inner{outline:0}.menu{
  cursor:pointer;
  z-index:2;
}
.menu span{
      padding:0 10px 0 0;
      font-size:17px;
      line-height:23px;
      color:#216381;
      transition:all .3s ease .35s;
    }

.menu .btn{
  height:23px;
  display:inline-block;
  vertical-align:top;
  line-height:21px;
  }
.menu .btn>span{
  transition:transform .35s ease;
  width:32px;
  height:2px;
  display:block;
  background:#557ecc;
  }
.btn-transparent{
  font-size:20px;
  height:50px;
  line-height:46px;
  }

.menu .btn>span+span{
  margin:8px 0 0;
  }
.menu.open{
  opacity:1!important;
  }
.menu.open>span{
  transition:0s;
  opacity:0;
  }
.menu.open .btn .sp-2{
  opacity:0;
  }
.menu.open .btn .sp-1{
  -webkit-transform:translateY(10px) rotate(45deg);
  -moz-transform:translateY(10px) rotate(45deg);
  transform:translateY(10px) rotate(45deg);
  }
.menu.open .btn .sp-3{
  -webkit-transform:translateY(-10px) rotate(-45deg);
  -moz-transform:translateY(-10px) rotate(-45deg);
  transform:translateY(-10px) rotate(-45deg);
  }
.menu.hide-nav{
  -webkit-animation:hideNav .5s forwards;
  -moz-animation:hideNav .5s forwards;
  animation:hideNav .5s forwards;
  }
.menu.show-nav{
  -webkit-animation:showNav .5s forwards;
  -moz-animation:showNav .5s forwards;
  animation:showNav .5s forwards;
  }
.btn-transparent{
  border:2px solid #fff;
  color:#fff;
  display:inline-block;
  vertical-align:top;
  white-space:nowrap;
  padding:0 30px;
  background:0 0;
  transition:all .3s ease;
  -webkit-transform:skew(-19deg);
  -moz-transform:skew(-19deg);
  transform:skew(-19deg);
  }
.btn-transparent>span{
  display:inline-block;
  -webkit-transform:skew(19deg);
  -moz-transform:skew(19deg);
  transform:skew(19deg);
  }
.btn-transparent:hover{
  background:#fff;
  color:#557ecc;

  }
.btn-transparent-2{
  display:inline-block;
  vertical-align:middle;
  text-decoration:none;
  white-space:normal;
  font-family:RobotoThin;
  border:2px solid #7ed0f0;
  padding:0 28px;
  text-align:center;
  transition:all .3s ease;
  -webkit-transform:skew(-26deg);
  -moz-transform:skew(-26deg);
  -o-transform:skew(-26deg);transform:skew(-26deg);
  }
.btn-transparent-2>span{
  transition:all .3s ease;
  display:inline-block;
  -webkit-transform:skew(26deg);
  -moz-transform:skew(26deg);
  -o-transform:skew(26deg);
  transform:skew(26deg);
  }
.btn-transparent-2:hover{
  border:2px solid #00b0ed;
  background:#00b0ed;
  }
.btn-transparent-2:hover span{
  color:#fff;
  }
.btn-transparent-2.btn-lg{
  height:62px;
  line-height:58px;
  padding:0 32px;
  font-size:22px;
  }
[class*=" icon-"],[class^=icon-]{
  font-family:icomoon!important;
  speak:none;
  font-style:normal;
  font-weight:400;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  }
.breadcrumb>ul{
      display:inline-block;
      }
.breadcrumb>ul:after,.breadcrumb>ul:before{
      content:"";
      display:table;
      }
.breadcrumb>ul>li{
          display:inline;
          font-size:14px;
          font-family:RobotoLight;
          padding:0;
          }
.breadcrumb>ul>li span{
          color:#557ecc;
          }
.breadcrumb>ul>li a{
          text-decoration:none;
          color:#73969f;
          }
.breadcrumb>ul>li:before{
          content:'/';
          padding:0 8px;
          color:#73969f;
          }
.breadcrumb>ul>li:first-child:before{
          content:'';
          padding:0;
          }
.pagination{
          border-top:2px solid #d3e4ec;
          margin:0 15px;
         }

.pagination ul:after,.pagination ul:before{
  content:"";
  display:table;
  }
.pagination ul li{
  display:inline-block;
  }
.pagination ul li.arrow a{
  display:block;
  width:15px;
  height:15px;
  background:#ccc;
  }
.pagination ul li.left{
  float:left;
  }
.pagination ul li.right{
  float:right;
  }
.pagination ul li.active a{
  color:#557ecc;
  border-bottom:2px solid #557ecc;
  }
.pagination ul li a,.pagination ul li span{
  font-size:16px;
  color:#293c45;
  font-family:RobotoBold;
  padding:0 5px;
  text-decoration:none;
  }
.pagination ul li a{
  display:block;
  cursor:pointer;
  transition:all .3s ease;
  border-bottom:2px solid transparent;
  }
.pagination ul li a:hover{
  color:#557ecc;
}

.col1{
  position: relative;
    right: 25%;
    bottom: 70px;
    margin-top: -37px;
   
}







 