/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: 'Cairo', sans-serif;
}

body {
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    color: #001f5b;
    background: #fff;
    line-height: 1.4;
    min-width: 302px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button, :after, :before, .btn-3 {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}

/* *** HEADER *** */

.header-fix {
    position: fixed;
    top: -99px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 100;
    background: #fff;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
}

.body-active .header-fix {
    top: 0;
}

.header-fix .main-menu {
    display: inline-block;
    float: none;
    margin-top: 3px;
    vertical-align: middle;
}

.header-fix .main-menu > ul > li {
    padding: 0 20px;
}

.header-fix .main-menu > ul > li > a {
    color: #001f5b;
    border-color: transparent;
}

.header-fix .btn-home {
    background-image: url(../img/icons/img07blue.png);
}

.header-fix .btn-online {
    margin: 0 12px 0 0;
}

body .btn-1-small {
    height: 36px;
    padding: 0 14px;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
}

header {
    background: #fff;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
}

.header-box {
    float: left;
    width: 100%;
    height: 99px;
    padding: 20px 0;
}

.h-float-right {
    float: right;
    margin-top: 12px;
}

.logo {
    float: left;
}

.logo img {
    float: left;
}

.h-txt {
    font-size: 19px;
    font-weight: 600;
    float:left;
    margin: 17px 0 0 40px;
    text-transform: uppercase;
}

.h-btn-1 {
    width: 26px;
    height: 34px;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background: url('../img/icons/img01.svg') center no-repeat;
    float: left;    
}

.h-btn-1:hover {
    background-image: url('../img/icons/img01hover.svg');
}

.h-btn-2 {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;    
    width: 42px;
    height: 34px;
    display: block;
    background: url('../img/icons/img02.svg') center no-repeat;
    float: left;
}

.h-btn-2:hover {
    background-image: url('../img/icons/img02hover.svg');
}

.x-box-1 img {
    max-width: 50px;
    max-height: 50px;
}


.h-btn-3 {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;    
    width: 33px;
    height: 34px;
    display: block;
    background: url('../img/icons/img03.svg') center no-repeat;
    float: left;
}

.h-btn-3:hover {
    background-image: url('../img/icons/img03hover.svg');
}

.tooltip-inner {
    text-transform: uppercase;
    font-size: 11px;
    background: #16aadb !important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #16aadb !important;
}

.tooltip-inner {
    padding: 3px 5px 2px 5px;
}

.h-icons {
    float: left;
    margin-top: 1px;
}

.h-icons a {
    margin-right: 22px;
}

.search-box {
    float: left;
    position: relative;
    width: 270px;
}

.search-box input {
    width: 100%;
    height: 36px;
    float: left;
    border: 1px solid #16aadb;
    background: #fff;
    padding: 2px 15px;
    font-size: 14px;
    color: #001f5b;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #001f5b;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #001f5b;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #001f5b;
}
:-moz-placeholder { /* Firefox 18- */
    color: #001f5b;
}

.search-box button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
    height: 34px;
    float: left;
    text-align: center;
    border: none;
    background: #fff url('../img/icons/img04.png') center center no-repeat;
}

.search-box button:hover {
    opacity: 0.80;
}

.btn-online {
    height: 36px;
    border: 1px solid #252b57;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;    
    float: left;
    color: #001f5b;
    line-height: 35px;
    margin: 0 0 0 20px;
}

.btn-online:hover {
    border-color: #16aadb;
    color: #16aadb; 
}

.btn-online span {
    display: block;
    padding-left: 28px;
    background: url('../img/icons/img05.png') left center no-repeat;
}

.btn-in {
    margin-top: 3.5px;
    display: block;
    float: left;
    width: 29px;
    height: 29px;
    background: url('../img/icons/img06.png') left center no-repeat;
}

.btn-in:hover {
    opacity: 0.8;
}

.menu-box {
    float: left;
    width: 100%;
    height: 51px;
    background: #1c2f5a;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    float: left;
}

.main-menu > ul > li {
    padding: 0 32px;
    float: left;
    list-style: none;
}

.main-menu > ul > li > a {
    color: #fff;
    display: block;
    float: left;
    height: 51px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 52px;
    font-size: 16px;
    border-bottom: 4px solid transparent;
}

.main-menu > ul > li:hover > a, body .main-menu > ul > .current > a {
    border-color: #1d87c0;
}

.main-menu > ul > .current > a {
    font-weight: bold;
}

.btn-home {
    background: url('../img/icons/img07.png') center 19px no-repeat;
    width: 13px;
}

.submenu-box ul {
    position: relative;
    z-index: 2;
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
}

.submenu-box li {
    width: 20%;
    float: left;
}

.submenu-box a {
    height: 170px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #001f5b;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 0 10px;
    padding-top: 40px;
}

.submenu-box a figure {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.submenu-box a:hover, .submenu-box .current a, .submenu-box a.active {
    background: #fff;
    color: #16aadb;
}

.submenu-box {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(255,255,255,0.9);
    display: none;
}

.header-fix .main-menu > ul > li {
    height: 76px;
}

.main-menu ul li:hover .submenu-box {
    display: block;
}


.menu-box-button-1:hover .submenu-box {
    display: block;
}

.header-fix .menu-box-button-1 {
    height: 68px;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

.btn-1 {
    display: inline-block;
    padding: 0 15px;
    line-height: 54px;
    color: #fff;
    width: 190px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    height: 51px;
    background: rgb(24,163,213);    
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.btn-1:hover {
    color: #fff;
    opacity: 0.9;
}

.menu-box-button {
    position: relative;
    float: right;
    background: #fff;
}

.menu-box-button ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    border: 1px solid #ededed;
    margin: 0;
    list-style: none;
    width: 100%;
    background: #fff;
}

.menu-box-button li {
    float: left;
    width: 100%;    
    border-top: 1px solid #ededed;
}

.menu-box-button ul li:first-child {
    border-top: none;
}

.menu-box-button ul a {
    display: block;
    padding: 0 12px;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #001f5b;
    font-size: 12px;
}

.menu-box-button ul a:hover {
    background: rgb(24,163,213);    
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
    color: #fff;
}

.menu-box-button-1 {
    float: right;
}

header {
    position: relative;
    z-index: 11;
}

.ic {
    height: 44px;
    float: left;
    width: 34px;
    margin: 0 -5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px auto;
}

.ic-1 {
    background-image: url('../img/icons/img08.png');
}

.ic-2 {
    background-image: url('../img/icons/img09.png');
}

.ic-3 {
    background-image: url('../img/icons/img10.png');
}

.ic-4 {
    background-image: url('../img/icons/img11.png');
}

.ic-5 {
    background-image: url('../img/icons/img12.png');
}

.ic-6 {
    background-image: url('../img/icons/img13.png');
}

.ic-7 {
    background-image: url('../img/icons/img14.png');
}

.menu-box-button ul a .txt {
    overflow: hidden;
    height: 44px;    
    align-items: center;
    padding-top: 1px;
    display: flex;
    padding-left: 12px;
}

/* *** BANNER *** */

.banner-box {
    float: left;
    width: 100%;
}

.banner-box img {
    display: block;
}

.banner {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

.banner ul li {
    position: relative;
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 109px;
    background: url('../img/bg-2.png') center center no-repeat;
}

.banner .description {
    height: 709px;
    float: left;
    display: flex;
    align-items: center;
    width: 47%;
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
}

.height-1 {
    height: 358px;
    overflow: hidden;
    margin-bottom: 20px;
}

.banner h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner .date {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
}

.banner .txt {
    font-size: 17px;
    font-weight: 600;
}

.banner .txt strong {
    font-weight: bold;
}

.banner-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.banner-image:after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
}

.banner .bx-controls-direction {
    display: none;
}

.banner .bx-controls {
    display: block;
}

.banner .btn-2 {
    margin-right: 15px;
}

.banner .prev-box, .banner .next-box {
    position: absolute;
    top: 50%;
    margin-top: -48px;
    width: 54px;
    height: 96px;
    z-index: 1000;
}

.banner .prev-box {
    left: 50%;
    margin-left: -710px;
}

.banner .next-box {
    right: 50%;    
    margin-right: -710px;
}

.banner .bx-prev, .banner .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.banner .bx-prev {
    background: url('../img/icons/img19.png') no-repeat;   
}

.banner .bx-next {
    background: url('../img/icons/img20.png') no-repeat;   
}

.banner .prev-box:hover, .banner .next-box:hover {
    opacity: 0.90;
}

.banner .bx-controls {
    width: auto;
    position: absolute;
    z-index: 100;
    bottom: 146px;
    right: 50%;
    margin-right: -602px;
}

.banner .bx-pager {
    float: left;
    padding: 0;
}

.banner .bx-pager .bx-pager-item {
    float: left;
    margin-left: 0;
}

.banner .bx-pager .bx-pager-item a {
    float: left;
    text-indent: -99999px;    
    display: block;
    width: 19px;
    margin: 0 4px;
    height: 19px;
    background: url('../img/icons/img18.png') !important;   
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;      
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover{
    background: url('../img/icons/img18active.png') !important;   
}

.banner-full-screen {
    width: 100%;
    height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
    height: 100% !important;
}

.banner-full-screen {
    height: 100%;
}

/* *** BREADCRUMB *** */

.breadcrumb-box {
    float: left;
    width: 100%;
    color: #16aadb;
    font-weight: bold;
    margin: 28px 0 0 0;
}

.breadcrumb-box ul {
    margin: 0;
    padding: 0 !important;
}

.breadcrumb-box li {
    float: left;
    list-style: none;
}

.breadcrumb-box li:after {
    width: 12px;
    height: 10px;
    background: url('../img/icons/img21.png');
    content: "";
    display: block;
    float: left;
    margin: 0 14px;
    margin-top: 5px;
}

.breadcrumb-box ul li:first-child:after {
    display: none;
}

.breadcrumb-box a {
    color: #001f5b;
    font-weight: normal;
}

.breadcrumb-box a:hover {
    color: #16aadb;    
}

/* *** FOOTER *** */

.newsletter-box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
    
.newsletter {
    float: left;
    width: 100%;
    position: relative;
}

.newsletter input {
    width: 100%;
    height: 30px;
    background: #cacaca;
    border: none;
    float: left;
    padding: 0 10px;
    width: calc(100% - 100px);
}
    
.newsletter button {
    padding: 0 10px;
    width: 100px;
    text-align: center;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
}

.newsletter button:hover {
    color: #fff;
    opacity: 0.9;
}
    
footer {
    float: left;
    width: 100%;
    background: #243a66 url('../img/bg-1.png') center top no-repeat;
    color: #fff;
    padding-top: 120px;
    font-size: 13px;
    line-height: 1.6;
}

.footer-top {
    float: left;
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

.footer-bottom {
    float: left;
    width: 100%;
    padding: 28px 0 26px 0;
}

.created {
    float: right;
}

.copyright {
    float: left;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #16aadb;
}

.footer-bottom a {
    color: #16aadb;
}

.footer-bottom a:hover {
    color: #16aadb;
    opacity: 0.9;
}

.newsletter-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 26.69px;
    margin-top: -5px;
}

.newsletter-content .txt-1 {
    font-size: 18px;
}

.row120 {
    margin-left: -60px;
    margin-right: -60px;
}

.row120 > div {
    padding: 0 60px;
}

.newsletter input {
    height: 54px;
    background: #fff;
    font-size: 16px;
    padding: 0 20px;
    padding-top: 2px;
    width: 100%;
}

.newsletter {
    margin-bottom: 18px;
    position: relative;
    width: 100%;
}

.newsletter button {
    display: inline-block;
    padding: 0 15px;
    line-height: 42px;
    color: #fff;
    margin: 7px;
    border: none;
    width: 155px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: rgb(24,163,213);
    height: 40px;
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.icheckbox {
    width: 19px;
    float: left;
    height: 19px;
    background: #fff url('../img/icons/img15.png');
}

.icheckbox.checked {
    width: 19px;
    float: left;
    height: 19px;
    background: #fff url('../img/icons/img15active.png');
}

.checkbox-box {
    margin-bottom: 12px;
    float: left;
    width: 100%;
}

.checkbox-content .checkbox-box:last-child {
    margin-bottom: 0;
}

.checkbox-box label {
    display: block;
    margin: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 18px;
}

.checkbox-box label a {
    color: #16aadb;
    font-weight: 600;
}

.checkbox-box label a:hover {
    color: #16aadb;
    opacity: 0.8;
}

.footer-logos {
    float: left;
    width: 100%;
    margin-top: -20px;
}

.footer-logos figure {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    height: 59px;
}

.newsletter-title {
    text-transform: uppercase;
}

footer h2 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    position: relative;
    font-weight: 800;
    margin-bottom: 21px;
    padding-bottom: 23px;
}

footer h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 138px;
    content: "";
    height: 1px;
    background: rgba(255,255,255,0.15);
}

footer h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 23px;
    content: "";
    height: 1px;
    background: #16aadb;
}

footer .txt p {
    margin-bottom: 15px;
}

footer .txt p:last-child {
    margin-bottom: 0;
}

footer strong {
    font-weight: 600;
}

.f-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.f-menu ul li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.f-menu ul li:after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #16aadb;
    border-radius: 50%;
    content: "";
}

.f-menu ul li:last-child {
    margin-bottom: 0;
}

.footer-data {
    clear: both;
}

.footer-data .row > div {
    margin-top: 20px;
}

footer .container {
    position: relative;
}

.footer-bottom {
    position: relative;
}

body {
    float: left;
    width: 100%;
}

.scroll-top {
    width: 53px;
    display: block;
    position: fixed;
    bottom: 26px;
    font-size: 12px;
    z-index: 100;
    text-align: center;
    color: #fff !important;
    right: 30px;
    text-shadow: 0 0 4px rgba(0,0,0);
    padding-top: 60px;
    text-transform: uppercase;
    background: url('../img/icons/img16.png') center top no-repeat;
    opacity: 0;
}

.scroll-top.active {
    opacity: 1;
}

.scroll-top:hover {
    opacity: 0.9;
}

/* *** COOKIES *** */

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    float: left;
    z-index: 2;
    width: 100%;
    background: #16aadb;
    padding: 24px 0 22px 0;
    font-size: 14px;
    color: #fff;
}

.btn-2 {
    border: 1px solid #0a336f;
    height: 39px;
    padding: 0 15px;
    min-width: 152px;
    text-align: center;
    line-height: 39px;
    background: #0a3470;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}

.btn-2:hover {
    background: #16aadb;
    color: #fff;
    border-color: #16aadb; 
}

.cookies .btn-2:hover {
    border-color: #0a3470;
    color: #0a3470;
}

.cookies .container {
    position: relative;
}

.cookies .description {
    padding-left: 75px;
    position: relative;
    padding-right: 175px;
    background: url('../img/icons/img17.png') left center no-repeat;
}

.cookies .button-box {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 20px;
    height: 47px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #16aadb;
    box-shadow: none;
    color: #001f5b;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 47px;
}

.select .chosen-drop {
    border-color: #16aadb;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    height: 46px;
    width: 47px;
    background: url('../img/icons/img51.png') center no-repeat;
    border-left: 1px solid #16aadb;
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #001f5b;
    padding-top: 7px;
}

.select .chosen-container .chosen-results li:hover {
    background: #16aadb;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -3px;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #001f5b;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #001f5b !important;
    min-height: 51px;
    font-size: 16px;
    float: left;
    text-transform: uppercase;
    width: 100%;
    padding: 11px 15px 10px 15px;
}

.menu-rsp nav a.btn-home {
        background: url(../img/icons/img07blue.png) 15px 19px no-repeat;
}

.menu-rsp nav a.btn-home:hover {
        background: #001f5b url(../img/icons/img07.png) 15px 19px no-repeat;
}

.menu-rsp nav a:hover {
    background-color: #001f5b;
    color: #fff !important;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #001f5b;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 54px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #dfdfdf;
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

/* *** HOME *** */

.banner {
    margin-bottom: 45px;
}

.title h2, 
.title h1, 
.item-page h1,
.content-category h2
{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;   
}

.item-page h1,
.content-category h2
{
  margin-bottom: 35px;
}

.title h2 span, .title h1 span {
    color: #16aadb;
}

.title {
    margin-bottom: 35px;
}

.text p:last-child {
    margin-bottom: 0;
}

.content-box-1 .button-box {
    margin-top: 42px;
}

.content-box-1 figure img {
    max-width: none;
}

.logo-content .row-box {
    padding: 0;
    float: left;
    width: 100%;
    margin: 0;
    border-left: 1px solid #e2e2e2;
}

.logo-content .row-box .col-box {
    float: left;
    width: 14.28%;
    list-style: none;
    border-right: 1px solid #e2e2e2;
}

.logo-content figure {
    text-align: center;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-content figure img, .submenu-box-1 figure img {
    transition: all .2s ease-in-out;
}

.logo-content figure a:hover img, .submenu-box-1 a:hover img {
    transform: scale(0.95);
}

.margin-bottom-1 {
    margin-bottom: 70px;
}

.title-link {
    position: relative;
    padding-right: 100px;
}

.title-link .title-link-box {
    position: absolute;
    top: 2px;
    right: 0;
}

.link-1 {
    font-size: 16px;    
    color: #16aadb;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.link-1:hover {
    color: #001f5b;
}

.content-box-2 .text {
    margin-bottom: 45px;
}

.boxes-1 .row-box {
    margin-left: -10px;
    margin-right: -10px;
}

.boxes-1 .col-box {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-top: 20px;
}

.box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    height: 236px;
    font-weight: 600;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.box-1:after {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
}

.box-1:hover:after {
    opacity: 1;
    background: rgba(19,161,208,0.6);
}

.box-1 span {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 15px 0;
}

.box-1 span:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
    content: "";
    height: 2px;
    background: #fff;
    width: 42px;
    opacity: 0;
}

.box-1:hover span:after {
    opacity: 1;
}

.boxes-1 {
    margin-top: -20px;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.boxes-2 .col-box {
    width: 50%;
    float: left;
}

.box-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 60px;
    background-size: cover;
    background-position: center center;
    color: #fff;
    font-size: 14px;
    height: 386px;
}

.box-2 .description {
    position: relative;
    z-index: 2;
}

.box-2:after {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
}

.box-2:hover {
    color: #fff;
}

.box-2:hover:after {
    opacity: 1;
    background: rgba(19,161,208,0.6);
}

.box-2 .name {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 24px;
}

.box-2 .name:after {
    width: 59px;
    height: 3px;
    background: #fff;
    content :"";
    display: block;
    margin: 25px auto;
}

.btn-3 {
    border: 1px solid #fff;
    height: 39px;
    padding: 0 15px;
    min-width: 152px;
    text-align: center;
    line-height: 39px;
    background: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}

.btn-3:hover {
    color: #0a3470;
    border-color: #0a3470; 
}

.box-2 .txt {
    margin-bottom: 30px;
}

/* *** NEWS *** */
    
body.bg-1 {
    background: #f4f4f4 !important;
}

.bg-1 footer {
    background-image: url('../img/bg-1-1.png');
}

.main-content {
    padding: 40px 0;
    float: left;
    width: 100%;
}

.title h1, .title h2 {
    text-transform: uppercase;
}

.menu-1 {
    width: 81%;
    float: left;
    margin-left: -1px;
    box-shadow: 0 0 10px rgba(0,0,0,0.02);    
}

.menu-box-button {
    box-shadow: 0 0 10px rgba(0,0,0,0.02);    
}

.menu-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-1 li {
    float: left;
    width: 25%;
    margin-right: -1px;
}

.menu-1 a {
    border: 1px solid #ededed;
    background: #ffffff;
    height: 44px;
    font-size: 15px;
    color: #001f5b;
    text-transform: uppercase;
    line-height: 44px;
    padding: 0 15px;
    text-align: center;
    display: block;
}

.menu-box-button {
    width: 214px;
    position: relative;
    z-index: 2;
}

.menu-1 a:hover, .menu-1 .current a {
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
    color: #fff;
}

.menu-1 .current a {
    font-weight: 700;    
}

.content-box-4 {
    margin-bottom: 45px;
}

.title {
    clear: both;
}

.title-icon {
    background-position: center right;
    background-repeat: no-repeat;
}

.btn-4 {
    margin-bottom: -1px;
    border: 1px solid #ededed;
    background: #ffffff url('../img/icons/img22.png') right 15px top 17px no-repeat;
    height: 44px;
    display: block;
    color: #001f5b;
    line-height: 45px;
    padding: 0 20px;
    font-size: 15px;
}

.btn-4:hover { 
    color: #001f5b;  
}

.boxes-3 {
    float: left;
    width: 100%;
}

.boxes-3 .row-box {
    margin-left: -10px;
    margin-right: -10px;
}

.boxes-3 .col-box {
    width: 25%;
    float: left;
    padding: 0 10px;
}

.box-3 {
    margin-bottom: 20px;
    background: #fff;
    float: left;
    width: 100%;
    color: #001f5b;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.02);
}

.box-3:hover {
    color: #001f5b;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.box-3 .txt-1 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
}

.box-3 .txt-5 {
    margin-bottom: 12px;
    position: relative;
    font-weight: bold;
    padding: 5px 0;
    padding-left: 38px;
    font-size: 16px;
}

.box-3 .icon {
    position: absolute;
    top: -3px;
    left: -8px;
    height: 38px;
}

.box-3 .icon img {
    width: 38px;
}

.box-3 .txt-2 {
    color: #16aadb;
    margin-bottom: 12px;
}

.box-3 .txt-3 {
    margin-bottom: 12px;
}

.info {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    height: 27px;
    padding: 0 16px;
    line-height: 28px;
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
    color: #fff;
}

.menu-1 .txt-1 {
    text-transform: uppercase;
}

.box-3 .description {
    padding: 18px 22px;
}

.link-2 {
    color: #16aadb;
    display: inline-block;
    padding-right: 17px;
    background: url(../img/icons/img23.png) right center no-repeat;
}

.margin-bottom-2 {
    margin-bottom: 45px;    
}

.title-1 h2 {
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.banner-box-1 figure img {
    display: block;
}

.banner-box-1 figure a {
    display: block;
}

.banner-box-1 figure a:hover {
    opacity: 0.9;
}

.submenu-box-1 img {
    height: auto;
}

.submenu-box-1 a figure {
    height: 170px;
    margin: 0;
}

.submenu-box-1 a {
    padding: 0;
}

.submenu-box-1 li {
    border-right: 1px solid #e2e2e2;
    width: 14.28%;
}

.submenu-box-1 ul {
    float: left;
    width: 100%;
    border-left: 1px solid #e2e2e2;  
}

.banner-box-1-1 {
    margin-bottom: 50px;
}

.boxes-3 {
    margin-bottom: -20px;
}

.content-box-3-1 {
    margin-bottom: 10px;
    padding: 20px 0;
}

/* *** ATRAKCJE *** */

.title-box-menu {
    float: right;
    margin: -6px 0 -10px 0;
}

.menu-box-button {
    z-index: 10;
}

.title-menu h1 {
    float: left;
    width: 50%;
}

.title-box-menu .txt-1 {
    float: left;
    font-size: 15px;
    margin: 12px 20px 0 0;
    text-transform: uppercase;
}

.boxes-4 .row-box {
    margin-left: -10px;
    margin-right: -10px;
}

.boxes-4 .col-box {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-top: 20px;
}

.box-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    height: 236px;
    font-weight: 600;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.box-4:after {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
}

.box-4:hover:after {
    opacity: 1;
    background: rgba(19,161,208,0.6);
}

.box-4:hover {
    color: #fff;
}

.box-4 .txt {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;    
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    bottom: 35px;
    padding: 0 15px;
}

.boxes-4 {
    margin-top: -20px;
    float: left;
    width: 100%;
}

.box-4 .icon {
    width: 44px;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
}

.padding-top-1 {
    padding-top: 70px;
}

/* *** KONTAKT *** */

.z-content-box-1-1 .description {
    width: 715px;
    text-align: justify;
    float: left;
}

.z-content-box-1-1 figure {
    display: block;
    overflow: hidden;
    text-align: right;
}

.text-1 {
    font-weight: 600;    
}

.btn-5 {
    color: #16aadb;
    font-weight: 600;
    font-size: 18px;    
}

.btn-5:hover {
    color: #0e3974;
}

.z-content-box-1-1 .text-1 {
    margin-bottom: 20px;
}

.box-5 {
    font-weight: 600;
}

.box-5 .txt-1 {
    padding-bottom: 20px;
}

.mode .phone-1 a {
    font-size: 20px;    
    color: #001f5b;
    font-weight: 600;
    background: url('../img/icons/img49.png') left center no-repeat;
    padding-left: 60px;
}

.mode .phone-1 a:hover {
        color: #16aadb;
}

.mode .mail-1, .mode .phone-1 {
    margin-top: 20px;
}

.mode .mail-1 a {
    font-size: 20px;    
    color: #16aadb;
    font-weight: bold;
    background: url('../img/icons/img50.png') left center no-repeat;
    padding-left: 60px;
}

.mode .mail-1 a:hover {
    color: #001f5b;
}

.box-5-1 {
    text-align: center;
}

.phone-2 {
    font-size: 20px;    
    color: #16aadb;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
}

.phone-2:hover {
    color: #001f5b;
}

.box-5-1 figure img {
    width: 80px;
}

.box-5-1 figure {
    margin-bottom: 20px;
}

.z-content-box-3-2 {
    margin-bottom: 40px;
}

.title-txt-1 h2 {
    float: left;
    width: 40%;
}

.title-txt-1 .txt-1 {
    width: 55%;
    text-align: right;
    font-weight: 600;
    padding-top: 4px;
    float: right;
}

.input-box-1 input, .input-box-1 textarea {
    display: block;
    height: 47px;
    padding: 0 20px;
    border: 1px solid #16aadb;
    width: 100%;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.input-box-1 input:focus, .input-box-1 textarea:focus {
    border-color: #0a336f;r
}

.input-box-1 textarea {
    height: 172px;
    padding: 13px 20px;
}

.input-box-1 {
    margin-bottom: 20px;
}

.row20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row20 > div {
    padding: 0 10px;
}

.checkbox-1 {
    float: left;
}

.checkbox-1 .icheckbox {
    width: 23px;
    height: 23px;
    background: url('../img/icons/img52.png');
}

.checkbox-1 .icheckbox.checked {
    background: url('../img/icons/img52active.png'); 
}

.checkbox-box-1 label {
    display: block;
    overflow: hidden;
    padding: 2px 0 0 10px;
}

.checkbox-box-1 label a {
    font-weight: bold;
    color:#16aadb;
}

.checkbox-box-1 label a:hover {
    color: #001f5b;
}

.form-box button {
    float: right;
}

.padding-top-2 {
    padding-top: 40px;
}

/* *** MEDIA *** */

.menu-1-1 li {
    width: 20%;
}

.menu-1-1 ul li:first-child {
    width: 15%;
}

.menu-1-1 .txt-1 {
    line-height: 44px;
}

.menu-1-1 .txt-1.current a {
    color:#16aadb !important;
}
 
.menu-1-1 .txt-1 a {
    border-color: transparent;
    background: none;
}

.menu-1-1 .txt-1 a:hover {
    color: #16aadb;
}

.boxes-3-1 .txt-1 {
    height: 96px;
    overflow: hidden;
}

.button-box-1 {
    margin-top: 30px;
    text-align: right;
    float: left;
    width: 100%;
}

.boxes-3-2 .box-3 {
    border-top: 3px solid #001f5b;
}

.boxes-3-2 .box-3 .txt-1 {
    height: 76px;
    overflow: hidden;
    margin-bottom: 15px;
}

.btn-pdf {
    color: #16aadb;
    padding: 5px 0;
    background: url('../img/icons/img53.png') left center no-repeat;
    padding-left: 35px;
}

.btn-6 {
    border: 1px solid #0a336f;
    height: 39px;
    padding: 0 15px;
    min-width: 152px;
    text-align: center;
    line-height: 39px;
    background: transparent;
    font-weight: 600;
    text-transform: uppercase;
    color: #0a336f;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.btn-6:hover {
    background: #0a336f;
    color: #fff;
}

.btn-box {
    padding-left: 55px;
    float: right;
    background: #f4f4f4 !important;
    margin-bottom: -1px;
}

.row74 {
    margin-left: -37px;
    margin-right: -37px;
}

.row74 > div {
    padding: 0 37px;
}

.box-6 {
    color: #001f5b;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.box-6 figure {
    position: relative;
}

.box-6 figure:after {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
}

.box-6 figure:hover:after {
    opacity: 1;
    background: rgba(19,161,208,0.6);
}

.box-6:hover {
    color: #001f5b;
}

.box-6 .txt {
    margin-bottom: 20px;
    font-size: 14px;
}

.box-6 .name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.box-6 .button-box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dadada;
}

.box-6 figure {
    float: left;
    width: 194px;
    margin-right: 30px;
}

.box-6 .description {
    overflow: hidden;
}

.boxes-7 {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}

.boxes-7 .col-box {
    float: left;
    margin-bottom: 30px;
    margin-left: 110px;
}

.boxes-7 .row-box {
    margin-left: -110px;
}

.btn-pdf:hover {
    color: #ff2c19;
}

.btn-pdf {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    font-size: 14px;
}

.box-7 {
    display: inline-block;
    vertical-align: top;
}

.box-7 .name {
    color: #001f5b;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.boxes-3-2 .txt-4 {
    margin-bottom: 0;
}

.z-content-box-9 .txt-1 {
    margin-top: 30px;
    text-align: center;
    color: #001f5b;
    font-size: 26px;
    font-weight: bold;
}

.z-content-box-10 {
    margin-bottom: 40px;
}

.contact-data {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.contact-data .col-box {
    width: 48%;
    text-align: right;
    display: inline-block;
    padding: 0 55px;
    vertical-align: top;
}

.contact-data .col-box:last-child {
    text-align: left;
}

.contact-data a {
    font-size: 28px;
    font-weight: bold;
    color: #001f5b;
    display: inline-block;
    vertical-align: top;
}

.contact-data a:hover {
    color: #16aadb;
}

.contact-data {
    position: relative;
}

.contact-data:after {
    height: 29px;
    width: 1px;
    background: #dadada;
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    display: block;
}

.mail-3 {
    padding-left: 55px;
    background: url('../img/icons/img54.png') left center no-repeat;
}

.phone-3 {
    padding-left: 48px;
    background: url('../img/icons/img55.png') left center no-repeat;
}

/* *** O PKL *** */

.x-content-box-1 figure {
    float: left;
    margin-right: 92px;
}

.x-content-box-1 .description {
    overflow: hidden;
}

.x-content-box-1 .title {
    margin-top: -5px;
    margin-bottom: 25px;
}

.x-boxes-1 {
    float: left;
    width: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    border-left: 1px solid #ebebeb;    
    border-top:  1px solid #ebebeb;  
}

.x-boxes-1 .col-box {
    width: 25%;
    float: left;
    border-right: 1px solid #ebebeb;    
    border-bottom:  1px solid #ebebeb;  
}

.x-box-1 {
    height: 226px;
    display: block;
    text-align: center;
    color: #001f5b;
    font-weight: 600;
    padding-top: 30px;
    text-align: center;
    font-size: 20px;
}

.x-box-1 strong {
    font-size: 23px;
    display: block;
}

.x-box-1:hover {
    color: #fff;
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.x-box-1 figure {
    width: 80px;
    background: #fff;
    margin: 0 auto 22px auto;
    border: 1px solid #16aadb;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 50%;
}

.x-content-box-3 figure {
    float: left;
    margin-right: 92px;
}

.x-content-box-3 .description {
    overflow: hidden;
}

.x-content-box-3 .title {
    margin-top: -5px;
    margin-bottom: 25px;
}

.x-content-box-3 .data {
    margin-top: 25px;
    font-size: 16px;
}

.x-content-box-3 .data p {
    margin-bottom: 5px;
}

.x-content-box-3 .data p:last-child {
    margin-bottom: 0;
}

.x-content-box-3 .button-box {
    margin-top: 25px;
    text-align: right;
}

.menu-1-2 {
    width: 100%;
    margin-bottom: 40px;
}

.menu-1-2 {
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

.menu-1-2 a {
    height: 74px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 75px;
}

.x-content-box-4 {
    padding: 65px 0 70px 0;
    margin-top: 70px;
    background: #f4f4f4 url('../img/bg-3.png') bottom center no-repeat;
}

.title-icon {
    position: relative;
}

.kotwica-1 {
    float: left;
    width: 100%;
    position: absolute;
    top: -65px;
    left: 0;
}

.row36 {
    margin-left: -36px;
    margin-right: -36px;
}

.row36 > div {
    padding: 0 36px;
}

.x-box-2 {
    background: #fff;
    border-top: 3px solid #001f5b;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    padding: 32px 35px 35px 35px;
    margin-bottom: 15px;
    min-height: 289px;
}

.x-box-2, .x-content-box-3 .description, .x-content-box-1 .description {
    font-size: 14px;
}

.x-box-2 figure {
    float: left;
    margin-right: 35px;
}

.x-box-2 figure img {
    border-radius: 50%;
}

.x-box-2 .name {
    color: #001f5b;
    font-size: 20px;
    font-weight: bold;
}

.x-box-2 .txt-1 {
    text-transform: uppercase;
    color: #16aadb;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 14px;
}

.x-box-2 .description {
    overflow: hidden;
}

.x-boxes-2 {
    margin-bottom: 30px;
}

.x-boxes-3 .title {
    margin-bottom: 17px;
}

.title-small h2 {
    font-size: 20px;
}

.x-box-3 .txt-1 {
    color: #001f5b;
    font-size: 20px;
    font-weight: bold;
}

.x-box-3 {
    margin-top: 15px;
}

.x-box-3 .txt-2 {
    color: #16aadb;
    font-size: 14px;
    padding-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.x-logos-1 {
    text-align: center;
}

.x-logos-1 .col-box {
    float: left;
    width: 10%;
}

.x-logos-1 figure {
    height: 60px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.x-logos-1 a:hover {
    opacity: 0.9;
}

.x-slider {
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    border: 1px solid #ebebeb;
    position: relative;
    float: left;
    width: 100%;
}

.x-slider .description {
    float: left;
    width: 50%;
    padding: 35px 40px;
}

.x-slider ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.x-slider .description {
    font-size: 14px;
    position: relative;
}

.x-slider .txt {
    float: left;
    width: 100%;
}

.x-slider .txt:after {
    width: 43px;
    height: 2px;
    background: #16aadb;
    content: "";
    display: block;
}

.x-slider strong {
    font-size: 15px;
}


.x-slider .prev-box, .x-slider .next-box {
    position: absolute;
    top: 50%;
    margin-top: -23.5px;
    width: 45px;
    height: 45px;
    z-index: 1000;
    background: #fff;
}

.x-slider .prev-box {
    left: -22.5px;
}

.x-slider .next-box {
    right: -22.5px;
}

.x-slider .bx-prev, .x-slider .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.x-slider .bx-prev {
    background: url('../img/icons/img64.png') no-repeat;   
}

.x-slider .bx-next {
    background: url('../img/icons/img65.png') no-repeat;   
}

.x-slider .bx-prev:hover, .x-slider .bx-next:hover {
    opacity: 0.90;
}

.x-slider .bx-controls {
    width: auto;
    position: absolute;
    z-index: 100;
    bottom: 80px;
    right: 20px;
}

.x-slider .bx-pager {
    float: left;
    padding: 0;
}

.x-slider .bx-pager .bx-pager-item {
    float: left;
    margin-left: 0;
}

.x-slider .bx-pager .bx-pager-item a {
    float: left;
    text-indent: -99999px;    
    display: block;
    width: 19px;
    margin: 0 4px;
    height: 19px;
    background: url('../img/icons/img18.png') !important;   
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;      
}

.x-slider .bx-pager .bx-pager-item .active, .x-slider .bx-pager .bx-pager-item a:hover{
    background: url('../img/icons/img18active.png') !important;   
}

.x-slider .date {
    color: #16aadb;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: -5px;
}

.x-slider figure {
    float: right;
}

.video-box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: #000;
    opacity: 0.3;
}

.video-box {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background-size: cover;
    text-align: center;
    background-position: center center;
}

.video-box .description {
    height: 652px;
    display: flex;
    position: relative;
    width: 736px;
    margin: 0 auto;
    max-width: 100%;
    color: #fff;
    z-index: 2;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Open Sans', sans-serif;    
    padding-bottom: 10px;
}

.video-box h2 {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 46px;
}

.video-box .txt {
    font-size: 27px;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video video {
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
    min-width: 100%; 
  min-height: 100%; 
}

.x-logo {
    margin-bottom: 35px;
}

.header-rsp .logo-rsp {
    float: left;
    margin-top: 6px;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}


body {
    overflow-x: hidden;
}

footer {
    overflow: hidden;
}

.header-rsp .rsp-box {
    float: right;
    margin: 7px 55px 0 0;
}

.header-rsp .rsp-box .menu-box-button-1 {
    width: auto !important;
}

.cont-box {
    height: 0;
    overflow: hidden;
}

.cont-box.active {
    height: auto;
}

.header-rsp .rsp-box a {
    font-size: 12px;
    padding: 0 10px;
    width: auto !important;
}

.cont-boxes {
    float: left;
    width: 100%;
}

.cont-box {
    float:left;
    width: 100%;
}

.menu-box-button-1 {
    padding-bottom: 17px;
}

.rsp-submenu-box li {
    background: #fff;
}

.rsp-submenu-box {
    background: none;
    left: auto;
    right: 0;
    width: 500px;
    border-top: 1px solid #e2e2e2 !important;
}

.rsp-submenu-box.submenu-box-1 a figure {
    height: 76px !important;   
}

.rsp-submenu-box.submenu-box-1 a {
    height: 76px !important;
}

.rsp-submenu-box.submenu-box-1 li {
    height: 78px !important;   
}

.rsp-submenu-box figure {
    padding: 5px !important;
}

.rsp-submenu-box .container {
    padding: 0;
}

.social-box {
    position: absolute;
    top: 23px;
    right: 230px;
}

.social-box a {
    margin-left: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.s-twitter {
    background: url(../img/icons/twitter-white.svg) center no-repeat;   
}

.s-twitter:hover {
    background-image: url(../img/icons/twitter-blue.svg);   
}

.s-linkedin {
    background: url(../img/icons/linkedin-white.svg) center no-repeat;   
}

.s-linkedin:hover {
    background-image: url(../img/icons/linkedin-blue.svg);   
}



/* *** Tabela *** */

.zz-content-box-5 {
    text-align: left;
    width: 100%;
    background: #f4f4f4;
    box-shadow: 0 5px 2px rgba(0,0,0,0.03);
    z-index: 10;
    
}

.body-active .zz-content-box-5 {
    top: 99px;
    max-height: calc(100vh - 99px) !important;
}

.zz-content-box-5 .title {
    margin-bottom: 30px;
}

.h-menu-1 {
 padding-right: 2px;
}

.h-col-1 .txt {
    text-align: left;
    padding: 0 10px;
    width: 150px;
    font-size: 17px;
    font-weight: 600;
}

.h-col-1:after {
    display: none !important;
}

.h-menu-1-content .h-col {
    z-index: 50;
}

.h-menu-1-content .h-col-7 {
    display: none;
}

.zz-content-box-5-1 {
    background: #fff;
    padding: 0 25px;
    padding-bottom: 0;
    border: 1px solid #ebebeb;
}

.zz-content-box-5 .name {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    padding-left: 52px;
    background: url('../img/icons/img84.svg') left center no-repeat;
    background-size: auto 28px;
}

.zz-content-box-5 .name-2 {
    background: url('../img/icons/img71.svg') left center no-repeat;
    background-size: auto 35px;
}

.zz-button-box {
    padding: 20px 0;
    text-align: right;
}

.zz-table table {
    width: 100%;
}

.zz-table table {
    border-top: 1px solid #ebebeb;
}

.zz-table tr td {
    font-weight: 600;
    font-size: 15px;
    border-top: 1px solid #ebebeb;
}

.zz-table tr td, 
.zz-table tr th {
    padding: 10px 0 10px 0;
    padding-left: 10px;
}

.zz-table tr td {
    height: 75px;
}

.zz-table tr td:first-child, 
.zz-table tr th:first-child {
    padding-left: 0;
}

.zz-table tr th {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.zz-table .txt-1 {
    color: #01af50;
    padding-left: 32px;
    background: url('../img/icons/img85.png') left center no-repeat;
}

.zz-table .txt-1a {
    color: #ff1838;
    background: url('../img/icons/img88.png') left center no-repeat;
}

.zz-table .txt-3 {
    padding: 5px 0;
    padding-left: 39px;
    background: url('../img/icons/img86.png') left center no-repeat;
}

.zz-table .txt-3a {
    background: url('../img/icons/img89.png') left center no-repeat;
}

.zz-table div {
    display: inline-block;
}

.zz-table .txt-4 {
    padding: 5px 0;
    padding-right: 24px;
    background: url('../img/icons/img87.png') right center no-repeat;
}

.zz-table .txt-6 {
    color: #01af50;
}

.zz-table .txt-7 {
    color: #ff032d;
    text-align: center;
}

.level {
    width: 44px;
    height: 16px;
    background: #16aadb;
}

.level-1 {
    background: #16aadb;
}

.level-2 {
    background: #001f5b;
}

.zz-content-box-5-2 {
    padding: 25px 0;
    font-size: 14px;
}

.zz-content-box-5-2 .name-3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}





/* *** kamery *** */

.zz-boxes-1 .row-box {
    margin-left: -10px;
    margin-right: -10px;
}

.zz-boxes-1 .col-box {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.zz-box-1 {
    display: block;
    height: 285px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

header .h-menu-2 ul {
    border-top: none;
}

.zz-boxes-1 {
    float: left;
    width: 100%;
    margin-bottom: -20px;
}

.zz-box-1-1 {
    z-index: 2;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;    
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(19,161,208,0.85);
    padding: 18px 20px 17px 20px;
    color: #fff;
}

.zz-box-1-1 .txt {
    position: relative;
    width: 68px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #fff;
    content: "";
    background: url('../img/icons/img83.png') left center no-repeat;
}

.zz-box-1-1 .txt-1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 72px);
    padding-left: 20px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.zz-box-1-1 .number {
    width: 17px;
    height: 17px;
    background: #001f5b;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: -4px;
    right: 15px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
}

.zz-box-1-1 .txt-1 span {
    font-size: 13px;
    margin-bottom: 2px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.zz-box-1-2 {
    opacity: 0;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;    
    position: absolute;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    z-index: 2;
    background: rgba(19,161,208,0.85);
}

.zz-box-1-2 .btn-3 {
    min-width: 120px;
}

.zz-box-1-2 .txt-2 {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.zz-box-1-2 .txt-2 span {
    font-family: 'Open Sans', sans-serif;    
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 600; 
}

.zz-box-1-2 .txt-2:after {
    width: 58px;
    height: 2px;
    content: "";
    display: block;
    margin: 35px auto;
    background: #fff;
}

.zz-box-1:hover .zz-box-1-1 {
    opacity: 0;
}

.zz-box-1:hover .zz-box-1-2 {
    opacity: 1;
}

.zz-box-1:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0,0,0,0.3);
}

.zz-box-1-large {
    height: 400px;
    position: relative;
    margin-bottom: 20px;
}





/* *** pogoda *** */


.zz-content-box-3{
    padding-top: 40px;
}

.zz-content-box-3 .txt {
    text-align: center;
    padding: 16px 15px 21px 15px;
    color: #fff;
    background: #d8151d;
    float: left;
    font-size: 16px;
    width: 100%;
}

.zz-content-box-3 .txt-2 {
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.zz-content-box-3 .txt span {
    font-size: 22px;
    padding: 0 0 1px 0;
    display: block;
}

.zz-boxes {
    float: left;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.zz-boxes .col-box {
    width: 20%;
    background: #fff;    
    float: left;
    border-left: 1px solid #ebebeb;
}

.zz-boxes .col-box:first-child {
    border-left: none;
}

.zz-box {
    height: 131px;
    color: #001f5b;
    display: block;
    text-align: center;
    line-height: 1.3;
    padding: 15px;
    font-size: 14px;
}

.zz-box strong {
    display: block;
    font-size: 18px;
}

.zz-box figure {
    height: 50px;
    margin-bottom: 3px;
    margin-top: 3px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}