body{
	margin:0 auto;
	padding: 0 auto;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}		

img.cert1{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a.imghover img:hover{
	opacity: 0.75;
}

/*inner shadow*/
.inner-shadow{
	box-shadow: inset 0px 5px 20px -10px #00293f,inset 0px -5px 20px -10px #00293f;
}

.freespace{
	padding:25px 0px;
}
.freespace2{
	padding:20px 0px;
}
.freespace3{
	padding:5px 0px;
}

ul.footer-link li a:hover{
	text-decoration: underline!important;
	color:#fff;
}

.swim-icon{
	position: relative;
	display: inline-block;
}
.swim-icon .img-top{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.swim-icon:hover .img-top{
	display: inline;
	color: #29aae1;
}
a.icon1-hover:hover{
	color: #29aae1!important;
	text-decoration: underline!important;
	font-weight: bold;
}


/*image hover with text*/
.img-hover {
  position: relative;
}

.image-one {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img-hover:hover .image-one {
  opacity: 0.7;
  background:#fff;
}

.img-hover:hover .middle {
  opacity: 1;
}

.text-hover {
  border: 1px solid #fff;
  color: white;
  padding: 16px 32px;
}
.bg-original{
	background: #29aae1;
}
.color-original{
	color: #29aae1;
}

/*inner style*/
.page-title2 {
    font-size: 1.6rem!important;
    color: #29aae1;
    padding-top: 10px;
}
.page-title3 {
    font-size: 1.6rem!important;
    color: #fff;
    padding-top: 10px;
}
.lessons-icon{
	width:80px;
	height:80px;
	float:left;
	margin-right:15px;
}
.lessons-icon-last{
	width:80px;
	height:80px;
	float:left;
}
.icon1-hover{
	text-decoration:none;
	color:#b2b2b2;
	text-align:center;
}
.icon-actived{
	color: #29aae1!important;
	font-weight: bold;
	text-decoration:underline;
}
.desktop-right{
	text-align: right;
}
.desktop-left{
	text-align: left;
}
.margin-bt{
	margin:40px 0px;
}
.j-text{
	text-align: justify;
}
h1.title3 {
    font-size: 1.3rem;
    color: #29aae1;
    font-weight: bold;
    padding: 0px!important;
}
.small-em{
	font-size:14px; color:#b9b9b9;
}
.small-em3{
	color:#b9b9b9;
}
.small-em2{
	color:#b9b9b9;
	font-style: normal;
	font-weight: bold;
}
.green-bg{
	background:#baffca;padding:15px;
}
.small-btitle{
	font-size:18px;font-weight:bold;padding-top:10px;padding-left:20px;
}
.c-errors{
	background:#ffb4b4;padding:15px;
}
.padding1{
	padding:15px;
}
.white-link{
	width:100%;font-family:'Roboto', 'Fredericka the Great';width:100%; text-align:center;color:#fff;text-decoration:none;
}
.subtitle{
	width:100%;font-family:'Roboto', 'Fredericka the Great';width:100%; text-align:center;color:#fff;font-size:50px;
}
a.white-link:hover{
	text-decoration:underline;
	color:#fff!important;
}
a.white-link.actived{
	text-decoration:underline;
	color:#fff;
	font-weight:bold;
}
.subtitle-middle{
	width:100%;height:100%;text-align:center;
}
.subtitle-middle1{
	width:100%;height:100%;display:flex;padding-top:50px;text-align:center;
}
.swimming-style ul{
	padding-inline-start: 25px!important;
	list-style:none;width:600px;margin:0 auto;
}
.full-width{
	width:100%;
}


/*Media Screen*/
@media (max-width: 575px) {
	
	.desktop-right, .desktop-left{
		text-align: center!important;
	}
	
}

#list h3,#list h4,#list h2,#list h1{
	font-size: 18px;
	color:black;
	padding-left:20px;
	font-weight:normal;
}