@charset "utf-8";
/*
Theme Name: ThinkTable
Theme URI: http://thinktable.com.au
Author: Creative Cloud
Author URI: http://creativecloud.com.au
Version: 1.0

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */



/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.5;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #ffea00;
    text-shadow: none;
}

::selection {
    background: #ffea00;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*html, body {
	height: 100%;

}

body {
	font-size: 0.8em;
	font-family: 'Open Sans', sans-serif;
}

h1, h2 {
	font-family: Merriweather, Georgia, serif;
}

h1 {
	font-size: 2.5em;
	font-weight: 400;
	margin-bottom: 20px;
	color: #0f293b;
	/*text-shadow: 1px 1px 3px rgba(0,0,0,.4);*/
}

h2 {
	font-weight: 400;
	font-size: 1.3em;
}

p {
	    color: #666;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.6em;
}

a {
	color: #00acd7;
	text-decoration: none;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	transition: .2s ease-out;
}

a:hover {
	color: #0f293b;
}

ul {
	padding: 0;
	width: 100%;
}



/* Menu */


.header-top {
	max-width: 1192px;
	height: 60px;
	margin:0px auto;
	padding: 10px;
	z-index: 20;
	position: relative;

}

.full-menu .menu-main-nav-container, .full-menu .course {
	display: none;
}

.main-menu {
	display: none;
}

.main-menu-button {
	display: none;
}

#menu-main-nav  {
	padding-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#menu-main-nav li {
	    line-height: 60px;
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#menu-main-nav li a {
	background-color: transparent;
	font-size: 1em;
	color: #666;
}

#menu-main-nav li:after {
	content: "|";
	color: #cccccc;
	padding: 0px 5px;
	font-weight: lighter;
}

#menu-main-nav li:last-child:after {
	content: "";
}

#menu-main-nav li a:hover {
	color: #00acd7;
}

.menu {
	margin: 0;
}

.full-menu {
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 31;
	height: 60px;
}

#menu-course-menu.menu:before,
#menu-course-menu.menu:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

#menu-course-menu.menu:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

#menu-course-menu.menu {
    *zoom: 1;
}

.menu-course-menu-container {
	width: 100%;
	background-color: #0f293b;
}

#menu-course-menu {
	max-width: 1192px;
	margin: 0 auto;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	transition: .2s ease-out;
	text-align: center;
}

#menu-course-menu li {
	line-height:60px;
	display: inline-block;
	margin: 0;
	padding: 0;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	transition: .2s ease-out;
}

#menu-course-menu li:after {
    content: "|";
    color: #555C61;
    padding: 0px 10px;
    font-weight: lighter;
}

#menu-course-menu li:last-child:after {
	display: none;
}
#menu-course-menu li a {
	
	font-size: 1.1em;
	color: #fff;
	height: 32px;
}

#menu-course-menu li:last-child a {
	}

/* #menu-course-menu li.dark a {
	background: #b8b8b8;
} */

#menu-course-menu li a:hover {
	color: #00acd7;
	text-shadow: none;
	background-image: none;
}

/*#menu-item-38 a {
	padding-right: 24px !important;
}*/

.small-menu {
	display: none;
	background-color: #eee;
}

.off {
	display: none;
	background-color: #ddd;
}

.small-menu-button {
	height: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	overflow: hidden;
}

.small-menu-button h3 {
	margin: 0;
}


/* HERO */
img {
	max-width: 100%;
	height: auto;
}

#logo a {
	display: block;
	width: 200px;
    height: 38px;
	background-image: url('images/thinktable-logo-white.png')
}

#logo {
	margin: 0;
	padding: 0;
	float: right;
	padding-top: 10px;
}

.featured-thumbnail {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

	position:relative;
	width: 100%;
	height: 400px;
	z-index: 10;
	/*position: fixed; */
	top: 0;
	overflow:hidden;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#30bcdf+0,0788c1+100 */
background-color: #eee;

text-align:center;

background-position: center;
background-size: cover;
}

.textoverlay {
	position:absolute;
	top: 0;
    left: 0;
    right: 0;
}

.featured-thumbnail h1 {
	font-size: 4.5em;
    font-family: Roboto Slab;
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: lighter;
}
.featured-thumbnail p {
	    color: #fff;
    max-width: 500px;
    margin: 0px auto;
    font-weight: lighter;
    font-size: 23px;
}
}
.title-caption {
	color: #888;
}

.soliloquy-container .soliloquy-caption {
	top: 230px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	zoom: 1;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	font-family: Merriweather, Georgia, serif;
	font-size: 2em;
	line-height: 1.4em;
	width: 100%;
	max-width: 1192px;
	margin: 0 auto;
	text-shadow: 0 1px 6px rgba(0,0,0,.8);
	color: #fff;
}


/* SIDEBAR */

#sidebar {
	margin-bottom: 30px;
}

.widget-h1 {
	display: none;
}

.harvard {
	padding-bottom: 20px;
	width: 320px;
	background-color: #333;
	background-image: url(images/harvard-bg.png);
	background-repeat: no-repeat;
	background-position: right 13px;
	margin-top: 109px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.harvard h1 {
	font-size: 1.5em;
	margin: 20px 20px 10px 20px;
	color: #fff;
}

.harvard p {
	margin: 0;
	padding: 0 20px 10px 20px;
	color: #bbb;
}

.harvard a {
	margin-left: 20px;
	color: #fff;
}

.harvard a:hover {
	margin-left: 20px;
	color: #00acd7;
}

.feature-links	{
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.call {
	background-color: rgb(0, 94, 146);
	margin-top: 50px !important;
	display: none;
}

.call a {
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin-right: 15px;
}

.call a:hover {
	background-image: url(images/phone-hover.png);
}

.education-consulting,
.course-enquiry, .time-table, .call {
	height: 33.3333333333%;
	width: 320px;
	margin-top: 10px;
	background-image: url(images/gradient-l-r-small.png);
	background-repeat: repeat-y;
	background-position: right;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	-ms-transition: .4s ease-out;
	transition: .4s ease-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.education-consulting:hover,
.course-enquiry:hover, .time-table:hover, .call:hover {
	background-position: left;
	}

.education-consulting {
	background-color: #444;
}

.course-enquiry {
	background-color: rgb(224, 99, 0);
}

.time-table {
	background-color: #00acd7;
}

.education-consulting a,
.course-enquiry a, .time-table a, .call a {
	    color: #ffffff;
    font-family: Merriweather;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 20px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.education-consulting:hover,
.course-enquiry:hover,
.time-table:hover,
.call:hover {
	background-color: #0f293b;
	}


/*news alert */

#closebtn {
    width: auto;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 20px;
    z-index:999999;
    cursor: pointer;
   }
.newspopup {
	display:none;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-align:center;
	background-color: rgba(193, 193, 193, 0.58);
	max-width: 1192px;
	margin: 40px auto 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.newspopup .inner {
	max-width: 1192px;
	margin:0px auto;
	padding: 20px 0 70px;
}

.newspopup li {
	padding-bottom: 0;
}
.newspopup p {
    color: #0E293A;
    margin: .3em;
    font-size: 1.4em;
    font-family: Merriweather, Georgia, serif;
    font-weight:300;
}

.newspopup h1 {
    color: #0E293A;
    margin: 0px;
    font-weight: 600;
}

/*coursebox */

.available {
	    color: #0f293b;
    font-size: 2.5em;
    margin-bottom:1.5em;
    margin-top: 2.5em;
}
.coursebox {
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 40px;
    min-height: 340px;
    position: relative;
	background-color: #fff;
box-sizing: border-box;
}
#content div.coursebox:nth-child(4n) {  
	margin-right:0;
}

.coursebox .textcontent{
	padding:0px 20px 20px 20px;
}


.coursebox h3 { 
color: #0F293B;
font-size: 20px;
text-transform: none;
    font-weight: 400;
    font-family: Merriweather, Georgia, Serif;

}

.coursebox a.learnmore {
	color: #0F293B;
	border: 1px solid #ddd;
	padding: 13px 20px;
	font-size: 14px;
	display:inline-block;
	transition: .4s ease-out;
	position: absolute;
	bottom: 20px;
}

.coursebox a.learnmore:hover {
	color: #fff;
	background-color: #00acd7;
	border-color: #00acd7;
}

.coursebox .thumb {
	background-color: #0f293b; 
	display:block;
	transition: .4s ease-out;
}
.coursebox .thumb img{
	  mix-blend-mode: screen; width:100%

}

.coursebox .thumb:hover {
	background-color: #00acd7;
}

@media (max-width:1236px) {
	.fullwidth {
		padding: 0px 20px;
	}

	.coursebox {
		width: 22%;
	}
}
/*slider */
 .soliloquy-container .soliloquy-image, .featured-thumbnail img{
    min-height: 200px !important;
    min-width: 640px !important;
    width: 100vw;
    max-width: none !important;
        left: 0;
    right: 0;


      display: block;
    text-align: center;
    vertical-align: middle;
 }

.headertext {
	      display: block;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}
/* CONTENT */

article ul li {
	list-style-position: inside;
	margin-bottom: 1em;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

.page-content h3 {
	font-size: 1.1em;
	font-family: Merriweather, Georgia, sans-serif;
	font-weight: 400;
}

.page-content h3.block-blue {
	color: #fff;
	float: left;
	display: block;
	width: 50%;
	margin: 0 20px 0 0;
	background-color: rgba(2, 148, 194, 0.8);
	padding: 20px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

.page-content h3.block-grey {
	color: #fff;
    float: left;
    display: block;
    width: 40%;
    margin: 0 30px 0 0;
    background-color: rgba(15, 41, 59, 0.75);
    padding: 40px;
    font-size: 1.4em;
    font-style: italic;
	line-height: 1.8em;
    text-align: center;
}

.wrapper {
	max-width: 1192px;
	margin: 0 auto;
}


/*#title, #nav-primary, .hero-container, #content {
	max-width: 1192px;
	margin: 0 auto;
}*/

header {
	background: #fff;
	 overflow: visible !important;
}

.content-wrapper {
	position: relative;
	margin: 0;
	width: 100%;
	z-index: 30;
	background-color: #fff;
	background-image: url('http://www.thinktable.com.au/wp-content/uploads/2015/10/squared_metal.png');
	background-repeat: repeat;
	-webkit-transition: .2s ease-out;
		-moz-transition: .2s ease-out;
		-o-transition: .2s ease-out;
		-ms-transition: .2s ease-out;
		transition: .2s ease-out;
}

.content-inner {
	position: relative;
	width: 1192px;
	margin: 0 auto;
}

#main {
	font-size: 0.8em;
}



.right {
	width: 320px;
	padding: 0;
	float: right;
	
}

.left {
	background-color: #fff;width: 786px;
	padding: 20px 60px 30px 15px;
	float: left;
	overflow: hidden;
	background: transparent;
}
}

.title-caption {
	color: #999;
}

/* FOOTER */
footer {
	padding: 45px 0;
	position: relative;
	bottom: 0;
	background-color: #0f293b;
	z-index: 10;
	font-size: 0.9em;
	padding-bottom: 0px;
}

.footercopyright {
	background-color: #00acd7;
	margin-top: 70px;
	padding: 20px 0px;
}

.copyright {
	width: 50%;
	padding:0px;

}
.copyright.left {
	float:left;
}
.copyright.right {
	float:right;
	text-align:right;
}

a#scroll-to-top {
    z-index: 99999;
    }

.footer-wrapper {
	margin: 0 auto;
	max-width: 1162px;
}

.footer-wrapper h3{
	font-size:16px;
}
.footer-wrapper p {
    color: #aaa;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

.footer-logo {
	float: right;
	text-align: right;
}

.small-logo {
	display: block;
	min-width: 145px;
	height: 27px;
	margin-top: 4px;
	background-image: url(images/thinktable-footer-logo-white.png);
	background-repeat: no-repeat;
	text-align: right;
	background-position: top right;
}

.footer-address {
	margin: 15px 0 0 0;
}

.footer-address a, .copyright a {
	color: #ddd;
	text-decoration: underline
}

.footer-address a:hover, .copyright a:hover {
	color: #00acd7;
}

p.copyright  {
	margin: 0;
	margin-top: 3px;
		font-size: 14px;
	color: #0f293b;
}

p.copyright a {
	color: #fff;
	text-decoration: underline;
}
footer nav {
	width: 300px;
	margin: 0 30px 0 0;
	float: left;
}

footer nav a {
	color: #777;
}

footer nav a:hover {
	color: #00acd7;
}

.footer-wrapper #nav-footer h3 {
	font-weight: 400;
	color: #fff;
	margin: 0 0 5px 0;
}

footer ul {
	
}

footer li {
	list-style: square;
	list-style-position: inside;
	color: #666;
}



/* Contact page */

.ajax-loader {
	display: none;
}

.form-container {
	float: left;
	width: 100%;	
}	


.form-container form h4 {
	display: none;
}

form div {
	margin: 0 0 10px 0;
}

form input, form textarea, form .submit {
	width: 96%;
	padding: 20px 2%;
	border: none;
	margin-top: 5px
	}
	
form label {
	text-transform: uppercase;
	display: block;
}	

form input {
	background-color: #ddd;
}
	
form .wpcf7-submit {
	width: 30%;
	padding: 20px 10px;
	border: none;
	margin-top: 5px;
	background-color: #00acd7;
	color: #fff;
	-webkit-transition: .2s ease-out;
		-moz-transition: .2s ease-out;
		-o-transition: .2s ease-out;
		-ms-transition: .2s ease-out;
		transition: .2s ease-out;
}

form .wpcf7-submit:hover {
	background-color: #0f293b;
}

form span.wpcf7-not-valid-tip-no-ajax, .wpcf7-validation-errors {
	color: #ff0000;
}

.wpcf7-mail-sent-ok {
	color: #00acd7
}

form textarea {
	background-color: #ddd;
}

.address {
	display: none;
}

.page-id-14 .address {
	display: block;
	margin-top: 140px;
}

.address p, .address2 p {
	width: 100%;
	margin: .5em 0;
}

.address h3, .address2 h3 {
	margin: 15px 0 0 0;
}

.phone-number {
	font-weight: 600;
}

.contact-logo {
	display: block;
	width: 60%;
}

.map {
	margin-top: 30px;
	border: 1px solid #fff;
}

.address2 {
	display: none;
}

/* TIME TABLE */

.day-nav {
	margin: 40px 0 0;
font-size: 1.8em;
font-family: Merriweather, Georgia, Serif;
}

.day-nav a {
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #0f293b;
	color: #fff;
	width: 13.95%;
	margin: 0 .3333333333% 20px 0;
	padding: 10px 0;
	float: left;
}

.day-nav.holiday a {
	width: 33%;
}

.day-nav a:hover {
	color: #0f293b;
	background-color: #eee;
}

.day {
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 20px;
	background-color: rgba(0,0,0,0.08);
}

.day h3 {
	margin: 0;
	padding: 20px;
	font-size: 1.5em;
	background-color: rgba(0, 0, 0, 0.1);
}

.day li {
	list-style: none;
	border: none;
	margin: 0;
	padding: 30px;
	font-weight: 600;
	border-top: 1px solid #fff;
	font-size: 1.2em;
}

.day li ul {
	list-style: none;
	border: none;
	margin: 0;
}

.day li ul li {
	font-weight: 400;
	margin-bottom: 0;
	padding: 5px 0 0 0;
	border: none;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 0;
	font-size: 0.85em;
}


/* Gallery */

.gallery .gallery-item {
	float: left;
	text-align: center;
	width: 23% !important;
	margin: 1% 2% 1% 0 !important;
}

.gallery .gallery-item img {
	border: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gallery-heading {
	font-size: 1.5em;
	font-weight: 400;
	margin: 60px 2% 20px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}




/* ACHIEVEMENTS */

.achievements {
	display: none;
	padding: 50px 0;
	background-color: #00acd7;
	overflow: hidden;
	color: #fff;
		font-family: Merriweather, Georgia, serif;
		font-weight: 300;

}

.achievements.hide {
	opacity: 0;
	height: 1px;
}

.achievements h1 {
	font-size: 2.5em; font-weight: 400;
	color: #fff;
	margin: 0 0 15px 15px;
}

.achievements .column {
	width: 50%;
	float: left;
}

.achievements .column p {
	color: #fff;
    	margin-left: 15px;
    	font-size: 1.2em;
   	line-height: 2.0em;
}

.achievements .column p span {
	font-size: 1.2em;
	font-weight: 600;
	color: #0f293b;
}

.achievements .close {
	cursor: pointer;
	}

.home .achievements{
	display: block;
}

.ease {
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	transition: .2s ease-out;
}
	

/* ==========================================================================
   MEDIA QUERY
   ========================================================================== */
 
@media (max-width: 1227px) {
	.content-inner, .footer-wrapper {
    max-width: 100%;
}
	.left {
		width: 700px;
	}

	.right {
		width: 320px;
		margin-right:20px;
	}

	.footer-wrapper {
		padding: 0px 13px;
    box-sizing: border-box;
	}
	.clearfix {
		overflow:hidden;
	}
}

@media (max-width: 1181px) {
	.left {
		width: 500px;
	}

	.right {
		width: 320px;

	}
	}
@media screen and (max-width: 960px)  {

	h1 {
		font-size: 1.5em;
	}

	.content-wrapper {
		box-shadow: none;
		margin: 0;
		top: 281px;
	}
	
	footer {
		box-shadow: none;
		margin: 0;
	}

	body {
		background: #fff;
	}
	
	.main-menu {
		display: block;
		padding: 10px 20px;
		background-color: #0f293b;
		width: 100px;
	}
	
	
	
	.header-top {
		width: 100%;
		margin: 0;
		padding: 0;
		height: auto;
		position: absolute;
	}
	
	.featured-thumbnail {
		position: absolute;
		overflow: hidden;
		height: 200px;
	}
	
	.soliloquy-direction-nav {
		display: none !important;
	}
	
	.soliloquy-container .soliloquy .soliloquy-slides img {
		min-height: 200px !important;
		min-width: 640px !important;
	}
	
	.soliloquy-container .soliloquy .soliloquy-viewport {
		height: 200px;
	}	
	
	.soliloquy-container .soliloquy-caption {
		top: 40%;
		margin: 0;
		position: absolute;
		width: 100%;
		zoom: 1;
	}
	
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		width: auto;
		font-size: 1.5em;
		line-height: 1.4em;
		margin: 0 20px;
		text-align: center;
		text-shadow: 0 1px 6px rgba(0,0,0,.8);
		color: #fff;
	}
	
	#logo {
		margin: 20px 20px 0 0;
	}
	
	#logo a {
		width: 160px;
		background-repeat: no-repeat;
		background-position: right top;
		background-size: 100%;
		background-image:url(images/header-logo-whitedark.png);
	}
	
	
	.featured-thumbnail h1, .featured-thumbnail p {
		display:none;
	}
	.small-menu-button {
		top: 200px;
		height: auto;
		position: absolute;
		width: 100%;
		z-index: 32;
		opacity: 1;
		color: #fff;
		background-color: rgba(2, 148, 194, 0.8);
		background-repeat: repeat-x;
	}
	
	
	
	.small-menu-button h3 {
		display: block;
		padding: 30px 20px;
		margin: 0;
		background-image: url(images/bullet-drop-white.png);
		background-repeat: no-repeat;
		background-position: center right;
		cursor: pointer;
		-webkit-transition: .2s ease-out;
		-moz-transition: .2s ease-out;
		-o-transition: .2s ease-out;
		-ms-transition: .2s ease-out;
		transition: .2s ease-out;
	}
	
	.small-menu-button.active h3 {
		background-color: #0f293b;
		color: #fff;
		background-image: url(images/bullet-close-white.png);
	}
	
	#nav-primary {
		display: none;
	}
	
	#menu-course-menu li {
		width: 100%;
		background-image: none;
		background-color: #00acd7;
		text-align:left;
		line-height: 1;
	}
	
	#menu-course-menu li:after {
		display:none;
	}

	#menu-course-menu li a {
		color: #fff !important;
		    padding: 0 21px 0;
		    display:block;
			line-height: 42px;
			height:auto;
	}
	header .full-menu {
		width: 100%;
		max-width: 1192px;
		margin: 0 auto;
		position: relative;
		top: 282px;
		z-index: 31;
		display: block;
		height: 1px;
		opacity: 0;
		overflow: hidden;
		-webkit-transition: .2s ease-out;
		-moz-transition: .2s ease-out;
		-o-transition: .2s ease-out;
		-ms-transition: .2s ease-out;
		transition: .2s ease-out;
	}
	
	.address {
		display: none !important;
	}
	
	.page-id-14 .address2 {
		display: block;
	}
	
	.address2 {
		display: none;
		margin-bottom: 30px;
		margin-top: -40px;
	}
	
	.full-menu.active {
		height: 660px;
		opacity: 1;
	}
	
	.full-menu .course {
		display: block;
		padding: 20px;
		background-color: rgba(2, 148, 194, 1);
		border-top: 5px solid #fff;
	}
	
	.full-menu .course h3 {
		margin: 0;
		color: #fff;
	}
	
	.full-menu.active .menu-main-nav-container {
		display: block;
	}
	
	.full-menu ul li {
		border-top: 1px solid #fff;
	}
	
	.full-menu .menu-main-nav-container ul li a {
		display: block;
		height: 32px;
		font-size: 1.1em;
		padding-left: 33px;
		padding: 8px 21px 0;
		color: #fff;
		background-color: rgba(0, 0, 0, 0.8);
	}
	
	.full-menu .menu-main-nav-container ul li a:hover {
		background-color: #fff;
		color: #0f293b;
	}
	
	#menu-course-menu li a{
		background-image: url(images/bullet-01-white.png);
		background-repeat: no-repeat;
		background-position: 20px 16px;
		padding-left: 33px;
	}
	
	#menu-course-menu li a:hover {
		background-image: url(images/bullet-01-black.png);
		color:#000;
	}
	
	
	.content-inner {
		width: 100%;
	}
	
	.left, .right {
		float: none;
		width: auto;
		margin: 0 20px;
		padding: 0;
	}
	
	.right {
		margin-bottom: 20px;
		margin-top: 30px;
	}
	
	.page-content h3.block-blue {
		width: auto;
		margin: 5px 0 10px;
		text-align: center;
	}
	
	.page-content h3.block-grey {
		width: auto;
		margin: 5px 0 10px;
		text-align: center;
	}
	
	.call {
		display: block;
		margin-top: 0 !important;
	}
		
	.harvard {
		width: 100%;
		margin-top: 10px;
		background-position: 100% 18px;
		background-size: 100px;
	}
	
	.education-consulting, .course-enquiry, .time-table, .call {
		width: 100%;
	}
	
	article h1 {
		margin: 40px 0 0 0;
	}
	
	form {
		margin-top: 20px;
	}
	
	.form-container {
		margin-bottom: 0;
	}	
	
	.map {
		box-shadow: none;
	}
	
	footer {

		position: relative;
		bottom: 0;
		background-color: #0f293b;
		z-index: 10;
		font-size: 0.9em;
	}
	
	.footer-wrapper {
		margin: 0 20px;
	}
	
	#nav-footer {
		margin-bottom: 20px;
	}	
	
	.footer-logo {
		width: 100%;
		text-align: left;
		margin-top: 10px;
		padding: 30px 0 0 0;
		border-top: 1px solid #666;
	}
	
	.small-logo {
		width: 145px;
		float: right;
		margin-bottom: 30px;
	}
	
	.footer-address {
		float: left;
		margin: 0;
	}	
	
	.copyright {
		float: left;
		width: 100%;
	}
	
	.gallery .gallery-item {
		float: left;
		text-align: center;
		width: 23% !important;
		margin: 1% !important;
	}
	
	.day h3 {
		margin-top:20px;
	}
	
	.day-nav a {
		margin-bottom: 0;
	}
	
	.achievements .column {
		width: 100%;
		float: none;
	}
	
	.achievements h1, .achievements .column p {
	margin-left: 20px
	}
	
	.day-nav.holiday a {
		font-size: .9em !important;
	}

}





/* Hidden */
#page-meta, #comments, small {
	display: none;
}


/*for testing*/



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


@media (max-width:800px) {


.coursebox {
		width: 48%;
		margin-right: 4%;
		box-sizing: border-box;
		min-height:400px
	}
	.coursebox:nth-child(even) {
		margin-right:0;
	}
}
@media (max-width:460px) {
.coursebox {
		min-height:280px
	}
	.coursebox h3 {font-size:16px}
	.coursebox:nth-child(even) {
		margin-right:0;
	}
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
