/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{ margin : 0; padding : 0; }
/* Normalizes font-size for headers */
p { margin: 1.12em 0 }

h1 {font-size: 2em; margin: .67em 0;}
h2 {font-size: 1.5em; margin: .83em 0;}
h3 {font-size: 1.17em; margin: 1em 0;}
h4 {font-size: 1em; margin: 1.33em 0;}
h5 {font-size: .83em; line-height: 1.17em; margin: 1.67em 0;}
h6 {font-size: .67em; margin: 2.33em 0;}

h1, h2, h3, h4, h5, h6 {font-weight: bolder;}
/* Removes list-style from lists */
ol,ul { list-style : none; }
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }
strong{ font-weight: bold; }
em{ font-style : italic; }
/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }
/* Removes border from fieldset and img */
fieldset,img { border : 0; }
/* Left-aligns text in caption and th */
caption,th { text-align : left; }
/* Removes quotation marks from q */
q:before, q:after { content :''; }

html {
    height: 100%;
}

body{
    height: 100%;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 84%;
    color: #FFFFFF;
    background: #2E3037 url('img/bg_head3.png') left top repeat-x; 
}

body.main {
    background: #2E3037 url('img/bg_head2.png') left top repeat-x;
} 

.display-none {
    display: none;
}

.hidden-text {
    font-size: 0 !important;
    letter-spacing: -99999px !important;
    overflow: hidden !important;
    text-decoration: none !important;
    text-indent: -9999px !important;
}

.hidden-text a {
    text-decoration: none;
}

.clear-both {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.common-bullet li {
    list-style-type: disc;
    margin-left: 36px;
}

a {
    color: #51ccea;
}

a:hover {
    color: #338fa6;
}


.two-col {
    width: 654px;
    padding-right: 20px;
}

.page-container {
    position: relative;
    width: 960px;
    min-height: 100%;
    margin: 0px auto 0px;
}

.page-header {
    height: 146px; /*176px*/
    padding-top: 30px;
}

    .logo {
        float: left;
        width: 358px;
        height: 53px;
        margin: 0px;
        background: url('img/logoSmaller2.png') left top no-repeat; 
    }
    
        .logo a {
            display: block;
            width: 100%;
            height: 53px;    
        }
        
    ul.menu {
        float: right;
        height: 40px; 
    }
    
        ul.menu li {
            float: left;
            background: url('img/bg_menu.png') center top no-repeat;
        }
        
        ul.menu li.first {
            background-position: left top;
        }
        
        ul.menu li.last {
            background-position: right top;
        }
        
            ul.menu li a {
                float: left;
                height: 40px;
                padding: 0px 18px 0px;
                line-height: 40px;
                color: #434754;
                font-weight: bold;
                text-decoration: none;                
            }
            
            ul.menu li.current a,
            ul.menu li a:hover {
                background: url('img/menu_hover.png') center top no-repeat; 
            }
            
            ul.menu li .separator {
                float: left;
                width: 2px;
                height: 40px;
                background: url('img/menu_separator.png') right center no-repeat; 
            }
            
.page-intro {
    position: relative;
    width: 100%;
    height: 347px;
    padding-top: 1px;
    color: #FFFFFF; 
}

    .page-intro h2 {
        margin-top: 25px;
    }
    
    .page-intro p {
        width: 550px;
        text-align: justify;
        line-height: 1.2em;
        font-size: 1.0em;
        margin: 0.8em 0px;
    }
    
    .page-intro img {
        position: absolute;
        top: -50px;
        left: 570px;
    }

.page-content {
    width: 100%;
    padding-top: 10px;
    color: #FFFFFF;
    background: url('img/bg_content.png') center top no-repeat;
    overflow: hidden;
}

    .page-content .item {
        float: left;
        width: 286px;
        padding-right: 50px;
    }
    
    .page-content .item.last {
        padding-right: 0px;
    }
    
        .page-content h2.news,
        .page-content h2.services,
        .page-content h2.projects,
        .page-content h2.contact {
            min-height: 50px;
            padding-top: 10px;
        }
        
        .page-content h2.news {
            padding-left: 65px;  /*55px*/
            background: url('img/icon_news.png') left 5px no-repeat;
        }
        
        .page-content h2.services {
            padding-left: 67px;  /*57px*/
            background: url('img/icon_services.png') left 7px no-repeat;
        }
        
        .page-content h2.projects {
            padding-left: 58px;  /*48px*/
            background: url('img/icon_projects.png') left top no-repeat;
        }
        
        .page-content h2.contact {
            padding-left: 67px;  /*57px*/
            background: url('img/icon_contact.png') left top no-repeat;
        }
    
    
    div.news-item {
    }    
    
      div.news-item .date {
          display: block;
          width: 74px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          font-size: 0.8em;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          background: #3D3F45;   
      }
      
      div.news-item p {
          margin: 15px 0px 25px;
      }
    
    ul.list-services {    
        margin-bottom: 15px;
    }
    
        ul.list-services li {
            margin-bottom: 8px;
            padding-bottom: 8px;  
            background: url('img/dotted_line.png') left bottom repeat-x; 
        }
    
        ul.list-services li span {
            display: block;
            padding-left: 30px;
            line-height: 1.5em;  
            background: url('img/bullet.png') 10px 7px no-repeat;
        }
    
    .img-decor {
        float: left;
        width: 80px;
        height: 80px;
        margin: 0px 14px 14px 0px;
        -webkit-border-radius:5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #FFFFFF;
    }
    
    .img-decor.last {
        margin-right: 0px;
    }
    
        .img-decor img {
            width: 70px;
            height: 70px;
            padding: 5px;
        }
        
    .button {
        display: inline-block;
        line-height: 36px;
        padding: 0px 37px 0px 16px; /*27*/
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        text-decoration: none;
        color: #A1A1A4;
        background: #1F2025 url('img/button_dec.png') right center no-repeat;
    }
    
    .button:hover {
        color: #FFFFFF;
        background-image: url(img/button_dec_hover.png);
    }    


.footer-space {
    height: 60px;
    padding: 70px 0px 10px 0px;
}

.page-footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 70px 0px 10px 0px;
}

    .page-footer .container {
        width: 960px;
        margin: auto;    
    }

    .page-footer .logo {
        float: left;
        width: 78px;
        height: 48px;
        padding-right: 10px;
        background: url('img/logo2.png') left top no-repeat;        
    }
    
    .page-footer ul {
    }
    
    .page-footer ul li {
        display: inline;
        padding-right: 10px;
    }
    
    .page-footer p {
        margin-top: 10px;
    }
    
    .page-footer .pocitadlo-abc {
        position: absolute;
        right: 100px;
        top: 80px;
    }

    .page-footer #toplistcz1841099 {
        position: absolute;
        top: 60px;
        right: 0;
    }


div.projects {
    position: relative;
    float: left;
    width: 630px;
}

div.projects .roky {
    margin-top: -64px;
    padding-left: 160px;
}

    div.projects .roky li {
        display: inline-block;
        height: 20px;
        padding: 0px 10px 0px 10px;
        margin-bottom: 10px;
        line-height: 20px;
        text-align: center;
        font-size: 0.8em;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;        
        background: #3D3F45;
    }

a.scroll-top {
    display: block;
    float: right;
    margin: -35px 110px 0px 0px;    
}

div.projects .item-detail {
    position: relative;
    width: 500px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #1F2025;
}

div.projects .item-detail.with-img {
    padding-right: 110px;
    min-height: 60px;
}
    
    div.projects .item-detail h4 {
        margin: 0px 0px 5px;
    }
    
    div.projects .item-detail li.investor {
    }
    
    div.projects .item-detail .img-decor {
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0px;
    }

div.contact {
    width: 286px;
}

    div.contact li {
        min-height: 36px;
        padding: 10px 20px;
        margin-bottom: 10px;
        line-height: 1.7em;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #1F2025;
    }
     
    div.contact li.ic {
        line-height: 36px;
        padding: 0px 20px 0px 20px;    
    }
     
    div.contact li.adresa,
    div.contact li.email,
    div.contact li.mobil,
    div.contact li.www {
        line-height: 36px;
        padding: 0px 20px 0px 0px;
    }
    
        div.contact li span {
            float: left;
            width: 27px;
            height: 27px;
            line-height: 27px;
            margin: 5px 10px 5px 5px;
            text-align: center;
            color: #02a8d1;
            background: url('img/bullet_black.png') center center no-repeat; 
        } 
        
        div.contact li span.no-color {
            color: #FFFFFF;
            background: #1F2025; 
        }  
 
#mapa {
    float: left;
    margin: 90px 0px 0px 40px;
    padding: 20px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #1F2025;
}

#residence-photo {
    float: left;
    margin: 10px 0px 0px 40px;
    padding: 20px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #1F2025;
}

.img-decor-kuriozity {
    float: left;
    width: 194px;
    height: 143px;
    border: 5px solid white; 
    margin: 0px 15px 15px 0px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF;
} 
    
.img-decor-kuriozity.last {
    margin-right: 0px;
}
    
        .img-decor-kuriozity img {
            width: 194px;
            height: 143px;
        }                        