
.top_text {

	FONT-SIZE: 22px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	TEXT-DECORATION: blod;
	font-style: normal;
	line-height: normal;
	color: grey;
}

.left_rezerw A {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	TEXT-DECORATION: none;
	font-style: normal;
	line-height: normal;
	color: darkblue;
}

.left_rezerw A:hover {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	TEXT-DECORATION: none;
	font-style: normal;
	line-height: normal;
	color: green;
}

.rezerwacja_button {
	width:170px;
	/* height:31; */
	transition:500ms all ease;
}

.rezerwacja_button:hover {
	width:192px;
}

.rezerwacja_button:active {
	position:relative;
    top:2px;
}

.galeria_button {
	width:140px;
	border: 3px solid #078BB0;
	transition:500ms all ease;
}

.galeria_button:hover {
	width:160px;
	border: 3px solid green;
}

.galeria_button:active {
	border: 3px solid orange;
	position:relative;
    top:2px;
}

.mapa_button {
	width:165px;
	transition:500ms all ease;
}

.mapa_button:hover {
	width:185px;
}

.mapa_button:active {
	width:140px;
	position:relative;
    top:2px;
}
.fb_button {
	width:100px;
	border: 0px solid green;
	transition:500ms all ease;
}

.fb_button:hover {
	width:120px;
	border: 2px solid green;

}

.fb_button:active {
	border: 2px solid orange;
	position:relative;
    top:2px;
}
.stopka_text {
	FONT-SIZE: 18px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	TEXT-DECORATION: blod;
	font-style: normal;
	line-height: normal;
	color: grey;
}

/*  wydarznia i info pliki */

.left_title {
	border: 2px solid #160E69;
	border-collapse: collapse;
	background-color: #E2DFFF;
	font-size:12px;
	color:#05265A;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, sans-serif, Verdana;
}

.left_title A {
	color:#05265A;
	TEXT-DECORATION: none;
}

.left_title A:hover {
	color:#B20B0B;
	TEXT-DECORATION: none;
}

.right_title {
/* border: 2px solid #160E69;
border-collapse: collapse; */
background-color: #E2DFFF;
font-size:12px;
color:#05265A;
TEXT-DECORATION: none;
FONT-FAMILY: Arial, sans-serif, Verdana;
}

.right_title A {
color:blue;
TEXT-DECORATION: none;
}

.right_title A:hover {
color:#B20B0B;
TEXT-DECORATION: none;
}

.right_title_div {
background-color:#6495ed;
font-size:16px;
font-weight:bold;
}

.left_title_div {
background-color:#6495ed;
font-size:16px;
font-weight:bold;
}

.input_wpis {
	width: 150px;
	border: 1px solid #c4c4c4; 
	height: 25px; 
	width: 275px; 
	font-size: 13px; 
	padding: 4px 4px 4px 4px; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	box-shadow: 0px 0px 8px #d9d9d9; 
	-moz-box-shadow: 0px 0px 8px #d9d9d9; 
	-webkit-box-shadow: 0px 0px 8px #d9d9d9; 
	transition:500ms all ease;
	background-color: white;
}

.input_wpis:hover { 
	width:270px;
	background:url('../imgs/ico/xxpen.png') no-repeat right; 
	background-size:25px 25px; 
	background-position:96% 62%; 
	padding:4px 32px 4px 4px;
} 

.input_wpis:focus { 
	background-color: #CCFFFF;
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 

.input_select {
	width: 150px;
	border: 1px solid #c4c4c4; 
	height: 25px; 
	width: 275px; 
	font-size: 14px; 
	padding: 4px 4px 4px 4px; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	box-shadow: 0px 0px 8px #d9d9d9; 
	-moz-box-shadow: 0px 0px 8px #d9d9d9; 
	-webkit-box-shadow: 0px 0px 8px #d9d9d9; 
	transition:500ms all ease;
	background-color: white;
}

.input_select:hover {
	width:270px;
	background:transparent;
}

.input_select:focus { 
	background-color: #CCFFFF;
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}

.input_button {
    font-size: 16px;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #3866A3;
    padding: 5px 40px;
    text-shadow:1px 1px 0px #5E5E5E;
    -moz-box-shadow:inset 1px 1px 0px 0px #BEE2F9;
    -webkit-box-shadow:inset 1px 1px 0px 0px #BEE2F9;
    box-shadow:inset 1px 1px 0px 0px #BEE2F9;
    font-weight:normal;
    text-decoration:none;
    cursor: pointer;
    background:-webkit-linear-gradient(90deg, #468ccf 5%, #63b8ee 100%);
    background:-moz-linear-gradient(90deg, #468ccf 5%, #63b8ee 100%);
    background:-ms-linear-gradient(90deg, #468ccf 5%, #63b8ee 100%);
    background:linear-gradient(180deg, #63b8ee 5%, #468ccf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
    /*background-color:#468ccf;*/
    color:#FFFFFF;
    display:inline-block;
    transition:500ms all ease;
}
.input_button:hover {
	padding: 5px 45px;
    background:-webkit-linear-gradient(90deg, #63b8ee 5%, #468ccf 100%);
    background:-moz-linear-gradient(90deg, #63b8ee 5%, #468ccf 100%);
    background:-ms-linear-gradient(90deg, #63b8ee 5%, #468ccf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
    color:#D6F9AF;
    /*background-color:#63b8ee;*/
}
.input_button:active {
    position:relative;
    top:1px;
}

.img_stopka { 
	width:60px;
	opacity:0.7;
	transition:500ms all ease;
}

.img_stopka:hover {
	width:120px;
	opacity:1.0;
}

.prele_img {
	-webkit-border-radius: 6px; /* Safari, Chrome */
 	-khtml-border-radius: 6px;    /* Konqueror */
 	-moz-border-radius: 6px; /* Firefox */
  	border-radius: 6px;
  	box-shadow: 0px 0px 2px #d9d9d9; 
	-moz-box-shadow: 0px 0px 2px #d9d9d9; 
	-webkit-box-shadow: 0px 0px 2px #d9d9d9;
}

.prele2 {
	-webkit-border-radius: 20px; /* Safari, Chrome */
	-khtml-border-radius: 20px;    /* Konqueror */
	-moz-border-radius: 20px; /* Firefox */
	border-radius: 20px;
	box-shadow: 0px 0px 8px #d9d9d9; 
	-moz-box-shadow: 0px 0px 8px #d9d9d9; 
	-webkit-box-shadow: 0px 0px 8px #d9d9d9; 
	transition:500ms all ease;
}

.prele2:hover {
	box-shadow: 0px 0px 18px blue; 
	-moz-box-shadow: 0px 8px 18px blue; 
	-webkit-box-shadow: 0px 8px 18px blue;
}

.arch2 {
	width: 450px;
	border: 1px solid #c4c4c4; 
	font-size: 14px; 
	font-weight:bold;
	padding: 2px 20px 2px 10px; 
	margin: 20px 10px 10px 10px;
	border-radius: 10px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius:20px; 
	box-shadow: 0px 0px 0px #d9d9d9; 
	-moz-box-shadow: 0px 0px 0px #d9d9d9; 
	-webkit-box-shadow: 0px 0px 0px #d9d9d9; 
	transition:500ms all ease;
	/* background-color: #6062D9; */
	text-align:center;
}

