@charset "utf-8";
/* CSS Document */

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */
#qform.planner p {color: white !important;}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0px;
	padding: 0px;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ================================================================================================================================
   																																MTG Coach and Travel Styles
   ================================================================================================================================ */

html {
padding:0px;
margin:0px;
	
}
body {
    color: #888888;
    font-family: 'Ubuntu',sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
	background-color:#fbfafa;

}

/* Typography */

h1 {
color:#83af26;
font-size:34px;
line-height: 40px;
maring: 10px 0px;
font-weight:normal;
text-shadow: 1px 1px #4E5C31;
	}

h2 {
color:#4e5c31;
font-size:26px;
font-weight:normal;
line-height: 36px;
padding: 10px 0;	
	}

h3 {		
font-size:20px;
font-weight:normal;
color: #66832A;	
padding: 20px 0;	
	}

/* Navigation */
#menu {
    margin: 18px 0 14px; position: relative;
}
ul.nav {clear: both;}

ul.nav li a.current {
    color: #83AF26;
}

.dots {
    border-left:none !important;
}

ul.nav li a {
	   border-left: 1px dotted #83AF26;
    padding: 0 0 0 8px;
	text-align:center;
color:#323a44;
text-decoration:none;
text-transform:uppercase;
font-size:16px;
font-weight:400;
	}

ul.nav li {
    padding: 5px;
}


ul.nav li a.current {
    color: #83AF26;
}

/* Top header styling */
/*#headerwrap {
    display: block;
    margin: 0 auto;
    min-height: 145px;
    padding: 20px 20px 0;
    max-width: 950px;
}	*/
#headerwrap {
	background:#fbfafa;
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px 0 0;
	z-index: 1000;
}
.social { margin: 20px 0 0; }
#tiledimages {
width: 100%; 
overflow:hidden;
display:block; 
height: 262px; 
background-image: url("../images/tiledimages2.jpg");
background-position: center center;
background-repeat: repeat-x;
}
	
#drpshadow {width: 100%; display:block; min-height: 280px; background: url(../images/drpshadow.gif) repeat-x;padding: 14px 0 0;}
.imgcaptcha {margin: 10px 0; clear: both; float: left;}
.reload {clear: both; float: left;}
.captchatxt {color: #709b15; padding: 0 0 0 5px; margin: 5px 0;}
.subtn {padding: 10px 35px !important; font-size: 18px !important;}
.mtglogo {
    float: left;
    height: auto;
    max-width: 343px;
}
a.mtglogo img {width:100%; height:auto;}
span.dash.dash1 .mtg-cont img {float: left !important;}

.mtginfo {
    display: block;
    float: right;
    margin: 15px 0;
    min-width: 400px;
	clear: right;
}



.email {font-size: 22px; clear: both; float:right;}

.mtgticksservices {clear: both; display:block; margin: 10px 0;}
ul.ticks	{list-style-image: url("../images/tick_green.png");float: left; display:block; }
ul.ticks li {
    float: left;
    font-size: 22px;
    margin: 0 55px 0 0;
}

/* Page styling */	

.cursor {cursor:default; text-decoration: none;}
.special {padding: 20px 0 0 0;}
.darkgreen	{
	color: #8aae39;
	}
	
.tagline {
    color: #8aae39;
     font-weight: 300;
    line-height: 45px;
    padding: 3px 0 7px;
	font-size: 20px;
}
.footer a {color: #fff;}
.clear, .clearfix {clear:both;}

.mtg-cont img { padding: 0 0 0 15px;float:right;} /* image for client */
.mtg-cont li {list-style-type:disc ;}
.mtg-cont ul {margin: 0 0 0 10px;line-height: 1.4em;}
.mtg {padding:0 6px 0 0;}
.photos	{padding:10px 0 0 0;}
.right	{float: right;}


/* // fixes */
#qform_over_div {max-width:550px;}
#content-wrap {display: block; clear:both;}
#menu .btn-big {display:none;}
div.Global_ContainerB {padding:5px;}



span.cdetail-left, span.cdetail-right {
display:block;
float:left;
width:49%;
padding:15px;
box-sizing:border-box;
color:#666;
}
span.cdetail-left strong, span.cdetail-right strong {
font-weight:600;	
}

a {
	color: #83AF26;
    text-decoration: none;
}

div.column-school-run {

width:50%;
float:left;
display:block;

	
}

	div.Global_ContainerB {
	}

	div.Global_Container {
	width:950px;
	margin:0 auto;

	}
	
	div.banner {

		
	  position:relative;
	  height:344px;
	}
img.placeholderzz {
float:right;
display:inline-block;
}	
img#coach-img {
	
	position:absolute;
	right:-30px;
		
	}
	
	span.dash {
	display:block;
	margin:5px auto;
	width:95%;
	margin:0 auto;
	background-image:url(../images/dash-bg.png);
	background-repeat:repeat-x;
	background-position:left top;
	height:2px;
	clear:both;
	}
	
		span.dash.dash1 {
margin:40px auto 15px auto;
	}
	h1.main.phon {
	
	width:350px;
	
	}
	ul.tick-span-one {margin: 0 20px 0 0;}
	ul.tick-span-one, ul.tick-span-two {
	width:45.5%;

	float:left;
	list-style:none;
	list-style-type:none;
	margin-bottom:20px;
	margin-left: 0;
    padding-left: 0;
	}
	
		ul.tick-span-one li, ul.tick-span-two li {
	width:90%;
	clear:left;
	float:left;
	list-style:none;
	list-style-type:none;
			background-image:url(../images/tick_green.png);
		background-position:left 2px;
		background-repeat:no-repeat;
	padding-left:25px;
	color:#888888;
	font-size:14px;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
	list-style:none;
	list-style-type:none;
	margin:6px 0px;
	line-height:22px;
	}
	

	
	span.phone {
	
	display:block;
	position:absolute;
	bottom:0px;
	left:0;
	*left:-178px;
	width:416px;
	height:118px;
	background-image:url(../images/phone-span.png);
	background-repeat:no-repeat;
	background-postion: left top;
		
	}
	
	.phonenb {
	
	display:block;
	float: right;
	text-align:right;
	min-width:185px;
	padding: 4px 0 0 50px;
	margin: 0 0 0 30px;
	color:#4e5c31;
	font-size:38px;
	font-weight:bold;
	background-image:url(../images/phone-icon-2.png);
	height: 35px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:left 2px;
	
	}
	a.fb-like {
	border:none;
	outline:none;	
		
	}
	a.fb-like img {
	border:none;
	outline:none;		
	opacity:0.5;
	
	}
	
	a.fb-like img:hover {
	opacity:1;
	}
	a.fb-like img:focus {
	opacity:1;	
	}
	
	div.maincontain {
	width:950px;
	float:left;
	clear:both;
	padding: 0px;

	}
	
	ul.nav li ul.dropdown li {
		
		background: #5C5C5C;
background-color:#5C5C5C;
	position: relative;
display: block;
z-index:80;
width: 100%;

float:left;
    behavior: url('PIE.php');
	
/*-moz-border-radius: 6px\9;
-webkit-border-radius: 6px\9;
border-radius: 6px\9;*/

		
	}
	
		ul.nav li ul.dropdown li:hover {
			
		background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
	-pie-background: linear-gradient( #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
  
	position:relative;
	
background-color:#5C5C5C;
		}
	ul.nav li ul.dropdown {
display:none;
width: 205px;
position: absolute;
padding-top: 12px;
left: 10px;
background-color:#5C5C5C;
top: 33px;
z-index: 20;
background: url(../images/drop_top.png) 10px 6px no-repeat;
padding-left:0px;
		margin-left:0px;

}

ul.nav li ul.dropdown li {


}

ul.nav li:hover > ul {
display: block;

}

ul.nav > li > ul.dropdown > li:first-of-type, ul.nav > li > ul.dropdown > li:first-of-type:hover {
-webkit-border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
z-index:22;
background-color:#5c5c5c;
  
	position:relative;
	  behavior: url('PIE.php');
}

ul.nav > li > ul.dropdown > li {
background: #5C5C5C;
z-index:12;
position:relative;

}

ul.nav > li > ul.dropdown > li:last-of-type, ul.nav > li > ul.dropdown > li:last-of-type:hover {
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
    behavior: url('PIE.php');
	position:relative;
}


ul.nav > li > ul.dropdown > li a {
color:#CCC;	
text-shadow:0px 0px 1px;
    behavior: url('PIE.php');
	position:relative;
z-index:1;
}
ul.nav > li > ul.dropdown > li:hover a{

	padding-left:5px;
	color:#FFF;
	text-shadow:0px 0px 6px #4c7000;
    behavior: url('PIE.php');
	position:relative;
z-index:1;
}
ul.nav > li > ul.dropdown > li:hover a:after {

content: " »";
position:relative;
top:-1px;
left: 4px;

	
}
	
	iframe.quickquote {
	height:750px;
	border:none;
	width:99%;
	float:left;
	overflow-x:hidden;
	
		
	}
	
	iframe { 
overflow-x: hidden; 
overflow-y: scroll; 
} 
	
	iframe.quickquote html {
		overflow-x: hidden;
		
	}
	
	iframe * {
		background-color:#FFF;
	}
	
	.OuterBorderTable { 
	background: #FFF;
	background-color:#FFF;
	}
	
	div#div table.OuterBorderTable { 
	background: #FFF;
		background-color:#FFF;
	}
	
		iframe.quickquote html body div#div table.OuterBorderTable { 
	background: #FFF;
		background-color:#FFF;
	}
	
	ul.nav {
	
	list-style:none;
	list-style-type:none;
	width:auto;
	position:relative;
	z-index:1;
	overflow: visible;
	margin:0px;
	height:auto;
	padding:0px;

	}
	
	ul.nav li {

z-index:1;
	width:auto;
	display:block;
	list-style:none;
	list-style-type:none;
	padding:0;
	position:relative;
	margin:0;
	float:left;
	color:#323a44;
	padding:5px;
	}
	
	form#qform h3 {
	
	font-size:30px;
	color:#83af26;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	margin:0px 0px 10px 0px;
	padding:0;
		
	}
	

	
	
		h1.main2 {
	color:#83af26;
	font-size:29px;
font-weight:normal;
margin:0;
padding:3px 0px 7px 0px;
	}
	span.grn {
	color:#678d16;
		
	}
	
	span.events-blurb {
	display:block;
	color:#888888;
	font-size:14px;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
	padding: 10px 0;
	line-height:18px;
	width:240px;
	
	}
	#ubrmhdg1 {margin:10px 0;}
	
	h1.main {
	
color:#83af26;
font-size:32px;
font-weight:normal;
font-family: 'Ubuntu', sans-serif;
margin:0;
line-height: 50px;
}
	

	a#sirromet {
	text-decoration:none;
	border:none;
	color:inherit;	
	}
	img#Sirromet {
	margin-bottom:15px 0;
	}
		a#sirromet img a {
	text-decoration:none;
	border:none;
	color:inherit;	
	}
	
	h1.main:hover {
		color:#89c50c;
		text-shadow:1px 1px 0px #bbff2a;
	}
	
		.pad p.first {
	color:#888888;
	font-size:15px;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
	margin:0;
	padding:7px 0px;
	line-height:28px;
		
	}
	.pad div.mtg-cont p {
		color:#888888;
	font-size:15px;
	font-weight:normal;
	padding:7px 0px;
	line-height:28px;
	margin: 0px;
	}
	
	.space {margin: 0 0 27px;}
	
	.footer-cont {
		margin-top:30px;
		clear:both;
	width:100%;
	background:#a9ce58 url(../images/footer_top_bg.gif) repeat-x 0 0;
	min-height:302px;
	overflow:hidden;
	padding: 20px 0;
		
	}
	
		select#location option.first {
		
		font-weight:bold;
		font-size:20px;

	letter-spacing:1px;
	
		}
		
		h2.h2main.selloc {
		margin-top:45px;
		margin-bottom:-2px;
			padding-bottom:0px;
		}
		
		div.mtg-cont select#location option {
			background-image: url(../images/selbg.png);
background-repeat:repeat-x;
background-size:cover;
-webkit-background-size: 100% 100%;
		}
	
	div.mtg-cont div#location {
font-weight:normal;
font-size:10px;
white-space: nowrap;
overflow-x:hidden;
font-weight:500;
font-family: 'Ubuntu', sans-serif;
letter-spacing:1px;
	background: #78a510; /* Old browsers */
background: -moz-linear-gradient(top, #78a510 8%, #005e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,#78a510), color-stop(100%,#005e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78a510 8%,#005e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78a510 8%,#005e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #78a510 8%,#005e00 100%); /* IE10+ */
background: linear-gradient(to bottom, #78a510 8%,#005e00 100%); /* W3C */
	-pie-background: linear-gradient(#78a510, #005e00);
    /* PIE */
text-shadow: 1px 1px 1px #406500;
    filter: dropshadow(color=#406500, offx=1, offy=1);
		color:#FFF;
		margin: 5px 0px 1px 0px;
width:97%;
border:1px solid #76af00;
	padding: 10px 19px;
-moz-border-radius: 12px;		
	color:#FFF;
-webkit-border-radius: 12px;
border-radius: 12px;
opacity:0.9;
z-index:1;
float:none;
text-transform:uppercase;
position:relative;	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	cursor: hand;
	}
	div.mtg-cont ul.locul {
		opacity:1;
	padding:0;
	margin:0;
width: 99%;
	list-style-type:none;
	list-style:none;
	overflow:auto;
	height:100%;
	
	}
	::-webkit-scrollbar {
    width: 12px;
	background: #FFFFFF;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(113, 164, 29, 0.9); 
	background-color:rgba(132, 212, 0, 0.4);
}
	
	div.mtg-cont .ulcont {
			height:0px;
			overflow:auto;
			overflow-y:hidden;
		opacity:1;
	padding:0;
	margin:0px 0px 15px 10px;
	width:92.5%;	
	
	}
	

	div.mtg-cont ul.locul li:before {
		content: "» ";
							font-weight:normal;
		font-size:14px;
	font-family: 'Ubuntu', sans-serif;
		content: url(../images/pdf-icon.png);
position:relative;
top:6px;
		padding-right:10px;
	
	}
	div.mtg-cont ul.locul li:first {
 margin: 0px 0px 10px 0px;
	}
	
	div.mtg-cont ul.locul li {
	
		border: 1px solid #FFF;
					font-weight:normal;
		font-size:13px;
	font-family: 'Ubuntu', sans-serif;
margin:5px 0px;
background: #D3FDAA;
padding:2px 9px 9px 9px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
color:#060;
overflow-x:hidden;
white-space:nowrap;
		
	}
	div.mtg-cont ul.locul li:hover {

background: -moz-linear-gradient(top,  rgba(207,254,110,0.16) 1%, rgba(148,214,55,0.4) 50%, rgba(207,254,110,0.16) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(207,254,110,0.16)), color-stop(50%,rgba(148,214,55,0.4)), color-stop(100%,rgba(207,254,110,0.16))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(207,254,110,0.16) 1%,rgba(148,214,55,0.4) 50%,rgba(207,254,110,0.16) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(207,254,110,0.16) 1%,rgba(148,214,55,0.4) 50%,rgba(207,254,110,0.16) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(207,254,110,0.16) 1%,rgba(148,214,55,0.4) 50%,rgba(207,254,110,0.16) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(207,254,110,0.16) 1%,rgba(148,214,55,0.4) 50%,rgba(207,254,110,0.16) 100%); /* W3C */
	-pie-background: linear-gradient(to bottom,  rgba(207,254,110,0.16) 1%,rgba(148,214,55,0.4) 50%,rgba(207,254,110,0.16) 100%); /* W3C */
    /* PIE */
border: 1px solid #76AF00;
	text-shadow:0px 0px 2px #FFF;
	}
	
	span.from, span.to {
		text-shadow: 1px 1px 1px #406500;
	color:#FFF;
	font-size:10px;
	font-weight:500;
	padding-left:20px;
	}
	
	div.mtg-cont ul.locul li.focuss {
background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
	-pie-background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
    /* PIE */
border: 1px solid #ff9a22;
text-shadow:0px 0px 2px #FFF;
padding:2px 9px 9px 20px;
color:#9E5500;
font-weight:600;

	}
	
	div.mtg-cont ul.locul li.focuss:before {
	content: url(../images/tick_green.png);
	padding-right:20px;
	}
	
	div.mtg-cont div#location span.arrow {
		content: url(../images/porygon.png);
		float:right;
		opacity:0.9;
		position: absolute;
right: 10px;
top: 7px;
z-index:0;
	}
	
	.flipd {
	        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV";	
		
		*-ms-filter:none;
		*filter:none;
		*transform:none;
		*-webkit-transform:none;
		*-o-transform:none;
		*-moz-transform:none;
	}
	
	textarea:focus, input:focus, select:focus{
    outline: none;

}
	
	div.mtg-cont div#location:hover {
			color:#4b6400;
background: #769e2c; /* Old browsers */
background: -moz-linear-gradient(top,  #769e2c 0%, #a1d54f 72%, #95e053 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#769e2c), color-stop(72%,#a1d54f), color-stop(99%,#95e053)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #769e2c 0%,#a1d54f 72%,#95e053 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #769e2c 0%,#a1d54f 72%,#95e053 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #769e2c 0%,#a1d54f 72%,#95e053 99%); /* IE10+ */
background: linear-gradient(to bottom,  #769e2c 0%,#a1d54f 72%,#95e053 99%); /* W3C */
	-pie-background: linear-gradient(to bottom,  #769e2c 0%,#a1d54f 72%,#95e053 99%);
    /* PIE */
		text-shadow: 1px 1px 1px #406500;
	color:#FFF;
	font-weight:500;
	border:1px solid #76af00;
opacity: 1;	
}
	div.mtg-cont div#location:hover span.arrow {
opacity:1;
	}
	
	div.mtg-cont span.downloadit {
		color:#A8C26C;
		font-size:20px;
		font-family: 'Droid Sans';
		display:block;
		
	}
	div.mtg-cont {
	display:inline;	
	}
	
	div.mtg-cont a.pdf {
		
margin-left:10px;
color: #8A847E;

font-size: 14px;
font-weight: normal;
font-family: 'Droid Sans', sans-serif;

		
	}
	div.mtg-cont a.pdf:before {
	content: url(../images/pdf-icon.png);
position:relative;
top:6px;
		padding-right:10px;
	}
	
	div.mtg-cont a.pdf:hover {
		color: #CF7614;
	}
	
.pad p.first.test {
	color:#888888;
	font-size:15px;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
	margin:0;
	padding:7px 0px;
	line-height:34px;
	*float:left;
	*text-align:left;
		
	}
	
	ul.tick_span {
	
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0px 0px 15px 0px;
	}
	
	span.contact-details {
	
	color:#888888;
	font-size:14px;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
	margin:0;
	padding:3px 0px;
	line-height:23px;
		
	}
	ul.tick_span li {
		background-image:url(../images/tick_green.png);
		background-position:left 2px;
		background-repeat:no-repeat;
		padding-left:25px;
		color:#888888;
	font-size:14px;
	font-weight:normal;
	list-style:none;
	list-style-type:none;
	margin:6px 0px;
	line-height:22px;
	}
	
	div.footer {
	width:930px;
	margin:0 auto;		
	}
	
	div.footer a {
	
	*text-decoration:none;
	*color:white;
		
	}
	
	
	div.footer ul {
		float:left;
		width:49%;
		list-style:none;
		list-style-type:none;
		margin:0;
		padding:0;
		color:#FFF;
		font-size:16px;
		font-weight:400;
		font-family: 'Ubuntu', sans-serif;	
	}
		div.footer ul li {
			text-shadow:1px 1px 4px #80a63d;	
			margin:12px 0px;
			
		}
		div.footer ul li a {
		color:inherit;
		border:none;
		text-decoration:none;	
		}

			div.footer ul li:hover {
			text-shadow:0px 0px 4px #FFF;	
			padding-left:8px;
			}
			div.footer ul li:hover:before {
			color:#708d32;
			content: "» ";
			}
	.footer .col1 {
		width:35%;
		margin-right:2%;
		float:left;
				color:#FFF;
		font-size:16px;
		font-weight:400;
		font-family: 'Ubuntu', sans-serif;	
	}
	
	span.term {
	line-height:1.8;	
	}
	.footer .col1 span.cd1 {
		text-shadow:1px 1px 4px #80a63d;	
	display:block;
	float:left;
	width:49%;
	margin-right:1%;	
	margin-bottom:5px;
	}
	
	.footer .col1.first {
		width:33%;
		margin-right:1%;
		float:left;
	}
	.Web-Design-SEO {
	
	width:100%;
	margin:0 0 30px 0;
	text-align:center;
	color:#888888;
	font-size:10px;
	font-weight:normal;
	padding: 45px 0 0;
	background: url("../images/footer_bottom_bg.gif") repeat-x scroll 0 0;
	}

	.Web-Design-SEO a {
	color:#7baa30;	
	}
	.footer .col1.last {
	margin-right:0%;
	width:26%;	
	float:right;
	}
	div.footer h2 {
		font-size:24px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	
	font-family: 'Ubuntu', sans-serif;	
	color:#FFF;
	text-shadow:1px 1px 6px #80a63d;
	}
	
		ul.tick_span li:hover {
		color:#8fbf33;	
		text-shadow: 0px 0px 4px #e6fbbe;
		padding-left:30px;
		font-weight:bold;
		}
		
		span.about-fleet {
			
		}
		
		p.first strong {
			color:#888888;
	font-size:15px;
	font-weight:bold;
	font-family: 'Ubuntu', sans-serif;
	margin:2px 0px 5px 0px;
	line-height:1;
width:99%;
display:block;
		}
		
		
		
			h3.titletwo {
				font-weight:bold;
				margin:35px 0px 5px 0px;
				width:250px;
				font-size:18px;
				border-bottom: 1px dashed #D0EDCC;
				
			}
			
			h2.h2main:first-of-type {
				border-bottom:none;
			}
			
	
		
				ul.tick-span-one li:hover, ul.tick-span-two li:hover {
		color:#8fbf33;	
		text-shadow: 0px 0px 4px #e6fbbe;
		padding-left:30px;
		}
	
	img#p-portrait {
	
	float:right;
	border:9px solid #FFF;
	box-shadow: 1px 1px 9px 0px #a9a9a9;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
		
	}
	
		img[src="images/portrait.png"] {
	
	float:right;
	border:9px solid #FFF;
-webkit-box-shadow:  1px 1px 9px 0px #a9a9a9;
        
        box-shadow:  1px 1px 9px 0px #a9a9a9;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	 margin: 7px 0 0 20px;
    padding: 0;
	width:254px;
	height:auto;
		
	}
	
		ul.nav li:hover a {

		color:#83af26;
		text-shadow:0px 0px 4px #ffffff;
		}
		

	
	img#logo-mtgravatt {
	
	position:relative;
	top:70px;
	left:0;
	display:block;
	clear:left;
	*float:left;
	*left:-178px;
	
	}
	
	.left_column {
	
	float:left;
	width:67%;
	clear:both;
		
	}

	
	.right_column {
	
	float:right;
	width:31%;
		
	}
	
.phone_span {

width:100%;
background-color:#66F;


}

.global_shadows {

*filter:none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
z-index:0;
position:relative;
	behavior: url('PIE.php');
}
	
	
	/*  CUSTOM STYLES ] :: [ CUSTOM STYLES ] :: [ CUSTOM STYLES ] :: [ CUSTOM STYLES */
	
	span.q_but {
	display:block;
	width:auto;
	float:left;
	margin: 0 0 10px;
	padding: 3px 13px;
	z-index:99;
	font-size:20px;
	color:#FFF;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
	text-shadow: 1px 1px 1px #6b843b;

	
	border:1px solid #71a41d;
	
	background: #caec7a; /* Old browsers */
	background: -moz-linear-gradient(top, #caec7a 0%, #6ba018 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#caec7a), color-stop(100%,#6ba018)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #caec7a 0%,#6ba018 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #caec7a 0%,#6ba018 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #caec7a 0%,#6ba018 100%); /* IE10+ */
	background: linear-gradient(to bottom, #caec7a 0%,#6ba018 100%); /* W3C */
	-pie-background: linear-gradient(#caec7a, #6ba018);
    /* PIE */
		
	}
	span.q_but:hover {
	  background: #6ba018; /* Old browsers */
	  background: -moz-linear-gradient(top, #6ba018 0%, #caec7a 100%); /* FF3.6+ */
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ba018), color-stop(100%,#caec7a)); /* Chrome,Safari4+ */
	  background: -webkit-linear-gradient(top, #6ba018 0%,#caec7a 100%); /* Chrome10+,Safari5.1+ */
	  background: -o-linear-gradient(top, #6ba018 0%,#caec7a 100%); /* Opera 11.10+ */
	  background: -ms-linear-gradient(top, #6ba018 0%,#caec7a 100%); /* IE10+ */
	  background: linear-gradient(to bottom, #6ba018 0%,#caec7a 100%); /* W3C */
	  -pie-background: linear-gradient(#6ba018, #caec7a);
	  /* PIE */
	  border:1px solid #8db82d;
	  text-shadow:0px 0px 4px #e2ffa0;
	  color:#FFF;
}
	span.q_but a {
		border:none;
		text-decoration:none;
		color:inherit;
		
	}
	
	
	
	

	/*  CUSTOM STYLES ] :: [ CUSTOM STYLES ] :: [ CUSTOM STYLES ] :: [ CUSTOM STYLES */
	
	
/*  FORM STYLES ] :: [ CUSTOM STYLES ] :: [ CUSTOM STYLES ] :: [ CUSTOM STYLES */
	
	form input, form textarea, form select {
	font-family: 'Ubuntu', sans-serif;
	padding:6px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	margin-bottom:5px;
	color:#888888;
	border: 1px solid #c6c6c6 !important;
	}
	
	form#qform fieldset input[type=submit] {
	float:right;
	width:auto;
	padding:9px 30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */		
	font-family: 'Ubuntu', sans-serif;
	color:#e6ffdf;
	font-size:16px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #6b843b;
			box-shadow:none;
			-webkit-box-shadow:none;
	border:1px solid #71a41d;
	letter-spacing:1px;
	z-index:1;	
	behavior: url('PIE.php');
	background: #78a510; /* Old browsers */
	background: -moz-linear-gradient(top, #78a510 8%, #005e00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,#78a510), color-stop(100%,#005e00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #78a510 8%,#005e00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #78a510 8%,#005e00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #78a510 8%,#005e00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #78a510 8%,#005e00 100%); /* W3C */
	-pie-background: linear-gradient(#78a510, #005e00);	
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
z-index:0;
position:relative;
	behavior: url('PIE.php');


	}
	
	form#qform label.error {
	font-size:10px;
color:red;
position:relative;
top:-4px;
text-align:right;
width:100%;
margin-bottom:2px;
z-index:90px;
font-weight:bold;
text-shadow: none;
display:block;
}

form#cform label.error {
	font-size:10px;
color:red;
position:relative;
top:-10px;
width:100%;
height:5px;
z-index:90px;
text-align:right;
font-weight:bold;
text-shadow: none;
display:block;
}
form#cform2 label.error {
	font-size:10px;
color:red;
position:relative;
top:-10px;
width:100%;
height:5px;
z-index:90px;
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-shadow: none;
display:block;
}
	
	form#qform fieldset input[type=submit]:hover {
		
		background: #005e00; /* Old browsers */
background: -moz-linear-gradient(top, #005e00 0%, #78a510 92%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005e00), color-stop(92%,#78a510)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #005e00 0%,#78a510 92%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #005e00 0%,#78a510 92%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #005e00 0%,#78a510 92%); /* IE10+ */
background: linear-gradient(to bottom, #005e00 0%,#78a510 92%); /* W3C */
	-pie-background: linear-gradient(#005e00, #78a510);
   behavior: url('PIE.php');
		text-shadow: 1px 1px 1px #07521c;
    filter: dropshadow(color=#07521c, offx=1, offy=1);
	*filter:none;
	}
	
	form#qform {
	position:relative;
	border:0;
	padding:0;
	margin: 0 0 20px;
	width:100%;
	height:auto;
	background-color:#cce989;
	}
	form#qform fieldset {
	padding:20px;
	 margin: 20px 0 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	position:relative;
	z-index:1;

	clear:both;
	}
	form#qform fieldset input {
			width:100%;
		-webkit-box-shadow: inset 1px 1px 2px 0px #dcdcdc;
        box-shadow: inset 1px 1px 2px 0px #dcdcdc;	
				border-top:1px solid #c2c2c2;
		border-left:1px solid #c2c2c2;
		border-right:none;
		border-bottom:none;
		font-size: 13px;
	}

	
	form#qform fieldset textarea {
		width:100%;
		-webkit-box-shadow: inset 1px 1px 2px 0px #dcdcdc;
        box-shadow: inset 1px 1px 2px 0px #dcdcdc;
		border-top:1px solid #c2c2c2;
		border-left:1px solid #c2c2c2;
		border-right:none;
		border-bottom:none;
		font-size:13px;
		height:60px;
	}
form#qform fieldset * {

}

form#cform fieldset input, form#cform fieldset textarea {
/* PIE */
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
z-index:1;
position:relative;	
font-size:13px;
}

form#cform2 fieldset input, form#cform2 fieldset textarea {
/* PIE */
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
z-index:1;
position:relative;	
font-size:13px;

}

	
	
/*  FORM STYLES ] :: [ CUSTOM STYLES ] :: [ CUSTOM STYLES ] :: [ CUSTOM STYLES */
	
form#cform input {
		width:100%;
		-webkit-box-shadow: inset 1px 1px 2px 0px #dcdcdc;
        box-shadow: inset 1px 1px 2px 0px #dcdcdc;	
				border-top:1px solid #c2c2c2;
		border-left:1px solid #c2c2c2;
		border-right:none;
		border-bottom:none;	
}
	
form#cform {
	padding:0;
	margin: 10px 0 0;
	border:none;
		background-color:#323a44;
/*width:100%;*/
	height:auto;
}
form#cform fieldset {
	padding:20px;
	border:none;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	position:relative;

}

form#cform div.cform_leftcol {

width:49%;
float:left;

	
}

div.cform_leftcol.two {

margin-right:1%;
	
}

form#cform fieldset textarea {
	padding:5px;
	border:none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
			width:90%;
			float:right;
	height:105px;
		-webkit-box-shadow: inset 1px 1px 2px 0px #dcdcdc;
        box-shadow: inset 1px 1px 2px 0px #dcdcdc;	
				border-top:1px solid #c2c2c2;
		border-left:1px solid #c2c2c2;
				border-right:none;
		border-bottom:none;
}
/* cform2 */

form#cform2 input {
		width:100%;
		-webkit-box-shadow: inset 1px 1px 2px 0px #dcdcdc;
        box-shadow: inset 1px 1px 2px 0px #dcdcdc;	
				border-top:1px solid #c2c2c2;
		border-left:1px solid #c2c2c2;
		border-right:none;
		border-bottom:none;	
}
	
form#cform2 {
	padding:0;
	margin:0;
	border:none;
		background-color:#323a44;
width:100%;
	height:auto;
}
form#cform2 fieldset {
	padding:20px;
	border:none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	 	behavior: url('PIE.php');
position:relative;

}

form#cform2 div.cform_leftcol {

width:49%;
float:left;

	
}

form#cform2 fieldset textarea {
	padding:5px;
	border:none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
			width:90%;
			float:right;
	height:105px;
		-webkit-box-shadow: inset 1px 1px 2px 0px #dcdcdc;
        box-shadow: inset 1px 1px 2px 0px #dcdcdc;	
				border-top:1px solid #c2c2c2;
		border-left:1px solid #c2c2c2;
				border-right:none;
		border-bottom:none;
}





form#cform2 fieldset label {
	color:#FFF;
	font-family: 'Ubuntu', sans-serif;
	font-size:15px;
	font-weight:bold;
	float:left;
	clear:left;
	padding:5px 0px;
	height:18px;
	margin-bottom:6px;
}
form#cform2 fieldset input[type=text] {
float:right;
width:70%;
}

form#cform2 fieldset input[type=submit] {
	behavior: url('PIE.php');
	float:right;
	width:auto;
	padding:9px 30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family:Arial, Helvetica, sans-serif;
	color:#888888;
	font-size:12px;
	font-weight:500;
	margin-right:5px;
	margin-bottom:0px;
	margin-top:10px;
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top, #feffff 0%, #dfe0e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#dfe0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #feffff 0%,#dfe0e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #feffff 0%,#dfe0e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #feffff 0%,#dfe0e0 100%); /* IE10+ */
background: linear-gradient(to bottom, #feffff 0%,#dfe0e0 100%); /* W3C */
	-pie-background: linear-gradient(#feffff, #dfe0e0);
   behavior: url('PIE.php');
	box-shadow:none;
	-webkit-box-shadow:none;
	border:1px solid #d2d2d2;
	letter-spacing:1px;
}
form#cform2 fieldset input[type=submit]:hover {
	background: #dfe0e0; /* Old browsers */
background: -moz-linear-gradient(top, #dfe0e0 0%, #feffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe0e0), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dfe0e0 0%,#feffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dfe0e0 0%,#feffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #dfe0e0 0%,#feffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #dfe0e0 0%,#feffff 100%); /* W3C */
	-pie-background: linear-gradient(#dfe0e0, #feffff);
		border:1px solid #f3f3f3;
    /* PIE */
	color:#616161;
	text-shadow:-1px -1px 1px #fff;
}

/* =================================*/

span.l-title {
	color:#FFF;
	font-family: 'Ubuntu', sans-serif;
	font-size:15px;
	font-weight:bold;
	float:left;
	padding:5px 0px;
	border-bottom:1px solid #adb0b4;
	margin-bottom:10px;
	display:block;
	width:100%;
	
}
span.r-title {
	color:#FFF;
	font-family: 'Ubuntu', sans-serif;
	font-size:15px;
	font-weight:bold;
	float:left;
	padding:5px 0px;
	border-bottom:1px solid #adb0b4;
	margin-bottom:10px;
	display:block;
	width:90%;
	float:right;
	
}

form#cform fieldset label {
	color:#FFF;
	font-family: 'Ubuntu', sans-serif;
	font-size:15px;
	font-weight:bold;
	float:left;
	padding:5px 0px;
	height:18px;
	margin-bottom:6px;
	clear:left;
}

form#cform fieldset input[type=text] {
float:right;
width:70%;
}

form#cform fieldset input[type=submit] {
	float:right;
	width:auto;
	padding:9px 30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family:Arial, Helvetica, sans-serif;
	color:#888888;
	font-size:12px;
	font-weight:500;
	margin-right:5px;
	margin-bottom:0px;
	margin-top:10px;
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top, #feffff 0%, #dfe0e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#dfe0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #feffff 0%,#dfe0e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #feffff 0%,#dfe0e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #feffff 0%,#dfe0e0 100%); /* IE10+ */
background: linear-gradient(to bottom, #feffff 0%,#dfe0e0 100%); /* W3C */
	-pie-background: linear-gradient(#feffff, #dfe0e0);
	
  behavior: url('PIE.php');
	box-shadow:none;
	-webkit-box-shadow:none;
	border:1px solid #d2d2d2;
	letter-spacing:1px;
}
form#cform fieldset input[type=submit]:hover {
	background: #dfe0e0; /* Old browsers */
background: -moz-linear-gradient(top, #dfe0e0 0%, #feffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe0e0), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dfe0e0 0%,#feffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dfe0e0 0%,#feffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #dfe0e0 0%,#feffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #dfe0e0 0%,#feffff 100%); /* W3C */
	-pie-background: linear-gradient(#dfe0e0, #feffff);
		border:1px solid #f3f3f3;
    /* PIE */
	color:#616161;
	text-shadow:-1px -1px 1px #fff;
}


span.form_phone_span {

float:right;
width:191px;
background-image:url(../images/icon_phone.png);
background-repeat:no-repeat;
background-position:left 2px;
margin-top:10px;
padding-left:50px;
color:#4e5c31;
	font-size:25px;
	font-weight:bold;
	font-family: 'Ubuntu', sans-serif;
}

span.subspan {
background:url(../images/form-icons.png) no-repeat scroll -13px -128px transparent;
display:block;
font-size:10px;
color:#f2f2f2;
float:right;
width:170px;
margin-top:20px;
padding-top:4px;
height:20px;
padding-left:25px;
}

span.subspan.two {
background:url(../images/form-icons.png) no-repeat scroll -13px -128px transparent;
display:block;
font-size:10px;
color:#333;
float:right;
width:170px;
position:relative;
z-index:1;
overflow:visible;
padding-left:25px;
clear:right;
margin: 0 0 15px;
height:17px;
}

img.placeholderzz {
float:right;
display:inline-block;
}
 .hasPlaceholder {
	color: #c6c6c6;
}


	ul.nav2 {
	
	list-style:none;
	
		
	}
	
	div.results-output {
	padding-top:20px;
	font-size:16px;
	color:#555555;
		font-family: 'Ubuntu', sans-serif;
		margin-bottom:40px;
	}
	
	span.coach-names-h3 h3 {
	line-height:1;
	margin: 8px 0px 0px 0px;
	}
	
	span.coach-names-h3 p.first strong {
	line-height:1;
	margin:0;	
	}
	
		div.coach-names-h3 h3 {
			margin:10px 0 0 0;
			padding:10px 0 0 0;
		}
		
		p#song {
			font-style:italic;
			text-align:center;
		}
	
	div.results-output b {

	}
	
	div.results-output h2.h2main.fr, div.results-output h2.h2main.too {
	text-shadow:none;
	width:62%;
	color:#4c8a1e;
	margin-left:25px;
	font-weight:500;
		text-align:center;
		font-size:19px;


	}
		.loadtheresult {
	-moz-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -o-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		*-ms-transform: none;
		*transform:none;
		}
	div.results-output h2.h2main.fr:before {
		
	content: "From:\0000a0";	
	text-align:left;
	float:left;
	font-weight:500;
	color:#acacac;
	}
	

div.quicklinks {
    clear: both;
    color: #999999;
    display: inline-block;
    padding: 30px 0;
    text-align: left;
    width: 100%;
}

div.quicklinks a {font-size:21px;}
	
	a#readmore {
	font-size:16px;
	color:#93B83F;
	font-weight: bold;
	}
	span.a-blog-child-cont {
	display:block;
	}
	span.a-blog-child-cont:hover p.first {
	background-color:#F3F3F3;

	}
	
	div.quicklinks a {
    color: #87BE62;
    letter-spacing: 1px;
    margin: 0 14px 0 0;
	}
	
	img#school-head {
	margin: 40px 0px;	
	}
	div.quicklinks a:hover {
		color:#83AF26;
	}
	
	div.results-output h2.h2main.too:before {
		
	content: "To:\0000a0";	
		text-align:left;
		float:left;
		font-weight:500;
			color:#acacac;
	}
	
	div.results-output a.afile {
		
		float:left;
		clear:left;
		font-size:19px;
		color:#666;
		font-weight:600;
		margin-left:15px;
		
	}
	div.results-output a.afile:hover {
		color:#356a2a;
		padding-left:7px;
		-moz-transform: scale(1.1) rotate(deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(1.1) rotate(deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -o-transform: scale(1.1) rotate(deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1.1) rotate(deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale(1.1) rotate(deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		*-ms-transform:none;
		*transform:none;
	}
	
	
	

	
	div.results-output a.afile:before {
	content: "Route » ";	
	color:#536f3f;
	padding-right:0px;	
	}
	
	b.clickroute {
	
	color:#58863a;
	font-weight:500;
	float:right;
	font-size:14px;
	clear:left;
		
	}
	span.nores {
	display:block;
	float:left;
	clear:left;
	color:#900;
	font-weight:500;
	font-size:14px;	
	}
	div.runs {
	
	text-align:center;
	margin:0 auto;
		
	}
	
	h2.h2main.runsel {
	font-size:19px;	
	}
	ul.nav {clear:both;}





	
	/*  Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		div.maincontain {margin: 0px; padding:0px;}
		#content-wrap {width: 768px;}
		body {
		overflow-x: hidden;	
		}
		ul.nav {display:block !important; clear: both;}
		
			div.Global_Container {

	padding:0px 5px;
	margin:0 auto;
	}
	div.maincontain {

	}


img#coach-img {
    bottom: 0;
    height: auto;
    position: absolute;
    right: 30px;
    width: 300px;
}
	
	img#logo-mtgravatt {
top: 25px;
box-shadow: 0px 0px 25px 14px white;
}
div.banner img[src="images/bus.png"] {

width:354px;
height:275px;
bottom:-10px;
	
}
img#p-portrait {
margin-left:3px;
}

div.footer {
	
}
.footer .col1 {

width:30%;

}

ul.nav {
	-webkit-padding-start: 40px;
}
	
	div.Global_ContainerB {

	margin-top:10px;
	background:none;
	background-repeat:no-repeat;
	background-position:center 65px;
	}
	.left_column {
		width:59%;
		float:left;
		margin:0 auto;
	}
	.right_column {
	
		width:39%;
		float:right;
		margin:0 auto;
		
	}	
	
	#drpshadow {background: none; min-height: 0;}
	span.q_but, .phonenb {display:block !important; float: right; clear:both;}
	#tiledimages { background-position:-320px center; background: none; height: auto; }
	.cycle-slideshow img { max-width: 100%; }
	form#cform fieldset input[type=text] { width:65%; }
	.mtginfo {margin: 0px 0 15px;min-width: 280px;}
	ul.ticks li {font-size: 20px;}	
	ul.nav li { padding: 5px 5px 5px 1px; }
		ul.nav li a { padding: 0 0 0 6px; font-size: 13px; }
		}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
.mtg-cont img {float: none; padding: 0px;}
}
/* Custom Media Query */

/* all mobile devices ----------- */
@media only screen 
and (min-width : 767px) and (max-width: 949px) {
	div.footer {
    width: 768px;
}
ul.nav {
	width:750px;
}
div.Global_Container, div.maincontain {width: 768px; padding: 0px;}
.right_column {float:left; clear:both;}
}


/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 0px) and (max-width: 420px) {
.mtg-cont img {float: none; padding: 0px;}	
h1.main.phon {clear: both;}
span.form_phone_span {margin: 0 0 15px; float: left; display: none;}
			.phonenb {clear: both;}
			span.q_but {float: right; display:block !important;}
			#tiledimages {background-position:-925px;}
			.mtginfo {min-height:65px;}
			.cform_leftcol {clear: both;}
			form#cform2 fieldset input[type="text"], form#cform2 fieldset, cform_leftcol, cform_leftcol two {width: 100%;}
			form#cform2 div.cform_leftcol {width: 85%;}
			span.r-title {float: left; padding: 0px; margin: 0px;}
			form#cform2 fieldset textarea {float: left; padding: 0px; margin: 10px 0 0 0px;width: 100%;}
			form#cform2 fieldset input[type="submit"] {margin-right: 30px;}
			.mtginfo {margin: 0px;}
			.mtgticksservices {margin: 0px;}
			ul.ticks li {font-size: 20px;margin: 0 40px 0 0;}
			#headerwrap {padding: 0 20px;}
			.mtg-cont img {float: right; height: auto; padding: 0 0 0 10px; width: 150px;}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 0px) and (max-width: 767px) {
		
			div.maincontain, div.Global_Container {width:100%;}
	#drpshadow {background: none;}
	span.q_but, .phonenb {display:block !important; float: right; clear:both;}
	#tiledimages { background-position:-320px center; background: none; height: auto; }
	.cycle-slideshow img { max-width: 100%; }
	#drpshadow { min-height: 0; }

		#headerwrap .Global_Container { text-align: center; }
		.mtglogo { float: none; }
			a.mtglogo img { width: auto; }
			.email { float: none; }
			span.q_but, .phonenb, .mtginfo { float: none !important; text-align: center; min-width: 0 !important; }
	}
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		div.maincontain, div.Global_Container {width:100%;}
	#drpshadow {background: none;}
	span.q_but, .phonenb {display:block !important; float: right; clear:both;}
	#tiledimages { background-position:-320px center; }
	form#cform fieldset input[type=text] { width:65%; }
	.mtginfo {margin: 0px 0 15px; min-width: 280px;}
	ul.ticks li {font-size: 20px;}	
	
		#headerwrap a {text-decoration: none;}
					.cform_leftcol {clear: both;}
			form#cform2 fieldset input[type="text"], form#cform2 fieldset, cform_leftcol, cform_leftcol two {width: 100%;}
			form#cform2 div.cform_leftcol {width: 85%;}
						span.r-title {float: left; padding: 0px; margin: 0px;}
			form#cform2 fieldset textarea {float: left; padding: 0px; margin: 10px 0 0 0px;width: 100%;}
				form#cform2 fieldset input[type="submit"] {margin-right: 30px;}
		#drpshadow {background: none;}
		div.maincontain {margin: 0px; padding:0px;}
		

	#tiledimages { background: none; height: auto; }
	.cycle-slideshow img { max-width: 100%; }
		
	/* ===================================================================================================================================== */
	/* ==========================================================   MOBILE MENU   ========================================================== */
	/* ===================================================================================================================================== */	
	


/*** Navigation ***/

	.btn-big{background:#7cf;background:-webkit-linear-gradient(top,#7cf,#8aae39);background:-moz-linear-gradient(top,#7cf,#8aae39);background:-ms-linear-gradient(top,#7cf,#8aae39);background:linear-gradient(top,#7cf,#8aae39);background:#7cf;background:-webkit-linear-gradient(top,#7cf,#8aae39);background:-moz-linear-gradient(top,#7cf,#8aae39);background:-ms-linear-gradient(top,#7cf,#8aae39);background:linear-gradient(top,#7cf,#8aae39);border:1px solid #8aae39;border-top:1px solid #a6d0e9;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#0b2331;display:inline-block;font-size:20px;line-height:21px;padding:3px 20px;position:relative;text-align:center;text-shadow:0 1px 0 rgba(255,255,255,0.3);text-transform:uppercase;box-shadow:0 1px 2px #04141c}

	

	.btn-big{font-size:24px;line-height:24px;padding:8px 20px;}

	

	.btn-big:hover{background:#8aae39;background:-webkit-linear-gradient(top,#8aae39,#7cf);background:-moz-linear-gradient(top,#8aae39,#7cf);background:-ms-linear-gradient(top,#8aae39,#7cf);background:linear-gradient(top,#8aae39,#7cf);background:#8aae39;background:-webkit-linear-gradient(top,#8aae39,#7cf);background:-moz-linear-gradient(top,#8aae39,#7cf);background:-ms-linear-gradient(top,#8aae39,#7cf);background:linear-gradient(top,#8aae39,#7cf);text-decoration:none}

	

	.btn-alt{background:#ceeb8c;background:-webkit-linear-gradient(top,#ceeb8c,#8aae39);background:-moz-linear-gradient(top,#ceeb8c,#8aae39);background:-ms-linear-gradient(top,#ceeb8c,#8aae39);background:linear-gradient(top,#ceeb8c,#8aae39);background:#ceeb8c;background:-webkit-linear-gradient(top,#ceeb8c,#8aae39);background:-moz-linear-gradient(top,#ceeb8c,#8aae39);background:-ms-linear-gradient(top,#ceeb8c,#8aae39);background:linear-gradient(top,#ceeb8c,#8aae39);border:1px solid #8aae39;border-top:1px solid #ceeb8c}

	

	.btn-alt:hover{background:#ceeb8c;background:-webkit-linear-gradient(top,#ceeb8c,#8aae39);background:-moz-linear-gradient(top,#ceeb8c,#8aae39);background:-ms-linear-gradient(top,#ceeb8c,#8aae39);background:linear-gradient(top,#ceeb8c,#8aae39);background:#ceeb8c;background:-webkit-linear-gradient(top,#ceeb8c,#8aae39);background:-moz-linear-gradient(top,#ceeb8c,#8aae39);background:-ms-linear-gradient(top,#ceeb8c,#8aae39);background:linear-gradient(top,#ceeb8c,#8aae39);}

	

	#menu { background: none; z-index:50; }

	#menu { position:relative; }

	#menu .btn-big {display:block;margin:0 0px 0 0px;box-shadow:none;text-align:center;-webkit-border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;color:#fff; text-transform:uppercase;font-weight:bold;}

	#menu .btn-open {-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}

	#menu ul {margin:0;position:absolute;top:41px;left:0em;width:100%;z-index:998; display:none;}

	#menu ul li {position:relative;float:left;clear:both;padding:0px;width:100%;display:block;background:#8aae39;overflow:hidden;border-top:1px solid #fff;border-radius: 0px;

  	-moz-border-radius: 0px;

  	-webkit-border-radius: 0px;}

	#menu ul li:hover, #menu li.current {border-radius: 0px;

  	-moz-border-radius: 0px;

  	-webkit-border-radius: 0px;}

	#menu ul li ul {position:relative;float:left;clear:both;padding:0px;width:100%;display:block;margin:0px;top:0px;}

	#menu ul li ul li {position:relative;float:left;clear:both;padding:0px;width:100%;display:block;background:#8aae39;overflow:hidden;border-radius: 0px;

  	-moz-border-radius: 0px;

  	-webkit-border-radius: 0px;}

	#menu ul li a {display:block; float:left; clear:both; width:auto !important; color:#fff; padding:5px 10px; }

	#menu ul li ul li a {text-indent:20px;}

	#menu .nav-open {left:0;display:block !important;}

	#menu .first {border-top:0;-webkit-border-top-left-radius:0px;-moz-border-radius:0px 0 0 0;border-radius:0px 0 0 0}

	#menu .first a {border:0}

	#menu .last {-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}

	

	.icn {background:url(../images/sprite_mobile.png) no-repeat;display:inline-block;height:24px;vertical-align:bottom;width:24px}

	.icn-dropdown {background-position:0px 0}

	.btn-open .icn-dropdown {background-position:-48px 0}

	



	/* ===================================================================================================================================== */
	/* ==========================================================  // MOBILE MENU ========================================================== */
	/* ===================================================================================================================================== */	
		
		
		
		
		
		body {
		overflow-x:hidden;	
		}
		#school-head {display:none;}
		ul.nav {clear: both;}
		span.phone {background: none; position:none; height:auto;}
		#coach-img {width:300px; height: auto;}
		img#coach-img {top: 100px; right:0px; left: 62px;}
		div.banner		{min-height: 406px;margin: 0 0 10px;}
		div.Global_ContainerB {
			overflow-x:hidden;
		}
		div.Global_ContainerB
		{background:none;}
		img#coach-img {right:0px;}
		div.banner img[src="images/bus.png"] {right:0px;}
		img.placeholderzz {padding: 20px 0 30px; width: 290px; float: none;}
		.photos img {width: 130px; height:91px;}
		.mtg {padding:0;}
		.photos a.fancybox {margin: 0 0 0 5px;}
						
	div.Global_ContainerB {
	overflow-x:hidden;	
	}
	.left_column {
		width:100%;
		margin:0 auto 20px auto;
		float:none;
		clear:left;
	}

	.footer-cont{
	width:100%;
	height:auto;	
	}

	div.footer{
		width:80%;
	}
	
	.footer .col1, .footer .col1.first, .footer .col1.last {
	width:100%;	
	margin-bottom:30px;
	}
	

	
	img#logo-mtgravatt {
top:10px;
box-shadow: 0px 0px 25px 14px white;
}

img#p-portrait {
margin-left:3px;
}

	.right_column {
	
		width:100%;
		margin:0 auto;
		float:none;
	}	
	
		
		
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
		#drpshadow { display:none; }
				
	/* ===================================================================================================================================== */
	/* ==========================================================   MOBILE MENU   ========================================================== */
	/* ===================================================================================================================================== */	
	


/*** Navigation ***/

	.btn-big{background:#7cf;background:-webkit-linear-gradient(top,#7cf,#8aae39);background:-moz-linear-gradient(top,#7cf,#8aae39);background:-ms-linear-gradient(top,#7cf,#8aae39);background:linear-gradient(top,#7cf,#8aae39);background:#7cf;background:-webkit-linear-gradient(top,#7cf,#8aae39);background:-moz-linear-gradient(top,#7cf,#8aae39);background:-ms-linear-gradient(top,#7cf,#8aae39);background:linear-gradient(top,#7cf,#8aae39);border:1px solid #8aae39;border-top:1px solid #a6d0e9;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#0b2331;display:inline-block;font-size:20px;line-height:21px;padding:3px 20px;position:relative;text-align:center;text-shadow:0 1px 0 rgba(255,255,255,0.3);text-transform:uppercase;box-shadow:0 1px 2px #04141c}

	

	.btn-big{font-size:24px;line-height:24px;padding:8px 20px;}

	

	.btn-big:hover{background:#8aae39;background:-webkit-linear-gradient(top,#8aae39,#7cf);background:-moz-linear-gradient(top,#8aae39,#7cf);background:-ms-linear-gradient(top,#8aae39,#7cf);background:linear-gradient(top,#8aae39,#7cf);background:#8aae39;background:-webkit-linear-gradient(top,#8aae39,#7cf);background:-moz-linear-gradient(top,#8aae39,#7cf);background:-ms-linear-gradient(top,#8aae39,#7cf);background:linear-gradient(top,#8aae39,#7cf);text-decoration:none}

	

	.btn-alt{background:#ceeb8c;background:-webkit-linear-gradient(top,#ceeb8c,#8aae39);background:-moz-linear-gradient(top,#ceeb8c,#8aae39);background:-ms-linear-gradient(top,#ceeb8c,#8aae39);background:linear-gradient(top,#ceeb8c,#8aae39);background:#ceeb8c;background:-webkit-linear-gradient(top,#ceeb8c,#8aae39);background:-moz-linear-gradient(top,#ceeb8c,#8aae39);background:-ms-linear-gradient(top,#ceeb8c,#8aae39);background:linear-gradient(top,#ceeb8c,#8aae39);border:1px solid #8aae39;border-top:1px solid #ceeb8c}

	

	.btn-alt:hover{background:#ceeb8c;background:-webkit-linear-gradient(top,#ceeb8c,#8aae39);background:-moz-linear-gradient(top,#ceeb8c,#8aae39);background:-ms-linear-gradient(top,#ceeb8c,#8aae39);background:linear-gradient(top,#ceeb8c,#8aae39);background:#ceeb8c;background:-webkit-linear-gradient(top,#ceeb8c,#8aae39);background:-moz-linear-gradient(top,#ceeb8c,#8aae39);background:-ms-linear-gradient(top,#ceeb8c,#8aae39);background:linear-gradient(top,#ceeb8c,#8aae39);}

	

	#menu { background: none; z-index:50; }

	#menu { position:relative; }

	#menu .btn-big {display:block;margin:0 0px 0 0px;box-shadow:none;text-align:center;-webkit-border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;color:#fff; text-transform:uppercase;font-weight:bold;}

	#menu .btn-open {-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}

	#menu ul {margin:0;position:absolute;top:41px;left:0em;width:100%;z-index:998; display:none;}

	#menu ul li {position:relative;float:left;clear:both;padding:0px;width:100%;display:block;background:#8aae39;overflow:hidden;border-top:1px solid #fff;border-radius: 0px;

  	-moz-border-radius: 0px;

  	-webkit-border-radius: 0px;}

	#menu ul li:hover, #menu li.current {border-radius: 0px;

  	-moz-border-radius: 0px;

  	-webkit-border-radius: 0px;}

	#menu ul li ul {position:relative;float:left;clear:both;padding:0px;width:100%;display:block;margin:0px;top:0px;}

	#menu ul li ul li {position:relative;float:left;clear:both;padding:0px;width:100%;display:block;background:#8aae39;overflow:hidden;border-top:1px solid #fff;border-radius: 0px;

  	-moz-border-radius: 0px;

  	-webkit-border-radius: 0px;}

	#menu ul li a {display:block; float:left; clear:both; width:auto !important; color:#fff; padding:5px 10px; }

	#menu ul li ul li a {text-indent:20px;}

	#menu .nav-open {left:0;display:block !important;}

	#menu .first {border-top:0;-webkit-border-top-left-radius:0px;-moz-border-radius:0px 0 0 0;border-radius:0px 0 0 0}

	#menu .first a {border:0}

	#menu .last {-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}

	

	.icn {background:url(../images/sprite_mobile.png) no-repeat;display:inline-block;height:24px;vertical-align:bottom;width:24px}

	.icn-dropdown {background-position:0px 0}

	.btn-open .icn-dropdown {background-position:-48px 0}

	



	/* ===================================================================================================================================== */
	/* ==========================================================  // MOBILE MENU ========================================================== */
	/* ===================================================================================================================================== */	
		
		
		
		body {
		overflow-x:hidden;	
		}
		#school-head {display:none;}
		ul.nav {clear: both;}
		#coach-img {width:300px; height: auto;}
		img#coach-img {top: 100px; right:0px;}
		div.banner		{min-height: 400px;margin: 0 0 10px;}
		div.Global_ContainerB {
			overflow-x:hidden;
		}
		div.Global_ContainerB
		{background:none;}
		img#coach-img {right:0px;}
		div.banner img[src="images/bus.png"] {right:0px;}
		img.placeholderzz {padding: 20px 0 30px; width: 290px; float: none;}
		.photos img {width: 130px; height:91px;}
		.mtg {padding:0;}
		.photos a.fancybox {margin: 0 0 0 5px;}
		
					div.Global_Container, div.maincontain {
	width:100%;
	margin:0 auto;
	}
	.left_column {
		width:100%;
		margin:0 auto 20px auto;
		clear:left;
	}
	.right_column {
	
		width:100%;
		margin:0 auto;
		
	}	
	form#cform div.cform_leftcol, form#cform div.cform_leftcol.two {
		width:100%;
	}
	form#cform fieldset textarea {
	width:100%;
	}
	span.placeholder {
		width:100%;
	}
	div.footer {
width: 90%;
	}
	
	div.footer ul {
float: none;
	}
	
	span.r-title {
		width:100%;
	}
		div.footer-cont{
	width:100%;
	height:auto;
	}

	span.phone {
		height: 60px;
	width:100%;	
	background-image:none;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(53%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 100%); /* W3C */
	-pie-background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 100%); /* W3C */
    /* PIE */
	}
	
	.footer .col1, .footer .col1.first, .footer .col1.last {
	width:100%;	
	margin-bottom:30px;
	}
	
	
	img#logo-mtgravatt {
top:10px;
box-shadow: 0px 0px 25px 14px white;
}
div.banner img[src="images/bus.png"] {

width:274px;
height:195px;
top: 90px;
right: -100px;
	
}
img#p-portrait {
float: left;
}
	img[src="images/portrait.png"] {
	float:left;	
	}
		
.footer .col1 span.cd1 {width: 39%;}		
		
		}
	
	
	
	/* FORM VALIDATION */
	
/******************************************/
/*****   F O R M S   **********************/
/******************************************/
button::-moz-focus-inner {
border: 0;
}
button {
padding-top: 1px;
padding-bottom: 2px;
}
label {
float: left;
margin-right: 10px;
width: 150px;
}
label.vis_label {
display:block !important;
color:#fff;
}
input[type=text],
input[type=password],
textarea
{
max-width: 100%;
padding: 4px;
border: none;
background: #fff;
border: 1px solid #ddd;
}
input[type=text],
input[type=password]
{
height: 20px;
}
input[type=radio],
input[type=checkbox]
{
vertical-align: middle;
}
textarea {
padding-bottom: 8px !important;
resize: vertical;
vertical-align: baseline;
height:90px;
}
select {
height: 28px;
margin-top: 1px;
margin-bottom: 1px;
border: none;
background: #fff;
border: 1px solid #ddd;
vertical-align: middle;
}
select[size] {
height: auto;
}
button {
height: 40px;
border: none;
background: #ddd;
}
input[type=hidden] {
display: none;
}
input[type=file] {
font-size: 20px !important;
}
input[type=text],
input[type=password],
textarea,
select
{
margin-right: 5px;
padding: 4px;
background: #fff;
border: 1px solid;
border-color: #3b4654 #3b4654 #3b4654 #3b4654;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
resize: none;
}
input[type=text]:hover,
input[type=password]:hover,
textarea:hover,
select:hover
{
border-color: #3b4654 #00aeef #00aeef #3b4654;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus
{
border-color: #3b4654 #00aeef #00aeef #3b4654;
outline: none;
}
select:focus {
outline: 0 none !important;
}
input.vinput {
display:none;		
}
label.slx_disabled, label.slx_disabled * {
color: #9ea7ad !important;
}
label .slx_legend {
margin: 0 !important;
padding-top: 0;
line-height: 11px;
}
.slx_checkbox,
.slx_radio
{
position: relative;
display: block;
width: auto;
float: left;
margin-right: 15px;
padding: 5px 0 5px 20px !important;
text-align: left;
color: #333;
font-size: 13px;
font-weight: normal;
}
.slx_checkbox input,
.slx_radio input
{
left: 0;
position: absolute;
margin: 0 !important;
}
.slx_checkbox input,
.slx_radio input
{
top: 9px;
}
label.slx_image {
overflow: hidden;
display: table;
width: 100% !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
label.slx_image img {
float: left;
margin-right: 10px;
}
label.slx_image .slx_label {
display: table-cell;
width: 100%;
vertical-align: middle;
}
label.slx_image .slx_checkbox input,
label.slx_image .slx_radio input
{
top: 50%;
margin-top: -6px !important;
}
.slx_full {
padding: 0 5px;
position:relative;
}
.slx_full input[type=text],
.slx_full input[type=password],
.slx_full textarea,
.slx_full select
{
width: 100%;
margin-right: -5px;
}
.slx_full .slx_checkbox,
.slx_full .slx_radio
{
width: auto;
margin-left: -4px;
}
.slx_legend {
clear: both;
display: block;
margin-bottom: 0;
padding-top: 10px;
font-size: 11px;
color: #9ea7ad;
text-shadow: 1px 1px 0 #fff;
}
.slx_row_1 {
padding: 20px 0;
border-top: 1px solid #fff;
border-bottom: 1px solid #eee;
}
.slx_row_1 label,
.slx_row_1 input[type=text],
.slx_row_1 input[type=password],
.slx_row_1 textarea,
.slx_row_1 select
{
float: left;
}
.slx_row_1 label {
width: 150px;
margin-right: 15px;
padding: 7px 0 0 0;
}
.slx_row_1 .slx_full,
.slx_row_1 .slx_legend,
.slx_row_1 .slx_scroll
{
margin-left: 165px;
}
.slx_row_1 .slx_full {
padding-right: 20px;
}
.slx_row_1 .slx_full .slx_legend {
margin-left: 0;
}
.slx_row_2 {
padding: 10px 0;
}
.slx_row_2 label,
.slx_row_2 input[type=text],
.slx_row_2 input[type=password],
.slx_row_2 textarea,
.slx_row_2 select
{
}
.slx_row_2 label {
margin-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
vertical-align: baseline;
}
.slx_row_2 .slx_full {
margin-left: 166px;
}
.slx_row_2 .slx_full input[type=text],
.slx_row_2 .slx_full input[type=password],
.slx_row_2 .slx_full textarea,
.slx_row_2 .slx_full select
{
margin-right: 0;
}
.slx_row_3 {
margin-bottom: 7px;
}
.slx_row_3 label {
clear: both;
display: none;
width: auto;
margin-bottom: 5px;
padding-top: 0;
}
.slx_row_3 label.slx_checkbox,
.slx_row_3 label.slx_radio
{
margin-bottom: 0;
}
.slx_row_3 input[type=text],
.slx_row_3 input[type=password],
.slx_row_3 textarea,
.slx_row_3 select,
.slx_row_3 .uploader
{
float: left;
clear: left;
color:#666;
}
.slx_row_3 .slx_error_msg {
float: left;
}
.slx_error_row input[type=text],
.slx_error_row input[type=password],
.slx_error_row textarea,
.slx_error_row select
{
color: #84290a;
background-color: #ffe7df !important;
border-color: #ffcdbc #ffe7df #ffe7df #ffcdbc !important;
}
.slx_row_4.slx_error_row:hover {
background: none;
}
.slx_error_msg {
position:relative;
margin-bottom: 0;
padding: 5px 5px 5px 12px;
background: url(../images/bullet_2.gif) no-repeat 1px 13px;
font-size: 11px;
color: red;
background:#FFD5D6;
border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;
margin-bottom:10px;
}
.slx_successlx_msg {
position:relative;
margin-bottom: 0;
padding: 10px 5px 10px 12px;
background: url(../images/bullet_2.gif) no-repeat 1px 13px;
font-size: 11px;
color: green;
border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
background:#BFDEB1;
margin-bottom:10px;
}
.required-field {
padding:4px 6px;
display:inline-block;
*display:inline;
font-size:11px;
border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
color: #84290a;
background:#FFD5D6;
}
.slx_box_1 .slx_error_msg {
margin-bottom: 0 !important;
}
.slx_button_1 {
cursor: pointer;
display: block;
float: left;
padding: 0px;
margin-bottom:5px;
}
.slx_button_1 .slx_text {
position: relative;
display: block;
height: 28px;
line-height: 28px;
text-transform: uppercase;
font-size: 16px;
color: #fff;
}
.slx_button_1_small .slx_text {
height: 20px;
line-height: 20px;
text-transform: none;
font-size: 14px;
}
.slx_button_1:hover .span {
color:#fff;
}
.slx_button_1.slx_ddd_bgr .slx_text {
color: #666;
}
.slx_button_1.slx_ddd_bgr:hover .slx_text {
color: #333;
border: 1px solid rgba(255, 255, 255, 0.7);
}
.slx_button_1.left {
margin-left: 0;
margin-right: 10px;
}
.slx_button_1.slx_ddd_bgr .slx_text {
color: #666;
}
.slx_button_1.slx_ddd_bgr:hover .slx_text {
color: #333;
border: 1px solid rgba(255, 255, 255, 0.7);
}
.slx_button_1.left {
margin-left: 0;
margin-right: 10px;
}
.slx_submit {
overflow: hidden;
clear: both;
margin-bottom: 0px;
padding: 5px;

}
.slx_submit .slx_checkbox,
.slx_submit .slx_radio
{
margin-top: 3px;
}
.slx_server_msg {
cursor: pointer;
min-height: 48px;
margin-bottom: 30px;
}
.slx_server_msg p {
min-height: 20px;
margin: 0;
padding: 19px 20px;
text-align: center;
font-size: 14px;
font-weight: bold;
}
.slx_msg_green {
color: green;
background: #f4fbe4;
border: 1px solid #e3f5bd;
}
.slx_msg_red {
color: red;
background: #ffede5;
border: 1px solid #ffd8c3;
}
.slx_main_col .slx_grid_view,
.slx_col_12 .slx_grid_view,
.slx_col_9 .slx_grid_view
{
position: relative;
margin: 0 10px;
}
.slx_1_cols,
.slx_2_cols,
.slx_3_cols {
min-height:400px;	
}
.slx_contact_inner {
position:relative;
padding:5px 0px 5px 10px;
border:0px;
}
#menu select {
display:none;
}
#main p img {
padding-right:10px;
padding-bottom:10px;
}
#main p img, #main p img a:link, #main p img a:visited{
border:0;
}
#main p img.right {
padding-right:0px;
padding-left:10px;
padding-bottom:10px;
}
#img_box{
float:left;
}
.slx_module_background_1 {

}
.slx_module_background_2 {
background:#ecf1f8;
}
.slx_module_background_1 h2 {
color:#fff;
}
.slx_module_background_2 h2 {
color:#7c7c7c;
}
.slx_module_background_1 h3 {
padding:5px 0px;
color:#fff;
font-weight:bold;
border-bottom:2px solid #e07ec0;
margin-bottom:10px;
}
.slx_module_background_2 h3 {
padding:5px 0px;
color:#7c7c7c;
border-bottom:1px solid #bfc2c6;
margin-bottom:10px;
font-family: 'Oswald', sans-serif;
font-weight:400;
}
.slx_module_background_1 p {

font-size:16px;

font-weight:300;
}
.slx_module_background_2 p {
color:#7c7c7c;
font-size:16px;
font-family: 'Oswald', sans-serif;
font-weight:300;
}
.slx_module_background_1 p.slx_small, .slx_module_background_2 p.slx_small {
font-size:11px;
}
.slx_module_background_2 input[type=text],
.slx_module_background_2 input[type=password],
.slx_module_background_2 textarea,
.slx_module_background_2 select
{
margin-right: 5px;
padding: 4px;
background: #fff;
border: 1px solid;
border-color: #bfc2c6 #bfc2c6 #bfc2c6 #bfc2c6;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
resize: none;
}
.slx_module_background_2 input[type=text]:hover,
.slx_module_background_2 input[type=password]:hover,
.slx_module_background_2 textarea:hover,
.slx_module_background_2 select:hover
{
border-color: #bfc2c6 #7c7c7c #7c7c7c #bfc2c6;
}
.slx_module_background_2 input[type=text]:focus,
.slx_module_background_2 input[type=password]:focus,
.slx_module_background_2 textarea:focus,
.slx_module_background_2 select:focus
{
border-color: #bfc2c6 #7c7c7c #7c7c7c #bfc2c6;
outline: none;
}
.slx_module_background_2 label.vis_label {
color:#7c7c7c;
}
.slx_module_content {
position: relative;
margin-bottom: 10px;
}
.slx_module_content:hover {
z-index: 2;
}
.slx_module_inner {
position:relative;
padding:5px 10px;
border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;
border:0px;
}

.rounded {
padding:5px;
border:#ccc 1px solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
}
ul.float_banners, ul.float_banners li{
list-style:none;
padding:0px;
margin:0px;
}
ul.float_banners li, #main ul.float_banners li {
float:left;
margin-right:18px;
padding:0px;
background:none;
}
ul.float_banners img {
margin:0px;
padding:0px;
}
#cred_banners {
padding-bottom:10px;
}
#cred_banners ul.float_banners li {
margin-right:6px;
}
.quote_wrap {
}
.quote_wrap p {
background:url(../images/quote.png) 0px 0 no-repeat;
text-indent:25px;
padding:5px 0px 5px 0px;
}
.gradient-btn,
input.gradient-btn,
a.gradient-btn,
a.gradient-btn:visited,
a.gradient-btn:active{
color:#7c7c7c;
font-size:14px;
border:1px solid #268dd1;
background:#e1e2e2;/* fallback color */
background-image: -moz-linear-gradient(top,#f9fbfb,#e1e2e2);
background-image: -webkit-gradient(linear,left top,left bottom,from(#f9fbfb),to(#e1e2e2));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f9fbfb, endColorstr=#e1e2e2);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f9fbfb, endColorstr=#e1e2e2)";
cursor:pointer;
padding:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
}
.gradient-btn:hover,
input.gradient-btn:hover
a.gradient-btn:hover,
.selected,
a.selected{
color:#fff;
border:1px solid #999a99;
background: #999a99;/* fallback color */
background-image: -moz-linear-gradient(top,#b2b2b2,#999a99);
background-image: -webkit-gradient(linear,left top,left bottom,from(#b2b2b2),to(#999a99));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b2b2b2, endColorstr=#999a99);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#b2b2b2, endColorstr=#999a99)";
padding:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
}

.slx_tbl_wrap {
	border:2px solid #0189d0;
	border-right:1px solid #0189d0;
	position:relative;
	width:600px;
	overflow:hidden;
}

.slx_tbl_wrap .slx_1_5 span, .slx_tbl_wrap .slx_2_5 span {
	padding:5px; display:block;
	border-right:1px solid #0189d0;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
}

.slx_tbl_wrap .even {
	background:#e7f6fd;
}

.slx_tbl_wrap .tbl_head span {
	font-weight:bold;
	border-top:0px;
	text-transform:uppercase;
}
	
	
#contact_form_wrapper {background-color: #CCE989; margin: 0 0 20px;}	
input[type="text"], input[type="password"], textarea, select {padding: 4px;}	
input[type="text"], input[type="password"] {
    height: 30px;
}	
h2.slx_title_1	{padding:0px; line-height:none;}
	
#contact_form_wrapper h2.slx_title_1 span {
    color: #83AF26;
    font-family: 'Ubuntu',sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
}	
	
#qform {background-color: #323A44; padding: 20px;}
.secure {background: url("../images/lock.png") no-repeat scroll -12px 3px transparent;padding: 0 0 0 25px; display: block; font-size:14px;}
h2.gaq {color: #ffffff;}	
#MemberLoginForm_LoginForm {padding: 20px; border-radius: 6px 6px 6px 6px; background-color: #CCE989; }
#MemberLoginForm_LoginForm fieldset { border: medium none;
    border-radius: 6px 6px 6px 6px;
    margin: 0 2px;
    padding: 18px;}
p#Remember {display:block; float:left; text-align: left;}	
#MemberLoginForm_LoginForm label.right {width: auto;}
#MemberLoginForm_LoginForm_action_dologin {width: 100px; height: 30px; display: block; background-color: #4E5C31; color: #fff; border-radius: 6px 6px 6px 6px;}


  #ruler { margin:0px;padding:0px;width: 100%; color: #CCC;}