@import url(reset.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300&subset=latin,latin-ext);
body,html {
    padding:0;
    margin:0;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
}
* {
    line-height:1.3;
}
.tbl-nowrap td.wrap {
    white-space:normal;
}
img {
    vertical-align:top;
    max-width:100%;
}
.tiny-content img {
    height:auto !important;
}
.tiny-content * {
    max-width:100%;
}
.tiny-content table {
    border-collapse:separate;
    border-spacing:10px;
    table-layout: fixed;
}
body {
    background: #AE7824 url(../img/bg.png) fixed center center;
    background-size:cover;
}
body#tinymce, body.mce-content-body {
    background:#444444;
    padding:10px;
    color:#fff;
}
body#tinymce p {
    line-height:1.3em;
}
#page {
    width:100%;
    height:100%;
    background: url(../img/pattern.png);
    background-attachment: fixed;
}
a {
    text-decoration:none;
    color:#6ca7e3;
}
h1,h2,h3,h4,h5 {
    font-family: 'Oswald', sans-serif;
    letter-spacing:1px;
    text-transform:uppercase;
    font-weight:500;
}
#logo {
    display:block;
    margin:0px auto;
    width:297px;
    background:url(../img/logo.png) 0 0;
    background-repeat:no-repeat;
    background-size:100% 100%;
    font-size:0;
    position:relative;
}
#logo:before {
    content:"";
    display:block;
    padding-top:34.343434%;
}
#header {
    position:absolute;
    width:100%;
    top:0;
    left:0;
    z-index:999;
}
#header.stick {
    position:fixed;
    top:-102px;
}
#header nav {
    background:#456d95;
    padding: 20px 0;
}
#header nav ul {
    list-style-type:none;
    display:table;
    width:100%;
    table-layout:fixed;
}
#header nav ul li {
    display:table-cell;
    text-align:center;
    border-left:1px solid #fff;
    vertical-align:middle;
}
#header nav ul li:first-child {
    border-left:none;
}

#header nav ul li a {
    font-family: 'Oswald', sans-serif;
    letter-spacing:1px;
    color:#fff;
    display:block;
    text-transform:uppercase;
    font-size: 16px; 
}

#header .submenu {
    background: #444;
    overflow:auto;
    padding: 9px 0;
    font-size:13px;
}
#header .submenu ul {
    list-style-type:none;
    margin: 0 0 0 3.3%;
}
#header .submenu ul li {
    float:left;
}
#header .submenu ul li span {
    color:#fff;
    font-weight:100;
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing:1px;
}
#header .submenu ul li a {
    font-weight:500;
    color:#fff;
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
    display:block;
    padding: 0 12px;
}
#menu-toggle {
    display:none;
}

.wrapper {
    width:1100px;
    max-width:95%;
    max-width:calc(100% - 30px);
    margin: 0 auto;
}
.wrapper.wrapper-margin {
    margin-top: 40px;
}
.lt-ie9 .wrapper {
    width:1100px;
    min-width:1100px;
    max-width:1100px;
}
.table {
    display:table;
    width:100%;
}
.table .table-cell {
    display:table-cell;
    vertical-align:middle;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.float-left {
    float:left;
}
.float-right {
    float:right;
}
.clear {
    clear:both;
}
.hr {
    border-color:#6f6f6f;
}
.hr.hr-dotted{
   border-style: dotted; 
}
.alert {
    background:#444;
    color:#fff;
    padding:20px;
}
.alert-error {
    background:#e74c3c;
}
.alert-success {
    background:#2ecc71;
}
.alert-wrapper {
    margin-top:40px;
}
label.file {
    position:relative;
}
.input-remove {
    position:absolute;
    color:red;
    top:8px;
    right:8px;
}
#content {
    min-height:500px;
    padding: 199px 0 0;
}
.box {
    margin:40px 0 0;
    overflow:hidden;
    position:relative;
}
.box header {
    padding:12px 10px;
    color:#fff;
    background:#2a2a2a url(../img/circle-down-white.png);
    background-repeat:no-repeat;
    background-position: right 10px center;
}
.lt-ie9 .box header {
    background-position-x: 99%;
    background-position-y:6px;
}
.box footer {
    padding:12px 10px;
    color:#fff;
    background:#2a2a2a url(../img/circle-up-white.png);
    background-repeat:no-repeat;
    background-position: left 10px center;
    text-align:right;
}
.box header h2 {
    font-weight:500;
    text-transform:uppercase;
}
.box.box-blue header {
    background-color:#456d95;
    
}
.box.box-white header {
    background-color:#fff;
    background-image: url(../img/circle-down-black.png);
    color:#000;
    
}
.box.box-white footer {
    background-color:#fff;
    background-image: url(../img/circle-up-black.png);
    color:#000;
    
}
.box .box-content {
    background-color:#444;
    padding:10px;
    color:#fff;
}
.box .box-content.box-content-100 {
    padding:0;
}
.box .box-content h3 {
    font-size:.9em;
    padding-bottom:0.4em;
}



.half {
    width:45%;
    width:calc(50% - 20px);
}
.lt-ie9 .half {
    width:530px;
}
.box-gallery { 
    font-size:0;
}
.box-gallery img {
    width:25%;
}

.box-gallery img:hover {
    opacity:0.8;
}

.box-gallery img {
    width:25%;
    width:calc(25% - 2px);
    margin: 1px;
}
.box-content-100.box-gallery {
    padding:1px;
}
.index-event img {
    width:50%;
}
.index-event .event-data {
    float:right;
    width:45%;
    width:calc(50% - 15px);
    padding:10px 10px 10px 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.box .box-content-100 h3 { 
    color:#6ca7e3;
    font-size:20px;
}
.box p {
    font-size:13px;
    line-height:1.2em;
}
.box-content-100 .flex-control-nav{
    bottom:13px;
    left:55%;
    left:calc(50% + 15px);
    
    width:auto;
}
.wydarzenia-slider {
    font-size:0;
}

.index-container {
    display:table;
    table-layout:fixed;
    width:100%;
    height:335px;
}
.index-about {
    display:table-row;
}
.index-about>* {
    display:table-cell;
    vertical-align:top;
    height:50%;
    padding:15px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background-size:cover;
    background-position: center center;
    
}


#events .item {
    background:#444444;
    
}
.item-event.box {
    background:#444444;
    margin:0;
}
.item-event h2 a {
    color:#fff;
}
.item-event img {
    width:100%;
}
.item-event p {
    padding:10px;
    color:#fff;
}
.item-event .poster {
    position:Relative;
}
.item-event .event-date {
    position:absolute;
    right:0;
    top:10%;
    background:#6CA7E3;
    padding:10px;
    color:#fff;
    box-shadow: 0 0 20px 0 #6f6f6f;
}
 .date-day {
    display:block;
    font-size:28px;
}
 .date-month {
    display:block;
    text-transform: uppercase;
    text-align:center;
}
.event-date-info {
    display:block;
    padding: 0px 10px 10px;
    color:#828FA2;
    font-size:10px;
}
.item-event .event-date .date-dayname {
    display:block;
    text-align:center;
}
.event-content {
    width:60%;
    width:calc(65% - 10px);
    float:left;
}
.event-date-list {
    float:right;
    width:35%;
}
.event-date-item {
    background:#2A2A2A;
    padding:10px;
    margin: 10px 0;
    position:relative;
}
.event-date-item.first-date {
    background:#3498db;
}

.event-date-item.first-date .date-info { 
    background:#2980b9;
}
.event-date-item.first-date .event-date-info { 
    color:#fff;

}
.event-date-item .event-date-info {
    display:block;
    font-size:14px;
    text-transform: uppercase;
    float:left;
}
.event-date-item .date-info {
    float:right;
    background:#6CA7E3;
    margin:-10px -10px -10px 0;
    padding: 10px;
}
.event-date-item .date-dayname {
    display:block;
    text-align:center;
} 
.event-date-item .date-day {
    display:block;
} 
.event-date-item .date-month {
    display:block;
} 
.event-content .event-poster {
    margin: 0 0 10px;
    width:100%;
}

#content .flex-control-nav li {
    margin:0;
}
#content .flex-control-nav li a {
    margin:0;
    border:1px solid #fff;
    background:none;
    width:10px;
    height:10px;
}
#content .flex-control-nav li a.flex-active {
    background:#135F7F;
}
#content .flex-control-nav li+li {
    margin-left:7px;
}








#footer {
    background:#444;
    padding:15px 0;
    color:#fff;
    font-size:11px;
    margin:40px 0 0;
}
#footer ul {
    list-style-type:none;
    font-size:0;
}
#footer ul li {
    display:inline-block;
    border-left:1px solid #fff;
    padding:0 15px;
    font-size:11px;
}
#footer ul li:last-child {
    padding-right:0;
}
#footer ul li:first-child {
    border-left:none;
    padding-left:0;
}
#footer a {
    color:#fff;
}
#footer .copyright {
    color:#aaa;
}
#footer .address {
    font-size:1.4em;
}
.btn {
    background:#466D96;
    border:0;
    font-size: 18px;
    color:#fff;
    line-height:40px;
    vertical-align:middle;
    padding: 0 10px;
    font-family:Oswald, 'Open Sans';
    display:inline-block;
    height:40px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer;
}
.dojazd-input {
    margin: 0 0 10px;
}
.dojazd-input .btn {
    width:130px;
    margin: 0 0 0 10px;
}
.dojazd-input .icon-form {
    width:300px;
    width:calc(100% - 140px);
    display:inline-block;
}
.dojazd-input .icon-form label {
    margin:0;
}
.big-blue {
    font-size:30px;
    color:#6DA7E6
}
.dojazd-dojscie {
    color:yellow;
}
:-moz-placeholder, ::-moz-placeholder, ::-webkit-input-placeholder, :-ms-input-placeholder {
    color:#aaa;
}
.icon-form {
    
    
    font-family:Oswald, 'Open Sans';
    font-size:18px;
    font-weight:100;
    color:#aaa;
}
.icon-form label {
    display:block;
    margin: 0 0 10px;
    background:#1F1F1F;
}
.icon-form label span {
    width:40px;
    height:40px;
    display:inline-block;
    text-align:center;
    background:#1F1F1F;
    vertical-align:middle;
    font-size:18px;
    line-height:40px;
    color:#aaa;
}
.icon-form input {
    background:#1F1F1F;
    border:none;
    font-size:18px;
    color:#fff;
    line-height:40px;
    padding:0;
    font-weight:100;
    vertical-align:middle;
    font-family:Oswald, 'Open Sans';
    height:40px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:300px;
    width:calc(100% - 40px);
}
.icon-form input[type="checkbox"] {
    background:#1F1F1F;
    border:none;
    font-size:18px;
    color:#fff;
    line-height:40px;
    padding:0;
    font-weight:100;
    vertical-align:middle;
    font-family:Oswald, 'Open Sans';
    height:40px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:40px;
    margin:0;
}
.icon-form textarea {
    background:#1F1F1F;
    border:none;
    font-size:18px;
    color:#fff;
    line-height:26px;
    padding:0;
    font-weight:100;
    vertical-align:0;
    font-family:Oswald, 'Open Sans';
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:300px;
    width:calc(100% - 40px);
    resize:none;
    height:6em;
}
.icon-form button {
    width:100%;
    font-weight:100;
}
.opening-custom {
    padding:10px 10px;
    color:red;
}
.today {
    padding:10px;
    margin: 0 0 10px;
    text-align:center;
    font-size:28px;
}
.today i {
    display:block;
    font-size:80px;
}
.today p {
    font-size:20px;
}

.today-open {
    background:#2ecc71;
}
.today-close, .today-was-open {
    background:#e74c3c;
}
.today-will-open {
    background:#f1c40f;
}
.tbl {
    width:100%;
}
.tbl td {
    padding:10px;
}
.tbl-dotted tr+tr td {
    border-top: 1px dotted #fff;
}
.tbl-nowrap td {
    white-space:nowrap;
    vertical-align: middle;
}

.price {
    
}
.price-old {
    display:block;
    font-size:1em;
    color:#aaa;
    font-weight:500;
    text-decoration:line-through;
}
.price-new {
    display:block;
    font-size:1em;
}

.right {
    text-align:right;
}
#chatContent {
    height:345px;
    overflow:auto;
}
#chatUserData {
    padding: 10px;
    margin: 0 0 10px;
    background:#1F1F1F;
    color:#aaa;
}
#chatUserData strong {
    padding: 0 5px 0 0;
    color:#fff;
    text-transform:uppercase;
}
.chat-item {
    padding:10px;
}
.chat-item-me {
    background:#555;
}
.chat-item+.chat-item {
    border-top:1px dotted #aaa;
}
.chat-item-nick {
    text-transform:uppercase;
    font-family:Oswald;
}
.chat-item-ip {
    color: #aaa;
    display:inline-block;
    padding: 0 5px;
    font-family:Oswald;
}
.chat-item-ip:before {
    content:"IP: ";
}
.chat-item-date {
    float:right;
    color:#aaa;
    font-weight:100;
    font-family:Oswald;
}
.chat-item-content {
    padding: 10px 0 0;
}
.chat-item-content em {
    color:#eee;
}
.chat-login-form .icon-form {
    width:70%;
    width:calc(100% - 120px);
    float:left;
}
.chat-login-form p {
    padding: 0 0 10px;
}
.chat-login-form button {
    width:28%;
    width:calc(110px);
    margin: 0 0 0 10px;
}
#mapaJD {
    position:relative;
}
#jdLink {
    display:none;
    position:absolute;
    bottom:0;
    right:0;
}
#kontakt {
    padding:0;
    list-style-type:none;
}
#kontakt td {
    padding: 10px 10px 10px 0;
    vertical-align:middle;
}
#kontakt i {
    font-size:30px;
    text-align:Center;
    display:Block;
}
.zasady-korzystania p {
    text-align:justify;
    display:block;
    padding: 10px 0;
}
.partnerzy a img {
    transition:transform .2s ease;
    -webkit-transition:-webkit-transform .2s ease;
}
.partnerzy a:hover img {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
}













@media screen and (max-width:768px) {
    
    #content {
        padding-top:0;
        margin-top:-15px;
    }
    #logo {
        max-width:100%;
    }
    #header, #header.stick {
        position:relative;
        top:0;
    }
    .toggle-menu {
        position:fixed;
        top:0;
        right:-250px;
        width:80%;
        max-width:250px;
        height:100%;
        z-index:10000;
        transition:right 0.5s ease;
        -webkit-transition:right 0.5s ease;
        -moz-transition:right 0.5s ease;
    }
    .menu {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        overflow:auto;
        background:#444444;
        opacity:0;
        transition:opacity 0.5s linear;
        -webkit-transition:opacity 0.5s linear;
        -moz-transition:opacity 0.5s linear;
    }
    .toggle-menu.active {
        right:0;
    }
    .toggle-menu.active .menu {
        opacity:1;
    }
    #header nav {
        display:block;
        padding:15px 0;
    }
    #header nav ul {
        display:block;
    }
    #header nav ul li {
        display:block;
        border:none;
        text-align:left;
    }
    #header nav ul li a { 
        text-transform:none;
        padding:10px;
        font-weight:100;
        border-bottom:1px solid #3C6389;
        border-top:1px solid #5F8BB7;
    }
    #header nav ul li:first-child a {
        border-top:none;
    }
    #header nav ul li:last-child a {
        border-bottom:none;
    }
    #header nav ul li a:hover {
        background:#487BAD;
    }
    #header .submenu ul {
        margin:0;
    }
    #header .submenu ul li:first-child { 
        display:none;
    }
    #header .submenu ul li {
        display:block;
        border:none;
        float:none;
        padding:0;
        margin:0;
    }
    #header .submenu ul li a {
        padding:7px 10px;
        font-size:15px;
        font-weight:100;
        text-transform: none;
        border-bottom:1px solid #3A3A3A;
        border-top:1px solid #545454;
    }
    #header .submenu ul li:nth-child(2) a { 
        border-top:none;
    }
    #header .submenu ul li:last-child a { 
        border-bottom:none;
    }
    #header .submenu ul li a:hover { 
        background:#4C4C4C;
    }
    #menu-toggle {
        display:block;
        background:#456D95;
        top:0;
        right:100%;
        position:absolute;
        border:0;
        width:40px;
        height:40px;
        color:#fff;
        font-size:28px;
        outline: none;
        z-index:99999;
        cursor:pointer;
    }
    
    .half.float-left, .half.float-right, .half {
        width:100%;
        float:none;
    }
    .box-gallery img {
        width:50%;
    }
     .box-gallery img {
        width:50%;
        width:calc(50% - 2px);
    }
    .box {
        margin-top:15px;
    }
    
    .box .box-content-100 h3 { 
        font-size:15px;
    }
    #footer {
       overflow:auto;
    }
    #footer .table {
        display:block;
    }
    #footer .table .table-cell {
        display:block;
    }
    #footer .table .table-cell {
        width:60%;
        width:calc(100% - 95px);
        float:right;
    }
    
    #footer .table .table-cell:first-child, #footer .table .table-cell:last-child { 
        float:left;
        width:80px !important;
        text-align:center !important;
        margin:28px 0 0;
    }
    #footer .table .table-cell:last-child {
        
    }
    #footer ul {
        display:inline;
        float:none !important;
    }
    #footer ul li {
        display:inline-block;
        border:none;
        padding:0;
        margin: 0 5px 5px 0;
    }
    #footer ul li a {
        display:inline-block;
        margin: 0;
        background: #2A2A2A;
        padding:8px;
        border-radius:5px;
    } 
    #footer ul li a:hover {
        background:#456D95;
    }
    
.event-content {
    width:auto;
    float:none;
}
.event-date-list {
    margin:20px 0 0;
    float:none;
    width:auto;
}
.tiny-content table,.tiny-content tbody,.tiny-content thead, .tiny-content table tr, .tiny-content table td, .tiny-content table th {
    display:block;
    width:100% !important;
    height:auto !important;
}
.tiny-content table tr+tr, .tiny-content table td+td {
    margin-top:10px;
}
}
.phone-visible {
    display:none;
}
@media screen and (max-width:480px) {
    .phone-hidden {
        display:none !important;
    }
    .phone-visible {
        display:block;
    }
.index-container {
    display:block;
    width:100%;
    height:auto;
}
.index-about {
    display:block;
}
.index-about>* {
    display:block;
    vertical-align:top;
    height:auto;
    padding:15px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background-size:cover;
    background-position: center center;
}
.index-about>a {
    position:relative;
}
.index-about>a:before {
    content:"";
    display:block;
    height:0;
    padding-top:70%;
}
}

@media screen and (max-width:320px) {
    
}


.ie-old {
    background-color:#e74c3c;
    margin: 40px 0 0;
    padding:10px;
    color:#fff;
    font-size:18px;
    font-weight:100;
    
}
.ie-old strong {
    font-weight:700;
}

.intro-area {
    background: rgba(0,0,0,0.85);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000000;
    opacity:0;
    transition:opacity 1s ease;
}
.intro-area.on {
    opacity:1;
}
.intro-area .intro-image {
    position:absolute;
    width:100%;
    text-align:center;
    left:0;
    height:100%;
    top:5%;
    vertical-align:middle;
}
.intro-area .intro-image img {
    max-width:90%;
    max-height:90%;
    vertical-align:middle;
}