/* 
    Created on : 30. 11. 2020, 12:08:50
    Author     : pavel
*/
body {
    background-color: rgb(44, 48, 50);
    background-image: url("../img/bg.jpg");
    color: rgb(232, 230, 227);
    margin: 0;
    text-align: center;
    background-repeat: repeat-x;
    background-position: center top;
    font-size: 13px;
    font-family: Liberation-SansX, sans-serif, Helvetica, Arial;
}

@font-face {
    font-family: 'Liberation-SansX';
    src: url('../fonts/liberationsans-regular.eot');
    src: url('../fonts/liberationsans-regular.eot') format('embedded-opentype'),
        url('../fonts/liberationsans-regular.woff') format('woff'),
        url('../fonts/liberationsans-regular.ttf') format('truetype'),
        url('../fonts/liberationsans-regular.svg#LiberationSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Liberation-SansX';
    src: url('../fonts/liberationsans-bold.eot');
    src: url('../fonts/liberationsans-bold.eot') format('embedded-opentype'),
        url('../fonts/liberationsans-bold.woff') format('woff'),
        url('../fonts/liberationsans-bold.ttf') format('truetype'),
        url('../fonts/liberationsans-bold.svg#LiberationSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}	

.divmain {
    text-align: center;
    min-width: 920px;
    max-width: 1074px;
    margin-left: auto;
    margin-right: auto;
}

.headrow {
    height: 113px;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url("../img/bg_header.jpg");
}

hr.clear {
    margin: 0;
    padding: 0;
    border: 0;
    visibility: hidden;
    height: 0;
}

ul { overflow: hidden; }

a {
    color: #a8c630;
    text-decoration: underline;
}
/*
a:link {
    color: rgb(232, 230, 227);
    text-decoration: none;
    border-bottom: dotted 1px;
}
*/
a:visited {
    color: #a8c630;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a.submit {
    display: inline-block;
    height: 31px;
    line-height: 31px;
}

a.submit, input[type="submit"] {
    background-color: #a8c630;
    border: 0px;
    border-radius: 3px;
    height: 31px;
    line-height: 31px;
    color: #FFFFFF;
    padding: 0 10px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 13px;
    text-transform: uppercase;
}
input[type="submit"] {
    cursor: pointer;
}

.category_select {
    margin-left: 5px;
    margin-bottom: 10px;
    width: 300px;
}
select, input[type="password"], input[type="text"] {
    height: 23px;
    line-height: 23px;
    padding: 0 3px;
}
textarea, select, input[type="password"], input[type="text"] {
    background-color: #FFFFFF;
    border: 1px solid #a6a4a4;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    width: 152px;
}

colgroup.first {
    width: 200px;
}

.bodyrow {
    background: #2c3032;
    text-align: left;
}

.mainpagesubmenu_container {
    display: table;
    text-align: left;
    width: 100%;
    background: #eaeaea;
}

.mainpagesubmenu_leftdiv {
    display: table-cell;
    background-image: url("../img/img_about.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    height: 291px;
}

.mainpagesubmenu_news_leftdiv {
    background-image: url("../img/img_news.jpg") !important;
}

.mainpagesubmenu_news_container {
    background: #eaeaea;
}

.mainpagesubmenu_services_leftdiv {
    background-image: url("../img/img_services.jpg") !important;
}

.mainpagesubmenu_services_container {
    background: #eaeaea;
}

.news_box span.news_date {
    display: table-cell;
}

.news_header_left {
    display: table-cell;
}

.news_header_date {
    color: #808080;
    font-size: 15px;
    display: table-cell;
    text-align: right;
}

.news_date {
    color: #808080;
    font-size: 15px;
    margin-top: 20px;
}

.news_read_more {
    font-weight: bold;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.news_par {

}

.news_header {
    display: table;
    width: 100%;
}

.mainpagesubmenu_contact_leftdiv {
    background-image: url("../img/img_contact.jpg") !important;
}

.mainpagesubmenu_contact_container {
    background: #eaeaea;
}

.reference_box {
    display: block;
    background: #adadad;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
}

.reference_box h2 {
    margin: 0 0 5px 0;
    color: #2F2F2F;
    font-size: 14px;
    font-weight: bold;
}

.reference_header {
    display: table;
    width: 100%;
}

.reference_header_left {
    display: table-cell;
    vertical-align: top;
}

.reference_header_images {
    display: table-cell;
    text-align: right;
}

.reference_read_more {
    font-weight: bold;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
    color: #2F2F2F;
}

.reference_read_more a {
    color: #2F2F2F;
}

.reference_image_div {
    display: inline;
    padding-right: 10px
}

.reference_image_div img {
    max-width: 150px;
    max-height: 150px;
    vertical-align: middle;
}

.reference_images_div {
    display: table;
    width: 100%;
    padding: 15px;
}

.reference_images_div .reference_image_div img {
    padding-bottom: 10px;
}

.contact_box_1 {
    display: table;
    width: 100%
}

.contact_address_left {
    display: table-cell;
    vertical-align: top;
}

.contact_address_right {
    display: table-cell;
    vertical-align: top;
    text-align: right;
}

.contact_map_iframe {
    width: 640px;
} 

.mainpagesubmenu_leftdiv ul {
    margin-top: 35px;
}

.mainpagesubmenu_leftdiv ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #9aae2a;;
}

.mainpagesubmenu_leftdiv ul li {
    list-style: none;
    position: relative;
    padding: 5px 0 5px 23px;
}

.mainpagesubmenu_leftdiv li a {
    font-size: 18px;
    color: #5f5f5f;
    text-decoration: none;
}

.mainpagesubmenu_leftdiv li a:link {
    text-decoration: none;
    border-bottom: none
}

h1 {
    color: rgb(184, 211, 75);
    border-bottom-color: rgb(106, 99, 87);
    font-size: 20px;
    margin: 25px 0 25px;
    line-height: 29px;
    font-family: Arial;
    font-weight: normal;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: #666666 solid 1px;
}

h2 {
    color: rgb(184, 211, 75);
    font-size: 17px;
    font-weight: normal;
    margin: 20px 0 10px;
    padding: 0;
}

h3 {
    color: #A8C630;
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0 10px;
    padding: 0;
}

p {
    line-height: 20px;
    text-align: justify;
}

ul {
    list-style-type: square;
    line-height: 20px;
    padding-left: 24px;
}

ul li {
    line-height: 20px;
}

.home_slideshow_div {
    display: block;
    height: 150px;
}

#home_slideshow div {
    height: 151px;
    width: 1070px;
}

#home_slideshow div div {
    height: auto;
    width: auto;
}

#home_slideshow a {
    margin-right: 12px;
    display: inline-block;
    width: 202px;
    height: 148px;
}

#home_slideshow a last {
    margin-right: 0px;
}

#home_slideshow a:link {
    border-bottom: none;
}

.footerrow {
    background-position: center top;
    background-repeat: repeat-x;
    background-image: url("../img/bg_footer.jpg");
    height: 150px;
}

.footerinner {
    text-align: center;
    min-width: 920px;
    max-width: 1074px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.copyright {
    float: right;
}

.request_form {
    max-width: 454px;
}

.request_form input[type="text"] {
    width: 250px;
    border: 1px solid #8b8b8b;
    margin: 6px 0;
}

.request_form textarea {
    width: 450px;
    margin: 6px 0;
    height: 300px;
    border: 1px solid #8B8B8B;
}

.request_form span {
    text-align: right;
    width: 100%;
    display: block;
}

/* Menu */
.menuulframe {
    background: white;
    width: 100%;
}

.headmenu {
    position: relative;
    top: 35px;
    width: 100%;
}

.menuul {

}

.our-menu { font-family: Liberation-SansX, Arial, sans-serif, Helvetica; text-decoration: none; text-align: right; padding: 5px 20px 2px; display: none; }
#display-menu { display: none; }
#display-menu:checked ~ #hor-menu{ display: block; }

/*Style for horizontal CSS menu*/
/*
.menu {
    z-index: 100;
    position: relative;
    margin-bottom: 17px;
}
*/
.menuulfirstitem {
    height: 38px;
    display: inline-block;
}

.menuul ul {
    list-style-type:none;
    /*position: absolute;*/
    margin:0px; padding:0px; 
    /*width:100%;*/
    float: right;
}
.menuul li { 
    float: left; 
    margin-right: 1px; 
    display:inline-block; 
    height: 34px;
    line-height: 1.2em;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    margin-left: 5px;
}

.menuul li:hover {
    background-image: url('../img//bg_menu_hover.jpg');
    background-repeat: repeat-x;
    background-position: center top;
}

.menuulselected li a {
    display: block;
    text-decoration: none;
    height: 34px;
    /*min-width: 145px; */
    text-align: center;
    line-height: 1.2em;
    background-image: url("../img/bg_menu_hover.jpg");
}

li.menuulselected {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2em;
    vertical-align: middle;
    vertical-align: middle;
    background-image: url("../img/bg_menu_hover.jpg");
}

div.menuul li.menuulselected {
    background-image: url("../img/bg_menu_hover.jpg");
}

li.menuulselected a {
    display: block;
    text-decoration: none;
    height: 34px;
    /*min-width: 145px; */
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    line-height: 35px;
    /*background: #197DCB;*/
    background-image: url("../img/bg_menu_hover.jpg");
    color: rgb(232, 230, 227);
    margin: 0 20px;
}

li.menuul a {
    display: block;
    text-decoration: none;
    height: 34px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    line-height: 35px;
    color: rgb(232, 230, 227);
    margin: 0 20px;
}

ul.sub-menuul {
    z-index: 1000;
    text-align: left;
}

/*
.menu li a {
    display: block;
    text-decoration: none;
    height: 35px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
    line-height: 35px;
    font-family: Liberation-SansX, Arial, "Times New Roman", Georgia;
    color: #742b22;
    background: transparent url('../../img/menu/menuBack.jpg') repeat-x 0 0;
    font-size: 1.1em;
}
*/

li.menuulselected a:link {
    border-bottom: 0;
}

.sub-menu li {
    text-align: left;
}

.sub-menu a {
    text-align: left;
}

.menuul li a:link {
    border-bottom: 0;
}

.menuul li a:visited {
    text-decoration: none;
}

li.menuulselected a:visited {
    text-decoration: none;
}

.menuul li:hover a {
    text-decoration: none;
}
.menuul li:hover ul a { background: #575757;; color: #ffffff; line-height: 35px; height: 34px; }
.menuul li:hover ul a:hover { background: #575757; color: lightgray; text-decoration: none}
.menuul li ul { display: none; }
.menuul li ul li { display: block; float: none; }
.menuul li ul li a { width: auto; min-width: 120px; padding: 0 15px; }
.menuul ul li a:hover + .sub-menu, .sub-menu:hover { display: block; }

.menuleft {
    /*float: left;*/
}

.menuright {
    float: right;
}

/*Media Query for Responsive Design*/
@media screen and (max-width : 1073px){
    .our-menu { display:block; }
    .menuul ul { position: static; display: none; padding-bottom: 10px;}
    .menuul li { /*margin-bottom: 1px;*/
        border-bottom: 1px solid rgb(113, 112, 111);
        border-left: 1px solid rgb(113, 112, 111);
        border-right: 1px solid rgb(113, 112, 111);
        border-top: none;
        width: 80%;
        float: right;
        margin-right: 10px;
        background: #7b7b7b;
    }

    div.menuul li.menuultop {
        border-top: 3px solid rgb(195, 192, 190);
        border-bottom: 3px solid rgb(195, 192, 190);
        width: 80%;
        float: right;
        margin-right: 10px;
    }
    .menuul ul li, li a { }
    .menuulfirstitem {
        display: none
    }
    .menubr {
        display: none;
    }
}
/* Konec */

/*Menu (resp.) */
@media screen and (max-width : 1073px){

}

@media screen and (min-width : 1073px){
    .respmenu {
        background: white;    
        width: 100%;
    }
    .respmenudiv {
        display: table;
        margin-left: auto;
    }
    .respmenudivrow {
        display: table-row;
    }
    .respmenuouskosel {
        background: none repeat scroll 0 0 rgb(195, 192, 190);
        display: table-cell;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2em;
        vertical-align: middle;
        vertical-align: middle;
        width: 180px;
        border-left: 3px solid #C3C0BE;
        border-top: 3px solid #FF8202;
        padding: 3px 5px 3px 5px;
    }
    .respmenuouskomezera {
        width: 28px;
    }
    .respmenuousko {
        border-left: 3px solid rgb(195, 192, 190);
        border-right: 3px solid rgb(195, 192, 190);
        border-top: 3px solid rgb(195, 192, 190);
        display: table-cell;
        font-size: 18px;
        font-weight: bold;
        height: 38px;
        line-height: 1.2em;
        vertical-align: middle;
        width: 180px;
        padding: 0px 5px 0px 5px;
    }
}

/*Konec*/

@media only screen and (min-width:320px) and (max-width: 1073px), only screen and (min-device-width:320px) and (max-device-width: 1073px) {
    img {
        max-width: 182px;
    }
    body {
        width: 100%;

    }
    .divmain {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .headrow {
        background-image: url("../img/bg_header_small.jpg");
    }

    #home_slideshow {
        display: none
    }

    .home_slideshow_div {
        height: 0;
        display: none;
    }

    .footerinner {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .mainpagesubmenu_leftdiv {
        background-size: contain;
        background-position: center;
    }

    .mainpagesubmenu_leftdiv ul {
        /*background: #eef4f663;*/
    }

    .mainpagesubmenu_leftdiv li a {
        color: #050505;
    }

    .mainpagesubmenu_container {
        /*background: none;*/
        background: #eef4f6d1;
    }

    .reference_box {
        padding: 0;
    }

    .reference_header_left {
        display: inline;
    }

    .reference_header_images {
        display: inline;
        float: right;
    }

    .reference_images_div {
        padding: 0;
        text-align: center;
    }

    .request_form {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    .request_form textArea {
        width: 98%
    }
    
    .request_form span {
        width: auto;
    }

    .contact_address_left {
        display: inline;

    }

    .contact_address_right {
        display: inline;
    }

    .contact_map_iframe {
        width: 100%;
    } 

    .bodyrow h1, h2, h3, p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact_address_left table {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #contactpage_3p table {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .copyright {
        padding-right: 10px;
    }

}