html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    outline: 0;
}
#mapka{
	width: 100%; 
	height: 324px; 
	border: 0px solid black; 
	background: gray;
}
#old-version{
    width: 100%;
    line-height: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: Tahoma;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
body{
	font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
#stretcher{
	background: #333;
	width: 100%;
}
.container{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#content .container{
    min-height: 400px;
    padding-bottom: 20px;
    z-index: 2;
}
#header{
	width: 100%;
	height: 491px;
	background: url('../images/bg.jpg') center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 -30px;
}
#header.head-logged{
    height: 190px;
	background-position: 0% 50%;
    border-bottom: 3px solid rgba(255,255,255,0.6);
    box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   -webkit-box-shadow: inset 0px -10px 30px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    inset 0px -10px 30px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         inset 0px -10px 30px 0px rgba(50, 50, 50, 0.75);
    outline: 1px solid #8d8989;
}
#brand{
	margin: 0;
	padding-top: 11px;
	color: white;
	height: 135px;
	width: 290px;
	float: left;
}

#brand #logo{
	display: inline-block;
}

#brand #logo img{
	float: left;
}

#brand #logo #logo-text{
	margin: 20px 0px 18px 10px ;
	line-height: 0.8;
	width: 210px;
	float: right;
}

.semibold{
	font-family: DosisSemiBold;
}

.book{
	font-family: DosisBook;
}

.extralight{
	font-family: DosisExtraLight;
}

.medium{
	font-family: DosisMedium;
}

.medium1{
	font-family: DosisMedium;
    font-size: 30px;
}

#brand #logo #logo-text #text-green{
	color: #a7d435;
	font-size: 20px;
}
#brand #logo #logo-text #text-big{
	text-transform: uppercase;
	font-size: 31px;
}

#brand a #login{
	outline: none;
    margin-left: 20px;
	border: none;
	width: 260px;
	height: 62px;
	background-image: url('../images/button-login.png');
	background-color: transparent;
	cursor: pointer;
	border-radius: 4px;
	display: block;
}
#brand a #login:hover{
    background-position: 0 -58px;
}
#brand a #logout{
	outline: none;
    margin-left: 20px;
	border: none;
	width: 260px;
	height: 62px;
	background-image: url('../images/button-logout.png');
	background-color: transparent;
	cursor: pointer;
	border-radius: 4px;
	display: block;
}
#brand a #logout:hover{
    background-position: 0 -58px;
}
#menu{
	position: absolute; 
	width: 63%;
	top: 55px;
	right:0;
	border-top-left-radius: 14px; 
	border-bottom-left-radius: 14px; 
	background: #fff;
	float: right;
}

#menu ul{
	font-family: DosisMedium;
	text-transform: uppercase;
}

#menu ul li{
	padding: 20px 0px;
	float: left;
}
#menu ul li:hover{
    background: #f2f2f2;
    transition: .3s;
}
#menu ul #home-icon{
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
	background: #dedede;
	padding: 4px 18px;
	margin: 0;
	border-right: 1px solid #d8d8d8;

}
#menu ul #home-icon a{
	padding:0;
	border:none;
}	
#home-href{
    width: 50px;
    height: 50px;
    background: url(../images/home.png) no-repeat;
}
#home-href:hover{
    background-position: 0 -50px;
}
#menu ul li a{
	padding: 0px 22px;
	border-right: 1px solid #d8d8d8;
	color: #4d4d4d;
	font-size: 16px;
}
#menu ul li a:hover{
	color: #222;
}

.bar{
	text-transform: uppercase;
	color: #fff;
    background-color: rgba(0,0,0,0.5);
}

#top-bar{
	width: 50%; 
	padding-right: 60px; 
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px; 
	float: left; 
	font-size: 50px; 
	position: absolute; 
	text-align: right; 
	left: 0; 
	top: 220px;
}

#top-bar p{
}	

#bottom-bar{
	padding: 5px 40px;
	width: 56%;  
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px; 
	position: absolute; 
	text-align: left; 
	right: 0; 
	top: 306px;
	font-size: 30px;
}

#bottom-header{
	box-shadow: 0px -16px 40px rgba(0, 0, 0, 0.5);
	font-weight: 100;
	width: 100%;
	height: 84px;
	background: url('../images/header-lower-background.png');
	color: #302f2f;
	font-size: 25px;
}
#bottom-header.logged-bar{
    height: 50px;
    background-size: 100% 50px;
    z-index: 999;
}
#bottom-header ul{
	margin-left: 130px;
	padding-top: 24px;
}

#bottom-header ul li{
	padding: 0px 14px;
	float: left;
}

#bottom-header ul li img{

}

#content{
	margin-top: 15px;
}

#nav-left{
	float: left;
}

#nav-left .left-item{
	margin-bottom: 52px;
}

.head{
	height: 41px;
	width: 252px;
}

.head img{
	margin-top: -3px;
	position: absolute;
}

.head p{
	background: linear-gradient(#f5f5f5, #e9e9e9);
	color: #323232;
	display: block;
	padding: 4px 10px 4px 43px;
	font-size: 16px;
	border: 1px solid #e4e4e4;
	border-radius: 11px;
    margin-left: 5px;
}

#nav-left .details{
	padding-left: 14px;
}
#nav-left .details h3{
	color: #323232;
	line-height: 25px;
	font-size: 14px;
}

#nav-left .details p{
	font-size: 12px;
	color: #8d8d8d;
}


.btn-more{
    text-align: center;
    outline: 0;
    float: right;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    min-width: 98px;
    padding: 2px 5px 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    border: 1px solid #87b319;
    background-color: #a7d435;
    text-shadow: 0px 1px 1px rgba(88, 121, 4, 1);
    background: rgb(167,212,53); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3ZDQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4M2E5MjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(167,212,53,1) 0%, rgba(131,169,34,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,212,53,1)), color-stop(100%,rgba(131,169,34,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d435', endColorstr='#83a922',GradientType=0 ); /* IE6-8 */
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
    box-shadow:         inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);

}
.btn-more:hover{
    border: 1px solid #6b83b4;
    background: rgb(94,109,143); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNmQ4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTQzNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(94,109,143,1) 0%, rgba(58,67,114,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,109,143,1)), color-stop(100%,rgba(58,67,114,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6d8f', endColorstr='#3a4372',GradientType=0 ); /* IE6-8 */
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);

}


.btn-more:hover{
    border: 1px solid #6b83b4;
    background: rgb(94,109,143); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNmQ4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTQzNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(94,109,143,1) 0%, rgba(58,67,114,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,109,143,1)), color-stop(100%,rgba(58,67,114,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6d8f', endColorstr='#3a4372',GradientType=0 ); /* IE6-8 */
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);

}
.left-item .btn-more{
    margin-top: 7px;
}
#button-map{
    margin-top: 27px;
    display: none;
}
#main{
	padding: 0 22px 0 30px;
	float: left;
	margin-bottom: 30px;
    width: 400px;
}

#map-form{
	padding-bottom: 10px;
}

#map-form h3{
	font-weight: 400;
	font-size: 18px;
    margin-bottom: 10px;
}

#map-form p{
	font-size: 14px;
	color: #7a7a7a;
	margin-bottom: 16px;
}
.form-item{
    min-height: 42px;
}
.form-item-error
{
    margin-bottom: 10px;
    font-size:11px;
    font-weight: bold;
    min-height: 20px;
    text-align: center;
    color: red;
} 
.form-item label{
    float: left;
    font-size: 14px;
	color: #7a7a7a;
    margin-top: 4px;
}
#map-form select, .main-subpage-content select{
	outline: 0;
	float: right;
	border-radius: 4px;
	border: 2px solid #1e2a44;
	width: 244px;
	height: 26px;
}

#map-form button.search{
	float: right;
	outline: none;
	border: none;
	background-color: none;
	cursor: pointer;
	border-radius: 4px;
	display: block;
	width: 100px;
	height: 26px;
	background: url('../images/button-search.png');
}
#map{
    margin-top: 40px;
}
#map h3{
	padding-bottom: 10px;
    font-size: 18px;
}

#nav-right{
	float: right;
	width: 280px;
	line-height: 1.2;
}

#nav-right h2{
	font-size: 25px;
	font-weight: 300;
	padding-bottom: 14px;
}

#nav-right .news-item{
	width: 250px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 10px;
	padding-bottom: 11px;
}

.news-item a{
	display: block;
	padding-left: 6px;
	border-left: 2px solid #b4ec24;
	font-size: 14px;
	font-weight: 600;
	color: #434342;
}

.news-item p{
	padding-top: 4px;
	padding-left: 8px;
	font-size: 11px;
	color: #9b9b9b;
}

#nav-right a.archive{
	margin-top: 8px;
	margin-right: 30px;
	float: right;
	font-size: 14px;
	color: #000;
}

#footer{
	clear: both;
	height: 311px;
    height: 311px;
	background: #1e2a44;
    background-position: center;
}
#footer .container{
	height: 311px;
	background: url('../images/footer-background.png') no-repeat;
    background-position: right 30px ;
}
#footer .container a{
	display: block;
}
#footer .facebook{
	position: absolute;
	float: right;
	margin-left: 900px;
	margin-top: -5px;
    transition: .3s;
}
#footer .facebook:hover{
    margin-top: -10px;
}
#footer #contact{
	float: left;
	padding-top: 18px;
	font-size: 16px;
	width: 356px;
}

#footer #contact p{
	color: white;
}

#footer a:hover, a:visited, a:link, a:active{
	text-decoration: none!important;

    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

#footer #contact form{
	display: block;
	margin-top: 6px;
}
#footer #contact input, #footer #contact textarea{
    font-family: 'Open Sans', sans-serif;
	margin-top: 1px;
	margin-bottom: 10px;
	padding: 8px 12px;
	width: 340px;
	border: 1px solid #000;
	border-radius: 3px;
    font-size: 12px;
	outline: 0;
    border: 1px solid #080e1e;
     box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-box-shadow: inset 0px 3px 21px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    inset 0px 3px 21px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         inset 0px 3px 21px 0px rgba(0, 0, 0, 0.35);
    color: #444343;
}

#footer #contact button.send{
	margin-right: 15px;
	float: right;
	outline: none;
	border: none;
	background-color: none;
	cursor: pointer;
	border-radius: 4px;
	display: block;
	width: 116px;
	height: 26px;
	background: url('../images/button-send.png');
}

#footer #menu-foot{
	color: #fff;
	float: right;
	margin-right: 150px;
	margin-top: 15px;
}

#footer #menu-foot h2{
	font-weight: 600;
	margin-top: 30px;
	margin-left: 22px;
}

#footer #menu-foot a{
	color: #fff;
	font-weight: 300;
	font-size: 15px;

}

#footer #menu-foot ul li.prim{
	padding: 0 16px 15px 16px;
	float: left;
}

#footer #menu-foot ul li ul li{
	float: none;
}

#legal{
	height: 75px;
	background-color: #13192a;
	width: 100%;
	top:0;
	bottom:1;
	font-size: 12px;
	font-family: Tahoma;
	color: #fff;
}

#legal p.left{
	float: left;
	margin-top: 30px;
	margin-left: 10px;

}
#legal img{
	margin-top: 18px;
	float: left;
	
}

#legal p.right{
	margin-top: 30px;
	float: right;
}

#legal p.right a{
	text-decoration: none;
	color: #fff;
}

@font-face{
	font-family: DosisExtraLight;
	src: url('../styles/fonts/Dosis-ExtraLight.ttf');
}

@font-face{
	font-family: DosisSemiBold;
	src: url('../styles/fonts/Dosis-SemiBold.ttf');
}

@font-face{
	font-family: DosisMedium;
	src: url('../styles/fonts/Dosis-Medium.ttf');
}

@font-face{
	font-family: DosisBook;
	src: url('../styles/fonts/Dosis-Book.ttf');
}

#pre-load{
    position: fixed;
    text-align: center;
    display: table;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #41506D;
    vertical-align: middle;
}
#pre-load #loader{
    display: table-cell;
    vertical-align: middle;
    width: 128px;
    height: 128px;
    background: url(../images/loader.gif) no-repeat;
    background-position: center;
}
.map-position{
    margin-left: 0px;
}
#province-pl1{
    height: 322px;
    background: url(../images/provinces/pl1.png) no-repeat;
}
#province-pl2{
    height: 338px;
    background: url(../images/provinces/pl2.png) no-repeat;
}
#province-pl3{
    height: 440px;
    background: url(../images/provinces/pl3.png) no-repeat;
}
#province-pl4{
    height: 519px;
    background: url(../images/provinces/pl4.png) no-repeat;
}
#province-pl5{
    height: 324px;
    background: url(../images/provinces/pl5.png) no-repeat;
}
#province-pl6{
    height: 306px;
    background: url(../images/provinces/pl6.png) no-repeat;
}
#province-pl7{
    height: 358px;
    background: url(../images/provinces/pl7.png) no-repeat;
}
#province-pl8{
    height: 381px;
    background: url(../images/provinces/pl8.png) no-repeat;
}
#province-pl9{
    height: 407px;
    background: url(../images/provinces/pl9.png) no-repeat;
}
#province-pl10{
    height: 498px;
    background: url(../images/provinces/pl10.png) no-repeat;
}
#province-pl11{
    height: 275px;
    background: url(../images/provinces/pl11.png) no-repeat;
}
#province-pl12{
    height: 497px;
    background: url(../images/provinces/pl12.png) no-repeat;
}
#province-pl13{
    height: 286px;
    background: url(../images/provinces/pl13.png) no-repeat;
}
#province-pl14{
    height: 209px;
    background: url(../images/provinces/pl14.png) no-repeat;
}
#province-pl15{
    height: 429px;
    background: url(../images/provinces/pl15.png) no-repeat;
}
#province-pl16{
    height: 364px;
    background: url(../images/provinces/pl16.png) no-repeat;
}
.province{
    width: 340px;
    display: none;
    margin: 0px auto;
}
.province-city{
    position: absolute;
    color: #dedede;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    padding-right: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    
}
.province-city:before{
    content: "·";
    position: absolute;
    font-size: 60px;
    height: 13px;
    line-height: 18px;
    color: #baf228;
}
.province-city a{
    padding-left: 18px;
    color: #fff;
}
.province-city a:hover{
    color: #baf228;
}
#menu-mobile{
    display: none;
}
@media only screen and (min-width: 1600px){
    #menu{
        width: 58%;
    }
}

@media only screen and (max-width: 1600px){
    #menu{
        width: 63%;
    }
}

@media only screen and (max-width: 1300px){
    #menu{
        width: 65%;
    }
}

@media only screen and (max-width: 1100px){
    #menu{
        width: 68%;
    }
}

@media only screen and (max-width: 1050px){
    #menu{
        width: 70%;
    }
}
@media only screen and (max-width: 1000px){
    .container{
        width: 100%;
    }
    #main{
        padding: 0 0 0 22px;
    }
    #menu #home-href{
        width: 35px;
        height: 35px;
        background-size: 35px 70px;
    }
    #header{
        background-position: 0;
    }
    #menu{
        width: 63%;
    }
    #menu #home-href:hover{
        background-position: 0 -35px;
    }
    #menu ul li {
        padding: 12px 0px;
    }
    #menu ul li a{
        font-size: 12px;
        padding: 0 12px;
    }
    
    #bar{
        z-index: 2;
    }
    #menu{
        z-index: 10;
    }
    #bottom-header ul{
        margin-left: 0px;
        display: inline-block;
    }
    .steps-bar{
        text-align: center;
    }
    #content{
        width: 674px;
        margin: 20px auto;
    }
    #nav-right{
        width: 100%;
        margin-bottom: 50px;
    }
    #nav-right .news-item{
        width: 100%;
    }
    .news-item a{
        display: inline-block;
    }
    .news-item p{
        display: inline-block;
    }
    #nav-right a.archive{
        margin-right: 0px;
        margin-top: 15px;
    }
    #footer .container, #legal .container{
        width: 674px;
        margin: 0px auto;
    }
    #footer .container {
        height: 100%;
        background: url('../images/footer-background.png') no-repeat;
        background-position: right bottom;
    }
    #footer #contact{
        width: 674px;
        margin: 0px auto;
    }
    #footer #contact input, textarea{
        width: 100%;
    }
    #footer #menu-foot {
        color: #fff;
        float: left;
        margin-right: 0px;
        margin-left: 40px;
        margin-top: 35px;
    }
    #footer .facebook {
        position: absolute;
        float: right;
        width: 60px;
        margin-left: 617px;
        margin-top: -5px;
    }
    #footer #menu-foot a{
        font-size: 13px;
    }
    #footer{
        height: 500px;
    }
    #footer #contact{
        float: none;
    }
    #footer #menu-foot{
        float: none;
        clear: both;
        margin: 50px 0px 0px;
    }
    #footer #menu-foot h2{
        padding-left: 0px;
        margin-left: 0px;
    }
    #footer #menu-foot ul li.prim{
        margin-left: 0px;
        padding-left: 0px;
        width: 29%;
    }
    #footer #contact button.send{
        margin-right: 0px;
    }
    
}

@media only screen and (min-width: 768px){
    #menu{
        display: block!important;
    }
}

@media only screen and (max-width: 767px){
    .container{
        width: 95%;
    }
    
    #menu{
        width: 100%;
        top: 0;
        float: none;
        border-radius: 0px;
        display: none;
    }
    #menu ul #home-icon{
        display: none;
    }
    #menu-icon:before{
        cursor: pointer;
        content: "X";
        top: 0;
        position: absolute;
        float: right;
        right: 0;
        font-size: 30px;
        margin: 10px 30px;
        background: #f2f2f2;
        border-radius: 30px;
        padding: 10px 20px;
    }
    #menu ul li{
        float: none;
        text-align: center;
    }
    #menu ul li a{
        border: 0px;
        font-size: 16px;
    }
    
    #top-bar{
        font-size: 40px;
        width: 66%;
        padding-right: 20px;
    }
    #bottom-bar{
        font-size: 25px;
        width: 66%;
        padding-left: 20px;
    }
    #menu-mobile{
        display: block;
        width: 50px; 
        height: 50px;
        background: url(../images/menu.png) no-repeat;
        margin: 26px 26px 0 0;
        float: right;
    }
    #menu-mobile:hover{
        opacity: 0.8;
    }
    #menu-mobile a{
        display: block;
        width: 50px;
        height: 50px;
    }
    #bottom-header{
        height: 65px;
    }
    #bottom-header ul{
        font-size:  17px;
    }
    #bottom-header ul li{
        padding:0px 5px;
    }
    #bottom-header ul li img{
        height: 24px;
    }
    #content{
        width: 479px;
        margin: 20px auto;
    }
    #nav-left {
        float: left;
        width: 95%;
    }
    #nav-left .head{
        width: 100%;
    }
    #nav-right{
        width: 95%;
        float: none;
    }
    .news-item p{
        float: none;
        display: block;
    }
    #nav-right a.archive{
        margin-bottom: 40px;
    }
    .map-position{
        margin-left: 0px
    }
    #main{
        padding: 0px 10px;
        width: 95%;
    }
    #map-form{ 
        width: 95%;
    }
    #map-form h3{
        margin-bottom: 10px;
    }
    #map-form label{
        display: block;
        margin: 0px 0px 5px;
    }
    .form-item{
        min-height: 60px;
    }
    .form-item-error
	{
    margin-bottom: 10px;
    font-size:11px;
    font-weight: bold;
    min-height: 20px;
    text-align: center;
    color: red;
	}
    #map-form select{
        float: none;
    }
    #map-form select{
        width: 100%;
    }
    #footer .container, #legal .container{
        width: 95%;
    }
    #footer #contact{
        width: 98%;
    }
    #footer #contact input, textarea{
        width: 100%;
    }
    #footer #menu-foot {
        color: #fff;
        float: left;
        margin-right: 0px;
        margin-left: 40px;
        margin-top: 35px;
    }
    #footer .facebook {
        position: absolute;
        float: right;
        width: 60px;
        margin-left: 84%;
        margin-top: -5px;
    }
    #footer #menu-foot a{
        font-size: 13px;
    }
    #footer{
        height: 500px;
    }
    #footer #contact{
        float: none;
    }
    #footer #menu-foot{
        float: none;
        clear: both;
        margin: 50px 0px 0px;
    }
    #footer #menu-foot h2{
        padding-left: 0px;
        margin-left: 0px;
    }
    #footer #menu-foot ul li.prim{
        margin-left: 0px;
        padding-left: 0px;
        width: 29%;
    }
    
}
@media only screen and (max-width: 479px){
    #brand #logo img{
        width: 38px;
        height: 41px;
    }
    #header{
        background-position: -100px 0;
        height: 400px;
    }
    #menu-icon:before{
        z-index: 9999;
        cursor: pointer;
        content: "X";
        top: 0;
        position: absolute;
        float: right;
        right: 0;
        font-size: 15px;
        margin: 10px 10px;
        background: #f2f2f2;
        border-radius: 30px;
        padding: 5px 10px;
    }
    #brand #logo #logo-text{
        margin-top: 9px;
    }
    #brand #logo #logo-text #text-big{
        font-size: 20px;
    }
    #brand #logo #logo-text #text-green{
        font-size: 14px;
    }
    #brand a button{
        width: 195px;
        height: 46px;
        margin-left: 0px;
        background-size: 195px 92px;
    }
    #brand a button:hover{
        background-position: 0px -43px;
    }
    #menu-mobile{
        position: absolute;
        right: 0;
        top: 0;
    }
    #top-bar{
        top: 180px;
        font-size: 30px;
        padding-left: 10px;
    }
    #bottom-bar{

        top: 235px;
        font-size: 20px;
    }
    #bottom-header{
        display: none;
    }
    #bottom-header ul{
        font-size:  12px;
        font-weight: bold;
    }
    #bottom-header ul li{
        padding:0px 3px;
    }
    #bottom-header ul li img{
        height: 15px;
    }
    
    #content{
        width: 320px;
    }
    .map-position{
        margin-left: -20px;
    }
    #footer .facebook{
        display: none;
    }
    #footer #menu-foot ul li.prim{
        float: none;
    }
    #footer{
        height: auto;
        padding-bottom: 30px;
    }
    #footer #menu-foot h2{
        text-align: center;
        padding: 0px;
        border-bottom: 1px solid #798bb0;
        line-height: 33px;
    }
    #footer #menu-foot ul li.prim{
        width: 95%;
        text-align: center;
        padding: 0px;
    }
    #footer #menu-foot a{
        border-bottom: 1px solid #798bb0;
        line-height: 33px;
        font-size: 15px;
    }
    #footer #menu-foot a:hover{
        background: #fff;
        color: #435376;
    }
    #legal p.left{
        float: left;
        margin-top: 23px;
        margin-left: 10px;
        /* display: inline-block; */
        width: 243px;
    }
    .province{
        background-size: 240px auto!important;
    }
    
}
@media only screen and (max-width: 319px){
    #bottom-bar{
        top: 270px;
        font-size: 20px;
    }
    #content{
        width: 240px;
    }
    #legal p.left{
        width: 226px;
    }
}

/* login.htm; */
#login{
    background: #f6f6f6;
	border-radius: 10px;
    margin: 0px auto;
    width: 480px;
}
#login .head{
    width: 440px;
    padding: 20px;
}
#login .sub-content{
    width: 390px;
    padding: 0px 50px;
}
#login input[type="text"], input[type="password"]{
    background: #d9dce2;
    width: 309px;
    outline: 0;
    margin-left: 41px;
    border: 0;
    border-radius: 2px;
    line-height: 37px;
    height: 37px;
    color: #393939;
    font-size: 16px;
    padding: 0 20px;
}
#login input[type="submit"]{
	text-align: center;
    outline: 0;
    float: right;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    min-width: 98px;
    padding: 2px 5px 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    border: 1px solid #87b319;
    background-color: #a7d435;
    text-shadow: 0px 1px 1px rgba(88, 121, 4, 1);
    background: rgb(167,212,53); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3ZDQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4M2E5MjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(167,212,53,1) 0%, rgba(131,169,34,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,212,53,1)), color-stop(100%,rgba(131,169,34,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d435', endColorstr='#83a922',GradientType=0 ); /* IE6-8 */
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
    box-shadow:         inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
}
#register-confirm input[type="submit"]{
	text-align: center;
    outline: 0;
    float: right;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    min-width: 98px;
    padding: 2px 5px 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    border: 1px solid #87b319;
    background-color: #a7d435;
    text-shadow: 0px 1px 1px rgba(88, 121, 4, 1);
    background: rgb(167,212,53); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3ZDQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4M2E5MjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(167,212,53,1) 0%, rgba(131,169,34,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,212,53,1)), color-stop(100%,rgba(131,169,34,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d435', endColorstr='#83a922',GradientType=0 ); /* IE6-8 */
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
    box-shadow:         inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
}
.login-button{
    height: 30px;
}
.login-icon{
    width: 41px;
    height: 37px;
    padding: 2px 0;
    background: url(../images/user.png) no-repeat;
    margin-bottom: 17px;
}
.mail-icon{
    width: 41px;
    height: 37px;
    padding: 2px 0;
    background: url(../images/mail.png) no-repeat;
    margin-bottom: 17px;
}
.pass-icon{
    width: 41px;
    height: 37px;
    padding: 2px 0;
    background: url(../images/pass.png) no-repeat;
    margin-bottom: 17px;
}
.pass-icon-rem1{
	
    font-size: 10px;
    margin-top: -10px;
    padding-top: 10px;
}
.pass-icon-rem input{
	
    float: left;
    cursor: pointer;
    color: #fff;
    margin: 0px;
}
.login-text{
    color: #000000;
    padding-bottom: 20px;
}
.login-text-big{
    font-size: 16px;
    line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}
.login-text-small{
    font-size: 13px;
    line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}
.login-text-small a{
    color: #000;
    font-weight: bold;
}
@media only screen and (max-width: 479px){
    #login{
        width: 320px;
    }
    #login .head{
        width: 280px;
    }
    #login input{
        width: 146px;
    }
    #login .sub-content{
        width: 220px;
    }
    .login-button {
        height: 30px;
        width: 227px;
    }
    .login-button .btn-more{
        float: none;
    }
    .login-text{
        padding: 20px 0 20px;
    }
}
@media only screen and (max-width: 319px){
    #login{
        width: 220px;
    }
    #login .head{
        width: 200px;
        padding: 10px;
    }
    #login input{
        width: 120px;
        margin-left: 30px;
        border-radius: 2px;
        line-height: 24px;
        height: 24px;
        color: #393939;
        font-size: 12px;
        padding: 0 10px;
    }
    .login-icon, .pass-icon, .mail-icon{
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
    #login .sub-content{
        width: 180px;
        padding: 0 20px;
    }
    .login-button {
        height: 30px;
        width: 100%;
    }
    .login-button .btn-more{
        float: none;
    }
    .login-text{
        padding: 20px 0 20px;
    }
    .login-text-big{
        font-size: 13px;
    }
    .login-text-small{
        font-size: 11px;
    }
}

/* register.html */
.register-content{
    width: 80%;
    padding: 60px;
    background: #f6f6f6;
	border-radius: 10px;
}
.register-content_1{
    width: 280px;
    padding: 10px;
    background: #f6f6f6;
	border-radius: 10px;
}
#register-left{
    left: -50%;
    margin-bottom: 80px;
}

#register-right{
    float: right;
    margin-bottom: 24px;
}
#register-left .head, #register-right .head{
    width: 100%;
}
.register-box{
    padding: 10px 15px;
}
.form-register-item{
    margin-bottom: 10px;
    clear: both;
}
.form-register-item input[type="text"], input[type="email"],
.form-register-item input[type="password"]{
    width: 90%;
    height: 27px;
    padding: 0px 15px;
    background: #eaecee;
    line-height: 27px;
    border: 0px;
    outline: 0;
    border-radius: 4px;
    font-family: Tahoma;
    float: right;
}
.form-register-item label{
    height: 27px;
    line-height: 27px;
    border: 0px;
    outline: 0;
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma;
    color: #393939;
}
.form-register-item  select {
    outline: 0;
    float: right;
    border-radius: 4px;
    border: 2px solid #1e2a44;
    width: 284px;
    height: 26px;
}
.count-select{
    width: 100%;
    margin-bottom: 10px;
}
.count-select-nr{
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma;
    color: #d9dce2;
    display: inline-block;
    vertical-align: middle;
}
.count-select-line{
    width: 400px;
    height: 1px;
    background:  #d9dce2;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.count-select-margin{
    margin-top: 17px;
}
#register-confirm{
    clear: both;
    height: 70px;
    float: right;
    margin-bottom: 40px;
}
.left{
    float: left;
}
.right{
    margin-left: 30px;
    margin-top: 8px;
    float: right;
}
.register-confirm-alert{
    font-weight: bold;
    font-size: 13px;
    color: #4d4d4c;
    font-family: Tahoma;
    margin-left: 30px;
}
.register-confirm-regulations{
    font-size: 13px;
}
.register-confirm-regulations a{
    font-weight: bold;
    color: #000;
}
@media only screen and (max-width: 1000px){
    #register-left{
        float: none;
        margin: 0px auto;
        margin-bottom: 24px;
    }
    
    #register-right{
        float: none;
        margin: 0px auto;
        margin-bottom: 24px;
    }
    #register-confirm{
        width: 450px;
        margin: 0px auto;
        float: none;
    }
}
@media only screen and (max-width: 767px){
    .register-content, #register-confirm{
        width: 400px;
    }
    .form-register-item input{
        width: 200px;
    }
    .form-register-item select{
        width: 230px;
    }
    .count-select-line{
        width: 350px;
    }
}
@media only screen and (max-width: 479px){
    .register-content, #register-confirm{
        width: 260px;
        padding: 20px 10px;        
    }
    .form-register-item input{
        width: 200px;
    }
    .form-register-item select{
        width: 230px;
    }
    .count-select{
        margin-top: 17px;
    }
    .count-select-line{
        width: 210px;
    }
}
@media only screen and (max-width: 319px){
    .register-content, #register-confirm{
        width: 190px;
        padding: 20px 10px;        
    }
    .form-register-item input{
        width: 130px;
    }
    .form-register-item select{
        width: 160px;
    }
    .count-select{
        margin-top: 17px;
    }
    .count-select-line{
        width: 140px;
    }
    .count-select-margin{
        margin-top: 40px;
    }
}

/*trenerzy.html*/
.main-subpage{
    padding: 20px;
    background: #f6f6f6;
	border-radius: 10px;
    min-height: 500px;
    margin-bottom: 30px;
}
.main-subpage2{
    padding: 20px;
    background: #f6f6f6;
	border-radius: 10px;
    min-height: 500px;
    margin-bottom: 30px;
    font-size: 12px;
}
.main-subpage-info{
    padding: 20px;
    background: #f6f6f6;
	border-radius: 10px;
    min-height: 300px;
    margin-bottom: 30px;
}
.main-subpage-info1{
    padding: 20px;
    background: #f6f6f6;
	border-radius: 10px;
    min-height: 30px;
    margin-bottom: 30px;
}
.main-subpage-info p{
    margin-top: 10%;
    text-align: center;
    font-size: 19px;
    color: #717171;
}
.main-subpage-reg{
    padding: 20px;
    background: #f6f6f6;
	border-radius: 10px;
    min-height: 300px;
    margin-bottom: 30px;
    font-size: 11px;
}
.main-subpage-reg p{
    margin-top: 10%;
    text-align: center;
    font-size: 11px;
    color: #717171;
}
.main-subpage .head{
    width: auto;
}
.main-subpage-content{
    padding: 8px 25px;
}
.main-subpage-desc{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
}
.main-subpage-content label{
    width: 200px;
}
.main-subpage-content .padding-top{
    padding-top: 30px;
}
.main-subpage-subtitle{
    font-size: 14px;
    line-height: 24px;
}
.team-item{
    width: 50%;
    float: left;
    padding: 20px 0;
}
.team-item:nth-child(even){
    clear: both;
    border-right: 1px solid #cbcdd2;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.team-item{
    border-top: 1px solid #cbcdd2;
}
.profile-photo{
    margin-left:5px;
}
.profile-desc{
    width: 300px;
}

.profile-fullname{
    font-size:  14px;
    font-weight: bold;
    margin: 5px 0 10px 0;
}
.profile-info{
    font-size: 12px;
    color: #5c5c5c;
    line-height: 18px;
}
.profile-info-ogl{
    font-size: 12px;
    color: #5c5c5c;
    line-height: 17px;
}
.profile-info a{
    font-size: 12px;
    color: #5c5c5c;
    line-height: 18px;
}
.profile-more{
    padding-right:31px;
}
.team-item:nth-child(odd) .profile-more{
    padding-right:5px;
}
.team-item:nth-child(odd) .profile-photo{
    margin-left: 30px;
}
.team-item:nth-child(odd) .profile-desc{
    width: 280px;
}

.tennis-center-coach .profile-desc{
    width: 260px;
}
.tennis-center-coach .profile-photo{
    margin-left: 5px;
}
.tennis-center-coach .team-item:nth-child(even){
    clear: none;
}
.tennis-center-coach .team-item:nth-child(odd) .profile-photo{
    margin-left: 0px;
}

.tennis-center-coach .team-item:nth-child(even) .profile-photo{
    margin-left: 25px;
}
.tennis-center-coach .team-item:nth-child(odd) .right{
    margin-left: 10px;
    margin-right: 10px;
}
.tennis-center-coach .team-item:nth-child(even){
    border-right: 0px solid transparent;
    border-left: 1px solid #cbcdd2;
}
#paggination{
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    position: absolute;
    left: 0;
    right: 0;
    margin: 15px 0;
    
}
.paggination-bg{
	margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    border: 1px solid #87b319;
    background-color: #a7d435;
    text-shadow: 0px 1px 1px rgba(88, 121, 4, 1);
    background: rgb(167,212,53); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3ZDQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4M2E5MjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(167,212,53,1) 0%, rgba(131,169,34,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,212,53,1)), color-stop(100%,rgba(131,169,34,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d435', endColorstr='#83a922',GradientType=0 ); /* IE6-8 */
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
    box-shadow:         inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
}
.paggination-bg:hover{
    border: 1px solid #6b83b4;
    background: rgb(94,109,143); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNmQ4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTQzNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(94,109,143,1) 0%, rgba(58,67,114,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,109,143,1)), color-stop(100%,rgba(58,67,114,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6d8f', endColorstr='#3a4372',GradientType=0 ); /* IE6-8 */
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
.paggination-left{
    width: 25px;
    height: 25px;
    background: url(../images/paggination-left.png) no-repeat center;
    
}
.paggination-right{
    width: 25px;
    height: 25px;
    background: url(../images/paggination-right.png) no-repeat center;
}
.paggination-number{
    vertical-align: middle;
    width: 30px;
    display: inline-block;
    margin-left: -5px;
    height: 25px;
    text-align: center;
    color: #5c5c5c;
    font-size: 14px;
	font-family: DosisSemiBold;    
    line-height: 25px;
    border-left: 1px solid #d8d8d8;
    background: #fff;
}
.paggination-number:hover, .paggination-number.current{
    background: #f2f2f2;
}
.paggination-number:first-child{
    border-left: 1px solid #d8d8d8;
}
.paggination-number a{
    color: #5c5c5c;
}
@media only screen and (max-width: 1000px){
    .main-subpage-content .padding-top{
        width: 100%;
    }
    #map-form select, .main-subpage-content label{
        width: 30%;
    }
    #map-form select, .main-subpage-content select{
        width: 70%;
    }
    .right.subpage-map{
        display: block;
        float: none;
        margin: 8px auto
    }
    .profile-desc{
        width: 280px;
    }
    .team-item:nth-child(odd) .profile-desc{
        width: 260px;
    }
}
@media only screen and (max-width: 767px){
    .team-item{
        width: 100%;
        border-right: 0px solid transparent!important;
    }
    .right.profile-desc{
        margin-left: 15px!important;
    }
    .profile-desc {
        width: 230px!important;
    }
    .profile-photo{
        margin-left: 5px!important;
    }
    .profile-more{
        padding-right: 0px!important;
        margin-top: 12px;
    }
    #map-form select, .main-subpage-content label{
        float: none;
        display: block;
        width: 100%;
    }
    #map-form select, .main-subpage-content select{
        width: 100%;
        margin: 8px 0 12px;
    }
}
@media only screen and (max-width: 479px){
    .right.profile-desc{
        margin-left: 0px !important;
    }
    .left.profile-photo{
        margin: 0px auto!important;
        float: none!important;
        text-align: center;
    }
    .right.profile-desc{
        width: 100%!important;
    }
    .right.subpage-map #map-poland{
        margin-left: -20px!important;
    }
    .right.subpage-map{
        clear:both;
        margin-top: 229px;
        margin-bottom: 89px;
    }
}
@media only screen and (max-width: 319px){
    .right.subpage-map #map-poland , #provinces{
        margin-left: -53px!important;
    }
}

/* korty.html */
.courts-item{
    min-height: 130px;
    padding: 18px 0;
    border-top: 1px solid #cbcdd2;
}
.court-img img{
    float: left;
    margin-right: 17px;
    border: 1px solid #cbcdd2;
    
}
.courts-item .court-title{
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    font-family: Tahoma;
    min-height: 25px;
    padding-top: 2px;
}
.courts-item .court-desc{
    color: #5c5c5c;

    line-height: 15px;
    font-size: 12px;
    font-family: Tahoma;
}
.court-buttons ul, .court-buttons li{
    list-style: none;
}
.court-buttons ul .btn, .court-buttons li {
    color: white;
    float: left;
}
.court-buttons ul .btn{
    margin: 8px 8px 0 0;
}

.btn-diffrent{
    text-align: center;
    outline: 0;
    float: right;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    min-width: 98px;
    padding: 2px 13px 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    border: 1px solid #586787;
    background-color: #a7d435;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    background: rgb(75,99,148); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNjM5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzNlNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(75,99,148,1) 0%, rgba(44,62,80,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,99,148,1)), color-stop(100%,rgba(44,62,80,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(75,99,148,1) 0%,rgba(44,62,80,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(75,99,148,1) 0%,rgba(44,62,80,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(75,99,148,1) 0%,rgba(44,62,80,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(75,99,148,1) 0%,rgba(44,62,80,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b6394', endColorstr='#2c3e50',GradientType=0 ); /* IE6-8 */

    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
    box-shadow:         inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);

}
.btn-diffrent:hover{
    border: 1px solid #6b83b4;
    background: rgb(94,109,143); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNmQ4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTQzNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(94,109,143,1) 0%, rgba(58,67,114,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,109,143,1)), color-stop(100%,rgba(58,67,114,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6d8f', endColorstr='#3a4372',GradientType=0 ); /* IE6-8 */
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);

}
@media only screen and (max-width: 1000px){
    .court-buttons{
        clear: both;
        height: 33px;
    }
}

@media only screen and (max-width: 767px){
    .court-buttons{
        clear: both;
        height: 83px;
    }
    .court-img img{
        float: none;
    }
}
@media only screen and (max-width: 479px){
    .court-buttons ul .btn, .court-buttons li {
        float: none;
    }
    .court-img img{
        width: 100%;
    }
    .court-buttons{
        clear: both;
        height: auto;
    }
}

/* turnieje.html */
.tournament-item{
    height: 40px;
    width: 390px;
    float: left;
}
.main-subpage-content .tournament-item label{
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 4px;
    width: auto;
    margin-right: 5px;
}

.main-subpage-content .tournament-item select{
    float: none;
    width: 240px;
    margin-right: 10px;
}
.tournament-title{
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    font-family: Tahoma;
    min-height: 25px;
    padding-top: 2px;
}
.tournament-desc{
     color: #5c5c5c;
    line-height: 18px;
    font-size: 14px;
    font-family: Tahoma;
}
.tournament-desc a{
     color: #5c5c5c;
    line-height: 18px;
    font-size: 14px;
    font-family: Tahoma;

}
.tournament-desc a:hover{
     color: #5c5c5c;
    line-height: 18px;
    font-size: 14px;
    font-family: Tahoma;
    text-decoration: underline;
}

.tournamment-detalis{
    float: left;
}
.tournamment-button{
    float: right; margin: 50px 30px 0 0;
}
@media only screen and (max-width: 1000px){
    .tournamment-detalis{
        max-width: 250px;
    }
    .tournamment-button{
        margin-right: 5px;
    }
    .tournament-item{
        width: 100%!important;
    }
    .main-subpage-content .tournament-item select{
        float: right;
        width: 400px!important;
        margin-right: 0px;
    }
    .tournament-search-buttom{
        clear: both;
        float: right;
    }
}
@media only screen and (max-width: 767px){
    .main-subpage-content .tournament-item select{
        float: none;
        clear: both;
        width: 100%!important;
    }
    .tournament-item{
        height: 64px;
    }
    .tournamment-detalis{
        float: none;
    }
    .tournamment-button, .tournamment-button div{
        margin: 10px 0;
        float: none;
    }
}

/*kontakt html */
.subpage-contact form{
    width: 635px;
    margin: 15px auto;
}
.contact-item{
    min-height: 54px;
}
.contact-item label{
    width: 157px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #393939;
    margin-top: 6px;
    display: block;
    float: left;
    outline: 0;
}
.contact-item input, .contact-item textarea{
    width: 468px;
    padding: 5px;
    outline: 0;
    max-width: 478px;
    height: 30px;
    background: #eaecee;
    border-radius: 8px;
    border: 0px;
}
.contact-item select{
    outline: 0;
	float: right;
	border-radius: 4px;
	border: 2px solid #1e2a44;
	width: 74%;
	height: 26px;
}
.contact-item textarea{
    height: 170px;
    max-height: 170px;
    min-height: 170px;
}
.contact-button{
    margin-top: 20px;
    text-align: right;
}
.contact-button .register-confirm-alert{
    padding-right: 14px;
}
@media only screen and (max-width: 1000px){
    .subpage-contact form{
        width: 584px;
        margin: 15px 0;
    }
    .contact-item input, .contact-item textarea{
        width: 415px;
    }
}
@media only screen and (max-width: 767px){
    .subpage-contact form{
        width: 100%;
        margin: 15px 0;
    }
    .contact-item label{
        float: none;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .contact-item input, .contact-item textarea{
        width: 100%;
    }
}

/* pasek zalogowanego */
.dropdown-icon{
    width: 11px;
    height: 11px;
    display: inline-block;
    position: absolute;
    margin-top: 7px;

    background: url(../images/dropdown.png) no-repeat;
}
.hello-name{
    float: left;
    line-height: 50px;
    color: #000000;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    font-size: 18px;
    padding-left: 20px;
}
.logged-menu{
    float: right;
}
.logged-menu ul li{
    font-size: 16px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    color: #000000;
    line-height: 50px;
}
#bottom-header.logged-bar ul{
    margin: 0px;
    padding: 0px;
    z-index: 999;
}
#bottom-header.logged-bar ul li{
    padding: 0px;
    font-size: 16px;
}
#bottom-header.logged-bar ul li:first-child a{
    border-left: 1px solid #bababa
}
#bottom-header.logged-bar ul li a{
    margin-top: 3px;
    display: block;
    height: 21px;
    padding: 12px 35px;
    border-right: 1px solid #bababa;
    color: #000000;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
}
#bottom-header.logged-bar ul li:hover a{
    background: rgba(93,93,93,0.1);
}
.logged-bar ul li.dropdown ul{
    display: none;
}
.logged-bar ul li.dropdown:hover ul{
    position: absolute;
    display: block;
    z-index: 999;
}
#bottom-header ul.dropdown-ul li{
    float: none;
    line-height: normal;
}
#bottom-header.logged-bar ul ul{
    background: #f5f5f5;
    
}
#bottom-header.logged-bar ul li li a{
    font-size: 11px;
    font-family: Tahoma;
    line-height: 14px;
    padding: 7px 14px;
    height: 14px;
    width: 142px;
    color: #353535;
    margin: 0px;
    background: #f5f5f5;
    border-bottom: 1px solid #bababa;
}
#bottom-header.logged-bar ul li li a:hover {
    background: #5d5d5d;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
#bottom-header.logged-bar ul li li a{
    border-left: 1px solid #bababa
}
@media only screen and (max-width: 1000px){
    .logged-bar ul li.dropdown ul{
        display: none;
    }
    #bottom-header.logged-bar ul ul{
        display: none;
    }
    #bottom-header.logged-bar ul li.dropdown:hover ul{
        position: absolute;
        display: block;
        z-index: 999;
    }
    .hello-name{
        display: none;
    }
    #bottom-header.logged-bar{
        text-align: center;
    }
    #bottom-header.logged-bar ul li{
        text-align: left;
    }
    .logged-menu{
        float: none;
    }
}
@media only screen and (max-width: 767px){
    #bottom-header.logged-bar ul li{
        float: none;
    }
    #bottom-header.logged-bar{
        height: auto;
        background-size: auto auto;
        background-image: url(../images/header-lower-background2.png);
    }
    #bottom-header.logged-bar ul li a{
        width: 370px;
        border-left: 1px solid #bababa;
        margin-top: 0px;
        border-bottom: 1px solid #bababa;
    }
    #bottom-header.logged-bar ul li.dropdown:hover ul{
        position: static;
        display: none;
        z-index: 999;
    }
    #bottom-header.logged-bar ul li li a{
        width: 412px;
    }
    #bottom-header.logged-bar ul li.dropdown.open ul{
        position: static;
        display: block;
        
    }
}
@media only screen and (max-width: 479px){
    #bottom-header.logged-bar{
        display: block;
    }
    #bottom-header.logged-bar ul li a{
        width: 200px;
        font-weight: normal;
    }
    #bottom-header.logged-bar ul li li a{
        width: 242px;
    }
}
@media only screen and (max-width: 319px){
    #bottom-header.logged-bar{
        display: block;
    }
    #bottom-header.logged-bar ul li a{
        width: 120px;
        font-size: 12px;
height: auto;
    }
    #bottom-header.logged-bar ul li li a{
        width: 162px;
    }
}

/*Dodawnie postów */
.add-post-left{
    width: 45%;
    float: left;
}
.add-post-left:first-child{
    padding-right: 10%;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  display: none;
  font-size: 11px;
  float: right;
}
.custom-file-input::before {
    font-size: 11px;
      content: 'wybierz plik';
      display: inline-block;
      text-align: center;
    outline: 0;
    float: right;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    min-width: 98px;
    padding: 2px 5px 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    border: 1px solid #87b319;
    background-color: #a7d435;
    text-shadow: 0px 1px 1px rgba(88, 121, 4, 1);
    background: rgb(167,212,53); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3ZDQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4M2E5MjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(167,212,53,1) 0%, rgba(131,169,34,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,212,53,1)), color-stop(100%,rgba(131,169,34,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(167,212,53,1) 0%,rgba(131,169,34,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d435', endColorstr='#83a922',GradientType=0 ); /* IE6-8 */
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
    box-shadow:         inset 0px 1px 3px 0px rgba(255, 255, 255, 0.75);
}
.custom-file-input:hover::before {
  border: 1px solid #6b83b4;
    background: rgb(94,109,143); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNmQ4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTQzNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(94,109,143,1) 0%, rgba(58,67,114,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,109,143,1)), color-stop(100%,rgba(58,67,114,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(94,109,143,1) 0%,rgba(58,67,114,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6d8f', endColorstr='#3a4372',GradientType=0 ); /* IE6-8 */
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
.add-post-center{
    margin-top: 30px;
    min-height: 126px;
}
.add-post-center textarea{
    border: 0px;
    width: 754px;
    max-width: 754px;
    min-width: 754px;
    height: 115px;
    padding: 0px 15px;
    background: #eaecee;
    line-height: 27px;
    border: 0px;
    outline: 0;
    border-radius: 4px;
    font-family: Tahoma;
    float: right;
}
.main-subpage-content .add-post-center label{
    max-width: 110px;
    float: left;
}
@media only screen and (max-width: 1000px){
    .add-post .form-register-item input[type="text"], .add-post .form-register-item input[type="password"]{
        width: 234px;
    }
    .add-post-center textarea{
        width: 554px;
        max-width: 554px;
        min-width: 554px;
    }
    .add-post-left-select{
        width: 48%;
        padding-top: 30px;
        padding-right: 1%!important;
    }
}
@media only screen and (max-width: 767px){
    .add-post .form-register-item input[type="text"], .add-post .form-register-item input[type="password"]{
        width:  136px;
    }
    .add-post-center textarea{
        width: 93%;
        max-width:93%;
        min-width: 93%;
    }
    .add-post-left-select{
        width: 48%;
        padding-top: 30px;
        padding-right: 1%!important;
    }
}
@media only screen and (max-width: 479px){
    .add-post .form-register-item input[type="text"], .add-post .form-register-item input[type="password"]{
        width:  186px;
    }
    .add-post-center textarea{
        width:  186px;
        max-width:186px;
        min-width: 186px;
    }
    .add-post-left{
        float: none;
        width: 100%;
    }
    .add-post-left-select{
        float: left;
        width: 48%;
        padding-top: 30px;
        padding-right: 1%!important;
    }
    .add-post label{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 319px){
    .add-post .form-register-item input[type="text"], .add-post .form-register-item input[type="password"]{
        width:  108px;
    }
    .add-post-center textarea{
        width:  108px;
        max-width:108px;
        min-width: 108px;
    }
    .add-post-left{
        float: none;
        width: 100%;
    }
    .add-post-left-select{
        float: left;
        width: 48%;
        padding-top: 30px;
        padding-right: 1%!important;
    }
    .add-post label{
        margin-top: 40px;
    }
}

/*profil_trenera */
#user-box-left{
    display: inline-block;
    vertical-align: top;
    width: 238px;
    border: 1px solid #e8e8e8;
    padding: 0px 0px 10px;
    background: #fff;
}
#user-box-right{
    display: inline-block;
    vertical-align: top;
    min-height: 344px;
    width: 590px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 20px 30px;
}
.user-photo{
    padding: 3px;
    
}
.user-fullname{
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    padding: 10px 8px;
}
.user-photo img{
    width: 100%;
}
.user-status{
    font-size: 14px;
    padding: 11px 6px;
    text-align: center;
    margin-top: -46px;
    width: 220px;
    position: absolute;
    color: #fff;
    background: rgba(0,0,0,0.5);
}
.user-icon{
    font-size: 12px;
    color: #8d8c8c;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 24px;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 10px;
    margin: 5px 0 5px 20px;
    -ms-word-break: break-all;
     word-break: break-all;

     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
.user-icon-location{
    background-image: url(../images/user-icon-location.png);
}
.user-icon-contact{
    background-image: url(../images/user-icon-contact.png);
}
.user-icon-mail{
    background-image: url(../images/user-icon-mail.png);
}
.subpage-user{
    min-height: 0;
}
.user-box-right-nag{
    font-size: 16px;
    font-weight:  400;
}
.user-box-right-desc{
    padding: 5px 0 15px;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 18px;
    color: #7e7e7e;
}
.user-box-right-desc a{
    padding: 5px 0 15px;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 18px;
    color: #7e7e7e;
}
.user-box-right-desc a:hover{
    padding: 5px 0 15px;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 18px;
    color: #7e7e7e;
    text-decoration: underline;
}
@media only screen and (max-width: 1000px){
    #user-box-right{
        width: 277px;
    }
}
@media only screen and (max-width: 767px){
    #user-box-left{
        display: block;
        width: auto;
        margin-bottom: 20px;
    }
    .user-photo{
        float: left;
        width: 120px;
        margin-right: 15px;
        margin-left: 15px;
    }
    #user-box-right{
        display: block;
        width: auto;
    }
    .user-status{
        width: 108px;
        font-size: 11px;
        margin-top: -42px;
    }
}
@media only screen and (max-width: 479px){
    .user-photo{
        float: none;
        width: auto;
    }
    .user-icon{
        padding-left: 30px;
        padding-right: 30px;
    }
    .subpage-user{
        padding: 0px;
    }
    .user-status{
        width: 204px;
        font-size: 12px;
        margin-top: -44px;
    }

}
@media only screen and (max-width: 319px){
    .user-icon{
        padding-left: 20px;
        padding-right: 20px;
    }
    .user-icon-location{
        background-size: 15px;
        background-position: left 6px;
    }
    .user-icon-contact{
        background-size: 15px;
        background-position: left 4px;
    }
    .user-icon-mail{
        background-size: 15px;
        background-position: left 7px;
    }
    #user-box-right{
        padding: 10px;
    }
    .user-box-right-nag{
        font-size: 13px;
    }
    .user-box-right-desc{
        font-size: 11px;
    }
    .user-status{
        width: 128px;
    }
}

/*profil-osrodka*/
#horizontal-style {
    margin-top: 10px;
    display: table;
    width: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
    /*table-layout: fixed;*/
}
#horizontal-style li {
    display: table-cell;
    height: 100%;
}
#horizontal-style li a {
    display: block;
    text-align: center;
    margin: 0 0px;
    font-size: 12px;
    color: #7e7e7e;
    padding: 10px 3px;
    border-right: 1px solid #e8e8e8;
    
}

#horizontal-style li:last-child a{
    border-right: 0px;
}
#horizontal-style li a:hover, #horizontal-style li.current a{
    background: #413d3d;
    color: #fff;
}
.tenis-center-content{
    background: #fff;
    padding: 20px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.tenis-center-content-left{
    display: inline-block;
    vertical-align: top;
    width: 440px;
    margin-right:10px;
}
.tenis-center-content-right{
    display: inline-block;
    vertical-align: top;
    width: 380px;
}
.tenis-center-content-info{
	border: 1px solid ;
	font-size: 13px;
	font-family: Tahoma;
	
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-left:30%;
    text-align: center;
}
.tenis-center-content-info1{
	border: 1px solid ;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-left:30%;
    color: red;
    text-align: center;
}
.tenis-center-content-info1 a{

	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;

    color: red;
    text-align: center;
}
.tenis-content-title{
    font-size: 14px;
    font-weight: bold;
}

.tenis-content-info{
    font-family: Tahoma;
    font-size: 13px;
    color: #262626;
    padding: 3px 0 8px
    
}
.gallery img{
    width: 99%;
    float: left;
    padding-right: 1%;
    padding-bottom: 6px;
}
.gallery img:nth-child(even){
    /* padding-left:1%; */
    padding-right: 0;
}
@media only screen and (max-width: 1000px){
    #horizontal-style li{
        width: 100%!important;
        display: block;
    }
    #horizontal-style li a{
        border-right: 0px solid transparent;
    }
    .tenis-center-content-left, .tenis-center-content-right{
        width: 100%;
    }
    .tenis-center-content-right{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 479px){
    .tennis-center .main-subpage-content{
        padding: 8px 0;
    }
    .tenis-content-title{
        font-size: 12px;
    }
    .tenis-content-info{
        font-size: 11px;
    }
}

/* Osrodki dostepnosc */
.tennis-availabilty-date{
    margin-top: 30px;
    font-size: 14px;
    color: #797979;
    font-weight: bold;
}
.tennis-availabilty-date span{
    color: #262626;
}
#table-avaiabilty{
    display: block;
    text-align: center;
    margin: 60px auto 30px;
    width: 100%;

}
#table-avaiabilty table{
    padding: 0px;
    margin: 0px auto;
    font-size: 13px;
    font-family: Tahoma;
    display: inline-block;
    color: #737373;
    border-spacing: 0px;
}
#table-avaiabilty table td{
    min-width: 80px;
    padding: 4px 5px;
    border-top: 1px solid #e5e5e5;
}
#table-avaiabilty table th{
    padding-bottom: 6px;
}
#table-avaiabilty table td:first-child{
    min-width: 80px;
    padding: 2px 20px 2px 5px;
    border-top: 1px solid #e5e5e5;
}
.availabilty-field{
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    /*text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);*/
}
.availabilty-accesses{
    background: #91D902;
}
.availabilty-busy{
    background: black;
}
.availabilty-after-time{
    background: rgb(218, 218, 218);
}
.availabilty-close{
    background: #e10019; /* Old browsers */
    /* IE9 S VG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMDAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNTA2MDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e10019 0%, #a50606 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e10019), color-stop(100%,#a50606)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e10019 0%,#a50606 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e10019 0%,#a50606 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e10019 0%,#a50606 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e10019 0%,#a50606 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10019', endColorstr='#a50606',GradientType=0 ); /* IE6-8 */

}
.change-date{
    float: none;
    display: inline-block;
    margin-left: 10px!important;
}
.tennis-availabilty-paggination{
    clear: both;
    display: block;
    width: 100%;
}
.tennis-availabilty-paggination a{
    color: #797979;
    font-weight: bold;
}
.tennis-availabilty-prev{
    padding-left: 40px;
    height: 34px;
    background: url(../images/prev.png) no-repeat;
    line-height: 34px;
    font-size: 12px;
    color: #797979;
    float: left;
}

.tennis-availabilty-next{
    padding-right: 40px;
    height: 34px;
    background: url(../images/next.png) no-repeat right;
    line-height: 34px;
    font-size: 12px;
    color: #797979;
    float: right;
}

#lightbox-map{
    z-index: 9999;
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
}
#lightbox-map #lightbox-content{
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    
}
#lightbox-close{
    cursor: pointer;
    float: right;
    color: #fff;
    background: #000;
    font-size: 14px;
    font-weight: bold;
    border-radius: 35px;
    padding: 5px 10px;
    margin-top: -30px;
    margin-left: 100%;
    margin-right: -30px;
    border: 1px solid #fff;
    position: relative;
}
#lightbox-close:hover{
    background: #808080;
}
#show-map-court{
    margin: 0px 0 30px;
}
#table-avaiabilty-select{
    display: none;
}
@media only screen and (max-width: 1000px){
    #lightbox-content img{
        width: 580px;
    }
    #table-avaiabilty-select{
        display: block;
    }
    #show-map-court{
        margin-top: 10px;
    }
    .availabilty-field{
        width: 5px;
        height: 5px;
        font-size: 0px;
    }
    #table-avaiabilty{
        margin-top: 100px;
    }
    #table-avaiabilty table td{
        min-width: 6px;
    }
    #table-avaiabilty table th{
        height: 50px;

    }
    #table-avaiabilty table th span{
        float: left;
        transform: rotate(90deg);
        transform-origin: 10px;
        position: absolute;
        font-size: 10px;
        display: block;
    }
    #table-avaiabilty table td:first-child{
        min-width: 40px;
    }
    #table-avaiabilty thead{
        height: 200px;
    }
    .time-to{
        display: none;
    }
    .time-from{
        position: absolute;
    }
}
@media only screen and (max-width: 767px){

    #lightbox-content img{
        width: 400px;
    }
    #lightbox-close{
        margin-top: -10px;
        margin-left: 100%;
        margin-right: -10px;
    }
    #show-map-court{
        float: none;
        margin: 15px 0;
    }
    #datepicker{
        float: none;
        margin: 10px 0;
        font-size: 12px;
    }
    #ui-datepicker-div{
        width: 170px;
        font-size: 11px!important;
    }
}
@media only screen and (max-width: 479px){
    #lightbox-content img{
        width: 280px;
    }
    #lightbox-map #lightbox-content{
        padding: 8px;
    }
    #table-avaiabilty table td:first-child{
        min-width: 10px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 319px){
    #lightbox-content img{
        width: 220px;
    }
    #lightbox-map #lightbox-content{
        padding: 8px;
    }
    }
    .availabilty-content{
        padding: 20px 0px;
    }
}

@media only screen and (max-width: 1000px){
    .team-item:nth-child(odd) .profile-desc{
        width: 260px;
    }
    .tennis-center-coach .profile-desc{
        width: 240px;
    }
    .tennis-center-coach .profile-more{
        padding-right: 10px;
    }
}
@media only screen and (max-width: 767px){
    .team-item:nth-child(odd) .profile-desc{
        width: 178px!important
    }
    .tennis-center-coach .profile-desc{
        width: 178px!important
    }
    .tennis-center-coach .profile-more{
        padding-right: 10px;
    }
    .tennis-center-coach .team-item:nth-child(even){
        border-left: 0px;
    }
}
/*turniej szczegoly*/
.tournament-detalis img{
    float: left;
    border-right: 30px solid #f6f6f6;
    border-bottom: 30px solid #f6f6f6;
    max-width: 100%;
}
.tournament-detalis{
    font-family: Tahoma;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 24px;
}
.tournament-detalis a{
    font-family: Tahoma;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 24px;
}
.tournament-detalis a:hover{
    font-family: Tahoma;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 24px;
    text-decoration: underline;
}
.tournament-detalis-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    padding: 3px 0;
    margin: 5px 0;
    color: #000000;
    border-bottom: 1px solid #d2d2d2;
}
.

/* news.html */
.news-item{
    clear: both;
    margin-bottom: 20px;
}
.news-item-content img{
    max-width: 123px;
    float: left;
    border: 1px solid #e1e1e1;
    margin: 0px 20px 20px 0;
}
.news-item-content{
    font-size: 12px;
    color: #717171;
    line-height: 16px;
    font-family: Tahoma;
    margin-bottom: 50px;
}
.news-item-content1 a{
    font-size: 12px;
    color: #717171;
    line-height: 16px;
    font-family: Tahoma;
    margin-bottom: 50px;

}
.news-item-title {
    border-bottom: 1px solid #d9dce2;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 3px;
    font-family: 'Open Sans', sans-serif;
}
.news-item-date{
    color: #717171;
    font-size: 11px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 479px){
    .news-item-content img{
        max-width: 100%;
        display: block;
        margin: 0px 0px 20px 0;
    }
}

/* -------------------
    COOKIE    
   -------------------
*/

#cookies-message{
    padding: 20px 0px; 
    font-size: 14px; 
    line-height: 22px; 
    border-bottom: 1px solid #D3D0D0; 
    text-align: center; 
    position: fixed; 
    top: 20px; 
    background-color: #EFEFEF; 
    width: 40%; 
    z-index: 999;
    -moz-border-radius:10px;
    border-radius:10px 10px;
    -khtml-border-radius:10px;
    -icab-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
}
#cookies-message1{
    position: fixed; 
    bottom: 0; 
    width: 100%; 
    border: 1px solid #003366; 
    margin: 0 0 0 5px; 
    padding: 10px; 
    z-index: 10000; 
    text-align: center; 
    font-size: 12px; 
    background: #eaeaea; 
    color: #000;
}

/* -------------------
    KONIEC COOKIE     
   -------------------
*/

.form-err{
	color:red;
	text-align: center;
	margin-bottom: 15px;
}


.main-subpage-info{
    padding: 20px;
    background: #f6f6f6;
    border-radius: 10px;
    min-height: 300px;
    margin-bottom: 30px;
}
.main-subpage-info p{
    margin-top: 10%;
    text-align: center;
    font-size: 19px;
    color: #717171;
}
.main-pp{
    margin-top: 2%;
    margin-left:2%;
    width: 97%;
    text-align: left;
    font-size: 19px;
    color: #717171;
    border-bottom: 1px solid #ababab;
}

.main-pp2{
    margin-left:5%;
    width: 95%;
    text-align: left;
    font-size: 19px;
    color: #717171;
    border-bottom: 1px solid #ababab;
}

.prof-inf{
    width: 70%;
    margin-left: 15%;

}
.prof-inf-in-ed{
    width: 30%;
    display: inline-block;
    font-size: 12px;
}
.prof-inf a{
	color: #222;
}
.prof-info a:hover{
	color: #222;
}
.prof-inf-in{
    width: 40%;
    display: inline-block;
height: 27px;
line-height: 27px;
border: 0px none;
outline: 0px none;
font-weight: bold;
font-size: 11px;
font-family: Tahoma;
color: #393939;
}
.prof-inf-in1{
    width: 70%;
    display: inline-block;

}


/* deski dzis */

#court_rezerv {
	width: 1000px;
        margin: auto;
        clear: none;
        float: left;
	/*position: relative;*/
        text-align: center;
}
#court_rezerv table{
        margin: auto;
	/*position: relative;*/
        text-align: center;
}
#court_rezerv th{
	color:#04498A; 
        font-weight: lighter
}
#court_rezerv td{
    
}
.court_td_close{
    color:white; 
    width: 130px;
    background-color: #e00202;
    text-align: center;
    font-size: 12px;
    height: 25px;
}
.court_td_close2{
    color:white; 
    width: 130px;
    height: 25px;
    background-color: #e00202;
    text-align: center;
}
.court_td_open{
    color:white; 
    height: 25px;
    width: 130px;
    background-color: #91d902;
    text-align: center;
}
.court_td_reserv{
    color:white; 
    height: 25px;
    background-color: #000000;
    text-align: center;
}
.court_hours{
    color:#04498A; 
    width:140px; 
    
    font-weight: lighter;
    text-align: center;
}

.add_adv a{
	color: #222;
	font-weight: bold;
}
.add_adv a:hover{
	color: #222;
}

/* tab price */

table.price {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	width: 100%;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.price th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.price td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

/* end tab price */


/* buttonInfo Lig*/

.buttonInfo {
	display: inline-block;
	white-space: nowrap;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px 6px 6px 6px; 
  /*-webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;*/
  font-family: Arial;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  background: #192845;
  padding: 10px 20px 0px 0px;
  border: solid #1f628d 0px;
  text-decoration: none;
}

.buttonInfo:hover {
  background: #6584C1;
  text-decoration: none;
}
.buttonInfo:before
{
    background: #6584C1;
    float: left;        
    width: 30px;
    text-align: center;
    font-size: 32px;
    margin: -10px 15px 0 0px;
    padding: 0 .2em;
    -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 1px 0 0 rgba(255,255,255,.5);
    -moz-border-radius: .15em 0 0 .15em;
    -webkit-border-radius: .15em 0 0 .15em;
    border-radius: 6px 0 0 6px;     
    pointer-events: none;		
}
.infoGraf:before
{
    content: "\2139";
}

.komunikat-item-title {
    border-bottom: 1px solid #d9dce2;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 3px;
    font-family: 'Open Sans', sans-serif;
}

.komunikat-item-content{
    font-size: 12px;
    line-height: 16px;
    font-family: Tahoma;
    margin-bottom: 50px;
}

#loader_div{
    margin-left: 50%;
    margin-top: 10%;
    margin-bottom: 10%
}










/* comments start*/


.col-lg-6a {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
}

.mt-100 {
    margin-top: 10px
}

.mb-100 {
    margin-bottom: 10px
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0px
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card .card-title {
    position: relative;
    font-weight: 600;
    margin-bottom: 10px
}

.comment-widgets {
    position: relative;
    margin-bottom: 10px
}

.comment-widgets .comment-row {
    border-bottom: 1px solid transparent;
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0
}

.p-2 {
    padding: 0.5rem !important
}

.comment-text {
    padding-left: 15px
}

.w-100 {
    width: 100% !important
}

.m-b-15 {
    margin-bottom: 15px
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    line-height: 1.5;
    border-radius: 1px
}

.btn-cyan {
    color: #fff;
    background-color: #27a9e3;
    border-color: #27a9e3;
    margin: 5px;
}

.btn-cyan:hover {
    color: #fff;
    background-color: #1a93ca;
    border-color: #198bbe
}

.comment-widgets .comment-row:hover {
    background: rgba(0, 0, 0, 0.05)
}
 
/* comments end*/

.reservationNextDayButton {
	box-shadow:inset 0px 1px 0px 0px #3dc21b;
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	background-color:#44c767;
	border-radius:3px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.reservationNextDayButton:hover {
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	background-color:#5cbf2a;
}
.reservationNextDayButton:active {
	position:relative;
	top:1px;
}

.reservationSportButton {
	box-shadow:inset 0px 1px 0px 0px #696d6a;
	background:linear-gradient(to bottom, #696d6a 5%, #696d6a 100%);
	background-color:#696d6a;
	border-radius:3px;
	border:1px solid #696d6a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.reservationSportButton:hover {
	background:linear-gradient(to bottom, #696d6a 5%, #696d6a 100%);
	background-color:#696d6a;
}
.reservationSportButton:active {
	position:relative;
	top:1px;
}

.reservationSportActiveButton {
	box-shadow:inset 0px 1px 0px 0px #b92f2f;
	background:linear-gradient(to bottom, #b92f2f 5%, #b92f2f 100%);
	background-color:#b92f2f;
	border-radius:3px;
	border:1px solid #b92f2f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b92f2f;
}
.reservationSportActiveButton:hover {
	background:linear-gradient(to bottom, #b92f2f 5%, #b92f2f 100%);
	background-color:#b92f2f;
}
.reservationSportActiveButton:active {
	position:relative;
	top:1px;
}

.post-container {
    margin:0px 0px 0 0;  
    overflow: auto
}
.post-thumb {
    float: left
}
.post-thumb img {
    display: block;
    width: 16px;
}
.post-content {
    margin-left: 2px
}
.post-title {
    font-weight: bold;
    font-size: 100%
}

.container_box {
    display: grid; 
    grid-template-columns: 1.5fr 1.9fr; 
    grid-template-rows: 1fr; 
    gap: 0px 0px; 
  }
  .left_area { grid-area: 1; }
  .right_area { grid-area: 1 ; }

.open_court tbody tr:hover td:not([rowspan]), 
.open_court tbody tr:hover th:not([rowspan]) {
    background-color: #b1c9c9 !important;
}

.draggable {
    cursor: move;
    user-select: none;
  }

.box {
    border: 3px solid #666;
    background-color: #CFF5FC;
}

.box.over {
    border: 3px dotted #666;
    background-color: rgb(7, 24, 2);
}

.wyzwanieZakonczKolejka .form input[type=radio], input[type=checkbox]{ 
    margin: 10px; 
    width: 13px; 
} 

.scroll {
    margin: 4px, 4px;
    padding: 4px;
    /* background-color: #08c708; */
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}


  /* latin-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    /* src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2'); */
    src: url('../styles/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    /* src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2'); */
    src: url('../styles/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }



  /* latin-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    /* src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2'); */
    src: url('../styles/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    /* src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2'); */
    src: url('../styles/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }


  /* latin-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    /* src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2'); */
    src: url('../styles/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    /* src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2'); */
    src: url('../styles/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }


/* Styl dla diva, który będzie pokazywany na urządzeniach mobilnych */
    .mobile-only-app-info {
        display: none; /* Domyślnie ukryty na wszystkich ekranach */
    }

  /* Zapytanie @media dla urządzeń o szerokości do 767px (typowe urządzenia mobilne) */
  @media only screen and (max-width: 1000px) {
    .mobile-only-app-info {
      display: block; /* Pokazuje div tylko na urządzeniach mobilnych */
      /* background-color: lightblue; */
      padding: 20px;
      text-align: center;
    }
  }
  .table-clients-scrollable {
    max-height: 400px; /* Dostosuj wysokość do swoich potrzeb */
    overflow-y: auto;
    margin-top: 20px;
  }
  .loading-indicator {
    position: fixed; /* lub 'absolute', w zależności od kontekstu */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5); /* Półprzezroczyste tło */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    z-index: 1000; /* Aby upewnić się, że nakładka jest na wierzchu */
  }