@charset "utf-8";
/* CSS Document */
/********* champions *********/ 
*{
	margin:0;
	padding:0;
  border:none;
	text-decoration:none;
 
}

html,body{
	height:100%;
   font-family: 'Lato', sans-serif;
}

ul{
	list-style-type:none;
}

.aCenter{
text-align:center;
}

.header{
	background-color: #00b8da;
}
.subMenu{
    background: #99cf17;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    z-index: 999;
}

.listMenu {
    cursor:pointer;
}

.langCol{
padding:20px 0
}

.logo{
    padding-left: 130px;
    max-width: 100%;
    display: block;
    padding-top: 15px;
}

.logo img{
	max-width:319px
}

.logoTxt{
       color: #FFF;
    display: block;
    font-weight: 600;
    padding-left: 6px;
    margin-top: 0;
    padding-bottom: 5px;
    line-height: 17px;
}

  .headerBand{
  	height:225px;
	z-index:10;
  }
  
  .star{
	  height:30px
  }

.wrapper{
	padding-top:50px;
}

.alignCenter{
	text-align:center;
}
.alignLeft{
	text-align:left;
}

.alignRight{
	text-align:right;
}

.headerFeatures span{
    font-size: 40px;
    text-transform: uppercase;
    color: #ce4444;
    font-family: open sans;
    font-weight: 900;
    text-align: center;
    display: block;
    line-height: 39px;
    padding-top: 20px;
}

.headerFeatures h1{
    font-size: 22px;
    text-transform: uppercase;
    color: #fefefe;
    font-family: open sans;
    font-weight: 900;
    text-align: center;
    line-height: 17px;
}

.banner{
height: 400px;
}

.paddingTopPage{
	padding: 25px 0px 0 0px;
}

.paddingTop20{
padding-top:20px
}

.paddingTB20{
padding:20px 0;
}

.padding5{
padding:5px;
}

.promoPadding{
padding-top:25px;
}

.giftBox{
font-size:25px;
}

.bannerText{
display: block;
    padding-left: 100px;
    padding-top: 100px;
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 65px;
    line-height: 60px;
    text-shadow: 6px 9px 3px rgba(0,0,0,0.5);
}

.banner img{
   margin-left: -12px;
}

.lang{
 color:#FFF;
}

.contactHeader{
      color: #ffd817;
    font-size: 18px;
    font-weight: 800;
    padding-top: 4px;
}

.title{
    color: #ef4429;
    font-weight: 700;
}

.subtitle{
    color: #ef4429;
    font-size: 28px;
    font-weight: 700;
}
.subtitle2{
	color: #ef4429;
    font-size: 22px;
    font-weight: 700;
}
.swimBar{
color:#fff; 
  font-weight:800; 
  letter-spacing:1px;
  height: 50px;
}

.servicesSection{
	background: #ffffff;
    height: 300px;
    min-height: calc(100vh - 231px);
	position:relative;
}

.closingMessage{
	position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
	width: 80%;
}

.servLink{
	color:#000;
}

.announcement{
    background: #ef4429;
    display: block;
    height: auto;
    color: #FFF;
  padding: 10px 0;
      font-weight: 900;
}

.spacing1{
	padding-top:45px
}
.spacing2{
	padding-top:55px;
}
.spacing3{
	padding-top:65px;
}
.spacing4{
	padding-top:75px;
}
.paddingTop40{
	padding-top:40px
}
.paddingBottom40{
	padding-bottom: 40px;
}
.topDesc{
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}



.galImg{
position: relative;
    float: left;
    width:  275px;
    height: 340px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
  margin-bottom:10px;
  margin:8px;
}

.bb{
border-bottom: 1px solid #ddd;
}
.br{
border-right: 1px solid #ddd;
}

.promo{

    border: double;
    color: #ef4429;
    font-weight: 900;
}

.iconBG{
  background-color: #99cf17;
  height: 85px;
}

.color2{
	color: #99cf17;
}

/**** Menu ****/

.navigation{
	background-color:#99cf17; 
  
}

.navigation li{
  display: inline; 
  text-align:right; 
  border-left:1px solid white; 
  
}

.navigation a{ 
  text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 16px;
}

.arrowMenu{
    padding: 0px 0 0 10px;
    vertical-align: top;
}

.subMenu li, 
.subMenu li a, 
.subMenu li span {
    display: block;
    text-align: left;
    float: none;
    border-left: none;
}

.subMenu li a{
    font-size: 1em;
    padding: 10px 15px;
    border-bottom: solid 0.5px;
}
/*** Registration ****/

.registrationForm .formTitle{
	font-weight: 700;
    padding: 5px 0 20px;
    font-size: 18px;
}
.formTitle{
	    font-weight: 700;
    font-size: 16px;
    padding-top: 22px;
}

.registrationForm .formSection{
	padding:20px 0;
	border-bottom:1px dashed #CCC;
}
.registrationForm .formSecTitle{
	border-bottom:3px solid #ef4429;
	padding:5px 0;
	margin:10px 0;
	font-size:22px !important;
}

.registrationForm .label{
	font-style: italic;
}
.registrationForm input,.registrationForm select,.registrationForm textarea{
	width: calc(100% - 40px);
    margin: 10px 15px 10px 0;
    border: 1px solid #CCC;
    display: block;
    padding: 10px;
}

.thn{
    font-size: .8em;
    font-weight: normal;
}

.chld,.none{
	display:none;
}
.bold{
font-weight:800;
}

.pricesTable .col-6{
	padding:5px 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width:49%;
  width:calc(50% - 1px);
}

/**** Footer ****/
footer{
    width: 100%;
    background-color: #252222;
    color: #fff;
	font-size: 12px;
}
footer a{ 
text-decoration:none;
color: #FFF;
}
footer ul{
padding-bottom:30px;
}

#sentMsg{
color: #ef4429;
}

footer input, footer textarea, .input_form {
    display: block;
    padding: 8px 10px;
    /* border: 1px solid #ccc; */
    border-radius: 0;
    width: 90%;
    width: calc(100% - 22px);
    width: -webkit-calc(100% - 22px);
    margin-bottom: 5px;
    background: rgba(256,256,256,0.05);
    color: #fff;
}
footer form{
	text-align:left;
}

.contact_form .send_btn {
    display: block;
    color: #fff;
    padding: 8px 50px;
    cursor: pointer;
    border-radius: 3px;
    margin: 10px 0 20px 0;
    background: #ef4429;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px){ 
    
    .bannerText {
        padding-left: 97px;
        padding-top: 9px;
        font-size: 37px;
        line-height: 36px;
    }
	
	.closingMessage{
		font-size: 18px;
	}
	
	.star{
	  height:25px
  }


  .servicesSection{
    padding-top: 30px;

}
  .topDesc{
  	
   padding: 20px;
  }
  
  .promoPadding{
padding:13px 10px;
}
  
			/*.mainMenu.col-mob-4 {
			    position: absolute;
			    right: 0;
			    z-index: 999;
			    transform: translate(0, 100%);
			    -webkit-transform: translate(0, 100%);
			    max-width: 300px !important;
			}*/

			.mainMenu.col-mob-4 {
			    position: absolute;
			    max-width: 100% !important;
			    text-align: right;
			    float: right;
			    right: 0;
			    margin-top: 50px;
			}
			.navigation {
			    width: 100%;
			    text-align: right;
			}
			.mainMenu{
				background: #00b8da;
				display: none;
              	position: absolute;
                top: 100%;
                width: calc(100% + 20px) !important;
                left: -10px;
               z-index: 20;
			}
			.toggleMenu{
				height: auto;
              	color:#FFF;
              	padding: 10px 20px;
			}
			.navigation li {
			    display: block;
			    text-align: center;
			    border-left: none;
			    padding: 10px 30px;
			}
			.subMenu {
			    background: #99cf17;
			    position: relative;
			    bottom: 0;
			    left: 0;
			    /* transform: translate(-25%, 100%); */
			    -webkit-transform: none;
			    width: auto;
			    z-index: 999;
			}
			.arrowMenu {
			    top: 5px;
			    right: auto;
			}
		}

@media only screen and (max-width: 640px) {
  
  
	.closingMessage {
		font-size: 14px;
		top: 190px;
	}


  
  .star{
	  height:20px
  }
  
  .container{
  	
   box-sizing: border-box;
    padding: 0 10px;
  }
  
  .giftBox{
font-size:30px;
}
    
  .promoPadding{
padding: 8px 10px;
  }
  
  .langCol{
padding:10px 0
}
  
  .galImg{
  	width:80%;
    margin-left:10%;
  }
  
  .serviceImg{
      margin-top:-45px;
  }
  
  
  .title{
    color: #ef4429;
    font-weight: 700;
}
  
.logoTxt{
    color: #e7422c;
    display:block;
    font-weight: 600;
    padding-left: initial;
    padding:9px 0;
  background:#f6d812;
  font-size:11px;
  margin-top:0;
  text-align:right;
  
}
  
  .announcement {
    background: #ef4429;
    display: block;
    height: initial;
    color: #FFF;
    padding: 10px 15px;
    font-size: 14px;
}
  
  .headerBand{
  	height:120px;
	
  }
  
  .header{
	background-color: #00b8da;
	}
  
  .lang{
 font-size:11px;
}
  
  .contactHeader{
    color:#ffd817; font-size:11px; font-weight: 800
  }
  
	.banner{
  	height: 180px;
  }

.bannerText{
    display: block;
    padding-left: 35px;
    padding-top: 9px;
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    text-shadow: 6px 9px 3px rgba(0,0,0,0.5);
    text-align: right;
    padding-right: 0px;
}
  
  .logo{
  	padding-top: 10px;
    padding-left: 65px;
  }
  
  
  .swimBar{
  height: 70px;
}
  
}

@media only screen and (max-width: 380px) {
 	
 
 .star{
	  height:25px
  }
  
  .swimBar{
  height: 95px;
}
  
    .swimBar p{
  padding: 20px;
}
  
} 
#banner, #banner2, #banner3{ overflow:hidden; opacity:0; transition:opacity ease-out 0.6s;} 