/* CSS Document */

.form_wrap {
	width:100%;
	height:auto;
	float:left;
	margin:10px 0px 20px 0px;
	/*background-color: #f8f8f8;*/
	padding: 15px 0px 5px 0px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.form_section {
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 30px 0px;
	background-color: #fff;
	border: 2px solid #f9f9f9;
}

.form_section_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 30px 0px;
	font-weight: 700;
	color: #003399;
	font-size: 1.4em;
}

.form_section.submit {
	border: none;
	background-color: transparent;
}

.form_title {
	width:35%;
	height:auto;
	float:left;
	margin:30px 0px 30px 15px;
	color:#666;
	font-weight:700;
	font-size:1.05em;
	line-height: 1.3;
	
}

.form_input {
	width:50%;
	height:auto;
	float:right;
	margin:22px 20px 0px 0px;
	color:#666;
	font-weight:600;
	padding:3px 0px 0px 0px;
	
}

.form_input input[type="text"] {
	-webkit-appearance: none;
}

.form_input input {
	background:#FFF;
	color:#444;
	border:1px solid #ddd;
	padding:8px 5% 8px 5%;
	font-size:1em;
	width:100%;
	float: right;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.form_input input:hover {
	border:1px solid #999;
}

.radio_section {
	width: 100%;
	height: auto;
	float: left;
	margin: 6px 0px 16px 0px;
}

.form_input input[type="radio"] {
	width: auto;
}

.form_input img {
	float:right;
}

.form_input button {
	background-color:#CCC;
	border:none;
	cursor:pointer;
	width: 130px;
	height: auto;
	color: #fff;
	line-height: 21px;
	font-size: 100%;
	font-weight: 700;
	padding: 3px 0px 3px 0px;
}

.form_input button:hover {
	background-color:  #D53326;
}

.form_input textarea {
	background:#FFF;
	color:#444;
	border:1px solid #ddd;
	padding:3px 5px 3px 5px;
	font-size:1.1em;
	width:96%;
	height:140px;
	float: right;
	font-family: "myriad-pro", arial, sans-serif;
}

.form_input textarea:hover {
	border:1px solid #999;
}

.form_error {
	width:57%;
	height:auto;
	float:right;
	margin:5px 4% 5px 0px;
	color:#D53326;
	font-weight:700;
	font-size: 0.9em;
	line-height: 1.2;
	text-align: right;
}

#spam {
	width:auto;
	margin-bottom:5px;
	float: none;
}

#contact_error {
	width: 96%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #E31E25;
	text-align: center;
	color: #333;
	padding: 12px 2% 12px 2%;
	font-size: 1em;
	color: #fff;
	z-index: 100;
	line-height: 1.2;
}

/************************************************ AFTER SCHOOL NEW */


.as_month_wrap {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 40px 0px;
	/*color: #fff;*/
}

.as_month_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 40px 0px;
	font-size: 1.4em;
	color: #E31E25;
	font-weight: 700;
}

.as_day_wrap {
	width: 17.5%;
	height: auto;
	float: left;
	width: 17.5%;
	height: auto;
	float: left;
	margin: 0px 2.5% 18px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border:2px solid #ccc;
    font-weight: bold;
    line-height: 1.3;
    

}

.as_day_wrap.holiday_day {
	opacity: 0.2;
}

.as_day_title {
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 8px 2%;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color: #666;
}

.as_day_part {
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 8px 2%;
	padding: 10px 0px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    cursor: pointer;
    background-color: #eee;

}

.as_day_part.btm {
	margin-bottom: 4px;
}


.clear_l {
	clear: left;
}

.as_day_part:hover {
	background-color: #E31E25;
	color: #fff;
	
}

.as_day_part.selected {
	background-color: #003399;
	color: #fff;
}

.price {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0px 40px 0px;
	font-weight: bold;
	font-size: 1.8em;
}

.day_error {
	color: #D53326;
	font-size: 1.4em;
	margin-bottom: 40px;
}

.form_title button {
	background-color:#E31E25;
	border:none;
	cursor:pointer;
	width: auto;
	height: auto;
	color: #fff;
	line-height: 21px;
	padding: 8px 20px 8px 20px;
    font-size: 1em;
    font-weight: 700;
    transition: background-color 0.1s linear;
    float: left;
    margin-left: -3%;
}

.form_title button:hover {
	background-color: #A4271E;
}

#please_wait {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0px 0px 0px;
    font-size: 1.2em;
    font-weight: 700;
    display: none;
}

#paypal_button button {
	background-color:#D53326;
	border:none;
	cursor:pointer;
	width: auto;
	height: auto;
	color: #fff;
	line-height: 21px;
	padding: 6px 20px 6px 20px;
    font-size: 1em;
    font-weight: 700;
    transition: background-color 0.1s linear;
    float: left;
    margin-left: 3%;
}

#paypal_button button:hover {
	background-color: #A4271E;
}

#feedback {
	width: 97%;
	height: auto;
	float: left;
	margin: 20px 0px 40px 3%;
	font-size: 1.2em;
	display: none;
}

img.pp {
	width: 50%;
	height: auto;
	float: left;
	margin: 30px 0px 40px 3%;
	max-width: 200px;
	clear: left;
}

/************************************************ SCHEMES NEW*/

.week_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0px 20px 0px;
	font-weight: 700;
	color: #D53326;
	font-size: 1.1em;
}

.weekdays {
	width: 100%;
	height: auto;
	float: left;
	margin: 16px 0px 16px 0px;
}

.weekday {
	width: 30%;
	height: auto;
	float: left;
	margin: 0px 5% 10px 0px;
	text-align: center;
	border: 2px solid #ccc;
	color: #555;
	padding: 8px 0px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    cursor: pointer;
    font-weight: 700;
}

.weekday:hover {
	background-color: #D53326;
	color: #fff;
}

.weekday.selected {
	background-color: #003399;
	color: #fff;
}

.weekday:nth-child(3n) {
	margin-right: 0px;
}

/************************************************ AFTER SCHOOL*/

.week_title_big {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0px 30px 0px;
	color: #D53326;
	font-weight: 700;
	font-size: 1.4em;
}

.class_wrap {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 30px 0px;

}

.class {
	width: 48%;
	height: auto;
	float: left;
	margin: 0px 4% 0px 0px;
	border: 2px solid #f3f3f3;
	padding: 8px 0px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    cursor: pointer;
    color: #444;
    font-size: 1.15em;
}

.class:nth-of-type(2n) {
	margin-right: 0px;
}

.class:hover {
	background-color: #D53326;
	color: #fff;
	
}

.class.selected {
	background-color: #ff8000;
	color: #000;
}

.class_title {
	width: 90%;
	height: auto;
	float: left;
	margin: 0px 0px 6px 5%;
	font-weight: bold;
	text-align: center;
}

.class_time_loc {
	width: 90%;
	height: auto;
	float: left;
	margin: 0px 0px 6px 5%;
	text-align: center;
}

.class_price {
	width: 90%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 5%;
	font-weight: bold;
	text-align: center;
}

#reset_button {
	width: auto;
	height:40px;
	float: left;
	margin: 10px 0px 20px 0px;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 4%;
	font-weight: 700;
	line-height: 40px;
	border: 2px solid #D53326;
}

#total_cost {
	width: auto;
	height: 40px;
	float: left;
	margin: 30px 0px 40px 0px;
	background-color: #D53326;
	color: #fff;
	font-weight: 700;
	padding: 0px 5%;
	line-height: 40px;
	font-size: 1.2em;
}

.s560 {
	display: none;
	/*padding: 10px;
	background-color: #f4f4f4;
	margin-bottom: 40px;*/
}

.s560.highlight {
	padding: 10px;
	background-color: #f4f4f4;
	margin-bottom: 40px;
}

.h560 {
	display: block;
}


@media screen and (max-width: 750px) {
	.form_title {
        width: 90%;
        margin:14px 0px 0px 3%;
    }
    .form_input {
       width: 90%;
    }
    
    .form_error {
        width: 80%;
    }

    .form_input input.small {
		padding:3px 5px 3px 5px;
		width:94%;
	}

	

}

@media screen and (max-width: 560px) {
	.s560 {
		display: block;
	}
	.h560 {
		display: none;
	}
}


