@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
                font-family:"CorbelNormal";
                src: url("/fonts/corbel_0.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
                font-family:"CorbelBold";
                src: url("/fonts/corbelb_0.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
                font-family:"CorbelItalic";
                src: url("/fonts/corbeli_0.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
                font-family:"CorbelZ";
                src: url("/fonts/corbelz_0.ttf") /* TTF file for CSS3 browsers */
}
* { box-sizing: border-box; }
html, body { }
body {
    margin: 0px; padding: 0px;
    color: #333;
    font-family: 'CorbelNormal', sans-serif;
    font-size: 14px; line-height: 18px;
    position: relative;
    overflow-x: hidden;
    background: #F9F9F9;
}
a, a:link, a:visited { color: #333; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }

h1, h2, h3, h4, h5{ text-transform: none; font-weight: normal; padding: 0; margin: 0;}
p { margin: 10px; padding: 0; color: #333; font-size: 14px; line-height: 18px;}
img { border: none; }
ul { margin: 0; padding: 0; list-style-type: none;}
ul li { margin: 0; padding: 0; }

.clear{ clear: both; }
.italic{ font-style: italic; }
.bold{ font-weight: bold; }
.underline{ text-decoration: underline; }
.ar{ text-align: right !important; }
.ac{ text-align: center !important; }
.al{ text-align: left !important; }
@keyframes showing {
 0%{
  display:block;
  opacity:0;
 }
 100% {
  opacity:1;
 }
}
@-webkit-keyframes bounce-center { 
            0%, 20%, 50%, 80%, 100% {-webkit-transform: translateX(-50%) translateY(0);} 
            40% {-webkit-transform: translateX(-50%) translateY(-30px);} 
            60% {-webkit-transform: translateX(-50%) translateY(-15px);} 
}
@keyframes expand{
   0%{height:0px}
   100%{height:100%} 
}
@-webkit-keyframes expand{
    0%{height:0px}
    100%{height:100%}
}
@keyframes xexpand{
   0%{width:0px}
   100%{width:100%} 
}
@-webkit-keyframes xexpand{
    0%{width:0px}
    100%{width:100%}
}
@keyframes xexpand-custom{
   0%{width:0px}
   100%{width:calc( 100% - 42px )} 
}
@-webkit-keyframes xexpand-custom{
    0%{width:0px}
    100%{width:calc( 100% - 42px )}
}
@keyframes yexpand{
   0%{ height:0px; opacity:0; }
   100%{ height:100%; opacity:1; } 
}
@-webkit-keyframes yexpand{
    0%{ height:0px; opacity:0; }
    100%{ height:100%; opacity:0; }
}
@keyframes fading{
   0%{opacity:0}
   100%{opacity:1} 
}
@-webkit-keyframes fading{
    0%{opacity:0}
    100%{opacity:1}
}
@keyframes bounce-center { 
            0%, 20%, 50%, 80%, 100% {transform: translateX(-50%) translateY(0);} 
            40% {transform: translateX(-50%) translateY(-30px);} 
            60% {transform: translateX(-50%) translateY(-15px);} 
}

@-webkit-keyframes bounce-left { 
            0%, 20%, 50%, 80%, 100% {transform: translateX(0);} 
            40% {transform: translateX(30px);} 
            60% {transform: translateX(15px);} 
}
@keyframes bounce-left { 
            0%, 20%, 50%, 80%, 100% {transform: translateX(0);} 
            40% {transform: translateX(30px);} 
            60% {transform: translateX(15px);} 
}

@-webkit-keyframes skew-center { 
            0% {transform: translateX(-50%) skew(0deg);} 
            100% {transform: translateX(-50%) skew(-45deg);}  
}
@keyframes skew-center { 
            0% {transform: translateX(-50%) skew(0deg);} 
            100% {transform: translateX(-50%) skew(-45deg);} 
}

@-webkit-keyframes rotate { 
            0% {transform: rotate(0deg);} 
            100% {transform: rotate(360deg);} 
}
@keyframes rotate { 
            0% {transform: rotate(0deg);} 
            100% {transform: rotate(360deg);} 
} 

@-webkit-keyframes rotate-vertical { 
            0% {transform: translateY(-50%) rotate(0deg);} 
            100% {transform: translateY(-50%) rotate(360deg);} 
}
@keyframes rotate-vertical { 
            0% {transform: translateY(-50%) rotate(0deg);} 
            100% {transform: translateY(-50%) rotate(360deg);} 
} 
@-webkit-keyframes zooming { 
            0% {transform: scale(0.75);} 
            50% {transform: scale(1);} 
            75% {transform: scale(1.25);}
            100% {transform: scale(1);} 
}
@keyframes zooming { 
            0% {transform: scale(0.75);} 
            50% {transform: scale(1);} 
            75% {transform: scale(1.25);}
            100% {transform: scale(1);}   
} 

.wrapper{
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.wrapper-half-left{
    max-width: 750px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.half-left{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 60px;
}
.half-right{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 10px;
}
body .bx-wrapper{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}
body .bx-wrapper .bx-controls-direction{
    display: none;
}
body #banner-slider .bx-wrapper .bx-controls-direction a{
    display: block;
    width: 31px;
    height: 70px;
}
body #banner-slider .bx-wrapper .bx-prev{
    background: url(/images/assets/arrow-left-w.png) no-repeat center center;
    background-position: center center;
	-webkit-filter: opacity(100%); /* Safari */
    filter: opacity(100%);
    left: 50px;
}
body #banner-slider .bx-wrapper .bx-next{
    background: url(/images/assets/arrow-right-w.png) no-repeat center center;
    background-position: center center;
	-webkit-filter: opacity(100%); /* Safari */
    filter: opacity(100%);
    right: 50px;
}
body #banner-slider .bx-wrapper .bx-prev:hover{
    background-position: center center;
}
body #banner-slider .bx-wrapper .bx-next:hover{
    background-position: center center;
}
body .bx-wrapper .bx-pager{
    bottom: 0; right: 0;
    padding-bottom: 30px;
    max-width: 1500px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding-right: 170px;
}
body .bx-wrapper .bx-pager.bx-default-pager a{
    background: white;
    margin: 0 10px;
}
body .bx-wrapper .bx-pager.bx-default-pager a:hover, 
body .bx-wrapper .bx-pager.bx-default-pager a.active, 
body .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #660000;
}
body .owl-prev{
    position: absolute;
    left: -50px; top: 50%;
    transform: translateY(-50%);
    font-size: 65px;
    color: #FF0000;
    cursor: pointer;
}
body .owl-next{
    position: absolute;
    right: -50px; top: 50%;
    transform: translateY(-50%);
    font-size: 65px;
    color: #FF0000;
    cursor: pointer;
}


body .ui-tooltip, .arrow:after {
    background: #ED1C24;
    border: 2px solid #ED1C24 !important;
  }
  body .ui-tooltip.tooltip-white, .arrow-white:after {
    background: white;
    border: 2px solid white !important;
  }
  body .ui-tooltip{
    padding: 13px 20px;
    color: white;
    font-size: 16px;
    text-transform: none;
    box-shadow: none;
  }
  body .ui-tooltip p{
    padding: 5px;
    color: white;
    font-size: 16px;
  }
  body .ui-tooltip.tooltip-white{
      padding: 5px 7px;
      text-transform: uppercase;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  
  .arrow-white {
    width: 16px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -8px;
  }
  .arrow-white.top {
    top: -16px;
    bottom: auto;
  }
  .arrow-white.left {
    left: 20%;
  }
  .arrow-white:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 16px;
    height: 16px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow-white.top:after {
    bottom: -20px;
    top: auto;
  }
  .owl-pager{
      text-align: center;
      font-size: 18px;
  }
  
  body .fancybox-opened {
    z-index: 999999;
}

/*** banner ***/
#banner-slider{
    border-top: 5px solid #000;
}
#banner-slider .baner-full{
    height: 450px;
    position: relative;
}
.main #banner-slider .baner-full{
    height: 450px;
}
#banner-slider .baner-full .banner-image{
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
}
#banner-slider .baner-full img{
    position: absolute;
    width: 100%; height: 100%;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.main #banner-slider .baner-full img{
    top: initial; bottom: 0;
    transform: translateX(-50%);
    object-position: 50% bottom;
}
#banner-slider .description{
    position: absolute;
    width: 35%;
    left: 10%; bottom: 30px;
    background-color: rgba(102,0,0,0.5);
}
#banner-slider .description .wrapper{
    padding: 20px;
}
#banner-slider .description h1{
    font-size: 42px;
    line-height: 47px;
    font-weight: normal;
    text-transform: none;
    color: #FEFEFE;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-family:"CorbelNormal", sans-serif;
    text-align: center;
}
#banner-slider .description .intro{
    font-size: 18px;
    line-height: 24px;
    color: #FEFEFE;
    font-family:"CorbelNormal", sans-serif;
    margin-bottom: 32px;
}
#banner-slider .description .read-more{
    font-family:"CorbelNormal", sans-serif;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #FEFEFE;
    font-size: 16px;
    background: #FF0000;
    position: relative;
    display: block;
    width: 214px;
    margin-left: auto;
    margin-right: 0;
    border-radius: 10px;
    text-align: center;
}
.main .bx-controls{
    display: none;
}

/*** header max-width: 1500px ***/
header{
    position: relative;
    padding: 0 0;
    width: 100%;
    z-index: 10000;
    background: #c1a541;
}

#logo{
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    padding: 15px 0;
}
#logo img{
    max-width: 100%;
    height: auto;
}
#top-menu{
    font-family: 'CorbelBold', sans-serif;
    text-align: right;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc( 100% - 400px );
}
#top-menu .icon{
    display: none;
}
#top-menu .menu{
    width: calc( 100% - 170px );
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
}
#top-menu .menu > ul > li{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    color: #0F0F1E;
    padding: 0;
}
#top-menu .menu > ul > li.active,
#top-menu .menu > ul > li:hover{
    
}
#top-menu .menu > ul > li.active::before,
#top-menu .menu > ul > li:hover::before{
}
#top-menu .menu > ul > li.active::after,
#top-menu .menu > ul > li:hover::after{
}
#top-menu .menu > ul > li a{
    color: #0F0F1E;
    padding: 9px 12px;
    display: block;
}
#top-menu .menu > ul > li.active a,
#top-menu .menu > ul > li:hover a{
    color: white;
    background: #FF0000;
    border-radius: 5px;
}
#top-menu .menu > ul > li ul.submenu{
    position: absolute;
    top: 108px; left: 0;
    text-align: left;
    padding-top: 4px;
    border-bottom: 4px solid #072739;
    min-width: 250px;
    display: none;
}
#top-menu .menu > ul > li:hover ul.submenu{
    display: block;
}    
#top-menu .menu > ul > li ul.submenu li{
    background: rgba(255,255,255,0.8);
    padding: 8px 20px 5px;
    border-bottom: 1px solid #999;
}
#top-menu .menu > ul > li ul.submenu li:last-child{
    border-bottom: none;
}
#top-menu .menu > ul > li ul.submenu li a{
    color: #072739;
}
#top-menu .menu > ul > li ul.submenu li.active a,
#top-menu .menu > ul > li ul.submenu li:hover a{
    color: #3E9FB7;
}


#top-menu .langs-div{
    width: 170px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
}
#top-menu .langs-div ul li{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    color: #FF0000;
    padding: 7px 6px;
    border-radius: 10px;
    text-align: center;
    
}
#top-menu .langs-div ul li.active,
#top-menu .langs-div ul li:hover{
    
}
#top-menu .langs-div ul li a{
    color: #0F0F1E;
}
#top-menu .langs-div ul li.active a,
#top-menu .langs-div ul li:hover a{
    color: #FF0000;
}

/*** ***/
.fw-half{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.section{
    padding: 60px 0;
}
.section h1{
    font-size: 27px;
    line-height: 33px;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 32px;
}
.section h1::before {
    content: "";
    width: 80px;
    height: 2px;
    background: #c1a541;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
}
.section h1::after {
    content: "";
    width: 25px;
    height: 2px;
    background: #c1a541;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section h2{
    font-size: 27px;
    line-height: 33px;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 25px;
}
.section h2::before {
    content: "";
    width: 80px;
    height: 2px;
    background: #c1a541;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
}
.section h2::after {
    content: "";
    width: 25px;
    height: 2px;
    background: #c1a541;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section p{
    font-size: 16px;
    line-height: 21px;
    color: #444;
    padding-bottom: 20px;
}
.section p strong{
    color: #c1a541;
}
.section ul{
    list-style-type: circle;
    list-style-position: inside;
    padding-bottom: 10px;
}
.section ul li{
    font-size: 16px;
    line-height: 21px;
    color: #444;
    padding-bottom: 10px;
}
.section ul li::before{
    content: "";
    display: inline-block;
    width: 10px;
}
#wellcome-section{

}
a.button{
    font-family:"CorbelBold", sans-serif;
    display: inline-block;
    padding: 17px 25px;
    position: relative;
    font-size: 16px;
    color: white;
    background: #B0CB1F;
    text-transform: uppercase;
    border-radius: 10px;
    width: 200px;
    text-align: center;
}
#about-us .buttons{
    margin-top: 20px;
}
#review-section{
    padding-top: 0;
}

.partners-slider .item{
    width: 130px; height: 100px;
    text-align: center;
    margin: 0 auto;
}
.partners-slider .item .img{
    width: 130px; height: 100px;
    position: relative;
}
.partners-slider .item .img img{
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%)
}
.review-slider{
    padding-top: 20px;
    padding-bottom: 20px;
}
#review-section .buttons{
    margin-top: 30px;
}
#review-section-data .img{
    display: inline-block;
    vertical-align: top;
    width: 85px; height: 100px;
    position: relative;
}
#review-section-data .data{
    display: inline-block;
    vertical-align: top;
    width: calc( 100% - 85px );
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    color: #666;
}
/*** sekcia novini ***/
#news-section{
    padding: 20px 40px;
    background: rgba(32,32,47,0.2);
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 20px;
}
#news-section .section{
    padding-top: 0;
    padding-bottom: 0;
}
#news-slider{
    padding-top: 30px;
}
#news-section .item{
    width: 280px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}
#news-section .item .img{
    width: 100%; height: 180px;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #660000;
}
#news-section .item .img img{
    width: calc( 100% - 4px ); height: calc( 100% - 4px );
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#news-section .item h3{
    font-size: 20px; 
    line-height: 25px;
    color: #444;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
    text-align: center
}
#news-section .item h3 a{
    color: #444;
}
#news-section h2::before,
#news-section h2::after{
    background: #c1a541;
}
#news-section .item h3::before {
    content: "";
    width: 80px;
    height: 2px;
    background: #c1a541;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
}
#news-section .item h3::after {
    content: "";
    width: 25px;
    height: 2px;
    background: #c1a541;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#news-section .item .edate{
    color: #777;
    font-size: 16px;
    text-align: center;
}
#news-section .item .intro{
    font-size: 16px; 
    line-height: 21px;
    color: #444;
    padding-bottom: 20px;
    margin-top: 20px;
}
#activity-section-data{
    padding: 30px 0 60px;
    background: #072739;
}

#activity-section.light #activity-section-data{
    background: transparent;
    padding-left: 50px;
    padding-right: 50px;
}
#activity-section.light .section{
    padding-bottom: 0;
    padding-top: 0;
}
#activity-section-data .item{
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
#activity-section-data .item .img{
    width: 100%;
    height: 200px;
    position: relative;
    position: relative;
}
#activity-section.light #activity-section-data .item .img{

}
#activity-section-data .item .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#activity-section-data .item h3{
    font-size: 20px;
    line-height: 25px;
    color: #444;
    text-transform: none;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0;
}
#activity-section-data .item h3 a{
    color: white;
}
#activity-section-data .item .read-more {

    font-family: "CorbelBold";
    display: block;
    width: 140px;
    margin-left: auto;
    margin-right: 28px;
    margin-top: 10px;
    padding: 7px 15px;
    background: #D20609;
    color: #D2D2D5;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    border-radius: 6px;
    text-align: center;

}
#activity-section.light #activity-section-data .item h3{
    color: #444;
}

#activity-section.light #activity-section-data .item h3 a{
    color: #444;
}

#activity-section.light #activity-section-data .item h3::after {

}
#activities-section .item{
    display: block;
    vertical-align: top;
    padding: 0 10px;
    margin: 0 auto;
}
.sub-item{
    padding: 12px;
    background: rgba(32,32,47,0.2);
    border-radius: 20px;
    -moz-box-shadow: inset 0 0 12px -6px #b20000;
    -webkit-box-shadow: inset 0 0 12px -6px #b20000;
    box-shadow: inset 0 0 12px -6px #b20000;
}
#activities-section .item h2{
    font-size: 20px;
    line-height: 25px;
    text-transform: none;
    padding-bottom: 17px;
    margin-bottom: 0;
}
#activities-section .item h2::before,
#activities-section .item h2::after{
    content: none;
}
#activities-section .item .img{
    width: 100%;
    height: 200px;
    position: relative;
}
#activities-section .item .img img{
    width: 100%; height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#activities-section .item .intro{
    margin-top: 10px;
}
#activities-section .item .read-more{
    font-family:"CorbelBold";
    display: block;
    width: 140px;
    margin-left: auto;
    margin-right: 28px;
    margin-top: 10px;
    padding: 7px 15px;
    background: #FF0000;
    color: #D2D2D5;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    border-radius: 6px;
    text-align: center;
}
#activities-section .section{
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
}
#activities-section .owl-prev{
    left: -30px;
}
#activities-section .owl-next{
    right: -30px;
}


#activity-section-data .item .edate{
    color: #3E9FB7;
    font-size: 16px;
    text-align: center;
}
#activity-section-data .item .intro{
    font-size: 16px; 
    line-height: 21px;
    color: white;
    padding-bottom: 20px;
    margin-top: 20px;
}
#activity-section.light .item .intro{
    color: #444;
}

#footer-top{
    background: #444;
    padding: 35px 0 25px;
    border-top: 5px solid #c1a541;
}
#footer-top .item{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 20px;
}
#footer-top .item:first-child{

}
#footer-top h3{
    font-size: 22px; 
    line-height: 27px;
    color: #FEFEFE;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
}
#footer-top h3::before {
    content: "";
    width: 80px;
    height: 2px;
    background: white;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
}
#footer-top h3::after {
    content: "";
    width: 25px;
    height: 2px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#footer-top .info p{
    font-size: 16px; 
    line-height: 21px;
    color: #F9F9F9;
    padding-bottom: 15px;
}
#footer-top #footer-activity{
    width: 42.66%;
}
#footer-top #footer-contacts{
    width: 21.33%;
}
#footer-top #footer-activity .contact-item{
    font-size: 16px; 
    line-height: 21px;
    color: #F9F9F9;
    padding-bottom: 10px;
}
#footer-top #footer-activity .contact-item a{
    color: #F9F9F9;
}
#footer-top #footer-activity .contact-item .label{
    color: #F9F9F9;
    width: 85px;
    display: inline-block;
}
#footer-activity h3{
   width: 255px; 
}
#footer-contact-section{
    padding-bottom: 20px;
}
#footer-social-section{
    text-align: center;
}
#footer-social-section .social-item{
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 14px;
}
#footer-social-section .social-item .fa{
    width: 40px; height: 40px;
    border: 2px solid #FEFEFE;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #FEFEFE;
    padding-top: 8px;
}
#footer-social-section .social-item .fa-facebook{
    background: #6081C4;
}
#footer-social-section .social-item .fa-youtube{
    background: #C72A2A;
}
#footer-social-section .social-item .fa-google-plus{
    background: #F5511E;
}
#footer-social-section .social-item .fa-instagram{
    background: #E25D9A;
}
#footer-social-section .social-item .fa-twitter{
    background: #1DA1F2;
}
#footer-social-section .social-item .fa-linkedin{
    background: #0073B0;
}
#footer-top .menu{
}
#footer-top .menu li{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    font-size: 16px; 
    line-height: 21px;
    color: white;
    padding: 5px 0;
    padding-right: 40px;
    padding-left: 36px;
    position: relative;
}
#footer-top .menu li::before{
    content: "";
    width: 18px; height: 18px;
    border-radius: 50%;
    background: url(/images/assets/li.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 7px; left: 0;
}
#footer-top .menu li a{
    color: white;
}
#copyright{
    background: #222;
    color: #FEFEFE;
    font-size: 14px;
    padding: 20px 0;
    text-align: right;
}
#copyright .copyright{
    float: left;
}
#copyright .copyright .devider{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
#copyright .links a{
    padding-left: 3px;
    padding-right: 10px;
    color: #FF0000;
}
#copyright .links a:last-child{
    padding-right: 0;
}

#breadcrumps{
    background: #444;
    padding: 15px 0;
}
#breadcrumps .item{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #FEFEFE;
}
#breadcrumps .item a{
    color: #FEFEFE;
}
#breadcrumps .item::after{
    content: "/";
    padding: 0 5px;
    color: #FEFEFE;
    display: inline-block;
}
#breadcrumps .item:last-child::after{
    content: none;
}
#about-us-page h2{
    margin-bottom: 60px
}
/**** contacts ****/
#contacts-section{
    padding-top: 60px;
}
#contacts-section .section{
    padding-top: 0;
}
#contacts-section h1{
    font-size: 27px;
    line-height: 33px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 40px;
}
#contacts-section h1::before{
    content: "";
    width: 80px; height: 2px;
    background: #c1a541;
    position: absolute;
    bottom: 7px; left: 50%;
    transform: translateX(-50%);
}
#contacts-section h1::after{
    content: "";
    width: 25px; height: 2px;
    background: #c1a541;
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
}
#contacts-section .section h2{
    color: #333;
    text-transform: none;
    text-align: center;
}
#contacts-section .contact-info{
    padding-bottom: 40px;
}
#contacts-section .contact-info .item{
    padding: 8px 0;
    font-size: 18px;
    color: #444;
}
#contacts-section .contact-info .item a{
    color: #444;
}
#contacts-section .contact-info .item .label{
    padding-right: 10px;
    color: #444;
}
.rows{
    display: inline-block;
    vertical-align: top;
}
#contact-form-section{
    padding: 0 0 0;
}
#contact-form-section h2{
    font-size: 27px;
    line-height: 33px;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 25px;
    color: #444;
    max-width: 350px;
    text-transform: none;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}
#contact-form-section.form2 h2{
    max-width: 100%;
    width: 450px;
}
#contact-form-section h2::before{
    content: "";
    width: 80px; height: 2px;
    background: #B0CB1F;
    position: absolute;
    bottom: 7px; left: 50%;
    transform: translateX(-50%);
}
#contact-form-section h2::after{
    content: "";
    width: 25px; height: 2px;
    background: #B0CB1F;
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
}
#contact-form{
    padding: 20px 50px;
}
.fw-half .inner-section{
    max-width: 750px;
}
.section-half{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 25px;
}
.contact-form-wrapper{
    background: rgba(32,32,47,0.2);
    border-radius: 20px;
    padding: 25px 35px;  
    margin-bottom: 30px;
}
#contact-form .subitem{
    padding-bottom: 20px;
    padding-right: 0;
}
#contact-form .subitem.w5{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
#contact-form .subitem label{
    display: block;
    font-size: 16px;
    color: #444;
    padding-bottom: 10px;
}
#contact-form .subitem input[type="text"],
#contact-form .subitem input[type="email"],
#contact-form .subitem select,
#contact-form .subitem textarea{
    border: 1px solid #666;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    background: white;
}
#contact-form .subitem input[type="text"]:hover,
#contact-form .subitem input[type="email"]:hover,
#contact-form .subitem select:hover,
#contact-form .subitem textarea:hover,
#contact-form .subitem input[type="text"]:focus,
#contact-form .subitem input[type="email"]:focus,
#contact-form .subitem select:focus,
#contact-form .subitem textarea:focus{
    border: 1px solid #660000;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    background: white;
}
#contact-form .subitem.error input[type="text"],
#contact-form .subitem.error input[type="file"],
#contact-form .subitem.error input[type="email"],
#contact-form .subitem.error select,
#contact-form .subitem.error textarea{
    background: #ff9494;
}
#contact-form .subitem input[type="text"].error,
#contact-form .subitem input[type="email"].error,
#contact-form .subitem select.error,
#contact-form .subitem textarea.error{
    background: #ff9494;
}
#contact-form .subitem button,
#contact-form .subitem input[type="submit"]{
    display: inline-block;
    vertical-align: bottom;
    padding: 13px 26px;
    position: relative;
    font-size: 16px;
    color: white;
    background: #FF0000;
    text-transform: uppercase;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 10px;
}
.notification{
    position: fixed;
    top: 0; right: 5px;
    opacity: 0;
    animation-name: fading;
    animation-duration: 1s;
    z-index: 100000;
}
.notification.a{
    opacity: 1;
}
.notification.success{
    background: #00b200;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 5px 5px 10px #888888;
}
.notification.error{
    background: #b20000;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 5px 5px 10px #888888;
}
.file-upload {
	position: relative;
	display: inline-block;
        vertical-align: middle;
}

.file-upload__label {
  display: block;
  padding: 1em 2em;
  color: #fff;
  background: #222;
  border-radius: .4em;
  transition: background .3s;
  cursor: pointer;
  &:hover {
     cursor: pointer;
     background: #000;
  }
}
.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
}
.file-upload-info{
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 16px;
    width: calc( 100% - 170px );
    padding-left: 10px;
}
.pagination{
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}
.pagination li{
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}
.pagination li.disabled span{
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    padding: 0 10px;
    color: #58390D;
    font-size: 22px;
    width: auto; height: auto;
}
.pagination li a{
    width: 45px; height: 45px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 7px;
    background: #777;
    color: white;
    font-size: 18px;
    box-sizing: border-box;
}
.pagination li.active span{
    width: 45px; height: 45px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 7px;
    background: #D20609;
    color: white;
    font-size: 18px;
    box-sizing: border-box;
}
.pagination li a[rel="prev"],
.pagination li a[rel="next"]{
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    padding: 0 10px;
    color: #58390D;
    font-size: 22px;
    width: auto; height: auto;
}
#maps-section{
}
#maps-section h2{
    font-size: 27px;
    line-height: 33px;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 50px;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}
#maps-section h2::before{
    content: "";
    width: 80px; height: 2px;
    background: #c1a541;
    position: absolute;
    bottom: 7px; left: 50%;
    transform: translateX(-50%);
}
#maps-section h2::after{
    content: "";
    width: 25px; height: 2px;
    background: #c1a541;
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
}

#news-page h1{
    margin-bottom: 15px;
}
#news-page .data .edate{
    color: #777;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 40px;
}
#news-page .content{
    text-align: left;
    margin-bottom: 20px;
}
#news-page .content .item{
    display: inline-block;
    vertical-align: top;
    width: calc( ( 100% / 5 ) - 40px );
    text-align: left;
    margin: 20px;
    position: relative;
}
#news-page .content .item .img{
    width: 100%; height: 180px;
    position: relative;
    margin-bottom: 33px;
}
#news-page .content .item .img img{
    width: 100%; height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#news-page.partners-page .content .item .img img{
    object-fit: contain;
}
#news-page.projects-page .content .item .img img{
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
#news-page .content .item h3{
    font-size: 20px;
    line-height: 25px;
    color: #444;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
    text-align: center
}
#news-page .content .item h3 a{
    color: #444;
}
#news-page .content .item h3::before {
    content: "";
    width: 80px;
    height: 2px;
    background: #FF0000;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
}
#news-page .content .item h3::after {
    content: "";
    width: 25px;
    height: 2px;
    background: #FF0000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#news-page .content .item .edate{
    color: #777;
    font-size: 16px;
    text-align: center;
}
#news-page .content .item .intro {
    font-size: 16px;
    line-height: 21px;
    color: #444;
    padding-bottom: 20px;
    margin-top: 20px;
}

#news-page .images{
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
#news-page .images .image{
    height: 300px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    border: 2px solid #666;
}
#news-page .images .image img{
    width: 100%; height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#news-page.projects-page .images .image img{
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
#news-page .images-videos .item{
    width: 120px; height: 80px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    border: 2px solid #666;
}
#news-page .images-videos .item img{
    width: 100%; height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#news-page.projects-page .images-videos .item img{
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
#news-page .description{
    display: inline-block;
    vertical-align: top;
    width: 64%;
    padding-left: 40px;
}
#news-page .description .edate{
    color: #727273;
    font-size: 14px;
    text-align: left;
}
#news-page .description .intro{
    font-size: 16px; 
    line-height: 21px;
    color: #444;
    padding-bottom: 20px;
}
#news-page .description .intro p{
    font-size: 16px; 
    line-height: 21px;
    color: #444;
    padding-bottom: 20px;
}
#news-page #news-section .section{
    padding-top: 0;
}
/**** equip slider ****/
#equip-slider{
    padding-top: 30px;
}
#equip-section .item{
    width: 230px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#equip-section .item .img{
    width: 210px; height: 243px;
    position: relative;
    margin-bottom: 33px;
    border: 2px solid #3E9FB7;
    margin-left: auto;
    margin-right: auto;
}
#equip-section .item .img img{
    width: 100%; height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#equip-section .item h3{
    font-size: 18px; 
    line-height: 23px;
    color: #062639;
    padding: 0 0 15px;
    position: relative;
}
#equip-section .item h3 a{
    color: #062639;
}
#equip-section .item .title{
    color: #3E9FB7;
    font-size: 16px;
    text-align: center;
    padding-bottom: 22px;
    margin-bottom: 22px;
    position: relative;
}
#equip-section .item .title::after {
    content: "";
    width: 84px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: url(/images/assets/mdevider.png) no-repeat left center;
    transform: translateX(-50%);
}
#equip-section .item .intro{
    font-size: 14px; 
    line-height: 29px;
    color: #444;
    padding-bottom: 20px;
}
#equip-section .item .intro a{
    color: #444;
}
#equip-section .item .intro .label{
    color: #3E9FB7;
    padding-right: 10px;
}

/**** Проекти ****/
#projects-page h1{
    margin-bottom: 15px;
}
#projects-page .data .edate{
    color: #3E9FB7;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 40px;
}
#projects-page .content{
    text-align: left;
    margin-bottom: 20px;
}
#projects-page .content .item{
    display: inline-block;
    vertical-align: top;
    width: calc( ( 100% / 5 ) - 40px );
    text-align: left;
    margin: 20px;
    position: relative;
}
#projects-page .content .item .img{
    width: 120px; height: 120px;
    position: relative;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 3px solid #3E9FB7;
}
#projects-page .content .item .img img{
    width: 80px; height: 80px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    xborder-radius: 50%;
}
#projects-page .content .item h4{
    font-size: 16px;
    line-height: 21px;
    color: #3E9FB7;
    padding: 0 0 15px;
    position: relative;
}
#projects-page .content .item h3{
    font-size: 18px;
    line-height: 23px;
    color: #062639;
    margin: 0 0 23px;
    padding: 0 0 20px;
    position: relative;
}
#projects-page .content .item h3 a{
    color: #062639;
}
#projects-page .content .item h3::after {
    content: "";
    width: 84px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: url(/images/assets/mdevider.png) no-repeat left center;
    transform: translateX(-50%);
}
#projects-page .content .item .intro {
    font-size: 16px;
    line-height: 21px;
    color: #444;
    padding-bottom: 20px;
    margin-top: 20px;
}
#projects-page .content .item .label {
    color: #3E9FB7;
    padding-bottom: 11px;
}
#projects-page .content .item .data {
    padding-bottom: 15px;
}


#projects-page .images{
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
#projects-page .images .image{
    height: 300px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    border: 2px solid #3E9FB7;
}
#projects-page .images .image img{
    width: 100%; height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#projects-page.projects-page .images .image img{
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
#projects-page .images-videos .item{
    width: 120px; height: 80px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    border: 2px solid #3E9FB7;
}
#projects-page .images-videos .item img{
    width: 100%; height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#projects-page.projects-page .images-videos .item img{
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
#projects-page .description{
    display: inline-block;
    vertical-align: top;
    width: 64%;
    padding-left: 40px;
}
#projects-page .description .edate{
    color: #727273;
    font-size: 14px;
    text-align: left;
}
#projects-page .description .intro{
    font-size: 16px; 
    line-height: 21px;
    color: #444;
    padding-bottom: 20px;
    margin-top: 20px;
}
#projects-page .description .intro p{
    font-size: 16px; 
    line-height: 21px;
    color: #444;
    padding-bottom: 20px;
    margin-top: 20px;
}

#projects-page .filters{
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
}
#projects-page .filters .item{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
}
#projects-page .filters label{
    display: inline-block;
    vertical-align: middle;
    color: #3E9FB7;
    font-size: 16px;
    line-height: 21px;
    padding-right: 20px;
    font-weight: normal;
}
#projects-page .filters label.fixed{
    width: 85px;
}
#projects-page .filters .search-item{
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    position: relative;
}
#projects-page .filters .search-item input[type="text"]{
    border: 1px solid #737374;
    border-right-width: 0;
    width: 100%;
    font-size: 16px;
    color: #333;
    padding: 9px 54px 9px 13px;
}
#projects-page .filters .search-item input[type="submit"]{
    background: #17446C;
    color: white;
    width: 40px; height: 100%;
    position: absolute;
    top: 0; right: 0;
    cursor: pointer;
    border: none;
    font-family: FontAwesome;
    font-size: 20px;
}
#projects-page .filters .dropdown{
    max-width: 250px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #A7A9AC;
    position: relative;
}
#projects-page .filters .dropdown select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
    padding: 9px 26px 9px 13px;
    font-size: 16px;
    color: #444;
}
#projects-page .filters .dropdown i{
    position: absolute;
    z-index: 1;
    color: white;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
#projects-page .filters .dropdown i::after{
    content: "";
    background: #17446C;
    width: 30px; height: 40px;
    z-index: -1;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
#projects-page .filters button.button_blue{
    text-transform: uppercase;
    color: white;
    background: #17446C;
    padding: 11px 37px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
/*** Сфери на дейност ***/


#areas-of-activity-page{
    
}
#areas-of-activity-page h2{
    margin-bottom: 40px; 
}
#areas-of-activity-page .data{
    text-align: center;
}
#areas-of-activity-page .item{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 30px;
}
#areas-of-activity-page .item .img{
    width: 100%;
    height: 200px;
    position: relative;
}
#areas-of-activity-page .item .img img{
    width: 100%; height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#areas-of-activity-page .item h3 {
    font-size: 20px;
    line-height: 25px;
    color: #444;
    text-transform: none;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0;
}
#areas-of-activity-page .item .edate{
    color: #3E9FB7;
    font-size: 16px;
    text-align: center;
}
#areas-of-activity-page .item .intro{
    font-size: 16px; 
    line-height: 21px;
    color: #444;
    padding-bottom: 20px;
    margin-top: 20px; 
}
#areas-of-activity-page .page-one{
    text-align: left;
}
#areas-of-activity-page .page-one .img{
    display: inline-block;
    vertical-align: top;
    width: 120px; height: 120px;
    border-radius: 50%;
    border: 3px solid #3E9FB7;
    position: relative;
}
#areas-of-activity-page .page-one .img img{
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
#areas-of-activity-page .page-one .data-content{
    display: inline-block;
    vertical-align: top;
    width: calc( 100% - 120px );
    padding-left: 80px;
}
#areas-of-activity-page h1{
    margin-bottom: 60px;
}
#areas-of-activity-page .product_item{
    padding-bottom: 80px;
}
#areas-of-activity-page .product_item:last-child{
    padding-bottom: 0;
}
#areas-of-activity-page .product_item .description{
    font-size: 18px;
}
#areas-of-activity-page .product_item .description h3{
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 20px;
}
#areas-of-activity-page .product_item .description p{
    font-size: 18px;
    line-height: 23px;
}
#areas-of-activity-page .item .read-more {
    font-family: "CorbelBold";
    display: block;
    width: 140px;
    margin-left: auto;
    margin-right: 28px;
    margin-top: 10px;
    padding: 7px 15px;
    background: #FF0000;
    color: #D2D2D5;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    border-radius: 6px;
    text-align: center;
}
.video-slide.owl-carousel{
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
    width: calc( 100% - 100px );
}
.images-slider.owl-carousel{
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.images-slider .image-item{
    height: 70px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
} 
.images-slider .image-item img{
    width: calc( 100% - 20px ) !important; 
    height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#main-image{
    padding: 12px;
    background: #c1a541;
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 12px -6px #b20000;
    -webkit-box-shadow: inset 0 0 12px -6px #b20000;
    box-shadow: inset 0 0 12px -6px #b20000;
    position: relative;
    height: 350px;
}
#main-image img{
    width: calc( 100% - 24px );
    height: calc( 100% - 24px );
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    cursor: pointer;
}
body .images-slider .owl-prev{
    left: -15px;
}
body .images-slider .owl-next{
    right: -15px;
}
/**** Екип ****/
#equip-page h2 {
    margin-bottom: 60px;
}
#equip-page .item{
    width: 230px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
#equip-page .item .img{
    width: 210px; height: 243px;
    position: relative;
    margin-bottom: 33px;
    border: 2px solid #3E9FB7;
    margin-left: auto;
    margin-right: auto;
}
#equip-page .item .img img{
    width: 100%; height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#equip-page .item h3{
    font-size: 18px; 
    line-height: 23px;
    color: #062639;
    padding: 0 0 15px;
    position: relative;
}
#equip-page .item h3 a{
    color: #062639;
}
#equip-page .item .title{
    color: #3E9FB7;
    font-size: 16px;
    text-align: center;
    padding-bottom: 22px;
    margin-bottom: 22px;
    position: relative;
}
#equip-page .item .title::after {
    content: "";
    width: 84px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: url(/images/assets/mdevider.png) no-repeat left center;
    transform: translateX(-50%);
}
#equip-page .item .intro{
    font-size: 14px; 
    line-height: 29px;
    color: #444;
    padding-bottom: 20px;
}
#equip-page .item .intro a{
    color: #444;
}
#equip-page .item .intro .label{
    color: #3E9FB7;
    padding-right: 10px;
} 
#equip-page .page-one{
    text-align: left;
}
#equip-page .page-one .img{
    display: inline-block;
    vertical-align: top;
    width: 300px; height: auto;
    border: 3px solid #3E9FB7;
    position: relative;
}
#equip-page .page-one .img img{
    width: 100%; height: auto;
    display: block;
}
#equip-page .page-one .data-content{
    display: inline-block;
    vertical-align: top;
    width: calc( 100% - 300px );
    padding-left: 80px;
}
#equip-page h1{
    margin-bottom: 60px;
}
#equip-page .page-one .data-content .label{
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #3E9FB7;
    padding-bottom: 13px;
}
#equip-page .page-one .data-content .data-data{
    font-size: 16px;
    line-height: 21px;
    color: #444;
    padding-bottom: 20px;
}

.images-slider-links{
    display: none;
}
#custom-page .content h3{
    padding-bottom: 20px;
    font-weight: bold;
    color: #3E9FB7;
}
#review-page{
    padding-top: 80px; 
}
#review-page h2{
    margin-bottom: 40px;
}
#review-page .item{
    padding-bottom: 20px;
}
#review-page #review-section-data .img{
    width: 120px; height: 120px;
}
#review-page #review-section-data .img img{
    width: 100%;
}
#review-page #review-section-data .data {
    width: calc( 100% - 120px );
}
#prizes-section-data{
    padding-bottom: 40px;
    text-align: center;
}
#prizes-section-data .item{
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    width: 20%;
}
#prizes-section-data .item img{
    width: 100%;
}
#prizes-section-data .item .data{
    text-align: center;
    font-size: 16px;
    line-height: 21px;
}

#equip-page .content{
    text-align: center;
}

a.button:hover, #banner-slider .description .read-more:hover, #contact-form .subitem button:hover {
    background: #660000;
}

a.button:hover::after, #banner-slider .description .read-more:hover::after, #contact-form .subitem button:hover::after {background: #072739 url(/images/assets/arrow-right-w.png) no-repeat center center; background-size: 14px 30px; }

i.fa.fa-angle-right:hover, i.fa.fa-angle-left:hover {
    color: #660000;
}

#news-section .item h3 a:hover, #news-page .content .item h3 a:hover, #activity-section-data .item h3 a:hover, #areas-of-activity-page .item h3 a:hover, #equip-page .item h3 a:hover, #equip-section .item h3 a:hover {
    color: #D20609;
}

#news-page .content .item .img:hover, #news-section .item .img:hover {
border: 2px solid #072739;}

#footer-top .menu li a:hover {
    color: #B0CB1F;
}

#equip-page .item .img:hover, #equip-section .item .img:hover {border: 2px solid #072739;}

#map_canvas{
    border-top: 5px solid #000;
}
#gallery-browse .item{
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 30px;
}
#gallery-browse .item .img{
    width: 100%;
    height: 200px;
    position: relative;
}
#gallery-browse .item .img img{
    width: 100%; height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#gallery-browse .item h2{
    margin-bottom: 0;
    text-transform: none;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
}
#gallery-browse .item h2::before,
#gallery-browse .item h2::after{
    content: none;
}
#gallery-browse .item .read-more {

    font-family: "CorbelBold";
    display: block;
    width: 140px;
    margin-left: auto;
    margin-right: 28px;
    margin-top: 10px;
    padding: 7px 15px;
    background: #FF0000;
    color: #D2D2D5;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    border-radius: 6px;
    text-align: center;

}
#gallery-browse .item .intro{
    padding-top: 10px;
}
#gallery-browse .item .intro p{
    padding: 0 0 5px; margin: 0;
}
.half-right #news-section .owl-nav .owl-prev{
    top: 60px;
    transform: none;
    padding-left: 40px;
    color: #D20609;
}
.half-right #news-section .owl-nav .owl-next{
    top: 60px;
    transform: none;
    padding-right: 40px;
    color: #D20609;
}
#news-page .section #news-slider .owl-nav .owl-prev{
    padding-left: 20px;
    top: 60px;
    transform: none;
}
#news-page .section #news-slider .owl-nav .owl-next{
    padding-right: 20px;
    top: 60px;
    transform: none;
}
.c-icon{
    display: inline-block;
    vertical-align: middle;
    width: 56px; height: 56px;
    margin-right: 27px;
    background: #F9F9F9;
    color: #c1a541;
    position: relative;
    -moz-box-shadow:    inset 0 0 5px #DBDBDB;
   -webkit-box-shadow: inset 0 0 5px #DBDBDB;
   box-shadow:         inset 0 0 5px #F9F9F9;
   font-size: 45px;
}
.c-icon i{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
#areas-of-activity-page-content{
    
}
#areas-of-activity-page-content .images-section{
    display: inline-block;
    vertical-align: top;
    width: 630px;
    padding-right: 50px;
    padding-left: 50px;
}
#areas-of-activity-page-content .data-section{
    display: inline-block;
    vertical-align: top;
    width: calc( 100% - 630px );
    font-size: 18px;
    line-height: 23px;
}
#areas-of-activity-page-content .data-section p{
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 20px;
}
#gallery-browse .item h3{
    padding-top: 10px;
    font-size: 20px;
    line-height: 25px;
    color: #444;
    text-align: center;
}
#gallery-video-listing{
    background: rgba(32,32,47,0.2);
}
#gallery-video-listing h2::before, #gallery-video-listing h2::after {
    background: #D20609;
}
#gallery-video-listing .videos-slider{
    margin-left: 50px;
    margin-right: 50px;
    width: calc( 100% - 100px );
}
#gallery-video-listing .videos-slider .video-item{
    margin-left: auto;
    margin-right: auto;
}
#gallery-video-listing .videos-slider .video-item iframe{
    width: 320px; height: 240px;
}
#gallery-browse .video-item{
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 30px;
}
#gallery-browse .video-item iframe{
    width: 320px; height: 240px;
}
#gallery-browse .content{
    text-align: center;
}
#gallery-browse .gallery-slider{
    text-align: center;
}