@import"//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,latin-ext&lang=cs";
body {
    font-family: 'Open Sans',Helvetica,sans-serif;
    padding-bottom: 100px;
    background: #eee;
}

.clearfix:before,
.clearfix:after
{
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}


#body {
    max-width: 1000px;
    margin:auto;
    box-shadow: 0px 0px 5px #969696;
    -moz-box-shadow: 0px 0px 5px #969696;
    -webkit-box-shadow: 0px 0px 5px #969696;
    background: #fff;
    padding: 20px;
}


#header {
    padding-bottom: 20px;
    background: url(dots.gif) repeat-x bottom;
    text-align: center;
}
#header .logo {
    float: left;
}
#header .right {
    float: right;
}
#header .date {
    font-size: .8em;
    margin-bottom: 5px;
}
#header h1 {
    text-transform: uppercase;
    font-weight: normal;
    color: #E41F1F;
    font-size: 3em;
    margin: 18px 0 0;
}
#header .top {
    margin-bottom: 20px;
}
#header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    background: #356293;
    color: #fff;
}
#header ul li {
    display: inline-block;
}
#header ul li.first {
    position: relative;
    padding: 10px 20px;
    background: #DC3838;
    padding-right: 30px;
    font-weight: bold;
}
#header ul li.first:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid 21px #356293;
    border-bottom: solid 21px #356293;
    border-left: solid 16px transparent;
}
#header ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 100;
    text-decoration: none;
}
#header ul li a:hover {
    text-decoration: underline;
}
#header ul li.last {
    position: relative;
    float: right;
    background: url(lupa.png) center no-repeat #DC3838;
    width: 42px;
    height: 42px; 
}
#header ul li.last:before {
    position: absolute;
    left: -16px;
    top: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid 21px #DC3838;
    border-bottom: solid 21px #DC3838;
    border-left: solid 16px transparent;
}
#header li.sleva a {
    background: #0f0;
    color: #356293;
    font-weight: bold;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#header li.special a {
    font-weight: 500;
}


#article {
    float: left;
    width: 700px;
    margin-left: 20px;
}
#article h2 {
    font-size: 35px;
}
#article h3 {
    padding: 15px 20px;
    background: #356293;
    color: #fff;
    font-size: 2em;
    font-weight: normal;
    line-height: 120%;
}
#article h4 {
    color: #356293;
    font-size: 2em;
}
#article h5 {
    margin: 0;
    font-size: 1.5em;
}
#article .predslov {
    font-size: 20px;
    line-height: 32px;
}
#article .img {
    font-size: .7em;
    color: #999;
}
#article .img img {
    width: 100%;
    height: auto;
}
#article .img-side {
    float: left;
    margin: 7px 20px 20px -60px;
    width: 350px;
}
#article .img-side-right {
    float: right;
    margin: 30px -270px 20px ;
    width: 150px;
}
#article .obsah {
    margin: 0 20px 0 50px;
    font-size: 16px;
    line-height: 26px;
}
#article .more {
    margin: 40px -80px 60px -60px;
    background: #eee;
    font-size: .9em;
    padding: 20px;
    border-radius: 10px;
}
#article .kupon {
    font-size: 1.5em;
    background: #ff0;
    padding: 1px 15px 3px;
    border-radius: 10px;
}
#article .special {
    float: left;
    margin: 5px 20px 15px -60px;
    width: 200px;
    background: #eee;
    font-size: .8em;
    line-height: 160%;
    padding: 20px 20px 10px;
    border-radius: 10px;
}

#article .button {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border: solid 1px #fff;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 1.2em;
    box-shadow: 0px 1px 1px #888;
    background: #2ec451;
    background: -moz-linear-gradient(top, #2ec451 0%, #27ab47 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2ec451), color-stop(100%, #27ab47));
    background: linear-gradient(to bottom, #2ec451 0%, #27ab47 100%);        
}
#article .button:hover {
    background: #22e !important;
}

#article ol li {
    margin-bottom: 10px;
}

#sidebar {
    margin-top: 30px;
    float: right;
    width: 250px;
}
#sidebar div {
    border: solid 1px #eee;
    box-shadow: #ccc 2px 2px 10px;
    border-radius: 10px;
    background: #fcf8e3;
    padding: 1px 20px;
}


#paticka {
    margin-top: 40px;
    padding-top: 20px;
    background: url(dots.gif) repeat-x top;
}
#paticka .copyright {
    background: #356293;
    padding: 10px 20px;
}
#paticka .copyright a {
    display: inline-block;
    padding: 4px 10px;
    font-size: .9em;
    color: #fff;
    text-decoration: none;
}
#paticka .copyright a:hover {
    text-decoration: underline;;
}
#paticka .copyright .info {
    color: #ccc;
    float: right;
    text-align: right;
    font-size: .7em;
}


#footer {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background: #fff;
    border-top:solid 3px #e1861b;
    z-index:9999999;
    text-align:center;
    padding: 20px;
}
#footer a {
    margin: 0 20px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border: solid 1px #fff;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 1.2em;
    box-shadow: 0px 1px 1px #888;
    background: #2ec451;
    background: -moz-linear-gradient(top, #2ec451 0%, #27ab47 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2ec451), color-stop(100%, #27ab47));
    background: linear-gradient(to bottom, #2ec451 0%, #27ab47 100%);        
}
#footer a:hover {
    background: #22e !important;
}