@import url("styles_reset.css");
@import url("styles_base.css");

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
	/*
	  For IE.
	  http: //css-tricks.com/ie-fix-bicubic-scaling-for-images
	*/
  -ms-interpolation-mode: bicubic;
}

q:before,
q:after {
  content: '';
  content: none;
}

svg {
	/*
	  For IE9. Without, occasionally draws shapes
	  outside the boundaries of <svg> rectangle.
	*/
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/*.clearfix {
	display: inline-block;
}*/

*:focus {
	outline: none;
}

body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	color: #686C6F;
}


/*-----------------------------------------
    	Uniform
  -----------------------------------------*/
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("img/uniform.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Checkbox */
div.checker {
  float: left;
  margin: 0 15px 10px 0;
	cursor: pointer; }

  div.checker, div.checker span, div.checker input {
    width: 30px;
    height: 30px;
    cursor: pointer; }

  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0px 0px; }

  	.error div.checker span {
			background-position: 0px -30px; }

    div.checker span.checked {
			background-position: -30px 0px; }

    .error div.checker span.checked {
			background-position: -30px -30px; }

  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }


/* Radio */
div.radio {
  margin: 0 10px 10px 0;
  margin: 0 1px 1px 0;
	cursor: pointer; }

  div.radio, div.radio span, div.radio input {
    width: 30px;
    height: 30px;
    cursor: pointer; }

  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: -60px 0px; }

    .error div.radio span {
			background-position: -60px -30px; }

    div.radio span.checked {
      background-position: -90px 0px; }

    .error div.radio span.checked {
      background-position: -90px -30px; }

  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }


/*-----------------------------------------
    	FlexSlider
  -----------------------------------------*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; height: auto; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;z-index: 9;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

/* Fix so that the Flexslider displays properly on first load due to the images having height set to "auto" */
/*.flex-viewport {height: auto!important;}*/

.carousel li {margin-right: 5px}

.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter: alpha(opacity=30); cursor: default;}

.flex-control-nav {width: 100%; position: absolute; bottom: -40px; margin: 0px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


/*-----------------------------------------
    	Share links
  -----------------------------------------*/
.shareLinks {
	padding-top: 0px !important;
}
.shareLinks ul {
	line-height: 120%;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
}
.shareLinks ul li {
	background-position: 4px 6px;
}


/*-----------------------------------------
    	Courses
  -----------------------------------------*/

.course .box {
	margin-bottom: 25px;
}
.courseId li {
	font-size: 14px;
	display: inline-block;
	margin: 0 15px 10px 15px;
	font-weight: 600;
}
.courseId li:last-child {
	margin-top: 5px;
	float: right;
}
.courseInfo {
	background-color: #F7F7F7;
	padding: 8px 15px;
	font-size: 13px;
	font-weight: 400;
}
.courseInfo .courseTerm {
	padding: 5px 0px 0px 0px;
	width: 100%;
}
.courseInfo p {
	margin: 0px !important;
}
.courseInfo .courseDate {
	float: left;
	width: 60%;
}
.courseInfo .coursePrice {
	float: right;
	width: 37%;
	width: 40%;
	text-align: right;
}
.coursePrice {
	font-size: 12px;
}
.courseInfo .coursePrice strong {
	font-size: 15px;
	font-weight: bold;
}
.courseTestimonial blockquote {
	display: inline;
	font-style: italic;
}
.courseTestimonial strong {
	font-style: normal;
}
.courseTestimonial p {
	display: inline;
}
.courseDetail .booking .calendar {
	float: left;
}
.courseDetail .booking .controls {
	float: right;
	width: 170px;
	text-align: right;
}
.courseDetail .booking .controls select {
	max-width: 100%;
}
.courseDetail .booking h3 {
	margin-top: 0px;
}
.courseDetail .booking #bookingPrice {
	font-size: 3em;
	line-height: 100%;
}
.courseDetail .bookingCalendarLegend {
	margin-top: 1em;
}
.courseDetail .bookingCalendarLegend p {
	float: left;
	margin: 0 15px 0 7px;
}
.courseDetail .bookingCalendarLegend span.unavailable {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	border: 1px solid #F0F0F0;
	background-color: #F6F6F6;
	margin: 2px 7px 0 0;
}
.courseDetail .bookingCalendarLegend span.available {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	border: 1px solid #D3D3D3;
	background-color: #E6E6E6;
	margin: 2px 7px 0 0;
}
.courseList .read_more {
	float: right;
}
.courseList h2 .courseNiche {
	text-transform: uppercase;
	font-size: 0.7em;
	color: #4496D2;
}


/*-----------------------------------------
    	Cart & booking
  -----------------------------------------*/
.shoppingCartInfo {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.cartItems .price  {
	text-align: right;
}
.cartItems .depositHeader {
	font-weight: bold;
}
.cartItems .totalPriceHeader {
	font-weight: normal;
}
.cartItems .amount {
	text-align: center;
}
.cartItems .amountUpdate {
	text-align: center;
}
.cartItems .amount .button {
	display: none;
}
.cartItems .deposit {
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
}
.cartItems .deposit_null {
	display: none !important;
}
.cartItems .totalPrice {
	text-align: right;
}
.cartItems .totalPriceVsDepositHeader_null {
	font-weight: bold;
}
.cartItems .totalPriceVsDeposit_null {
	font-weight: bold;
	font-size: 1.3em;
}
.cartItems .totalPriceVsDepositRow_null {
	border-bottom: 0px;
}
.cartItems .paypalfees {
	text-align: right;
}
.cartItems input.text {
	padding: 2px 5px;
}
.booking_form p {
	width: 100%;
}
.booking_form input.text {
	width: 100%;
}
.booking_form textarea {
	width: 100%;
}
.booking_form fieldset {
	width: 46%;
}


/*-----------------------------------------
    	Videos
  -----------------------------------------*/
iframe.video, .fluid-width-video-wrapper {
	margin-bottom: 10px;
}


/*-----------------------------------------
    	Social Buttons / Top Message
  -----------------------------------------*/
.parentContainer {
	width: 100%;
	background-color: #262a2d;
}
#topBar {
	margin: 0px auto;
	width: 980px;
	background-color: #f0f2f4;
	background-color: #ffffff;
	height: 38px;
	border-bottom: 1px solid #eaeaea;
}
#topMessage {
	margin: 0px auto;
	width: 980px;
	background-color: #f0f2f4;
	background-color: #ffffff;
	border-bottom: 0px solid #eaeaea;
	text-align:center;
}
#topMessage li {display:inline;}
#topMessage ul.links li a {background:none; padding-left: 15px;}
#topMessage img {
	float:left;
	}
#topMessage p {
	padding:10px;	
	font-size: 13px;
}
#socialButtons {
	max-width: 45%;
	float: left;
}
#socialButtons a {
	margin: 6px 0px 6px 13px;
	float: left;
	border: 1px solid #eaeaea;
	border-radius: 25px;
	background-color: #ffffff;
}
#socialButtons p {
	float: left;
	font-size: 11px;
	color: #878b93;
	line-height: 10px;
	margin: 6px 0px 0px 15px;
	padding: 0px 10px 0px 0px;
	font-weight: 400;
}
#socialButtons span {
	float: right;
	text-indent: -99999px;
	height: 18px;
	width: 18px;
	margin: 3px 3px 3px 0px;
	background: url(img/socialButton.png) no-repeat 0px 0px transparent;
}
#facebook span {
	background-position: 0px 0px;
}
#linkedin span {
	background-position: -37px 0px;
}
#twitter span {
	background-position: -75px 0px;
}
#rss span {
	background-position: -114px 0px;
}
#flickr span {
	background-position: -151px 0px;
}

/*-----------------------------------------
    	Language menu
  -----------------------------------------*/
#languageMenu {
	float: right;
	margin: 5px 15px 0 0;
}
#languageMenu li {
	float: left;
	margin: 0 0 0 13px;
}
#mobileLanguageMenu {
	display: none;
	margin: 10px 0 0 0;
	text-align: center;
}
#mobileLanguageMenu li {
	display: inline-block;
	padding: 2px 3px;
	margin: 0;
}
#mobileLanguageMenu li a {
	display: block;
	padding: 2px 5px;
}


/*-----------------------------------------
    	Menu
  -----------------------------------------*/
#logo {
	margin: 8px 0px 10px 16px;
	float: left;
}
#logo img {
	height: 50px !important;
	width: auto !important;
}
#menu {
	width: 100%;
	position: absolute;
	z-index: 99999;
}
#menu section {
	margin: auto;
	width: 980px;
	background-color: #ffffff;
	z-index: 10;
	position: relative;
	height: 72px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mainMenu > ul {
	float: right;
	margin-right: 20px;
	padding-top: 22px;
}
#mainMenu li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	height: 50px;
}
#mainMenu li > a {
	text-transform: uppercase;
	font-size: 12px;
	padding: 25px 0 20px 0;
	color: #6f6b6b;
	font-weight: 400;
	text-decoration: none;
}
#mainMenu li > a:hover {
	text-decoration: none;
}
#mainMenu a:hover {
	color: #76c1f7;
}
#mainMenu li.selected a {
	border-top: 2px solid #76c1f7;
}


/*-----------------------------------------
    	Sub-Menu
  -----------------------------------------*/

#mainMenu .sub-menu {
	position: absolute;
	left: 0;
	top: 50px;
	border-left: 3px solid #6CA7D3;
	display: none;
}
#mainMenu .sub-menu li {
	width: 200px;
	border-top: 1px solid #DFDFDF;
	background: #EFF1F3;
	margin: 0;
	height: auto;
	float: left;
}
#mainMenu .sub-menu a {
	padding: 12px 15px;
	margin: 0;
	font-size: 11px;
	color: #6E6C6C;
	height: 38px;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mainMenu li.selected .sub-menu a {
	border: none;
}
.no-js #mainMenu li:hover .sub-menu {
	display: block;
}
#mainMenu .sub-menu a:hover {
	color: #6CA7D3;
}


/*-----------------------------------------
    	Header Tagline
  -----------------------------------------*/

#tagline {
	width: 100%;
	background-color: #43494c;
	position: absolute;
}
#tagline section {
	width: 980px;
	margin: auto;
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
}
#tagline section p {
	position: relative;
	float: right;
	margin: 100px 55px 28px 0px;
	line-height: 20px;
	z-index: 2;
}
#tagline section b {
	color: #4491c9;
	font-weight: 800;
}

/*-----------------------------------------
    	Header Info
  -----------------------------------------*/

#info {
	width: 100%;
	position: absolute;
	z-index: 999;
}
#info section {
	margin: auto;
	width: 980px;
	position: relative;
}
.element {
	background: none repeat scroll 0 0 #4496d2;
	display: block;
	height: 193px;
	position: absolute;
	width: 100%;
}
.leftElement {
	left: -100%;
}
.rightElement {
	right: -100%;
}
.triangle {
	display: block;
	margin-left: 366px;
	height: 0px;
	width: 0px;
	border-top: 173px solid #4496d2;
	border-left: 0px solid transparent;
	border-right: 100px solid transparent;
	text-indent: -9999px;
}
#info div {
	float: left;
	padding-top: 100px;
	width: 366px;
	background-color: #4496d2;
	color: #ffffff;
}
#info img {
	float: left;
	margin-right: 10px;
	margin-left: 12px;
	padding-bottom: 22px;
}
#info p {
	font-size: 13px;
	font-weight: 400;
	float: left;
	margin: 0.2em 0 0 0;
	margin: 0 0 0 0;
}
#info p b, #info p strong {
	font-size: 22px;
	font-size: 18px;
	font-weight: 600;
}

#info p a {
	color: #ffffff;
}

/*-----------------------------------------
    	Main Container + Columns
  -----------------------------------------*/

#contentBk {
	width: 100%;
	margin-top: 148px;
	z-index: 10;
}
.layout_DC2 #contentBk {
	margin-top: 173px;
}

#content {
	margin: auto;
	width: 980px;
	z-index: 1;
	display: block;
}
.column {
	float: left;
	font-size: 13px;
	padding: 20px 20px 0 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.column h2 {
	font-size: 18px;
	color: #5d6f8d;
	padding: 0 0 7px 0;
	margin: 0px;
	font-weight: 600;
	border-bottom: 1px solid #E8EAEE;
}
.column p {
	margin-bottom: 10px;
	line-height: 150%;
}
.column ul {
	margin-bottom: 10px;
	line-height: 150%;
}
.column ol {
	margin-bottom: 10px;
	line-height: 150%;
}
.column img {
	padding: 3px;
	border: 1px solid #E8EAEE;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#column235 img {
	border: none;
}
.wrapper {
	width: 1020px;
	margin-left: -20px;
}
.last:after {
	clear: left;
}

.c-25 {
	width: 25%;
}
.c-30 {
	width: 30%;
}
.c-33 {
 	width: 33.33%;
}
.c-40 {
	width: 40%;
}
.c-50 {
	width: 50%;
}
.c-67 {
 	width: 66.66%;
}
.c-75 {
	width: 75%;
}
.c-100 {
	width: 100%;
}

.right {
	float: right;
}

/*-----------------------------------------
    	Slider Structure
  -----------------------------------------*/

#homeSlider {
	height: 510px;
	overflow: hidden;
	position: relative;
}
.flexslider {
	width: 979px;
	height: 426px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}

#homeSlider .flex-direction-nav a {
	position: static;
	opacity: 1;
}
#homeSlider .flex-direction-nav a {
	cursor: pointer;
	position: absolute;
	width: 165px;
	height: 80px;
	top: 50%;
	margin-top: -90px;
	-webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
#homeSlider .flex-direction-nav a img {
	position: absolute;
	top: 0;
	left: -1px;
}
#homeSlider .flex-direction-nav .flex-next img {
	left: 25px;
}
#homeSlider .flex-prev {
	left: -140px;
	background: url(img/preloader.gif) no-repeat 85px 32px, url(img/sliderArrows1.png) no-repeat 151px 34px #25292D;
}
#homeSlider .flex-prev:hover {
	left: 0;
}
#homeSlider .flex-next {
	right: -140px;
	background: url(img/preloader.gif) no-repeat 85px 32px, url(img/sliderArrows2.png) no-repeat 10px 34px #25292D;
}
#homeSlider .flex-next:hover {
	right: 0;
}

/*-----------------------------------------
    	Slider Captions
  -----------------------------------------*/
#homeSlider .captions {
	background-color: #233340;
	padding: 16px 0px 13px 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 99998;
	height: 85px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#homeSlider .captions li {
	display: none;
	position: absolute;
}
#homeSlider .captions li:first-child {
	display: block;
}
#homeSlider .captions h3 {
	color: #ffffff;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 400;
}
#homeSlider .captions p {
	color: #a1adb7;
	font-size: 12px;
	font-weight: 400;
	width: 600px;
	margin-bottom: 0px;
}


/*-----------------------------------------
    	Images slider
  -----------------------------------------*/
.imageObj img {
	border: none !important;
	max-width: 100%;
	height: auto;
}
.textpicObj .imageObj {
	float: left;
	max-width: 40%;
	max-width: 60%;
	margin-right: 15px;
}
.textpicObj .imageObj img {
	border: 1px solid #E8EAEE !important;
}

.box.contentLayout1 .textpicObj .imageObj, .box.contentLayout2 .textpicObj .imageObj, .box.contentLayout3 .textpicObj .imageObj {
	float: none;
	width: 100%;
	max-width: 100%;
}

.box.contentLayout1 .textpicObj img, .box.contentLayout2 .textpicObj img, .box.contentLayout3 .textpicObj img {
	border: none !important;
	padding: 0px;
	margin: 0 0 10px 0;
}


/*-----------------------------------------
    	Custom Search Box
  -----------------------------------------*/

.searchCourseHome {
	position: relative;
	padding: 0 20px 0 20px !important;
	z-index: 99999;
	margin: -142px 0 0 0;
}
.searchCourseHome:after {
	content: "." !important;
	height: 7px !important;
}
.searchCourseHome div {
	background-color: #ffffff;
}
.searchCourseHome h2 {
	font-size: 18px;
	color: #ffffff;
	background-color: #738390;
	padding: 13px 0px 15px 20px;
	border: none;
	font-weight: 600;
}
.searchCourseHome form {
	border-top: none;
	border: 1px solid #e8eaee;
	position: relative;
	padding: 15px;
	margin: 0 0 10px 0;
}
.searchCourse p {
	margin: 10px 0 0 0;
}
.select-replace-cover, .searchCourse input, .searchCourse select, .styledSelect select {
   color: #F25D28;
   border: 1px solid #D6DCE1;
   font-family: 'Open Sans', sans-serif;
   font-size: 13px;
   /*color: #ABAEB4;*/
   color: inherit;
   height: 40px;
   width: 100% !important;
   max-width: 100% !important;
   cursor: pointer;
   padding: 5px 0 0 0;
   margin: auto;
   display: block !important;
   margin: 0 auto 10px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   box-shadow: 0 0 2px rgba(0,0,0,.05);
   /* beautiful background below : ) */
	background: #f7f7f7;
	background: url(data: image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYyZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f2f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f2f3));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f2f3 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#f1f2f3 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f2f3 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#f1f2f3 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f2f3',GradientType=0 );
}
.select-replace {
   background: url(img/cc.png) no-repeat right 13px transparent;
   padding: 5px 30px 5px 10px;
   overflow: hidden;
   cursor: pointer;
}
.select-replace span {
   overflow: hidden;
   display: block;
   min-width: 20px;
   min-height: 10px;
}
.searchCourse input {
	cursor: text;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 0;
}
.styledSelect .select-replace-cover {
	padding: 0px;
	margin: 0px;
	height: 32px;
	width: auto !important;
	display: inline-block !important;
}
.error .select-replace-cover {
	border: 1px solid #B20303 !important;
}
.styledSelect select {
	padding: 0px;
	margin: 0px;
	height: 32px;
	display: inline-block !important;
}
.button, .searchCourse .button, .read_more a {
	-webkit-appearance: none;
	display: inline-block;
	padding: 7px 15px;
	color: #ffffff;
	border-radius: 4px;
	border: none;
	font-size: 13px;
	text-decoration: none;
	background-color: rgb(139,186,64);
	cursor: pointer;
}
.button:hover, .searchCourse .button:hover, .read_more a:hover {
	opacity: .9;
}
h2 .read_more a, h2 .button {
	padding: 2px 10px;
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 5px;
}
table .read_more a, table .button {
	padding: 2px 10px;
	text-transform: uppercase;
	font-size: 11px;
}


/*-----------------------------------------
    	Posts Rotator
  -----------------------------------------*/

.column .arrows {
	height: 19px;
	overflow: hidden;
	float: right;
	display: block;
	margin: 5px 0 0 10px;
}
.column .flex-direction-nav {
	margin: 0;
}
.column .flex-direction-nav li {
	display: inline-block;
	margin: 0;
}
.column .flex-direction-nav a {
	display: inline-block;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	text-indent: -99999px;
	height: 19px;
	width: 19px;
	background: url(img/arrows1.png) no-repeat 0px -20px transparent;
	opacity: 1;
	margin: 0;
}
.column .flex-direction-nav .flex-next {
	margin-left: 5px;
	background-position: -22px -20px;
}
.column .flex-direction-nav .flex-next:hover {
	background-position: -22px -1px;
}
.column .flex-direction-nav .flex-prev:hover {
	background-position: 0px -1px;
}


/*-----------------------------------------
    Bread crumbs
  -----------------------------------------*/
.bread_crumb {
	padding: 0;
	margin: 0 0 5px 0;
}
.bread_crumb a {
	color: #909090 !important;
}
.bread_crumb li {
	float: left;
	font-size: 11px;
	margin-left: 3px;
}
.bread_crumb li:first-child {
	margin-left: 0;
}
.bread_crumb li.separator {
	width: 8px;
	padding: 0 4px;
	text-decoration: none;
	background: transparent url('img/iconArrowRightGray.png') center center no-repeat;
}


/*-----------------------------------------
    	Inner Content Setup
  -----------------------------------------*/

.cContent {
	padding: 18px 0;
	width: 100%;
	overflow: hidden;
}
.cContent p {
	color: #686c6f;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}
.cContent img {
	margin-right: 36px;
	float: left;
}
.cContent a {
	color: #748491;
	font-weight: 600;
}
.clear {
	clear: both;
}


/*-----------------------------------------
    	Widgets - News
  -----------------------------------------*/

.news p {
	font-size: 12px;
	margin-bottom: 0px;
}
.news li {
	padding-left: 1px;
}
.news li:first-child {
	padding-left: 0;
}
.news .post {
	border-top: 1px solid #E8EAEE;
	float: left;
	margin-bottom: 18px;
	padding-top: 18px;
}
.news .post:first-child {
	border-top: none;
	padding-top: 0;
}
.news img {
	margin-right: 0;
	float: left;
}
.layout_DC1 .news img {
	margin-right: 0;
	float: left;
	max-width: 84px;
	height: auto;
}
.news .info {
	margin: -5px 0 0 100px;
}
.news h3 {
	font-size: 13px;
	color: #748491;
	font-weight: 400;
	margin: 0 0 0 0;
	padding-top: 1px;
}
.news span {
	font-size: 11px;
	color: #a2a5a7;
	font-style: italic;
	font-weight: 400;
}


/*-----------------------------------------
    	Widgets - Links
  -----------------------------------------*/

ul.links {
	margin-top: -7px;
}
ul.links li {
	margin-bottom: 8px;
}
ul.links li a {
	background: url(img/linkImg.png) no-repeat 0px 2px;
	font-size: 13px;
	font-weight: 400;
	padding-left: 23px;
}

ul.arrow_list li {
	padding-left: 25px;
	margin: 0 0 0.3em 0;
	background: url(img/arrow.png) no-repeat 4px 9px transparent;
}


/*-----------------------------------------
    	Widgets - Featured
  -----------------------------------------*/

.featured a {
	color: #272822;
}
.featured img {
	margin-right: 13px;
}
.featured h5 {
	font-size: 14px;
	font-weight: 600;
	color: #5d6f8d;
}

.imgBorder {
	background: #ffffff;
	padding: 4px;
	border: 1px solid #e8e8e8;
	box-shadow: 0px 0px 4px 0px rgba(100,100,100,.1);
}

.grayColor {
	position: relative;
	display: block;
}
.grayColor img {
	float: none;
}
.grayColor .overlay {
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0;
}
.grayColor:hover .overlay {
	opacity: 1;
}


/*-----------------------------------------
    	Footer - Left Stripe + Twitter Widget
  -----------------------------------------*/

footer {
	margin-top: 85px;
	margin-top: 35px;
}

.stripe {
	width: 100%;
	background-color: #34393c;
	position: absolute;
	z-index: 5;
}
.stripe > div {
	margin: auto;
	width: 980px;
	padding-top: 20px;
}

.twitter img {
	float: left;
	margin: 0px 20px 86px 1px;
}
.twitterList {
	float: left;
}
.twit {
	color: #9b9999;
	font-size: 14px;
	font-style: italic;
	width: 460px;
	display: none;
}
.twit:first-child {
	display: block;
}
.twit a {
	color: #4496d2;
	font-size: 14px;
	font-style: italic;
}


/*-----------------------------------------
    	Newsletter
  -----------------------------------------*/

.mail {
	width: 100%;
	position: absolute;
	overflow: hidden;
	height: 170px;
	margin-top: -20px;
}
.mail > div {
	margin: auto;
	width: 980px;
	position: relative;
	z-index: 6;
	margin-top: -23px;
}
.mail .triangle {
	float: right;
	border-bottom: 171px solid #4496d2;
	border-right: 0px solid transparent;
	border-left: 100px solid transparent;
	border-top: 0;
}
.mailInfo {
	float: right;
	padding-top: 40px;
	width: 366px;
	height: 193px;
	background-color: #4496d2;
	color: #ffffff;
}
.mailInfo > div {
	padding-left: 76px;
	background: url(img/mail.png) no-repeat -1px 6px transparent;
	height: 74px;
  margin-top: -2px;
}
.mail img {
	float: left;
	margin-right: 15px;
}
.mail h2 {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}
#mailInput {
	margin-right: 8px;
	background-color: #1E6CA5;
	width: 244px;
	float: left;
	height: 28px;
	border: none;
	padding: 0;
	color: #FFF;
	padding: 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#mailSubmit {
	cursor: pointer;
	background-color: #3384be;
	width: 37px;
	border-radius: 3px;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}


/*-----------------------------------------
    	Footer - Structure
  -----------------------------------------*/

#footerContent {
	width: 100%;
	background-color: #262a2d;
	position: absolute;
}
#footerContent section {
	width: 980px;
	background-color: #43494c;
	margin: auto;
	padding: 39px 0 24px 0;
	padding: 39px 0 48px 0; /* allows more background for long footer links */
	position: relative;
	z-index: 20;
	margin-top: 76px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footerColumns {
	width: 100%;
	color: #8D8E8E;
}
#footerContent .column {
	padding: 0 40px 0 40px;
	border-left: 1px solid #52585B;
}
#footerColumns .column:first-child {
	border: none;
}
#footerColumns .column h2 {
	font-size: 14px;
	color: #E0E0E0;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: none;
	border: none;
}
#footerColumns .column h3 {
	font-size: 13px;
	color: inherit;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: none;
	border: none;
}
#footerColumns a {
	color: #ffffff;
}


/*-----------------------------------------
    	Footer - Widgets Styling
  -----------------------------------------*/

#footerColumns li {
	margin-bottom: 8px;
}
#footerColumns li a {
	background: url(img/recentPost.png) no-repeat 0px 4px;
	font-size: 13px;
	padding-left: 20px;
}


/*-----------------------------------------
    	Forms
  -----------------------------------------*/
p.error label, label.error, span.error, p.error {
	color: #B20303;
}
p.error input.text, input.error, p.error textarea, textarea.error {
	border: 1px solid #B20303 !important;
}
#bookingMessage p.error {
	color: #B20303;
	font-size: 15px;
	font-weight:bold;
}
input.text, textarea {
	font-family: inherit;
	font-size: 13px;
	color: inherit;
	padding: 6px 10px;
	border: 1px solid #D6DCE1;
	background-color: #F3F4F4;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
	resize: vertical;
}
input.date {
	width: 100px !important;
}
label {
	display: block;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	min-height: 20px;
}
label .fieldInfo {
	font-weight: normal;
	font-size: 0.9em;
}
fieldset {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
fieldset.padding {
	padding-left: 15px;
	padding-right: 15px;
}
fieldset.leftPadding {
	padding-left: 15px;
}
fieldset.rightPadding {
	padding-right: 15px;
}

.felogin fieldset {
	float: left;
	margin: 0 20px 10px 0;
}
.felogin fieldset:last-child {
	margin-right: 0px;
}
.felogin input.text {
	width: 190px;
	max-width: 100%;
	}

.contactForm fieldset {
	float: left;
}
.contactForm input.text, .contactForm textarea {
	width: 100%;
}

.teacherApplicationForm fieldset {
	float: left;
}
.teacherApplicationForm input.text, .teacherApplicationForm textarea {
	width: 100%;
}

.agentApplicationForm fieldset {
	float: left;
}
.agentApplicationForm input.text, .agentApplicationForm textarea {
	width: 100%;
}

/*-----------------------------------------
    	Footer - Bottom
  -----------------------------------------*/
#footerEnd {
	margin: auto;
	width: 905px;
	color: #807C7C;
	padding-top: 23px;
	margin-bottom: 25px;
	font-size: 12px;
	border-top: 1px solid #52585b;
}
#footerEnd div {
	margin-top: -25px;
}
#footerEnd ul {
	float: left;
}
#footerEnd li {
	display: inline-block;
}

#footerLinks {
	margin: 8px 5px 0 0;
}
#footerLinks a {
	padding-right: 5px;
	color: #817d7d;
}
#footerLinks a:hover {
	opacity: .8;
}
#footerLinks li:after {
	content: "|";
}
#footerLinks li:last-child:after {
	display: none;
}
#footerLinks li:last-child a {
	padding: 0 0 0 2px;
}

#social {
	margin-right: 20px;
	margin-top: 2px;
}
#social a {
	float: left;
	text-indent: -99999px;
	height: 30px;
	width: 30px;
	margin-right: 5px;
	text-indent: -9999px;
	background: url(img/socialImg.png) no-repeat 0px 0px transparent;
}
#social a:hover {
	opacity: .8;
}
#social #finalFacebook {
	background-position: -32px 0px;
}
#social #finalFlickr {
	background-position: -67px 0px;
}
#social #finalRss {
	background-position: -100px 0px;
}

#copyright {
	float: left;
	margin: 8px 20px 0 0;
}


/*-----------------------------------------
    	Footer - Bottom
  -----------------------------------------*/

.ie8 #footer {
 ...
}

.fwidth {
	width: 100% !important;
	border: 0 !important;
}
img.fwidth {
	height: auto !important;
}


/*-----------------------------------------
    	Top Image - In all regular pages
  -----------------------------------------*/
 .topImg {
	margin-bottom: 10px;
	max-width: 100%;
}

.topImg img {
	float: left;
	min-height: 25px;
}
.topImg p {
	color: #464141;
	font-size: 20px;
	float: left;
	position: absolute;
	margin-left: 42px;
	margin-top: 62px;
	text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF;
}


/*-----------------------------------------
    	Sitemap
  -----------------------------------------*/
div.map_level1 {
  margin: 0.3em 0 0 0;
  background: url('img/sitemapLevel.gif') 5px 0.1em no-repeat;
  padding: 0;
  padding: 0.1em 0 0 25px;
  }

div.map_level1 a, div.map_level1 a:link,
div.map_level1 a:visited, div.map_level1 a:hover {
  font-weight: bold;
  text-decoration: none;
  }

div.map_level1 a:hover {
  text-decoration: underline;
  }

div.map_level2 {
  background: url('img/sitemapLevel.gif') 25px 0.2em no-repeat;
  margin: 0.3em 0 0 5px;
  color: #000000;
  padding: 0.2em 0 0 45px;
  }

div.map_level2 a, div.map_level2 a:link,
div.map_level2 a:visited, div.map_level2 a:hover {
  text-decoration: none;
  }

div.map_level2 a:hover {
  text-decoration: underline;
  }

div.map_level3 {
  background: url('img/sitemapLevel.gif') 40px 0.2em no-repeat;
  margin: 0.3em 0 0 5px;
  color: #000000;
  padding: 0.2em 0 0 55px;
  }

div.map_level3 a, div.map_level3 a:link,
div.map_level3 a:visited, div.map_level3 a:hover {
  text-decoration: none;
  }

div.map_level3 a:hover {
  text-decoration: underline;
  }


/*-----------------------------------------
    	Box Shortcodes
  -----------------------------------------*/
.box {
	border: 1px solid #e8eaee;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
.box.contentLayout1 {
	clear: both;
	width: 48.4375%;
	float: left;
	}
.box.contentLayout2 {
	width: 48.4375%;
	float: right;
	}
.box.contentLayout3 {
	width: 100%;
	}
.layout_BB2 .box.contentLayout1 {
	clear: both;
	width: 31.25%;
	float: left;
	}
.layout_BB2 .box.contentLayout2 {
	width: 31.25%;
	float: right;
	}
.layout_BB2 .box.contentLayout3 {
	display: inline-block;	
	width: 31.25%;
	margin-left: 3.125%;	
	}
.box h2 {
	margin: 0;
	padding: 5px 15px 5px 15px;
	border-bottom: 1px solid #e8eaee;
	font-weight: 400;
	font-size: 18px;
}
.boxInfo {
	padding: 15px 15px;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.boxInfo img {
	margin: 0 20px 3px 0;
	float: left;
}
.boxInfo h3:first-child {
	margin-top: 0px;
}
.boxInfo h6 {
	line-height: 30px;
	font-size: 13px;
}
.boxInfo h5 {
	line-height: 30px;
	font-size: 13px;
	font-weight: 400;
}
.boxInfo p:last-child, .boxInfo ul:last-child, .boxInfo ul li:last-child, .boxInfo ol:last-child {
	margin-bottom: 0;
}

.alert {
	/* background: #D6F5FF; */
	display:none;
}
.erroralert {
	background: #FCEA95;
}
h3.error {color:#FF7E01;}
ul.error li {font-weight:bold;}


/*-----------------------------------------
    	Sidebar
  -----------------------------------------*/

 #sidebar > div {
 	margin-bottom: 40px;
 	width: 100%;
 }


/*-----------------------------------------
    	News Post
  -----------------------------------------*/

.newsPost ul {
	background-color: #F6F6F6;
	margin: -15px -15px 15px -15px;
	padding-left: 15px;
	font-size: 11px;
	color: #5D6F8D;
}
.newsPost li {
	margin-right: 40px;
	display: inline;
	line-height: 30px;
	padding-left: 20px;
	background: url(img/listIcons.png) no-repeat -7px -6px transparent;
}
.newsPost li a {
	color: #5D6F8D;
}
.newsDetail img {
	max-width: 50%;
	height: auto;
}
.newsListItem img {
	width: 100%;
	height: auto;
}
.newsPost .date {
	background-position: -7px -68px;
}
.newsPost .commentExm {
	background-position: -7px -124px;
}
.newsPost .exm {
	background-position: -7px -178px;
}

/*-----------------------------------------
    	Pagination
  -----------------------------------------*/
.pagebrowser {
	text-align: center;
}
.pagebrowser ul li {
	display: inline-block;
	background: url(img/pgNrGreen.png) no-repeat 0px 0px transparent;
	width: 24px;
	height: 24px;
	margin-left: 4px;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
}
.pagebrowser ul li.previous, .pagebrowser ul li.next {
	display: none;
}
.pagebrowser ul li:first-child {
	margin-left: 0;
}
.pagebrowser ul li.act, .pagebrowser ul li.cur, .pagebrowser ul li:hover {
	background-position: 0 -26px;
}
.pagebrowser ul li.filler, .pagebrowser ul li.filler:hover,
.pagebrowser ul li.skipped_items, .pagebrowser ul li.skipped_items:hover {
	background: url(img/pgNrFiller.png) no-repeat 0px 0px transparent !important;
}
.pagebrowser ul a {
	display: block;
	color: #ffffff;
	text-decoration: none !important;
}
.pagebrowser ul span {
	display: block;
	padding: 3px 0 4px 0;
	text-align: center;
}
.archives {
	padding: 0;
}
.archives li {
	line-height: 30px;
	padding-left: 15px;
}


/*-----------------------------------------
    	Inner Post
  -----------------------------------------*/

.blogPost .tabs li {
	padding: 5px;
	margin-top: -5px;
	width: 50%;
	float: left;
	border-left: 1px solid #e8eaee;
	position: relative;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.blogPost .tabs li:first-child {
	border-left: 0;
}
.blogPost .tabs a {
	font-size: 18px;
	color: #B4B7BE;
}
.blogPost .tabs a:hover, .blogPost .tabs li.selected a  {
	color: #5D6F8D;
}
.blogPost .tabs li.selected a {
	font-weight: 600;
}
.blogPost .boxInfo img {
	margin-bottom: 0;
	margin-right: 15px;
}
.blogPost .boxInfo {
	border: none;
}
.blogPost .boxInfo p {
	margin: 0;
	line-height: 17px;
}
.blogPost .boxInfo a {
	color: #858585;
}
.blogPost .boxInfo a:hover {
	color: #5D6F8D;
}
.blogPost .boxInfo span {
	font-size: 12px;
	color: #E69105;
	padding-left: 15px;
	background: url(img/postTime.png) no-repeat 0 3px transparent;
}
.blogPost .content {
	width: 100%;
	border-top: 1px solid #E8EAEE;
}
.blogPost .content li {
	display: none;
	margin-bottom: -13px;
}
.blogPost .content li:first-child {
	display: block;
}
.arrow13 {
	width: 19px;
	height: 10px;
	display: none;
	position: absolute;
	background: url(img/arrow13.png) no-repeat 0 0 transparent;
	left: 50%;
	bottom: -6px;
	margin-left: -10px;
}
.blogPost .tabs li.selected .arrow13 {
	display: block;
}

.fbLike {
	float: right;
}


/*-----------------------------------------
    	Flickr Widget
  -----------------------------------------*/

.flickrList a {
	margin: 4px;
	float: left;
}
.flickr img {
	width: 80px;
	float: none;
	margin: 0;
}


/*-----------------------------------------
    	Tables
  -----------------------------------------*/
table .responsiveHeader {
	display: none;
}


/*-----------------------------------------
    	Features(shortcodes)
  -----------------------------------------*/

.grid h2 {
	color: #6B6B6B;
	border-bottom: 1px solid #E7EBEC;
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 10px;
}
.grid h3 {
	color: #6B6B6B;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 36px;
}
.grid h3 span {
	font-size: 36px;
	color: #B0B0B0;
	float: left;
	margin-right: 5px;
}
.grid p {
	font-size: 13px;
	color: #A3A3A3;
	line-height: 22px;
}


/*-----------------------------------------
    	Accordion
  -----------------------------------------*/

.accordion .box {
	margin-top: 10px;
	padding: 0;
	background-image: linear-gradient(bottom, #F2F1F1 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #F2F1F1 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #F2F1F1 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F1F1 0%, #ffffff) 100%);
	background-image: -ms-linear-gradient(bottom, #F2F1F1 0%, #ffffff 100%);
	cursor: pointer;
}
.accordion a {
	margin-left: 7px;
	padding: 5px 30px;
	line-height: 35px;
	font-size: 14px;
	height: 21px;
	color: #777777;
	background: url(img/accordionArrow.png) no-repeat 0 4px transparent;
}
.acText {
	display: none;
}
.accordion .box.opened .acText {
	background-color: #ffffff;
}
.accordion .box.opened {
	background-image: none;
	background-color: #777777;
}
.accordion .box.opened a {
	background-position: 0 -24px;
	color: #ffffff;
}


/*-----------------------------------------
    	Toggle
  -----------------------------------------*/

.toggleInfo{
	padding: 5px 0 0 0;
	margin: 7px 0 5px;
}
.toggleInfo:first-child {
	border: none;
	margin-top: 0;
	padding-top: 0;
}
.toggleInfo:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.toggleInfo a{
	color: #938D8D;
	font-size: 13px;
	padding: 5px 30px;
	height: 21px;
	background: url(img/toggleArrow.png) no-repeat 0 4px transparent;
}
.toggleInfo > div {
	display: none;
	padding: 8px 0 4px 30px;
}
.toggleInfo a.opened {
	color: #433333;
	background-position: 0 -24px;
}
.toggleInfo.opened > div {
	display: block;
}


/*-----------------------------------------
    	Dropcap
  -----------------------------------------*/

.dropcap {
	font-size: 48px;
	color: #F7C37F;
	float: left;
	margin-right: 5px;
	line-height: 40px;
}


/*-----------------------------------------
    	Blockquote
  -----------------------------------------*/

blockquote {
	padding: 10px 0;
	font-style: italic;
}
.blockquote1 {
	float: left;
	height: 10px;
	width: 20px;
	text-indent: -99999px;
	display: inline-block;
	background: url(img/blockquote1.png) no-repeat left 0 transparent;
}
.blockquote2 {
	height: 15px;
	width: 20px;
	text-indent: -99999px;
	display: inline-block;
	float: right;
	background: url(img/blockquote2.png) no-repeat right 5px transparent;
}


/*-----------------------------------------
    	Icon fonts
  -----------------------------------------*/
.boxInfo span.icon {
	float:left; 
	padding-right: 0.5em; 	
	font-size:3em; 
	color:#4496D2;
	}

a {
	color: #5D6F8D;
}
a:not(.lb-next):not(.lb-prev), .archives li, .pagebrowser ul li, .grayColor .overlay, h5, .button, .read_more a, .searchCourse .button, #social a, .gHover img {
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
#footerContent .links li a:hover, a:hover, .newsPost li a:hover {
	color: #4496D2;
}
.button, .pagebrowser ul li a, .read_more a {
	color: #FFF !important;
}
#footerContent .news h5:hover, .news h5:hover {
	color: #4496D2;
}

.gHover:hover img {
	opacity: .8;
}

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  cursor: pointer;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data: image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(img/lightbox/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(img/lightbox/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

.hidden {
	display: none;
}


/*-----------------------------------------
    	GREEN
  -----------------------------------------*/
.green .element {
	background: none repeat scroll 0 0 #94BD2E;
}
.green h1 {
	color: #94BD2E;
}
.green #info div {
	background-color: #94BD2E;
}
.green .triangle {
	border-top: 173px solid #94BD2E;
}
.green #tagline section b {
	color: #94BD2E;
}
.green #mainMenu a:hover {
	color: #94BD2E;
}
.green #mainMenu li.selected a {
	border-top: 2px solid #94BD2E;
}
.green #mainMenu li.selected li a {
	border: none;
}
.green #mainMenu .sub-menu {
	border-color: #9ABC47;
}
.green a {
	color: #94BD2E;
}
.green #footerColumns a:hover, .green a:hover, .green .newsPost li a:hover, .green #footerContent .news h5:hover, .green .news h5:hover, .green .twit a {
	color: #94BD2E;
}
.green .mail .triangle {
	border-bottom: 171px solid #94BD2E;
	border-right: 0px solid transparent;
	border-left: 100px solid transparent;
	border-top: 0;
}
.green #homeSlider .captions {
	background: #20150F;
}
.green #homeSlider .captions p {
	color: #B6ABA0;
}
.green .mailInfo {
	background: #94BD2E;
}
.green .mailInfo > div {
	background-image: url(img/mail1.png);
}
.green #mailInput {
	background-color: #5C9017;
}
.green #mailSubmit {
	background-color: #718F27;
}
.green .courseList h2 .courseNiche {
	color: #94BD2E;
}
.green .boxInfo span.icon {color:#94BD2E;}

/*-----------------------------------------
    	ORANGE
  -----------------------------------------*/

.orange .element {
	background: none repeat scroll 0 0 #FF7E01;
}
.orange h1 {
	color: #FF7E01;
}
.orange #info div {
	background-color: #FF7E01;
}
.orange #homeSlider .captions {
	background: #20150F;
}
.orange #homeSlider .captions p {
	color: #B6ABA0;
}
.orange #menu .sub-menu {
	border-color: #FCAC77;
}
.orange .triangle {
	border-top: 173px solid #FF7E01;
}
.orange #tagline section b {
	color: #FF7E01;
}
.orange #mainMenu a:hover {
	color: #FF7E01;
}
.orange a {
	color: #FF7E01;
}
.orange #footerColumns a:hover, .orange a:hover, .orange .newsPost li a:hover, .orange #footerContent .news h5:hover, .orange .news h5:hover, .orange .twit a {
	color: #FF7E01;
}
.orange #mainMenu li.selected a {
	border-top: 2px solid #FF7E01;
}
.orange #mainMenu li.selected li a {
	border: none;
}
.orange .mail .triangle {
	border-bottom: 171px solid #FF7E01;
	border-right: 0px solid transparent;
	border-left: 100px solid transparent;
	border-top: 0;
}
.orange .mailInfo {
	background: #FF7E01;
}
.orange .mailInfo > div {
	background-image: url(img/mail2.png);
}
.orange #mailInput {
	background-color: #B26417;
}
.orange #mailSubmit {
	background-color: #C76F1B;
}
.orange .button,.orange .searchCourse .button, .orange .read_more a {
	background-color: #FF7E01;
}
.orange #contactSubmit {
	background-color: #FF7E01;
}
.orange .pagebrowser ul li {
	background-image: url(img/pgNrOrange.png);
}
.orange .courseList h2 .courseNiche {
	color: #FF7E01;
}

/*-----------------------------------------
    	Fuchsia
  -----------------------------------------*/
.fuchsia .parentContainer {
	background-color: #E21B80;
}
.fuchsia .element {
	background: none repeat scroll 0 0 #E21B80;
}
.fuchsia h1 {
	color: #E21B80;
}
.fuchsia #info div {
	background-color: #E21B80;
}
.fuchsia #homeSlider .captions {
	background: #20150F;
}
.fuchsia #homeSlider .captions p {
	color: #B6ABA0;
}
.fuchsia #menu .sub-menu {
	border-color: #FCAC77;
}
.fuchsia .triangle {
	border-top: 173px solid #E21B80;
}
.fuchsia #tagline {
	background-color: #43494c;	
	background-color: #ffcb05;
}
.fuchsia #tagline section b {
	color: #E21B80;
}
.fuchsia #mainMenu a:hover {
	color: #E21B80;
}
.fuchsia a {
	color: #E21B80;
}
.fuchsia #footerColumns a:hover, .fuchsia a:hover, .fuchsia .newsPost li a:hover, .fuchsia #footerContent .news h5:hover, .fuchsia .news h5:hover, .fuchsia .twit a {
	color: #E21B80;
}
.fuchsia #mainMenu li.selected a {
	border-top: 2px solid #E21B80;
}
.fuchsia #mainMenu li.selected li a {
	border: none;
}
.fuchsia .mail .triangle {
	border-bottom: 171px solid #E21B80;
	border-right: 0px solid transparent;
	border-left: 100px solid transparent;
	border-top: 0;
}
.fuchsia .mailInfo {
	background: #E21B80;
}
.fuchsia .mailInfo > div {
	background-image: url(img/mailFuchsia.png);
}
.fuchsia #mailInput {
	background-color: #A4105B;
}
.fuchsia #mailSubmit {
	background-color: #c0146b;
}
.fuchsia .button,.fuchsia .searchCourse .button, .fuchsia .read_more a {
	background-color: #E21B80;
}
.fuchsia #contactSubmit {
	background-color: #E21B80;
}
.fuchsia .pagebrowser ul li {
	background-image: url(img/pgNrFuchsia.png);
}
.fuchsia .courseList h2 .courseNiche {
	color: #E21B80;
}


/*-----------------------------------------
    	Grey
  -----------------------------------------*/
.grey .parentContainer {
	background-color: #686c6f;
}
.grey .element {
	background: none repeat scroll 0 0 #686c6f;
}
.grey h1 {
	color: #686c6f;
}
.grey #info div {
	background-color: #686c6f;
}
.grey #homeSlider .captions {
	background: #20150F;
}
.grey #homeSlider .captions p {
	color: #B6ABA0;
}
.grey #menu .sub-menu {
	border-color: #b0b7bc;
}
.grey .triangle {
	border-top: 173px solid #686c6f;
}
.grey #tagline {
	background-color: #262A2D;
}
.grey #tagline section b {
	color: #686c6f;
}
.grey #mainMenu a:hover {
	color: #686c6f;
}
.grey a {
	color: #686c6f;
}
.grey #footerColumns a:hover, .grey a:hover, .grey .newsPost li a:hover, .grey #footerContent .news h5:hover, .grey .news h5:hover, .grey .twit a {
	color: #686c6f;
}
.grey #mainMenu li.selected a {
	border-top: 2px solid #686c6f;
}
.grey #mainMenu li.selected li a {
	border: none;
}
.grey .mail .triangle {
	border-bottom: 171px solid #686c6f;
	border-right: 0px solid transparent;
	border-left: 100px solid transparent;
	border-top: 0;
}
.grey .mailInfo {
	background: #686c6f;
}
.grey .mailInfo > div {
	background-image: url(img/mailgrey.png);
}
.grey #mailInput {
	background-color: #333333;
}
.grey #mailSubmit {
	background-color: #333333;
}
.grey .button,.grey .searchCourse .button, .grey .read_more a {
	background-color: #46494b;
}
.grey #contactSubmit {
	background-color: #46494b;
}
.grey .pagebrowser ul li {
	background-image: url(img/pgNrgrey.png);
}
.grey .courseList h2 .courseNiche {
	color: #686c6f;
}

/*-----------------------------------------
    	Spots
  -----------------------------------------*/
.spots .parentContainer {
	background-color: #69c8ed;
}
.spots #contentBk {
	background: url(img/spots_2.png); no-repeat scroll 50% 50% #FFFFFF;	
}
.spots .element {
	/* color only */
	/* background: none repeat scroll 0 0 #E21B80;	*/
}
.spots h1 {
	color: #1c2071;
}
.spots #info div {
	/* background-color: #E21B80; */
	background: none;
}
.spots #homeSlider .captions {
	background: #20150F;
}
.spots #homeSlider .captions p {
	color: #B6ABA0;
}
.spots #menu .sub-menu {
	border-color: #FCAC77;
}
.spots .triangle {
	/*
	border-top: 173px solid #E21B80;
	*/
}
.spots #tagline {
	background-color: #43494c;	
	background-color: #ffcb05;
}
.spots #tagline section b {
	color: #E21B80;
}
.spots #mainMenu a:hover {
	color: #E21B80;
}
.spots a {
	color: #E21B80;
}
.spots #footerColumns a:hover, .spots a:hover, .spots .newsPost li a:hover, .spots #footerContent .news h5:hover, .spots .news h5:hover, .spots .twit a {
	color: #E21B80;
}
.spots #mainMenu li.selected a {
	border-top: 2px solid #E21B80;
}
.spots #mainMenu li.selected li a {
	border: none;
}
.spots .mail .triangle {
	border-bottom: 171px solid #E21B80;
	border-right: 0px solid transparent;
	border-left: 100px solid transparent;
	border-top: 0;
}
.spots .mailInfo {
	background: #E21B80;
}
.spots .mailInfo > div {
	background-image: url(img/mailFuchsia.png);
}
.spots #mailInput {
	background-color: #A4105B;
}
.spots #mailSubmit {
	background-color: #c0146b;
}
.spots .button,.spots .searchCourse .button, .spots .read_more a {
	background-color: #E21B80;
}
.spots #contactSubmit {
	background-color: #E21B80;
}
.spots .pagebrowser ul li {
	background-image: url(img/pgNrFuchsia.png);
}
.spots .courseList h2 .courseNiche {
	color: #E21B80;
}

/*-----------------------------------------
    	Adventure 1
  -----------------------------------------*/
/* very top bar */
.adventure1 .parentContainer {
	background-color: #69c8ed; /* pale blue */
	background-color: #f6841d; /* logo orange*/
	}

.adventure1 #topBar {
	height: 26px;
	}

/* full body content background maybe a photo with white center? */
/* 
.adventure1 #contentBk {
  background: url('/fileadmin/user_upload/adventures/images/large-white-background.jpg') fixed center 0% no-repeat #fffff;
	}
*/

/* body content background + white border to space from the bg image */
.adventure1 #content {
  background: #ffffff;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  }

/* Background to the main header section (left side) */
.adventure1 .leftElement {
	/* color only */
	/* background: none repeat scroll 0 0 #E21B80;	*/
	background-color: #9ecc3b; /* logo green */
	background: url('/fileadmin/user_upload/adventures/images/green-spring-background_cropped.jpg') #9ecc3b; /* logo green */
	background:none;
	display:none;
	}

.adventure1 h1 {
	color: #03aeec; /* pale logo blue */
	}

/* Behind the logo/info */
.adventure1 #info div {
	background-color: #D7FFAC; /* very pale green */
	padding-bottom: 72px; /* to extend the green to meet the triangle point */
	}
.adventure1 #info div img {
	display:none;
	}

.adventure1 #homeSlider .captions {
	background: #20150F;
}
.adventure1 #homeSlider .captions p {
	color: #B6ABA0;
}
.adventure1 #menu .sub-menu {
	border-color: #FCAC77; /* change this! */
}

/* Behind the main menu */
.adventure1 #menu section {
	background-color: #D7FFAC; /* very pale green */
	}

.adventure1 .triangle {
	border-top: 173px solid #D7FFAC; /* very pale green */
	}

/* Right side colour below navigation menu */
.adventure1 #tagline {
	background-color: #02afed;  /* Logo blue */
	background-color: #4a6eae;  /* darker Logo blue */	
	background-color: #03aeec; /* pale logo blue */
	background: url('/fileadmin/user_upload/adventures/images/Sky-Blue-Sky_cropped.jpg') -40% 40% #03aeec; /* pale logo blue */
	background: url('/fileadmin/user_upload/adventures/images/Sky-Blue-Sky_cropped.jpg') 0% 40% #03aeec; /* pale logo blue */
	border-bottom: 0px solid #fff;	
	}

/* text colour on tagline section */
.adventure1 #tagline section b {
	color: #E21B80;
	color: #fbca0b; /* rich yellow */
	color: #fff;
}
.adventure1 #mainMenu a:hover {
	color: #E21B80;
}
.adventure1 a {
	color: #E21B80;
}
.adventure1 #footerColumns a:hover, .adventure1 a:hover, .adventure1 .newsPost li a:hover, .adventure1 #footerContent .news h5:hover, .adventure1 .news h5:hover, .adventure1 .twit a {
	color: #E21B80;
}
.adventure1 #mainMenu li.selected a {
	border-top: 2px solid #E21B80;
	border-top: 4px solid #f6841d; /* logo orange*/
}
.adventure1 #mainMenu li.selected li a {
	border: none;
}

.adventure1 #footerContent {
	background: url('/fileadmin/user_upload/adventures/images/Sky-Blue-Sky_cropped.jpg') 0% 0% #03aeec; /* pale logo blue */	
}

.adventure1 .mail element {
	background:none;
	}

.adventure1 .mail .rightElement {
	background-color: #f6841d; /* logo orange*/
	}
.adventure1 .mail .triangle {
	border-bottom: 171px solid #f6841d; /* logo orange*/
	border-right: 0px solid transparent;
	border-left: 100px solid transparent;
	border-top: 0;
}
.adventure1 .mailInfo {
	background: #f6841d; /* logo orange*/
}
.adventure1 .mailInfo > div {
	/* hide mail form
	background-image: url(img/mailFuchsia.png);
	*/
	display:none;
}
.adventure1 #mailInput {
	background-color: #A4105B;
}
.adventure1 #mailSubmit {
	background-color: #c0146b;
}

.adventure1 .button,.adventure1 .searchCourse .button, .adventure1 .read_more a {
	background-color: #9ecc3b; /* logo green */
}
.adventure1 #contactSubmit {
	background-color: #E21B80;
}
.adventure1 .pagebrowser ul li {
	background-image: url(img/pgNrFuchsia.png);
}
.adventure1 .courseList h2 .courseNiche {
	color:#E21B80; /* fuchia */
}
.adventure1 .boxInfo span.icon {
	font-size:4em; 
	color:#E21B80; /* fuchia */
	}

.adventure1 .c-100 {
	padding-bottom:15px;
	}
.adventure1 footer {
	margin-top: 0px;
 	}




@media all and (max-width: 999px) {

	#topBar, #topMessage, #menu section, #tagline section, #info section, #content, .stripe > div, #footerContent section, .mail > div {
		width: 740px;
	}
	#mainMenu > ul {
		margin-right: 5px;
	}
	#logo img {
		max-width: 150px;
		height: auto !important;
		margin-top: 17px;
	}
	#tagline section p {
		margin-right: 20px;
		font-size: 16px;
	}
	#info section {
		height: 165px;
	}
	#info div {
		width: 300px;
	}
	#info div img {
		margin-top: -8px;
	}
	#info p {
		max-width: 230px;
		font-size: 11px;
	}
	#info p b {
		font-size: 17px;
		margin-top: -3px;
		display: block;
	}
	.triangle {
		margin-left: 300px;
		border-top-width: 165px;
	}
	.element {
		height: 165px;
	}
	.wrapper {
		width: 770px;
		margin-left: -15px;
	}
	#homeSlider {
		width: 739px;
		height: 320px;
	}
	#homeSlider .captions p {
		width: 470px;
	}
	#homeSlider .captions h3 {
		font-size: 15px;
		margin-bottom: 3px;
	}
	.select-replace-cover, .searchCourse input, .searchCourse select {
		font-size: 12px;
	}
	.cContent img {
		margin-right: 16px;
	}
	.column {
		padding: 30px 15px 0;
	}
	.searchCourseHome {
		margin: -144px 0 0 0;
		padding: 0 15px !important;
	}
	.mail img {
		display: none;
	}
	.mailInfo {
		width: 289px;
	}
	.twitter p {
		width: 450px;
		font-size: 12px;
	}
	#mailInput {
		width: 160px;
	}
	#footerContent .column {
		padding: 0 25px;
	}
	#footerContent .column {
		border-left: none;
	}
	#footerEnd {
		width: 740px;
		padding: 23px 25px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.twitter img {
		margin-right: 6px;
	}
	.rightElement {
		height: 191px;
	}
	.newsPost li.commentExm {
		display: none;
	}
	.contactForm input, .contactForm textarea {
		width: 335px;
	}
	.topImg img {
		/* width: 740px; */
		height: auto !important;
	}
	.topImg p {
		margin-top: 42px;
	}
	.twit {
		font-size: 13px;
		width: 340px;
	}
	.courseDetail .booking .ui-datepicker {
		width: 17em !important;
	}
	.courseDetail .booking .ui-datepicker-group-first {
		width: 100%;
	}
	.courseDetail .booking .ui-datepicker-group-last .ui-datepicker-calendar,
	.courseDetail .booking .ui-datepicker-group-last .ui-datepicker-title {
		display: none;
	}ev
	.courseDetail .booking .ui-datepicker-group-last .ui-datepicker-header {
		border: none;
		background: none;
		width: auto;
		position: absolute;
		top: 1px;
		right: 0px;
	}
	table.twoPlusCells .responsiveHeader {
		display: inline;
	}
	table.twoPlusCells thead {
		display: none;
	}
	table.twoPlusCells tr {
		display: block;
	}
	table.twoPlusCells th, table.twoPlusCells td {
		display: block;
		border: none;
		text-align: left !important;
	}
	.cart .amount .button {
		display: inline-block;
	}
	.cart .totalPrice .responsiveHeader, .cart .totalPriceHeader .responsiveHeader,
	.cart .deposit .responsiveHeader, .cart .depositHeader .responsiveHeader,
	.cart .amountUpdate {
		display: none !important;
	}
}

.selectnav {
	display: none;
}

/* @media all and (max-width: 740px) { */
@media all and (max-width: 780px) {

	.top {
		display: block !important;
	}

	#topBar, #topMessage, #footerEnd, #menu section, #tagline section, #info section, #content, .stripe > div, #footerContent section, .mail > div, .column {
		width: 100%;
	}
	.wrapper {
		padding: 0 15px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
	}
	.column {
		padding: 20px 0 0 0;
	}
	#mainMenu ul, #sidebar, #tagline, #info, .parentContainer, .stripe, .mail, #footerEnd ul, .captions {
		display: none;
	}
	/*.selectnav {
    	padding: 3px 10px;
    	width: 160px;
    	position: absolute;
    	left: 50%;
    	margin-left: -80px;
    	top: 75px;
    	display: block;
    	z-index: 99999;
	}*/
	.selectnav {
	display: inline;
    padding: 3px 5px;
    margin: 15px auto;
    max-width: 60%;
    display: block;
    z-index: 99999;
	}
	#mobileLanguageMenu {
		display: block;
	}
	#menu {
		position: relative;
	}
	#menu section {
		height: auto;
		position: relative;
	}
	#logo {
		float: none;
	}
	#logo a {
		display: block;
		text-align: center;
	}
	#logo img {
		max-width: 60%;
		margin: 10px 0 0 0;
	}
	#contentBk {
		/*margin-top: 118px;*/
		margin-top: 0px;
	}
	.topImg p {
		margin-top: 40px;
	}
	#footerContent section {
		margin-top: 0;
	}
	#footerContent .column {
		margin-bottom: 25px;
	}
	#footerEnd {
		text-align: center;
		margin-bottom: 0;
	}
	#copyright {
		float: none;
	}
	#homeSlider {
		width: 100%;
		height: auto;
	}
	#homeSlider .flex-direction-nav a {
		margin-top: -40px;
	}
	#homeSlider .captions {
		padding: 16px 40px 13px 40px;
	}
	#homeSlider .captions p {
		width: 100%;
	}
	.searchCourseHome  {
		margin-top: 0;
		padding: 0px !important;
	}
	.newsDetail img {
		max-width: 100%;
		height: auto;
	}
	.courseList .read_more {
		float: none;
	}
	.textpicObj .imageObj {
	max-width: 50%;
	}  

	.layout_BB1 .box.contentLayout1 { clear:both; float:none; width:100%;}
	.layout_BB1 .box.contentLayout2 { clear:both; float:none; width:100%;}
	.layout_BB2 .box.contentLayout1 { clear:both; float:none; width:100%;}
	.layout_BB2 .box.contentLayout2 { clear:both; float:none; width:100%;}
	.layout_BB2 .box.contentLayout3 { clear:both; float:none; width:100%; display:block; margin-left:0px;}


}

@media all and (max-width: 479px) {
	.courseDetail .booking .controls {
		float: none;
		width: 100%;
		text-align: left;
		margin-top: 10px;
	}
	.courseInfo .courseDate, .courseInfo .coursePrice  {
		float: none;
		width: 100%;
		text-align: left;
	}
	.courseDetail .booking .ui-datepicker, .courseDetail .booking .ui-datepicker table.ui-datepicker-calendar {
		width: 100% !important;
	}
	.ui-datepicker td span, .ui-datepicker td a {
		padding: 0.7em !important;
		font-size: 1.1em !important;
	}
	table.onePlusCells .responsiveHeader {
		display: inline;
	}
	table.onePlusCells thead {
		display: none;
	}
	table.onePlusCells th, table.onePlusCells td {
		display: block;
		border: none;
	}
	.booking_form fieldset {
		width: 100%;
		float: none !important;
		margin: 0 0 10px 0;
	}
	.felogin fieldset {
		float: none;
		width: 100%;
		margin: 0;
	}
	.felogin fieldset input.text {
		width: 100%;
	}
	.column img {
		border: none;
		padding: 0px;
	}
	.textpicObj .imageObj {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  #column235 .boxInfo img {
		float: none;
		display: block;
		padding: 0px;
		margin: 5px auto;
	}
	

  .layout_BB1 .box.contentLayout1 { clear:both; float:none; width:100%;}
  .layout_BB1 .box.contentLayout2 { clear:both; float:none; width:100%;}
  .layout_BB2 .box.contentLayout1 { clear:both; float:none; width:100%;}
  .layout_BB2 .box.contentLayout2 { clear:both; float:none; width:100%;}
  .layout_BB2 .box.contentLayout3 { clear:both; float:none; width:100%; display:block; margin-left:0px;}
  
}

#info, footer, .topImg, .mail > div > div {
	overflow: hidden !important;
}
.top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99998;
	background: #333;
	border-radius: 3px;
	color: #FFF;
	font-size: 11px;
	font-family: Arial;
	padding: 3px 7px;
	display: none;
}