/*
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px;
  -moz-border-radius:5px 5px 5px 5px;
  behavior: url(/inc/js/pie/PIE.htc);
  
  -webkit-box-shadow:  0 0 5px #3F3F3F;
  box-shadow: 0 0 5px #3F3F3F;
*/

*{
    margin: 0;
    padding: 0;
    border: none;	
}

html{
    height: 100%;
}

body {
    font: 14px Verdana, Arial, Helvetica, sans-serif;
    background: #E8EDF0 url("/css/img/bg.jpg") left top repeat-x;
    color: #000;
    height: 100%;
}

header, section, footer, aside, nav, article, figure {
    display: block;
}

a{
    color: #6086B2;
    text-decoration: none;
}
a:hover{
    color: #6086B2;
    text-decoration: underline;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.vlevo{
    float: left;	
}
.vpravo{
    float: right;	
}
.stred{
    position: relative;
    margin: 0 auto;	
}
#page{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    min-height: 87%;
}

.width15{
    width: 15%;
    text-align: center;
}
.width74{
    width: 74%;
    margin-top: 10px !important;
}

h3{
    color: #444444;
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 10px;
}

header{
    margin-bottom: 25px;
}
header h1{
    text-indent: -9999px;
}

header a{
    display: block;
    height: 90px;
    margin-left: 29px;
    margin-top: 20px;
    width: 250px;
}

footer{
    background-color: #000000;
    height: 95px;
}
footer > div {
    display: block;
    height: 100%;
    margin: 20px auto 0;
    position: relative;
    text-align: center;
    width: 1000px;
}
footer .logoMin {
    margin-left: 23px;
    padding-top: 20px;
    width: 150px;
}
footer .logoMin img {
}
footer .logoMin span {
    color: #8F8F8F;
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 1px;
}
footer .footerMenu {
    color: #8F8F8F;
    float: right;
    margin-right: 55px;
    padding-top: 12px;
}
.footerMenu li {
    background: url("/css/img/footerMenuPruh.png") no-repeat scroll left top #000000;
    cursor: pointer;
    display: block;
    float: left;
    height: 55px;
    list-style: none outside none;
    padding-top: 15px;
    width: 182px;
}
.footerMenu li:last-child {
    background: url("/css/img/footerMenuClear.png") no-repeat scroll left top #000000;
}
.footerMenu li a{
    text-decoration: none;
    color: #8F8F8F;
}
.footerMenu li strong {
    color: #6086B2;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}
.footerMenu li.active strong, .footerMenu li:hover strong {
    color: #fff;
}
#container_header {
    position: absolute;
    right: 0;
    top: 30px;
    width: 600px;
}

#container_header{
    position: absolute;
    width: 600px;
    right: 0px;
    top: 30px;	
}

# obsah{
    background-color: transparent;
    width: 1000px;
}
#obsah > nav {
}
#obsah > nav > ul {
    background: url("/css/img/menuListaBg.jpg") repeat-x scroll left top transparent;
    border: 1px solid #D8DBDE;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    height: 49px;
    width: 1000px;
}
#obsah > nav > ul > li {
    border-right: 1px solid #D8DBDE;
    display: block;
    float: left;
    height: 49px;
    list-style: none outside none;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#obsah > nav > ul > li.home {
    width: 70px;
    border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
}
#obsah > nav > ul > li.home.active .icon-home, #obsah > nav > ul > li.home:hover .icon-home{
    background-position: 0px -17px;
}
#obsah > nav > ul > li.home>a{
    margin: 0px;
    padding: 0px;
    height: 33px;
}
#obsah > nav > ul > li.home .icon-home{
    margin: 15px 0 0 24px;
    display: block;
}
#obsah > nav > ul > li.tel {
    border-left: 1px solid #D8DBDE;
    border-right: 0 none;
    color: #6086B2;
    float: right;
    font-size: 15px;
    line-height: 49px;
    padding: 0 18px 0 30px;
    border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
}
#obsah > nav > ul > li.tel>.icon-telefon{
    float: left;
    margin: 15px 11px 0 0;
}
#obsah > nav > ul > li.tel:hover>.icon-telefon{
    background-position: 0px -21px;
}
#obsah > nav > ul > li > a {
    color: #3A689E;
    display: block;
    font-size: 15px;
    line-height: 48px;
    padding: 0 40px;
    text-decoration: none;
}
#obsah > nav > ul > li.active, #obsah > nav > ul > li:hover {
    background: url("/css/img/menuListaActiveBg.jpg") repeat-x scroll 0px 0px #6488B9;
    -webkit-box-shadow: 0 0 7px #353535 inset;
    -moz-box-shadow: 0 0 7px #353535 inset;
    box-shadow: 0 0 7px #353535 inset;
    color: #FFFFFF;
}
#obsah > nav > ul > li.active > a, #obsah > nav > ul > li:hover > a {
    color: #FFFFFF;
    background: url("/css/img/menuListaShadowBg.png") no-repeat scroll center bottom transparent;
}

#obsah>section{
    color: #444444;
    padding: 50px 20px;
    position: relative;
}
#obsah > section p{
    line-height: 21px;
    text-align: justify;
    text-indent: 20px;
    margin-bottom: 10px;
}
.motto {
    text-align: right;
    width: 230px;
}
.motto > h2 {
    font-size: 25px;
    font-weight: lighter;
}
.motto > strong {
    font-size: 30px;
    font-weight: lighter;
}

.hpSubMenu {
    margin-top: 35px;
    width: 250px;
}
.hpSubMenu > li {
    list-style: none outside none;
}
.hpSubMenu > li > a {
    color: #444444;
    display: block;
    font-size: 11px;
    height: 59px;
}
.hpSubMenu > li > a:hover {
    text-decoration: none;
}
.hpSubMenu > li.demo > a strong {
    color: #CE5208;
}
.hpSubMenu > li.demo .icon-demo, .hpSubMenu > li.zakoupeni .icon-zakoupeni, .hpSubMenu > li.prezentace .icon-prezentace{
    transition: all 0.3s ease-in-out 0s;
}
.hpSubMenu > li.demo > a:hover .icon-demo {
    background-position: -73px -60px;
}
.hpSubMenu > li.demo > a:hover strong{
    text-decoration: underline;
}
.hpSubMenu > li.zakoupeni > a strong {
    color: #75A10E;
}
.hpSubMenu > li.zakoupeni > a:hover .icon-zakoupeni {
    background-position: 0 -58px;
}
.hpSubMenu > li.zakoupeni > a:hover strong{
    text-decoration: underline;
}
.hpSubMenu > li.prezentace > a strong {
    color: #6086B2;
}
.hpSubMenu > li.prezentace > a:hover .icon-prezentace {
    background-position: -146px -61px;
}
.hpSubMenu > li.prezentace > a:hover strong{
    text-decoration: underline;
}
.hpSubMenu > li span {
    float: left;
    margin-right: 5px;
}
.hpSubMenu > li strong {
    display: block;
    font-size: 13px;
    padding-top: 13px;
}

.packages{
    left: 260px;
    position: absolute;
    top: 80px;
}

.hpVyhody {
    position: absolute;
    right: 0;
    top: 115px;
    width: 160px;
}
.hpVyhody > ul, ul.vyhody {
    margin-left: 32px;
}
.hpVyhody > ul > li, ul.vyhody > li {
    list-style-image: url("/css/img/liStyleButton.png");
    margin-bottom: 10px;
}
.hpVyhody > ul > li > strong, ul.vyhody > li > strong {
    font-size: 14px;
    font-weight: lighter;
}

.sloupec300{
    width: 315px;
    float: left;
    margin-top: 40px;
}
.sloupec300 > ul {
    margin-left: 25px;
}
.sloupec300 > ul > li {
    margin-bottom: 10px;
}
.hpReference{
    margin-left: 0 !important;
}
.hpReference>li{
    float: left;
    margin-right: 13px;
}
.hpReference .referenceRamecek{
    background: url("/css/img/hpReferenceRamecek.png") no-repeat scroll 0px 0px transparent;
    height: 87px;
    width: 87px;
    display: block;
}
.hpReference>li>a{
    display: block;
}
.fadeIn{
    display: none;
}

.sloupec500 {
    float: left;
    width: 480px;
}
.sloupec500 > h2 {
    font-size: 25px;
    font-weight: lighter;
}
.sloupec500 > p {
    margin-bottom: 20px;
    width: 450px;
    line-height: 20px;
}
.sloupec500 > p > strong {
}
.sloupec500 .vyhody{

}
.hpSubMenuFix{
    float: left;
    margin-left: 50px;
    margin-top: 0;
}

#slideshow{
    height: 460px;
    position: absolute;
    right: -40px;
    top: 40px;
    width: 555px;
    display: none;
}
#slideshow img{
    left: 0;
    position: absolute;
    top: 0;
    display: none;
}
#slideshow img:first-child{
    display: block;
}
#slideshow .navigationButton{
    bottom: 20px;
    left: 155px;
    position: absolute;
    width: 255px;

}
#slideshow .navigationButton>span.bullet{
    background: url("/css/img/slideshowButton.png") no-repeat scroll 0px 0px transparent;
    height: 18px;
    width: 18px;
    display: block;
    float: left;
    margin-right: 7px;
    cursor: pointer;
}
#slideshow .navigationButton>span.bullet.active{
    background-position: 0px -18px;
}

.sloupecFull{
    width: 1000px;
}
.sloupecFull>h2{
    font-size: 25px;
    font-weight: lighter;
    margin-bottom: 30px;
}
.sloupecFull>p{
    margin-bottom: 20px;
    width: 960px;
    line-height: 20px;
}
.referenceVsechny {
    margin-left: 20px;
}
.referenceVsechny > li {
    float: left;
    list-style: none outside none;
    margin-right: 20px;
    width: 300px;
    margin-bottom: 40px;
}
.referenceVsechny > li img {
    float: left;
    margin-right: 15px;
}
.referenceVsechny > li > div {
    width: 250px;
}
.referenceVsechny > li > div > strong {
    display: block;
    margin-top: 5px;
}
.referenceVsechny > li > div > span {
    display: block;
    margin-top: 27px;
}
.referenceVsechny > li > div > a {
}

.infolinka {
    margin: 30px auto;
    position: relative;
    text-align: center;
    width: 150px;
}
.infolinka strong {
    display: block;
    font-size: 19px;
    font-weight: lighter;
}
.infolinka .icon-telefon {
    left: -15px;
    position: absolute;
    top: 19px;
}

.googleMaps{
    float: left;
}
.adresa{
    float: left;
    margin-left: 40px;
    margin-top: 35px;
}
.zamestranci {
}
.zamestranci > li {
    height: 90px;
    list-style: none outside none;
    margin-bottom: 25px;
    width: 300px;
}
.zamestranci > li img {
    float: left;
    margin-right: 15px;
}
.zamestranci > li > div {
}
.zamestranci > li > div strong {
    background: url("/css/img/liStyleButton.png") no-repeat scroll 0 3px transparent;
    display: block;
    margin-bottom: 3px;
    margin-left: 101px;
    padding-left: 20px;
}
.zamestranci > li > div span {
    display: block;
    margin-top: 15px;
    font-style: italic;
}

#dialogs {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
#overlay {
    background-color: #000000;
    display: none;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    width: 100%;
    z-index: 1;
}
#zakoupeniDialog {
    display: none;
}
#prezentaceDialog {
    display: none;
}
.dialog {
    background-color: #E9EEF1;
    border: 4px solid #444444;
    border-radius: 5px 5px 5px 5px;
    color: #444444;
    height: 245px;
    left: 42%;
    padding: 15px 20px;
    position: absolute;
    top: 35%;
    width: 245px;
    z-index: 1;
}
.dialog > h2 {
    color: #444444;
    margin-bottom: 15px;
}
.dialog > .icon-close {
}
.dialog > p {
}
.dialog > form {
    margin-top: 20px;
}
.dialog > form > label {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}
.dialog > form > label > input {
    display: block;
    margin-top: 5px;
    padding: 5px;
    width: 235px;
    border: 1px solid #444444;
}
.dialog > form .buttonSend {
    background-color: #6086B2;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 10px 12px;
    text-align: center;
}
.error{
    border: 1px solid #ff0000;
    color: #ff0000;
}

.icon-home{
    background: url("/css/img/menuListaHome.png") no-repeat scroll 0px 0px transparent;
    height: 17px;
    width: 21px;
    display: block;
}
.icon-telefon{
    background: url("/css/img/menuListaTel.png") no-repeat scroll 0px 0px transparent;
    height: 21px;
    width: 19px;
    display: block;
}
.icon-demo{
     background: url("/css/img/submenuIconSprites.png") no-repeat scroll -73px 0px transparent;
     height: 59px;
     width: 73px;
     display: block;
}
.icon-zakoupeni{
    background: url("/css/img/submenuIconSprites.png") no-repeat scroll 0px 0px transparent;
    height: 59px;
    width: 73px;
    display: block;
}
.icon-prezentace{
    background: url("/css/img/submenuIconSprites.png") no-repeat scroll -146px 0px transparent;
    height: 59px;
    width: 73px;
    display: block;
}

.reference-item {
    border-bottom: 1px dotted #5D8CB8;
    width: 96%;
    margin-bottom: 30px;
}
.reference-item .sign{
    font-style: italic;
    font-weight: bold;
    text-align: right;
}
.reference-item .vlevo {
    margin: 0 30px 20px 15px;
}
.reference-item .item {
    margin-bottom: 20px;

}
.reference-item .item strong {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}
.reference-item .item p {
    display: block;
    font-size: 13px;
    padding: 0 8px;
    text-align: justify;
    text-indent: 20px;
}
.zabezpeceni{

}
.zabezpeceni h2{
    margin-bottom: 10px;
}
.zabezpeceni p{
    text-align: justify;
    line-height: 20px;
    text-indent: 20px;
}

#getApp {
    margin-top: -58px;
    padding: 25px 10px;
    position: relative;
}
#getApp > label {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}
#getApp > label > input {
    border: 1px solid #4F79A3;
    border-radius: 5px;
    display: block;
    font-size: 15px;
    margin-top: 5px;
    padding: 5px 7px;
    width: 250px;
}
#getApp > input[type="submit"] {
    background-color: #608CB9;
    border: 1px solid #4F79A3;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 0 0 83px;
    padding: 5px 7px;
    display: block;
}
#getApp > input[type="submit"]:hover{
    background-color: #486E93;
    border: 1px solid #38597A;
}
.fb-icon{
    position: absolute;
    right: 22px;
    top: 22px;
}

.kontakt h2 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 50px;
    text-align: center;
}
.kontakt table {
    border-collapse: collapse;
    width: 100%;
}
.kontakt table > thead > tr {
}
.kontakt table > thead > tr > th {
    border-bottom: 1px solid #ACACAC;
    color: #ACACAC;
    font-weight: normal;
    padding: 0 0 5px 5px;
}
.kontakt table > tbody > tr {
    background: url("/css/img/kontakt-line.jpg") no-repeat scroll left bottom rgba(0, 0, 0, 0);
}
.kontakt table > tbody > tr:hover > td:first-child{
    color: #CC8A08;
}
.kontakt table > tbody > tr > td {
    font-family: Arial;
    font-size: 15px;
    padding: 13px 0 13px 5px;
}
.kontakt table > tbody > tr > td span.lighter{
    color: #949597;
    font-style: italic;
    display: block;
    margin-top: 6px;
}
.kontakt table > tbody > tr > td img {
    width: 150px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.kontakt table > tbody > tr > td strong {
    font-weight: normal;
    font-size: 19px;
}
.kontakt article{

}
.kontakt article > h3{
    background: url("/css/img/liStyleButton.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 15px;
}
.kontakt article > iframe{

}
.kontakt article > strong{

}
.kontakt article > a{

}

.galerie ul {
    list-style: none outside none;
    margin: 0 auto;
    position: relative;
    width: 952px;
}
.galerie ul > li {
    float: left;
    overflow: hidden;
    padding: 0 8px 10px 2px;
}
.galerie ul > li > a {
    border: 4px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 3px 3px #D3D3D3;
    display: block;
    height: 150px;
    width: 220px;
    overflow: hidden;
    position: relative;
}
.galerie ul > li > a:hover {
}
.galerie ul > li > a > img {
    border-radius: 5px;
    width: 220px;
}
.galerie ul > li > a > span{
    background: url("/css/img/menuListaActiveBg.jpg") repeat-x scroll 0 0 #F8D64A;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 3px 5px;
    position: absolute;
    width: 100%;
}
.reference h1, .galerie h1, .certifikaty h1, .kontakt h1 {
    margin-bottom: 25px;
    text-align: center;
}
h1 {
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 15px;
}

.certifikaty ul {
    list-style: none outside none;
    margin: 0 auto;
    position: relative;
    width: 1024px;
}
.certifikaty ul > li {
    float: left;
    overflow: hidden;
    padding: 0 20px 40px 0px;
}
.certifikaty ul > li > a {
    border: 4px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 3px 3px #D3D3D3;
    display: block;
    height: 410px;
    width: 290px;
}
.certifikaty ul > li > a:hover {
}
.certifikaty ul > li > a > img {
    border-radius: 5px;
    height: 410px;
    width: 290px;
}

.certifikaty ul > li > strong{
    background: url("/css/img/liStyleButton.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-top: 13px;
    padding-left: 15px;
}
.certifikaty h2, .kontakt h2{
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 50px;
    text-align: center;
}
.certifikaty article{
    margin-bottom: 50px;
}