/*--Designed and built by: https://bluefishwebsolutions.co.uk--*/

/*--Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, div {
	display: block;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

strong {
	font-weight: bold;
}	
	
/* remember to define visible focus styles! 

:focus {
	outline: ?????;
	} */

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	}	
	
* {
	-webkit-text-size-adjust: none;
}

/*--Colour Pad*/

/*--Typography*/

/*--Main*/

	
body {
	background: #FFF;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px 0;
	font-weight: 300;
	}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}

p {
	margin: 0 0 20px 0;
}

.red {
	color: #ca1e2c;
}

a {
	color: #ca1e2c;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

/*--Page*/

div#page-wrapper {

}

/*--Header*/

#header_wrapper {
	margin: 0 auto;	
	height: 193px;
	padding: 0px;
	/*background: #333;*/
}

header {
	width: 940px;
	height: 193px;
	margin: 0px auto;
	position: relative;
}

a#logo {
	width: 500px;
	height: 91px;
	position: absolute;
	top: 29px;
	left: 220px;
}

a:hover#logo {
	opacity: .8;
}

/*--Nav*/

.nav_wrapper {
	height: 15px;
	margin: -35px 0 0 0;
}

.nav_inner {
	width: 940px;
	margin: 0px auto 0px auto;
	position: relative;
}

ul.menu {
	position: absolute;
	z-index: 1;
	left: 143px;
	z-index: 99;
}

ul.menu li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
}

ul.menu li a,
ul.menu li span.menuItem {
	position: relative;
	display: block;
	font-size: 16px;	
	line-height: 16px; /*match font-size*/
	font-weight: 300;
	color: #000;
	background: none;
	text-decoration: none;
	padding: 0 25px;
	text-transform: uppercase;
}

/*ul.menu li a#home {
	padding: 0 30px 0 0;
}

ul.menu li a#contact {
	padding: 0 0 0 30px;
}*/

ul.menu li a:hover {
	background: none;
	color: #ca1e2c;
}

/*--Responsive Nav*/	

div.button_inner {
	width: 940px;
	margin: 0px auto;
	position: relative;
}

div.button_inner p {
	display: none;
}

/*--single image*/

.single-img div.one {
	padding: 0;
	margin: 0;
}

.singleImage {
	width: 100%;
}

/*--slider*/

.slider-container {
	height: 400px;
	margin: 0 0 35px 0;
	padding: 30px 0 55px 0;
	visibility: hidden;
	position: relative;
	background: url(images/pattern_bg.jpg);
}

.img-container {
	height: 500px;
	margin: 0 0 35px 0;
	position: relative;
	background: #000 url(images/reading_tuition.jpg) no-repeat;
	background-size: cover;
}

.img-container img {
	background-size: cover;
}

.img-container .column {
	width: 940px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.img-container h1 {
	color: #FFF;
	background: rgba(0, 0, 0, .7);
	display: inline-block;
	padding: 20px 60px;
	margin: 0;
	position: absolute;
	top: 348px;
	left: 83px;
}

#slider  {
	/*height: 400px;*/
}

#slider a.slide,
#slider a.slide img {
	width: 100%;
}

#slider a.slide img,
#slider .slide img {
	display: block;
}

.slider-container div.column {
	width: 940px;
	margin: 0 auto;
}

a.slide {
	width: 940px;
	position: relative;
}

a.bx-prev,
a.bx-next  {
	height: 15px;
	width: 14px;
	position: absolute;
	top: 0px;
	display: block;
	text-indent: -9999px;
	z-index: 99;
}

a.bx-prev {
	left: -27px;
	top: -50px;
	background: url(images/previous.png);
}

a.bx-next {
	right: -27px;
	top: -50px;
	background: url(images/next.png);
}

.bx-controls {
	width: 100%;
	text-align: center;
	margin: 9px 0 0 0;
}

.bx-pager-item {
	display: inline-block;
	padding: 10px 0 0 0;
}

div.bx-pager-item a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	background: #CCC;
	border-radius: 10px;
}

div.bx-pager-item a.active, 
div.bx-pager-item a:hover {
	background: #FFF;
}

/*--Content*/

div.column-wrapper {
	clear: both;
}
	
div.column {
	width: 940px;
	margin: 0px auto 40px auto;
	padding: 0;
}

.singleColumn {
	text-align: center;
}
	
div.one {
	padding: 0;
}

div.one.policy {
	padding: 20px;
}

div.one.pageContent {
	padding: 30px 20px 20px 20px;
}

.intro {
	text-align: center;
}

.intro h1 {
	font-size: 24px;
	line-height: 30px;
}

div.twoA,
div.twoB {
	width: 460px;
	float: left;
}

div.twoA {
	width: 0 40px 0 0;
}

div.threeA,
div.threeB,
div.threeC {
	width: 300px;
	float: left;
	margin: 0 20px 40px 0;
}

div.threeC {
	margin: 0 0 40px 0;
}

a.button {
	background: #ca1e2c;
	color: #FFF;
	padding: 10px 30px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background 0.7s;
	-moz-transition: background 0.7s;
	-o-transition: background 0.7s;
	transition: background 0.7s;
}

a:hover.button {
	background: #a21823;
	color: #FFF;
}
		
.sidebarRightMain {
	width: 580px;
	margin: 0 60px 60px 0;
	float: left;
}

.sidebarRight {
	width: 300px;
	float: right;
	margin: 0 0 40px 0;
}

div.clear {
	clear: both;
}

.link a.button {
	display: block;
	margin: 0 20px 20px 20px;
}

.links div.twoA,
.links div.twoB {
	width: 380px;
	margin: 0 0 40px 0;
}

.links div.twoA {
	margin: 0 40px 0 0;
}

.links div.twoA img,
.links div.twoB img {
	width: 100%;
}

div.column.links {
	width: 800px;
	margin: 0 auto;
}

.links {
	text-align: center;
}

.link {
	background: #EEE;
}

.link h3 {
	margin: 0 0 10px 0;
}

.link img {
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
}

.link h4 {
	border-bottom: 1px solid #CCC;
	padding: 0 0 15px 0;
	margin: 0 20px 15px 20px;
}

.price-info {
	background: #ca1e2c url(images/prices_bg.jpg) no-repeat center;
	background-size: cover;
	color: #FFF;
	padding: 30px 0;
	margin: 0 0 40px 0;
	text-align: center;
}

.price-info div.column {
	margin: 0 auto;
}

.price {
	width: 152px;
	height: 198px;
	float: left;
	background: rgba(255, 255, 255, .7);
	color: #000;
	margin: 0 20px 20px 0;
	padding: 10px;
	text-align: center;
	position: relative;
}

.price:nth-child(6) {
	margin: 0 0 20px 0;
}

.price h3 {
	margin: 0 0 10px 0;
}

.price h3 span {
	font-weight: 600;
	display: block;
}

.price p {
	font-weight: 600;
}

.price p.cost {
	width: 152px;
	font-size: 36px;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	text-align: center;
	/*margin: 0;*/
}

.price p.cost span {
	font-size: 12px;
	font-weight: 400;
	clear: both;
	display: block;
}

.prices h4 {
	font-weight: 600;
}

body#types_of_tuition .tuition-type h2 {
	margin: 0 0 15px 0;
}

body#types_of_tuition h2,
body#about_me h2  {
	margin: 0 0 40px 0;
}

.tuition-type {
	width: 800px;
	margin: 0 auto 30px auto;
	text-align: left;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #CCC;
}

.singleColumn .tuition-type:last-child {
	border-bottom: none;
}

.tuition-type-img-container {
	width: 300px;
	margin: 0 40px 0 0;
	float: left;
}

.tuition-type-img-container img {
	width: 100%;
}

.tuition-type-info {
	margin: 0 0 0 340px;
}

/*--pagination*/

.pagination {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.pagination a {
	margin: 0 5px;
	background: #FFF;
	border: 1px solid #ccc;
	color: #333;
	padding: 5px 10px;
}

.pagination a:hover,
.pagination a.selected {
	text-decoration: none;
	background: #6aa135;
	border: 1px solid #6aa135;
	color: #FFF;
}

/*--title*/

div.column-wrapper.title div.column {
	margin: 0 auto;
}

.title {
	padding: 30px 0;
	margin: 0 0 30px 0;
	background: #000 url(images/shakespear_books_bg.jpg) no-repeat center;
	background-size: cover;
	color: #FFF;
	text-align: center;
}

.title h1 {
	margin: 0;
}

/*--clear fix*/

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/*--contact form footer*/

.contact {
	background: #000 url(images/shakespear_books_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0;
	color: #FFF;
	text-align: center;
}

.contact div.column {
	margin: 0 auto;
}

.contact label {
	text-align: left;
}

.contact div.twoA {
	width: 370px;
	margin: 0 40px 0 80px;
}

.contact div.twoB {
	width: 370px;
}

/*--contact form*/		

form#contactForm {
	height: auto;
	margin: 30px 0 0 0;
}

form#contactForm input {
	padding: 5px;
	width: 370px;
	height: 40px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #ccc;
	box-shadow: none;
}

form#contactForm textarea {
	width: 370px;
	height: 152px;
	box-shadow: none;
	margin: -20px 0 0 0;
}

form#contactForm textarea:focus, #contact-area input:focus {
	border: 1px solid #cfcfcf;
}

form#contactForm input.button {
	width: 370px;
	clear: both;
	border: none;
	height: 40px;
	display: block;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	padding: 0 20px;
	text-decoration: none;
	background-color: #ca1e2c;
}

label {
	clear: both;
	width: 370px;
	padding: 0 0 5px 0;
	display: block;
	color: #FFF;
}

label.error {
	color: #FF0000;
	margin: -15px 0 0 0;
}

form#contactForm .message label.error {
	margin: 0;
}

/*--testimonials on homepage*/

.testimonials {
	text-align: center;
	background: #EEE;
	padding: 40px 0 20px 0;
}

.testimonials div.column {
	margin: 0 auto;
}

.sliding-gallery-container {
	width: 900px;
	padding: 15px 20px 0px 20px;
	visibility: hidden;
}

ul.sliding-gallery {
	margin: 0;
	padding: 0;
	background: #ccc;
}

ul.sliding-gallery li {
	width: auto;
	font-style: italic;
}

.testimonials li p.testimonialFrom {
	font-style: normal;
	font-weight: 600;
	color: #a21823;
}

.testimonials li p {
	color: #999;
}

.sliding-gallery-container .bx-controls {
	width: 100%;
	margin: 0 0 20px 0;
}

.sliding-gallery-container .bx-next {
	width: 10px;
	height: 60px;
	background: url(images/slider_next.png) center;
	display: block;
	position: absolute;
	right: -20px;
	top: -175px;
	text-indent: -9999px;
}

.sliding-gallery-container  .bx-prev {
	width: 10px;
	height: 60px;
	background: url(images/slider_prev.png) center;
	display: block;
	position: absolute;
	left: -20px;
	top: -175px;
	text-indent: -9999px; 
}

.bx-controls {
	/*width: 940px;
	height: 40px;*/
	text-align: center;
	margin: -40px auto 0 auto;
	padding: 0;
	z-index: 99;
	position: relative;
}

/*--map*/

.map {
	height: 300px;
	display: block;
	margin: 0;
}

/*--footer*/		
	
div#footer-wrapper {
	clear: both;
	background: #FFF;
	/*color: #FFF;*/
	z-index: 99;
	margin: 0 auto;
	text-align: center;
}
	
footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	/*color: #FFF;*/
	text-align: center;
}

footer p {
	margin: 0;
}

footer span {
	margin: 0 5px;
}

footer p.address span {
	margin: 0;
}

footer p.address span.tel {
	margin: 0 10px;
}

/* `Widths
----------------------------------------------------------------------------------------------------*/

.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

/*
  Added via JS to <textarea> and class="input_full".
  Applies only to IE7. Other browsers don't need it.
*/
.input_full_wrap {
  display: block;
  padding-right: 8px;
}

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  /* IE8, IE9, IE10 */
  top: 0\0;
  /* IE7 */
  *top: -3px;
}

/* iPad */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px;
  }
}

/* iPhone 3 */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

/* iPhone 4 */
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #ddd url(../img/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  /*
    Helvetica Neue present, because it works better
    for line-height on buttons than Arial, on OS X.
  */
  font: 16px/1.3 Arial, 'Liberation Sans', FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: #fff 0 1px 1px;
  width: auto;
  
  /* overide styles from basic above */
  
  border-radius: 0;
  border: none;
  background: #000;
  color: #FFF;
  text-shadow: none;
  padding: 5px 10px;
  font-size: 16px;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
}

button {
  /* IE7 */
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  /*
    Leaving out Helvetica Neue, to not throw off size="..."
    on inputs. Arial is more reliable, on Windows and OS X.
  */
  font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
  height: 1.8em;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {
  color: #888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888;
}

:invalid {
  /*
    Suppress red glow that Firefox
    adds to form fields by default,
    even when user is still typing.
  */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #aaa 0 0 7px;
  -webkit-box-shadow: #aaa 0 0 7px;
  box-shadow: #aaa 0 0 7px;

  /* for Opera */
  z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(../img/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    display: none;
  }
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */
	/* 768px upwards, is desktop */

    @media only screen and (max-width: 768px) {
	
		header,
		#header_wrapper,
		div.nav_inner,
		div.button_inner,
		div.column,
		ul.menu,
		div.one,
		div.twoA,
		div.twoB,
		div.threeA,
		div.threeB,
		div.threeC,
		div.fourA,
		div.fourB,
		div.fourC,
		div.fourD,
		footer,
		div.sidebarRightNav,
		div.sidebarRightMain,
		div.sidebarRight,
		.slider-container {
			float: none;
			width: 100%;
			clear: both;
			margin: 20px auto;
		}
		
		header,
		div.nav_inner,
		div.button_inner,
		ul.menu {
			margin: 0px auto;
		}
		
		div.sidebarRightMain,
		div.sidebarRight,
		div.one.singleColumn,
		footer {
			width: 90%;
			margin: 0 5%;
		}
		
		div.column {
			margin: 0;
		}
	
		/*--header*/
	
		#header_wrapper {
			height: auto;
			padding: 0px;
			margin: -75px 0 0 0px;
		}
		
		header {
			height: 75px;
		}
		
		a#logo {
			width: 280px;
			height: 46px;
			left: 10px;
			top: 15px;
			z-index: 999;
		}
		
		a#logo img {
			width: 90%;
		}
		
		div.button_wrapper,
		div.button_inner {
			height: 75px;
			padding: 0px;
		}
		
		div.button_inner p {		
			display: inline;
			position: absolute;
			right: 10px;
			top: 40px;
			z-index: 99;
			margin: 0 0 0 0;
		}
		
		div.button_inner p a span {
			background: #ca1e2c;
			display: block;
			width: 30px;
			height: 5px;
			margin: 0 0 3px 0;
		}
		
		div.button_inner p a {
			cursor: pointer;
			color: #000;	
			padding: 0;
			border-radius: 5px 5px 0px 0px;	
		}
		
		/*--menu*/
		
		div.nav_wrapper {
			clear: both;
			height: auto;
			display: none;
			margin: 0;
			overflow-y: hidden;
			padding: 0px 0px;
			bottom: 0px;
			left: 0;
			position: relative;
		}
		
		div.nav_inner,
		ul.menu {
			clear: both;
			position: relative;
		}	
		
		ul.menu {
			left: 0;
			top: 0;
		}
		
		ul.menu li {
			display: block;
			float: none;
			position: relative;
			background: none;
		}

		ul.menu li a,		
		ul.menu li span.menuItem {
			position: relative;
			display: block;	
			margin-right: 0px;						
			height: auto;
			border: none;
			font-size: 16px;		
			text-decoration: none;			
			margin: 0;
			padding: 10px;
		}

		ul.menu li a#home {
			padding: 20px 0 10px 10px;
		}
		
		ul.menu li a#contact {
			padding: 10px 0 20px 10px;
		}
		
		ul.menu li a:not(:only-child):not(.btnMenu) {
			width: 220px;
			
		}

		ul.menu li span.menuItem ~ a.btnMenu {
			left: 0;
			width: 280px;
		}

		ul.menu li a.btnMenu {
			position: absolute;
			left: 248px;
			top: 0;			
			width: 32px;	
			padding: 0;
			height: 32px;	
			background: none;				
		}

		ul.menu li a.btnMenu span,
		ul.menu li a.btnMenu:hover span	{			
			display: block;
			position: absolute;
			right: 0;
			top: 3px;			
			padding: 0 0 0 0;
			margin: 3px;
			cursor: pointer;
			height: 28px;
			width: 28px;
			font-size: 16px;
			line-height:20px;			
			text-align: center;
			font-weight: bold;
			z-index: 10;			
		}

		ul.menu li a.btnMenuExpand {			
			display: block;						
		}

		ul.menu li a.btnMenuContract {			
			display: none;						
		}	

		ul.menu li ul a,		
		ul.menu li ul span.menuItem {		
			width: auto;
		}

		ul.menu li ul,
		ul.menu li ul ul,
		ul.menu li ul ul ul {
			left : 0;
			display: none;
			position : static;			
			box-shadow: inset 0 0 20px #000;
			margin: 10px -20px;
			padding: 15px 10px 10px 20px;			
		}

		ul.menu li ul ul,
		ul.menu li ul ul ul {
			margin: 10px -10px 10px -20px;
		}
		
		/*--content*/
		
		.title {
			padding: 20px 0;
			margin: 0 0 20px 0;
		}
		
		.title div.one {
			margin: 0;
		}
		
		.img-container {
			height: 200px;
			margin: 0 0 20px 0;
		}
		
		.intro h1 br,
		.singleColumn p br,
		.contact p br,
		.singleColumn h2 br	{
			display: none;
		}
		
		div.column-wrapper.contact div.column {
			width: 90%;
			margin: 0 5%;
		}
		
		.contact {
			padding: 15px 0 0 0;
		}
		
		div.column.links {
			width: 100%;
		}
		
		.links div.twoA,
		.links div.twoB	{
			width: 90%;
			margin: 0 5% 20px 5%;
		}
		
		.testimonials {
			display: none;
		}
		
		body#about_me h2,
		body#types_of_tuition h2 {
			margin: 0 0 20px 0;
		}
		
		body#about_me .tuition-type {
			margin: 0;
			padding: 0;
		}
		
		.tuition-type {
			width: 100%;
		}
		
		.tuition-type-img-container,
		.tuition-type-info {
			width: 100%;
			margin: 0;
			float: none;
		}
		
		.tuition-type-img-container {
			margin: 0 0 20px 0;
		}
		
		.singleColumn .tuition-type:last-child {
			margin: 0;
			padding: 0;
		}
		
		.price-info {
			padding: 5px 0 5px 0;
		}
		
		.price {
			width: 40%;
			margin: 0 2.5% 5% 2.5%;
			padding: 2.5%;
		}
		
		.price p {
			line-height: 20px;
		}
		
		.price p.cost {
			width: 100%;
			left: 0;
		}
		
		.price:nth-child(6) {
			margin: 0 0 0 2.5%;
		}
		
		.price p.cost span {
			margin: 5px 0 0 0;
		}
		
		/*--form*/
		
		.contact div.twoA,
		.contact div.twoB {
			margin: 0;
			width: 100%;
		}
		
		form#contactForm,
		form#contactForm input,
		label,
		form#contactForm textarea,
		form#contactForm input.button {
			width: 100%;
		}
	
		form#contactForm {
			margin: 0 0 30px 0;
		}
		
		/*--footer*/
		
		div#footer-wrapper {
			width: 100%;
			padding: 15px 0 15px 0;
		}
		
		footer {
			padding: 0;
			text-align: center;
			font-size: 11px;
			line-height: 16px;
		}
		
		p.contactInfo {
			margin: 0 0 20px 0;
		}
		
		div#address.one.terms {
			margin: 0;
		}
		
		footer p.address span.tel,
		span.website {
			display: block;
		}
		
		div.info {
			margin: 10px 0 0 0;
		}
	
    }
	
	
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */
	/* Selectively overriding mobile portrait */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.img-container {
			height: 225px;
		}
		
		.tuition-type-img-container {
			width: 25%;
			float: left;
			margin: 0 5% 0 0;
		}
		
		.tuition-type-info {
			width: 70%;
			margin: 0 0 0 30%;
		}
		
		body#about_me h2,
		body#types_of_tuition h2 {
			margin: 0 0 30px 0;
		}
		
    }	
	


