@font-face {
    font-family: 'decima_nova_probold';
    src: url('decimanovapro-bold-webfont.eot');
    src: url('decimanovapro-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('decimanovapro-bold-webfont.woff') format('woff'),
        url('decimanovapro-bold-webfont.ttf') format('truetype'),
        url('decimanovapro-bold-webfont.svg#decima_nova_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
    padding:0;
    margin: 0;
    height: 100%;
}
body {
    font-size: 62.5%;
    line-height: 1.5;
    font-family: "decima_nova_probold", Tahoma, Geneva, sans-serif;
    color: #fff;
    background-color: #000;
}
body > #main {
    height: auto;
}
p {
    font-family:"Times New Roman",Georgia,Serif;
}
a {
    outline: none;
}
#main {
    height: 100%;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}
#header {
    position: relative;
}
#header h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
}
#logoArea {
    margin-top: 28px;
}
#headLinks a {
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
#headLinks a:hover, #headLinks a:focus {
    color: #EB1C24;
}
#menu {
    border-bottom: 5px solid #fff;
    /*    overflow: hidden;*/
    width: 100%;
    display: block;
}
#menu:hover, #menu:focus {
    border-bottom: 5px solid #EB1C24;
}
.menu>li>a:hover, .menu>li>a:focus, #footer a:hover, #footer a:focus {
    color: #EB1C24;
}
.menu a.active {
    color: #EB1C24;
}
#content {
    padding: 30px 0 92px;
    margin: 0 auto;
    overflow: hidden;
}
#tickets {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 92px;
}
@media all and (min-width: 660px) and (max-width: 960px) {
    #content {
        width: 660px;
    }
}
@media all and (max-width: 659px) {
    #content {
        width: 310px;
    }
}
#content>h2 {
    border-top: 5px solid #fff;
    font-size: 4em;
    margin: 15px 0;
    overflow: hidden;
    width: 100%;
    color: #EB1C24;
}
#tickets h2 {
    font-size: 3em;
}
#tickets .movieProgram{
    height: 40px;
}
#tickets .dayRow {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 5px solid #fff;
    overflow: hidden;
}
.button {
    overflow: hidden;
    height:45px;
    width: 231px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius: 10px;
    margin-right: 5px;
}
.button:hover, .button:focus {
    box-shadow: 0 0 10px rgba(235, 28, 36, 1);
    -webkit-box-shadow: 0 0 10px rgba(235, 28, 36, 1); 
    -moz-box-shadow: 0 0 10px rgba(235, 28, 36, 1); 
}
.movieProgram .button a {
    float: right;
    margin-bottom: 0;
}
/*.movieProgram .button a, .movieInfo .button a {
    background: url("../images/bg_button.png") no-repeat 100% 50%;
    border: none;
    padding: 8px 40px 8px 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    height: 15px;
    line-height: 15px;
    min-width: 30px;
    text-decoration: none;
}
.movieProgram .button a:hover, .movieInfo .button a:hover, .movieProgram .button a:focus, .movieInfo .button a:focus {
    background: url("../images/bg_button_hover.png") no-repeat 100% 50%;
    color: #fff;
}*/
#press h2{
    color: #EB1C24;
    font-size: 4em;
    border-bottom: 5px solid #fff;
    margin: 0 0 10px;
}
.programTime {
    float: left;
}
.movieProgram {
    width: 100%;
}
.movieProgram a {
    color: #EB1C24;
    font-size: 3em;
    text-decoration: none;
}
.movieProgram h3 {
    float:left;
}
.movieInfo {
    /*border-bottom: 5px solid #fff;*/
    padding: 0 0 20px;
    margin: 0 0 20px;
    overflow: hidden;
}
.movieInfo .button{
    margin-bottom: 10px;
}
.movieInfo h3{
    color: #EB1C24;
    font-size: 3em;
    padding-bottom: 10px;
}
.movieInfo p {
    font-size: 1.6em;
    margin-bottom: 1em;
}
.movieInfo a {
    text-decoration: underline;
    color: #fff;
    font-size: 1rem;
}
.movieInfo a:hover, .movieInfo a:focus {
    color: #EB1C24;
}

.block {
    width: 310px;
    height: 310px;
    float:left;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: left;
}
.moviesBlock {
    position: absolute;
    left: 0;
    bottom: -310px;
    z-index: 2;
    width: 280px;
    height: 290px;
    background: #EB1C24;
    padding: 10px 15px;
    font-size: 1.5em;
}
.moviesBlock a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 3px 0;
}
.moviesBlock a:hover, .moviesBlock a:focus {
    color: #000;
}
.movieTime {
    width: 45px;
    display: inline-block;
    padding: 0 15px 0 0;
    float:left;
}
.movieName {
    width: 220px;
    display: inline-block;
}
.textBlock {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    right:20px;
}
.firstBlock {
    cursor: auto;
}
.firstBlock h2 {
    font-size: 3em;
    padding: 5px 0;
}
.firstBlock p {
    font-size: 1.7em;
}
#footer {
    bottom: 0;
    height: 62px;
    width: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.2em;
}
#footer a, #footer span {
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
}
div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}
span.red {
    color: #EB1C24;
}
a[href^="error:"] {
    background: red;
    color: white;
}
#partners a {
    text-decoration: none;
}
#partners p {
    font-size: 1.8em;
}
#press h3 {
    font-size: 2.5em;
}
#press h2 {
    cursor: pointer;
}
#press a {
    color: #EB1C24;
    text-decoration: none;
}
#press div {
    margin-bottom: 2em;
}
#press p {
    font-size: 1.8em;
}
sup {
    vertical-align: super;
    font-size: 0.7em;
}
.facebook-like-box {
    width: 620px;
    height: 310px;
    overflow: hidden;
    position: relative;
}
#fbinner {
    margin: -2px 0 0 -2px;
}

/*logos*/
#partners a {
    vertical-align: middle;
    display: inline-block;
}
#sq {
    background: url('../images/soundsquarelogo.png') no-repeat;
    width: 80px;
    height: 77px;
}
#sq:hover, #sq:focus {
    background-position: 0 -77px;
}
#pd {
    background: url('../images/prazskydeniklogo.png') no-repeat;
    width: 120px;
    height: 63px;
}
#pd:hover, #pd:focus {
    background-position: 0 -63px;
}
#sz {
    background: url('../images/szlogo.png') no-repeat;
    width: 200px;
    height: 25px;
}
#sz:hover, #sz:focus {
    background-position: 0 -25px;
}
#ct {
    background: url('../images/ctlogo.png') no-repeat;
    width: 200px;
    height: 29px;
}
#ct:hover, #ct:focus {
    background-position: 0 -29px;
}
#mf {
    background: url('../images/mimofilmlogo.png') no-repeat;
    width: 154px;
    height: 15px;
}
#mf:hover, #mf:focus {
    background-position: 0 -15px;
}
#bd {
    background: url('../images/markbbdologo.png') no-repeat;
    width: 80px;
    height: 43px;
}
#bd:hover, #bd:focus {
    background-position: 0 -43px;
}
#csfd {
    background: url('../images/csfdlogo.png') no-repeat;
    width: 130px;
    height: 29px;
}
#csfd:hover, #csfd:focus {
    background-position: 0 -29px;
}
#upp {
    background: url('../images/upplogo.png') no-repeat;
    width: 110px;
    height: 26px;
}
#upp:hover, #upp:focus {
    background-position: 0 -26px;
}
#prg {
    background: url('../images/praguelogo.png') no-repeat;
    width: 80px;
    height: 80px;
}
#prg:hover, #prg:focus {
    background-position: 0 -80px;
}
#rp {
    background: url('../images/radkalogo.png') no-repeat;
    width: 260px;
    height: 32px;
}
#rp:hover, #rp:focus {
    background-position: 0 -32px;
}
#mlp {
    background: url('../images/mlplogo.png') no-repeat;
    width: 308px;
    height: 50px;
}
#mlp:hover, #mlp:focus {
    background-position: 0 -50px;
}
#cr {
    background: url('../images/ceskyrozhlaslogo.png') no-repeat;
    width: 180px;
    height: 42px;
}
#cr:hover, #cr:focus {
    background-position: 0 -42px;
}
#fs {
    background: url('../images/filmservicelogo.png') no-repeat;
    width: 130px;
    height: 73px;
}
#fs:hover, #fs:focus {
    background-position: 0 -73px;
}
#nf {
    background: url('../images/nfalogo.png') no-repeat;
    width: 130px;
    height: 41px;
}
#nf:hover, #nf:focus {
    background-position: 0 -41px;
}
#kof {
    background: url('../images/kofolalogo.png') no-repeat;
    width: 99px;
    height: 80px;
}
#kof:hover, #kof:focus {
    background-position: 0 -80px;
}
#pilsner {
    background: url('../images/pilsnerlogo.png') no-repeat;
    width: 105px;
    height: 78px;
}
#pilsner:hover, #pilsner:focus {
    background-position: 0 -78px;
}
#orechovkaLogo {
    background: url('../images/orechovkalogo.png') no-repeat;
    width: 260px;
    height: 36px;
}
#orechovkaLogo:hover, #orechovkaLogo:focus {
    background-position: 0 -36px;
}
p.info {
    font-size: 1.5em;
    font-family: "decima_nova_probold", Tahoma, Geneva, sans-serif;
    text-align: center;
}
#error {
    text-align: center;
}
#error h2 {
    font-size: 3em;
}
.fbBlock {
    width: 620px;
    margin-left: 15px;
}