/* -- BASEreg Styles-- */
input.width-auto{
	width: auto;
}

select.width-date{
	width: 350px;
}

.btn-full{
	
	display: block;
    
	text-align: center;
    text-align: center;
	height: 46px;
	padding: 0 20px;
	overflow: hidden;
	background-color: #000;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'AvenirLTStd-Heavy', 'Arial Black', arial, sans-serif;
	line-height: 50px;
	cursor: pointer;
	transition: background .2s;
	border: 0;
	border-radius: 0;
	outline: none;
}

.btn-norm{
	
	
    
	text-align: center;
    text-align: center;
	height: 46px;
	padding: 0 20px;
	overflow: hidden;
	background-color: #000;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'AvenirLTStd-Heavy', 'Arial Black', arial, sans-serif;
	line-height: 50px;
	cursor: pointer;
	transition: background .2s;
	border: 0;
	border-radius: 0;
	outline: none;
}

.btn-waitlist{
	
	
    width: 100%;
	
}
	
.btn-full:hover {
	background-color: #515050;
	color: #FFF;
	
}
.class-header{
	
	background-color: #4C4B4B;
	padding: 4px;
	margin-bottom: 10px;
	color: #ffffff;
}


.class-img-container{
	position: relative
}


.class-img{
	height:100%;
	overflow:hidden;
}

.class-header-h4 {
	margin: 10px;
	font-family: 'AvenirLTStd-Light', arial, sans-serif; 
	font-weight: normal;
	font-size: 26px;
	text-align: center;
	cursor: default;
	color: #ffffff;
}

h2 {
	margin: 10px;
	line-height: normal;
}


.class-item-enroll{
	
	background-color: #E8E8E8;
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	
	font-family: 'AvenirLTStd-Medium', arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #3F3F3F;
	
}

.enroll-capacity{
	
	
	text-align: center;
	
	
}

label {
	display: block;
	font-family: 'AvenirLTStd-Book', arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	padding-bottom: 10px;
	color: #3F3F3F;
}

.text-label {
	
	font-family: 'AvenirLTStd-Book', arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	padding-bottom: 10px;
	color: #3F3F3F;
}


.class-form-header {
	text-align:center;
	font-size:22px;
	color: #3F3F3F;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
	display: inline-block;
	box-sizing: border-box;
	
	padding: 4px 3px;
	border: 1px solid #AAA;
	outline: none;
	margin: 2px;
}

.waitListRow{
	display:none; 
	width:90%; 
	align: center; 
	margin: auto; 
	padding: 10px 10px;
	border:1px solid black;
	background-color: #ffffff;
	
}

.form-header{
	margin-bottom: 10px;
	font-size: 24px;
	
}
#page p {
	margin: 5px;
}

#page {
	font-size:18px;
}

label.error{
	color: #B90000;
	font-style: italic;
}

input.error { border: 2px solid #B90000; }

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 100%;
}

#strAlertMsg{
		display:none;
	}
	
.column{
	max-width: 1200px;
}

.column-large{
	max-width: 650px;
}
.column-50 {
    
	display: inline-block;
	width: 45%;
	max-width:650px;
	vertical-align: top;

}

.column-25 {
    
	display: inline-block;
	width: 23%;
	max-width:650px;
	vertical-align: top;

}

.column-100 {
    
	display: inline-block;
	width: 90%;
	
	vertical-align: top;

}

.column-75 {
    
	display: inline-block;
	width: 73%;
	max-width:650px;
	vertical-align: top;

}

.column-33 {
    
	display: inline-block;
	width: 30%;
	max-width:650px;
	vertical-align: top;

}
.container{
	margin: 10px;
	padding: 10px;
}

.container-border{
		border:1px solid black;
}

.container-form-bg2{
		background-color: #ffffff;
}

.container-form-login{
	
	background-color: #E8E8E8;
}

.text-note{
	font-size: 16px;
	font-style: italic;
	
}
.image-responsive{
	width:100%;
}

.label-bold{
	font-weight: bold;
}
.image-thumb{
	width:100%;
	max-width: 250px;
}
@media screen and (max-width: 1000px) {
    .column-50, .column-75, .column-25, .column-33 {
        width: 100%;
    }
}

#classes-list .class img:hover {
	-webkit-filter: brightness(125%);
	filter: brightness(100%);
}

.form-radio {
    border: 2px solid #000000;
}

.form-checkbox {
 
    border: 2px solid #000000;
}
