@charset "utf-8";
/* CSS Document */

/**********************************************

		COMMON

***********************************************/
.section-heading{
	padding-top: 15px;
	padding-bottom: 0px;
}
.section-heading h2,
.section-heading p{
	color: #ffffff;
	text-align: center;
  	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.65);
}
.section-heading h2{

}
.section-heading p{

}
.block-heading{
	padding-top: 15px;
	padding-bottom: 0px;
}
.block-heading h2,
.block-heading p,
.block-heading a{
	color: #ffffff;
	text-align: center;
  	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.65);
}
.block-heading a:hover,
.block-heading a:focus{
	color:rgb(150, 201, 61);
}

.page-heading h1{
	padding: 10px 0px 5px 10px;
	font-weight: 700;
}

.page-heading.with-icon{
	padding-left: 80px;
	position: relative;
	min-height: 110px;
}
.page-heading span.heading-icon{
	display: block;
	text-align: center;
	margin-right: 15px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.page-heading span.heading-icon {
	width: 60px;
	height: 60px;
	border: 5px solid rgba(255, 255, 255, 0.9);
	background-color: rgba(0, 0, 0, 0);
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	margin: 0 auto;
	margin-bottom: 15px;
	line-height: 50px;
	font-size: 30px;
	font-weight: 900;
}
.page-heading span.heading-icon span{
	line-height: inherit;
}
/* PRICE TAG */
.price-tags-box{
	position: relative;
	padding-top: 30px;
	text-align: right;
}
.price-tag{
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
	background-color: #ffffff;
	display: inline-block;
	transform:rotate(4deg);
	-ms-transform:rotate(4deg); /* IE 9 */
	-webkit-transform:rotate(4deg); /* Opera, Chrome, and Safari */
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.grey-bg .price-tag{
	color: rgb(55, 55, 55);
}
.blue-bg .price-tag{
	color: rgb(25, 193, 243);
}
.yellow-bg .price-tag{
	color: rgb(255, 200, 90);
}
.dark-red-bg .price-tag{
	color: #ec625d;
}
.green-bg .price-tag{
	color: rgb(150, 201, 61);
}
.orange-bg .price-tag{
	color: rgb(255, 147, 30);
}
.price-tag .tag-title{
	display: block;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
}
.price-tag .price{
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
	text-align: center;
}

/* SMALL ICON TITLE */
.small-title.with-icon,
.content-block .small-title.with-icon{
	display: block;
	padding: 20px;
	padding-left: 70px;
	position: relative;
	min-height: 25px;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}
.small-title span.title-icon{
	display: block;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 10px;
}
.small-title span.title-icon {
	width: 50px;
	height: 50px;
	border: 5px solid rgba(255, 255, 255, 0.9);
	background-color: rgba(0, 0, 0, 0);
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	margin: 0;
	/* margin-bottom: 15px; */
	line-height: 40px;
	font-size: 30px;
	font-weight: 900;
}
.small-title span.title-icon span{
	line-height: inherit;
}
/* COLOR VERSIONS */
.title.red span.title-icon{
	border-color: #fc837e;
}
.title.yellow span.title-icon{
	border-color: rgb(255, 200, 90);
}
.title.blue span.title-icon{
	border-color: rgb(25, 193, 243);
}
.title.green span.title-icon{
	border-color: rgb(150, 201, 61);
}
.title.grey span.title-icon{
	border-color: rgb(55, 55, 55);
}
.title.orange span.title-icon{
	border-color: rgb(255, 147, 30);
}
.small-title:hover,
.small-title:focus{
	color: inherit;
}
.small-title:hover span.title-icon,
.small-title:focus span.title-icon{
	border-color: rgb(55, 55, 55);
}
/**********************************************

		FRONTPAGE

***********************************************/
.content-block h2.title,
.content-block h3.title,
.content-block h4.title{
	padding: 15px;
	padding-bottom: 0px;
}
.content-block .title a{
	display: block;
}
.content-block .title a .glyphicon {
	float: right;
}
.content-block .content{
	padding: 15px;
}
/* announcement */
.announcement{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	position: relative;
}
.announcement .glyphicon{
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	font-size: 30px;
	margin-top: -15px;
}
/* VIDEO */
.video-box{
	display: block;
	padding-top: 15px;
}
.video-box iframe{
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
/* FRONTPAGE CAROUSEL */
.frontpage-carousel{
	background-color: rgba(0, 0, 0, 0.50);
}
/* WELCOME */
.welcome-saying{
	padding: 15px;
	min-height: 115px;
	position: relative;
}
.welcome-saying p{
	font-size: 18px;
	line-height: 25px;
	padding;: 0;
	margin: 0;
}
.welcome-saying .saying-profile{
	margin: 0 auto;
	width: 180px;
	height: 170px;
}
.welcome-saying .saying-profile .saying-profile-thumb{
	width: 140px;
	height: 140px;
	border: 5px solid rgba(255, 255, 255, 0.9);
	background-color: rgba(150, 201, 61, 0.9);
	display: block;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	background-size: cover;
	background-position: center;
	background-position: center 30%;
	margin: 0px 20px 0px 20px;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.welcome-saying .saying-profile .saying-profile-name{
	padding-top: 5px;
	font-size: 16px;
	text-align: center;
	display: block;
	line-height: 25px;
	height: 25px;
}
/* NEWS */
.news-box .title a{

}
.post-list{

}
.post-list .post{
	padding: 15px;
	border-top: 1px solid #dddddd;
}
.post-list .post:first-child{
	border-top: 0px solid #dddddd;
}
.post-list .post h4{
	font-weight: 800;
}
.event-date{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	display: block;
	color:#0071bc;
}
.event-date .glyphicon{
	margin-right: 5px;
}
/* NEWSLETTER */
.frontpage-newsletter{
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}
.frontpage-newsletter h3.title{
	padding-bottom: 0px;
}
.frontpage-newsletter h4{
	padding-bottom: 15px;
	font-size: 18px;
}
.frontpage-newsletter span.gift{
	font-size: 16px;
	font-style: italic;
	display: block;
	line-height: 25px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.input-text-wrap{
	margin-bottom: 15px;
}
.input-text-wrap input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgb(150, 201, 61);
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input-text-wrap input:focus {
  	border-color: rgb(150, 201, 61);
  	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.frontpage-newsletter .button.submit {
  	display: inline-block;
  	padding: 6px 20px;
  	margin-bottom: 0;
  	font-size: 14px;
  	font-weight: normal;
  	color:#0071bc;
  	line-height: 1.428571429;
  	text-align: center;
  	white-space: nowrap;
  	vertical-align: middle;
  	cursor: pointer;
  	background-image: none;
  	border: 0px solid transparent;
  	border-radius: 0px;
  	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.9);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.frontpage-newsletter .button.submit:focus {
  	outline: thin dotted #333;
  	outline: 5px auto -webkit-focus-ring-color;
  	outline-offset: -2px;
}

.frontpage-newsletter .button.submit:hover,
.frontpage-newsletter .button.submit:focus {
  	color: #ffffff;
  	text-decoration: none;
  	background-color: rgb(150, 201, 61);
	background-color: rgba(150, 201, 61, 0.9);
}

.frontpage-newsletter .button.submit:active,
.frontpage-newsletter .button.submit.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/**********************************************

		GROUP SELECTION

***********************************************/
.group-selection{
	/*padding-left: 15px;
	padding-right: 15px;*/
}
a.group-selection-box{
	display: block;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.group-selection-box span{
	display: block;
	text-align: center;
}
a.group-selection-box span.group-icon {
	width: 60px;
	height: 60px;
	border: 5px solid rgba(255, 255, 255, 0.9);
	background-color: rgba(0, 0, 0, 0);
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	margin: 0 auto;
	margin-bottom: 15px;
	line-height: 50px;
	font-size: 30px;
	font-weight: 900;
}
a.group-selection-box span.group-icon span{
	line-height: inherit;
}
a.group-selection-box span.title{
	font-size: 14px;
    line-height: 18px;
	font-weight: 700;
}
a.group-selection-box span.subtitle{
	font-size: 13px;
    line-height: 15px;
	font-weight: 400;
}
a.group-selection-box span.subexcerpt{
	font-size: 13px;
    line-height: 15px;
	font-weight: 400;
}

a.group-selection-box.active,
a.group-selection-box:focus,
a.group-selection-box:hover{
	background-color: rgba(255, 255, 255, 0.9);
}
a.group-selection-box.dark-red-bg.active,
a.group-selection-box.dark-red-bg:focus,
a.group-selection-box.dark-red-bg:hover{
	color: #ec625d;
}
a.group-selection-box.orange-bg.active,
a.group-selection-box.orange-bg:focus,
a.group-selection-box.orange-bg:hover{
	color: rgb(255, 147, 30);
}
a.group-selection-box.green-bg.active,
a.group-selection-box.green-bg:focus,
a.group-selection-box.green-bg:hover{
	color:rgb(150, 201, 61);
}
a.group-selection-box.grey-bg.active,
a.group-selection-box.grey-bg:focus,
a.group-selection-box.grey-bg:hover{
	color: rgb(55, 55, 55);
}
a.group-selection-box.yellow-bg.active,
a.group-selection-box.yellow-bg:focus,
a.group-selection-box.yellow-bg:hover{
	color: rgb(255, 200, 90);
}

a.group-selection-box.blue-bg.active span.group-icon,
a.group-selection-box.blue-bg:focus span.group-icon,
a.group-selection-box.blue-bg:hover span.group-icon{
	border: 5px solid rgb(25, 193, 243);
}
a.group-selection-box.dark-red-bg.active span.group-icon,
a.group-selection-box.dark-red-bg:focus span.group-icon,
a.group-selection-box.dark-red-bg:hover span.group-icon{
	border: 5px solid #ec625d;
}
a.group-selection-box.orange-bg.active span.group-icon,
a.group-selection-box.orange-bg:focus span.group-icon,
a.group-selection-box.orange-bg:hover span.group-icon{
	border: 5px solid rgb(255, 147, 30);
}
a.group-selection-box.green-bg.active span.group-icon,
a.group-selection-box.green-bg:focus span.group-icon,
a.group-selection-box.green-bg:hover span.group-icon{
	border: 5px solid rgb(150, 201, 61);
}
a.group-selection-box.grey-bg.active span.group-icon,
a.group-selection-box.grey-bg:focus span.group-icon,
a.group-selection-box.grey-bg:hover span.group-icon{
	border: 5px solid rgb(55, 55, 55);
}
a.group-selection-box.yellow-bg.active span.group-icon,
a.group-selection-box.yellow-bg:focus span.group-icon,
a.group-selection-box.yellow-bg:hover span.group-icon{
	border: 5px solid rgb(255, 200, 90);
}
/**********************************************

		BUTTONS GROUP SELECTION

***********************************************/
.button-group-selection{
	/*padding-left: 15px;
	padding-right: 15px;*/
}
a.button-group-selection-box{
	display: block;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.button-group-selection-box span{
	display: block;
	text-align: center;
}
a.button-group-selection-box span.group-icon {
	width: 60px;
	height: 60px;
	border: 5px solid rgba(255, 255, 255, 0.9);
	background-color: rgba(0, 0, 0, 0);
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	margin: 0 auto;
	margin-bottom: 15px;
	line-height: 50px;
	font-size: 30px;
	font-weight: 900;
}
a.button-group-selection-box span.group-icon span{
	line-height: inherit;
}
a.button-group-selection-box span.title{
	font-size: 14px;
    line-height: 18px;
	font-weight: 700;
}
a.button-group-selection-box span.subtitle{
	font-size: 13px;
    line-height: 15px;
	font-weight: 400;
}
a.button-group-selection-box span.subexcerpt{
	font-size: 13px;
    line-height: 15px;
	font-weight: 400;
}

a.button-group-selection-box.active,
a.button-group-selection-box:focus,
a.button-group-selection-box:hover{
	background-color: rgba(255, 255, 255, 0.9);
}
a.button-group-selection-box.dark-red-bg.active,
a.button-group-selection-box.dark-red-bg:focus,
a.button-group-selection-box.dark-red-bg:hover{
	color: #ec625d;
}
a.button-group-selection-box.orange-bg.active,
a.button-group-selection-box.orange-bg:focus,
a.button-group-selection-box.orange-bg:hover{
	color: rgb(255, 147, 30);
}
a.button-group-selection-box.green-bg.active,
a.button-group-selection-box.green-bg:focus,
a.button-group-selection-box.green-bg:hover{
	color:rgb(150, 201, 61);
}
a.button-group-selection-box.grey-bg.active,
a.button-group-selection-box.grey-bg:focus,
a.button-group-selection-box.grey-bg:hover{
	color: rgb(55, 55, 55);
}
a.button-group-selection-box.yellow-bg.active,
a.button-group-selection-box.yellow-bg:focus,
a.button-group-selection-box.yellow-bg:hover{
	color: rgb(255, 200, 90);
}

a.button-group-selection-box.blue-bg.active span.group-icon,
a.button-group-selection-box.blue-bg:focus span.group-icon,
a.button-group-selection-box.blue-bg:hover span.group-icon{
	border: 5px solid rgb(25, 193, 243);
}
a.button-group-selection-box.dark-red-bg.active span.group-icon,
a.button-group-selection-box.dark-red-bg:focus span.group-icon,
a.button-group-selection-box.dark-red-bg:hover span.group-icon{
	border: 5px solid #ec625d;
}
a.button-group-selection-box.orange-bg.active span.group-icon,
a.button-group-selection-box.orange-bg:focus span.group-icon,
a.button-group-selection-box.orange-bg:hover span.group-icon{
	border: 5px solid rgb(255, 147, 30);
}
a.button-group-selection-box.green-bg.active span.group-icon,
a.button-group-selection-box.green-bg:focus span.group-icon,
a.button-group-selection-box.green-bg:hover span.group-icon{
	border: 5px solid rgb(150, 201, 61);
}
a.button-group-selection-box.grey-bg.active span.group-icon,
a.button-group-selection-box.grey-bg:focus span.group-icon,
a.button-group-selection-box.grey-bg:hover span.group-icon{
	border: 5px solid rgb(55, 55, 55);
}
a.button-group-selection-box.yellow-bg.active span.group-icon,
a.button-group-selection-box.yellow-bg:focus span.group-icon,
a.button-group-selection-box.yellow-bg:hover span.group-icon{
	border: 5px solid rgb(255, 200, 90);
}
/**********************************************

		LOCATIONS LIST

***********************************************/
.locations-list{
	background-color: rgb(150, 201, 61);
	background-color: rgba(150, 201, 61, 0.9);
	color:#ffffff;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	margin-bottom: 15px;
}
ul.location-list-menu{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
ul.location-list-menu li{
	padding: 0;
	margin: 0;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
ul.location-list-menu li a{
	display: block;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.75);
	color: rgb(25, 193, 243);
}
ul.location-list-menu li a:focus,
ul.location-list-menu li a:hover{
	background-color: rgb(255, 255, 255);
}
/**********************************************

		CTA

***********************************************/
.cta-registration{
	background-color: rgba(25, 193, 243, 0.9);
	color:#ffffff;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	margin-bottom: 15px;
}
.cta-registration .link-box{
	margin-bottom: 15px;
}
.cta-registration .col-block{
	padding-bottom: 5px;
}
/**********************************************

		ABOUT US

***********************************************/
.about-us{
	/*background-color: rgb(150, 201, 61);
	background-color: rgba(150, 201, 61, 0.9);*/
	background-color: rgba(0, 0, 0, 0.5);
	color:#ffffff;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	margin-bottom: 15px;
}
.about-us a.link-box{
	margin-top: 15px;
}
/**********************************************

		SUMMER CAMPS

***********************************************/
.summer-camps{
	padding-top: 15px;
	padding-bottom: 30px;
	/*background-color: rgb(150, 201, 61);
	background-color: rgba(150, 201, 61, 0.9);*/
	background-color: rgba(0, 0, 0, 0.5);
	color:#ffffff;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	margin-top: 30px;
	margin-bottom: 15px;
}
.summer-camps a.link-box{
	margin-top: 15px;
}
.content.cta{
	padding-top: 0;
}
.content.cta .red-box{
	margin-top: 0;
}
.content.special{
	padding-left: 10%;
	padding-right: 10%;
}

.summer-camps h2 a{
  color:rgb(150, 201, 61);
}
.summer-camps h2 a:hover,
.summer-camps h2 a:focus{
  color:#fc837e;
}
/**********************************************

		FRONTPAGE NEWS

***********************************************/
#frontpage-news{
	margin-bottom: 15px;
}
/**********************************************

		MULTIMEDIA

***********************************************/
.multimedia{
	margin-bottom: 15px;
}
/**********************************************

		TEE TIMES BANNER

***********************************************/
.section-teetimes{
	padding-bottom: 15px;
}
.section-teetimes .teetimes-box{
	padding-top: 15px;
	padding-bottom: 15px;
}
.logo-teetimes{
	width:200px;
	height:150px;
	display:inline-block;
	float: none;
	position:relative;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/teetimesindoorgolf.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:200px 150px;
	margin-bottom: 15px;
}
.no-svg .logo-teetimes{
	background-image:url(../images/teetimesindoorgolf.png);
}
/**********************************************

		LOCATION

***********************************************/
.locations-box{
	padding-bottom: 30px;
}
.locations-box .locations-map{
	position: relative;
}
.locations-box .locations-map #map_canvas{
	width: 100%;
	height: 420px
}

.location-menu{
	list-style: none;
	padding: 10px 15px 10px 15px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 90px;
	bottom: 0px;
	width:320px;
	background-color: rgba(255,255,255,0.75);
}
#location_category{
	list-style: none;
	padding: 10px 15px 10px 15px;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 90px;
	text-align: right;
	background-color: rgba(255,255,255,0.75);
}
#location_category .checkbox{
	text-align: right;
	margin-right: 10px;
}
.location-menu li{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
}
.location-menu li:last-child{
	border-bottom: 0px solid #dddddd;
}

.nngm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
	font-weight: 400;
	font-size: 13px;
}
#map_canvas div        { line-height: normal ! important; }
.gm-style-iw div {overflow:visible !important;}
.gm-style-iw{ overflow: hidden !important;}
#map_canvas .infowindow-content{
    white-space: nowrap;
    overflow: auto;
    display: block;
}

#map_canvas .infowindow-content p,
#map_canvas .infowindow-content a{
	display: block;
	margin: 0px;
}
#map_canvas div div div div div div div div{
	line-height: normal;
	width: 260px;
}
#map_canvas div div div div div div div div p{
	margin: 0;
	padding: 0;
}

/* SCROLLBAR */
#locations-list {
    overflow: auto;
}
.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 0px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}
.track3:hover,
.track3.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(30, 181, 58, 0.15);
}
.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(30, 181, 58, 0.4);
    border-radius: 0px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}
.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}
/**********************************************

		CONTACT US

***********************************************/
.contact-col{
	padding: 15px;
}
/**********************************************

		USER PAGES

***********************************************/
.user-profile-data{
	padding: 15px;
}

.dl-horizontal.user-profile-data dd {
	margin-left: 100px;
}
.dl-horizontal.user-profile-data dt {
	width: 80px;
}
ul.post-small-list{
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	list-style: none;
}
ul.post-small-list li{
	padding: 10px;
	margin: 0;
	border-top: 1px solid #dddddd;
}
ul.post-small-list li:first-child{
	border-top: 0px solid #dddddd;
}

dl.intro-help{

}
dl.intro-help dt{
	padding-top: 5px;
	font-size: 120%;
	color:#fc837e;
}
dl.intro-help dd .bold{
	font-weight: 700;
}

.user-pages .tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #fc837e;
}
.user-pages .tooltip-inner {
	max-width: 300px;
	padding: 15px;
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background-color: #fc837e;
	border-radius: 0px;
}
/**********************************************

		FORM

***********************************************/
.form-control{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	vertical-align: middle;
	background-color: transparent;
	background-color: rgba(25, 193, 243, 0.10);
	background-image: none;
	border: 1px solid rgba(25, 193, 243, 0.9);
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: rgba(25, 193, 243);
	outline: 0;
	color: #333333;
	background-color: rgba(25, 193, 243, 0.20);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(25, 193, 243, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(25, 193, 243, 0.6);
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wpcf7-submit {
  display: block;
	width: 100%;
  padding: 8px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  	color: #ffffff;
	background-color: #FFC85A;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
  	color: #ffffff;
	background-color: rgb(150, 201, 61);
}

.wpcf7-submit:active,
.wpcf7-submit.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ninja-forms-form-wrap select.form-control{
	height: 34px !important;
	border-radius: 0 !important;
}
.ninja-forms-form-wrap select.form-control,
.ninja-forms-form-wrap input.form-control{
	max-width: 320px;
}
.ninja-forms-form-wrap .list-checkbox-wrap.label-left.tennis-package-wrap ul{
}
.ninja-forms-form-wrap .list-checkbox-wrap.label-left.tennis-package-wrap ul li{
    display: block !important;
    color: #000000;

    width: 100%;
}
.ninja-forms-form-wrap .list-checkbox-wrap.label-left.tennis-package-wrap ul li label{
    color: #000000;
    padding: 10px;
    //background-color: #efefef;
	margin-bottom: 0px;
    cursor: pointer;
    font-weight: 400;
    display: block !important;
    width: 100% !important;
    position: relative;
    padding-left: 35px;
}
.ninja-forms-form-wrap .list-checkbox-wrap.label-left.tennis-package-wrap ul li input{
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -6px;
}
.ninja-forms-form-wrap .list-checkbox-wrap.label-left.tennis-package-wrap ul li label:hover{
	background-color: #eeeeee;
}

.list-radio-wrap.label-left ul li,
.list-radio-wrap.label-right ul li,
.list-checkbox-wrap.label-left ul li,
.list-checkbox-wrap.label-right ul li{}

/**********************************************

		MODAL

***********************************************/
#playpause{
	display: none;
}
#controls {
	white-space: nowrap;
	display: block;
	font-size: 11px;
	text-align: left;
}
/**********************************************

		RESPONSIVENESS

***********************************************/
@media (min-width: 480px) {
	/* GROUP SELECTION */
	a.group-selection-box{
		min-height: 195px;
	}
	a.group-selection-box span.group-icon{
		width: 100px;
		height: 100px;
		line-height: 90px;
		font-size: 60px;
		font-weight: 900;
	}
	/* GROUP SELECTION */
	a.button-group-selection-box{

	}

	.page-heading.with-icon{
		padding-left: 130px;
		position: relative;
		min-height: 130px;
	}
	.page-heading span.heading-icon{
		width: 100px;
		height: 100px;
		line-height: 90px;
		font-size: 60px;
		font-weight: 900;
	}
	a.group-selection-box span.title{
		font-size: 20px;
		line-height: 25px;
	}
	a.group-selection-box span.subtitle{
		font-size: 14px;
		line-height: 20px;
	}
	a.group-selection-box span.subexcerpt{
		font-size: 14px;
		line-height: 20px;
	}
	a.button-group-selection-box span.title{
		font-size: 20px;
		line-height: 25px;
	}
	a.button-group-selection-box span.subtitle{
		font-size: 14px;
		line-height: 20px;
	}
	a.button-group-selection-box span.subexcerpt{
		font-size: 14px;
		line-height: 20px;
	}
}
@media (min-width: 768px) {
	/* GROUP SELECTION */
	a.group-selection-box{
		min-height: 210px;
		padding-top: 30px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	/* GROUP SELECTION */
	a.button-group-selection-box{
		padding-top: 15;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.no-label{
		padding-top: 22px;
	}
	.page-heading h1 {
		padding-top: 15px;
	}

	/* Ninja Forms */

	.form-control-wrap{

	}
	.form-control-wrap label,
	.form-control-wrap .form-control{
		vertical-align: top;
	}
	.form-control-wrap label{
		display: inline-block;
		width: 20%;
		margin-top: 7px;

	}
	.form-control-wrap .form-control{
		display: inline-block;
		width: 60%;
	}
	.field-wrap.label-right label,
	.field-wrap.label-left label {
		display: inline-block !important;
		width: 30% !important;
	}

	.field-wrap ul li label,
	.field-wrap.label-right ul li label,
	.field-wrap.label-left ul li label {
		display: inline-block !important;
		width: auto !important;
	}
}
@media (min-width: 992px) {
	.page-heading h1 {
		padding-top: 30px;
		font-size: 50px;
	}
	/* GROUP SELECTION */
	.group-selection{
		padding-left: 30px;
		padding-right: 30px;
	}
	a.group-selection-box{
		min-height: 220px;
	}
	a.group-selection-box span.title{
		font-size: 25px;
		line-height: 30px;
	}
	a.group-selection-box span.subtitle{
		font-size: 20px;
		line-height: 25px;
	}
	/* GROUP SELECTION */
	.button-group-selection{
		padding-left: 30px;
		padding-right: 30px;
	}
	a.button-group-selection-box{
	}
	a.button-group-selection-box span.title{
		font-size: 25px;
		line-height: 30px;
	}
	a.button-group-selection-box span.subtitle{
		font-size: 20px;
		line-height: 25px;
	}
}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}

.sbi-screenreader {
  text-indent: 0px!important;
  display: block!important;
  width: auto!important;
  height: auto!important;
  line-height: 20px!important;
  text-align: left!important;

  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #111111;
  font-weight: 600;
}

.horizontal-menu{
  ul > li {

  }
}

.horizontal-menu ul.side-menu > li {
  display: inline-block;
  border-top: none;
  border-left: 1px solid #dddddd;

}

.horizontal-menu ul.side-menu > li:first-child {
  border-top: 0px solid #dddddd;
  border-left: 0px solid #dddddd;
}
