﻿/*Theme Name:Club21 by JT SolutionsTheme URI:http://www.club21.czAuthor:JT SolutionsAuthor URI:http://www.jt-solutions.cz/Description:Theme for Club21Version:1.0*/
/* RESET BROWSERS */
body, div, span, img, a, h1, h2, h3, h4, h5, p, ul, li, ol, input, label, table, tr, td, th, tbody, thead, form, textarea {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-weight: normal;
}
.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	main: ".";
}
.clear {
	clear: both;
}
.back {
    font-family: 'tenby_fiveregular';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin: 0 auto 20px 0;
}
.back:hover {
    color: #ffba00;
}
/* TEXT STYLES */
#content > p, #content-sub > p {
	font-family: 'MS Sans Serif';
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	text-align: left;
	margin-bottom: 15px;
	word-spacing: 2px;
	letter-spacing: 1px;
}
p:last-child {
	margin-bottom: 0!important;
}
h1 {
	text-indent: -10000px;
	height: 0;
}
h2, h3 {
	font-weight: normal;
	text-align: left;
}
/* COLORBOX */
#colorbox {
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
    min-height: 100%;
    background: url('../img/bg-colorbox.png') 0 0 repeat;
	position: fixed!important;
    top: 0!important;
    left: 0!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	border: 1px solid #ea8b00;
	box-shadow: 3px 3px o20px 8px #000;
    overflow: scroll;
}
#colorbox .close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-family: 'tenby_fiveregular';
	font-size: 25px;
	color: #ea8b00;
	cursor: hand;
	cursor: pointer;
	word-spacing: 10px;
    transition: color 300ms;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -o-transition: color 300ms;
}
#colorbox .close:hover {
    color: white;
}
#colorbox .content .subpage {
	width: auto;
	height: auto;
	padding: 60px;
    text-align: center;
}
#colorbox .content .subpage img {
    margin: 0 auto;
    text-align: center;
}
/* SCROLLBAR */     
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
}
     
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
     
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
     
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scrollbar-external_wrapper {
    height: 450px !important;
    position: relative;
    width: auto !important;
}
.scrollbar-external {
    height: 400px;
    overflow: auto;
    width: 600px;
}
     
.external-scroll_x,
.external-scroll_y {
    border: solid 1px #9999fc;
    cursor: pointer;
    display: none;
    position: absolute;
}
     
.external-scroll_x.scroll-scrollx_visible {
    display: block;
    height: 10px;
    left: 0;
    top: 410px;
    width: 200px;
}
     
.external-scroll_y.scroll-scrolly_visible {
    display: block;
    height: 200px;
    left: 610px;
    top: 0;
    width: 10px;
}     
.external-scroll_x div,
.external-scroll_y div {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}
     
.external-scroll_x .scroll-bar,
.external-scroll_y .scroll-bar {
    background: #9999fc;
    z-index: 12;
}
.external-scroll_x .scroll-bar {
    width: 100px;
}
.external-scroll_y .scroll-bar {
    height: 100px;
}
/* THEME LAYOUT */
body {
	width: 100%;
	background: #000 url('../img/bg-body.jpg') 50% 0 no-repeat;
	text-align: center;
}
#wrapper {
	position: relative;
	width: 100%;
	background: url('../img/bg-header.png') 50% 0 no-repeat;
}
#border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background: url('../img/border-body.png') 0 0 repeat-x;
}
#header {
	position: relative;
	width: 960px;
	height: 260px;
	margin: 0 auto 0 auto;
}
#slider {
	position: relative;
	width: 100%;
	height: 380px;
	max-height: 380px;
}
#content {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 20px 0 30px 0;
}
#footer {
	position: relative;
	width: 100%;
	background: #c1c1c1;
	border-top: 3px solid #474747;
}
.subpage #footer {
	background: none!important;
	border-top: none!important;
}
/* HEADER */
#logo {
	position: absolute;
	top: 20px;
	left: 25px;
	display: block;
	width: 136px;
	height: 155px;
	background: url('../img/logo.png') 0 0 no-repeat;
}
#header h2 {
	display: block;
	position: absolute;
	top: 35px;
	left: 200px;
	font-family: 'tenby_fiveregular';
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 21.5px;
	color: #ffba00;
	text-shadow: 0px 0px 5px #000;
	transform: rotate(357deg);
	-ms-transform: rotate(357deg);
	-webkit-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
}
#header h3 {
	display: block;
	position: absolute;
	top: 35px;
	left: 570px;
	font-family: 'tenby_fiveregular';
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 21.5px;
	color: #ffd400;
	text-shadow: 0px 0px 5px #000;
	transform: rotate(357deg);
	-ms-transform: rotate(357deg);
	-webkit-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
}
#header h3.title {
	display: block!important;
	position: absolute!important;
	top: 90px!important;
	right: 35px!important;
	left: auto!important;
	font-family: 'tenby_fiveregular';
	font-size: 36px!important;
	text-shadow: none!important;
	line-height: 39px!important;
	color: #fff;
    width: 70%;
	text-transform: uppercase;
    text-align: right;
	transform: rotate(357deg);
	-ms-transform: rotate(357deg);
	-webkit-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
}
#header h4 {
	display: block;
	position: absolute;
	top: 90px;
	left: 200px;
	font-family: 'tenby_fiveregular';
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffba00;
	text-shadow: 0px 0px 5px #000;
	transform: rotate(357deg);
	-ms-transform: rotate(357deg);
	-webkit-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
}
#header #promo {
	display: block;
	position: absolute;
	top: 120px;
	left: 200px;
	font-family: 'tenby_fiveregular';
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
	transform: rotate(357deg);
	-ms-transform: rotate(357deg);
	-webkit-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
    text-decoration: none;
}
#header #promo:hover {
    color: #ffba00;
}
#header-nav {
	position: absolute;
	top: 25px;
	right: 35px;
}
#header-nav ul {
	transform: rotate(357deg);
	-ms-transform: rotate(357deg);
	-webkit-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
}
#header-nav ul li {
	text-align: left;
	list-style: none;
}
#header-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'tenby_fiveregular';
	font-size: 30px;
	line-height: 33px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#header-nav ul li a:hover {
	color: #FF9000;
}
#header .closeWindow {
	position: absolute;
	top: 15px;
	right: 40px;
	font-family: 'tenby_fiveregular';
	font-size: 15px;
	color: #fff;
	cursor: hand;
	cursor: pointer;
	word-spacing: 10px;
	transform: rotate(357deg);
	-ms-transform: rotate(357deg);
	-webkit-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
}
#header .closeWindow:hover {
	color: #ffba00;
}
/* PLAYER */
#player {
}
#player-controls {
	position: absolute;
	cursor: hand;
	cursor: pointer;
	display: block;
	top: 82px;
	left: 305px;
	width: 25px;
	height: 28px;
	transform: rotate(357deg);
	-ms-transform: rotate(357deg);
	-webkit-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
}
a.play {
	background: url('../img/icon/play.png') 0 0 no-repeat;
}
a.pause {
	background: url('../img/icon/pause.png') 0 0 no-repeat;
}
/* SLIDER */
#slider #stars {
	position: relative;
	width: 960px;
	height: 18px;
	text-align: center;
	margin: 0 auto 0 auto;
}
#slider #stars a {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../img/icon/star-small.png') 50% 50% no-repeat;
	cursor: hand;
	cursor: pointer;
}
#slider #stars a.current {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../img/icon/star-big.png') 50% 50% no-repeat!important;
}
#slider #slides {
	position: relative;
	width: 100%;
	height: 351px;
	margin-top: 11px;
	overflow: hidden;
}
#slider #slides a {
	display: block;
	position: absolute;
	width: 524px;
	height: 351px;
}
#slider #slides a img {
	position: absolute;
	top: 4px;
	left: 5px;
	width: 515px;
	height: 341px;
}
#slider #slides a .video {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../img/slider/video.png') 50% 50% no-repeat;
	opacity: 0.5;
}
#slider #slides a:hover .video {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../img/slider/video.png') 50% 50% no-repeat;
	opacity: 1;
}
#slider #slides a .border {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../img/slider/border.png') 0 0 no-repeat;
	z-index: 10;
}
/* CONTENT */
.wp-video {
    margin: 20px auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 80%!important;
}
.wp-video video {
    width: 100%!important;
    height: auto;
}
#content-sub {
    text-align: center;
}
#content-sub h2 {
	font-family: 'tenby_fiveregular';
	font-size: 28px;
	line-height: 30px;
	color: #ea8b00;
	margin: 0 0 30px 0;
    text-align: center;
}
#content-sub h3 {
	font-family: 'tenby_fiveregular';
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	margin: 0 0 20px 0;
}
#content-sub h4 {
	font-family: 'tenby_fiveregular';
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin: 0 0 10px 0;
}
#content-sub h5 {
	font-family: MS Sans Serif;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin: 0 0 5px 0;
}
#content-sub h6 {
	font-family: MS Sans Serif;
	font-size: 14px;
	color: #ffba00;
	margin: 0;
}
#content-sub table {
	width: 80%;
	font-family: MS Sans Serif;
	font-size: 13px;
	color: #fff;
	text-align: left;
	float: left;
	margin-left: 50px;
	table-layout: fixed;
}
#content-sub table td {
	width: 50%;
	padding: 5px 5px 5px 15px;
	border-left: 1px dotted #fff;
}
#content-sub p {
    width: 100%;
    display: block;
    text-align: center;
}
#content-sub a {
	color: #ffba00;
	text-decoration: none;
}
#content-sub a:hover {
	text-decoration: underline;
}
#content-sub img {
	text-align: center!important;
    margin: 0 auto!important;
    width: auto;
    float: none!important;
    border: 1px solid rgba(255, 255, 255, 0.5)!important;
}
#content-sub img.noborder {
    border: none!important;
}
#content-sub table.drinks {
	width: 96%!important;
	margin: 0 0 0 2%!important;
	float: none!important;
	table-layout: auto!important;
}
#content-sub table.drinks tr td {
	width: auto!important;
	height: 25px!important;
	padding: 0 5px 0 15px!important;
	line-height: 25px!important;
}
#content-sub table.drinks tr td.empty {
	width: 10%!important;
	border-left: none!important;
}
#content-sub table.drinks tr td.size {
	width: 8%!important;
}
#content-sub table.drinks tr td.price {
	width: 4%!important;
}
#content-sub table.drinks tr td.nobord {
	border-left: none!important;
}
#content-sub img.drinks {
	float: none!important;
	margin: 30px 0 0 1%;
	width: 98%;
	height: auto;
	border: none!important;
}
#content-sub table.cocktails {
	width: 96%!important;
	margin: 0 0 0 2%!important;
	float: none!important;
	table-layout: auto!important;
}
#content-sub table.cocktails tr td {
	width: auto!important;
	height: 25px!important;
	padding: 0 5px 0 15px!important;
	line-height: 25px!important;
}
#content-sub table.cocktails tr td.name {
	width: 35%!important;
}
#content-sub table.cocktails tr td.price {
	width: 25%!important;
}
#content-sub table.cocktails tr td.img {
	border-left: none!important;
	width: 30%!important;
}
#content-sub img.cocktails {
	float: none!important;
	border: none!important;
	width: 60%;
}
#content-sub table.contact {
	width: 96%!important;
	margin: 0 0 0 2%!important;
	float: none!important;
	table-layout: auto!important;
}
#content-sub table.contact tr td {
	width: 50%!important;
	height: 25px!important;
	padding: 0 5px 0 15px!important;
	line-height: 25px!important;
}
#content-sub a.map img {
	float: none!important;
	margin: 30px 0 0 1%!important;
	width: 98%!important;
	height: auto!important;
	border: 1px solid #222!important;
	opacity: 1!important;
}
/* GALLERY */
#gallery form a span {
    font-family: 'tenby_fiveregular'!important;
    font-size: 18px!important;
    color: #fff!important;
}
#gallery form a:hover span {
    color: #ffba00!important;
}
#content #gallery {
    padding: 60px 0!important;
}
#content #gallery a img {
    margin: 0 0 15px 0!important;
}
#content #gallery .backToGal {
    display: block;
    font-family: 'tenby_fiveregular';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin: 40px auto 20px 0;
}
#content #gallery .backToGal:hover {
    color: #ffba00;
}
/* FOOTER */
#footer .wrap {
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
}
#footer-nav, #footer-nav2, #footer-nav3 {
	float: left;
}
#footer-nav2, #footer-nav3 {
	margin-left: 60px;
}
#footer-nav ul li, #footer-nav2 ul li, #footer-nav3 ul li {
	text-align: left;
	list-style: none;
}
#footer-nav ul li a, #footer-nav2 ul li a, #footer-nav3 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: MS Sans Serif;
	;
	font-size: 10px;
	line-height: 17px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer-nav2 ul li a.fb {
	width: 30px;
	height: 30px;
	background: url('../img/icon/fb.png') 0 0 no-repeat;
}
#footer-nav ul li a:hover, #footer-nav2 ul li a:hover, #footer-nav3 ul li a:hover {
	color: #000;
}
#contact {
	float: right;
}
#contact .logo {
	float: left;
	display: block;
	width: 70px;
	height: 80px;
	background: url('../img/logo.png') 0 0 no-repeat;
	margin: 0 25px 0 0;
	background-size: 70px 80px;
}
#contact p {
	float: right;
	text-align: left;
	font-family: 'tenby_fiveregular';
	font-size: 13px;
	line-height: 17px;
	color: #000;
	letter-spacing: 1px;
}