@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); /*FOR WODL 2026 ONLY*/
body{background:#ffffff;font-family:'Raleway',sans-serif;font-weight:400;position: relative;font-size:20px;}
h1{color:#6AD1DA;}
h2{font-size:25px;}
h2, h3, h4{font-weight: bold;}
p{line-height: 26px;}
a{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	

}
/* start all section */
#service, #divider, #about, #team, #newsletter, #pricing, #portfolio, #client, #contact
    {
        padding: 20px 0;
        position: relative;
    }
/* end all section */

.logo{max-width:200px;width:100%;position:relative;top:-25px;-webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-ms-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}
.toplogo{max-width:200px;width:100%;}
.carousel-indicators {bottom: 0px;}

.smalllogo{max-width:110px;top:0px;}

/* start nagivation */
#menubar{background-color:#C19637}
.stellarnav ul li a{padding:10px 20px;}
.stellarnav ul li a:hover {background-color:#5AC1CA;color:#FFF;}
.stellarnav ul ul {background-color:#6AD1DA;}
.stellarnav li ul li a{color:#FFF;}

.stellarnav .call-btn-mobile, .stellarnav .close-menu, .stellarnav .location-btn-mobile, .stellarnav .menu-toggle {color:#FFF;}
.stellarnav.mobile ul {background-color:#C19637;color:#FFF;}
.stellarnav.mobile ul li a{padding:10px 20px;}
.stellarnav.mobile ul li a:hover {background-color:#5AC1CA;color:#FFF;}
.stellarnav.mobile ul ul {background-color:#A17617;}
.stellarnav.mobile li ul li a{color:#FFF;}

.navbar-default{
	background: #C19637;
	border: none;
	margin: 0 !important;
	padding: 30px 0;
	-webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-ms-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;
}
.navbar-default .navbar-nav>li>a {
    color: #FFF;
}	 
.navbar-defaultsmall{padding: 0;box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);}	 
.navbar-default .navbar-brand
    {
        padding-top: 4px;
        padding-bottom: 60px;
    }
.navbar-default .navbar-nav li a
    {
        font-size: 16px;
        font-weight: bold;
        line-height: 35px;
    }
.navbar-default .navbar-nav li a:hover
    {
        color: #6AD1DA;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #6AD1DA;
  background-color: transparent;
}
.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #FFF;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.dropdown:hover .dropdown-menu {display: block;}
/* end navigation */

/* start home */        
#home
	{
      padding-top: 125px;
	}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #333;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  min-width: 648px;
  min-height: 270px;
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.darkbg{background-color:rgba(0,0,0,0.5);  padding: 10px;}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-pack: flex-end;
   -webkit-justify-content: flex-start;
	-ms-flex-pack: flex-end;
	justify-content: flex-start;
   -webkit-box-align: flex-end;
   -webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
/*
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
*/
}
.flexslider .btn
{
    background: #C19637;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
}
.flexslider .btn:hover,
.flexslider .btn:focus {
    background: #fff;
    color: #C19637;
    border: 2px solid transparent;
}

/* end home */

/* start service */
#service .media
    {
        padding: 10px;
    }
#service .media .fa
    {
        color: #202020;
        font-size: 40px;
        margin-right: 20px;
    }
#service .media .media-heading
    {
        border-bottom: 2px solid #202020;
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }
/* end service */

/* start divider */
#divider
    {
	  background-position: 50% 50%;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-image: url("../images/divider-bg.jpg");
	  color:#FFF;
    }
#divider h2
    {
        font-size: 35px;
    }
#divider strong
    {
        color: #C19637;
    }
#divider h3
    {
        padding-bottom: 30px;
    }
/* end divider */

/* start about */
#about h3
    {
        color: #C19637;
        font-size: 40px;
        padding-bottom: 10px;
    }
#about h4
    {
        padding-bottom: 10px;
    }
#about .progress
    {
        border-radius: 4px;
        background: #ffffff;
        height: 6px;
    }
#about .progress .progress-bar-danger
    {
        background: #C19637;
    }
#about .text-top
    {
        padding-top: 50px;
    }
#about span
    {
        /*display: block;NICO*/
        padding-bottom: 10px;
    }
#about small
    {
        font-weight: bold;
        padding-left: 200px;
    }
/* end about */

/* start team */
#team
    {
        border-top: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
        text-align: center;
    }
#team h2
    {
        padding-bottom: 30px;
    }
#team img
    {
        border: 1px solid #f6f6f6;
        display: inline-block;
        padding: 10px;
        transition: all 0.4s ease-in;
    }
#team img:hover
    {
        opacity: 0.4;
        cursor: pointer;
    }
#team h3
    {
        color: #C19637;
        padding-bottom: 10px;
    }
#team h4
    {
        font-size: 14px;
        padding-top: 20px;
        line-height: 0px;
    }
/* end team */

/* start newsletter */
#newsletter
    {
        background: url('../images/newsletter-bg.jpg') center center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 120px;
    }
#newsletter p
    {
        padding-bottom: 30px;
    }
#newsletter .btn
    {
        background: transparent;
        border-radius: 0px;
        color: #ffffff;
        margin-top: 40px;
    }
#newsletter .form-control
    {
        background: transparent;
        border-color: #f2f2f2;
        border-radius: 0px;
        color: #ffffff;
        height: 50px;
    }
#newsletter input[type="submit"]
    {
        background: #C19637;
        border: 2px solid transparent;
        color: #ffffff;
    }
#newsletter .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#newsletter .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#newsletter .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
/* end newsletter */

/* start pricing */
#pricing
    {
        border-bottom: 1px solid #f6f6f6;
    }
#pricing .col-md-3,
#pricing .col-sm-6
    {
        padding: 0;
        margin: 0;
    }
#pricing .plan
  {
    border: 1px solid #f6f6f6;
    margin-top: 100px;
    transition: all 0.4s ease-in;
    padding: 40px;
  }
#pricing .plan_one
 {
    margin-top: 60px;
 }
#pricing .plan_two
 {
    margin-top: 80px;
 }
#pricing .plan_three
 {
    margin-top: 40px;
 }
#pricing .plan_four
 {
    margin-top: 0px;
 }
#pricing .plan:hover
  {
    background: #202020;
    color: #ffffff;
    transform: scale(1.0);
  }
#pricing .plan .plan_title
  {
    border-bottom: 1px solid #f6f6f6;
    color: #9bc848;
    font-size: 30px;
    padding: 20px;
  }
#pricing .plan ul
  {
    padding: 0;
  }
#pricing .plan ul li
  {
    display: block;
    padding: 20px 0 20px 0;
  }
#pricing .plan .btn
  {
    background: #C19637;
    border: none;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
  }
#pricing .plan .btn:hover
  {
    background: #FFFFFF;
    color: #66AF33;
  }
/* end pricing */

/* start portfolio */
#portfolio h2
    {
        padding-bottom: 30px;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 60px 60px 0px 60px;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
        transform: scale(1.1);
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* start contact */
#contact
    {
	  background-position: 50% 50%;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-image: url("../images/contact-bg.jpg");
	  color:#FFF;
    }
#contact h3
    {
        font-weight: bold;
        padding-bottom: 20px;
    }
#contact .fa
    {
        color: #C19637;
        font-size: 18px;
        padding-bottom: 14px;
    }
#contact .form-control
    {
        background: #f2f2f2;
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        color: #202020;
        font-weight: bold;
        margin-bottom: 80px;
    }
#contact input[type="submit"]:hover
    {
        background: #C19637;
    }
 #contact .form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#contact .form-control:-ms-input-placeholder {
  color: #666;
}
#contact .form-control::-webkit-input-placeholder {
  color: #666;
}
/* end contact */

/* start google map */
#map-canvas
  {
    border: none;
    width: 100%;
    height: 400px;
  }
/* end google map */

/* start footer */
footer{
		  background-color:#C19637;
		  color:#FFF;
        padding-top: 40px;
        padding-bottom: 20px;
    }
footer p
    {
        line-height: 12px;
		  font-size:14px;
    }
footer .social-icon
    {
        top: 0px;
    }
footer .esite,footer .esite a{color:#FFF}

/* end footer */

.too-icon {
	padding: 10px;
}

/* start social icon */
.social-icon
    {
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        color: #333;
        font-size: 13px;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
.social-icon li a:hover
    {
        background: #f2f2f2;
    }
/* end social icon */

.ticketavailable{position:fixed;right:20px;bottom:20px;background-color:#F00;padding:2px 5px;-webkit-transition: all 0.2s ease 0s;-moz-transition: all 0.2s ease 0s;-ms-transition: all 0.2s ease 0s;-o-transition: all 0.2s ease 0s;transition: all 0.2s ease 0s;}
.ticketavailable:hover{background-color:#900;}
.ticketavailable a{color:#FFF;}
.ticketavailable a:hover{text-decoration:none;}

@media only screen and (max-width: 1199px) {
    .flexslider h1 { font-size: 30px; }
    .flexslider h2 { font-size: 24px; }
	 .ticketavailable{right:10px;bottom:10px;}
}

@media only screen and ( max-width: 768px ) {
    .navbar-default .navbar-brand { margin-left: 20px; }
    .navbar-default .navbar-nav { margin: 0; }
    .navbar-default .navbar-collapse
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flexslider h1 { font-size: 26px; }
    .flexslider h2 { font-size: 18px; }
    .templatemo-slider-btn { 
        margin-top: 10px; 
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}

@media only screen and ( max-width: 640px ) {   
    .flexslider h1 { font-size: 20px; }
    .flexslider h2 { font-size: 14px; }
    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }
	 .ticketavailable{right:5px;bottom:5px;}
}

.responsivewidth{max-width:600px;width:100%;}    
@media only screen and ( max-width: 360px ) {
    #team .col-md-4
        {
            padding-top: 40px;
        }
	.responsivewidth{max-width:300px;width:100%;}    
}


/*GLOBAL - NICO*/
.center{text-align:center;margin-left: auto;margin-right: auto;}
.left{text-align:left;}
.leftcenter{text-align:left;}
.right{text-align:right;}
.rightcenter{text-align:right;}
.floatleft,.floatleftcenter{float:left;}
.floatright,.floatrightcenter{float:right;}
.clear{clear:both;}
.bold{font-weight:bold;}
.boxh{padding:0 20px;}
.boxv{padding:5px 0;}
.box{padding:20px;}
.smallbox{padding:10px;}
.boxright{padding-right:10px;}
.blacktext{color:#000;}
.whitetext{color:#FFF;}
.width200{max-width:200px;width:100%;}
.width300{max-width:300px;width:100%;}
.width400{max-width:400px;width:100%;}
.width600{max-width:600px;width:100%;}
.white{color:#FFFFFF;}
.relative{position:relative}
.absolute{position:absolute;}
#container{padding:10px;}
.shadow{text-shadow: 1px 1px 1px #000000;filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=000000);}
.centercol{width:100%;max-width:1200px;margin:0 auto;padding:5px 10px;font-family:arial,sans-serif;}
.centercol h1{font-family:'Raleway',sans-serif;}
.vbox{padding:20px 0;}
.button,.button1{
	padding:15px 25px;
	color:#FFFFFF;
	background-color:#6AD1DA;
	font-size:20px;
	border:0px solid #FFFFFF;
	border-radius:7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
	 margin-bottom:20px;
	 cursor:pointer;
}
.buttonsmall{
	padding:5px 10px;
	font-size:15px;
	border-radius:4px;
}
.button:hover{
	color:#EEEEEE;
	background-color:#5AC1CA;
	text-decoration:none;
}
.button1{
	background-color:#39B54A;
}
.button1:hover{
	color:#EEEEEE;
	background-color:#19952A;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.calendardate{
	font-size:15px;
	color:#FFF;
	background-color:#C19637;
	padding:1px 0px;;
	text-align:center;
	width:60px;
	line-height:120%;
	float:left;
	margin-right:5px;
}
.day{
	font-size:26px;
}

@media only screen and ( max-width: 768px ) {
   .leftcenter{text-align:center;}
   .rightcenter{text-align:center;}
	.logo{max-width:140px;}
}
@media only screen and ( max-width: 992px ) {
   .leftcenter{text-align:center;}
   .rightcenter{text-align:center;}
	.logo{max-width:140px;}
}
@media (max-width:992px) and (min-width:768px) {
	.topspace{padding-top:50px;}
	.topspacehome{padding-top:64px;}
}
.topspace{margin-top:150px;}
.topspacehome{margin-top:0px;}
.help-block {color:#F00;}


.carousel .carousel-control.left span {
    left: 10%;
}
.carousel .carousel-control.right span {
    right: 10%;
}
.carousel .carousel-control span {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-inner h1{color:#FFF;margin-top:10px;text-shadow: 1px 1px 1px #000000;filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=000000);}
.carousel-inner p{position:absolute;font-size:2.5vw;color:#6AD1DA;text-shadow:1px 1px 2px #000;bottom:10px;left:10px;background-color: rgba(0,0,0,0.5);padding:10px 0;}
.jumbotron {
    padding:0;
    margin-bottom: 0px;
}
.table1{width:100%;max-width:700px;}
.table1 td{padding:10px;vertical-align: top;}
.table1 tr{border-top:1px solid #DDD;}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}
.pointer{cursor:pointer;}
.imgcanadahelp{width:100%;max-width:100px}
.imgcanadahelp2{width:100%;max-width:165px}

.divmembership{
    border:1px solid #CCC;border-radius:10px;padding:40px 10px;
}
.divmembership b{
    color:#337ab7;
}
#formaudition .form-control{
   padding:16px 12px;
   font-size: 14px;
}
#formaudition{font-size:14px}
#formaudition label{font-size:14px;font-weight:none;}

/*WODL 2026*/
.WODLdiv{
    background-color:#eff3e2;
    Border:5px solid #c84b72;
    border-radius: 100px;
    padding: 15px;
}
.WODLfont{
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:35px;
}
.WODLbutton{
    background-color:#a7d5be;
    color:#000;
}
.WODLbutton:hover{
    background-color:#bde0ce;
    color:#000;
}
hr.WODLhr{
    border: 1px solid #c84b72;
    border-radius: 1px;
}
/*END WODL 2026*/