/* -- start setup -- */
@font-face {
    src: url('myriadpro-semibold-webfont.eot');
    src: url('myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('myriadpro-semibold-webfont.woff') format('woff'), url('myriadpro-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('font-webfont.eot');
    src: url('font-webfont.eot?#iefix') format('embedded-opentype'), url('font-webfont.woff') format('woff'), url('font-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-BlackItalic.woff2') format('woff2'), url('SourceSansPro-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Bold.woff2') format('woff2'), url('SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-BoldItalic.woff2') format('woff2'), url('SourceSansPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Black.woff2') format('woff2'), url('SourceSansPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-LightItalic.woff2') format('woff2'), url('SourceSansPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-ExtraLightItalic.woff2') format('woff2'), url('SourceSansPro-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Italic.woff2') format('woff2'), url('SourceSansPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Light.woff2') format('woff2'), url('SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-ExtraLight.woff2') format('woff2'), url('SourceSansPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-SemiBold.woff2') format('woff2'), url('SourceSansPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-SemiBoldItalic.woff2') format('woff2'), url('SourceSansPro-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Regular.woff2') format('woff2'), url('SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Source Sans Pro', Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    /*margin : 0; border : none;padding : 0;*/
    /*color: #707070;*/
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

.white {
    color: White !important;
}

.colGreen {
    color: #96bf31 !important;
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.hiddenItem {
    display: none;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pt0 {
    padding-top: 0px;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb50 {
    margin-bottom: 50px;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb23 {
    margin-bottom: 23px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.fB {
     !important;
}

#topLine {
    height: 5px;
    background: rgba(105, 172, 106, 1);
    background: -moz-linear-gradient(left, rgba(105, 172, 106, 1) 0%, rgba(80, 156, 129, 1) 50%, rgba(32, 127, 171, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(105, 172, 106, 1)), color-stop(50%, rgba(80, 156, 129, 1)), color-stop(100%, rgba(32, 127, 171, 1)));
    background: -webkit-linear-gradient(left, rgba(105, 172, 106, 1) 0%, rgba(80, 156, 129, 1) 50%, rgba(32, 127, 171, 1) 100%);
    background: -o-linear-gradient(left, rgba(105, 172, 106, 1) 0%, rgba(80, 156, 129, 1) 50%, rgba(32, 127, 171, 1) 100%);
    background: -ms-linear-gradient(left, rgba(105, 172, 106, 1) 0%, rgba(80, 156, 129, 1) 50%, rgba(32, 127, 171, 1) 100%);
    background: linear-gradient(to right, rgba(105, 172, 106, 1) 0%, rgba(80, 156, 129, 1) 50%, rgba(32, 127, 171, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69ac6a', endColorstr='#207fab', GradientType=1);
}

.navbar-toggle {
    border: 2px solid White;
    position: absolute;
    top: 80px;
    right: 10px;
    margin: 0;
}

@media (min-width: 320px) {
    .navbar-toggle {
        top: 15px;
        right: 10px;
    }
}

.langMenu {
    position: absolute;
    top: 85px;
    right: 70px;
    display: none;
}

@media (min-width: 768px) {
    .langMenu {
        display: block;
    }

    .searchHiddenMenu,
    .langHiddenMenu {
        display: none !important;
    }
}

@media (min-width: 480px) {
    .langMenu {
        top: 20px;
    }
}

.langMenu li {
    float: left;
    margin-left: 10px;
    height: 24px;
    line-height: 24px;
    list-style-type: none;
    padding: 0;
}

.langMenu li.search a {
    background-image: url(../pcs/pcs_layout/search-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 35px;
    display: block;
}

.langMenu li.langMenuIcons {
    margin-left: 10px;
}

.langMenu li.langMenuIcons a.langSwitcher {
    background-image: url(../pcs/pcs_layout/lang-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 47px;
    height: 35px;
    display: block;
}

#searchForm {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 9999999;
}

.langMenuBubble {
    display: none;
    position: absolute;
    top: 50px;
    right: 5px;
    width: 200px;
    padding: 25px 10px 10px 10px;
    background-image: url(../pcs/pcs_layout/lang-bubble-background.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.langMenuBubble li a {
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    width: 15px !important;
}

@media (min-width: 768px) {
    #searchForm {
        position: absolute;
        top: 35px;
        top: 38px;
        right: 200px;
        right: 135px;
        left: auto;
    }
}

#searchForm input {
    background-color: Black !important;
    color: White;
    border: none;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}

.navbarWh .langMenu li.search a {
    background-image: url(../pcs/pcs_layout/search-icon-grey.png);
}

.navbarWh .langMenu li.langMenuIcons a.langSwitcher {
    background-image: url(../pcs/pcs_layout/lang-icon-grey.png);
}

.navbarWh .langMenuBubble {
    background-image: url(../pcs/pcs_layout/lang-bubble-background-grey.png);
}

.langMenu li a {
    color: #1174b9;
}

.langMenu li a.langActive {
    color: #ffffff;
}

.navbarWh li a.langActive {
    color: #96bf31;
}

@media (min-width: 768px) {
    .langMenu {
        right: 80px;
    }

    .langMenu li {
        margin-left: 22px;
    }

    .langMenu li.search a {
        margin-right: 11px;
    }
}

@media (min-width: 1000px) {
    .langMenu {
        top: 40px;
        right: 30px;
    }
}

@media only screen and (min-width:769px) and (max-width:1000px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    /*.navbar-header .collapse, .navbar-toggle {    display:block !important;}*/
    .navbar-toggle {
        display: block !important;
    }
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbarWh .navbar-toggle .icon-bar {
    background-color: #96BF31;
}

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    /*padding:15px 15px 20px 5px;*/
    padding: 15px 10px 20px 10px;
}

@media (min-width: 768px) {
    .navbar {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding: 25px 15px 20px 15px;
    }
}

.navbarWh {
    background-color: White;
    -webkit-box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.62);
    min-height: 120px;
}

@media (min-width: 320px) {
    .navbarWh {
        min-height: auto;
    }
}

.navbarWh .topMenu li a {
    color: Black;
}

.navbar-brand {
    margin: 0;
    background-image: url(../pcs/pcs_layout/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 220px;
    height: 35px;
    margin-right: 60px;
}

@media (min-width: 1600px) {
    .navbar-brand {
        background-size: auto;
        width: 306px;
        height: 49px;
    }
}

.navbarWh .navbar-brand {
    background-image: url(../pcs/pcs_layout/logo2.png);
    /*width:235px;height:38px; */
    /*margin-right:131px; */
}

.topMenu {
    background-color: White;
    z-index: 99999;
    padding: 0;
    margin: 0;
    /*overflow:hidden;*/
    position: relative;
    top: 75px;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 480px) {
    .navbar-collapse.in {
        overflow-y: hidden;
        min-height: 400px;
    }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .navbar-collapse.in {
        overflow-y: hidden;
        min-height: 300px;
    }
}

.caret {
    visibility: hidden;
}

.topMenu li a {
    color: Black;
}

.searchHiddenMenu,
.langHiddenMenu {
    float: left !important;
    width: 25% !important;
    height: 40px;
}

.searchHiddenMenu a {
    background-image: url(../pcs/pcs_layout/search-icon-grey.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.searchHiddenMenu a,
.langHiddenMenu a {
    display: block;
    position: relative;
    z-index: 99999;
    height: 40px;
    text-align: center;
}

@media (min-width: 310px) {
    .topMenu {
        top: 10px;
    }
}

ul.nav li {
    height: auto !important;
}

ul.nav li.dropdown {
    width: 100%;
    display: block;
}

@media (min-width: 768px) {
    .topMenu {
        background-color: transparent;
        position: relative;
        width: auto;
        top: 0;
    }

    ul.nav li.dropdown {
        width: auto;
    }

    .navbar-nav li a:hover,
    .navbar-nav li a:focus,
    .navbar-nav li a:active,
    .dropdown-menu {
        background-color: transparent;
        color: #999999;
    }

    .topMenu {
        margin: 15px 0 0 0;
    }

    .topMenu li a {
        color: White;
        font-size: 17px;
        font-size: 15px;
        padding: 15px;
        padding: 15px 12px;
    }

    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
}

@media (min-width: 1200px) {
    .topMenu li a {
        padding: 15px 20px;
    }
}

@media (min-width: 1300px) {
    .pageLang2 .topMenu {
        margin-right: 250px;
    }
}

@media (min-width: 1800px) {
    .pageLang2 .topMenu {
        margin-right: 0;
    }
}

@media (min-width: 1359px) {
    .topMenu {
        margin: 0;
    }

    .topMenu li a {
        padding: 15px 5px;
    }
}

@media (min-width: 1600px) {
    .topMenu li a {
        padding: 15px 16px;
        font-size: 16px;
    }

    .pageLang3 .topMenu li a {
        padding: 15px 5px;
        font-size: 15px;
    }
}

@media (min-width: 1750px) {
    .pageLang3 .topMenu li a {
        padding: 15px 16px;
        font-size: 16px;
    }
}

@media (min-width: 1700px) {
    .topMenu li a {
        padding: 15px 21px;
        font-size: 17px;
    }
}

@media (min-width: 1850px) {
    .navbar-brand {
        margin-right: 130px;
    }

    /*.navbarWh .navbar-brand {margin-right:201px;  }*/
}

@media (min-width: 768px) {
    .topMenu li a.active {
        color: #8ec449;
    }

    .topMenu li.dropdown a:HOVER,
    .topMenu li.dropdown a:active,
    .topMenu li.dropdown a.active,
    .topMenu li.dropdown a.subMenuActive {
        color: White;
        background-color: #182839 !important;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .topMenu li a:focus {
        color: White;
        background-color: #182839 !important;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .topMenu li.single a:HOVER,
    .topMenu li.single a:active {
        color: White;
    }

    /*.navbarWh .topMenu li.single a:HOVER, .navbarWh .topMenu li.single a:active {color:Black;}*/
    .caret {
        background-image: url(../pcs/pcs_layout/sub-menu-icon.png);
        background-position: center center;
        background-repeat: no-repeat;
        width: 15px;
        height: 9px;
        border: none;
        visibility: visible;
    }

    .dropdown-menu {
        background-color: #182839;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border: none;
    }

    .dropdown-menu2 {
        min-width: 220px;
    }

    .dropdown-menu3 {
        min-width: 170px;
    }

    .dropdown-menu4 {
        min-width: 256px;
    }

    .topMenu li .dropdown-menu {
        padding: 10px 10px 20px 35px;
        margin-top: -1px;
    }

    .topMenu li .dropdown-menu li {
        color: #1174b9;
        list-style-type: disc;
        padding-left: 0;
        text-align: left;
    }

    .topMenu li .dropdown-menu li a {
        color: #bbcedb;
        font-size: 15px;
        padding-left: 0;
        padding: 5px 10px 5px 0;
    }

    .topMenu li .dropdown-menu li a:HOVER {
        color: #8ec449;
    }
}

/* carousel */
html,
body {
    height: 100%;
}

.carousel,
.item,
.carousel-inner .active {
    height: 400px;
}

@media (min-width: 480px) {

    .carousel,
    .item,
    .carousel-inner .active {
        height: 450px;
    }
}

@media (min-width: 768px) {

    .carousel,
    .item,
    .carousel-inner .active {
        height: 650px;
    }
}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {

    .carousel,
    .item,
    .carousel-inner .active {
        height: 835px;
    }
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

#myCarousel .carousel-indicators {
    visibility: hidden;
}

#myCarousel .carousel-control.left {
    display: none;
    background-position: 20% center;
    background-repeat: no-repeat !important;
    background-image: url(../pcs/pcs_layout/carousel-prev.png);
}

#myCarousel .carousel-control.right {
    display: none;
    background-position: 80% center;
    background-repeat: no-repeat !important;
    background-image: url(../pcs/pcs_layout/carousel-next.png);
}

#myCarousel .carousel-control:hover {
    opacity: .9;
    filter: alpha(opacity=90);
}

#myCarousel .carousel-control:focus {
    opacity: .5;
    filter: alpha(opacity=90);
}

@media (min-width: 1450px) {

    #myCarousel .carousel-control.left,
    #myCarousel .carousel-control.right {
        display: block;
    }
}

.carousel-caption {
    color: black;
    /*transform: translateY(-50%);bottom: initial;*/
    text-align: left;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.carouselTitle {
    color: White;
    font-weight: bold;
    font-size: 56px;
    font-size: 24px;
    line-height: 60px;
    line-height: 30px;
}

.carouselOdd {
    width: 100px;
    height: 6px;
    background-color: #1174b9;
    margin: 20px auto;
}

.carouselText {
    color: White;
    font-size: 20px;
    font-size: 16px;
    line-height: 29px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 30px;
}

.carousel-caption a,
.home404Button {
    text-align: center;
    height: 54px;
    line-height: 54px;
    width: 160px;
    height: 44px;
    line-height: 44px;
    width: 120px;
    display: block;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    border: 2px solid #828f96;
    color: #828f96;
    font-size: 20px;
    font-size: 16px;
    margin: 0 auto;
    transition: border-color 0.5s;
    transition: color 0.5s
}

/* IT .pageLang6 .carousel-caption a {width:300px;}*/
.carousel-caption a:HOVER,
.home404Button:HOVER {
    text-decoration: none;
    border: 2px solid White;
    color: White;
}

.home404Button {
    width: 265px;
    margin: 50px 0 0 0;
    height: 55px;
    line-height: 55px;
}

@media (min-width: 768px) {
    .carousel-caption {
        text-align: left;
        bottom: 200px;
        left: 15px;
        width: 100%;
    }

    .carouselTitle {
        font-size: 40px;
        line-height: 50px;
    }

    .carouselOdd {
        margin: 20px 0;
    }

    .carouselText {
        font-size: 20px;
        line-height: 29px;
        padding: 0;
        width: 650px;
        ;
    }

    .carousel-caption a {
        text-align: center;
        height: 54px;
        line-height: 50px;
        width: 160px;
        margin: 0;
    }
}

@media (min-width: 1238px) {
    .carousel-caption {
        color: black;
        text-align: left;
        left: 50%;
        bottom: 260px;
        margin-left: -615px;
        width: 1230px;
    }

    .carouselTitle {
        font-size: 56px;
        line-height: 60px;
        text-align: left;
    }

    .carouselOdd {
        width: 100px;
        height: 6px;
        background-color: #1174b9;
        margin: 30px 0;
    }

    .carouselText {
        color: White;
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 20px;
        padding: 0;
        text-align: left;
    }

    .carousel-caption a {
        font-size: 20px;
        height: 54px;
        line-height: 50px;
        width: 162px;
    }
}

/* contunue header */
#continueHeader {
    background-position: top center;
    background-repeat: no-repeat;
    /*min-height:444px;*/
    position: relative;
    padding-top: 80px;
    min-height: 220px;
}

@media (min-width: 1900px) {
    #continueHeader {
        background-size: cover;
    }
}

.continueHeader404,
.continueHeaderDotaznik {
    min-height: 499px !important;
    padding-top: 160px !important;
}

@media (min-width: 480px) {
    #continueHeader {
        min-height: 244px;
    }

    .continueHeader404,
    .continueHeaderDotaznik {
        min-height: 523px !important;
    }
}

@media (min-width: 768px) {
    #continueHeader {
        min-height: 300px;
        padding-top: 120px;
    }

    .continueHeader404,
    .continueHeaderDotaznik {
        min-height: 579px !important;
        padding-top: 200px !important;
    }
}

@media (min-width: 1024px) {
    #continueHeader {
        min-height: 444px;
        padding-top: 150px;
    }

    .continueHeader404,
    .continueHeaderDotaznik {
        min-height: 723px !important;
        padding-top: 230px !important;
    }
}

@media (min-width: 1200px) {}

.continueHeader1 {
    background-image: url(../pcs/pcs_layout/continue-header1.jpg);
}

.continueHeader2 {
    background-image: url(../pcs/pcs_layout/continue-header2.jpg);
}

.continueHeader3 {
    background-image: url(../pcs/pcs_layout/continue-header3.jpg);
}

.continueHeader4 {
    background-image: url(../pcs/pcs_layout/continue-header4.jpg);
}

.continueHeader5 {
    background-image: url(../pcs/pcs_layout/continue-header5.jpg);
}

.continueHeader6 {
    background-image: url(../pcs/pcs_layout/continue-header6.jpg);
}

.continueHeader7 {
    background-image: url(../pcs/pcs_layout/continue-header7.jpg);
}

.continueHeader8 {
    background-image: url(../pcs/pcs_layout/continue-header8.jpg);
}

.continueHeader9 {
    background-image: url(../pcs/pcs_layout/continue-header9.jpg);
}

.continueHeader10 {
    background-image: url(../pcs/pcs_layout/continue-header10.jpg);
}

.continueHeader404 {
    background-image: url(../pcs/pcs_layout/404-header.jpg);
}

.continueHeaderDotaznik {
    background-image: url(../pcs/pcs_layout/dotaznik-header.jpg);
}

.pageTitle {
    color: White;
    font-weight: Bold;
    text-transform: uppercase;
    font-size: 18px;
}

.pageTitle span {
    color: White;
    font-weight: Bold;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

@media (min-width: 480px) {
    .pageTitle {
        font-size: 22px;
    }

    .pageTitle span {
        font-size: 16px;
    }

    .continueHeaderDotaznik .pageTitle {
        font-size: 22px;
    }

    .continueHeaderDotaznik .pageTitle span {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .pageTitle {
        font-size: 30px;
    }

    .pageTitle span {
        font-size: 24px;
    }

    .continueHeaderDotaznik .pageTitle {
        font-size: 26px;
    }

    .continueHeaderDotaznik .pageTitle span {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .pageTitle {
        font-size: 50px;
    }

    .pageTitle span {
        font-size: 32px;
    }

    .continueHeaderDotaznik .pageTitle {
        font-size: 40px;
    }

    .continueHeaderDotaznik .pageTitle span {
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
    .pageTitle {
        font-size: 72px;
    }

    .pageTitle span {
        font-size: 40px;
    }

    .continueHeaderDotaznik .pageTitle {
        font-size: 52px;
    }

    .continueHeaderDotaznik .pageTitle span {
        font-size: 30px;
    }
}

.odd {
    width: 60px;
    height: 3px;
    background-color: #1174b9;
    margin: 20px 0 20px 3px;
}

@media (min-width: 768px) {
    .odd {
        width: 100px;
        height: 6px;
    }
}

#path a {
    color: #bbcedb;
    font-size: 16px;
    padding-right: 17px;
    margin: 0 0 0 7px;
    background-image: url(../pcs/pcs_layout/arrow-right.png);
    background-position: center right;
    background-repeat: no-repeat;
}

#path a.lastLink {
    padding-right: 0;
    background-image: none;
    color: White;
    transition: background 0.5s
}

#path a:HOVER {
    color: White;
}

.mainContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mainContentGrey {
    background-color: #f1f1f2;
}

.mainContentQuality,
.mainContentCooperation {
    background-image: url(../pcs/pcs_layout/kvalita-logos-background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-repeat: repeat-y;
}

.mainContentCooperation {
    background-image: url(../pcs/pcs_layout/cooperation-logos-background.jpg);
}

@media (min-width: 768px) {
    .mainContent {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .mainContent {
        padding-top: 80px;
        padding-bottom: 20px;
    }
}

@media (min-width: 910px) {
    .container900 {
        width: 892px;
        padding-left: 0;
        padding-right: 0;
    }
}

/* catBox */
.catBox h2 {
    font-weight: bold;
    font-size: 20px;
    color: #182839;
    margin: 20px 0;
    text-transform: uppercase;
}

.catBox {
    margin-bottom: 30px;
}

.catBoxHigher {
    min-height: 495px;
    margin-bottom: 0;
}

.catBoxIn {
    padding: 0px !important;
    margin: 0 !important;
}

.catBox .catOdd {
    width: 102px;
    height: 2px;
    background-color: #1174b9;
    margin: 20px 0 20px 3px;
}

.catBox p {
    line-height: 20px;
    min-height: 100px;
}

.pageLang3 .catBox p {
    min-height: 140px;
}

.catBox a.readMore {
    text-align: center;
    height: 42px;
    line-height: 42px;
    line-height: 38px;
    width: 135px;
    display: block;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    border: 2px solid #8ec449;
    color: #26384a;
    font-size: 20px;
    font-size: 15px;
    margin: 20px 0 30px 0;
    transition: background-color 0.5s
}

.catBox a.readMore:HOVER {
    background-color: #8ec449;
    border: 2px solid #8ec449;
    color: White;
    text-decoration: none;
}

/* ref box */
h2.greenTitle {
    font-weight: bold;
    font-size: 18px;
    color: #8ec449;
    text-transform: uppercase;
    padding-top: 0;
}

@media (min-width: 480px) {
    h2.greenTitle {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    h2.greenTitle {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    h2.greenTitle {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    h2.greenTitle {
        font-size: 40px;
    }
}

.oddTitle {
    width: 102px;
    height: 2px;
    margin: 40px 0 40px 3px;
}

.oddSubTitle {
    width: 102px;
    height: 2px;
    margin: 20px 0 20px 3px;
}

.oddGrey {
    background-color: #e3e3e3;
}

.oddBlue {
    background-color: #1174b9;
}

.oddShort {
    width: 70px;
}

.oddCenterTitle {
    margin: 40px auto 40px auto;
}

.text {
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #707070;
}

.text a {
    color: #707070;
    text-decoration: underline;
}

.text a:HOVER {
    color: #707070;
    text-decoration: none;
}

.textHeadline {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #182839;
}

h3.subTitle {
    font-weight: bold;
    color: #182839;
    margin: 40px 0 20px 0;
}

@media (min-width: 480px) {
    h3.subTitle {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    h3.subTitle {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    h3.subTitle {
        font-size: 20px;
    }
}

.referenceDesc {
    line-height: 26px;
    margin-bottom: 20px;
}

.refBox {
    margin-bottom: 15px;
}

.refBox a {
    position: relative;
    display: block;
}

.refBox span {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(../pcs/pcs_layout/zoom-ico.png);
    background-position: top center;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .7;
    -webkit-transition: -webkit-transform .8s ease-in-out, opacity .5s ease-out;
    -ms-transition: -ms-transform .8s ease-in-out, opacity .5s ease-out;
    transition: transform .8s ease-in-out, opacity .5s ease-out;
}

.refBox a:HOVER span {
    opacity: 1;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.refBoxOdd {
    border-bottom: 1px solid #e2e2e2;
    margin: 29px 0 46px 0;
    margin: 15px 0 46px 0;
}

#topIcons {
    display: block;
    /*width:1230px;*/
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

@media (min-width: 768px) {
    #topIcons {
        margin: -150px 15px 140px 15px;
    }
}

@media (min-width: 1238px) {
    #topIcons {
        width: 1230px;
        margin: -220px auto 180px auto;
    }
}

.topIcon {
    float: left;
    width: 20%;
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 50px;
    height: 125px;
    padding-top: 90px;
    text-transform: uppercase;
    color: White;
    color: #e9e9e9;
    font-size: 18px;
    font-size: 12px;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*.topIcon:HOVER {color:White;text-decoration:none;-moz-transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);transform: scale(1.1,1.1); }*/
.topIcon:HOVER {
    color: White;
    text-decoration: none;
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

/*.topIcon1:HOVER, .topIcon5:HOVER {-moz-transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);transform: scale(1.1,1.1); }.topIcon2:HOVER, .topIcon4:HOVER {-moz-transform: scale(1.2,1.2);-webkit-transform: scale(1.2,1.2);transform: scale(1.2,1.2); }.topIcon3:HOVER {-moz-transform: scale(1.3,1.3);-webkit-transform: scale(1.3,1.3);transform: scale(1.3,1.3); } */
@media (min-width: 768px) {
    .topIcon {
        font-size: 18px;
        background-size: 70px;
    }
}

@media (min-width: 1238px) {
    .topIcon {
        background-position: 30px 20px;
        background-position: 20px 5px;
        background-size: 80px;
        height: 135px;
        padding-top: 90px;
        padding-left: 30px;
        font-size: 18px;
        text-align: left;
    }
}

.topIcon1 {
    background-color: #8ec449;
    background-image: url(../pcs/pcs_layout/top-icons1.png);
}

.topIcon2 {
    background-color: #65a95a;
    background-image: url(../pcs/pcs_layout/top-icons2.png);
}

.topIcon3 {
    background-color: #2aa192;
    background-image: url(../pcs/pcs_layout/top-icons3.png);
}

.topIcon4 {
    background-color: #1f889c;
    background-image: url(../pcs/pcs_layout/top-icons4.png);
}

.topIcon5 {
    background-color: #1174b9;
    background-image: url(../pcs/pcs_layout/top-icons5.png);
}

/* news */
.newsSection {
    padding: 0;
    margin: 0;
}

.newsSection .row {
    padding: 0;
    margin: 0;
}

.newsSection .row div.newsColum {
    padding: 0;
    margin: 0;
}

.newsDescription {
    border-right: 1px solid #e3e3e3;
    text-align: center;
    padding: 40px !important;
}

.continueNewsColum .newsDescription .oddSubTitle {
    display: none;
}

.continueNewsColum .newsDescription {
    border-right: none;
    text-align: left;
    padding: 0 !important;
}

.continueNewsColum .newsLink {
    margin-bottom: 20px;
}

.continueNewsColum .newsDescription {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .continueNewsColum .newsDescription {
        border-bottom: none;
    }
}

@media (min-width: 1024px) {
    .continueNewsColum .newsDescription .oddSubTitle {
        display: block;
        margin: 20px 0;
    }

    .continueNewsColum .newsImage {
        margin: 0 0 20px 0;
    }

    .continueNewsColum .newsDescription {
        border-bottom: 1px solid #e2e2e2;
    }
}

.newsDescriptionLast {
    border-right: none;
}

.newsImage img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.newsImage:HOVER img {
    /*-moz-transform: scale(1,1.05);-webkit-transform: scale(1,1.05);transform: scale(1,1.05); */
}

.newsTitle {
    color: #26384a;
    font-size: 20px;
    margin-bottom: 15px;
}

/*.newsSection .newsTitle { border:1px solid Red; } .newsSection .newsPerex { border:1px solid Green; } .continueNewsColum .newsTitle { border:1px solid Red; } .continueNewsColum .newsPerex { border:1px solid Green; }*/
@media (min-width: 768px) {
    .newsSection .newsTitle {
        height: 40px;
    }

    .newsSection .newsPerex {
        height: 100px;
    }
}

@media (min-width: 1200px) {
    .newsSection .newsTitle {
        height: 80px;
    }

    .newsSection .newsPerex {
        height: 130px;
    }
}

@media (min-width: 1440px) {
    .newsSection .newsTitle {
        height: 50px;
    }

    .newsSection .newsPerex {
        height: 100px;
    }
}

@media (min-width: 768px) {
    .continueNewsColum .newsTitle {
        height: 70px;
    }

    .continueNewsColum .newsPerex {
        height: 130px;
    }
}

@media (min-width: 1024px) {
    .continueNewsColum .newsTitle {
        height: 50px;
    }

    .continueNewsColum .newsPerex {
        height: 100px;
    }
}

@media (min-width: 1200px) {
    .continueNewsColum .newsTitle {
        height: 60px;
    }

    .continueNewsColum .newsPerex {
        height: 110px;
    }
}

@media (min-width: 1440px) {
    .continueNewsColum .newsTitle {
        height: 50px;
    }

    .continueNewsColum .newsPerex {
        height: 100px;
    }
}

.newsDate {
    color: #aaaaaa;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.newsPerex {
    color: #707070;
    font-size: 16px;
    margin-bottom: 15px;
}

.newsLink a {
    color: #0072bc;
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .continueNewsColum {
        height: 470px;
    }
}

/* filtr box */
.filterBox {
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

.filterBoxTitle {
    color: #26384a;
    font-size: 20px;
    padding: 20px 30px;
    border-bottom: 1px solid #e3e3e3;
}

.filterBox ul {
    margin: 0;
    padding: 0;
}

.filterBox ul li {
    list-style-type: none;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
}

.filterBox ul li span {
    padding: 10px 30px;
    display: block;
    color: #0072bc;
    cursor: pointer;
    background-image: url(../pcs/pcs_layout/news-arrow-blue.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.filterBox ul li span.activeLink {
    background-color: #1174b9;
    background-image: url(../pcs/pcs_layout/news-arrow-white.png);
    color: White;
}

.filterBox ul li.lastItem {
    list-style-type: none;
    border-bottom: none;
}

.pagination li span {
    margin-left: 8px !important
}

.pagination li span {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background-color: White !important;
    color: #1174B9 !important;
    border: none !important;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.pagination li.active span {
    background-color: #96bf31 !important;
    color: White !important
}

/* career */
.career {
    background-image: url(../pcs/pcs_layout/career-background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1400%;
    min-height: 670px;
    padding-top: 70px;
    padding-top: 20px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .career {
        background-size: 300%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .career {
        background-size: auto;
        padding-top: 70px;
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1200px) {}

.sectionTitle {
    color: White;
    font-size: 40px;
    font-weight: bold;
}

.careerColum3 {
    display: none;
}

.careerColum4 {
    display: none;
}

@media (min-width: 768px) {
    .careerColum3 {
        display: block;
    }
}

@media (min-width: 1200px) {
    .careerColum4 {
        display: block;
    }
}

.sectionTitleText {
    color: #b3d9f2;
    font-size: 20px;
    margin-bottom: 40px;
}

.careerImage img {
    display: block;
    margin: 0 auto 20px auto;
}

.careerSection .careerName {
    color: White;
    font-size: 18px;
    margin-bottom: 20px;
}

.careerSection .careerName em {
    font-style: normal;
    color: #93c94d;
    margin-bottom: 20px;
}

.careerColum p {
    padding: 0 15px;
    color: White;
    display: block;
    margin: 0 auto;
    max-width: 250px;
}

.startCareerButton,
.aboutUsButton,
.imsButton {
    margin: 60px auto 0 auto;
    padding: 0;
    text-align: center;
    height: 54px;
    line-height: 50px;
    width: 265px;
    display: block;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    border: 2px solid rgba(255, 255, 255, .3);
    color: White;
    transition: background-color 0.5s
}

.pageLang2 .startCareerButton {
    width: 320px;
}

.pageLang3 .startCareerButton {
    width: 380px;
}

.pageLang5 .startCareerButton {
    width: 420px;
    margin: 20px auto 0 auto;
}

.pageLang6 .startCareerButton {
    width: 380px;
    margin: 20px auto 0 auto;
}

.startCareerButton:HOVER {
    background-color: #8ec449;
    border: 2px solid #8ec449;
    color: White;
    text-decoration: none;
}

/* about */
.about {
    padding-top: 70px;
    padding-bottom: 70px;
    /*padding-left:0;*/
}

@media (min-width: 768px) {
    .aboutColum {
        padding-left: 30px;
    }
}

.about h2.sectionTitle {
    color: #26384a;
}

.about p.text strong {
    font-size: 20px;
    font-weight: normal;
    color: #5b5b5b;
    line-height: 32px;
    margin-bottom: 20px;
}

.about p.text {
    line-height: 28px;
    margin-bottom: 30px;
}

.aboutUsButton,
.imsButton {
    margin: 30px 0 20px 0;
    width: 305px;
    border: 2px solid #8ec449;
    color: #26384a;
    padding: 0 !important;
}

.aboutUsButton2 {
    width: 415px;
}

.aboutUsButton3 {
    width: 385px;
}

.aboutUsButton4 {
    width: 480px;
}

.imsButton {
    margin: 30px auto;
    width: auto;
    height: auto;
    line-height: 24px;
    padding: 12px !important;
    display: block;
    font-size: 15px;
}

@media (min-width: 440px) {
    .imsButton {
        width: 345px;
        height: 54px;
        line-height: 50px;
        padding: 0 !important;
    }
}

.aboutUsButton:HOVER,
.imsButton:HOVER,
.companyBox a:HOVER {
    background-color: #8ec449;
    border: 2px solid #8ec449;
    color: White;
    text-decoration: none;
}

.mapLegendGreen,
.mapLegendBlue {
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 19px;
    padding-left: 25px;
    color: #707070;
    float: left;
    margin: 30px 0 0 0;
}

.mapLegendGreen {
    background-image: url(../pcs/pcs_layout/green-dot.png);
}

.mapLegendBlue {
    background-image: url(../pcs/pcs_layout/blue-dot.png);
}

/* footer */
.footer {
    padding-top: 70px;
    background-color: #182839;
    min-height: 290px;
    background-image: url(../pcs/pcs_layout/footer-logo.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.logoFooter2025 {max-width:     270px;}

.footerLinks {
    color: White;
    font-size: 20px;
    margin-bottom: 10px;
}

.footerLinksOdd {
    width: 62px;
    height: 3px;
    background-color: #1174b9;
    margin: 15px 0;
}

.footerLinksList {
    padding-left: 0;
}

.footerLinksList li {
    list-style-type: none;
}

.footerLinksList li a {
    color: #bbcedb;
    font-size: 15px;
    line-height: 30px;
}

.footerLinksList li a:HOVER {
    color: White;
    text-decoration: none;
}

.footerLinksList li.facebook {
    padding-left: 37px;
    background-image: url(../pcs/pcs_layout/social1.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.footerLinksList li.linked {
    padding-left: 37px;
    background-image: url(../pcs/pcs_layout/social2.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.credits {
    color: #344251;
    font-size: 20px;
    line-height: 20px;
}

.credits p {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #bbcedb;
}

.credits a {
    margin-left: 10px;
    font-size: 14px;
    color: White;
}

/* our comanpines */
.companyBox {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.country {
    height: 39px;
    line-height: 39px;
    padding-left: 52px;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 20px auto;
}

.country1 {
    background-image: url(../pcs/pcs_layout/flag1.png);
    width: 200px;
}

.pageLang4 .country1 {
    width: 250px;
}

.country2 {
    background-image: url(../pcs/pcs_layout/flag2.png);
    width: 160px;
}

.country3 {
    background-image: url(../pcs/pcs_layout/flag3.png);
    width: 120px;
}

.country4 {
    background-image: url(../pcs/pcs_layout/flag4.png);
    width: 160px;
}

.companyBox h3 {
    text-align: center;
    font-size: 30px;
    color: #182839;
    /**/
    font-weight: bold;
}

.companyBox .oddTitle {
    margin: 25px auto;
}

.companyBox .subTitle {
    text-align: center;
    color: #182839;
}

.companyBox a {
    text-align: center;
    height: 42px;
    line-height: 42px;
    width: 135px;
    display: block;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    border: 2px solid #8ec449;
    color: #26384a;
    font-size: 20px;
    font-size: 15px;
    margin: 25px auto 30px auto;
    transition: background-color 0.5s
}

#map-container {
    margin-top: 10px;
    height: 30%
}

#map-outer {
    height: 440px;
    padding: 20px;
    border: 2px solid #CCC;
    margin-bottom: 20px;
    background-color: #FFF
}

#map-container {
    height: 400px
}

@media all and (max-width: 991px) {
    #map-outer {
        height: 650px
    }
}

/* team */
.team {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 380px;
}

@media (min-width: 480px) {
    .team {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .team {
        width: 33.3%;
    }

    .pageLang4 .team,
    .pageLang5 .team,
    .pageLang6 .team {
        min-height: 375px;
    }
}

@media (min-width: 1024px) {
    .team {
        width: 20%;
    }

    .pageLang4 .team,
    .pageLang5 .team,
    .pageLang6 .team {
        min-height: 395px;
    }
}

@media (min-width: 1200px) {

    .pageLang4 .team,
    .pageLang5 .team,
    .pageLang6 .team {
        min-height: 375px;
    }
}

.team img {
    display: block;
    margin: 20px auto;
}

.teamName {
    color: #1174b9;
    font-size: 20px;
}

.team .oddSubTitle {
    margin: 16px auto;
}

.teamPosition {
    margin-bottom: 26px;
    margin-bottom: 10px;
    font-style: italic;
}

/* vision */
.visionList {
    margin-bottom: 50px;
    margin-top: 10px;
}

.visionList h3.subTitle {
    margin-top: 0;
}

/* dw */
.dwItem {
    height: 59px;
    /*line-height:59px; */
    padding-top: 12px;
    padding-left: 62px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 15px;
}

@media (min-width: 1200px) {
    .dwItem {
        line-height: 59px;
        padding-top: 0;
        padding-left: 62px;
    }

    .dwItemDL {
        padding-top: 12px;
        line-height: 15px;
    }
}

.dwItem a {
    color: #1174b9;
}

.dwItemPDF {
    background-image: url(../pcs/pcs_layout/dw-pdf.png);
}

.dwItemJPG {
    background-image: url(../pcs/pcs_layout/dw-jpg.png);
}

.dwItemAI {
    background-image: url(../pcs/pcs_layout/dw-ai.png);
}

.dwItemPNG {
    background-image: url(../pcs/pcs_layout/dw-png.png);
}

.dwItemZIP {
    background-image: url(../pcs/pcs_layout/dw-zip.png);
}

.dwItemYT {
    background-image: url(../pcs/pcs_layout/dw-yt.png);
}

/* contact form */
.form-group>div {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .form-group>div {
        margin-bottom: 20px;
    }
}

#contactForm .form-group input,
#contactForm .form-group select,
#contactForm .form-group textarea {
    border: 1px solid #d6dce8;
    color: #4a647f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#contactForm .form-group textarea {
    height: 120px;
}

.submitForm {
    width: 100%;
    background-color: #f1f1f2;
    text-align: center;
    height: 52px;
    line-height: 52px;
    padding: 0;
    display: block;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    border: 2px solid #8ec449;
    color: #26384a;
    font-size: 15px;
    margin: 0 0 50px 0;
    transition: background-color 0.5s
}

.submitForm:HOVER {
    background-color: #8ec449;
    border: 2px solid #8ec449;
    color: White;
    text-decoration: none;
}

.button {
    width: 200px;
    text-align: center;
    height: 52px;
    line-height: 48px;
    padding: 0;
    display: block;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    border: 2px solid #8ec449;
    color: #26384a;
    font-size: 15px;
    margin: 0 auto;
    transition: background-color 0.5s
}

.buttonLeft {
    margin: 0;
}

.button:HOVER {
    background-color: #8ec449;
    border: 2px solid #8ec449;
    color: White;
    text-decoration: none;
}

/* kontakt */
.adress {
    padding-left: 42px;
    background-image: url(../pcs/pcs_layout/kontakt-ico1.png);
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 135px;
}

.adress strong {
    color: #3e3e3e;
    font-size: 16px;
    font-size: 15px;
}

.phone {
    padding-left: 42px;
    background-image: url(../pcs/pcs_layout/kontakt-ico2.png);
    background-position: center left;
    background-repeat: no-repeat;
    line-height: 35px;
}

.mail {
    padding-left: 42px;
    background-image: url(../pcs/pcs_layout/kontakt-ico3.png);
    background-position: center left;
    background-repeat: no-repeat;
    line-height: 35px;
}

.showOnMap {
    color: #0072bc;
    background-image: url(../pcs/pcs_layout/new-window.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 120px;
    margin-top: 30px;
}

.pageLang2 .showOnMap {
    width: 137px;
}

.pageLang3 .showOnMap {
    width: 180px;
}

.showOnMap a {
    text-decoration: underline;
}

/* detail */
.mainPhoto {
    margin-bottom: 12px;
}

.mainPhoto a {
    position: relative;
    display: block;
}

.mainPhoto span {
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../pcs/pcs_layout/zoom-ico-foto.png);
    background-position: top center;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    opacity: .7;
    -webkit-transition: -webkit-transform .8s ease-in-out, opacity .5s ease-out;
    -ms-transition: -ms-transform .8s ease-in-out, opacity .5s ease-out;
    transition: transform .8s ease-in-out, opacity .5s ease-out;
}

.mainPhoto a:HOVER span {
    opacity: 1;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

@media (min-width: 1024px) {
    .detailPhotos {
        padding-right: 70px;
    }
}

.photoThumbs {
    margin-left: -7px;
    margin-right: -7px;
}

.photoThumbs div {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px;
}

.imgThumbActive {
    border: 4px solid #1174b9;
}

@media (min-width: 1024px) {
    .photoThumbs div {
        margin-bottom: 0;
    }
}

.textHeadlineDetail {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: -5px;
    color: #182839;
}

.detailSpecs {
    margin: 30px 0;
    border: 1px solid #e3e3e3;
    padding: 30px 30px 20px 30px;
}

.detailSpecsTitle {
    color: #26384a;
    font-size: 20px;
    margin-bottom: 15px;
}

.detailSpecs ul {
    padding-left: 10px;
}

.detailSpecs ul li {
    list-style-type: none;
    padding-left: 25px;
    background-image: url(../pcs/pcs_layout/spec-dots.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    margin: 10px 0;
}

.detailGalerie {
    background-color: #f4f4f4;
}

.galerieDesc {
    color: #1174b9;
    margin: 15px 0 5px 0;
    text-align: center;
}

.oddLine {
    border-bottom: 1px solid #e2e2e2;
    margin-top: 15px;
    margin-bottom: 25px;
}

.detailGalerie .carousel {
    height: 225px;
}

.detailGalerie .carousel-control.left {
    background-position: center 57px;
    background-repeat: no-repeat !important;
    background-image: url(../pcs/pcs_layout/carousel-galerie-prev.png);
    width: 80px;
    left: -80px;
}

.detailGalerie .carousel-control.right {
    background-position: center 57px;
    background-repeat: no-repeat !important;
    background-image: url(../pcs/pcs_layout/carousel-galerie-next.png);
    width: 80px;
    right: -80px;
}

/* history */
.firstName {
    color: #8EC449;
    font-size: 20px;
    margin: 15px auto;
    text-align: center;
    display: block;
}

.secondName {
    color: #1174B9;
    font-size: 20px;
    margin: 15px auto;
    text-align: center;
    display: block;
}

@media (min-width: 768px) {
    .timeLineStart {
        background-image: url(../pcs/pcs_layout/timeline-top.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 544px;
        height: 66px;
        margin: 60px auto 0 auto;
    }

    .timeLineStart p {
        float: left;
        line-height: 57px;
        text-align: center;
        font-size: 20px;
        color: White;
        text-transform: uppercase;
        margin: 0;
    }

    .firstName {
        width: 231px;
        margin: 0 80px 0 0 !important;
    }

    .secondName {
        width: 231px;
    }
}

@media (min-width: 768px) {
    .timeLine {
        background-image: url(../pcs/pcs_layout/timeline-pattern.png);
        background-position: center;
        background-repeat: repeat-y;
        min-height: 500px;
    }
}

.historyLeft {
    width: 100%;
    margin: 12px 0;
}

.historyRight {
    width: 100%;
    margin: 12px 0;
}

@media (max-width: 768px) {
    .cleanerSmall {
        clear: both;
    }
}

@media (min-width: 768px) {
    .historyLeft {
        float: left;
        width: 50%;
        padding-right: 30px;
    }

    .historyRight {
        float: left;
        width: 50%;
        padding-left: 30px;
    }
}

.historyLeftYear {
    float: right;
    width: 90px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 20px;
    color: White;
    margin-left: 10px;
    background-image: url(../pcs/pcs_layout/history-bubble-left.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.historyLeftYear2 {
    background-image: url(../pcs/pcs_layout/history-bubble-left2.png)
}

.historyRightYear {
    float: left;
    width: 90px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 20px;
    color: White;
    margin-right: 10px;
    background-image: url(../pcs/pcs_layout/history-bubble-right.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.historyRightYear2 {
    background-image: url(../pcs/pcs_layout/history-bubble-right2.png);
}

.historyLeftDesc {
    float: right;
    width: 80%;
    text-align: right;
    height: 72px;
}

.historyRightDesc {
    float: left;
    width: 80%;
    text-align: left;
    height: 72px;
}

.historyRightDesc p,
.historyLeftDesc p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.timeLineEnd {
    background-image: url(../pcs/pcs_layout/timeline-bottom.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 61px;
    margin: 0 auto;
}

.timeLineEst {
    background-image: url(../pcs/pcs_layout/timeline-est.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 30px auto 40px auto;
    color: #26384a;
    font-size: 20px;
    text-align: center;
    padding-top: 185px;
    line-height: 30px;
}

.timeLineEst span {
    display: block;
    color: #26384a;
    font-size: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .timeLine2 {
        background-image: url(../pcs/pcs_layout/timeline2-pattern.png);
        background-position: bottom center;
        background-repeat: repeat-y;
        padding-bottom: 64px;
        padding-bottom: 54px;
        margin-bottom: 50px;
        padding-top: 32px;
    }
}

@media (min-width: 768px) {
    .historyRightLast {
        margin-left: 50%;
        margin-top: -24px;
    }
}

/* kariera */
.careerTabs {
    border: none;
    margin-top: 30px;
}

.careerTabs a {
    transition: background-color 0.5s
}

.careerTabs a:HOVER {
    background-color: #1174B9;
    color: Black !important;
}

.nav-tabs>li,
.nav-pills>li {
    float: none;
    display: inline-block;
    *display: inline;
    /* ie7 fix */
    zoom: 1;
    /* hasLayout ie7 trigger */
}

.nav-tabs,
.nav-pills {
    text-align: center;
}

.nav-tabs li a {
    background-color: #182839;
    color: White;
    border: none !important;
}

.nav-tabs li.active a {
    background-color: #f1f1f2 !important;
    color: #182839;
    border: none;
    transition: background 0.5s
}

.nav-tabs li.active a:HOVER {
    border: none;
    background-color: #f1f1f2;
}

.careerPost {
    background-color: White;
    margin: 10px 20px;
    border: 1px solid #eaeaeb;
    padding: 20px;
    position: relative;
}

.tab-content .careerName {
    font-weight: bold;
    font-size: 20px;
    color: #0e68a3;
}

.careerMoreInfo {
    margin: 20px auto 10px auto;
    width: 135px;
    height: 42px;
    line-height: 42px;
    line-height: 38px;
    display: block;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    border: 2px solid #8ec449;
    color: #26384a;
    text-align: center;
    transition: background-color 0.5s
}

.careerMoreInfo:HOVER {
    background-color: #8ec449;
    border: 2px solid #8ec449;
    color: White;
    text-decoration: none;
}

@media (min-width: 768px) {
    .careerDesc {
        width: 75%;
    }

    .careerMoreInfo {
        position: absolute;
        top: 50%;
        margin: 0;
        margin-top: -21px;
        right: 30px;
    }
}

.registerCareerButton {
    margin: 50px auto;
    width: 209px;
    height: 52px;
    line-height: 48px;
    display: block;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    border: 2px solid #8ec449;
    color: #26384a;
    text-align: center;
    transition: background-color 0.5s
}

.registerCareerButton:HOVER {
    background-color: #8ec449;
    border: 2px solid #8ec449;
    color: White;
    text-decoration: none;
}

.careerSocial {
    margin: 110px auto 50px auto;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .careerSocial {
        width: 590px;
        margin: 110px auto 50px auto;
        background-image: url(../pcs/pcs_layout/social-career-background.png);
        background-position: top center;
        background-repeat: repeat-y;
        padding: 20px 0;
    }
}

.careerSocial .fb {
    background-image: url(../pcs/pcs_layout/facebook-icon.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 250px;
    height: 62px;
    display: block;
    margin: 20px auto;
    transition: background 0.5s
}

.careerSocial .fb:HOVER {
    background-position: bottom center;
}

.careerSocial .linked {
    background-image: url(../pcs/pcs_layout/linkedin-icon.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 238px;
    height: 63px;
    display: block;
    margin: 20px auto;
    transition: background 0.5s
}

.careerSocial .linked:HOVER {
    background-position: bottom center;
}

@media (min-width: 768px) {
    .careerSocial .fb {
        float: left;
        margin: 0;
    }

    .careerSocial .linked {
        float: right;
        margin: 0;
    }
}

/* seznamy */
.numList {
    margin: 20px 0 10px 0;
    padding-left: 20px;
}

.numList li {
    color: #8ec449;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 14px;
}

.numList li span {
    color: #707070;
    font-size: 16px;
    margin-left: 9px;
    display: block;
}

.itemList {
    margin: 20px 0 10px 0;
    padding-left: 0;
}

.itemList li {
    list-style-type: none;
    line-height: 20px;
    margin-bottom: 11px;
    background-image: url(../pcs/pcs_layout/dot.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.subItemList {
    margin: 10px 0 10px 10px;
    padding-left: 0;
}

.subItemList li {
    list-style-type: none;
    line-height: 20px;
    margin-bottom: 11px;
    background-image: url(../pcs/pcs_layout/dot-sub.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
}

/* side menu */
.sideCarrerLinks {
    display: block;
    color: #0072bc;
    font-size: 20px;
    line-height: 23px;
    margin: 25px 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 25px;
}

.logosBubles div img {
    display: block;
    margin: 0 auto 30px auto;
    margin: 0 auto 10px auto;
    margin: 0 auto 5px auto;
}

.logosBubles2 div img {
    display: block;
    margin: 0 auto 30px auto;
    margin: 0 auto 10px auto;
    margin: 0 auto 0px auto;
}

@media (min-width: 768px) {
    .logosBubles {
        padding-left: 90px;
        padding-right: 90px;
    }

    .logosBubles2 {
        padding-left: 220px;
        padding-right: 220px;
    }
}

.minHeight60 {
    min-height: 60px;
}

.minHeight80 {
    min-height: 80px;
}

.minHeight110 {
    min-height: 110px;
}

#uspesne_odeslani,
#neuspesne_odeslani {
    width: 70%;
    margin: 50px 0;
    height: 80px;
    line-height: 80px;
    background-color: #F1F1F2;
    color: #1174B9;
    font-size: 24px;
    text-align: center;
}

#neuspesne_odeslani {
    color: Red;
}

.newDesignNum {
    padding: 0;
    position: relative;
    z-index: 99;
    width: 55px;
    height: 55px;
    line-height: 45px;
    font-size: 20px;
    background-color: #1174b9;
    text-align: center;
    color: White;
    font-weight: bold;
    margin: -27px auto 10px auto;
    border: 4px solid #f1f1f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* dotaznik */
.colorScale {
    height: 7px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e26d6b+0,ffff6b+50,6da76b+100 */
    background: #e26d6b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e26d6b 0%, #ffff6b 50%, #6da76b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e26d6b 0%, #ffff6b 50%, #6da76b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e26d6b 0%, #ffff6b 50%, #6da76b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e26d6b', endColorstr='#6da76b', GradientType=1);
    /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mobileHint {
    display: block;
    float: left;
    width: 50%;
    text-align: right;
    font-size: 13px;
}

.hideOnPhone {
    display: none;
}

/* mobile lang */
.mobileLang a {
    float: left;
    margin-right: 0;
}

@media (min-width: 768px) {
    .mobileHint {
        display: none;
    }

    .hideOnPhone {
        display: block;
    }

    .mobileLang a {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobileLang a {
        display: none !important;
    }
}

/* whitepages */
.whitepageSideBox {
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    padding: 5px 20px 5px 20px;
}

@media (min-width: 1200px) {
    .whitepagesColum {
        height: 550px;
    }

    /*.hideImagePart {height:320px;overflow:hidden;}*/
}

.whitepageSideBox .oddTitle {
    margin-top: 25px;
    margin-bottom: 17px;
}

.whitepagesColumFirst .newsPerex {
    height: 60px;
}

.whitepagesDownloadForm label {
    margin-top: 5px;
    font-size: 14px;
}

.whitePagesDownload {
    width: 100%;
    background-color: White;
    text-align: center;
    height: 52px !important;
    line-height: 48px !important;
    padding: 0;
    display: block;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    border: 2px solid #8ec449;
    color: #8ec449;
    font-size: 15px;
    margin: 17px 0 10px 0;
    transition: background-color 0.5s
}

.whitePagesFreeDownload {
    margin-top: 30px;
}

.whitePagesDownload:HOVER {
    background-color: #8ec449;
    border: 2px solid #8ec449;
    color: White;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .whitepagesPromoColum .newsImage {
        margin-bottom: 19px;
    }

    .whitepagesPromoColum .newsTitle {
        height: 25px;
        line-height: 25px;
        margin-bottom: 0;
    }

    .whitepagesColum .newsPerex {
        height: 125px;
    }

    .whitepagesPromoColum .newsPerex {
        height: 28px;
        margin-bottom: 4px;
    }

    .whitepagesPromoColum .newsDate {
        float: right;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

label.btn span {
    font-size: 1.5em;
}

label input[type="radio"]~i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="radio"]~i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked~i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked~i.fa.fa-dot-circle-o {
    color: #7AA3CC;
    display: inline;
}

label:hover input[type="radio"]~i.fa {
    color: #7AA3CC;
}

label input[type="checkbox"]~i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="checkbox"]~i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked~i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked~i.fa.fa-check-square-o {
    color: #7AA3CC;
    display: inline;
}

label:hover input[type="checkbox"]~i.fa {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label.active {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.souhlasBox {
    margin: 0;
    background-color: White;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 76px;
    padding: 25px;
}

.souhlasBoxWP {
    margin-top: 15px;
    height: auto;
    padding: 10px 15px;
}

.souhlasBoxWP label,
.souhlasBoxWP label a {
    font-size: 14px !important;
}

.souhlasBoxSmall label,
.souhlasBoxSmall label a {
    font-size: 14px !important;
}

.cookieinfo span {
    color: White;
}

.cookieinfo span a {
    color: #1174B9 !important;
    text-decoration: underline !important;
}

.cookieinfo span a:HOVER {
    color: #1174B9 !important;
    text-decoration: none !important;
}

/* eticka  */
.eticaForm label {
    color: #677482;
}

.eticSubTitle {
    font-size: 24px;
    color: #192838;
    font-weight: bold;
}

/* pf popup close */
.closePopUp {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background-color: White;
    text-align: center;
    color: Black;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.42);
}

/* Přidej tyto styly pro vertikální zarovnání modálního okna na střed */
.modal {
    text-align: center;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* Odstraní mezeru na pravé straně */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* env */
.oddBlueLine {
    border-bottom: 1px solid #0072bc;
    margin-top: 35px;
    margin-bottom: 45px;
}

.enviromentH3 {
    font-weight: bold;
    color: Black;
}

.black {
    color: Black;
}

.blue {
    color: #0072bc;
}

.enviromentH2 {
    font-weight: bold;
    color: #8dc63f;
}

.enviromentH4 {
    font-weight: bold;
    color: #8dc63f;
}

.imgFull {
    width: 100% !important;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.itemSimpleList {
    margin: 20px 0 10px 0;
    padding-left: 0;
}

.itemSimpleList li {
    list-style-type: none;
    line-height: 17px;
    margin-bottom: 10px;
    background-image: url(../pcs/pcs_layout/simple-dot.png);
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding-left: 12px;
}

.enviromentWord {
    color: #0072bc;
    font-size: 200px;
    line-height: 180px;
}

.enviromentTitle {
    padding-top: 100px;
    font-weight: bold;
}

.pr-10 {
    padding-right: 30px !important;
}

.pl-10 {
    padding-left: 30px !important;
}

.green,
.green * {
    color: #8dc63f;
}

.bold {
    font-weight: bold;
}

.mt-0 {
    margin-top: 0 !important
}