@media (max-width: 480px) {
.elastic {
width: 100%;
}
#popupContact {
	max-width:90%;
}
}
.uk-container {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #EDEDEC),
	color-stop(0.3, #FAFAFA)
);
background-image: -o-linear-gradient(bottom, #EDEDEC 0%, #FAFAFA 30%);
background-image: -moz-linear-gradient(bottom, #EDEDEC 0%, #FAFAFA 30%);
background-image: -webkit-linear-gradient(bottom, #EDEDEC 0%, #FAFAFA 30%);
background-image: -ms-linear-gradient(bottom, #EDEDEC 0%, #FAFAFA 30%);
background-image: linear-gradient(to bottom, #EDEDEC 0%, #FAFAFA 30%);
	-webkit-box-shadow: 0 6px 15px 15px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 6px 15px 15px rgba(0,0,0,.4);
	        box-shadow: 0 6px 15px 15px rgba(0,0,0,.4);
}
#topbar {
	background: #353637;
	height: 15px;
}
#logo {
	margin: 15px 0 10px 10px;
	max-width: 400px;
	float: left;
	width:98%;
}
.tm-headerblock {
	margin: 0px 0 5px;
	float:right;
	width:240px;
}
.educational-disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
}
.contact-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #204777;
	font-weight: bold;
	text-align: right;
	float: right;
	max-width: 300px;
}
.enroll-now {
	float: right;
	max-width: 300px;
}
#navbar-wrapper {
	background:#19385B;
	height: 5px;
}
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D8E5F5;
	background-image: -o-linear-gradient(bottom, #4181b1 10%, #2D6188 60%, #235274);
	background-image: -moz-linear-gradient(bottom, #4181b1 10%, #2D6188 60%, #235274);
	background-image: -webkit-linear-gradient(bottom, #4181b1 10%, #2D6188 60%, #235274);
	background-image: -ms-linear-gradient(bottom, #4181b1 10%, #2D6188 60%, #235274);
	background-image: linear-gradient(to bottom, #4181b1 10%, #2D6188 60%, #235274);
	margin: 0;
	padding: 8px 20px 5px;
}
#breadcrumbs a {
	color: #D8E5F5;
}
.tm-main {
	padding-left:10px;
}
.tm-middle {
	margin-top: 20px;
}
.tm-content {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 15px;
	-webkit-box-shadow: inset 0 0px 10px 0px rgba(0,0,0,.2);
	   -moz-box-shadow: inset 0 0px 10px 0px rgba(0,0,0,.2);
	        box-shadow: inset 0 0px 10px 0px rgba(0,0,0,.2);
}
.tm-main-bottom {
	margin-top: 20px;
}
#main-bottom-border {
	background: #333333;
	height: 10px;
}
.slideshow_lodging {
	float:right;
	width:225px;
	margin: 0 0 5px 10px;
}
.slideshow_facility_bikes, .slideshow_facility_tools, .slideshow_home {
	float:right;
	width:300px;
	margin: 0 0 5px 10px;
}
#copyright {
	margin-top:20px;
}
.signature, .signature a {
	font-style: italic;
}
.uk-panel-box.quotes {
	padding: 10px;
}
div.quotes .quote p {
	font-style: italic;
}
div.quotes .author {
	color: #204777;
	font-weight: bold;
	float: right;
	text-align: right;
}
img.marginleft10 {
	margin-left: 10px;
}
img.marginright10 {
	margin-right: 10px;
}

/* begin forms */
.chronoform, .chronoform a {
	display:none;
}
.recaptchatable #recaptcha_response_field {
	background: #ffffdd;
	font-size: 18px !important;
}
input, select, textarea, button {
	border: 1px solid #000000;
}
textarea, input[type="text"], input[type="password"], select {
	font-size: 18px;
}
.formInput, .field-wrapper input {
	min-width: 300px;
}
input.formInput, input#recaptcha_response_field, select.formInput, .field-wrapper input {
	height: 40px;
}
input[type="file"] {
	height: 40px;
}
.field-wrapper {
	margin-bottom: 20px;
}
#agreed_field {
	min-width: 40px;
}
#payment_id_1, #payment_id_2 {
	margin-bottom: 20px;
}
select.formInput, select.inputbox {
-webkit-appearance:none;
-webkit-border-radius:0;
height:40px;
min-width: 300px;
font-size: 18px;
line-height: 22px;
}
.formLabel {
}
#recaptcha_table {
	border: 1px solid #cccccc;
}
.recaptchatable {
	background: #ffffff;
}
input[type="button"], input[type="submit"] {
	margin-top: 20px;
}
input[type="radio"] {
    margin-right: 5px;
}
select, input, textarea, button {
	font: normal 18px/26px "OpenSansRegular", sans-serif;
}
button, input[type="button"], input[type="submit"] {
	min-height: 40px;
	padding: 10px 20px;
	background:#FFFFDD;
}
.checkboxWrapper {
	clear: both;
	margin-bottom: 5px;
}
.formInput.checkbox {
	float: left;
	margin-right: 15px;
	-ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
	width: auto;
	height: auto;
}
#recaptcha_logo, #recaptcha_privacy, #recaptcha_whatsthis {
	display: none;
}
img#recaptcha_reload {
	width: 50px;
	height: 30px;
}
img#recaptcha_switch_audio {
	width: 50px;
	height: 20px;
}
.acknowledgment-wrapper {
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 10px 0 0;
}
#security-wrapper {
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 20px 0;
}
input.required, select.required, .radioRequired, textarea.required {
	background: #FCFCD5;
}
span.radioRequired {
	margin-right: 20px;
}
.zoghide {
	display: none;
}
.zogshow {
	display: block;
}
iframe[src="about:blank"]{
	display:none;
}
#adminForm label {
	display:block;
}
.bigcheckbox {
	transform: scale(2);
	margin: 0 10px;
}
@media (max-width: 459px) {
#recaptcha_reload, #recaptcha_switch_audio_btn {
	display: none;
}
}
#courseSelect {
	clear: both;
}
.class-row {
	clear:both;
	width: 100%;
	float: left;
	padding: 8px 0;
}
.class-row-even {
	background: #e1e1e1;
}
.class-row-odd {
	background:#fafafa;
}
.class-row-class {
	width: 55%;
	float: left;
}
.class-row-date {
	width: 45%;
	float: left;
}
@media (max-width: 959px) {
.class-row-class {
	width:100%;
	float: left;
}
.class-row-date {
	width:100%;
	float: left;
}
}
@media (max-width: 769px) {
.class-row-class {
	width:55%;
	float: left;
}
.class-row-date {
	width:45%;
	float: left;
}
}
@media (max-width: 649px) {
.class-row-class {
	width:100%;
	float: left;
}
.class-row-date {
	width:100%;
	float: left;
}
}
/* end forms */
/* begin store */
.orderby-displaynumber .display-number {
	display:none;
}
.orderby-displaynumber {
	display:none;
}
#details-product-images-container {
	float: left;
	width: 250px;
	margin: 0 10px 0 0;
}
@media (max-width: 459px) {
#details-product-images-container {
	width: 100%;
}
}
.vm-img-desc {
	display: none;
}
.back-to-category {
	display:none;
}
#details-product-name {
}
#details-product-name h1 {
	font-size: 30px;
	line-height: 36px;
}
#details-product-price {
	font-size: 24px;
	line-height: 30px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 10px;
}
#details-product-description {
}
#details-add-to-cart-wrapper {
	float: left;
}
input[type="submit"].addtocart-button {
	margin-top: 0;
}
input.quantity-controls {
	min-height:0;
	padding: 0;
}
.category-view {
	clear: both;
}
#vmCartModule .vm_cart_products {
	margin-bottom: 10px;
	border-bottom: 1px dashed #cccccc;
}
.category-product-title h2 {
	font-size: 30px;
	line-height: 36px;
}
.category-product-image {
	float: left;
	width: 100px;
	margin: 0px 20px 0 0;
}
.category-description-container {
	float: left;
	width: 100%;
}
.category-product-price {
	font-size: 24px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 10px;
}
#category-add-to-cart-wrapper {
	float: left;
}
.formInput.checkbox {
	min-width:20px;
	-ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */ 
}
.login-forgot {
	float: right;
	width: 300px;
	text-align:right;
}
.com-form-login-remember {
	margin-top: 20px;
}
.register-checkout {
	margin: 20px 0;
}
/* end store */