﻿.topHEaderContainer {
    background: url("../images/design/cierny_pas_stredna_kvalita.jpg");
    height: 54px;
    color: white;
}

.custom_contactsContainer {
    line-height: 52px;
    height: 54px;
}

.custom_contactsContainer img, .custom_contactsContainer span {
    vertical-align: middle;
}

.trueHeaderContainer {
    background-color: #3399cc;
    background-color: rgba(51, 153, 204, .7);
    position: absolute;
    top: 54px;
    width: 100%;
    z-index: 1000;
}

.headerLogo {
    margin-top: 8px;
}

body {
    background-color: white;
}


.sliderSplitter {
    background-color: #3399cc;
    height: 10px;
}

img.principles {
    margin-right: 30px;
}

img.principles:last-child {
    margin-right: 0;
}

.pageBodyContainer {
    margin: 100px 0;
}

.carouselContainerHeader {
    background-color: #0066cc;
    height: 40px;
}

.carouselContainerBody {
    background-color: #3399cc;
    color: white;
    font-size: 20pt;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
}

.carouselImg {
    margin-top: 20px; 
}

.carouselImgBuild {
    margin-top: 31px; 
}

.carouselMore {
    margin-bottom: -50px;
}

.carouselMorePersonal {
    margin-top: 15px;
}

.carouselMoreBuild {
    margin-top: 30px;
}

.carouselTextBuild {
    margin-top: 15px;
}

.carouseltextPersonal {
    margin-top: 25px;
}

.carouselContent div.row.carouselMore img {
    width: 110px !important;
    height: 109px !important;
}

div.carouselImgBuild img {
    width: 180px !important;
    height: 121px !important; 
}

div.carouselImgPersonal img {
    width: 165px !important;
    height: 166px !important; 
}

.footerContainer {
    background-color: #3399cc;
    color: #003366;
    border-top: 1px solid white;
}

div.footerContainer div.one_half {
    width: 100%;
    float: none;
    text-align: center;
    margin-right: 0;    
}

div.footerGeneralInfoContainer div.one_half {
    margin-right: 0;
}

.footerGeneralInfoContainer {
    background-color: #3399cc;
    color: #003366;
    padding: 30px 0;
}

._footerContacts {
    padding: 10px 0 10px 80px;    
}

div.footerGeneralInfoContainer div.one_half:last-child {
    border-left: #003366 1px solid;
}

._footerContacts a {
    color: #003366 !important;
}

._footerContacts a:hover, ._footerContacts a:active {
    color: #ffffff !important;
}

._footerLinks {
    margin-top: 30px;
    margin-left: 120px;
}

._footerLinks a {
    color: #003366;
}

._footerLinks a:hover, ._footerLinks a:active {
    color: white;
}

._footerLinks i.fa-angle-right:before {
    content: "■";
}

.menu_main {
    margin-top: 20px;
}

.input-validation-error {
    color: red;
}

.ui-datepicker {
    width: auto !important;
}

.ui-datepicker-header {
    margin: 0 !important;
}

img.principles {
  	cursor: pointer;
}

@media (max-width: 960px) {
    ._footerLinks {
        margin-left: 40px;
    }
}

@media (max-width: 770px) {
    div.footerGeneralInfoContainer div.one_half:last-child {
        border-left: none;
    }

    ._footerContacts {
        padding: 10px 0 10px 35px;    
    }

    .menu_main {
        margin-top: 0;
    }

    .pageBodyContainer {
        margin: 130px 0 100px 0;
    }
}