@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=latin-ext');
body{
	margin:0;
	padding:0;
	font-family: "Open Sans";
}
.main{
	background: #f4f7f8;
    margin: 30px;
    padding: 20px;
    font-family: "Open Sans";
    border-radius: 10px;
}
a.button{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #2495CE;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #1c78a7;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
	text-decoration:none;
	box-sizing: border-box;
	transition:all 0.5s;
}
a.button:hover{
	background: #1c78a7;
}
.form-style-5{
	max-width: 500px;
	padding: 10px 20px;
	
	margin: 10px auto;
	padding: 20px;
	background: #f4f7f8;
	border-radius: 8px;
	
}
.form-style-5 fieldset{
	border: none;
	font-family: "Open Sans";
}
.form-style-5 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	font-family: "Open Sans";
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
	background: #d2d9dd;
}
.form-style-5 select{
	-webkit-appearance: menulist-button;
	
}
.form-style-5 .number {
	background: #2495CE;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #2495CE;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #1c78a7;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
	background: #1c78a7;
}
body#tresc p, body#tresc h1{
	color:black;
	font-family: "Open Sans";
}
body#tresc{
	padding:20px;
	
}
body#tresc h3 {
    font-family: "Open Sans";
}
body#tresc div.przyciski {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
}
.przyciski a {
    margin: 10px;
    background: #BCCF02;
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 1px;
}
.przyciski a:hover{
	background:#1394CC;
}
.infobuttons a {
    margin: 10px;
    background: #BCCF02;
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 1px;
}
.infobuttons a:hover{
	background:#1394CC;
}
span.attribute_tip {
    position: relative;
	color:#BCCF02;
}
span.attribute_tip > span {
    position: absolute;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    display: none;
    background: black;
    color: white;
    font-size: 12px;
    top: -50%;
    left: 16px;
    border: 1px solid #333333;
    padding: 3px 5px;
    min-width: 180px;
    text-align: left;
    font-weight: 300;
    z-index: 100;
}
span.attribute_tip:hover > span {
    display: block!important;
}
.main.info {
    background: #eeeeee;
	display: flex;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.infotxt {
    width: 80%;
}
.main.info p, .main.info ul li {
    font-size: 13px;
}
body#tresc img{
	max-width:300px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;}
.html5-elem-box {
    border-radius: 20px;
}
div#html5-watermark {
    display: none!important;
}
.flex {
    display: flex;
    flex-wrap: nowrap;
	    width: 100%;
}
.image img {
    max-width: 150px;
}
.flex {
    display: flex;
    width: 100%;
    align-items: stretch;
    align-content: center;
    justify-content: center;
}
.flex div {
    padding: 10px 20px;
    border: 1px solid #e8e8e8;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13%;
    border-right: 0;
	flex-direction: column;
}
.tel a {
    color: #2495CE;
    text-decoration: none;
    font-weight: 700;
}
.usun {
    border-right: 1px solid #e8e8e8!important;
}
.tytul a {
    color: #2495CE;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}
.tytul a:hover, .tel a:hover {
    color: #1C78A7;
}
.tytul {
    width: 20%;
}
.flex.title div {
    background: #2495CE;
    padding: 5px 20px;
    font-weight: 700;
    color: white;
    border-color: transparent;
}
.usun a {
    color: #F0553D;
    font-size: 26px;
}
.link a {
    color: #BCCF02;
    font-size: 26px;
}
.link a:hover {
    color: #a5b507;
    
}
.flex div p {
    padding: 0;
    margin: 0;
}
.w3-bar.w3-black {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
.w3-bar.w3-black button:hover, .w3-bar.w3-black button:focus, .w3-bar.w3-black button:active {
    background: #c93a24;
	cursor:pointer;
}
.w3-bar.w3-black button {
    background: #F0553D;
    border: 0;
    padding: 10px;
    margin: 0 10px;
    font-size: 18px;
    border-radius: 8px;
    color: white;
    font-weight: 700;
    transition: all 0.3s;
}
.error, .ok {
    background: #F0553D;
    padding: 8px 20px;
    font-family: "Open Sans";
    display: flex;
    margin: 10px;
    color: white;
    font-weight: 700;
    font-size: 14px;
    border-radius: 10px;
    width: 20%;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.ok{
	background:#BCCF02!important;
}
.wyprzedane {
    border: 0!important;
    background: #F0553D;
    color: white;
    width: 85%!important;
    border-radius: 16px;
    padding: 5px!important;
}
.flex div.usun {
    flex-direction: row;
}
.flex div.usun a {
    margin: 10px;
}
.flex div.usun a:hover{
	color:#C93A24;
}
.tytul i {
    color: #BCCF02;
}
@media screen and (max-width: 800px) {
  .main {
	  margin:10px;
    width: calc(100% - 20px);
	box-sizing: border-box;
}
.main.info {
    flex-direction: column;
}
.main.info p, .main.info ul li {
    font-size: 16px;
}
.infotxt {
    width: 100%;
}
.w3-bar.w3-black {
    flex-wrap: wrap;
}
button.w3-bar-item.w3-button {
    margin: 10px;
}
.flex.title .data, .flex.title .godzina, .flex.title .image, .flex.title .tytul, .flex.title .cena, .flex.title .usun {
    display: none;
}
.flex.title div {
    box-sizing: content-box;
    width: 100%;
}
.flex {
    flex-wrap: wrap;
    border-bottom: 2px dashed #ababab;
    margin-bottom: 50px;
}
.flex div{
	width: 100%;
    border: 0;
    padding: 7px 0;
}
.data:before {
    content: 'Data:';
    position: relative;
    font-weight: bold;
}
.godzina:before {
    content: 'Godzina:';
    position: relative;
    font-weight: bold;
}
.tytul:before {
    content: 'Tytuł przedstawienia:';
    position: relative;
    font-weight: bold;
}
.tel:before {
    content: 'Rezerwacja:';
    position: relative;
    font-weight: bold;
}
.cena:before {
    content: 'Cena:';
    position: relative;
    font-weight: bold;
}
.usun{
	border-right:none!important;
}
div#html5-lightbox-box{
	margin-top:20px!important;
}
body#tresc img {
    max-width: 100%!important;
}
body#tresc {
    padding: 5px;
}
body#tresc div.przyciski {
    position: relative;
}
body#tresc div.przyciski {
    display: flex;
    margin: 0;
}
span.attribute_tip > span{
	left:-90px;
}
}
div#html5-lightbox-box {
    margin-top: 20px!important;
}
.opis {
    width: 80%!important;
}
.flex div.link {
    word-break: break-all;
}
.flex div.cena {
    border-right: 1px solid #e8e8e8;
}
@media screen and (min-width: 800px) {
	.flex div.cena, .flex div.godzina{
		width:4%;
	}
	.flex div.tel {
    width: 20%;
}
.flex div.tytul{
	width:20%;
}
}
.przycisk-rep a {
    margin: 10px;
    background: #BCCF02;
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 1px;
}
.przycisk-rep a:hover {
    background: #1394CC;
}
.przycisk-rep {
    display: flex;
    justify-content: center;
}
a.html5lightbox.button10 {
    border: 0!important;
    background: #BCCF02;
    color: white;
    width: 85%!important;
    border-radius: 16px;
    padding: 6px!important;
    font-weight: 400;
}
label, input, textarea {
            display: block;
            margin-bottom: 10px;
        }

        input[type="text"],
        input[type="email"],
        textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        input[type="submit"] {
            background-color: #007BFF;
            color: #fff;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        input[type="submit"]:hover {
            background-color: #0056b3;
        }
form {
    width: 96%;
}