html {
    height: 100%;
}

body {
    height: 100%;
    background: #000;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #f3b215;
}

.inline {
    display: inline-block;
}

hr {
    border: 0;
    border-top: 1px solid #555;
    border-bottom: 0;
    margin: 0;
}

em {
    float: right;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    margin: 0;
}

h1 {
    font-size: 31px;
    margin-top: 19px;
    margin-bottom: 19px;
}

h2 {
    font-size: 24px;
    margin-top: 19px;
    margin-bottom: 19px;
}

h3 {
    font-size: 19px;
    margin-top: 12px;
    margin-bottom: 12px;
}

h4 {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 12px;
}

h5 {
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.thewrap {
    margin: 0 auto;
    width: 900px;
    height: auto;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.back {
    background: #000;
}

.logo {
    padding-top: 21px;
    padding-left: 31px;
    padding-right: 31px;
    padding-bottom: 31px;
}

.golden {
    color: #f3b215;
}

#thehidden {
    display: none;
}

#luncher {
    display: none;
    padding: 19px;
}

#selector {
    display: none;
    padding-right: 19px;
    text-align: right;
}

.pull-right {
    float: right;
}

.open {
    float: right;
    font-size: 19px;
}

.languagestyles {
    text-align: right;
    padding-left: 19px;
    padding-right: 19px;
}

.languagelink {
    margin-right: 7px;
    margin-left: 7px;
}

.capitals {
    text-transform: uppercase;
}

.slider {
    text-align: left;
    padding-left: 19px;
    padding-right: 19px;
}

.menuone {
    width: 900px;
    margin: 0 auto;
}

.menuleft {
    width: 422px;
    float: left;
    padding-left: 19px;
    padding-right: 9px;
}

.menuright {
    width: 422px;
    float: right;
    padding-right: 19px;
    padding-left: 9px;
}

.themap {
    width: 900px;
    height: 343px;
    margin: 0 auto;
    background: #000 url(../core/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.contactcon {
    height: 162px;
    margin: 0 auto;
    background: #000;
    padding-left: 19px;
    padding-right: 19px;
}

.contactconleft {
    width: 400px;
    float: left;
}

.contactconright {
    width: 400px;
    float: right;
}

.socialcon {
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 12px;
    padding-bottom: 19px;
    height: 40px;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.emptycon {
    padding-left: 31px;
    padding-right: 19px;
    width: 100%;
    height: 20px;
    padding-bottom: 30px;
}

.nye {
    height: 81px;
    line-height: 81px;
    background: #f3b215;
    padding-left: 31px;
    padding-right: 31px;
    color: #000;
}

.nye:hover {
    background: #eee;
}

;
.black {
    color: #000;
}

.restu {
    width: 200px;
    margin: 0px auto;
}
.banner {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 20px;
    height: 200px;
    background-repeat: no-repeat;
    transition: all 0.7s;
    cursor: pointer;
}
.banner--cz { background-image: url('web-banner-cs.jpg'); }
.banner--en { background-image: url('web-banner-en.jpg'); }
.banner:hover {
   /* opacity: 0.7;*/
}
banner__holder {
position: absolute;
bottom: 30px;
left: 296px;
font-size: 20px;
font-weight: bold;
}
.click-banner {
    min-height:81px;
    background:#eee;
    padding:16px 31px;
    color:#000;
    background:#f3b215;
    cursor: pointer;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.click-banner:hover {
    opacity: 0.9;
}
.click-banner .content {
    display: none;
}
.click-banner .content.open {
    display: block;
}
.click-banner .content a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.click-banner .content a:hover {
    color: #333;
}
