/* CSS reset start */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0; padding: 0; border: 0; font-size: 100%;
    font: inherit; vertical-align: baseline; text-decoration: none;
}
table, tr, td {
    vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, root, section {
    display: block;
}
html {
    min-height: 100%;
}
body {
    line-height: 1;
    font-size: 14px;
    overflow-y: scroll;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* CSS reset end */

.f_left{float:left;}
.f_right{float:right;}
.clear{clear:both;}

body {
    font-family: 'Open Sans';
    
}

.centering {
    width: 960px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

h1{
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    top: 50px;
    left: 220px;
}

#h1_1{
    background: #055d75;
    padding: 0px 10px;
}

#h1_2{
    background: #1a829d;
    padding: 0px 10px;
    position: relative;
    top: 60px;
    left: -190px;
}

#h1_3{
    background: #3aa4bc;
    padding: 0px 10px;
    position: relative;
    top: 120px;
    left: -335px;
}

h2{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

.blue{
    color: #055d75;
}

#top{
    background: #031a28;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: 50%;
    height: 601px;
}

#logo{
    position: absolute;
    top: 40px;
    left: 0;
}

#tel{
    position: absolute;
    top: 40px;
    right: 0;
}

#intercom{
    position: absolute;
    top: 240px;
    right: 0;
}

#info {
    position: absolute;
    top: 260px;
    left: 0px;
    
}

#info p {
    font-size: 14px;
    color: #fff;
    
    line-height: 34px;
    
}

.sipka {
    font-size: 26px;
    float: left;
    margin-right: 10px;
    font-weight: 300;
}

#info a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#sanitky {
    position: absolute;
    bottom: -80px;
    
}
#bottom {
    background: #fff;
    height: 350px;
}

#tel_2{
    position: absolute;
    left: 150px;
    top: 120px;
}

#contact{
    position: absolute;
    left: 600px;
    top: 100px;
}

#footer_text{
	position:absolute;
	left: 650px;
	top: 100px;
}

#contact p, #footer_text p {
    margin-bottom: 10px;
    line-height: 24px;
    color: #333;
}

#contact a {
    color: #000;
    
}

#footer {
    background: #e1e1e1;
    height: 40px;
    padding: 10px 0;
}

#footer p{
    line-height: 40px;
    color: #888;
    font-size: 12px;
}

#footer a {
    color: #666;
}

#footer p img {
    margin-right: 30px;
}
