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

body {
font-size: 16px;
padding-top: 70px;
}

html,
body { min-height: 100%; }
 
body {
  display: table;
  width: 100%;
}
 
.page-row {
  display: table-row;
  height: 1px;
}
 
.page-row-expanded { height: 100%; }

	
#footer {
  	height: 30px;
	background-color:#290C31;
	color:#CCC;
	font-size:11px;
	vertical-align:middle;
}

.navbar-inverse {
	background-color: #331941;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #723D73;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #723D73;
}


input[type=text]:focus,
input[type=email]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="number"]:focus {
  border: 1px solid #BB9FBF;
  box-shadow: 0 0 3px #BB9FBF;
}

textarea:focus {
  border: 1px solid #BB9FBF !important; 
  box-shadow: 0 0 3px #BB9FBF !important;
}

/* Main marketing message and sign up button */
.jumbotron {
margin: 20px 0;
text-align: center;
background-color:#f1f1eb;
padding:10px 0 10px 0;
}

.jumbotron h1 {
font-size: 40px;
font-weight:normal;
color:#744D90;
line-height: 1;
padding:10px;
}

.table-header {
	background-color:#EDE9EF;
}

/*--
.jumbotron .btn {
font-size: 21 px;
font-weight:bold;
padding:9px 24px;
}
--*/

.white {
color:#FFF;
}


/* Full width content */
.full-width {
width: 100%;
background-repeat: repeat;
background-color: #fffffa;
padding: 10px 0px;
}

.am, .pm {
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

.am {
	text-decoration:underline;
}

.pm {
	text-decoration:overline;
}

.marker, .form-required {
    color: #ee0000;
}

/* School Page */

.schoolbg {
	background:url("../img/dance-banner.jpg");
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-size: 100%;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

.schoolintro {
	padding:20px;
	margin:-20px;
	width:320px;
}

.school .topright{
	position:relative;
	text-align:right;
	margin-right:-10px;
	margin-top:0px;
	z-index:88;
}
	
.school h3 {
	font-size:28px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #360;
}

.socialicons {
	padding-top:20px;
	padding-bottom:10px;
}

.socialicons a {
	margin-right: 10px;
	width: 32px;
	height: 32px;
	display: inline-block;
	position: relative;
	line-height: 32px;
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1);
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	
}

.socialicons a:hover {
	filter: none; /* Applies to FF + IE */
    -webkit-filter: grayscale(0);
}


/**************************** PRICE BOX BODY **************************/
.pricing-table {

text-align:center;
font-weight:400;
border:6px solid #1ABC9C;
margin-bottom:30px;
background:#fff;

-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.pricing-table:hover{
-moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
}



/******************************** ROUND CORENERS ************************/

.rounded{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/******************************** COLORS BODY *************************/
.pricing-table.green {

text-align:center;
font-weight:400;
border:6px solid #2ECC71;
}

.pricing-table.red {

text-align:center;
font-weight:400;
border:6px solid #E74C3C;
}

.pricing-table.orange {

text-align:center;
font-weight:400;
border:6px solid #F39C12;
}

.pricing-table.dark-blue {

text-align:center;
font-weight:400;
border:6px solid #34495E;
}

.pricing-table.blue {

text-align:center;
font-weight:400;
border:6px solid #3498DB;
}

/********************************** BOX CONTENT ************************/
.pricing-table-sign-up {
	border-top:1px solid #BDC3C7;
	padding:10px 20px;
	text-align:center;
	background:#ECF0F1;
}

.pricing-table-features p {
	
	padding:5px 20px;
	text-align:center;
}
.pricing-table-features p:nth-child(2n){
	background:#ECF0F1;
}

.pricing-table-features, .pricing-table-space{
	background:#fff;
}

.pricing-table p{
		padding:5px;
		margin-top:5px;
		font-size:110%;
		font-weight:400;
		background:#fff;
	}
	.pricing-table p strong{
		font-weight:600;
	}
	
	
/********************************* BOX HEADER ********************************/
	.pricing-table .pricing-table-header {
	color:#fff;
	background: #1ABC9C;
	padding:0px;
}

	.pricing-table-header .heading{
	display:inline-block;
	width:100%;
	padding:15px 0px;
	text-transform:uppercase;
	
}

/**************************** COLOR BOX HEDER ***************************/
	
	.pricing-table.orange .heading{
		background: #F39C12;
	}
	
	.pricing-table.green .heading{
		background: #2ECC71;
	}
	
	.pricing-table.red .heading{
	background: #E74C3C;
	}
	
	.pricing-table.dark-blue .heading{
	background: #34495E;
	}
	
	.pricing-table.blue .heading{
	background: #3498DB;
	}


.pricing-table .pricing-table-header .price-value{
	background: #16A085;

}

.pricing-table.red .pricing-table-header .price-value{
	background: #C0392B;

}

.pricing-table.orange .pricing-table-header .price-value{
	background: #D35400;

}
.pricing-table.green .pricing-table-header .price-value{
	background: #27AE60;

}

.pricing-table.dark-blue .pricing-table-header .price-value{
	background: #2C3E50;

}

.pricing-table.blue .pricing-table-header .price-value{
	background: #2980B9;

}

.pricing-table-header .price-value {
	display:inline-block;
	width:100%;
	padding:20px 0px;
	background: #1ABC9C;
}

.pricing-table-header .price-value span{
	font-size:300%;
}
.pricing-table-header .price-value span.mo{
	font-size:200%;
}


@media (max-width: 480px) {
	.schoolintro {
		margin-top:250px;
		padding:10px;
	}

}