* {
    box-sizing: border-box;
}
body, html {
	height: 100%;
    margin: 0;
    font-family:'Noto Serif', serif;
	position: relative;
}
html {
	scroll-behavior: smooth;
}


/* Header */
header{
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent; 
	
	height:175px; 
	display:flex; 
	align-items:center;
}
header img {
	object-fit:contain; 
}
#logo {
	height:150px; 
	padding-left:30%;
}
#logoText {
	height:100px;  
	padding-right:30%;
}
#logoLink {
	height:150px; 
}
#logoTextLink {
	height:100px;  
}
#headerLink {
	padding-left:30%;
}
#headerTextLink {
	padding-right:30%;
}
@media only screen and (max-width: 489px) {
	#logo {
		padding-left:2.5%;
	}
	#logoText {  
		padding-right:2.5%;
	}
	#headerLink {
		padding-left: 4.5%;
		margin-right: -4.5%
	}
	#logoLink {
		height: 100px;
	}
	#logoTextLink {
		height:70px;  
	}
}
@media only screen and (max-width: 600px) and (min-width: 490px) {
	#logo {
		padding-left:2.5%;
	}
	#logoText {  
		padding-right:2.5%;
	}
	#headerLink {
		padding-left:10%;
	}
	#logoLink {
		height: 120px;
	}
	#logoTextLink {
		height:85px;  
	}
}
@media only screen and (max-width: 699px) and (min-width: 601px) {
	#logo, #headerLink {
		padding-left:15%;
	}
	#logoText {  
		padding-right:15%;
	}
	#logoTextLink {
		height:90px;  
	}
}
@media only screen and (max-width: 879px) and (min-width: 700px) {
	#logo, #headerLink {
		padding-left:20%;
	}
	#logoText {  
		padding-right:20%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 880px) {
	#logo, #headerLink {
		padding-left:25%;
	}
	#logoText {  
		padding-right:25%;
	}
}


/* Slideshow */
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
	width: 100%;
	height: auto;
}
.carousel-indicators {
	z-index:2 !important;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 4px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0);
    border: 1px solid #9d1662;      /*fuchsia-theme*/
    border-radius: 0;
}
.carousel-indicators .active {
    width: 17px;
    height: 6px;
    margin: 0;
    background-color: #9d1662;     /*fuchsia-theme*/
}
.carousel-inner .item { 
	z-index:1;
}
.carousel-inner>.item>img {
	height:300px; 
	object-fit:fill;
}
.carousel-inner>.item>p {
	height:300px; 
}
.onlyImageCarousel {
	height:671px !important; 
	object-fit:fill !important;  /*cover*/
}
@media only screen and (max-width: 449px) {
	.carousel-inner>.item>img {
		height:100px; 
		object-fit:fill;
	}
	.carousel-inner>.item>p {
		height:500px; 
		overflow: hidden;
	}
}
@media only screen and (max-width: 544px) and (min-width:450px) {
	.carousel-inner>.item>img {
		height:125px; 
		object-fit:fill;
	}
	.carousel-inner>.item>p {
		height:475px; 
		overflow: hidden;
	}
}
@media only screen and (max-width: 684px) and (min-width: 545px) {
	.carousel-inner>.item>img {
		height:200px; 
		object-fit:fill;
	}
	.carousel-inner>.item>p {
		height:400px; 
		overflow: hidden;
	}
}
@media only screen and (max-width: 992px) and (min-width: 685px) {
	.carousel-inner>.item>img {
		height:250px; 
		object-fit:fill;
	}
	.carousel-inner>.item>p {
		height:350px; 
		overflow: hidden;
	}
}
@media only screen and (max-width: 544px) {
	#onlyImageCarousel {
		object-fit:fill;
	}
}
@media only screen and (max-width: 992px) {
	#myCarousel {
		margin-left:0 !important;
	}
}


/* Navigation menu */
.navbar{
    z-index:3;
    border:none;
    border-radius:0;
    max-height:50px !important;
    min-height:0 !important;
    padding:0;
	margin-bottom:0 !important;
}
.myNav, .footerHeadings, .footerRow{
    font-family:'Noto Sans', Sans-serif;
    font-weight:600;
    letter-spacing:2px;
	font-variant:small-caps;
}
.myNav ul{
    list-style-type:none;
    text-decoration:none;
}
.myNav ul li a{
    list-style-type:none;
    float: left;
}
.navbar a, span{
    border-bottom: 4px solid transparent;  
    border-radius:0;
    float: left;
}
.my-large{
    font-size:20px !important;
}
.caret.caret-up {
    border-top-width: 0;
    border-bottom: 4px solid; 
}
.navbar ul li a:hover, .navbar ul li a:active, .navbar ul li a:focus {
	color: #000 !important;   
	background-color: #85878c !important;     /*lightGray-theme-d2*/
    border-bottom: 4px solid #9d1662 !important;  /*fuchsia-theme*/
}
.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover {
	color: #000 !important;  
	background-color: #85878c !important;            /*lightGray-theme-d2*/
    border-bottom: 4px solid #9d1662 !important;   /*fuchsia-theme*/
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	color: #000 !important;  
	background-color: #85878c !important;            /*lightGray-theme-d2*/
    border-bottom: 4px solid #9d1662 !important;   /*fuchsia-theme*/
	border-radius:0;
}

/* Fixing navigation menu bar */
.affix{
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.affix-top{
    position: static;
    top: -35px;
}

/* Dropdown menu */
.navbar-nav>li>.dropdown-menu {
	min-width:145px;
	margin-left:-1px;
	border-radius:0;
}
.navbar-nav>li>.dropdown-menu a {
	list-style-type:none;
	text-decoration:none;
	min-width:145px;	
	border-radius:0;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position:absolute!important;
		float:left!important;
		min-width:145px;	
		display:grid;
		margin-top:50px!important;
		border-radius:0;
	}
}



.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../photos/image1.jpg");
  width: 100%;
}
.bgimg-1 {
  /*background-image: url("../photos/image1.jpg");
  width: 100%;*/
  min-height: 400px;
}
.bgimg-2 {
  /*background-image: url("../photos/image1.jpg");
  width: 100%;*/
  min-height: 500px;
}
.bgimg-3 {
  /*background-image: url("../photos/image1.jpg");
  width: 100%;*/
  min-height: 300px;
}
.bgimg-4 {
  /*background-image: url("../photos/image1.jpg");
  width: 100%;*/
  min-height:300px;
}
.caption {
  position: absolute;
  left: 0;
  top: 43%;
  width: 100%;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
}
/*.cap1, .cap2, .cap3, .cap4, .cap5 {
    position: absolute;
    text-align: center;
    color: #000;
}
.cap1, .cap4 {
  width: 50%;
  transform: translate(50%, -50%);
}
.cap2 {
  width: 50%;
  transform: translate(50%, 0);
}
.cap3 {
  width: 75%;
  transform: translate(-50%, -47%);
}
.cap5 {
  transform: translate(-50%, -50%);
}
.cap {
  transform: translate(82%, -50%);
}*/
.caption span.border {
  background-color: #dcddde;  /* #a8a9ad; */ /*ligthGray*/
  color: #7d124f;   /*fuchsia-d2*/  
  padding: 18px;
  font-size: 23px;
  letter-spacing: 10px;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
	.bgimg-1, .bgimg-2, .bgimg-3 {
		background-attachment: scroll;
	}
}
/*.cap1, .cap2, .cap4 {
	display: none;
}
@media only screen and (max-width: 900px) {
    .cap3 {
		display: none;
	}
	.cap4 {
	    width: 100%;
	    display: block;
	}
} */
@media only screen and (max-width: 602px) {
	/* .cap {
		display: none;
	}
	.cap1, .cap2 {
		display: block;
	} */
	.cap2 {
		width: 70%;
		transform: translate(20%, -37%);
	}
}
@media only screen and (max-width: 450px) {
	.cap1 {
		width: 80%;
		transform: translate(13%, -37%);
	}
	.cap3 {
		width: 80%;
		transform: translate(0%, -37%);
	}
}
@media only screen and (max-width: 423px) {
	.cap1 {
		width: 60%;
		transform: translate(32.5%, -37%);
	}
	.cap2 {
		width: 80%;
		transform: translate(12.5%, -37%);
	}
}
/*@media only screen and (max-width: 400px) {
	.cap4 {
		width: 90%;
		transform: translate(5%, -50%);
	}
} */
@media only screen and (max-width: 369px) {
    .cap2 {
		width: 85%;
		transform: translate(8.5%, -37%);
	}
	/*.cap1 {
		width: 70%;
		transform: translate(20%, -50%);
	}*/
}
/*@media only screen and (max-width: 350px) {
    .cap4 {
		width: 95%;
		transform: translate(2.5%, -50%);
	}
}*/



h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
	background-color:white;
	margin-bottom: 10px; 
	
	border-collapse: separate;
	border-spacing: 15px 5px;
}
#secondRow {
	margin-bottom: 0; 
}
.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
	width: 20%;
	border: none; 
	text-align: justify;
	color: #7d124f !important;    /*fuchsia-d2*/
	background-color: #505050;   /*darkGray-theme*/
}
.offerText {
	height:280px;
	margin-bottom: 0;
	text-align: justify;
}
.offerHeader {
	height: 40px;
	align-content: center;
}
@media only screen and (max-width: 1149px) {
	.offerHeader {
		height: 70px;
		align-content: center;
	}
}
@media only screen and (max-width: 399px) {
	.offerHeader {
		height: 85px;
		align-content: center;
	}
}
/*
.offerHeader {
	height: 57.98px;
}
@media only screen and (max-width: 1149px) and (min-width: 993px) {
	.offerHeader {
		height: 78.97px;
		vertical-align: middle;
	}
}
@media only screen and (max-width: 799px) and (min-width: 601px) {
	.offerHeader {
		height: 78.97px;
		vertical-align: middle;
	}
}
@media only screen and (max-width: 399px) {
	.offerHeader {
		height: 78.97px;
		vertical-align: middle;
	}
}*/
#_prosfores a {
	display: block;  /*none*/
	cursor: pointer !important;
}
@media only screen and (max-width: 1600px) {  /*1365*/
	.overflow-text {
		display: none;
	}
	/* #_prosfores a {
		display: block;
	} */
}

#offer1:hover, #offer2:hover, #offer3:hover, 
#offer1:active, #offer2:active, #offer3:active,
#offer1:focus, #offer2:focus, #offer3:focus {
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
@media only screen and (max-width: 992px) {
	#offer3 {
		padding-left:0;
		/* margin-top:20px;
		left:-50%;
		transform: translateX(50%); */
	}
}
@media only screen and (max-width: 600px) {
	#offer1 {
		padding-right:0;
	}
	#offer2 {
		margin-top:20px;
		padding-left:0; 
		padding-right:0;
	}
	#offer3 {
		padding-left:0;
		margin-top:20px;
		left:0;
		transform: translateX(0);
	}
	.overflow-text {
		display: block;
	}
	/* #_prosfores a {
		display: none;
	} */
}
@media only screen and (max-width: 533px) {  /*479px*/
	.overflow-text {
		display: none;
	}
	#_prosfores a {
		display: block;
	}
}
#moreOffers {
	font-size:15px; 
	padding-top:10px; 
	padding-bottom:5px;
	padding-right:20px;	
	letter-spacing:3px; 
	margin-bottom:0;
	display:block;

	text-decoration: underline;
}
#moreOffers:hover, #moreOffers.active, #moreOffers:focus {
	letter-spacing:2px; 
	font-weight:bold;
}
#_nea .col {
	display: table-cell; /* Make elements inside the container behave like table cells */
	width: 65%;  
	text-align: justify;
	color: #000; 
	background-color: #fff;
}
#_programma .col {
    display: table-cell;
    width: 65%;
    text-align: justify;
    background-color: #505050 !important;
}
.emptyCol {
	width:17.5%;  
	display: table-cell;
	border: none;
	background-color: transparent;
}
.col p {
	margin-bottom: 0 !important;
	text-align: justify;
}
.col:hover, .col:active, .col:focus {
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.col:hover h4, .col:active h4, .col:focus h4 {
	background-color: #9d1662 !important; 
}
#_nea .col:hover h4, #_nea .col:active h4, #_nea .col:focus h4 {
	background-color: #fff !important;
}
#_nea .col:hover, #_nea .col:active, #_nea .col:focus, #_programma .col:hover, #_programma .col:active, #_programma .col:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.overflow-text-nea {
	display: none;
}
.overflow-text-nea2 {
	display: block;
}
@media only screen and (max-width: 480px) {
	.overflow-text-nea2 {
		display: none;
	}
}
#fieldsOfExpertise {
		margin-bottom: 0;
}
.my-w3-padding-large {
	padding:12px 24px !important;
}
.my-padding-xxlarge-left{
	padding:24px 24px 24px 48px !important;
}
.my-padding-xxlarge-right{
	padding:24px 48px 24px 24px !important;
}

@media only screen and (max-width: 949px) {
 	#_nea .col, #_programma .col {
		display: block;
        width: 100%;
	}
	.emptyCol {
		display: none;
	} 
	
	.my-w3-padding-large {
		padding:12px 12px !important;
	}	
	.col-container {
		border-spacing: 5px 5px;    /*10px 5px;*/
	}
	#_nea .col-container, #_programma .col-container {
		border-spacing: 15px 0;
	}
	#_programma img {
		padding-bottom: 0!important;
		margin-left:0!important;
	}
}
@media only screen and (max-width: 600px) {
	#_nea .col-container, #_programma .col-container {
		border-spacing: 9px 0;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 950px) { 
	#_nea .col, #_programma .col {
		width: 95%;
	}
	.emptyCol {
		width:2.5%;  
	}
}
@media only screen and (max-width: 1365px) and (min-width: 1025px) {
	#_nea .col, #_programma .col {
		width: 85%;
	}
	.emptyCol {
		width:7.5%;  
	}
}


.fieldDiv {
	padding:0; 
	margin-top:0;
}
.fieldHeader, .offerFooter, .offerHeader, .newsHeader, .accountHeader {
	text-align:center; 
	
	font-family:'Noto Serif', Serif; 
	font-variant:small-caps; 
	letter-spacing:1.5px;
	font-weight:600;
	
	margin-bottom:0; 
	margin-top:0;
 
}

@media only screen and (max-width: 600px) {
    .col { 
        display: block;
        width: 100%;
		margin-bottom: 20px;
    }		
	#secondRow p {
		height: auto;
	}
}
@media only screen and (max-width: 991px) and (min-width: 601px) {
	.col {
		width: 25%;
	}
}
@media only screen and (max-width: 990px) and (min-width: 601px) {
	.col { 
        display: inline-grid;
        width: 48%;
		margin: 0 5px 20px 5px;
    }	
	.col p {
		height: auto;
	}
}

@media only screen and (max-width: 669px) and (min-width: 601px) {
	#personal {
		height: 83.48px;
	}
}

@media only screen and (max-width: 626px) and (min-width: 601px) {	
	#pilates {
		height: 150.98px;
	}
}
@media only screen and (max-width: 713px) and (min-width: 627px) {	
	#pilates {
		height: 128.48px;
	}
}
@media only screen and (max-width: 990px) and (min-width: 714px) {	
	#pilates {
		height: 105.98px;
	}
}

@media only screen and (max-width: 744px) and (min-width: 601px) {
	#step {
		height: 105.98px;
	}
}
@media only screen and (max-width: 990px) and (min-width: 745px) {
	#step {
		height: 83.48px;
	}
}

@media only screen and (max-width: 681px) and (min-width: 601px) {
	#brazilian {
		height: 150.98px;
	}
}
@media only screen and (max-width: 798px) and (min-width: 682px) {
	#brazilian {
		height: 128.48px;
	}
}

@media only screen and (max-width: 627px) and (min-width: 601px) {
	#aerofight {
		height: 150.98px;
	}
}
@media only screen and (max-width: 720px) and (min-width: 628px) {
	#aerofight {
		height: 128.48px;
	}
}

@media only screen and (max-width: 702px) and (min-width: 601px) {
	#bodyBars {
		height: 83.48px;
	}
}

/*
@media only screen and (max-width: 1311px) and (min-width: 991px) { 
    .fieldHeader { 
        height: 57.98px;
    } 
}
@media only screen and (max-width: 650px) and (min-width: 601px) {  
    .fieldHeader { 
        height: 57.98px;
    } 
}*/
@media only screen and (max-width: 655px) and (min-width: 601px) {
	#secondRow p {
		height: 218.492px;
	}
}
@media only screen and (max-width: 699px) and (min-width: 654px) { 
	#secondRow p {
		height: 195.988px;
	}
}
@media only screen and (max-width: 809px) and (min-width: 700px) { 
	#secondRow p {
		height: 173.484px;
	}
}
@media only screen and (max-width: 930px) and (min-width: 810px)  {
	#secondRow p {
		height: 150.98px;
	}
}



#googleMap {
    height: 300px;
    background-color: #202529;
    border: none;  
}
.my-w3-padding-medium {
	padding:8px 16px !important;
}
.my-padding-small {
	padding:4px 8px !important;
}
@media only screen and (max-width:424px) {
	.my-w3-padding-medium {
		padding:8px 8px !important;
	}
	.my-padding-small {
		padding:4px 4px !important;
	}
}
@media only screen and (max-width:800px) and (min-width:601px){  
	.my-w3-padding-medium {
		padding:8px 8px !important;
	}
}
@media only screen and (max-width:649px) and (min-width:601px){
	.my-padding-small {
		padding:4px 2px !important;
	}
}
@media only screen and (max-width:800px) and (min-width:650px){
	.my-padding-small {
		padding:4px 4px !important;
	}	
}

input, textarea {
    width: 100%; 
    background-color: white;
    border: 2px solid #a8a9ad; /*ligthGray*/
    padding:5px;
    margin-top:-5px;
	margin-bottom:5px;
    outline: none;
    display: block;
}
label {
	text-align:left;
} 
textarea {
    height:150px; 
    resize: none;
}
input[type=submit], input[type=reset] {
    width:25%; 
	
	letter-spacing: 1.5px;
	font-variant:small-caps;
	font-family:'Noto Sans', Sans-serif;
	font-weight:600; 
	border: none;
		
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, 
input[type=reset]:hover, input[type=reset]:active, input[type=reset]:focus{
	color:#000 !important; 
	background-color:#9d1662 !important;	
}
input[type=submit]:disabled, input[type=reset]:disabled {
	color:#fff !important;
	opacity: 0.5;
}
.antispam { 
	display:none;
}
@media only screen and (max-width: 992px) {
	input[type=submit], input[type=reset] {
		width:45%;
	}
}
@media only screen and (max-width: 600px) {
	#signUp {
		margin-top:20px;
	}
	#signInP1, #signInP2 {
		display: none;
	} 
}

#includedFooter {
	letter-spacing:1.5px;
}
.footerRow {
	color: #000;
}
.footerLink {
	text-decoration:none;
	display:inline-block;
	line-height: 2;
}
.footerLink:hover, .footerLink:active, .footerLink:focus { 
    text-decoration:none;
	outline: none;
	color: #eaf1af !important;
}
.siteMap, .contactInfo, .contactForm {
	font-family:'Noto Serif', Serif; 
}
.my-w3-padding-small {
	padding: 7px 8px !important; 
}
/* .espaRow {
    display: flex; 
    flex-direction: row; 
    align-content: center; 
    justify-content: space-evenly; 
    align-items: center; 
    flex-wrap: wrap;
} 
.espaImg {
    width: 41.5%;
}*/
.espaImg {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    display: block;
    cursor: pointer;
}

/* .espaTxt {
    width: 56.5%; 
    text-align: justify;
}
@media only screen and (max-width: 900px) {
    .espaRow {
        flex-direction: column; 
    }
    .espaImg {
        width: 97.5%;
    }
    .espaTxt {
        width: 97.5%; 
        padding-top: 15px;
    }
} */


/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}
.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    font-family: sans-serif;
}
.close {
    color: #747474;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close:hover {
    color: black;
}


#toTop {
	width: 20px !important;
	height: 20px !important;
	line-height:20px !important;
	color: #fff;
	position:absolute;
	right:1.5%;
	background-color:transparent !important;
}
#toTop:hover, #toTop:active, #toTop:focus {
	color: #9d1662 !important;    /*fuchsia*/
	background-color: transparent !important;
    border-color:#7d124f !important;   /*fuchsia-d2*/
}




/* datepicker */
#calendarDiv {
    height:400px;
    position:relative;
}
#calendar {
	height: 400px;
}
#calendar .ui-datepicker {
  position: absolute;
  top: 50%;
  left:50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 350px;
  padding: 0;
  margin: auto auto;  
  border-radius: 0;
  border: 0;
  /*background: transparent;*/
  display: table-cell;
  vertical-align: middle;
  font-family: 'Noto Serif', serif; 
  -webkit-font-smoothing: antialiased;
  
  background: #eeeeef; /* ligthGray-theme-l4 */  
  
  	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
#calendar .ui-datepicker-header {
  position: relative;
  height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  font-family:'Noto Sans', Sans-serif;
}
#calendar .ui-datepicker-prev,
#calendar .ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  z-index:50;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 0;
  background: #FFF;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
#calendar .ui-datepicker-prev {
  left: 0;
}
#calendar .ui-datepicker-next {
  right: 0;
}
#calendar .ui-datepicker-prev:hover,
#calendar .ui-datepicker-next:hover {
  border: 0;
  background: #656D78;
}
#calendar .ui-datepicker-prev .ui-icon,
#calendar .ui-datepicker-next .ui-icon {
  position: absolute;
  top: 0;
  left: 4px;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #434A54;
  background: transparent;
  
  -webkit-transition: border-color 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#calendar .ui-datepicker-next .ui-icon {
  left: -4px;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#calendar .ui-datepicker-prev:hover .ui-icon,
#calendar .ui-datepicker-next:hover .ui-icon {
  border-color: #FFF;
} 
#calendar .ui-datepicker-title {
  cursor: default;
  position: relative;
  width: 250px;    /*350px;*/
  height: 50px;
  padding: 0;
  margin: auto;
  background: #9d1662;   /* fuchsia */  
  color: #FFF;
  line-height: 50px;
  text-transform: uppercase;
  font-family:'Noto Sans', Sans-serif;
}
#calendar .ui-datepicker-calendar {
  margin: 0;
}
#calendar .ui-datepicker-title span {
    border-bottom: 0;
    border-radius: 0;
    float: none;
}
#calendar .ui-datepicker-calendar thead th {
  cursor: default;
  height: 35px;
  padding: 0;
  background: #a8a9ad; /*ligthGray*/ 
  color: #FFF;
  line-height: 35px;
  text-transform: uppercase;
  font-family:'Noto Sans', Sans-serif;
}
#calendar .ui-datepicker-calendar thead th span{
    border-bottom: 0;
    border-radius: 0;
    float: none;    
}
#calendar .ui-datepicker-calendar thead th.ui-datepicker-week-end {
  background: #a8a9ad;  
  color: #000; 
}
#calendar .ui-datepicker-calendar tbody td.ui-datepicker-week-end {
  background: #FFF;
}
#calendar .ui-datepicker-calendar tbody td a.ui-state-default {
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  color: #434A54;
  text-align: center;
  line-height: 50px;
}
#calendar .ui-datepicker-calendar tbody td span {
  height: 50px;
  padding: 0;
  border: 0;
  background: #fafafa; 
  opacity: .5;
  color: #434A54; 
  text-align: center;
  line-height: 50px;
  float: none;
}
#calendar .ui-datepicker-calendar tbody td a.ui-state-default:hover {
  background: #959595;  /* w3-theme-l2 */
  color: #FFF; 
} 
#calendar .ui-datepicker-calendar tbody td a.ui-state-highlight {
  background: #d61f87;  /* w3-fuchsia-theme-l1*/
  color: #FFF; 
}
#calendar .ui-datepicker-calendar tbody td a.ui-state-active {
  background: #656D78;
  color: #FFF;
  box-shadow: 0 0 0 3px #9d1662;
}
#calendar .ui-datepicker-calendar tbody td.ui-datepicker-unselectable {
  background: #FFF; 
  opacity: 1;
}
#calendar .ui-datepicker-calendar tbody td.ui-datepicker-week-end.ui-datepicker-unselectable {
  background: #FFF; 
  opacity: 1;
}


/*rooms*/
#roomTbl, #roomTblAdmin {
    height:200px;
    position:relative;
}
#roomBtns {
	position: absolute;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 75%;
	margin: auto auto;
  
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.room_col-container {
    display: table; /* Make the container element behave like a table */
    /*width: 100%;  Set full-width to expand the whole page */
	margin-bottom: 10px; 
	margin-left:auto;
	margin-right:auto;
	
	border-collapse: separate;
	border-spacing: 15px 5px;
}
.roomImg {
	height:100px; 
	width: 150px;
	object-fit:contain;
	margin: 5px 15px;
	border: 3px outset;
	cursor: pointer;
}
.roomImg:hover, .selectedRb, .selectedRb:hover, .selectedRb:active, .selectedRb:focus {
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.disabledRb, .disabledRb:hover, .disabledRb:active, .disabledRb:focus {
	border: 3px inset;
	cursor: default !important;
	opacity: .6;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media only screen and (max-width: 1280px) and (min-width:993px) {
	#roomBtns {
		width: 95%;
	}
	.room_col-container {
		border-spacing: 0 5px;
	}
}
@media only screen and (max-width: 992px) {  
	#roomTbl, #roomTblAdmin {
		height:350px;
	}
	#roomBtns {
		width: 580px;
	}
	.roomImgPreLast {
		margin-top:15px;
		margin-left:20%;
	}
	.roomImgLast {
		margin-top:15px;
	}
}
@media only screen and (max-width: 619px) and (min-width:533px) {
	#roomBtns {
		width: 500px;
	}
	.roomImg {
		width: 125px;
	}
}
@media only screen and (max-width: 532px) {
	#roomTbl, #roomTblAdmin {
		height:500px;
	}
	#roomBtns {
		width: 343px;
	}
	.roomImg {
		width: 125px;
	}
	.roomImgThird, .roomImgPreLast {
		margin: 5px 15px;
	}
	.roomImgLast {
		margin-top:15px;
		margin-left:30%;
	}
}


.hour_col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
	margin-bottom: 10px; 
	
	border-collapse: separate;
	border-spacing: 15px 5px;
}
.hour_col {
    display: table-cell; /* Make elements inside the container behave like table cells */
	width: 20%;
	border: 2px solid transparent;
	text-align: justify;
	cursor: pointer !important;
}
#slotTblAdmin, #slotTbl, #classesTbl, #classesTblAdmin, #tkdTbl, #tkdTblAdmin, #kickTbl, #kickTblAdmin, #personalTbl, #personalTblAdmin {
    height:400px;
    position:relative;
}
@media only screen and (max-width: 1230px) and (min-width:993px) {
    #calendarDiv, #slotTblAdmin, #slotTbl, #classesTbl, #classesTblAdmin, #tkdTbl, #tkdTblAdmin, #kickTbl, #kickTblAdmin, #personalTbl, #personalTblAdmin {
        height:750px;
    }
	.hour_col { 
        display: block;
        width: 100%;
		margin-bottom: 15px;
    }
    
    .hour_col-container {
        margin-bottom: 0;
        border-spacing: 15px 0;
    }
}
@media only screen and (max-width: 992px) { 
	#slotTblAdmin, #slotTbl, #classesTbl, #classesTblAdmin, #tkdTbl, #tkdTblAdmin, #kickTbl, #kickTblAdmin, #personalTbl, #personalTblAdmin {
		height: 300px;
	}
	#calendarDiv {
	    height:500px;
	}
}
@media only screen and (max-width: 720px) {  /* 750px*/
	#slotTblAdmin, #slotTbl {
		height: 750px;
	}
	#tkdTbl, #tkdTblAdmin, #kickTbl, #kickTblAdmin {  /*, #personalTbl, #personalTblAdmin, #classesTbl, #classesTblAdmin*/
		height: 250px;
	}
	#personalTbl, #personalTblAdmin {
		height: 350px;
	}
	#classesTbl, #classesTblAdmin {
		height: 450px;
	}
}
/*@media only screen and (max-width: 424px) { 
	#slotTblAdmin, #slotTbl {
		height: 350px !important;
	}
}*/
@media only screen and (max-width: 720px) {
    #calendarDiv {
        height:435px;   /*500px;*/
    }
	.hour_col { 
        display: block;
        width: 100%;
		margin-bottom: 15px;
    }
    
    .hour_col-container {
        margin-bottom: 0;
        border-spacing: 15px 0;
    }
}
/*@media only screen and (max-width: 479px) { 
	.hour_col-container {
		border-spacing: 12.5px 5px;  
	}
}
@media only screen and (max-width: 414px) { 
	.hour_col-container {
		border-spacing: 5.5px 5px;  
	}
}*/
.hourBtn:hover, .hourBtn:active, .hourBtn:focus {
	background: #656D78 !important;
	color: #FFF !important;
	cursor: pointer !important;
	border: 2px solid #5a616c;
}
.disabledHb, .disabledHb:hover, .disabledHb:active, .disabledHb:focus {
	background: #a8a9ad !important; /*ligthGray*/
	color: #000 !important;
	border: 2px solid transparent;
	cursor: default !important;
	opacity: .6;
}
.selectedHb, .selectedHb:hover, .selectedHb:active, .selectedHb:focus {
	background: #656D78 !important;
	color: #FFF !important;
	cursor: pointer !important;
	border: 2px solid #656D78;
	opacity: 1;
}
.canceledHb, .selectedHb.canceledHb, .canceledHb:hover, .canceledHb:active, .canceledHb:focus {
    background: #8d1458 !important;
    color: #fff !important;
    cursor: default !important;
    border: 2px solid #7d124f;
}

.classImg {
	height:75px; 
	margin-top:5px; 
	margin-bottom:5px;
	margin-left:10px;
}
.class2Img {
	height:45px; 
	margin-left:15px; 
	margin-top:auto; 
	margin-bottom:auto;
}
.classBr {
	display:none;
}
.class3Br {
	display:block;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
	.class_col { 
        display: block;
        width: 100%;
		margin-bottom: 15px;
    }
	/*.classImg {
		height:45px; 
		margin-left:15px; 
		margin-top:auto; 
		margin-bottom:auto;
	}
	.classBr {
		display:none;
	}*/
	.class3Br {
		display:none;
	}
	.classRow {
		margin-bottom: -5px;
	}
}
@media only screen and (max-width: 739px) and (min-width: 340px) {
	.class_col { 
        display: block;
        width: 100%;
		margin-bottom: 15px;
    }
	/*.classImg {
		height:45px; 
		margin-left:15px; 
		margin-top:auto; 
		margin-bottom:auto;
	}
	.classBr {
		display:none;
	}*/
	.class3Br {
		display:none;
	}
	.classRow {
		margin-bottom: -5px;
	}
}
@media only screen and (max-width: 339px) {
	.classBr {
		display:block;
	}
	.classImg {
		/*height:75px;*/
		margin-left:0; 
		margin-top:auto; 
		margin-bottom:auto; 
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
	/*.class2Br {
		display:block;
	}
	.class3Br {
		display:none;
	}*/
	.class2Img {
		height:50%; 
		margin-top:5px; 
		margin-bottom:5px;
		margin-left:0;
	}
}
@media only screen and (max-width: 720px) { 
	.class2_col { 
        display: block;
        width: 100%;
		margin-bottom: 15px;
    }
	.last2Row {
		margin-bottom:0;
	}
	.hour2_col-container {
		margin-bottom: 0;
		border-spacing: 15px 0;
	}
}
/* @media only screen and (max-width: 599px) and (min-width:540px) {
	.class4Br {
		display:block;
	}
} */
@media only screen and (max-width: 539px) {
	/* .class4Br {
		display:none;
	}
	.class3Br {
		display:block;
	} */
	.row2img {
		margin-top:5px;
		margin-left:55px;
	}
}
@media only screen and (max-width: 339px) {
	/* .class2Br {
		display:block;
	} */
	.class2Img {
		height:45px; 
		margin-top:5px; 
		margin-bottom:5px;
		margin-left:0;
	}	
}

#hourBtns, #hourBtnsSat, 
#MndClasses, #TsdClasses, #WdnsdClasses, #ThrsdClasses, #FrdClasses,
#MndKick, #WdnsdKick, #ThrsdKick, #MndTkd, #TsdTkd, #WdnsdTkd, #FrdTkd, #StrdTkd,
#MndPrsnl, #TsdPrsnl, #WdnsdPrsnl, #ThrsdPrsnl, #FrdPrsnl {
	position: absolute;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 90%;
	margin: auto auto;
  
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
@media only screen and (max-width: 992px) { 
	#hourBtns, #hourBtnsSat {
		position: absolute;
		margin-top: 20px;
		margin-bottom: 20px;
		top: 0;
		left:50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 90%;
	  
		-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
		-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	}
}
.hourHeader {
	text-transform:uppercase;
	font-family:'Noto Sans', Sans-serif;
	font-weight:600;
	letter-spacing:1.5px;
}
#res table, #resSearch table {
  width: 100%;
  border-collapse: collapse;
}
#res table, td, th {
  border: 1px solid black;
  padding: 5px;
}
#resSearch table, td, th {
  border: 1px solid black;
  padding: 5px;
}
#res th, #resSearch th {
	text-align: left;
}
.resData:hover, .resSearchData:hover{
	background: #dcddde;
}
.highlight, .highlight:hover{
	background: #bababe;
}


/* key search page */
#submit_search, #clear_search {
    border-color: #a10b5f;
}
.disabledSearch {
    color: #999296 !important;
    background-color: #8f7282 !important;
    border-color: #a1738d !important;
}


/* covid form */
#covidForm {
	width:75%; 
	margin-left:auto; 
	margin-right:auto;
}
.formLogo {
	height:150px;
}
.formLogoImg {
	height:75%;
}
.formLogoImg_new {
	height:65%;
}
@media only screen and (max-width: 992px) {
	#covidForm {
		width:85%; 
	}
	.formLogo {
		height:125px;
	}
}
@media only screen and (max-width: 600px) {
	#covidForm {
		width:97.5%; 
	}
	.formLogo {
		height:100px;
	}
}
#formInner {
	font-family:'Arial'; 
	font-weight:800; 
	font-size:18px; 
	letter-spacing:0.5px; 
	color:#3556A6; 
	border:8px solid #3556A6; 
	border-radius:50px 50px;
}
.myH {
	font-weight:800; 
	letter-spacing:normal;
	text-transform:none;
	font-family:'Arial';
	margin:5px 0;
	background-color:#fff;
}
.myHnew {
	font-weight:800;
	letter-spacing:1.1px;
	text-transform:none;
	font-family:'Arial';
	margin:5px 0;
	padding-top: 10px;
}
.formH3 {
	color: #000;
	font: inherit;
	font-size: 26px;
}
#formTitle {
	width:90%; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:-45px;
}
#basicInfo {
	width:95%; 
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:25px; 
	background-color:#e9e9e9; 
	color:#000; 
	border-radius:25px 25px;
}
.basicInfo {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	background-color:#e9e9e9;
	color:#000;
	border-radius:25px 25px;
}
ul {
	list-style-type:none; 
	padding-inline-start:0 !important;
}
.answDiv {
	transform: translateX(25%);
}
input[type=radio] {
	float:left; 
	width:15px; 
	transform:translateY(2px);
}
#vaccinCert, #recovCert, #noCert {
    float:left;
    width: -webkit-fill-available;
}
.answLbl {
	float:left; 
	margin-left:10px;
}
.answLbl_new {
	margin-left:10px;
}
.adviceSpan {
	color:#000; 
	font-size:16px;
}
#formSubmit {
	background-color:#e9e9e9;
	border-radius:15px 15px;
}
#formSubmit:hover {
	background-color:#cecece !important;
}
#formSubmit:disabled {
	background-color:#dcddde !important;  /* #e9e9e9 !important; */
	opacity:.6;
}


