/* reset */
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,dl,dt,dd,ol,nav ul,nav 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;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
ol,ul{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size: 0.95em;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.centrado{text-align:center;} /* text align center */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Designio-Regular';
    src: url('../fonts/Designio-Regular.otf');
    src: url('../fonts/Designio-Medium.otf');
    src: url('../fonts/Designio-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'open_sansregular';
	background:#FFF;
	font-size:100%;
}

/*-------------------------------------------- --- start wrap --- -------------------------------------*/
.wrap{
	width: 80%;
	margin: 5em auto;
}
/*-------------------------------------------- --- start header --- -------------------------------------*/
.mini-header {
	background: #000;
	width: 100%;
	padding: 6px;
	height: 75px;/*30px;*/
	color: #fff;
	box-sizing: border-box;
	line-height: 60px;
}
.mini-header-login {
	right: 10%;
	text-align: right;
	font-size: 0.9em;
	position: absolute;
	color: #ffffff;
}
.mini-header-login a{
	color: #ffffff;
}
.top-header {
    padding: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.logo {
	float: left;
    width: 35%;
    margin-top: 32px;
}
.logo img {
    width: 90%;
}
.logo span{
	height: 36px;
	width: 45px;
	display: inline-block;
	background: url(../images/logo.png) no-repeat 0px 0px;
	vertical-align: initial;
	margin-right: 7px;
}
.logo a{
	font-family: 'Designio-Regular';
	color: #3A494C;
	font-size: 3em;
	text-transform: uppercase;
}
.header{
	background: #0081c3;
	min-height: 650px;
    margin-top: -30px;
}
.header-private {
	position: fixed;
	top: 0;
	z-index: 999;
	background: #000;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	box-sizing: border-box;
	margin-bottom:2px;
}
.header-private .logo {
	margin-top: 0;
	padding: 8px;
}
.da-title h3{
	width:50%;
	letter-spacing: 0.03em;
}
/*------------------------------------------------ --- End header --- -------------------------------------*/

/*------------------------------------------------ --- content --- ----------------------------------------*/
.top-service-grids {
	padding: 3em 0;
}
.top-service-grid{
	float:left;
	width:31.33%;
	float:left;
	margin-right:2%;
	text-align:center;
}
.top-service-grid:nth-child(3){
	margin-right:0;
}
.top-service-grid a{
	display:block;
}
.top-service-grid span{
	font-size: 1.5em;
	color: #323232;
	font-family: trebuchet ms,'open_sansregular';
	font-weight: 900;
	margin:1em 0 0.6em 0;
	display:block;
    width: 100%;
}
.top-service-grid p{
	color:#5E5E5E;
	line-height:1.5em;
	width:90%;
	margin:0 auto;
}
.top-service-grid img{
    width: 50%;
    height: auto;
}
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.morebtn{
	background: #FFFFFF;
	color: #5E5E5E;
	border-radius: 0.5em;
	text-transform: uppercase;
	display: block;
	padding: 1.5em 3em;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: center;
	font-weight: 900;
	width: 10%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.morebtn:hover{
	background: #323232;
	color:#FFF;
}
/*------------------------------------- --- start sign up --- -----------------------------------------*/
.signup, .recovery{
	background:#ffffff;
}
.recovery{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2%;
}
.signup-head, .recovery-head{
	text-align:center;
}
.signup-head h3, .recovery h3{
	color: #0081ce;
	font-size: 1.6em;
	font-family: 'Designio-Regular';
	text-transform: uppercase;
}
.signup-head p, .recovery p{
    width: 100%;
	color: #919394;
	line-height: 1.2em;
	margin: 1em 0;
}
.signup-head a{
    width: 100%;
	color: #919394;
	line-height: 1.2em;
	margin: 1em 0;
}
.signup-head a:hover{
    width: 100%;
	color: #D3D0D0;
	line-height: 1.2em;
	margin: 1em 0;
}
.signup-form{
	width: 55%;
	margin: 2em auto;
}
.signup-left {
	width: 49%;
	display: table-cell;
	margin-right: 1%;
	border-right: 1px solid #d9dadb;
}
.signup-right {
	width: 49%;
	display: table-cell;
}
.signup-form input[type="text"],.contact-form textarea{
	background: #FFF;
	padding: 0.4em 0.8em;
	font-size: 1em;
    border: 1px solid #d9dadb;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	width: 94%;
	outline: none;
	color: #A3A3A3;
	font-family: 'open_sansregular';
	margin-bottom: 1em;
}
.contact-form textarea{
    font-size: 1.5em;
}
.signup-form input[type="password"]{
	background: #FFF;
	padding: 0.4em 0.8em;
	font-size: 1em;
    border: 1px solid #d9dadb;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	width: 94%;
	outline: none;
	color: #A3A3A3;
	font-family: 'open_sansregular';
	margin-bottom: 1em;
}
.signup-form textarea{
	height:180px;
	resize:none;
	margin-bottom:1em;
    border: 1px solid #d9dadb;
	border-radius: 0.3em;
}
.signup-form input[type="submit"],.signup-form input[type="button"]{
	background: #0081ce;
	color: #d9dadb;
	border-radius: 0.3em;
	text-transform: uppercase;
	display: block;
	padding: 0.5em 2.1em;
	font-size: 1em;
	margin: 1em auto;
	text-align: center;
	border: none;
	font-weight: 900;
	outline: none;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-family: 'open_sansregular';
}
.signup-form input[type="submit"]:hover{
	background: #00ace2;
	color: #FFF;
}
.recovery-form{
    width: 80%;
	margin: 2em auto;
}
.recovery-form input[type="text"]{
	background: #FFF;
	padding: 0.4em 0.8em;
	font-size: 1em;
    border: 1px solid #d9dadb;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	width: 60%;
	outline: none;
	color: #A3A3A3;
	font-family: 'open_sansregular';
	margin-bottom: 1em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.recovery-form input[type="submit"], .recovery-form input[type="button"]{
	background: #0081ce;
	color: #d9dadb;
	border-radius: 0.3em;
	text-transform: uppercase;
	display: block;
	padding: 0.5em 2.1em;
	font-size: 1em;
	margin: 1em auto;
	text-align: center;
	border: none;
	font-weight: 900;
	outline: none;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-family: 'open_sansregular';
}
.recovery-form input[type="password"]{
	background: #FFF;
	padding: 0.4em 0.8em;
	font-size: 1em;
    border: 1px solid #d9dadb;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	width: 94%;
	outline: none;
	color: #A3A3A3;
	font-family: 'open_sansregular';
	margin-bottom: 1em;
}
/* -------------------------------- --- start MisDatos --- ---------------------------------- */
.carta, .userpanel{
	background:#F0F1F0;
	/*padding:3em 0;
    min-height: 765px;*/
}
.carta-head h3{
    color: #0081c3;
    font-size: 1.7em;
	font-family: 'Designio-Regular';
	text-transform: uppercase;
    text-align: center;
}
.submenu li{
    float: left;
    border-right: 1px solid #D7CECE;
    padding: 5px 20px;
    margin-bottom: 5px;
    color: #666;
    cursor: pointer;
    transition: all 0.5s;
}
.submenu li:hover{
    color: #0081c3;
}
.submenu .active{
    color: #0081c3;
	border-bottom: 2px solid #0081c3;
}
.info {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #4286f4;
	margin-top: 1em;
}
.userpanel-container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.userpanel-container-subtab{
    margin-top: 9%;
    font-family: inherit;
    font-weight: 600;
    font-size: 1.2em;
    color: #888888;
}
.userpanel-form{
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}
.userpanel-form-left {
    width: 40%;
    margin-right: 16%;
    margin-top: 2%;
    float: left;
}
.userpanel-form-right {
    width: 40%;
    margin-top: 2%;
    float: left;
}
.userpanel input[type="text"] {
	background: #FFF;
	padding: 0.4em 0.8em;
	font-size: 1em;
    border: 1px solid #d9dadb;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	border-radius: 0.3em;
	width: 94%;
	outline: none;
	color: #A3A3A3;
	font-family: 'open_sansregular';
	margin-bottom: 1em;
}
.userpanel textarea {
    background: #FFF;
	padding: 0.4em 0.8em;
	font-size: 1em;
    border: 1px solid #d9dadb;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	border-radius: 0.3em;
	width: 94%;
    height: 75px;
	outline: none;
	color: #A3A3A3;
	font-family: 'open_sansregular';
	margin-bottom: 1em;
    margin-top: 10px;
	resize:none;
}
.userpanel input[type="password"]{
	background: #FFF;
	padding: 0.4em 0.8em;
	font-size: 1em;
    border: 1px solid #d9dadb;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	border-radius: 0.3em;
	width: 94%;
	outline: none;
	color: #A3A3A3;
	font-family: 'open_sansregular';
	margin-bottom: 1em;
}
.userpanel input[type="submit"],.userpanel input[type="button"]{
    background: #0081ce;
    color: #d9dadb;
    border-radius: 0.3em;
    text-transform: uppercase;
    display: block;
    padding: 0.5em 2.1em;
    font-size: 1em;
    margin: 1em auto;
    text-align: center;
    border: none;
    font-weight: 900;
    outline: none;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-family: 'open_sansregular';
}
.userpanel input[type="submit"]:hover{
	background: #00ace2;
	color: #FFF;
}
/* -------------------------------- --- end MisDatos --- ------------------------------------ */

/* -------------------------------- --- start Mapa --- -------------------------------------- */
#mapacentrado {
	text-align: center;
	position: relative;
}
#mapa {
	position: absolute;
	top: 0;
	left: 0;
	width: 1010px;
	height: 742px;
}
#aside {
	position: absolute;
	top: 0;
	right: -20px;
	margin: 10px;
	-webkit-box-shadow: 10px 10px 258px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 258px -4px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 258px -4px rgba(0,0,0,0.75);
	
}
#tenis01, #tenis02, #tenis03, #tenis04, #piscinaninos, #piscina, #fronton, #padeltenis,
#minitenis, #padel01, #padel02, #alumpublico,#oficinas {
	display: none;
}
.menu-lateral {
	width:220px;
	height: 680px;
	background-color: rgba(200,200,200,0.85);
	// border-radius: 20px;
	// -moz-border-radius: 20px;
	// -webkit-border-radius: 20px;
	border: 0px solid #000000;
	padding: 20px 0;
}
.menu-lateral h3{
    color: blue;/*#0081c3;*/
    font-size: 1.25em;
	font-family: 'Designio-Regular';
	text-transform: uppercase;
	text-align: center;
}
.menu-lateral span {
    font-size: 6em;
    color:#4286f4;
}
.encender {
    font-size: 6em;
	color: yellow;
}
.apagar {
    font-size: 6em;
	color: black;
}
/* -------------------------------- --- end Mapa --- ---------------------------------------- */

/* -------------------------------- --- start FOOTER --- ------------------------------------ */
.last-footer {
	position: fixed;
	bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    height: 30px;
	text-align: center;
}
.last-footer a{
	height: 26px;
	display: block;
    color: #fff;
    padding-top: 4px;
	text-align: center;
}
.last-footer span {
	color: #4286f4;
	font-weight: bold;
}

/*---------------------------------------- --- End-footer --- -------------------------------------*/

/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------- --- Media Queries --- ------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

@media only screen and (min-width:1280px) {
	.wrap{
		width:80%;
	}
}
@media only screen and (max-width: 1280px) and (min-width:1024px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1024px) and (min-width:768px) {
	.wrap{
		width:100%;
	}
	#aside {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 768px) and (min-width:640px) {
	.wrap{
		width:90%;
	}
	.logo {
		float: none;
		text-align:center;
        width: 100%;
	}
	.top-header {
		padding: 1.5em 0;
	}
	.header {
		min-height: 509px;
	}
	.top-service-grids {
		padding: 3em 0;
	}
	.top-service-grid {
		float: none;
		width:100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	.signup-left, .signup-right {
		margin: 0 auto;
		float: left;
		width: 100%;
		border: none;
	}
	.userpanel-form-left, .userpanel-form-right {
		float: left;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 640px) and (min-width:480px) {
	.wrap{
		width:90%;
	}
	.logo {
		float: none;
		text-align:center;
        width: 100%;
	}
	.top-header {
		padding: 1.5em 0;
	}
	.header {
		min-height: 509px;
        display: none;
	}
	.top-service-grids {
		padding: 3em 0;
	}
	.top-service-grid {
		float: none;
		width:100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
    .last-footer ul {
		height: 30px;
		width: 100%;
	}
	.signup-left, .signup-right {
		margin: 0 auto;
		float: left;
		width: 100%;
		border: none;
	}
	.userpanel-form-left, .userpanel-form-right {
		float: left;
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 480px) and (min-width:320px) {
	.wrap{
		width:90%;
	}
	.logo {
		float: none;
		text-align:center;
                width: 100%;
	}
	.top-header {
		padding: 1.5em 0 0 0;
	}
	.header {
		min-height: 398px;
                display: none;
	}
	.top-service-grids {
		padding: 1em 0;
	}
	.top-service-grid {
		float: none;
		width:100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	.logo a {
		font-size: 2.5em;
	}
	.signup-left, .signup-right {
		margin: 0 auto;
		float: left;
		width: 100%;
		border: none;
	}
	.userpanel-form-left, .userpanel-form-right {
		float: left;
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 320px) {
	.wrap{
		width:90%;
	}
	.logo {
		float: none;
		text-align:center;
        width: 100%;
	}
	.top-header {
		padding: 1.5em 0 0 0;
	}
	.header {
		min-height: 486px;
        display: none;
	}
	.top-service-grids {
		padding: 1em 0;
	}
	.top-service-grid {
		float: none;
		width:100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	.logo a {
		font-size: 1.8em;
	}
	.signup-left, .signup-right {
		margin: 0 auto;
		float: left;
		width: 100%;
		border: none;
	}
	.signup-left, .signup-right {
		margin: 0 auto;
		float: left;
		width: 100%;
		border: none;
	}
	.userpanel-form-left, .userpanel-form-right {
		float: left;
		width: 100%;
		margin: 0 auto;
	}
}
