@charset "utf-8";
/* CSS Document */

/* Obecné */
.tok {
	width: 960px;
    max-width: 100%;
	margin: auto;
}
header {
    height:  115px;
    width: 100%;
    float:  left;
}
header #logo {
    float:  left;
    margin: 35px 0 0 0;
}
header .tel a {
    float: right;
    background: url(imgs/tel-ico.png) no-repeat left;
    padding: 0 0 0 35px;
    min-height: 27px;
    line-height:  27px;
    margin: 45px 30px 0 0;
}
header .skype a {
    float: right;
    background: url(imgs/skype-ico.png) no-repeat left;
    padding: 0 0 0 35px;
    min-height: 27px;
    line-height:  27px;
    margin: 45px 30px 0 0;
}
nav {
    width: 100%;
    float: left;
    height: 64px;
    background: url(imgs/bg-menu.jpg) repeat-x;
}
nav ul {
    width: 960px;
    margin: auto;
}
nav ul ul {
    display: none;
}
nav li {
    float: left;
    list-style: none;
    display: inline-block;
    height: 64px;
}
nav li a {
    display:  inline-block;
    height:  64px;
    line-height:  64px;
	padding: 0 13px 0 13px;
	letter-spacing: -0.4px;
    /*padding: 0 17px 0 17px;*/
    color: #fff;
    text-decoration:  none;
    border-right: 1px #00699c solid;
	font-size: 13px;
}

#menu-item-4452{
    background: url(imgs/slider-top-norepeat2.png);
	
}


nav li:first-of-type a {
    border-left: 1px #00699c solid;
}
nav li a:hover, nav li.current-menu-item a, nav li:hover a {
    background: #16a1e5;
}
nav ul:hover li.current-menu-item a {
    background: url(imgs/bg-menu.jpg) repeat-x;
}
nav ul:hover li.current-menu-item:hover a {
    background: #16a1e5;
}
nav li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    z-index: 100;
}
nav li li {
    float: none;
    list-style: none;
    display: block;
    height: 40px;
    width: 100%;
    background: #000;
}
nav li li a {
    display: inline-block;
    height:  40px;
    line-height:  40px;
    padding: 0 17px 0 17px;
    color: #fff;
    text-decoration:  none;
    border-right: 0;
    background: #16a1e5;
    width: calc(100% - 34px);
}
nav li li:first-of-type a {
    border-left: 0;
}
nav li li a:hover {
    background: #008fd5;
}
.nav-tools {
    display:  none ;
}
nav li a span {
    display: none;
}
nav li.current-menu-item li a,
nav ul:hover li.current-menu-item li a {
    background: #16a1e5;
}
nav li li.current-menu-item a:hover, nav li.current-menu-item li a:hover {
    background: #008fd5 !important;
}

/* slider */
/* stickers */
#slider .stin-zelena a {
    background: url(imgs/slider-top-norepeat.jpg);
    background-size: 100%;
    padding: 10px 50px 10px calc((100% - 960px) / 2);
    display: block;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin: 120px 0 0 0;
    max-width: 380px;
    line-height: 40px;
    width: 100%;
    display:  inline-block;
}
#slider .btn {
    background: #008fd5;
    padding: 2px 50px 2px calc((100% - 960px) / 2);
    display: block;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-weight: auto;
    text-decoration:  underline;
    margin: 15px 0 0 0;
    max-width: 380px;
    line-height: 40px;
    width: 100%;
    display:  inline-block;
}

#slider .stin-zelena {
    background: url(imgs/zelena-stin.png) no-repeat right bottom;
    padding: 0 0 180px 0;
    width: auto;
}
#slider div {
    width: 100%;
}
#slider .stin-modra {
    background: url(imgs/modra-stin.png) no-repeat right bottom;
    padding: 0 0 126px 0;
    width: auto;
}

/* page-menu */
#content section.page-menu ul li a {
    width: 100%;
}
#content section.page-menu {
    margin-right: 30px;
}