00n bvxxz@charset "UTF-8";
/* CSS Document */

/* Colors
C10000 or b51a0c- burnt red
black
#42413C - grey
#ECD76C - mustard highlight 
##1B35F0 - royal blue
*/

html {
	padding: 0;
	background: #42413C;
	}
	
	body {
	width: 70%
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	padding: 0;
	background-size: 105
& emem auto;
	background-clip: border-box;
	background-origin: border-box;
	background-size: 90% auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100%;
	height: 100%;
	background-position: 75%
% 0;
	background-position: 5% nan
%;
	background-position: -400% -300px;
	background-image: url(images/minister-of-fitness-suited-cleant.jpg);
}

.between-space {
	width: 100%;
	height: 100px;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	text-indent: 25%;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 2em;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 0px;
	font-weight: bolder;
	font-family: 'Open Sans', sans-serif;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	text-align: center;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	font-size: 1.5em;
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #42413C;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	font-color:b51a0c;	
	background-repeat: no-repeat;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #b51a0c;
	width: auto;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {

	padding: 10px 0;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #CCC49F;
	text-align: center;
}
.container .footer #apDiv1 {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-image: ;
	font-size: medium;
	font-style: normal;
	line-height: normal;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .footer h2 {
	color: #C10000;
	text-align: center;
	font-weight: bold;
}
#footerfoot {
	font-size: xx-small;
	font-weight: lighter;
	background-position: left;
}
#apDiv1 {
	position:absolute;
	width:103px;
	height:46px;
	z-index:1;
	left: 833px;
	top: 649px;
}
tbody {
	font-size: 0.4em;
	font-weight: lighter;
}








/*The following code drives the content area of the services page only: lines 156-369. */


#bodyBg { width: 100%; min-width: 100%; }

#page_content {margin-top: 0px;padding-bottom: 0px;position: relative;float: left;}

#post_header_spacer {width: 1000px;height: 152px;margin-top: 35px;float: left;margin-bottom: -10px;}

    #post_header_spacer h1 { color: #e40010; font-size: 35px; text-align: center; text-transform: uppercase;  }

    #post_header_spacer h2 {color: #fefefe;font-size: 15px;text-align: center;margin-top: 20px;background: rgba(0,0,0,0.7);}

#classes_container {
  width: 100%;
  height: auto;
  text-align: center;
  clear: right;
  }

blockquote {
	alignment-baseline: center;
}

  .panel {
    width: 155px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0px 4px;
  }
  .panel .img-box {
  	position:relative;
  	height: 120px;
  	width:100%;
  } 
   .panel .img-box img {
   	position:absolute;
   	max-width:100%;
   	left:0;
   	right:0;
   	margin:auto;
   }


	.panel .copy-box {
	  width: auto;
	  height: 290px;
	  text-align: center;
	  background: #fff;
	  border-radius: 10px;
	  box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.4), 0px 0px 10px 5px rgba(0,0,0,0.4);
	  position: relative;
	  padding-top: 10px;
	s}



	  .panel .prog_name {
	font-size: 16px;
	text-align: center;
	margin-bottom: 14px;
	text-transform: uppercase;
	background: #f0f0f0;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4);
	position: relative;
	left: 5px;
	box-sizing: border-box;
	padding: 10px 0px;
	  }

		.panel.lrg
	  div.panel_copy .prog_name { text-align: right; }

	  .panel	  p {
	    font-size: 12px;
	    color: #707070;
	    padding: 10px;
	    }

		.panel.lrg
	  div.panel_copy p { text-align: right; }
	  img#main_kids {
	    }

	  .panel .click-here {
	  	position:absolute;
	  	bottom:0;
	  	width:100%;
	  	background:#c70006;
	  	color:#fff;
		text-align: center;
	  	padding: 10px;
	  	box-sizing: border-box;
	  	border-radius: 0px 0px 10px 10px;
	  	border: 1px solid #fff;
	  	box-shadow: inset 0px 0px 5px 5px rgba(0,0,0,0.3);
	  	text-transform: uppercase;
	  }



.free-session {
	position: relative;
	bottom: 0;
	width: 60%;
	text-color: black;
	text-weight: bold;
	text-size: 3.5em;
	background: black;
	text-align: center;
	padding: 45px 45px;
	box-sizing: border-box;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #fff;
	box-shadow: inset 0px 0px 5px 5px rgba(0,0,0,0.3);
	height: 50px;
	  }



#btm_copy_container {
	  width: 100%;
	  height: 1078px;
	  float: left;
	  margin: auto;
	  margin-top: 50px;
	  background: #d1d1d1 repeat-x url(../images/index/btm_copy_bg_repeat.jpg) center top;  }

    #btm_copy_content_container {
	  width: 100%;
	  height: 1078px;
	  margin: auto;
	  background: no-repeat url(../images/index/btm_copy_bg.jpg) center top; }

        #btm_copy_content {
	  width: 100%;
	  height: auto;
	  margin: auto; }

            #btm_r1 {
	  width: 100%;
	  height: 118px;
	  float: left;
	  margin-top: 65px; }

                #socialMediaContainer {
	  width: 330px;
	  height: 118px;
	  float: left;
	  background: transparent no-repeat url(../images/index/social_media_bg.png) top left; }

                    .socialmedia {
	  float: left;
	  margin-top: 78px;
	  margin-left: 36px; }

            #copy {
	  float: left;
	  margin-top: 83px;
	  width: 660px;
	  margin-left: 170px;
	  margin-bottom: 90px;
	  }

                #copy
	  p { color: #616161;
	  font-size: 14px;
	  margin-top: 10px;
	  margin-right: 30px;
	  margin-left: 20px;  }

                        #accordion {
	  width: 758px;
	  height: 188px;
	  overflow: hidden;
	  list-style: none;
	  margin: 100px auto 0px;
	  clear: both;
	  }

            #accordion
	  li { float: left;
	  display: block;
	  height: 188px;
	  width: 39px;
	  margin-right: 1px;
	  overflow: hidden;
	  color: #fff;
	  text-decoration: none;
	  font-size: 16px; }

                #accordion
	  li.active { width: 654px; }

                #accordion
	  li img { border: none;
	  float: left;
	  cursor: pointer;  }

                    #accordion
	  li img.btnBg { background: transparent no-repeat url(../images/index/btn_bg.png) top left; }

                    #accordion
	  li.lit { margin-right: 0; }

                #accordion
	  li div.content { width: 515px;
	  height: 188px;
	  float: left;
	  background: transparent no-repeat url(../images/index/content_bg.png) top left;
	  color: #353535; }

            #accordion
	  p { width: 475px;
	  margin: auto;
	  color: #959494;
	  font-size: 12px;
	  text-align: left;
	  margin-top: 15px;
	  margin-bottom: 0px; }

                    #accordion
	  p:first-child { margin-top: 30px; }

                #accordion
	  a { width: 475px;
	  margin: auto;
	  color: #000;
	  font-size: 12px;
	  text-align: right;
	  float: right;
	  margin-right: 20px;
	  margin-top: 10px;
	  text-decoration: none; }

/*This ends the style for the content on services page: lines 156-369.*/


/* BUTTON ROLLOVER START lines 414-460*/



.wrap {
  position:static;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100px;
  width: 600px;
  margin: auto;
}

.button {
  background-color: transparent;
	width: 85%;
  border: 5px solid #ECD76C;
  border-radius: 8px;
  display: inline-block;
  color: #ECD76C;
  cursor: pointer;
  font-size: 38px;
  font-weight: 600;
  height: 80px;
  line-height: 80px;
  letter-spacing: 2px;
  margin: 5px;
  overflow: hidden;
  padding: 0 22px;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
}
.button:a {
	color: #ECD76C;
	font-size: 1.5em;
	text-decoration: none; 
}
.button:hover {
  background-color: #42413c;
}

.roll-text {
  display: block;
  position: relative;
  transition: all 420ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	
}

.roll-text:last-child {
  color: #fff;
}

.rollover:hover .roll-text:first-child {
  margin-top: -78px;
}




/*BUTTON ROLLOVER END lines 414-460*/


@media (max-width: 700px){
	font-size: 1em;
}

@media (max-width: 500px){
	font-size: .5em;
}
