/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel {
	margin:auto;
	width:980px;
  line-height: 1;
  position:relative;
}
.carousel-inner {
	margin:auto;
	height:340px;
  overflow: hidden;
  position: relative;
  
}

.carousel-inner img{
    height:340px;
}

.carousel .item {
	margin:auto;
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
	margin:auto;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
	padding-right:187px;
	position:absolute;
  	bottom: 47px;
  	right: 111px;
	opacity:0.7;
	
	transition: 0.3s;
	-moz-transition: 0.2s; /* Firefox 4 */
	-webkit-transition: 0.2s; /* Safari and Chrome */
	-o-transition: 0.2s; /* Opera */
}
.carousel-control.right {
  left: auto;
  right: -11px;
}
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  
	transition: 0.3s;
	-moz-transition: 0.2s; /* Firefox 4 */
	-webkit-transition: 0.2s; /* Safari and Chrome */
	-o-transition: 0.2s; /* Opera */
}

.carousel-heading{
    padding:20px;
    color:#ffffff;
  position: absolute;
  width:449px;
  height:90px;
  xbackground:red;
  left: 0px;
  right: 0;
  bottom: 65px;
  xbackground: #fff;
	xbackground-color:#ffffff;
	xbackground: rgba(255, 255, 255, 0.7); 
	xbackground-image:url(../img/redline.jpg);
	xbackground-position:bottom;
	xbackground-repeat:repeat-x;
	
	x-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.8);
	xbox-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.8);
}

.carousel-heading h1 strong{

}

.carousel-heading h1 span{
    font-weight:normal;
}

.carousel-heading a{
    color:#ffffff;
}

.carousel-caption {
	padding:20px;
  position: absolute;
  width:380px;
  height:90px;
  left: 561px;
  right: 0;
  bottom: 100px;
  xbackground: #fff;
	xbackground-color:#ffffff;
	background: rgba(255, 255, 255, 0.5); 
	xbackground-image:url(../img/redline.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);

}

.carousel-caption-gym {
	padding:20px;
  position: absolute;
  width:380px;
  height:90px;
  left: 561px;
  right: 0;
  bottom: 100px;
  xbackground: #fff;
	xbackground-color:#ffffff;
	background: rgba(255, 255, 255, 0.5); 
	xbackground-image:url(../img/redline.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);

}

.carousel-caption p, .carousel-caption-gym p {
	xfont-family:TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size:25px!important;
	font-weight:100;
	line-height:28px;
	color:#333;
	text-transform:uppercase;
}

.carousel-caption p span, .carousel-caption-gym p span{
	xfont-family:TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size:25px;
	font-weight:100;
	line-height:26px;
	color:#BC2025;
	font-weight:bold;
}

.carousel-caption h4 {
	color:#bc2026;
	margin:0;
	text-transform:uppercase;
}

.carousel-caption h4 em {
	font-style:normal;
	font-weight:900;
	color:#333;
}


