@charset "utf-8";
/* CSS Document */
html,body {
    width:100%;
	height: 100%;
	margin:0px;
	padding:0px;
	overflow-x: hidden !important;
	
}

#formheader{
	color:#fff; 
	text-align:center;
	font-size: 48px;
	font-family: 'Julius Sans One', sans-serif;
	margin-top: 50px;
	margin-bottom: 50px;
}
@media screen and (min-width : 250px) and (max-width : 768px) {
 #formheader{
	color:#fff; 
	text-align:center;
	font-size: 48px;
	font-family: 'Julius Sans One', sans-serif;
	margin-top: 20px;
	margin-bottom: 50px;
} 
} 
#formicon{
   text-align: left !important;
   font-size: 24px;
   padding: 10px;
   color: #fff;
}
.container-fluid.main{
  position: relative; /* To make the navbar positions relative to this container */
  padding: 0;
}
h3{color: #fff;}


.carousel .background {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
  
}

@media (max-width:991px) {
  .carousel .background {
    background-size: cover !important; /* To make the background image looks good */
	height:100vh;
	width:100vw;
  }
}

.carousel .background.a {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/couch.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  
}

.carousel .background.b {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cardio.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

.carousel .background.c {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/pool.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

@media screen and (min-width : 250px) and (max-width : 767px) {
  .carousel .background.c {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/pool.jpg");
  background-position: center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}
} 
@media screen and (min-width : 768px) and (max-width : 1080px) {
  .carousel .background.c {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/pool.jpg");
  background-position: center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}
} 
@media screen and (min-height : 250px) and (max-height : 767px) {
  .carousel .background.c {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/pool.jpg");
  background-position: center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}
} 

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 0.5s; /* The 0.5s describes the duration to make the opacity from 0 to 1 */
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* CSS Hack to trigger GPU for smooth transition */
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* CSS Hack to trigger GPU for smooth transition */

.covertext {
  position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
  top: 0%; /* The distance between the div with the top of document */
  left: 0px; /* Make the div full width */
  right: 0px; /* Make the div full width */
  margin: 0 0 0 auto;
  /*padding: 30px 50px 50px 30px;*/
  padding-top: 40px;
  padding-left: 50px;
  padding-right:50px;
  padding-bottom: 0px;
}

@media screen and (min-width : 250px) and (max-width : 767px) {
  .covertext {
  position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
  top: 0%; /* The distance between the div with the top of document */
  left: 0px; /* Make the div full width */
  right: 0px; /* Make the div full width */
  margin: 0 0 0 auto;
  padding-top: 40px;
  padding-left: 0px;
  padding-right:50px;
  padding-bottom: 0px;
}
} 
@media screen and (min-width : 250px) and (max-width : 767px) and (orientation:landscape) {
  .covertext {
  position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
  top: 0%; /* The distance between the div with the top of document */
  left: 0px; /* Make the div full width */
  right: 0px; /* Make the div full width */
  margin: 0 0 0 auto;
  padding-top: 5px;
  padding-left: 0px;
  padding-right:50px;
  padding-bottom: 0px;
}
} 


/*.title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100;
  font-size: 120px;
  color: #ffffff;
  text-align: left;
  margin-top: 60px;
  margin-bottom:60px;
}*/
@media screen and (min-width : 1201px) and (max-width : 2560px) {
   .title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100;
  font-size: 144px;
  color: #ffffff;
  text-align: left;
  margin-top: 175px;
  margin-bottom:10px;
  white-space: nowrap;
}
} 
@media screen and (min-width : 768px) and (max-width : 1200px) {
   .title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100;
  font-size: 100px;
  color: #ffffff;
  text-align: left;
  margin-top: 175px;
  margin-bottom:10px;
  white-space: nowrap;
}
} 
@media screen and (min-width : 500px) and (max-width : 767px) {
   .title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100;
  font-size: 80px;
  color: #ffffff;
  text-align: left;
  margin-top: 200px;
  margin-bottom:10px;
  
}
} 
@media screen and (min-width : 200px) and (max-width : 499px) {
   .title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100;
  font-size: 72px;
  color: #ffffff;
  text-align: left;
  margin-top: 140px;
  margin-bottom:10px;
  
}
} 
@media screen and (min-height : 200px) and (max-height : 400px)  {
   .title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100;
  font-size: 60px;
  color: #ffffff;
  text-align: left;
  margin-top: 20px;
  margin-bottom:10px;
  
}
}
@media screen and (min-height : 200px) and (max-height : 400px) and (orientation:landscape)  {
   .title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100;
  font-size: 50px;
  color: #ffffff;
  text-align: left;
  margin-top: 0px;
  margin-bottom:10px;
  
}
}
@media screen and (min-height : 401px) and (max-height : 629px) {
   .title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100;
  font-size: 70px;
  color: #ffffff;
  text-align: left;
  margin-top: 50px;
  margin-bottom:10px;
  
}
}  
@media screen and (min-height : 630px) and (max-height : 800px) {
   .title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100;
  font-size: 70px;
  color: #ffffff;
  text-align: left;
  margin-top: 80px;
  margin-bottom:10px;
  
}
}  
@media screen and (min-width : 1201px) and (max-width : 2560px) {
    .subtitle {
	font-family: 'Raleway', sans-serif !important;	
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.4em;
    text-transform: none;
    letter-spacing: 0em;
    /*color: rgba(255,255,255,.8);*/
	margin-left: 10px;
}
} 
@media screen and (min-width : 768px) and (max-width : 1200px) {
    .subtitle {
  	font-family: 'Raleway', sans-serif !important;	
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
    font-weight: 100;
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.4em;
    text-transform: none;
    letter-spacing: 0em;
    /*color: rgba(255,255,255,.8);*/
	margin-left: 10px;
}
} 
@media screen and (min-width : 150px) and (max-width : 767px) {
    .subtitle {
	  font-family: 'Raleway', sans-serif !important;	
	  font-size: 22px;
	  color: #ffffff;
	  text-align: left;
	  margin-bottom: 2rem !important;
	  margin-top: 4rem !important;
	  font-weight:400;
	  margin-left: 10px;
}
} 
@media screen and (min-width : 150px) and (max-width : 767px) and (orientation:landscape) {
    .subtitle {
	  font-family: 'Raleway', sans-serif !important;	
	  font-size: 22px;
	  color: #ffffff;
	  text-align: left;
	  margin-bottom: 2rem !important;
	  margin-top: 0rem !important;
	  font-weight:400;
	  margin-left: 10px;
}
} 
.explore {
  text-align: left;
  /*margin-top: 10px;*/
  margin-left: 8px;
}
@media screen and (min-width : 150px) and (max-width : 400px) { 
   .explore {
  text-align: left;
  /*margin-top: 25px;*/
  margin-left: 8px;
}
} 
@media screen and (min-width : 150px) and (max-width : 400px ) and (orientation:landscape) { 
   .explore {
  text-align: left;
  margin-top: 0px;
  margin-left: 8px;
}
}
 
@media screen and (min-height : 100px) and (max-height : 490px) {
   .explore {
  text-align: left;
  margin-top: 10px;
  margin-left: 8px;
}
}  
@media screen and (min-height : 491px) and (max-height : 800px) {
   .explore {
  text-align: left;
  /*margin-top: 45px;*/
  margin-left: 8px;
}
}  
.explore .btn-lg,
.explore .btn-lg:hover {
  	border-radius: 15px;
    padding: 15px 25px;
    font-size: 22px;
    background-image: none;
    background-color: #FF4000;
    border-color: #46cE93;
    color: #ffffff;
    float: left;
}

.btn {
  border-radius: 5px;
  background-image: none;
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: none;
  outline: none;
}

.btn:hover {
  border-radius: 5px;
  background-image: none;
  background:rgba(0,0,0,0.1) !important;
  border-color: #fff !important;
  color: #888888;
  margin-bottom: 20px;
  box-shadow: none;
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  color: #ffffff;
  outline: none;
}

#contactbutton{margin-top:20px;}

#logo{
  margin-left: 18px;
}
@media screen and (min-width : 150px) and (max-width : 300px) {
   #logo{
  	  margin-left: 18px;
	  min-width: 112%;
}
}
@media screen and (min-width : 301px) and (max-width : 349px) {
   #logo{
  	  margin-left: 18px;
	  min-width: 103%;
}
}  
@media screen and (min-width : 351px) and (max-width : 480px) {
	 #logo{
  	  margin-left: 18px;
	  min-width: 102%;
}
}
.modal-content {
    position: relative;
    background-color: rgba(85,85,85,1) !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}


.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: .2;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
	font-size:48px;
	font-family: 'Julius Sans One', sans-serif;
	color:#fff;
	text-align:center;
}


.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5 !important;
}
.modal-header:after {
    content: "";
    display: block;
    width: 95%;
    margin: 1em auto 0;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5 !important;
}

.modal-footer {
    padding: 15px;
     content: "";
    display: block;
    width: 95%;
    margin: 1em auto 0;
    padding: 15px;
    border-top: 1px solid #e5e5e5 !important;
}
/*.modal-footer:after {
    content: "";
    display: block;
    width: 95%;
    margin: 1em auto 0;
    padding: 15px;
    border-top: 1px solid #e5e5e5 !important;
}*/

@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}


.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0; 
}

.alert-success {
    color: #f9f9f9;
    background-color: #4a90e2;
    border-color: #4a90e2;
}

