/*Подключаем шрифт для всех браузеров Firefox, Opera, IE, Chrome, Safari.*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');
body {
    /*background: #002855;
    background-image: url('../img/bg-2.png');
    font-family: 'Myriad Pro', sans-serif;
    color: #eaf2fd;
    font-size: 16px;*/
	background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 14px !important;
}

.container.whity {
    background: white;
}
.container {
}
h1, h2, h3, h4 {
    font-family: 'Montserrat', 'PT Sans Narrow', 'Myriad Pro', sans-serif;
   
}
a:link, a:visited {
    color: #03326c;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.bg-blue {
    background: rgb(0,40,85);
    color: white;
}
.bg-lightblue {
    background: rgba(0, 40, 85, 0.75);
    color: white;
}
.toplinks {
    margin: 10px auto;
    font-size: 15px;
}
.bg-blue a:link, .bg-blue a:visited, .toplinks a:link, .toplinks a:visited {
    color: white;
}
.bg-blue a:hover, .toplinks a:hover {
    color: #FFC530;
}
.toplinks a .glyphicon {
    color: rgb(0,40,85);
    margin-right: .5em;
}
.toplinks a:hover {
    color: #FFC530;
}
.toplinks .navbar-toggle {
    border-color: #fff;
    margin: 0;
    float: left;
    border:0;
    padding: 0;
    margin-top: 2px;
}
.navbar-toggle svg {
    width:24px; height: 22px;
    fill: #FFC530;
}
.navbar-toggle.collapsed svg {
    fill: white;
}
.navbar-toggle.collapsed:hover svg {
    fill: #FFC530;
}
.top-cabinet {
    margin-right: -15px;
}
.top-contact {
    margin-left: -15px;
}
.logotype img {
    width: auto;
    max-height: 74px;
}
header .btn-light, header .btn-dark {
    min-width: 214px;
    text-align: left;
    text-transform: uppercase;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: .1em .35em;
    border: 0;
    letter-spacing: 0.59px;
}
.btn-light {
    background: linear-gradient(180deg, #F7F7F7 0%, #C4C3C3 100%), #FFFFFF;
    font-size: 20px;
    font-weight: 600;
}
.btn-light:hover {
    background: linear-gradient(180deg, #EFCB70 0%, #FFBD12 100%), #FFFFFF;
}
.btn-light:hover svg {
    fill: #FFBC13;
}
.btn-light span {
}
.btn-dark {
    font-size: 15px;
    padding: .32em .25em;
    min-height: 32px;
    font-weight: 400;
}
.btn-dark span {

}
.btn-dark:link, .btn-dark:visited {
    background: #002855;
    color: #fff;
}
.btn-dark:hover {
    color: #FFC530;
    background: #002855;
}
.phone-bel, .phone-rus, .btn-icon {
    display: inline-block;
    border-radius: 6px;
    margin-right: .5em;
    width: 24px;
    height: 22px;
    text-align: center;
    position: relative;
    top: 3px;
}
.phone-bel, .phone-rus {
    padding: 0 .2em .2em .2em;
}
.toplinks a.btn-light:link, .toplinks a.btn-light:visited{
    color: #03326c;
    min-width: auto;
}
.btn-icon {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #B9B9B9 100%), #FFFFFF;
    padding: .2em .3em .3em .2em;
}
.btn-dark:hover .btn-icon {
    background: linear-gradient(180deg, #EFCB6E 0%, #FFBC13 100%), #FFFFFF;
}
.btn-cabinet {
    border-radius: 50%;
    padding: 0em .4em;
    width: 25px;
    height: 25px;
    position: relative;
    top: -1px;
}
.btn-icon.btn-cabinet img {
    top: 0;
}
.top-cabinet:hover .btn-cabinet {
    background: linear-gradient(180deg, #EFCB6E 0%, #FFBC13 100%), #FFFFFF;

}
.phone-bel {
    background: rgb(0,40,85);
}
.phone-bel img, .phone-rus img, .btn-icon img {
    width: 100%;
    height: 100%;

    position: relative;
    top: -5px;
}
.phone-rus {
    background: linear-gradient(to bottom, #FFFFFF 33.333%, #0039A6 33.333%, #0039A6 66.667%, #D52B1E 66.667%);
}
.icon-user {
    background: white;
    padding: .25em;
    border-radius: 50%;
}
.toplinks a:hover .icon-user {
    background: linear-gradient(180deg, #EFCB70 0%, #FFBD12 100%), #FFFFFF;
}
.pt-cv-view a {
    text-decoration: underline!important;
}
.navbar-logo, .navbar-cabinet {
    display: none;
}
.navbar-flex {
    background: rgb(0,40,85);
    margin-bottom: 0;
    border: 0;
}
.navbar-flex .container {
    padding-left: 0;
    padding-right: 0;
}
.navbar-flex .navbar-brand {
    color: white;
}
.navbar-flex .dropdown-menu li a:hover{
    color: white;
    background: rgb(0,40,85);

}
.navbar-default .navbar-nav>li>a, .bottom-menu>li>a {
    text-transform: uppercase;
    letter-spacing: 0.59px;
}
.navbar-default .navbar-nav>li>a {
    color: white;
    transition: all 300ms linear 0ms!important;
}
.navbar-flex .navbar-nav>li>a:hover {
    text-decoration: none;
    color: #FFC530;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background:  none;
    color: white;
}
.nav-justified>li {
    float: none;
}

ul.bottom-menu {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.bottom-menu li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}
ul.bottom-menu:before {
    content: none;
}
ul.bottom-menu:after {
    content: none;
}
ul.bottom-menu li a {
    padding-left: 0;
    padding-right: 0;
}
.logoline{
    padding-top: 20px;
    height: 114px
}
.logotype:hover {
        transform: perspective(1px) translateZ(0);
}
.logoline, .logoline a:link, .logoline a:visited {
    /* color: white; */
}

.foot-otdel {
    text-align: left;
    float: right;
}
.otdel-title {
}
.headtel {
 /*   padding-right: 30px;*/
    text-align: right;
}
.headtel h3 {
    margin: 20px 0 10px 0;

}

.elementor-element-f3fe998 {
    position: relative;
    top: -50px;
}
p.orderlinks {
    font-family: 'Myriad Pro Cond', 'PT Sans Narrow', 'Myriad Pro', sans-serif;
    margin-bottom: 0;
    font-size: 1.2em;
}
h3.headlinks {
    margin-top: 0;
}
h3.headlinks a{
    margin-left: 1em;
}
div.row.blocks>div {padding: 15px;}
.category-wrap {
    overflow: hidden;
}
.category-block {
    transition: transform 0.5s;
/*    -webkit-transition: -webkit-transform 0.5s;
    transition: background-size 1s ease-out .5s;*/
}
.category-wrap:hover .category-block {
    transform: scale(1.05); -webkit-transform: scale(1.05);
/*  background-size: 150%;*/
}
.category-wrap:hover .category-block .blocks1 h3 {

}
.category-block {
    min-height: 200px;
    height: 400px;
    background-size: cover;
    background-position: center center;
}
.block1 {
    min-height: 200px;
    height: 400px;
    background-size: cover;
}
.block1:after {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
}
.blocks h3, .iblocks h3 {
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 1.6em;
}
.blocks p.cubcat, .iblocks p.cubcat {
    font-weight: 700;
    font-size: 2em;
    line-height: 1.4;
    padding: 30px 30px 0 30px;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
    font-family: 'Myriad Pro Cond', 'PT Sans Narrow', 'Myriad Pro', sans-serif;
}
.iblocks p.cubcat {
    padding: 10px 30px 0 30px;
}
.blocks p a:link, .blocks p a:visited, .iblocks p a:link, .iblocks p a:visited {color: white; text-decoration: none;}
.blocks p a:hover, .iblocks p a:hover, p.cubcat a:hover  {border-bottom: 1px solid white;
    background-color: rgba(100, 100, 100, 0.6);
}
h3.cubcat {
    padding: 0 30px 0 30px;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
}
.block-test-bg {
    background-image: url(../img/gel-test.jpg);
}
.carousel-block, .item-block {
    min-height: 200px;
    height: 400px;
}
.carousel-block .carousel-indicators {
    bottom: 0;
}
.carousel-block .carousel-caption {
    opacity: 0;
    padding: 15px;
    margin-bottom: 20px;
    right: 5%;
    left: 5%;
    background-color: rgba(100, 100, 100, 0.6);
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}
.carousel-block .carousel-caption p {
    font-size: 24px;
}
.carousel-block .carousel-caption p a:hover {
    background:  none;
    border: 0;
}
.carousel-block .carousel-control.left, .carousel-block .carousel-control.right {background: none;}
.carousel-block .item {height: 100%;}
.carousel-block .fill, .item-block .fill {
        width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index: 0;
    position: relative;
}
.item-block .fill {margin-left: 0;}
.carousel-block .fill-grad, .item-block .fill-grad {
        width: 100%;
    height: 100%;
    z-index: 10;
    top:0; left: 0;
    position: absolute;
}
.carousel-block .sq-trans, .item-block .sq-trans {
    background: transparent url(../img/sq-trans.png) 50% 50% no-repeat;
    -webkit-transition:all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition:all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition:all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition:all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:all 500ms cubic-bezier(0.645,0.045,0.355,1.000);
    -webkit-transition-timing-function:cubic-bezier(0.645,0.045,0.355,1.000);
    -moz-transition-timing-function:cubic-bezier(0.645,0.045,0.355,1.000);
    -ms-transition-timing-function:cubic-bezier(0.645,0.045,0.355,1.000);
    -o-transition-timing-function:cubic-bezier(0.645,0.045,0.355,1.000);
    transition-timing-function:cubic-bezier(0.645,0.045,0.355,1.000);
}
.carousel-block:hover .sq-trans, .item-block:hover .sq-trans {
    background: transparent url(../img/sq-trans.png) 30% 50% no-repeat;
}
.carousel-block:hover .carousel-caption {
    opacity: 1;
}
.fill-cat {
    width: 100%;
    height: 25%;
    z-index: 20;
    top:0; left: 0;
    position: absolute;
}
.carousel-wide {
    height: 250px;
    width: 100%;
}
.carousel-inner {
    height: 100%;
}
.carousel-wide .item {
    height: 250px;
}
.carousel-wide .carousel-caption {
	padding-bottom: 30px;
    left: 5%;
    right: 5%;
}
.carousel-wide .item:nth-child(1) {
}

.carousel-wide .item:nth-child(2) {
}

.carousel-wide .item:nth-child(3) {
}
.feel {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.content {
    padding: 0 20px 20px 40px;

}
.meta img.wp-post-image {
    width: 150px;
    height: auto;
    border: 3px solid white;
    margin: 10px 0 30px 0;
}
.cat-block {
    z-index: 0; width: 100%; min-height:400px; padding: 15px;
}
.newsy {
    margin: 0 20px 20px 20px;
}
.flexlive {
    color: white;
}
ul.lcp_catlist {
    list-style-type: none;
    padding-left: 0;
}
ul.lcp_catlist li {
    margin-bottom: 25px;
}
ul.lcp_catlist li a img {
    float: right;
    height: 100px;
    width: auto;
    border: 2px solid white;
    margin-left: 20px;
}
.lcp_title {
    font-family: 'Myriad Pro Cond', 'PT Sans Narrow', 'Myriad Pro', sans-serif;
    font-size: 1.4em;
}
.lcp_title a:link, .lcp_title a:visited {
    color: white;
    
}
.subscript {
    border: 3px solid white;
    padding: 30px;
    margin-top: 30px;
}
.subscript h2, .subscript h2 small {
    color: white;
    padding: 0;
    margin: 0;
}
.subscript h2 {
    margin-bottom: 10px;
}
.fmap {
    border: 3px solid white;
    margin-top: 30px;
}
.fmap-head {
    padding: 30px;
    color: white;
}
.foot-logoline {
    padding-top: 3em;
    padding-bottom: 3em;
}
footer img {
    max-width: 100%;
}
footer .navbar {
    margin-bottom: 0;
}
footer .nav>li>a:link, footer .nav>li>a:visited {
    color: white;

}
footer .nav>li>a:focus, footer .nav>li>a:hover {
    text-decoration: underline;
    color: #FFC530;
    background: none;
}
.copyline .container {
    padding-top: 1.5em; padding-bottom: 1em;
}
.pills-footer li {
    background: rgba(0, 40, 85, 0.75);
    border-radius: 50%;
    height: 45px;
    width: 45px;
    margin: 0 20px;
    padding: 10px;
}
.pills-footer li a {
    padding: 0;
}
.pills-footer li a svg {
    fill: white;
}
.pills-footer li a:hover svg {
    fill: #FFC530;
}
.center-pills {
     display: flex;
     justify-content: center;
 }
.footy {
    border-top: 1px dashed white;
    margin-top: 30px;
    padding-top: 20px;
}
.foot-phone a:link, .foot-phone a:visited {
    font-size: 32px;
    line-height: 22px;
    color: #FFC530;
    letter-spacing: 0.59px;
}
.foot-phone a:hover {
    text-decoration: underline;
}
.serts img {
    padding: 10px;
    margin: 1em 2%;
    max-width: 100px;
    height: auto;
}
.taxonomy-description{
        padding-bottom: 60px;
        margin-bottom: 40px;
    background-image: url('../img/ornament.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 70px;
}
.gallery-size-large img, .taxonomy-description img {
    width: 100%;
    height: auto;
    border:3px solid white;
}
.itemhead {
    z-index: 20;
    margin-top: 0;
    font-weight: 700;
    font-size: 2em;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
}
.itemhead a {
    text-decoration: none;
    color: white;
}
.itemhead:hover {
    border-bottom: 1px solid white;
    background-color: rgba(100, 100, 100, 0.6);

}
article img {
    border:3px solid white;
    max-width: 100%;
}
.blockhead a {
    text-decoration: none;
    color: white;
}
.blockhead a:hover {
    border-bottom: 1px solid white;
    background-color: rgba(100, 100, 100, 0.6);
}
.content-rating {
    width: 100%;
    margin-top: 30px;
    min-height: 150px;
    border-top: 1px dashed white;
    padding-top: 30px;
}
#gallery-2 .gallery-item {
    cursor: pointer;
}

.flexor-register label, #loginform label {
    width: 100px;
}

.order-message {
	color: #1e263c;
	padding: 10px 20px;
	text-align: center;
	margin: 10px 0 30px;
	border-radius: 10px;
}

.tab-pane {
	padding-top: 30px;
}

.nav-tabs > li > a:hover {
	color: #161d35;
}

.button-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

form input {
    border-radius: 5px;
	border-width: 1px;	
	border-color: #979797;
    width: 100%;
	height: 24px;
}

.input-file {
    color: #fff;
}



/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(3deg);
    transform: translateX(3px) rotate(3deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-3deg);
    transform: translateX(-3px) rotate(-3deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(3deg);
    transform: translateX(3px) rotate(3deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-3deg);
    transform: translateX(-3px) rotate(-3deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.jp-carousel-info {display:none;}

.linedwrap {
	border: 1px solid #c0c0c0;
	padding: 3px;
}

.linedtextarea {
	padding: 0px;
	margin: 0px;
}

.linedtextarea textarea, .linedwrap .codelines .lineno {
	font-size: 10pt;
	font-family: monospace;
	line-height: normal !important;
}

.linedtextarea textarea {
	padding-right:0.3em;
	padding-top:0.3em;
	border: 0;
}

.linedwrap .lines {
	margin-top: 0px;
	width: 50px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #c0c0c0;
	margin-right: 10px;
}

.linedwrap .codelines {
	padding-top: 5px;
}

.linedwrap .codelines .lineno {
	color:#AAAAAA;
	padding-right: 0.5em;
	padding-top: 0.0em;
	text-align: right;
	white-space: nowrap;
}

.linedwrap .codelines .lineselect {
	color: red;
}

/* TOP VIDEO */
.video-top {
    position: relative; max-height: 400px;  overflow: hidden;
}
.video-top .filter {
    position: absolute; top: 0; z-index: 10; width: 100%; height: 100%; background: url('../img/filter2.png') repeat; opacity: .5;
}
.video-top video {
    width: 100%; height: auto; z-index: -1; background-color: #002855;
}
.video-top .video-text {
    position: absolute;
    left: 50%;
    z-index: 100;
    width: 80%;
    height: 150px;
    margin-left: -40%;
    text-align: center;
    background: radial-gradient(ellipse closest-side at center, #00000088, #00000000);
}
.video-top .video-text h2 {
    color: white; 
    text-shadow: 1px 1px 4px black; 
    font-weight: bold;
    text-decoration: underline;
}

/* POPUP
.popup__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000ee;
  text-align: center;
  z-index: 2000;
}

.popup__overlay:after {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: "";
}

.popup {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  max-height: 720px;
  padding: 20px;
  border: 0;
  background: #000000ee;
  color: white;
  vertical-align: middle;
}

.popup-form__row {
  margin: 1em 0;
}

.popup__close {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 12px;
  height: 12px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.popup__close:hover {
  color: #eea200;
}

.popup__overlay iframe {
  width: 100%;
  height: 100%;
}
 */



@media (max-width: 767px) {
    .toplinks {
        margin: 5px auto 0 auto;
    }
    .logotype img {
        width: 100%;
    }
  .carousel-wide, .carousel-wide .item {
    height: 300px;
  }
    .blockhead {
        font-size: 24px;
        min-height: 100px !important;
    }
  h2.blockhead a {
    font-size: 18px
  }
    .item-block {
        height: 250px;
    }
    .headslogan {
        padding-top: 5px;
        font-size: 24px;
    }
    .headtel h3 {
        font-size: 18px;
    }
    .blockhead {
        font-size: 28px;
        line-height: 1;
        padding-left: 0 !important;
        padding-right: 30px !important;
    }
    .carousel-block {
    height: 300px;
    }
    .carousel-wide h1 {
        font-size: 24px;

    }
    footer .serts img {
        width: 15%;
    }
    .navbar-logo {
        border-radius: 0 0 50px 0;
        display: block;
        padding-bottom: 20px;
    }
    .navbar-flex img {
        margin: 10px auto;
    }
    .navbar-flex {
        top: -114px;
        border-radius: 0 0 50px 0;
        border: 0;
        background: white;
        box-shadow: 2px 2px 2px grey;
    }
    .navbar-collapse {
        border-top: 0;
    }
    .navbar-default .navbar-nav>li>a {
        color: rgb(0,40,85);
        text-align: left;
        padding-left: 20px;
        margin-bottom: 0;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #FFC530;
    }
    .navbar-default .navbar-nav>li {
        display: inline-block;
        width: 100%;
    }
    .navbar-default .dropdown-menu {
        display: inline-block;
        padding-left: 50px;
        box-shadow: none;
        position: relative;
        z-index: 1;
        border:0;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .caret {
        display: none;
    }
    .headtel {
        padding-top: 0;
    }
    .navbar-cabinet {
        padding-left: 20px;
        padding-bottom: 40px;
        display: block;
        margin-top: 20px;
    }
    header .btn-light, header .btn-dark {
        font-size: 13px;
        min-width: 155px;
        min-height: auto;
        padding-top: .1em;
        padding-bottom: .25em;
    }
    .btn-light {
        margin-top: 1px;
    }
    header .btn-light:first-child {
        margin-right: 1em;
    }
    header .btn-light span, header .btn-dark span {
        top: -2px;
    }
    .phone-bel, .phone-rus, .btn-icon {
        border-radius: 3px;
        margin-right: .3em;
        width: 16px;
        height: 16px;
        padding: .1em 0;

    }
    .phone-bel img, .phone-rus img, .btn-icon img {
        width: 80%;
        position: relative;
        height: 80%;
        top: -4px;
    }
    .top-cabinet span {
        position: relative;
        top: -5px;
    }
    .top-cabinet:hover {
        color: #FFC530;
    }
    .top-cabinet:hover .btn-cabinet {
        background: #FFC530;
    }
    .btn-cabinet {
        border-radius: 50%;
        padding: .3em .4em;
        width: 25px;
        height: 25px;
        position: relative;
        top: -1px;
        background: #002855;
    }

    .btn-icon.btn-cabinet img {
        top: -5px;
    }
    .foot-logoline {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
    .otdel-title {
        font-size: 10px;
    }
    .foot-phone a:link, .foot-phone a:visited {
        font-size: 20px;
    }
    .foot-group {
        font-size: 10px;
    }
    .pills-footer li {
        height: 30px;
        width: 30px;
        padding: 7px 8px;
    }
    .pills-footer li svg{
        height: 100%;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .elementor-element-f3fe998 {
        top: 0;
    }
    .video-top .video-text {
        top: 5px;
    }
    .video-top .video-text h2 {
        font-size: 1em;
    }
.video-top .video-play {
    height: 50px;
    margin-top: 20px;
}
.top-menu {
    padding-left: 0;
    padding-right: 0;
}
  .blocks h3.cubcat, .iblocks h3.cubcat {
    font-size: 1.5em;
  }

h3.headlinks {
    font-size: 16px;
}
    .copyline {
        font-size: 10px;
        background: rgb(0,40,85);
    }
    .f-social-mobile {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .navbar {
        min-height: 0;
    }
	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .video-top .video-text {
        top: 20px;
    }
    .video-top .video-text h2 {
        font-size: 1.2em;
    }

    .carousel-block {
    height: 280px;
    }
    .btn-light {
        position: relative;
        top: 5px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .video-top .video-text {
        top: 30px;
    }
    .video-top .video-text h2 {
        font-size: 1.4em;
    }
    .carousel-block {
    height: 300px;
    }
h3.headlinks {
    font-size: 18px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .video-top .video-text {
        top: 40px;
    }
    .toplinks .btn-light {
        margin-right: 1em;
    }
    .headslogan {
        padding-top: 5px;
        font-size: 24px;
    }
    .headtel h3 {
        font-size: 18px;
    }
    .blockhead {
        font-size: 28px;
        line-height: 1.2;
    }
    .carousel-wide h1 {
        font-size: 24px;

    }
  .blocks h3.cubcat {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
    .video-top .video-text {
        top: 50px;
        padding-top: 25px;
    }

    .blockhead {
        font-size: 35px;
        line-height: 1.2;
    }
}
@media (min-width: 1400px) {
    .video-top .video-text {
        top: 125px;
    }
  .container {
    width: 1370px;
  }
}
@media (min-width: 768px) {
    .navbar-footer .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
    .navbar-flex .navbar-nav>li>a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #f5ad0d;
        height: 3px;
        transform-origin: right center;
        -webkit-transform-origin: right center;
        -webkit-transform: scale(0,1);
        -khtml-transform: scale(0,1);
        -moz-transform: scale(0,1);
        -ms-transform: scale(0,1);
        -o-transform: scale(0,1);
        transform: scale(0,1);
        -webkit-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        -khtml-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        -moz-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        -ms-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        -o-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    }
    .navbar-flex .navbar-nav>li>a:hover:before {
        transform-origin: left center;
        -webkit-transform-origin: left center;
        -webkit-transform: scale(1,1);
        -khtml-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }
}