* {
	box-sizing: border-box;
}
body {
	color: #060606;
	font-weight: normal;
}
body, html {
	height: auto;
	min-height: 100px;
}
#st {
	height: 1px;
	overflow-y: auto;
}
a {
	color: #b0aa3c;
	text-decoration: none;
}
a:hover {
	color: #537e7d;
}
/* basic positioning */
.legend { list-style: none; }
.legend li { float: left; margin-right: 10px; font-size:20px;}
.legend span { border: 1px solid #ccc; float: left; width: 15px; height: 15px; margin: 7px; }
/* your colors */
.legend .present { background-color: #32CD32; }
.legend .absent { background-color: #FFFF00; }
.legend .excused { background-color: #eee; }

#content {
    text-align: left;
}
.blog a.more-link {
	background: #4b7d7c;
	color: #fff;
}
.blog a.more-link:hover {
    background: #fff;
    color: #4a7d7c;
}
.blog img.wp-post-image {
    float: left;
    max-width: 180px;
    padding: 0px 10px 0px 10px;
}
.subscribe_success,
.subscribe_success .block h2 {
	display: none;
}
#footer .subscribe_success p {
	color: #fff;
	
}
.class_list_item {
    margin: 30px 0;
    padding: 20px 0;
    text-align: left;
}
.class_list_item.class_catalog {
    margin: 13px 0;
    padding: 16px 14px 0 14px;
    text-align: left;
    border: 1px solid gray;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.4);
}
.class_list_item h2 {
    border-top: 1px solid #999;
    padding-top: 5px;
}
.class_list_item.class_catalog .alert-box.warning {
	display: none;
}
.class_list_item.class_catalog h2 {
	border-top: 0px; 
}
.class_list_item.class_catalog .join-link.green.orange,
.class_list_item.class_catalog a.button.green.alignright,
.class_list_item.class_catalog .signup_button,
.class_list_item.class_catalog .apply_button,
.class_list_item.class_catalog .wpcf7-submit {
	float: right;
	padding: 10px 30px;
	border-radius: 8px!important; 
}
.class_list_item.class_catalog .join-link.green.orange {
	line-height: 100%; 
	font-size: 14px;
	margin-left: 2px;
}
.waitlistShow {
	display: none;
}
.class_list_item.class_catalog .waitlistShow {
	display: inline-block;
}
.waitlistHide {
	display: inline-block;
}
.class_list_item.class_catalog .waitlistHide {
	display: none;
}
.class_list_item.class_catalog a.button.green.alignright {
	background-color: #507C7C!important;
	border-color: #507C7C!important;
}
.class_list_item.class_catalog .wpcf7 {
	width: 100%;
}
#topCategories button,
#topCategories a.button { 
	padding: .5em 1em .55em;
	margin-bottom: 5px;
	border-radius: 8px; 
	background-color: #507C7C!important;
	border-color: #507C7C!important;
	color: #fff!important;
}

#topCategories button.selected { 
	background-color: #184444!important;
}

#wrapper
.class_list_item .modal2 h2 {
	border: none;
}
.class_list_item .photo {
    float: left;
    margin: 0 15px 0 0;
}




.photo img {
	display: block;
}
.class_list_item h2 {
	margin-top: 0;
	text-align: left;
}
.entry p {
    margin: 16px 0;
}
p.more {
	text-align: right;
	margin-bottom: 0;
}
.starts {
    font-size: 20px;
    margin-top: 5px;
}

h2 + p {
    margin: 0;
}
h2 {
	margin-top: 30px;
}
/* Button Styles */

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: "Open Sans",arial,sans-serif;
	font-weight: 300;
	
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.black {
	border: solid 2px #333;
}
.black:hover {
	color: #d7d7d7;
	background: #333;
}

.gray {
	color: #999;
	border: solid 2px #999;
}

.gray:hover {
	color: #e9e9e9;
	background: #999;
}


.red {
	border: solid 2px #980c10;
}
.red:hover {
	color: #faddde;
	background: #980c10;
}

.blue {
	border: solid 2px #0076a3;
}
.blue:hover {
	color: #d9eef7;
	background: #0076a3;
}

input.green, button.green, a.green {
	border: solid 2px #da7c0c !important;
	color: #fef4e9 !important;
	background:  #da7c0c !important;
    z-index: 1000;
    font-weight: bold;
    margin-top: 10px;
}
input.green.active, button.green.active, a.green.active {
	background:  #da7c0c88 !important;
}
input.green:hover, button.green:hover, a.green:hover {
    transform: scale(1.1);
	color: #fef4e9 !important;
	background:  #da7c0c !important;
}
input.orange, button.orange, a.orange{
	border: solid 2px #da7c0c !important;
	color: #fef4e9 !important;
	background:  #da7c0c !important;
    z-index: 1000;
    font-weight: bold;
    
}
input.orange:hover, button.orange:hover, a.orange:hover {
    transform: scale(1.1);
	color: #fef4e9 !important;
	background:  #da7c0c !important;
}

.pink {
	border: solid 2px #d2729e;
}
.pink:hover {
	color: #feeef5;
	background:#d2729e;
}


.half {
	width: 47%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.onethird {
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.twothirds {
	width: 64%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2.title {
	color: #4f7b7a;
}
.error {
	color: red;
}
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
	.half, .onethird, .twothirds {
		width: 100%;
		margin-right: 0;
	}
	
}

/* Contact Form 7 Style */

.form {
	width: 100%;
}
.form td {
    vertical-align: top;
}
.form-label {
    padding-top: 15px;
}

form {
	display: inline;
}

.wpcf7 {
	margin-top: 10px;
/*	float: left; */
	clear: left;
	width: 90%;
}

.wpcf7 select {
	padding: 5px 8px;
	margin-bottom: 15px;
	margin-top: 3px;
	width: auto;
	border: solid 1px #ccc;
	height: 30px;
	font-family: 'Open Sans', arial, sans-serif;
	color: #333;
	background: none;
	font-weight: 300;
	margin-left: 20px;
}
.select.cart {
    display: inline-block;
}

.wpcf7 textarea,
.wpcf7 input[type="text"] {
	padding: 5px 8px;
	margin-bottom: 15px;
	margin-top: 3px;
	width: 100%;
	border: solid 1px #ccc;
	height: 30px;
	font-family: 'Open Sans', arial, sans-serif;
	color: #000;
	background: none;
	font-weight: 500;
	font-size: 18px;
}

.wpcf7 textarea {
	height: auto;
}

.wpcf7 input.wpcf7-submit, .wpcf7 input[type="submit"], .wpcf7 button, a.wpcf7-submit  {
	width: auto;
	cursor: pointer;
	border: none;
	border: solid 1px  #ccc;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #666;
	background: #fff;
	padding: 8px 25px;
	-webkit-transition: all 0.7s ease;
  	-moz-transition:    all 0.7s ease;
  	-ms-transition:     all 0.7s ease;
  	-o-transition:      all 0.7s ease;
	height: auto;
	text-decoration: none !important;
	font-weight: bold;
/*	-webkit-appearance: none; */
}

.wpcf7 input.wpcf7-submit:hover, .wpcf7 input[type="submit"]:hover, .wpcf7 button:hover {
	background: #eaeaea;
}
.wpcf7 input[type="checkbox"] {
    height: auto;
    width: auto;
}

.wpcf7 p {
	text-align: left;
	font-size: 16px;
	margin: 0;
	margin-bottom: 6px;
	text-transform: none;
}

input {
	border-radius: 0 !important;
/*	-webkit-appearance: none !important; */
}

label {
    color: #666666;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    
}

.error textarea, .error input {
    border-color: #ff0000;
}

span.error {
    color: #ff0000;
}


/* misc */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	max-width: 100%;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	background: #eaeaea;
	text-align: center;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 10px;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.entry pre {
	border: 1px solid #ededed;
	color: #666;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}

.entry table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

.entry dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

p { margin-top: 6px; }

#archivelist {
	float:left;
	margin-right: 0;
	
}

#archivelist ul li {
	list-style: none;
	line-height: 35px;
}

#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}

#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}

#archivelist ul li a:hover {
	text-decoration: none;
}

ol {
	margin: 10px;
	padding: 0;
}

ul {
	margin: 5px;
	padding: 0;
}

.sticky {
}

.bypostauthor {
}

p.form-allowed-tags {
	display: none;
}

/* Blog Page Navigation */

#blognav {
	float: left;
	clear: left;
	width: 100%;
	height: 50px;
}

#blognav a.page-numbers {
    border: solid 2px #eaeaea;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
	padding: 10px 16px; 
	margin-right: 5px;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}

#blognav a.page-numbers:hover,
#blognav span.current {
    background: #eaeaea;
	border: solid 2px #eaeaea;
	padding: 10px 16px; 
	margin-right: 5px;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}

.sl-slider {
	letter-spacing: -1px;
	font-family: 'TheHandBold', sans-serif;
	font-weight: 300;
	position: absolute;
	top: 0;
	left: 0;
}

.sl-slider h2 {
	font-family: 'TheHandRegular', sans-serif;
	font-weight: bold;
	font-size: 60px;
	line-height: 60px;
}


.sl-slider h2 div.h2_outer {
/*    background: rgba(78, 122, 121, 0) linear-gradient(to bottom, 
    	rgba(78, 122, 121, 0) 0%, 
    	rgba(78, 122, 121, 0.85) 40%, 
    	rgba(78, 122, 121, 0.85) 80%, 
    	rgba(78, 122, 121, 1) 100%
    ) repeat scroll 0 0; */
    background: rgba(50, 50, 50, 0) linear-gradient(to bottom, 
    	rgba(50, 50, 50, 0) 0%, 
    	rgba(50, 50, 50, 0.75) 50%, 
    	rgba(50, 50, 50, 0.85) 70%, 
    	rgba(50, 50, 50, 0.85) 100%
    ) repeat scroll 0 0;
    padding: 95px 0 10px;
}
.sl-slider h2 div.h2_inner {
    margin: 0 auto;
    max-width: 940px;
    text-align: center;
    
}

blockquote.rm {
	display: inline;
	line-height: 24px;
}


/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

.sl-slider-wrapper {
	width: 100%;
	height: 580px;
	overflow: hidden;
	position: relative;
	border-bottom: solid 3px #eaeaea;
}

.sl-slider h2 {
/*	width: 80%;
	text-align: center;
	max-width: 920px;
	padding-top: 325px;
*/
	width: 100%;
	bottom: 0;
    color: #fff !important;
	margin: 10px auto 0;
	z-index: 100;
	font-weight: 300;
	text-transform: uppercase;
}
#slider h2 {
	position: absolute;
}
.sl-slider blockquote {
	font-size: 28px;
	font-weight: 300;
	border: none;
	font-style: normal;
	position: relative;
	top: -15px;
	margin: 0;
	padding: 0;
}

.sl-slider blockquote a {
    background-color: #fff;
    border: 0 none !important;
    color: rgb(50, 50, 50) !important;
    display: inline-block;
    font-family: "open sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: 30px;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.bg-img {

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 30px;
	height: 30px;
	border: 8px solid #fff;
	border: 8px solid rgba(255,255,255,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span:hover {
	border-color: rgba(255,255,255,0.9);
}

.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

/* Custom navigation dots */

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current,
.nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}


/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}


.hidden {
	display:none;
}

#rightbar .block {
    margin-bottom: 30px;
}
#rightbar .block h2 {
    border-bottom: 1px solid #4b7d7c;
}
#rightbar .widgets .block {
	border: 0;
	margin-bottom: 0;
	padding: 0;
	width: auto;
}
#rightbar .widgets{
    border: none;
}
#rightbar .widgets h2 {
    border-bottom: 1px solid #4b7d7c;
}
#rightbar h2 a {
	text-decoration: none;
}
#rightbar .wots-page-item {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#rightbar .wots-page-item .photo {
	display: block;
	margin: 0 auto 10px;
}
#rightbar .wots-page-item img {
	display: block;
	margin: 0 auto;
}
#rightbar .wots-page-item > div {
    display: block;
    width: auto;
    margin: 0;
    clear: left;
}


h2.services {
    color: #404040;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.alert-box {
    background-color: #d1202b;
    border-color: #b41c25;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    display: block;

    font-size: 1rem;

    font-weight: 500;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out 0s;
}
.alert-box .close {
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: 0.9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    right: 0.25rem;
    top: 50%;
}
.alert-box .close:hover, .alert-box .close:focus {
    opacity: 0.5;
}
.alert-box a {
	color: #fff;
	font-weight: bold;
}
.alert-box.radius {
    border-radius: 3px;
}
.alert-box.round {
    border-radius: 1000px;
}
.alert-box.success {

    background-color: rgba(65,92,51,0.5);
    border-color: rgb(65,92,51);

    color: #000;
}
.alert-box.alert {

    background-color: rgba(178,172,62,0.5);
    border-color: rgb(178,172,62);
    color: #000;
}
.alert-box.secondary {
    background-color: #8d1920;
    border-color: #79151c;

    color: #000;
}
.alert-box.warning {

    background-color: rgba(178,172,62,0.5);
    border-color: rgb(178,172,62);
    color: #000;
}
.alert-box.info {

    background-color: rgba(79,123,122,0.5);
    border-color: rgb(79,123,122);

    color: #000;
}
.alert-box.alert-close {
    opacity: 0;
}


.wots-page-item {
    border-bottom: 1px solid #cccccc;
    clear: both;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: left;
}
.horiz-arrows .wots-page-item {
    margin: 0 30px 20px;
}

@media only screen and (min-width: 601px) {
	.horiz-arrows .wots-page-item {
		width: 563px;
	}
}
.wots-page-item .icon {
    margin: 0 10px 0 0;
    float: left;
}
.wots-page-item .t_text {

	margin-left: 160px;
}
.quoted {
	font-style: italic;
	padding-left: 30px;
	height: 50px;
}

#mainmenu {
    width: 75%;
}
#logo {
    width: 25%;
}
#logo img {
	height: 100px;
	transition: height 0.25s ease 0s;
	max-width: none;
}
.vertical {
	margin: 20px 0;
}

.vertical::after {
    clear: both;
    content: "";
    display: table;
}
#rightbar {
    width: 25% !important;
}
#rightbar .widgets {
    float: none !important;
    width: auto !important;
}
#rightbar ul {
	float: none !important;
}
.faculty .horizontal {
	background: #fff;
	padding: 0 10px;
}
.faculty .fader-item {
	width: 280px;
	height: 420px;
	padding: 0;
}
.faculty .photo {
	width: 244px;
	height: 154px;
}
.cycle-prev {
    font-size: 100px;
    left: -3px;
    position: absolute;
    top: 22%;
    font-family: "TheHandBold";
    z-index: 999;
    opacity: 0.7;
    color: #b0aa3c;
    cursor: pointer;
}
.cycle-next {
    font-size: 100px;
    right: 0px;
    position: absolute;
    top: 22%;
    font-family: "TheHandBold";
    z-index: 999;
    opacity: 0.7;
    color: #b0aa3c;
    cursor: pointer;
}

#wots {
    position: relative;
}
#wots .cycle-prev {
    color: #4f7c7c;
    top: 30%;
    left: -40px;
}
#wots .cycle-next {
    right: -40px;
    top: 30%;
    color: #4f7c7c;
}
#rightbar .wots .cycle-next,
#rightbar .wots .cycle-prev {
	display: none;
}

.slick-prev {
    background: transparent;
    border: medium none;
    color: #b0aa3c;
    font-family: "TheHandBold";
    font-size: 100px;
    left: -25px;
    position: absolute;
    top: 125px;
    z-index: 999;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.slick-next {
    background: transparent;
    border: medium none;
    color: #b0aa3c;
    font-family: "TheHandBold";
    font-size: 100px;
    right: -25px;
    position: absolute;
    top: 125px;
    z-index: 999;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
@media only screen and (max-width: 315px) {
	.slick-prev {
	    left: -35px;
	}
	.slick-next {
	    right: -35px;
	}	
}

.cart_add {
    background: rgba(178, 172, 62, 0.5) none repeat scroll 0 0;
    padding: 5px 20px;
    margin-bottom: 10px;
}

#team .postwrapper {
    height: 390px;
    background: #fff;
}
#team .photo {
    border: 3px solid #eaeaea;
    display: block;
    height: 160px;
    margin: 0 auto;
    overflow: hidden;
    width: 250px;
}
#team img {
    transition: all 0.2s ease 0s;
}
#team img:hover {
	transform: scale(1.04);
}
.faculty {
	height: 420px;
}
#team .faculty .postwrapper {
	height: 420px;
	float: none;
	margin: 0 auto;
}

.table {
    border-collapse: collapse;
    width: 100%;
}
.table th {
    border-bottom: 1px solid #bbbbbb;
    padding: 10px;
    vertical-align: bottom;
}
.table td {
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    vertical-align: top;
}


.yat {
    border-collapse: collapse;
    width: 100%;
}
.yat th {
    border-bottom: 1px solid #bbbbbb;
    padding: 10px;
    vertical-align: bottom;
}
.yat td {
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    vertical-align: top;
}
.yat td.td-label {
    width: 20%;
}
.yat td.edit {
    width: 10%;
}


table.cal {
	border-collapse: collapse;
}

.cal td {
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    vertical-align: top;
    width: 14%;
}
.cnav td {
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    background: #da7c0c;
}
.calnav a {
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 40px;
}
#ctitle h2 {
    color: #fff;
    margin: 10px 0;
}

.fr {
	float: right;
}

h3 {
	font-size:18px;
	color: #444;
}
h2 {
	font-size: 26px;
}

@media (min-width: 1001px) {
	
	#menu-item-67:hover {
		z-index: 501;
	}

	#menu-item-435:hover {
		z-index: 502;
	}

}

.mainnav li.current-menu-item a,
.mainnav li:hover a {
	border: solid 2px #517C7D;
	
}


#rightbar ul li a {
    background: transparent;
    border: medium none;
    border-radius: 3px;
    color: #3D582F;
    padding: 0 6px;
    text-decoration: none;
}
#rightbar ul li a:hover {
    color: #507B7B;
    text-decoration: none;
}
/*
#header {
	height: 125px;
	transition: height 0.25s ease 0s;
}
*/
#mainmenu {
	margin-top: 45px;
	transition: margin-top 0.25s ease 0s;
}
#logo {
	transition: margin-top 0.25s ease 0s;
}
#logo img {
}

#titleinner {
	margin: 0 auto 0;
	max-width: none;
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.nopic #titleinner {
	position: static;
}
#titlewrapper {
	height: 500px;
}
#titlewrapper.nopic {
    height: auto;
    padding-top: 125px;
}
#titlewrapper h1 {
    background: rgba(50, 50, 50, 0) linear-gradient(to bottom, 
    	rgba(50, 50, 50, 0) 0%, 
    	rgba(50, 50, 50, 0.65) 50%, 
    	rgba(50, 50, 50, 0.85) 70%, 
    	rgba(50, 50, 50, 1) 100%
    ) repeat scroll 0 0;
    border-radius: 2px;
    font-size: 64px;
    font-weight: normal;
    line-height: 64px;
    padding: 75px 15px 10px;
    font-family: 'TheHandRegular';
}
.entry-title > span {
    display: block;
    margin: 0 auto;
    max-width: 940px;
    padding-left: 25px;
}
#titlewrapper.nopic h1 {
	background: rgb(78, 122, 121);
	padding-top: 25px;
}
@media only screen and (max-width: 600px) {
	#rightbar {
	    width: 100% !important;
	}
   .vertical > div > div {
		float: none !important;
		width: auto !important;
    }
	#titlewrapper {
		height: 300px;
	}
}


.dahlia .entry-title > span {

}
/*
#header.headroom--unpinned {
	transform: none;
}
*/
#search_div, #account_menu_div  {
	transition: all 0.5s;
    left: 0;
    position: fixed;
    top: -250px;
	z-index: 999;
    width: 100%;
	background: #fff;
	color: rgb(78, 122, 121);
	padding: 10px 0 10px 10px;
}
#account_menu_div {
    background: rgba(78, 122, 121, 1);
    color: #fff;
}
#mm a {
	color: rgb(78, 122, 121);
}

.mm-c {
	display: none;
}
.mm-b {
	white-space: nowrap;
}
#mm #mm-logo {
    margin: -10px;
    padding: 2px;
    width: auto;
}
#mm #mm-h {
/*	position: absolute;
	top: 0;
	right: 0;
*/
	margin: 5px 10px;
}
#mm #mm-a {
	margin-left: 20px;
	flex-grow: 3;
	text-align:center;
}
#mm-logo img {
    display: block;
    width: 85px;
}
.goog_button {
	display: block;
	color: #fff;
}
.goog_button:hover {
	color: #fff;
}
#login_div, #claim_div, #create_div, #fb_div  {
		display: none;
}
#mm {
	display: none;
	
}

#cart-table.edit .icon-td {
	width: 10%;
}
#cart-table.edit .item-td {
	width: 40%;
}
#cart-table.edit .qty-td {
	width: 15%;
}
#cart-table.edit .total-td {
	width: 15%;
}
#cart-table.edit .x-td {
	width: 15%;
}

#cart-table.confirm .icon-td {
	width: 8%;
}
#cart-table.confirm .item-td {
	width: 40%;
}
#cart-table.confirm .qty-td {
	width: 13%;
}
#cart-table.confirm .total-td {
	width: 13%;
}

#cart-table .line td {
	border-bottom: none;
}
#cart-table .extra-line td {
	padding-top: 0;
}
#cart-table .spacer td {
	padding: 0;
}

@media only screen and (max-width: 1000px) {


body.a-pop, body.c-pop, body.l-pop {
    overflow: hidden;
    height: 100%;
    position: fixed;
    
}

#nav-arrows, .home_join {
	display: none;
	
}
label.multi_select_label {
    display: block;
}
table.sched_pay tr {
	display: block;
}
table.sched_pay td, table.sched_pay th {
	display: inline-block;
	
}


#titlewrapper.nopic {
	padding-top: 52px;
}
#titlewrapper.nopic h1 {
    background: rgb(78, 122, 121);
    padding-top: 25px;
}
#menu-cart {
	display: none;
	
}
.row_search_asc {
    display: none;
    right: calc(50% - 82px);
}
.mm-c {
	display: block;

}
	.search_asc {
	    left: 10px !important;
	    position: absolute;
	    top: 7px !important;
	    width: 100%;
		background: #fff;
		color: rgb(78, 122, 121);
	}
	#mm {
		display: flex;
		position: fixed;
		top: 0;
		background: #fff;
		color: rgb(78, 122, 121);
		padding: 10px 0 10px 10px;
		z-index: 9999;
		width: 100%;
	}
	#mm div {
		display: flex;
		color: rgb(78, 122, 121);
		cursor: pointer;
		font-size: 18px;
	}
	#mm .signup_button {
		flex-grow: 3
	}
	#account_menu_div div {
		color: #fff;
		position: relative;
		margin: 10px 10px 0 89px;
		padding: 5px 10px;
		cursor: pointer;
		font-size: 18px;
	}


	#header, #login_div, #claim_div, #create_div, #fb_div  {
		display: none;
	    position: fixed;
		top : 0;
		bottom: 0;
		left: 0;
		right: 0;
	    background: #ffffff none repeat scroll 0 0;
	    border: none;
	    height: auto;
	    z-index: 9999;
	    overflow: auto;
	}
	#claim_div, #create_div, #fb_div {
		padding: 10px 10px ;
	}
	#mainmenu {
		clear: left;
	}
.m-pop #mm, .l-pop #mm, .a-pop #mm, .c-pop #mm, .f-pop #mm {
	display: none;
	
}
.m-pop #header {
    display: block;
}
.s-pop #search_div {
	top: 52px;
}
.l-pop #login_div {
    display: block;
}
.a-pop #create_div {
    display: block;
}
.c-pop #claim_div {
    display: block;
}
.f-pop #fb_div {
    display: block;
}
.am-pop #account_menu_div {
	top: 52px;
}

.mm-c {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	background: #fff;
	border: none;
	width: auto;
	cursor: pointer;
	font-size: 20px;
	z-index: 9999;
}
#search_div .mm-c, #account_menu_div .mm-c {
	background: transparent;
	color: rgb(78, 122, 121);
}
.m-pop #headerin {
    padding-top: 0;
    margin: 0 auto;
    max-width: 940px;
    padding-left: 25px;
    padding-right: 25px;    
}
.m-pop #mainmenu {
    margin-top: 5px;
    width: auto;
    display: block !important;
    
    
}
.m-pop .select-menu.mainnav {
	display: none;
	
}
.m-pop .mainnav {
	float: none;
}
.m-pop .mainnav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: block;
}
.m-pop .mainnav > li {
	float: none !important;
    margin-left: 0;
}
.m-pop .mainnav > li > a {
	float: none !important;
	height: 70px;
	z-index: 999;
}
.m-pop .mainnav ul {
    padding-left: 20px;
    padding-top: 1px;
    visibility: visible !important;
    position: relative;
    top: 0;
}
.m-pop .mainnav li li {
	width: 100%;
}

.m-pop .mainnav li:hover ul, ul.mainnav li.sfHover ul {
	border: none;
	width: auto;
	top: 0;
	left: 0;
}
.m-pop #container, .l-pop #container, #s-pop #container {
	left: 0;
}
#services {margin-top:0}
}
#mainmenu font {
    display: block;
    float: none !important;
    height: 10px;
    line-height: 10px;
    margin: 0;
    padding: 0;
}
#footer {
    background: url("/wp-content/uploads/2017/03/img_21313v6ptr3y.jpg");
    background-size: cover;
    min-height: 200px;
    padding: 0;
    margin-bottom: 0;
}
#footer_container {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	padding: 40px 0 80px;
}
#socialize {
    clear: left;
    float: none;
    width: auto;
    margin: 40px auto 0;
    text-align: left;
}
#socializeinner {
    max-width: 960px;
    padding-left: 25px;
    padding-right: 25px;
    margin: auto;
}
a.socialicon::before {
	font: 48px/48px "Genericons";
}
a.socialicon {
	background: #527c7a none repeat scroll 0 0;
	height: 48px;
	width: 54px;
	color: #ffffff !important;
}
img {
	max-width: 100%;
}
.clearfix::after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }

#rightbar .wots {
	border: 0;
	min-height: 500px;
}

.listing {
    clear: left;
    margin: 20px 0;
}
.listing .photo, .fl {
    float: left;
    margin: 0 15px 15px 0;
}
.listing h2 {
	margin-top: 0;
}

#team {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
}

#extras {
	width: 100%;
	float: left;
	clear: left;
	padding-bottom: 0px;
	text-align: center;
	margin-top: 0;
}

#extrasinner {
	max-width: 970px;
	margin: 0 auto;
}
.newsletter h2, .newsletter p, .newsletter input, .newsletter input:active, .newsletter input[type="text"].subscribe_email:focus {
	color: #fff !important;
	border-color: #fff !important;
	background: transparent !important;

}
.newsletter h2 {
	font-size: 36px;
	line-height: 36px;
	margin-top: 10px;
}

.newsletter h2 font {
    display: block;
    line-height: 20px;
}

#ww {
	clear: left;
}
.pb {
	padding-bottom: 50px !important;
}

#footer {
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

#footerinner h2 {
	color: #fff !important;
	font: 48px/64px "TheHandRegular";
	font-weight: 700;

}

#footer a {
	color: #fff;
}
#footerinner ul {
	float: none;
}
#footerinner ul li a {
	text-decoration: none;
}
#footerinner .widgets {
    float: left;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    width: 460px;
}
#footerinner .widgets.newsletter, #footerinner #text-9 {
    width: 410px;
}
#footerinner #nav_menu-2 {
    margin-bottom: 0;
    width: 100%;
    padding: 0;
}
#footerinner ul > li {
    clear: none;

    padding: 4px 0;

	width: auto;
    font-weight: bold;
    margin-right: 20px;
}
#footerinner ul > li > ul {
	width: auto;
}
#footerinner ul > li ul li {
	font-weight: normal;
	
}
.subscribe input {
    color: #ffffff;
    font-weight: bold;
    background: transparent !important;
}
.subscribe input::placeholder {
	color: #ffffff;
	opacity: 1;
}
.subscribe input::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}
.subscribe input::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}
.subscribe input:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}
.subscribe input:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}
#footer button {
/*    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold; */
    margin-top: 10px;
}

.teamwidget {
	float: none;
}
#text-5 h2 {
    line-height: 42px;
    margin-bottom: 0;
}
.fader {
    margin: 0 auto;
}
/*
.fader-item {
    padding: 0 15px 20px;
}
.fader-item:first-child {
	padding-bottom: 20px;
}
*/

.mainnav a
 {
	font: 32px/36px "TheHandBold";
	color: #000 !important;
}
.mainnav .menu-item-1019 a {
	color: red !important;
}


.mainnav li li a,
.mainnav li li a:link,
.mainnav li li a:visited
{
	font: 14px/16px "Open Sans";
}

.mainnav a:hover
 {
	color: #4f7c7b !important;
}


.icon.circle {
    border-radius: 75px;
    height: 100px;
    width: 100px;
}
.instr_blurb {
    margin-top: 20px;
}
.instr_blurb h2 {
	margin-top: 0;
}
.instr_blurb .photo {
    float: left;
    margin: 0 15px 0 0;
}

.apply_button:hover {
	transform: scale(1.1);
	z-index: 1000;
}
.icon.small-icon {
    height: 100px;
    width: 100px;
}

.event_listing .photo {
    float: left;
    margin: 0 10px 0 0;
}
.cf {
	margin-left: 60px;
}

.account_home #content {
	margin-top: 50px;
}
.account_home #main_content h2 {
    margin-top: 0;
    padding-top: 0;
}
.account_home #main_content > div > div {
    margin-bottom: 20px;
    padding: 10px 0;
}
.account_home #main_content > div > div h2 {
    border-bottom: 1px solid #537a7f;
}
.account_home .more {
    text-align: right;
    margin-bottom: 0;
}

.account_home .table th {
    border: medium none;
    color: inherit;
    font-weight: normal;
    padding: 0 5px;
    text-align: left;
}
.account_home .table td {
    padding: 0 5px;
    border: 0;
}
.account_home .photo_div {
	display: inline-block;
    height: 220px;
    margin-right: 2%;
    vertical-align: top;
    width: 45%;
}
.account_home .resume_div {
	display: inline-block;
    height: 220px;
    vertical-align: top;
    width: 45%;
}
.account_home .icon {
	display: block;
	margin: 0 auto;
}
.account_home .resume {
	display: block;
	margin: 0 auto;
	height: 150px;
}
.account_home .resume a {
    display: block;
    height: 150px;
    padding-top: 20%;
    text-align: center;
}
/*
.roster .icon {
	width: 50px;
	height: 50px;
}
*/
table.schedule {
    border-bottom: 1px solid #dddddd;
}
.table.schedule td {
    border: 0 none;
}
table.schedule td.date {
    border-top: 1px solid #dddddd;
}

.scene {
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 10px 0;
    width: 200px;
    display: inline-block;
    margin-right: 5px;
}
.scene p {
    margin: 0 0 10px;
}

.event_listing {
    clear: left;
}


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media only screen and (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #4b7d7c;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #4b7d7c;
  border-color: #4b7d7c;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.slider {
	position: relative;
	
}
#slider2.sl-slider-wrapper {
	border-bottom: 0;
	height: 400px;
}
#slider2 .sl-slider {
    font-family: "TheHandBold",sans-serif;
    font-weight: 300;
    left: 0;
    letter-spacing: -1px;
    position: static;
    top: 0;
}
#slider2 .sl-slide {
    background: #ffffff none repeat scroll 0 0;
	margin-left: 3%;
}
#slider2 .sl-slide h2 {
	padding: 0;
}
#slider2 .sl-slide p {
	font-family: "Open Sans",arial,helvetica,tahoma,sans-serif;
	font-weight: normal;
	letter-spacing: 0;
}
#slider2 .nav-arrows span.nav-arrow-prev {
    left: 0%;
    color: #b0aa3c;
    font-family: "TheHandRegular";
    font-size: 120px;
    border: none;
    transform: none;
    text-indent: 0;
    width: auto;
    height: auto;
}
#slider2 .nav-arrows span.nav-arrow-prev:hover,
#slider2 .nav-arrows span.nav-arrow-next:hover {
	color:  rgba(0, 0, 0, 0.7);
}
#slider2 .nav-arrows span.nav-arrow-next {
    right : 1%;
    color: #b0aa3c;
    font-family: "TheHandRegular";
    font-size: 120px;
    border: none;
    transform: none;
    text-indent: 0;
    width: auto;
    height: auto;
}
#slider2 .nav-arrows span {
	width: 30px;
	height: 30px;
}

#slider .nav-arrows span.nav-arrow-prev {
    font-family: "TheHandBold";
    top: 45%;
    font-size: 150px;
    line-height: 100px;
    height: 100px;
    opacity: 0.6;
	color: #fff;
    border: none;
    transform: none;
    text-indent: 0;
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 500;
}
#slider .nav-arrows span.nav-arrow-next {
    font-family: "TheHandBold";
    top: 45%;
    font-size: 150px;
    line-height: 100px;
    height: 100px;
    opacity: 0.6;
	color: #fff;
    border: none;
    transform: none;
    text-indent: 0;
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 500;
}
#slider .nav-arrows span.nav-arrow-prev:hover,
#slider .nav-arrows span.nav-arrow-next:hover {
	opacity: .5;
}
#footer .wots-page-item {
	border: 0;
}
#footer .wots-page-item .photo {
    margin: 0 10px 0 0;
    width: 75px;
}
#footer .wots-page-item > div {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
#footer .wots-page-item h3 {
    color: #fff;
}

#extrasinner .wots-page-item {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#extrasinner h2 {
    color: #404040;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#extrasinner #wots h2 {
	margin-top: 0px; 
}
#extrasinner #wots, #extrasinner #ww, #extrasinner #nl  {
	width: 100%;
}
.home .teamwidget h2 {
	margin-top: 0px;
}
#extrasinner #ww {
	margin: 30px auto 50px;
    width: 80%;
}	
#services a.more-link {
	width: 120px;
}
.servicespost h2.entry-title a, .servicespost h2.entry-title {
    font-size: 24px;
}
#container {
	left: 0;
	top: 0;
	position: absolute;
	transition: all 0.5s ease 0s
}
#container > #contentwrapper {
	margin-top: 100px;
}
a.more-link {
    border: 2px solid #4b7d7c;
}
#extras a.more-link {
    float: none;
    margin: 20px auto auto;
    padding: 3px 0;
    text-align: center;
    width: 100px;
}
#extras .onScreen {
    margin: 0;
    opacity: 1;
}

.adult {
    border: 2px solid #3D582B;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.youth {
    border: 2px solid #3D582B;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.wots_div {
	margin-top: 20px;
}
.wots_div .wots-page-item {
	background: rgba(75, 125, 124, 0.9);
	color: white;
	padding: 15px;
}
.wots_div .wots-page-item p {
	margin-top: 0;
}
.wots_div .wots-page-item a {
    color: #fff;
    font-weight: bold;
}

#extrasinner #wots {
    margin: 0 auto;
    width: 80%;
}

.color_block {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    padding: 10px;
}

#extrasinner .color_block h2 {
	color: #fff;
    font-family: TheHandRegular;
    font-size: 64px;
    font-weight: 300;
    line-height: 64px;
    margin: 0;
    text-transform: uppercase;
}
.color_block button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000;
}
.color_block .subscribe_email {
    color: #000;
    max-width: 288px;
    margin-right: 3px;
    padding: 3px 7px;
}
.color_block.a .subscribe_form  {
	margin-bottom: 10px;
}
.color_block a, .color_block h2 a {
	color: #000;
}
.news {
	margin: 0 !important;
	padding: 30px 0;
	color: #fff;
	background: #4f7c7c;

}
.news input {
	border-color: #000;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #b2ac3f;
}
.subscribe button {
	border-color: #fff;
	background: #fff;
    color: #4f7c7c;
}
.color_block.a {
}
.color_block.b {
    background: rgb(79, 123, 122) none repeat scroll 0 0;
}
.color_block.c {
    background: rgb(178, 172, 62) none repeat scroll 0 0;
}
/* Media Queries for custom slider */
@media only screen and (min-width: 661px) and (max-width: 999px) {
	.sl-slider h2 div.h2_inner {
		padding-left: 100px;
		padding-right: 100px;
	}
}
/* Media Queries for custom slider */
@media only screen and (max-width: 660px) {

	.sl-slider-wrapper {
		height: 300px;
	}

.sl-slider h2 {
	font-family: 'TheHandRegular', sans-serif;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	padding: 0;
	margin: 0;
}


.sl-slider h2 div.h2_outer {
/*    background: rgba(78, 122, 121, 0) linear-gradient(to bottom, 
    	rgba(78, 122, 121, 0) 0%, 
    	rgba(78, 122, 121, 0.85) 40%, 
    	rgba(78, 122, 121, 0.85) 80%, 
    	rgba(78, 122, 121, 1) 100%
    ) repeat scroll 0 0; */
    background: rgba(50, 50, 50, 0) linear-gradient(to bottom, 
    	rgba(50, 50, 50, 0) 0%, 
    	rgba(50, 50, 50, 0.85) 50%, 
    	rgba(50, 50, 50, 0.85) 70%, 
    	rgba(50, 50, 50, 1) 100%
    ) repeat scroll 0 0;
    padding: 70px 0 0;
    text-align: center;
}
.sl-slider h2 div.h2_inner {
    margin: 0 auto;
    max-width: 940px;
    text-align: center;
    
}
.sl-slider h2 div {
    padding: 0;
}
	.sl-slider blockquote {
		font-size: 16px;
	}

	#slider .nav-arrows span.nav-arrow-prev {
		top: 30%;
	}
	#slider .nav-arrows span.nav-arrow-next {
		top: 30%;
	}


#cart-table.edit .icon-td {
	display: none;
}
#cart-table.edit .item-td {
	width: 40%;
}
#cart-table.edit .qty-td {
	width: 20%;
}
#cart-table.edit .total-td {
	width: 20%;
}
#cart-table.edit .x-td {
	width: 20%;
}

#cart-table.confirm .icon-td {
	display: none;
}
#cart-table.confirm .item-td {
	width: 40%;
}
#cart-table.confirm .qty-td {
	width: 23%;
}
#cart-table.confirm .total-td {
	width: 23%;
}

.student_row td {
	display: block;
}

#email-class {
	width: 100%;
}


}


.faculty_list {
	width:31%;
	height:400px;
	margin:0 2% 20px 0;
	float:left;
}
.faculty_list .photo {
	height: 200px;
}
.faculty_list h2 {
	font-size: 22px;
	margin: 5px 0;
}

.account_home #main_content .account .photo {
	float: left;
	border: 0;
	padding: 0;
	padding-right: 20px;
}
.account_home #main_content .account h2 {
	padding-top: 30px;
}



/* pop up application */
#mbg {
	display: none;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.modal2 {
	position: fixed;
	top: 100px;
	left: 100px;
	right: 100px;
	background: #fff;
	padding: 20px 50px 50px;
	border: 1px solid grey;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	border-radius: 2px;
	z-index: 10001;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	max-height: 80%;
}

.modal2 .close {
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
}

.apply_form h2, .signup_form h2 {
	font-family: TheHandBold;
	font-size: 65px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 10px 0;
	line-height: 52px;
	border-bottom: none !important;
	color: #4f7b7a;
}
.apply_form h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.apply_form p, .signup_form p {
    color: #444;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
 }
 .opener {
 	cursor: pointer;
 	font-weight: bold;
 	
 }

 .c {
 	text-align: center;
 	
 }

 .button.green:hover {
    transform: scale(1.1);
    z-index: 1000;
}
.apply_cancel {
	margin-bottom: 50px;
}

tr.cdow td {
	width: 14%;
}

.grid {
    clear: left;
    margin: 20px 0;
    vertical-align: top;
}


.grid blockquote {
    background: #eeeeee none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: inline-block;
    font-style: inherit;
    height: 300px;
    margin: 0 2px 6px 0;
    padding: 10px;
    vertical-align: middle;
    width: 32%;
    overflow: hidden;
}
.grid.headlines blockquote {
    margin: 0 6px 6px 0;
    height: 110px;
	text-align: center;
	display: table;
	float: left;
}
.grid.headlines blockquote h2 {
	display: table-cell;
	vertical-align: middle;
	
}
.grid blockquote h2 {
	margin: 0;
}
.grid blockquote h2 a {
	color: white;
}



.grid .blockquote {
    background: #eeeeee none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: inline-block;
    font-style: inherit;
    height: 300px;
    margin: 0 2px 6px 0;
    padding: 10px;
    vertical-align: middle;
    width: 32%;
    overflow: hidden;
}
.grid.headlines .blockquote {
    margin: 0 6px 6px 0;
    height: 110px;
	text-align: center;
	display: table;
	float: left;
}
.grid.headlines .blockquote h2 {
	display: table-cell;
	vertical-align: middle;
	
}
.grid .blockquote h2 {
	margin: 0;
}
.grid .blockquote h2 a {
	color: white;
}


.grid .blockquote:nth-child(1), .grid .blockquote:nth-child(7) {
	background: rgba(178,172,62,0.5);
}
.grid .blockquote:nth-child(1):hover, .grid .blockquote:nth-child(7):hover {
	background-color: rgba(178,172,62,0.9);
}






.grid blockquote:nth-child(1), .grid blockquote:nth-child(7) {
	background: rgba(178,172,62,0.5);
}
.grid blockquote:nth-child(1):hover, .grid blockquote:nth-child(7):hover {
	background-color: rgba(178,172,62,0.9);
}

.grid blockquote:nth-child(2), .grid blockquote:nth-child(8) {
	background: rgba(82,123,125,0.5);
}
.grid blockquote:nth-child(2):hover, .grid blockquote:nth-child(8):hover {
	background-color: rgba(82,123,125,0.9);
}

.grid blockquote:nth-child(3), .grid blockquote:nth-child(9) {
	background: rgba(59,86,45,0.5);
}
.grid blockquote:nth-child(3):hover, .grid blockquote:nth-child(9):hover {
	background-color: rgba(59,86,45,0.9);
}



.grid blockquote:nth-child(4), .grid blockquote:nth-child(10) {
	background: rgba(244,123,17,0.5);
}
.grid blockquote:nth-child(4):hover, .grid blockquote:nth-child(10):hover {
	background-color: rgba(244,123,17,0.9);
}

.grid blockquote:nth-child(5), .grid blockquote:nth-child(11) {
	background: rgba(59,86,45,0.5);
}
.grid blockquote:nth-child(5):hover, .grid blockquote:nth-child(11):hover {
	background-color: rgba(59,86,45,0.9);
}
.grid blockquote:nth-child(6), .grid blockquote:nth-child(12) {
	background: rgba(178,172,62,0.5);
}
.grid blockquote:nth-child(6):hover, .grid blockquote:nth-child(12):hover {
	background-color: rgba(178,172,62,0.9);
}

@media only screen and (max-width: 780px) {
	.grid blockquote {
		width: 100%;
		height: auto;
	}

}
.search_result {
	margin-top: 10px;
	margin-bottom: 40px;
}
.search_result .photo {
	float: left;
	margin: 5px 15px 10px 0;
}
.search_result h3 {
	margin-top: 0px;
}
.search_result h4 {
	margin: 0;
}

#mainmenu ul.mainnav > li:last-of-type a {
    color: #8d4424 !important;
}
.whos_working {
	background: #f2f2f2;
}
#extrasinner #ww h2 a {
	color: #000;
}
#extras.pb {
	padding-top: 50px;
	background: #f2f2f2;
}
#extrasinner #wots h2 a {
	color: #000;
}
#extras .brickhouse {
	clear: both; 
	background-image: url("/wp-content/uploads/2017/03/bricks_homepage-V2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	background-position: center center;
	padding: 40px 10px;
	box-sizing: border-box;
}
#extras .brickhouse h2.bricks_heading {
	font: 72px/84px "TheHandBold";
}
#extras .brickhouse h2 {
	margin: 10px 0px;
	font: 44px/46px "TheHandBold";
	letter-spacing: 5px;
	color: #fff;
}
#extras .brickhouse h2 a {
	color: #4f7b7a;
}
#extras .brickhouse h3 {
	margin: 0 auto 15px;
	font-family: "open sans";
	font-weight: 700;
	max-width: 220px;
	color: #000;
	text-transform: uppercase;
}
#extras .brickhouse .photo img {
	display: block;
	margin: 0 auto;
}
#extras .brickhouse p {
	font-size: 14px;
	line-height: 1.5;
	font-family: "open sans";
	margin-bottom: 25px;
}
.brick_block {
    background: #fff;
    width: 300px;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px;
	vertical-align: middle;
	height: 420px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
.align_bottom {
    display: block;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 50px);
}
.color_block.a {
	margin: 50px 0px;
}
#global-search:active,
#global-search:focus {
	border: solid 1px #4f7b7a !important;
	background: #fff !important;
	outline: none;
}
.teamwidget {
    margin-top: 50px;
}
/* end 7-14-16 */

#headerin {
	position: relative;
}
.logged-in #header,
.logged-in #container {
	top: 32px;
}
.color_block .subscribe_email {
    margin-bottom: 0px;
    max-width: 222px;
    padding: 8px 20px;
    box-sizing: border-box;
    height: 50px;
    width: 100%;
}
#extras .newsletter p {
	cursor: pointer;
	width: auto;
	border: 2px solid #8d4424;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 30px;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0px;
	text-align: center;
	color: #666;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;

}
#extras .newsletter p:hover {
	border: solid 2px #d8d8d8;
}

a.join-link {
	cursor: pointer;
    width: auto;
    border: 2px solid #8d4424;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 30px;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px;
    text-align: center;
	color: #666;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
a.join-link:hover {
	border: solid 2px #d8d8d8;
}
.color_block a {
	max-width: 350px;
	width: 100%;
}
#extrasinner .wots-page-item .photo {
    width: 130px;
}
.wots-page-item .text {
    margin-left: 150px;
    text-align: left;
}
.icon.circle {
    border-radius: 50%;
    height: 130px;
    width: 130px;
}
.subscribe_success p {
	max-width: 600px;
	margin: 10px auto 0px;
}
.color_block button {
    padding: 8px 10px;
    box-sizing: border-box;
    height: 50px;
    width: 90px;
}
#extrasinner h2,
.teamwidget h2,
.serviceswidget h2,
#footerinner h2,	
#extrasinner .color_block.a h2,
.servicespost h2.entry-title a,
.servicespost h2.entry-title,
h2.bricks_heading {
	font-family: "open sans";
	font-size: 26px;
	color: #000;
	font-weight: 500;	
	letter-spacing: 3px;
	line-height: 26px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2.bricks_heading {
	margin-bottom: 20px;
}
.subscribe_success {
	color: #000;
}
#menu-cart {
	position: absolute;
	right: 36px;
	top: 4px;
    font-size: 24px;
    margin: 0 10px 0;
	color: #ccc;
}
#menu-cart a {
	color: #ccc;
}
.row_search_asc {
	position: absolute;
	right: 90px;
	top: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;	
}
.row_search_asc .fa {
	background: #fff;
	padding: 0px 3px;
    cursor: pointer;
    font-size: 21px;
    color: #ccc;
    left: -2px;
    position: relative;
    display: block;
    z-index: 2;
    top: 5px;
}
.search_asc {
	display: none;
    position: absolute;
    top: 0px;
    right: 0px;
}
#global-search {
    width: 200px;
    height: 25px;
    padding-left: 10px;
	padding-right: 2px;
	border: 1px solid rgba(0,0,0,.25);
	background: rgb(255, 255, 255);
	-webkit-appearance: none;
}
.faculty_list_top_container {
    margin: 25px 0px 40px;
    max-width: 630px;
}
.faculty_list_top_container .faculty_list_top_right h2 {
	margin-top: 0px;
}
.faculty_list_top_container  h2.studio_director {
	margin: 0px 0px 10px;
    text-transform: uppercase;
    padding-bottom: 2px;
	border-bottom: 1px solid rgba(0,0,0,.15);
	padding-top: 15px;
	color: #3c5930;
}
.faculty_list_top_container .faculty_list_top_left img {
	width: 100%;
	max-width: 180px;
}
.faculty_list_top_container .faculty_list_top_left {
	box-sizing: border-box;
	float: left;
}
.faculty_list_top_container .faculty_list_top_right {
	box-sizing: border-box;
	width: 70%;
	padding-left: 10px;
	float: left;
}
.faculty_list.instructor_8 {
	display: none;
}
.teampost.people_8 img {
    width: 100%;
}
.select-menu {
    margin-top: 30px;
    max-width: 150px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}

/*
.mainnav {
    display: block;
}
.select-menu {
    display: none;
}
*/
@media only screen and (max-width: 1000px) {
	#global-search {
		width: 150px;
	}

	#footer ul.sub-menu {
		display: none;
		
	}

	#footerinner .widgets {
		width: 100%
	}

	#footerinner .widgets.newsletter, #footerinner #text-9 {
		width: 100%
	}
.mainnav li li {
	padding: 0 5px 0 0;
}

.mainnav li li a,
.mainnav li li a:link,
.mainnav li li a:visited
{
	font: 18px/20px "Open Sans";
	padding: 10px 0 10px 12px;
}



}
@media only screen and (max-width: 500px) {
	#extrasinner .wots-page-item .photo,
	.wots-page-item .photo {
		width: auto;
		
	}
	.wots-page-item .icon {
		display: block;
	    float: none;
	    margin: 0 auto;
	}
	.wots-page-item .t_text {
		margin-left: 0;
		text-align: center;
	}
	.wots-page-item .text {
		margin-left: 0;
		text-align: center;
		
	}
	#contentwrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.table {
		width: auto !important;
	}
	.table tr {
		display: block;
		border-bottom: 1px solid #dddddd;
	}
	.table th {
		border: none !important;
		width: auto !important;
	}
	.table td {
		display: block;
		width: 100% !important;
		border: none !important;
		text-align: left !important;
		padding: 5px;
	}
	.yat tr {
		display: block;
		border-bottom: 1px solid #dddddd;
	}
	.yat td {
		display: block;
		width: 100% !important;
		border-bottom: none;
	}
}
@media only screen and (max-width: 640px) {
	.yat input[type="text"] {
		width: 100% !important;
	}
}


@media only screen and (max-width: 750px) {
	#extras .brickhouse	#extrasinner {
		padding: 0px;
	}
	#extras .brickhouse {
		height: auto;
		background-position: center center;
		padding: 40px 0px;
	} 
	.brick_block {
		margin: 10px 0px;
	}
}
@media only screen and (max-width: 890px) {
	#logo img {
    	height: 65px;
	}
	#mainmenu {
	    margin-top: 5px;
	}	
	.row_search_asc {
		position: absolute;
		right: 10px;
		top: 5px;
	}
	#headerin {
		padding-top: 25px;
	}
	#logo {
		margin-bottom: 20px;
	}
	.search_asc {
		display: block;
	}
	.row_search_asc {
		right: calc(50% - 82px);
	}
}

.signup_row .block {
    display: inline-block;
    margin: 5px 1%;
    text-align: center;
    vertical-align: top;
    width: 47%;
}
.signup_row .block p {
	text-align: center;
}
.signup_container h3 {
	font-weight: bold;
	margin: 0;
	text-align: left;
}
.signup_row h3 {
	color: #4f7b7a;
	text-align: center;
	
}
.checkbox_container {
    clear: left;
}
.login.opener {
    border: 3px solid #8e4424 !important;
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    margin: 0 0 10px;
    transition: all 0.7s ease 0s;
    max-width: 100%;
}
.claim.opener {
    border: 3px solid #b2ac3e !important;
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    margin: 0 0 10px;
    transition: all 0.7s ease 0s;
    max-width: 100%;
}
.join.opener {
    border: 3px solid #538312 !important;
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    margin: 0 0 10px;
    transition: all 0.7s ease 0s;
    max-width: 100%;
}
#idFacebookLoginBtn {
    border: 3px solid #3B5998 !important;
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    margin: 0 0 10px;
    transition: all 0.7s ease 0s;
    max-width: 100%;
}
.goog_link {
	display: inline-block;
	border: 3px solid red !important;
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    margin: 0 0 10px;
    transition: all 0.7s ease 0s;
    max-width: 100%;
    padding: 8px 25px;
    width: auto;
    text-transform: uppercase;
}
.goog_link:hover {
    color: #242424;
    background: #eaeaea;
}
.signup_form.modal2 {
	display: none;
    position: fixed;
    top: 50px;
    left: 100px;
    right: 100px;
    background: #fff;
    border: 1px solid grey;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border-radius: 2px;
    z-index: 10000;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
	padding: 0px;
    box-sizing: border-box;
}
.modal2_popped .signup_form.modal2, .modal2_popped #mbg {
	display: block;
}
.signup_form .signup_inner, #claim_div .claim2, #create_div .join, #fb_div .fb2 {
	padding: 5% 10%;
    box-sizing: border-box;
}
.fb3 {
	padding: 20px 0;
}

.signup_form .apply_form h2, 
.signup_form .signup_form h2,
.non_modal_account_forms h2 {
    font-family: TheHandRegular;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 60px;
    color: #4f7b7a;
    box-sizing: border-box;
    line-height: 45px;
}

.signup_form .signup_form h2.ready_to_join,
.non_modal_account_forms h2.ready_to_join {
	display: inline-block;
	font-size: 50px;
    box-sizing: border-box;
	margin: 15px 0px 0px;
	line-height: 1;	
	border: 0px !important;
}
.non_modal_account_forms h2.ready_to_join {
	font-size: 45px;
}
.non_modal_account_forms .wpcf7-submit {
    position: relative;
	margin: 0px;
}
.non_modal_account_forms .wpcf7 {
	margin-top: -25px;
}
.non_modal_account_forms .join_submit_block .wpcf7-submit {
    position: relative;
	margin: 0px;
	left: 10px;
	top: -12px;
}

.non_modal_account_forms form[name="claim"] #email_address {
	margin-top: 10px;
}
.non_modal_account_forms .join_submit_block {
	margin-top: 20px;
	text-align: center;
}

.adv p,
.beg {
    padding: 10px 10px 20px 30px;
    line-height: 1.35;
    letter-spacing: .25px;
}
.adv input:first-of-type {
	margin-right: 30px;
}
.signup_form .apply_form p, 
.signup_form .signup_form p,
.non_modal_account_forms label,
.signup_form label {
    font-size: 16px;
	line-height: 1.5;
	color: #212121;
    font-style: normal;
	letter-spacing: .25px;
    box-sizing: border-box;
}
.signup_form .checkbox_left,
.signup_form .checkbox_right,
.non_modal_account_forms .checkbox_left,
.non_modal_account_forms .checkbox_right {
	float: left;
	letter-spacing: .25px;
	line-height: 1.25;
	margin: 5px 0px;
}
.signup_form .checkbox_left,
.non_modal_account_forms .checkbox_left {
	margin-right: 10px;
}
.signup_form .create_account_block .adv p,
.non_modal_account_forms .create_account_block .adv p {
	margin-bottom: 20px;
}
/*
.signup_form .checkbox_left input[type="checkbox"],
.non_modal_account_forms .checkbox_left input[type="checkbox"] {
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;
}
*/
.signup_form .checkbox_container,
.non_modal_account_forms .checkbox_container {
	overflow: hidden;
	text-align: left;
}
.signup_form .wpcf7 {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 0px;
}
.signup_form .half,
.non_modal_account_forms .half {
	width: 50%;
    box-sizing: border-box;
	margin-right: 0px;
	padding-left: 7px;
	padding-right: 0px;
	margin: 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="password"] {
    padding: 10px 20px;
    margin-bottom: 0px;
    margin-top: 3px;
    width: 100%;
    border: solid 1px #ccc;
    height: 50px;
    font-family: 'Open Sans', arial, sans-serif;
    color: #000;
    background: none;
    font-weight: 600;
    box-sizing: border-box;
}
.wpcf7 input[type="file"] {
    height: auto !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	background: #fff !important;
	transition: background-color 5000s ease-in-out 0s;
}
 
.wpcf7 input[type="text"]:active,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:active,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="password"]:active,
.wpcf7 input[type="password"]:focus,
.wpcf7 textarea:active,
.wpcf7 textarea:focus {
/*	outline: none;
	border: solid 1px #4f7b7a !important;
	background: #fff !important; */
}
.signup_form .form-group,
.non_modal_account_forms .form-group {
	margin-bottom: 10px;
}

.signup_form .checkbox,
.non_modal_account_forms .checkbox {
	float: left;
	width: 20px;	
}
.checkbox_container {
    clear: left;
    margin-top: 20px;
}
.checkbox_left {
	float: left;
	width: 30px;
}
.checkbox_right {
	width: calc(100% - 60px);
	text-align: left;
	float: right;
}
.smaller .checkbox_left {
    margin: 0;
}
.smaller .checkbox_right {
    font-size: 14px;
    margin: 0;
}
.join_submit_block {
    clear: both;
    padding-top: 1px;
    text-align: center;
}
.join_submit_block button {
    margin-top: 20px;
}

.signup_form .checkbox,
.non_modal_account_forms .checkbox {
  width: 20px;
  position: relative;
    margin: 0;
}
/*
.signup_form .checkbox label,
.non_modal_account_forms .checkbox label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #8d4424 ;
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}

.signup_form .checkbox label:after,
.non_modal_account_forms .checkbox label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.signup_form .checkbox .checkbox label:hover:after,
.non_modal_account_forms .checkbox .checkbox label:hover:after {
  opacity: 0.3;
}

.signup_form .checkbox input[type=checkbox],
.non_modal_account_forms .checkbox input[type=checkbox] {
  visibility: hidden;
}
*/
.signup_form .checkbox input[type=checkbox]:checked + label:after,
.non_modal_account_forms .checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.signup_form .phone_password_block {
	display: none;
	margin-top: 10px;
}
.wpcf7 textarea {
    margin-bottom: 0px;
	box-sizing: border-box;
}
.signup_form .show_reclaim_form,
.non_modal_account_forms h3.opener { 
	cursor: pointer;
	line-height: 1;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
    margin: 10px auto 0px;
    font-weight: bold;
    font-size: 18px;
    color: #242424;
    border: 3px solid #b2ac3e;
    padding: 12px 30px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
    box-sizing: border-box;
}
.signup_form .show_reclaim_form:hover,
.non_modal_account_forms h3.opener:hover {
	transform: scale(1.1);
	z-index: 1000;
	color: #e8f0de !important;
	background: #b2ac3e !important;
	border-color: transparent !important;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
    box-sizing: border-box;
}
.non_modal_account_forms h3.opener {
	color: #fff;
	background: #425d34;
	border-color: #425d34 !important;
}
.non_modal_account_forms h3.opener:hover {
	color: #425d34 !important;
	opacity: 1;
	background: #fff !important;
	border-color: #425d34 !important;
}
.signup_form .apply_form p.top_blurb,
.signup_form .signup_form p.top_blurb {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 25px;
    box-sizing: border-box;
}
.signup_form p.reclaim .opener {
	color: #b2ac3e;
	font-weight: bold;
    box-sizing: border-box;
}
.signup_form .login_block {
}
.signup_form .reclaim_block h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #646464; 
	color: #212121;
	line-height: 2;
    box-sizing: border-box;
}
.signup_form .openee.claim2 {
    margin-bottom: -8px;
}	
.signup_form .reclaim_block {
    box-sizing: border-box;
}
.join_submit_block button {
    margin: 10px auto 0;
    display: block;
    
}

.serviceswidget {
    margin-left: 13%;
    width: 75%;
}

@media only screen and (max-width: 1000px) {
	.signup_form.modal2, .apply_form.modal2 {
		left: 20px;
		right: 20px;
	}
	.signup_row .block {
		display: block;
		width: auto;
	}
	.signup_row .block button {
	}
	.signup_row .block p {
	}
}
@media only screen and (max-width: 480px) {
	.signup_form.modal2, .apply_form.modal2 {
	    left: 0;
	    max-height: none;
	    position: fixed;
	    right: 0;
	    top: 0;
	    height: 100%;
	    overflow: auto;
	    padding: 15px;
    }
	.signup_form .half, .non_modal_account_forms .half {
		width: 100%;
	}
}

.error_msg {
	font-weight: bold;
	color: red;
}
.cart-controls > p {
    margin: 20px 0;
    text-align: right;
}

#cart_count {
    color: black;
    font-size: 20px;
    position: relative;
    right: 18px;
    top: -17px;
}
img.zoom   {
    transition: all 0.7s ease 0s;
}
img.zoom:hover
 {
    transform: scale(1.1);
    z-index: 1000;
}

input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
}
#create_div h2 {
	margin-top: 0;
}
#create_div .checkbox_container {
	margin-top: 0;
}

		.nav-tabs, .nav-pills {
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
    content: "";
    display: table;
}
.nav-tabs:after, .nav-pills:after {
    clear: both;
}
.nav-tabs > li, .nav-pills > li {
    float: left;
}
.nav-tabs > li > a, .nav-pills > li > a {
    line-height: 14px;
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
}
.nav-tabs {
    border-bottom: 1px solid #DDDDDD;
list-style: none;
padding-bottom: 5px;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding-bottom: 9px;
    padding-top: 9px;
}
.nav-tabs > li > a:hover {
    border-color: #EEEEEE #EEEEEE #DDDDDD;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD #DDDDDD transparent;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
.nav-pills > li > a {
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.nav-pills .active > a, .nav-pills .active > a:hover {
    background-color: #0088CC;
    color: #FFFFFF;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li > a {
    margin-right: 0;
}
.nav-tabs.nav-stacked {
    border-bottom: 0 none;
}
.nav-tabs.nav-stacked > li > a {
    border: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
    border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
    border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
    border-color: #DDDDDD;
    z-index: 2;
}
.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
    border-width: 1px;
    margin-top: 1px;
}
.nav-pills .dropdown-menu {
    border-radius: 4px 4px 4px 4px;
}
.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
    border-top-color: #0088CC;
    margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
    border-top-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
    border-top-color: #333333;
}
.nav > .dropdown.active > a:hover {
    color: #000000;
    cursor: pointer;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
    background-color: #999999;
    border-color: #999999;
    color: #FFFFFF;
}
.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
    border-top-color: #FFFFFF;
    opacity: 1;
}
.tabs-stacked .open > a:hover {
    border-color: #999999;
}
.tabbable {
}
.tabbable:before, .tabbable:after {
    content: "";
    display: table;
}
.tabbable:after {
    clear: both;
}
.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
    border-bottom: 0 none;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}
.tab-content > .active, .pill-content > .active {
    display: block;
}
.tabs-below .nav-tabs {
    border-top: 1px solid #DDDDDD;
}
.tabs-below .nav-tabs > li {
    margin-bottom: 0;
    margin-top: -1px;
}
.tabs-below .nav-tabs > li > a {
    border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #DDDDDD;
}
.tabs-below .nav-tabs .active > a, .tabs-below .nav-tabs .active > a:hover {
    border-color: transparent #DDDDDD #DDDDDD;
}
.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
    float: none;
}
.tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    margin-bottom: 3px;
    margin-right: 0;
    min-width: 74px;
}
.tabs-left .nav-tabs {
    border-right: 1px solid #DDDDDD;
    float: left;
    margin-right: 19px;
}
.tabs-left .nav-tabs > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.tabs-left .nav-tabs > li > a:hover {
    border-color: #EEEEEE #DDDDDD #EEEEEE #EEEEEE;
}
.tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #DDDDDD;
}
.tabs-right .nav-tabs {
    border-left: 1px solid #DDDDDD;
    float: right;
    margin-left: 19px;
}
.tabs-right .nav-tabs > li > a {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}
.tabs-right .nav-tabs > li > a:hover {
    border-color: #EEEEEE #EEEEEE #EEEEEE #DDDDDD;
}
.tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active > a:hover {
    border-color: #DDDDDD #DDDDDD #DDDDDD transparent;
}


.class_list_item #myTab {
	margin-top: 30px;
	font-weight: bold;
	
}

.saved_cc label {
    display: block;
    margin-bottom: 30px;
}
.saved_cc input {
    display: inline;
    float: left;
    margin: 0 20px 0 10px;
    width: auto;
}

p.full {
	font-weight: bold;
	color: #BC4531;
	margin-top: 20px;
	font-size: 20px;
}

.r {
    text-align: right;
}
@media only screen and (max-width: 660px) {
	.hide-mobile {
		display: none;
	}
}
@media only screen and (min-width: 661px) and (max-width: 999px) {
	.hide-tablet {
		display: none;
	}
}
@media only screen and (min-width: 1000px) {
	.hide-desktop {
		display: none;
	}
}
#cart label {
	display: block;
	margin: 10px 0;
	color: inherit;
	font-size: inherit;

}
#cart label input {
	display: inline;
	width: auto;
	height: inherit;
	
}
.test.class {
    float: left;
    margin: 0 20px 20px 0;
}

.btn {
    border: 1px solid #b0aa3c;
    font-weight: bold;
    margin: 0 10px 10px 0;
    padding: 10px;
}
.btn.active {
    border: 1px inset #b0aa3c;
}

.blog_subscribe {
	color: #444;
}
.blog_subscribe h2 {
	font-size: 20px;
	font-weight: 400;
	color: #b0aa3c !important;
	border-bottom: 1px solid #4b7d7c;
}
.blog_subscribe .subscribe_form {
	text-align: right;
}
.subscribe_form button {
	margin-top: 15px;
    background: #4b7d7c;
    color: #fff;
}
.blog_subscribe_success {
	display: none;
	margin-top: -20px;
	color: #4b7d7c;
	font-weight: bold;
}
#rightbar aside {
	margin-bottom: 30px;
}

@media print {
	#header: {display: none !important;}
	#headerin: {display: none !important;}
	#account_menu_div: {display: none !important;}
	#search_div: {display: none !important;}
	#login_div: {display: none !important;}
	#create_div: {display: none !important;}
	#claim_div: {display: none !important;}
	#logo: {display: none !important;}
	#header #headerin #mainmenu: {display: none !important;float: none; width: 0;}
	#rightbar: {display: none !important;}
	#footer: {display: none !important;}
	#content{ margin-left:0; 
     float:none; 
     width:auto; }
}
