﻿@charset "utf-8";

/*******************************************************************/
/*                                                           reset */
/*******************************************************************/
body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, address, a, strong, em, dl, dt, dd, table, thead, tbody, tfoot, tr, td, th, form, fieldset, legend, caption { padding: 0px; margin: 0px; outline: none; background-position: left top; background-repeat: no-repeat; }
body { font-family: 'Tahoma', sans-serif; color: #000000; font-size: 12px; line-height: 18px; background-color: #FFFFFF; }
blockquote, address { font-style: normal; }
* { outline: none; }
img,a img { border: none; }
strong { font-weight: bold; }


/*******************************************************************/
/*                                                           basic */
/*******************************************************************/
html {
	height: 100%;
	height: auto;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
	background-color: #fff;
    background-image: url(../images/grad_menu.png);
    background-repeat: repeat-x;
    background-position: 0% 100px;
	padding-top: 1px;
	height: auto;
    font-size: 12px;
}

.clear {
	clear: both;
    visibility: hidden;
    line-height: 1px;
    height: 1px;
    margin: 0px;
}

.blue {
    color: #1969aa;
}

h1 {
    font-size: 26px;
    line-height: 26px;
    margin: 5px 0px 15px;
}

h2 {
    font-size: 22px;
    line-height: 22px;
    margin: 5px 0px 15px;
}

a {
    color: #2d2d2d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    line-height: 1px;
    border: 0px;
}

::-webkit-input-placeholder {
   color: #c3c3c3;
}
:-moz-placeholder {
   color: #c3c3c3;  
}
::-moz-placeholder { 
   color: #c3c3c3;  
}
:-ms-input-placeholder {  
   color: #c3c3c3;  
}

h2.photo {
    padding-left: 40px;
    background-image: url(../images/camera.png);
}

h2.video {
    padding-left: 40px;
    background-image: url(../images/video.png);
}

/*******************************************************************/
/*                                                          layout */
/*******************************************************************/
#page, .wrapper {
    width: 1100px;
    margin: 0px auto;
    color: #2d2d2d;
    background-color: #fff;
}
.wrapper {background: none;}
/*******************************************************************/
/*                                                          header */
/*******************************************************************/
#header {
    width: 100%;
    height: 100px;
    margin-bottom: 80px;
    background-position: 0% 100%;
    background-repeat: repeat-x;
    position: relative;
    z-index: 3;    
}

.hp #header {margin-bottom: 0;}

#header #header-content {
    position: relative;
    width: 1100px;
    margin: 0px auto;
    height: 145px;
}

/*#header .top {
    width: 1100px;
    height: 100px;
    margin: 0 auto;
}*/

#logo {
    display: block;
    width: 288px;
    height: 109px;
    /*background-image: url(../images/logo.svg);*/
    background-image: url(../images/logo_new2.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    text-indent: -9999em;
    margin: 15px 0 0;
    background-size: 288px 109px;
}

#slider {
    width: 100%;
    min-height: 400px;
    /*background-image: url(../images/slide.png);*/
    background-repeat: no-repeat;
    background-position: 50% 0%;
    margin: 0px auto;
    position: relative;
}

#slider .slides li {position: relative; display: none;}

#slider .slides li > a {
    padding: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;    
    width: 100%;
    height: 100%;    
}

#slider .slides li > a img {width: 100%; height: 100%; object-fit: cover;}
#slider .mobile_available img.mobile {display: none;}

#slider .content {width: 100%; max-width: 1100px; margin: 0px auto; min-height: 400px; position: relative; z-index: 1;}
    #slider .content .text {max-width: 500px; padding: 70px 0 50px 0; font-size: 20px; line-height: 30px;}
    #slider .content > a {position: absolute;left: 0; top: 0; width: 100%; height: 100%; padding: 0; z-index: 1;}
        #slider .content .text  h1 {margin: 0 0 20px;}

.mobile-slider {
    display: none;
}



#nav {
    position: absolute;
    top: 115px;
    left: 140px;
    left: 0;
    width: 100%;
    text-align: center;
} 

#nav ul, #nav2 ul {
    padding-left: 0px;
    margin: 0px 0 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    max-width: 100%;
}

#nav ul li, #nav2 ul li {
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #8e8e8e;
    margin: 0px 5px;
    position: relative;
}

#nav ul li#menu_11 {background-image: url(../images/menu_line.png);  background-position: center bottom 10px;}

#nav ul li a, #nav2 ul li a {
    display: block;
    color: #06518e;
    text-decoration: none;
    padding: 5px 10px 20px;
    /*background-image: url(../images/down.png); */
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

#nav ul li.has-submenu > a, #nav2 ul li.has-submenu > a {background-image: url(../images/arrow_down.svg);  background-position: right 8px top 20px;  padding-right: 28px !important;}
#nav2 ul li.has-submenu > a {padding: 0; background-position: right 8px top 10px; text-transform: uppercase; font-size: 15px;}

#nav > ul > li:hover > a, .ie #nav ul li a.active, #nav2 > ul > li:hover > a, .ie #nav2 ul li a.active {
    background-color: rgba(255,255,255,1);
    text-decoration: none;
}

.ie #nav ul li a:hover, .ie #nav ul li a.active {
    background-color: #f1f9fb;
    text-decoration: none;
}

#nav ul.level2 {
    display: none;
    position: absolute;
    top: 53px;
    left: 0px;
    width: 170px;
    background-color: rgba(255,255,255,1);    
}

.ie #nav ul.level2 {
    background-color: #f1f9fb;
}

#nav ul.level2>li {
    float: none;
    display: block;
    margin: 0px;
    border-bottom: solid 1px #bfd5e5;
}

#nav ul.level3>li {
    float: none;
    display: block;
    margin: 0px;
    border-bottom: solid 1px #bfd5e5 !important;
}


#nav ul.level2 li a {
    padding: 10px;
    background-image: none;
}

#nav ul.level2 li.haschild>a {
    background-image: url(../images/submenu.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

#nav ul.level2 li a:hover, #nav ul.level3 li a:hover {
    background-color: #fff;
    text-decoration: none;
}

#nav ul.level2 li:last-child {
    border-bottom: none !important;
}

#nav ul.level3 {
    display: none;
    position: absolute;
    top: 0px;
    left: 170px;
    width: 160px;
    background-color: rgba(255,255,255,.8); 
}

.ie #nav ul.level3 {
    background-color: #f1f9fb;
}

#nav ul li:hover>ul, #nav2 ul li:hover>ul {
    display: inline-block;
    border: solid 1px #bfd5e5;
    left: -1px;
    border-top: 0;    
}

.navbar-toggle {
    display: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0;
    padding: 9px 10px;
    position: relative;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    margin: 3px 0;
    width: 24px;
}

#search {
    margin: 0;
    width: 220px;
    position: relative;
    margin: 0 15px 0 0;
}

#search input[type=text] {
    border: solid 1px #d1cfcf;
    border-radius: 5px;
    height: 20px;
    width: 160px;
    padding: 5px 55px 5px 5px;
    margin: 0;
}

#search button {
    right: 0;
    width: 25px;
    height: 30px;
    border: none;
    cursor: pointer;
    position: absolute;
    background: none;
    line-height: 32px;
    top: 0;
}

#search .glyphicons i:before {color: #ccc;}

#social {
    position: absolute;
    top: 53px;
    right: 5px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.login {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    background-image: url(../images/login.jpg);
    background-repeat: repeat-x;
    background-position: 0% 100%;
    border: solid 1px #cccccc;
    position: absolute;
    top: 51px;
    left: 730px;
}

#social li {
    float: left;
    margin: 0px 5px;
}

#social li a {
    display: block;
    width: 26px;
    height: 28px;
    background-image: url(../images/bg_social.png);
    text-indent: -9999px; 
}

#social li a.fb {
    background-position: 0% 0%;
}

#social li a.yt {
    background-position: 0% -29px;
}

#social li a.tw {
    background-position: 0% -60px;
}

#social li a.rs {
    background-position: 0% -91px;
}

/*******************************************************************/
/*                                                         content */
/*******************************************************************/
#content {
    padding-top: 30px;
    width: 640px;
    float: left;
    padding-right: 32px;
    border-right: solid 5px #c1d6e8;    
}

.hp #content, .clanky #content, #content.full {
        width: 100%;
        float: none;
        padding-right: 0;
        border: 0;
    }

.row {
    display: block;
    position: relative;
    padding: 1px 0px 40px 0px;
    margin-bottom: 30px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-bottom: solid 1px #dbdbdb;
}

.row img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.row h2 {
    margin: 0px 0px 10px;
}

.row h2 a {
    font-size: 24px;
    text-decoration: none;
    color: #00457d;
}

.row h2 a:hover {
    color: #1969aa;
}

.row .perex {
    font-size: 12px;
    margin-bottom: 10px; 
}

.row .detail {
    line-height: 20px;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 13px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-color: #ed1c24;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}

.row .detail:hover {
    text-decoration: none;
    background-color: #00457d;
}

.row .right {
    text-align: right;
}

#hp-gallery-container {
    height: 200px;
    max-width: 640px;
}

/*******************************************************************/
/*                                                     right panel */
/*******************************************************************/
#right-panel {
    width: 365px;
    padding-right: 5px;
    float: right;
}

#right-panel .box {
    padding: 20px 0px 30px;
    border-bottom: solid 1px #cdcdcd;
}

#right-panel  h2 {
    font-size: 26px;
    line-height: 26px;
    margin: 5px 0px 15px;
}

#right-panel .row {
    min-height: 80px;
    padding: 1px 0px 1px 95px;
    margin: 0px 0px 10px;
}

.row h3 {
    margin: 0px 0px 10px;
}
.row h3 a {
    font-size: 14px;
    text-decoration: none;
    color: #2d2d2d;
}

#right-panel #video.box, #right-panel #quickNews.box {
    padding-left: 20px;
    padding-right: 10px; 
}

#right-panel .middle {
    margin: 0px 7px;
}

/*******************************************************************/
/*                                                          footer */
/*******************************************************************/
#footer {
    position: relative;
    border-top: solid 5px #d1ecf7;
    width: 100%;
    min-height: 250px;
    background-color: #3270a3;
    box-shadow: inset 0px 5px  6px rgba(50, 50, 50, 0.25);
    margin-top: 20px;
}

.footer-content {
    width: 1100px;
    margin: 0px auto;
}

.column {
    float: left;
    width: 240px;
    margin: 40px 20px; 
    color: #fff;
    font-size: 13px;
    text-shadow: 0 1px 1px rgba(0,0,0,.7);
}

.column:first-child {
    margin-left: 0px;
}

.column:last-child {
    margin-right: 0px;
}

.column.contact {
    padding-left: 95px;
    width: 140px;
    background-image: url(../images/logo_new.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 80px 80px;
}

.ie .column.contact {
    background-image: url(../images/logo80.png);
}

.column p.first {
    border-top: none;
}

.column.news p {
    margin-bottom: 15px;
}

.footer-content h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
}

.copy {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 200px;
    color: #fff;
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {

    #page {
        background-position: 605px 0;
        width: 1000px;
    }
    .footer-content, #header #header-content {
        width: 1000px !important;
    }

    #header-content .tel {display: none;}

    #header .top {
        width: 1000px;
    }

    #content {
        width: 570px;
    }

    .nbs-flexisel-inner {
        width: 500px;
        margin: 30px 35px;
    }

    .nbs-flexisel-item img {
        max-width: 120px;
    }

    #nav ul li {
        margin: 0 7px;
    }
}

@media screen and (max-width: 1000px) {
    #header {
        margin-bottom: 1px;
    }

    #header-content .tel {
        position: absolute;
        right: 60px;
        top: 18px;        
        }

    #nav, .user-panel, #search {
        display: none;
    }
    #myNavmenu #search {
        position: static;
        display: block;
        height: 60px;
        width: auto;
    }

    #myNavmenu #search input[type=text] {
        top: 15px;
        left: 10px;
        width: 200px;
        position: absolute;
    }

    #search button {
        top: 15px;
        right: 15px;
    }

    #myNavmenu #search input[type=submit] {
        top: 16px;
        left: 223px;
    }

    .navbar-fixed-top {
        margin-bottom: 0 !important;
        right: 20px !important;
        left: auto !important;
        position: absolute !important;
    }

    .navbar-toggle {
        top: 10px;
        display: block;
    }

    .footer-content, #header #header-content {
        width: auto !important;
    }
    #header #header-content {
        background: none;
        height: 60px;
    }

    #logo {
        top: 5px;
        left: 50%;
        width: 80px;
        height: 80px;
        background-size: 100% 100%;
        background-image: url(../images/logo_new.png);
        margin: 5px 0 0;
    }

    html body {
        background-position: 0 60px;
        left: 0 !important;
        right: 0 !important;
        padding: 0 !important;        
    }

    #header {
        height: 60px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .navmenu ul {
        margin: 10px 0;
        list-style: 0;
    }

    .navmenu ul li a {
        display: block;
        font-size: 16px;
        padding: 8px 10px;
    }

    .navmenu ul li ul li a {
        padding-left: 30px;
        font-weight: 200;
    }

    .navmenu ul li ul li {
        list-style: none;
    }

    .navmenu ul li:hover {
        background: none;
    }

    .navmenu ul li a:hover {
        background: #fff;
    }

    #slider {
        /*display: none;*/
    }

    #slider .content .text {
        max-width: 70%;
        padding: 40px 20px 30px;
    }

    #slider .content .text h1 {font-size: 34px;}

    .mobile-slider {
        display: block;
        margin-bottom: 1px;
    }

    #page, .wrapper {
        background-image: none;
        width: 100%;
    }

    #content, .content {
        width: auto;
        padding: 20px !important;
        float: none;
        border: none;
        box-sizing: border-box;
    }

    #right-panel {
        float: none;
        width: auto;
        text-align: center;
    }

    #right-panel .box {
        text-align: center;
    }

    #right-panel .box .banner {
        margin: 0 auto;
    }

    #right-panel #video.box, #right-panel #partners.box {
        width: auto;
        text-align: center;
    }

    #right-panel #partners.box .slides {
        margin: 0 auto;
    }

    h2.video {
        text-align: left;
    }

    .copy {
        margin-right: 20px;
    }

    #footer .column {
        margin: 10px;
    }
}

@media screen and (max-width: 767px) {
    body {
        padding: 0 !important;
    }
    #hp-gallery-container {
        display: none;
    }

    #slider .slides li.mobile_available > a {overflow: hidden;}
    #slider .slides li > a img.desktop {display: none;}
    #slider .mobile_available .content .text {max-width: 1000%; padding: 40px 0px 65%;}    
    #slider .mobile_available img.mobile {display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: auto; object-fit: unset;}
    
    #header-content .tel {
            right: 40px;
        }    

}





