/*

Theme Name: britannia

Theme URI: 

Author: Creative Ideaz

Author URI: 

Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.

Version: 1.1

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

Text Domain: twentytwelve



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/* =Notes

--------------------------------------------------------------

This stylesheet uses rem values with a pixel fallback. The rem

values (and line heights) are calculated using two variables:



$rembase:     14;

$line-height: 24;



---------- Examples



* Use a pixel value with a rem fallback for font-size, padding, margins, etc.

	padding: 5px 0;

	padding: 0.357142857rem 0; (5 / $rembase)



* Set a font-size and then set a line-height based on the font-size

	font-size: 16px

	font-size: 1.142857143rem; (16 / $rembase)

	line-height: 1.5; ($line-height / 16)



---------- Vertical spacing



Vertical spacing between most elements should use 24px or 48px

to maintain vertical rhythm:



.my-new-div {

	margin: 24px 0;

	margin: 1.714285714rem 0; ( 24 / $rembase )

}



---------- Further reading



http://snook.ca/archives/html_and_css/font-size-with-rem

http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/





/* =Reset

-------------------------------------------------------------- */

.puplink { color:#ffffff !important; }
.puplink:hover { color: #d70303 !important; }

html, 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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 50%;
}
.act {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 15px;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	outline: none;
	height:auto;
}
ul, li, p, h1, h2, h3, h4, h5, h6, a {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
.clear {
	clear: both;
}
body {
	width: 100%;
	height: 100%;
	background: url(images/header-bg.png) no-repeat scroll center 0 #e6e6e6;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.AboutUs a {
	color: #3366ff;
	text-decoration: underline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.commonInput input {
	width: 230px !important;
}
.commonInput select {
	width: 243px !important;
	padding: 4px !important;
}
.commonInput input[type="checkbox"] {
	width: auto !important;
}
.commonInput input[type="radio"] {
	width: auto !important;
}
.commonInput input[type="textarea"] {
	width: auto !important;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Clearing floats */

.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}
/* =Repeatable patterns

-------------------------------------------------------------- */



/* Small headers */

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}
/* Shared Post Format styling */

article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
/* Form fields, general styles first */

button, input, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button, input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Reset non-text input types */

input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/* Buttons */

.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #FFFFFF;
	background: #0C5AB8;
	background-repeat: repeat-x;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
input[type=submit]:hover {
	background: #D70303;
}
.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
.menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
	background: #D70303;
}
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
/* Responsive images */

.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */

embed, iframe, object, video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a, .gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Navigation */

.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous, .previous-image {
	float: left;
	width: 50%;
}
.nav-next, .next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area, #comment-nav-above {
	margin: 0px 0;
	margin: 0.429rem 0;
}
/* Author profiles */

.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}
/* =Basic structure

-------------------------------------------------------------- */



/* Body, links, basics */

html {
}
body {
}
body.custom-font-enabled {
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
/* Assistive text */

.assistive-text, .site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover, .main-navigation .assistive-text:active, .main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
/* Page structure */

.site {
	width: 100%;
	background: url(images/page-shaddow.png) top center repeat-y;
	overflow: hidden;
}
.site-content {
	margin: 0px 0 0;
}
.widget-area {
	margin: 0px 0 0;
}
/* Header */

.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1, .site-header h2 {
	text-align: center;
}
.site-header h1 a, .site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover, .site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
/* Navigation Menu */

.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
	display: inline-block;
}
/* Banner */

section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
/* Sidebar */

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 15px;
	line-height: 18px;
}
.widget-area .widget p {
	margin-bottom: 5px;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
}
.widget-area .widget a:hover {
	color: #E30303;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* Footer */

footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
/* =Main content and comment content

-------------------------------------------------------------- */







.entry-meta {
	clear: both;
}
.entry-header {
/*margin-bottom: 24px;*/

	/*margin-bottom: 1.714285714rem;*/

}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a, .entry-meta a {
	color: #757575;
}
.comments-link a:hover, .entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content, .entry-summary, .mu_register {
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3, .comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4, .comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5, .comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6, .comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul, .comment-content ul, .mu_register ul {
	list-style: disc outside;
}
.entry-content ol, .comment-content ol {
	list-style: decimal outside;
}
.entry-content li, .comment-content li, .mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code, .comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre, .comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code, .comment-content pre code {
	display: block;
}
.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address, .comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl, .comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt, .comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd, .comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table, .comment-content table {
	border-bottom: 1px solid #EDEDED;
	color: #000000;
	font-size: 11px;
	line-height: 2;
	/* margin: 0 0 1.71429rem;*/

	width: 100%;
}
.entry-content table caption, .comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td, .comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.comments-link {
	display: none;
}
.site-content article {
/*border-bottom: 4px double #ededed;

	margin-bottom: 72px;

	margin-bottom: 5.142857143rem;

	padding-bottom: 24px;

	padding-bottom: 1.714285714rem;

	word-wrap: break-word;

	-webkit-hyphens: auto;

	-moz-hyphens: auto;

	hyphens: auto;*/

}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	/*margin-top: 24px;

	margin-top: 1.714285714rem;*/

	font-size: 10px;
	/*font-size: 0.928571429rem;

	line-height: 1.846153846;*/

	color: #757575;
	margin-bottom: 15px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
/* =Archives

-------------------------------------------------------------- */



/*.archive-header, .page-header {

	margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

	padding-bottom: 22px;

	padding-bottom: 1.571428571rem;

	border-bottom: 1px solid #ededed;

}*/



.archive-header, .page-header {
	margin-bottom: 48px;
	margin-bottom: 10px;
	padding-bottom: 22px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}
/* =Single image attachment view

-------------------------------------------------------------- */



.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
/* =Aside post format

-------------------------------------------------------------- */



article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child, article.format-aside p:last-child {
	margin-bottom: 0;
}
/* =Post formats

-------------------------------------------------------------- */



/* Image posts */

article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
/* Link posts */

article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}
/* Quote posts */

article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}
/* Status posts */

.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
/* =Comments

-------------------------------------------------------------- */



.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite, .comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link, a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover, a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
/* Comment form */

#respond {
	margin-top: 10px;
	margin-top: 1.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 0px 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form textarea {
	width: 46.3333%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
	display: none;
}
.required {
	color: red;
}
/* =Front page template

-------------------------------------------------------------- */



.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}
/* =Widgets

-------------------------------------------------------------- */



.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date, .widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}






/* =Plugins

----------------------------------------------- */



img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/* =Media queries

-------------------------------------------------------------- */



/* Minimum width of 600 pixels. */


/* =Print

----------------------------------------------- */



@media print {
body {
	background: none !important;
	color: #000;
	font-size: 10pt;
}
footer a[rel=bookmark]:link:after, footer a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
a {
	text-decoration: none;
}
.entry-content img, .comment-content img, .author-avatar img, img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}
.site {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
}
.site-header {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	text-align: left;
}
.site-header h1 {
	font-size: 21pt;
	line-height: 1;
	text-align: left;
}
.site-header h2 {
	color: #000;
	font-size: 10pt;
	text-align: left;
}
.site-header h1 a, .site-header h2 a {
	color: #000;
}
.author-avatar, #colophon, #respond, .commentlist .comment-edit-link, .commentlist .reply, .entry-header .comments-link, .entry-meta .edit-link a, .page-link, .site-content nav, .widget-area, img.header-image, .main-navigation {
	display: none;
}
.wrapper {
	border-top: none;
	box-shadow: none;
}
.site-content {
	margin: 0;
	width: auto;
}
.singular .entry-header .entry-meta {
	position: static;
}
.singular .site-content, .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular .comments-title {
	margin: 0;
	width: 100%;
}
.entry-header .entry-title, .entry-title, .singular .entry-title {
	font-size: 21pt;
}
footer.entry-meta, footer.entry-meta a {
	color: #444;
	font-size: 10pt;
}
.author-description {
	float: none;
	width: auto;
}
/* Comments */

.commentlist > li.comment {
	background: none;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.comments-area article header cite, .comments-area article header time {
	margin-left: 50px;
	margin-left: 3.57142857rem;
}
}
.Container {
	background: #fff;
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
}
/************************************************/

.header {
	width: 100%;
	float: left;
}
.headerTop {
	width: 100%;
	float: left;
}
.BookDriving a {
	float: left;
	width: 181px;
	height: 21px;
	background: #0c5ab8;
	color: #fff;
	line-height: 21px;
	font-size: 12px;
	padding: 5px 8px;
	border: 1px solid #9ebde3;
	margin: 0 10px 0 0;
}
.BookDriving a:hover {
	color: #fff;
	float: left;
	background: #d70303;
	border: 1px solid #bd0505;
}
.BookDriving img {
	float: left;
	margin: 2px 5px 0 0;
}
.newDriving a {
	width: 198px !important;
	float: left;
}
.Chat {
	float: right;
}
.liveChat {
	float: left;
}
.Chat a {
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	line-height: 33px;
	background: #d70303;
	padding: 0 20px 0 0;
}
.Chat a:hover {
	color: #fff;
	background: #0b5ab8;
}
.Chat a img {
	float: left;
	margin: 6px 10px 0 10px;
}
.Tweet {
	float: left;
	height: 70px;
	margin: 0 0 -15px 0;
 *float:none;
}
.Tweet a {
	color: #032A53;
	float: left;
	font-size: 13px;
	line-height: 15px;
	margin: 21px 0 0;
}
.Tweet a:hover {
	color: #E30303;
}
.headerBottom {
	width: 100%;
	float: left;
	margin: 10px 0 14px 0;
}
.freePhone {
	float: left;
	margin: 10px 20px 0 0;
	width: 164px;
}
.freePhone img {
	float: left;
	margin: 15px 0 0;
}
.logo {
	float: left;
	width: 255px;
}
.freePhone span {
	color: #032a53;
	font-size: 14px;
	float: right;
	width: 134px;
	font-weight: normal;
	line-height: 18px;
}
.freePhone font {
	width: 100%;
	float: left;
	font-size: px;
}
.freePhone label {
	width: 100%;
	float: left;
	font-size: 11px;
}
.latestTweet {
	float: left;
	color: #032a53;
	font-size: 14px;
	line-height: 24px;
}
.Tweet label {
	color: #E30303;
	font-style: italic;
}
.latestTweet img {
	float: left;
	margin: 3px 6px 0 0;
}
.navigation {
	float: left;
	width: 100%;
	background: #003e80; /* Old browsers */
	background: -moz-linear-gradient(top, #003e80 0%, #0c5ab8 9%, #0059b8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003e80), color-stop(9%, #0c5ab8), color-stop(100%, #0059b8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003e80 0%, #0c5ab8 9%, #0059b8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003e80 0%, #0c5ab8 9%, #0059b8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003e80 0%, #0c5ab8 9%, #0059b8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #003e80 0%, #0c5ab8 9%, #0059b8 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e80', endColorstr='#0059b8', GradientType=0 ); /* IE6-9 */
	height: 41px;
	margin: 0 0 21px 0; /* IE8 and below */
 *margin:-16px 0 21px;
}
.navigation a {
	color: #fff;
	float: left;
	padding: 12px 10px;
 -bracket-:hack[;
	padding: 12px 10px important;
 ];
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	border-right: 1px solid #002752;
}
.active {
	background: #e30303;
	float: left;
	padding: 11px 8px 8px !important;
 *padding: 11px 8px 12px !important;
}
.navigation a:hover {
	background: #E30303;
	color: #fff;
}
.navigation span input[type="text"] {
	border: 1px solid #E9E9E9;
	color: #6C6C6C;
	float: right;
	font-size: 11px;
	height: 30px;
	margin: 5px 5px 0;
	padding: 0 3px;
	margin-left: -10px\0/;
	width: 218px;
	line-height: 30px !important
}
.borderNone {
	border: 0px;
}
.navigation span {
	width: 250px;
	float: right;
	position: relative;
}
.navigation span input[type="submit"] {
	background: url("images/submit.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 27px;
	position: absolute;
	right: 14px;
	top: 8px;
	width: 36px;
	cursor: pointer;
}
.MidContainer {
	width: 100%;
	float: left;
	margin: 0 0 0px;
}
.MidContainerLeft, .Accreditions {
	float: left;
	width: 194px;
	background: #f8f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f7), color-stop(2%, #ffffff), color-stop(92%, #fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* IE10+ */
}
.PickBritannia {
	width: 100%;
	float: left;
}
.Accreditions {
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	width: 100%;
	float: left;
	margin: 17px 0 0;
}
.PickBritannia h1, .PickBritannia h2, .Accreditions h2 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0 8px 8px;
	width: 186px;
}
.PickBritannia h2, .Accreditions h2 {
	background: #e30303;
}
.pick {
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	width: 100%;
	float: left;
	padding: 9px 0 15px 0;
}
.pick a {
	background: url("images/list-style.png") no-repeat scroll 7px 8px transparent;
	border-bottom: 1px solid #E0E0E0;
	color: #000000;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 7px 18px;
	width: 90%;
}
.pick a:hover {
	color: #e30303 !important;
}
.border {
	border-bottom: 0 none !important;
}
.google {
	background: url("images/background-images.png") repeat scroll -9px 11% transparent;
	float: left;
	height: 46px;
	margin: 17px 0;
	width: 198px;
}
.google2 {
	float: left;
	height: 46px;
	margin: 17px 0 25px;
	width: 198px;
}
.payment {
	background: url("images/background-images.png") repeat scroll -24px 23% transparent;
	float: left;
	height: 178px;
	margin-left: 15px;
	width: 161px;
}
.AccreImages {
	background: url("images/background-images.png") repeat scroll -20px 86% transparent;
	float: left;
	height: 271px;
	width: 100%;
}
.MiddleCon {
/*float: left;

	width: 566px;

	margin: 0 19px;*/

}
.MiddleCon p {
	margin-bottom: 15px !important;
	font-size: 11px;
	line-height: 16px;
}
.slider {
	width: 100%;
	float: left;
}
.DrivingCourse {
	width: 100%;
	float: left;
	margin: 15px 0 0;
}
.DrivingCourse h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll right 19px transparent;
	float: left;
	width: 100%;
	color: #003e80;
	font-size: 24px;
	font-weight: normal;
}
.DrivingCourse h1 a {
	color: #003e80;
}
.adiCourses h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll 136px 19px transparent;
}
.Box1 {
	width: 135px;
	border-right: 1px solid #cac9c9;
	float: left;
	margin: 16px 6px 0 0;
}
.Box1 h3 {
	width: 100%;
	font-size: 13px;
	color: #003c7b;
	float: left;
	line-height: 13px;
	height: 32px;
}
.Box1 h3 a {
	color: #003c7b;
}
.Box1 h3 a:hover {
	color: #e30303;
}
.IntensiveDrive {
	margin: 9px 0 0;
}
.Box1 p {
	width: 90%;
	font-size: 11px;
	color: #1f1f1f;
}
.Box1 p a {
	color: #1f1f1f;
}
.Box1 p a:hover, .Box2 p a:hover {
	text-decoration: underline;
}
.Box2 {
	border-right: none;
	margin-right: 0px;
	margin-left: 0px;
}
.videoHelp h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll 184px 19px transparent;
}
.videoGuide h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll 160px 19px transparent;
}
.interactiveHelp h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll 240px 19px transparent;
}
.Add h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll 240px 19px transparent;
}
.text {
	font-size: 15px;
	color: #1f1f1f;
	float: left;
	line-height: 14px;
	margin: 5px 0 0;
	width: 100%;
}
.ImportantThings, .covering {
	width: 534px;
	float: left;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	background: #f8f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f7), color-stop(2%, #ffffff), color-stop(92%, #fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* IE10+ */
	background: linear-gradient(to bottom, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f7', endColorstr='#fbfbfb', GradientType=0 ); /* IE6-9 */
	margin: 26px 0;
	padding: 16px;
}
.ImportantThings h1 {
	color: #003C7B;
	float: left;
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
	width: 100%;
	margin: 0 0 20px 0;
}
.first, .second, .third, .fourth, .fifth, .sixth, .seven {
	background: url("images/background-images.png") no-repeat scroll -222px -14px transparent;
	float: left;
	height: 33px;
	padding: 0 11px 0 0;
	width: 33px;
}
.second {
	background: url("images/background-images.png") no-repeat scroll -222px -48px transparent;
}
.third {
	background: url("images/background-images.png") no-repeat scroll -222px -83px transparent;
}
.fourth {
	background: url("images/background-images.png") no-repeat scroll -222px -120px transparent;
}
.fifth {
	background: url("images/background-images.png") no-repeat scroll -222px -156px transparent;
}
.sixth {
	background: url("images/background-images.png") no-repeat scroll -222px -192px transparent;
}
.seven {
	background: url("images/background-images.png") no-repeat scroll -222px -227px transparent;
}
.ImportantThings span {
	float: left;
	font-size: 14px;
	color: #000;
	line-height: 32px;
	margin: 3px 0;
	width: 100%;
}
.ImportantThings font {
	color: #000000;
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 3px;
	width: 90%;
}
.DrivingText {
	width: 100%;
	float: left;
	margin: 0 0 24px;
}
.DrivingText h1 {
	margin-bottom: 15px;
	width: 100%;
	color: #003c7b;
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	line-height: 20px;
}
.DrivingText p {
	font-size: 11px;
	color: #000;
	margin: 19px 0 0;
	text-align: justify;
	line-height: 18px;
	width: 100%;
}
.LatestDriving {
	float: left;
	width: 100%;
}
.LatestDriving h1 {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	color: #003c7b;
	margin: 0 0 10px;
	line-height: 18px;
	margin-bottom: 15px;
}
.LatestDriving a {
	color: #003c7b;
}
.LatestDriving h1 span {
	float: right;
	font-size: 13px;
	margin: 6px 0 0 4px;
	width: 191px;
}
.LatestDriving h1 font {
	float: right;
}
.LatestDriving h1 font img {
	float: right;
}
.DrivingBox1 {
	width: 135px;
	float: left;
	border-right: 1px solid #CAC9C9;
	margin: 0 7px 0 0;
	position: relative;
	height: 330px;
}
.margin {
	margin: 0px;
	border-right: 0px;
}
.DrivingBox1 h2 {
	color: #003C7B;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	width: 90%;
	text-transform: capitalize;
}
.DrivingBox1 h2 a:hover {
	text-decoration: underline;
}
.DrivingBox1 p {
	color: #000;
	width: 85%;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin: 13px 0;
}
.covering {
	padding: 16px 16px 41px 16px;
}
.covering h2 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 31px;
	font-weight: normal;
}
.covering h5 {
	float: left;
	width: 100%;
	color: #e30303;
	font-size: 13px;
	margin: 0px 0 0;
}
.covering h5 a {
	color: #003C7B;
}
.covering p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}
.covering h5 a:hover {
	text-decoration: underline;
}
.MidContainerRight {
	float: right;
	width: 197px;
	clear: both;
}
.Driving {
	background: #d70303;
	float: left;
	margin: 0 0 20px;
	padding: 5px 7px 7px;
	width: 93%;
}
.Gift {
	background: #003c7b;
}
.Driving h1 {
	color: #FFFFFF;
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin: 3px 0 0;
	text-align: center;
	text-shadow: 0 1px 1px #969696;
	width: 100%;
}
.Driving span {
	color: #FFFFFF;
	float: left;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	width: 100%;
	text-shadow: 0 1px 1px #969696;
	margin: 6px 0;
}
.OnlineNow {
	float: left;
	text-align: center;
	margin: 15px 0 11px;
	width: 100%;
	margin: 0px 0 6px;
}
.gift .OnlineNow {
}
.testBook {
	background: #003c7b;
}
.testBook h1 {
	font-size: 18px;
}
.testBook span {
	font-size: 15px;
}
.ButtonPeople {
	float: left;
	height: 39px;
	margin: 10px 0 0;
	width: 197px;
}
.ContactUs {
	float: left;
	width: 197px;
	background: #f8f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f7), color-stop(2%, #ffffff), color-stop(92%, #fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* IE10+ */
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	padding: 0 0 10px;
	margin: 0 0 20px 0;
}
.ContactUs h1 {
	color: #FFFFFF;
	float: left;
	line-height: 26px;
	font-size: 13px;
	font-weight: bold;
	height: 31px;
	padding: 6px 0 0 8px;
	width: 189px;
	background: none repeat scroll 0 0 #E30303;
}
.ContactUs span {
	font-size: 13px;
	color: #000;
	float: left;
	line-height: 39px;
	border-bottom: 1px solid #cac9c9;
	width: 100%;
}
.ContactUs a {
	color: #000;
	font-size: 13px;
}
.phone, .mobile, .chat, .call {
	background: url("images/background-images.png") no-repeat scroll -260px -163px transparent;
	float: left;
	height: 33px;
	width: 47px;
}
.mobile {
	background: url("images/background-images.png") no-repeat scroll -260px -197px transparent;
}
.chat {
	background: url("images/background-images.png") no-repeat scroll -260px -231px transparent;
}
.call {
	background: url("images/background-images.png") no-repeat scroll -260px -268px transparent;
}
.borderBottom {
	border-bottom: 0px !important;
	font-size: 13px;
	color: #000;
	float: left;
	line-height: 36px;
	width: 100%;
	padding: 0px;
}
.Testimonials {
	width: 100%;
	float: left;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	margin: 0 0 20px 0;
}
.Testimonials h2 {
	background: none repeat scroll 0 0 #E30303;
	color: #FFFFFF;
	float: left;
	line-height: 21px;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0 8px 11px;
	width: 186px;
}
.Testimonials p {
	color: #000000;
	font-size: 11px !important;
	padding: 10px 10px;
	line-height: 16px !important;
	clear: both;
	text-align: justify;
}
.ReadTesti {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 15px 0;
}
.social h1 {
	background: #003C7B;
}
.social a {
	color: #000;
}
.facebook, .twiter, .googlePlus, .linked {
	background: url("images/socail-icons.png") no-repeat scroll 10px 9px transparent;
	float: left;
	height: 33px;
	width: 35px;
}
.twiter {
	background: url("images/socail-icons.png") no-repeat scroll 10px -25px transparent;
}
.googlePlus {
	background: url("images/socail-icons.png") no-repeat scroll 10px -59px transparent;
}
.linked {
	background: url("images/socail-icons.png") no-repeat scroll 10px -92px transparent;
}
.footer {
	background:  #004793;
	float: left;
	height: 366px;
	width: 100%;
}
.footerBg {
	background: url(images/footer-bg.png) top center repeat-y;
	overflow: hidden;
}
.footerInner {
	overflow: hidden;
	padding: 17px 0px;
	width: 998px;
	margin: 0 auto;
}
.footerInner p {
	text-align: center;
	font-size: 13px;
	color: #fff;
	margin: 9px 0 30px;
	text-transform: uppercase;
}
.footerInner p a {
	color: #fff;
}
.footerInner p a:hover {
	color: #88B9FF;
}
.FooterNav {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.DrivingSchool {
	width: 140px;
	float: left;
	padding: 0 0 0 10px\9; /* IE8 and below */
 *padding:0 0 0 10px;
}
.DrivingSchool h2 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	float: left;
	color: #fff;
}
.Logon h2 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	float: left;
	color: #fff;
	margin-bottom: 12px;
}
.DrivingSchool span {
	width: 100%;
	float: left;
	font-size: 11px;
	color: #88b9ff;
	margin: 14px 0 0;
	line-height: 20px;
}
.Logon {
	width: 135px;
	float: left;
}
.Logon nav {
	width: 100%;
	float: left;
	margin: 0px 0 0;
}
.Logon nav a {
	width: 100%;
	float: left;
	font-size: 11px;
	color: #88b9ff;
	line-height: 20px;
}
.Logon nav a:hover {
	color: #fff;
}
.DrivingCourses {
	width: 185px;
	float: left;
}
.Services {
	width: 200px;
}
.pages {
	width: 175px;
}
.SiteMap {
	width: 139px;
}
.FooterBottom {
	width: 100%;
	float: left;
}
.FooterLeft {
	float: left;
	text-align: center;
	width: 100%;
}
.FooterLeft a:hover {
	color: #2b78e3;
}
.FooterLeft span {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
}
.Html5 {
	float: left;
	height: 42px;
	margin: 9px 0 0;
	text-align: center;
	width: 100%;
}
/* instructor page css starts here  */

.HeaderInstructer {
	width: 100%;
	float: left;
	background: url(images/header-instructer-image.png) scroll right 0 no-repeat;
}
.HeaderInstructer p {
	color: #000000;
	float: left;
	font-family: Calibri;
	font-size: 16px;
	line-height: 17px;
	margin: 20px 22px 0 0;
	width: 178px;
}
.HeaderInstructer .logo {
	width: 236px;
	margin: 0 0 23px 0\9; /* IE8 and below */
 *margin:0 0 23px 0;
 *height:100px;
}
.Map {
	float: left;
	width: 100%;
	margin: 0 0 12px;
}
.Map p {
	color: #000000;
	font-size: 16px;
	line-height: 19px;
	margin: 10px 0 13px;
}
/* inner page v2 css starts here */

.PageHeading {
	width: 100%;
	float: left;
}
.PageHeading h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll right 19px transparent;
	float: left;
	width: 100%;
	color: #003e80;
	font-size: 27px;
	font-weight: normal;
	margin: 0 0 3px;
}
.PageHeading p {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
	margin: 0 0 32px 0;
}
/* inner page v2 css ends here  */





/* area page css starts here */





.WimbledonDriving {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	float: left;
}
.WimbledonDriving h1 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	clear: both;
}
.WimbledonDriving h2 {
	font-size: 15px;
	float: left;
	color: #000;
	width: 98.5%;
	font-weight: lighter;
	margin: 6px 0;
}
.DrivingImage {
	width: 100%;
	float: left;
	margin: 15px 0 20px;
}
.linkcls {
	font-weight: bold;
}
.DrivingSmallImg {
	width: 100%;
	float: left;
}
.DrivingSmallImg img {
	margin-right: 15px;
	float: left;
}
.left {
	float: left;
	height: 89px;
	width: 152px;
}
.DrivingSmallImg p {
	color: #000;
}
.ComputerTest {
	width: 534px;
	float: left;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	background: #f8f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f7), color-stop(2%, #ffffff), color-stop(92%, #fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* IE10+ */
	margin: 26px 0;
	padding: 16px;
}
.ComputerTest h1 {
	color: #003C7B;
	float: left;
	font-size: 30px;
	font-weight: normal;
	line-height: 27px;
	width: 100%;
	margin: 0 0 20px 0;
}
.ImportantThings a {
	color: #000;
}
.first, .second, .third, .fourth, .fifth, .sixth, .seven, .eigth {
	background: url("images/background-images.png") no-repeat scroll -222px -14px transparent;
	float: left;
	height: 33px;
	padding: 0 11px 0 0;
	width: 33px;
}
.second {
	background: url("images/background-images.png") no-repeat scroll -222px -48px transparent;
}
.third {
	background: url("images/background-images.png") no-repeat scroll -222px -83px transparent;
}
.fourth {
	background: url("images/background-images.png") no-repeat scroll -222px -120px transparent;
}
.fifth {
	background: url("images/background-images.png") no-repeat scroll -222px -156px transparent;
}
.sixth {
	background: url("images/background-images.png") no-repeat scroll -222px -192px transparent;
}
.seven {
	background: url("images/background-images.png") no-repeat scroll -222px -227px transparent;
}
.eigth {
	background: url("images/background-images.png") no-repeat scroll -222px -263px transparent;
}
.ComputerTest span {
	float: left;
	font-size: 15px;
	color: #000;
	line-height: 32px;
	margin: 3px 0;
	width: 100%;
}
.DrivingTextComputer {
	width: 100%;
	float: left;
}
.DrivingTextComputer h3 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #003c7b;
	margin: 15px 0 19px 0;
	font-weight: lighter;
}
/*.DrivingTextComputer p {

	font-size: 15px;

	color: #000;

	margin: 0 0 24px 0;

}*/

.DrivingTextComputer p strong {
	font-weight: bold;
}
.DrivingTextComputer p span {
	font-size: 12px;
	color: #003c7b;
}
.AdressMap {
	float: left;
	width: 100%;
}
.MapAdress {
	float: left;
	width: 194px;
	height: 131px;
}
.MiddleMap {
	width: 157px;
	float: left;
	margin: 0 16px 0 26px;
	font-size: 11px;
	font-weight: lighter;
	color: #000;
}
.MiddleMap font {
	width: 100%;
	float: left;
	font-size: 17px;
	font-weight: lighter;
	color: #003c7b;
	margin: 0 0 6px;
}
.MiddleMapRgt {
/*	float: right;

	width: 172px;

	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);

	-moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);

	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);

margin: -135px 0px 0px 163px;

position: absolute;*/

}
.MiddleMapRgtar {
	float: right;
	width: 172px;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	margin: -15px 0px 0px 389px;
	position: absolute;
}
.MiddleMapRgtar h4 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	float: left;
	font-size: 17px;
	font-weight: lighter;
	height: 27px;
	line-height: 25px;
	text-align: center;
	width: 100%;
	margin: 0;
}
.MiddleMapRgtar span {
	border-bottom: 1px solid #CAC9C9;
	color: #003C7B;
	float: left;
	font-size: 15px;
	padding: 0;
	width: 100%
}
.MiddleMapRgt4 {
	float: right;
	width: 172px;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	margin: -135px 0px 0px 163px;
	position: absolute;
}
/*

Theme Name: Twenty Twelve

Theme URI: http://wordpress.org/extend/themes/twentytwelve

Author: the WordPress team

Author URI: http://wordpress.org/

Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.

Version: 1.1

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

Text Domain: twentytwelve



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/* =Notes

--------------------------------------------------------------

This stylesheet uses rem values with a pixel fallback. The rem

values (and line heights) are calculated using two variables:



$rembase:     14;

$line-height: 24;



---------- Examples



* Use a pixel value with a rem fallback for font-size, padding, margins, etc.

	padding: 5px 0;

	padding: 0.357142857rem 0; (5 / $rembase)



* Set a font-size and then set a line-height based on the font-size

	font-size: 16px

	font-size: 1.142857143rem; (16 / $rembase)

	line-height: 1.5; ($line-height / 16)



---------- Vertical spacing



Vertical spacing between most elements should use 24px or 48px

to maintain vertical rhythm:



.my-new-div {

	margin: 24px 0;

	margin: 1.714285714rem 0; ( 24 / $rembase )

}



---------- Further reading



http://snook.ca/archives/html_and_css/font-size-with-rem

http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/





/* =Reset

-------------------------------------------------------------- */



html, 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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	outline: none;
}
ul, li, p, h1, h2, h3, h4, h5, h6, a {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
.clear {
	clear: both;
}
body {
	background-size: 100% auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #e6e6e6;
	background-image: url("images/header-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
}
.AboutUs a {
	color: #3366ff;
	text-decoration: underline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.commonInput input {
	width: 230px !important;
}
.commonInput select {
	width: 243px !important;
	padding: 4px !important;
}
.commonInput input[type="checkbox"] {
	width: auto !important;
}
.commonInput input[type="radio"] {
	width: auto !important;
}
.commonInput input[type="textarea"] {
	width: auto !important;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Clearing floats */

.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}
/* =Repeatable patterns

-------------------------------------------------------------- */



/* Small headers */

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}
/* Shared Post Format styling */

article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
/* Form fields, general styles first */

button, input, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button, input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Reset non-text input types */

input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/* Buttons */

.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #FFFFFF;
	background: #0C5AB8;
	background-repeat: repeat-x;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
input[type=submit]:hover {
	background: #D70303;
}
.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
.menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
	background: #D70303;
}
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
/* Responsive images */

.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */

embed, object, video {
	max-width: 100%;
	width: 308px !important;
}
.Tweet iframe {
	width: 308px !important;
}
.entry-content embed, iframe, object, video {
	width: 100% !important;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a, .gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Navigation */

.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous, .previous-image {
	float: left;
	width: 50%;
}
.nav-next, .next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area, #comment-nav-above {
	margin: 0px 0;
	margin: 0.429rem 0;
}
/* Author profiles */

.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}
/* =Basic structure

-------------------------------------------------------------- */



/* Body, links, basics */

html {
}
body {
}
body.custom-font-enabled {
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
/* Assistive text */

.assistive-text, .site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover, .main-navigation .assistive-text:active, .main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
/* Page structure */

.site {
	width: 100%;
	background: url(images/page-shaddow.png) top center repeat-y;
	overflow: hidden;
}
.site-content {
	margin: 0px 0 0;
}
.widget-area {
	margin: 0px 0 0;
}
/* Header */

.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1, .site-header h2 {
	text-align: center;
}
.site-header h1 a, .site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover, .site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
/* Navigation Menu */

.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
	display: inline-block;
}
/* Banner */

section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
/* Sidebar */

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 15px;
	line-height: 18px;
}
.widget-area .widget p {
	margin-bottom: 5px;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
}
.widget-area .widget a:hover {
	color: #E30303;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* Footer */

footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
/* =Main content and comment content

-------------------------------------------------------------- */



.entry-meta {
	clear: both;
}
.entry-header {
/*margin-bottom: 24px;*/

	/*margin-bottom: 1.714285714rem;*/

}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a, .entry-meta a {
	color: #757575;
}
.comments-link a:hover, .entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content, .entry-summary, .mu_register {
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3, .comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4, .comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5, .comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6, .comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul, .comment-content ul, .mu_register ul {
	list-style: disc outside;
}
.entry-content ol, .comment-content ol {
	list-style: decimal outside;
}
.entry-content li, .comment-content li, .mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code, .comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre, .comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code, .comment-content pre code {
	display: block;
}
.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address, .comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl, .comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt, .comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd, .comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table, .comment-content table {
	border-bottom: 1px solid #EDEDED;
	color: #000000;
	font-size: 11px;
	line-height: 2;
	/* margin: 0 0 1.71429rem;*/

	width: 100%;
}
.entry-content table caption, .comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td, .comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.comments-link {
	display: none;
}
.site-content article {
/*border-bottom: 4px double #ededed;

	margin-bottom: 72px;

	margin-bottom: 5.142857143rem;

	padding-bottom: 24px;

	padding-bottom: 1.714285714rem;

	word-wrap: break-word;

	-webkit-hyphens: auto;

	-moz-hyphens: auto;

	hyphens: auto;*/

}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	/*margin-top: 24px;

	margin-top: 1.714285714rem;*/

	font-size: 10px;
	/*font-size: 0.928571429rem;

	line-height: 1.846153846;*/

	color: #757575;
	margin-bottom: 15px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
/* =Archives

-------------------------------------------------------------- */



/*.archive-header, .page-header {

	margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

	padding-bottom: 22px;

	padding-bottom: 1.571428571rem;

	border-bottom: 1px solid #ededed;

}*/



.archive-header, .page-header {
	margin-bottom: 48px;
	margin-bottom: 10px;
	padding-bottom: 22px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}
/* =Single image attachment view

-------------------------------------------------------------- */



.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
/* =Aside post format

-------------------------------------------------------------- */



article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child, article.format-aside p:last-child {
	margin-bottom: 0;
}
/* =Post formats

-------------------------------------------------------------- */



/* Image posts */

article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
/* Link posts */

article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}
/* Quote posts */

article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}
/* Status posts */

.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
/* =Comments

-------------------------------------------------------------- */



.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite, .comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link, a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover, a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
/* Comment form */

#respond {
	margin-top: 10px;
	margin-top: 1.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 0px 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form textarea {
	width: 46.3333%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
	display: none;
}
.required {
	color: red;
}
/* =Front page template

-------------------------------------------------------------- */



.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}
.mainareNewbrit {
	width: 773px;
	float: left;
}
/* =Widgets

-------------------------------------------------------------- */



.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date, .widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/* =Plugins

----------------------------------------------- */



img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}






/* =Media queries

-------------------------------------------------------------- */




/* =Print

----------------------------------------------- */



@media print {
body {
	background: none !important;
	color: #000;
	font-size: 10pt;
}
footer a[rel=bookmark]:link:after, footer a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
a {
	text-decoration: none;
}
.entry-content img, .comment-content img, .author-avatar img, img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}
.site {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
}
.site-header {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	text-align: left;
}
.site-header h1 {
	font-size: 21pt;
	line-height: 1;
	text-align: left;
}
.site-header h2 {
	color: #000;
	font-size: 10pt;
	text-align: left;
}
.site-header h1 a, .site-header h2 a {
	color: #000;
}
.author-avatar, #colophon, #respond, .commentlist .comment-edit-link, .commentlist .reply, .entry-header .comments-link, .entry-meta .edit-link a, .page-link, .site-content nav, .widget-area, img.header-image, .main-navigation {
	display: none;
}
.wrapper {
	border-top: none;
	box-shadow: none;
}
.site-content {
	margin: 0;
	width: auto;
}
.singular .entry-header .entry-meta {
	position: static;
}
.singular .site-content, .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular .comments-title {
	margin: 0;
	width: 100%;
}
.entry-header .entry-title, .entry-title, .singular .entry-title {
	font-size: 21pt;
}
footer.entry-meta, footer.entry-meta a {
	color: #444;
	font-size: 10pt;
}
.author-description {
	float: none;
	width: auto;
}
/* Comments */

.commentlist > li.comment {
	background: none;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.comments-area article header cite, .comments-area article header time {
	margin-left: 50px;
	margin-left: 3.57142857rem;
}
}
.Container {
	background: #fff;
	padding: 17px 0px;
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
}
/************************************************/

.header {
	width: 100%;
	float: left;
}
.headerTop {
	width: 100%;
	float: left;
}
.BookDriving a {
	float: left;
	width: 181px;
	height: 21px;
	background: #0c5ab8;
	color: #fff;
	line-height: 21px;
	font-size: 12px;
	padding: 5px 8px;
	border: 1px solid #9ebde3;
	margin: 0 10px 0 0;
}
.BookDriving a:hover {
	color: #fff;
	float: left;
	background: #d70303;
	border: 1px solid #bd0505;
}
.BookDriving img {
	float: left;
	margin: 2px 5px 0 0;
}
.newDriving a {
	width: 198px !important;
	float: left;
}
.Chat {
	float: right;
}
.liveChat {
	float: left;
}
.Chat a {
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	line-height: 33px;
	background: #d70303;
	padding: 0 20px 0 0;
}
.Chat a:hover {
	color: #fff;
	background: #0b5ab8;
}
.Chat a img {
	float: left;
	margin: 6px 10px 0 10px;
}
.Tweet {
	float: left;
	height: 70px;
 *width:250px;
	margin: 0 0 -15px 0;
 *float:none;
	margin-top: -4px\9;
}
.Tweet a {
	color: #032A53;
	float: left;
	font-size: 13px;
	line-height: 15px;
	margin: 21px 0 0;
}
.Tweet a:hover {
	color: #E30303;
}
.headerBottom {
	width: 100%;
	float: left;
	margin: 10px 0 14px 0;
}
.freePhone {
	float: left;
	margin: 10px 20px 0 0;
	width: 164px;
}
.freePhone img {
	float: left;
	margin: 15px 0 0;
}
.logo {
	float: left;
	width: 255px;
}
.freePhone span {
	color: #032a53;
	font-size: 14px;
	float: right;
	width: 134px;
	font-weight: normal;
	line-height: 18px;
}
.freePhone font {
	width: 100%;
	float: left;
	font-size: px;
}
.freePhone label {
	width: 100%;
	float: left;
	font-size: 11px;
}
.latestTweet {
	float: left;
	color: #032a53;
	font-size: 14px;
	line-height: 24px;
}
.Tweet label {
	color: #E30303;
	font-style: italic;
}
.latestTweet img {
	float: left;
	margin: 3px 6px 0 0;
	margin-bottom: -15px\9;
}
.navigation {
	float: left;
	width: 100%;
	background: #003e80; /* Old browsers */
	background: -moz-linear-gradient(top, #003e80 0%, #0c5ab8 9%, #0059b8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003e80), color-stop(9%, #0c5ab8), color-stop(100%, #0059b8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003e80 0%, #0c5ab8 9%, #0059b8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003e80 0%, #0c5ab8 9%, #0059b8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003e80 0%, #0c5ab8 9%, #0059b8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #003e80 0%, #0c5ab8 9%, #0059b8 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e80', endColorstr='#0059b8', GradientType=0 ); /* IE6-9 */
	height: 41px;
	margin: 0 0 21px 0; /* IE8 and below */
 *margin:-16px 0 21px;
}
.navigation a {
	color: #fff;
	float: left;
	padding: 12px 11px;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	border-right: 1px solid #002752;
}
.active {
	background: #e30303;
	float: left;
	padding: 11px 8px 8px !important;
 *padding: 11px 8px 12px !important;
}
.navigation a:hover {
	background: #E30303;
	color: #fff;
}
.navigation span input[type="text"] {
	border: 1px solid #E9E9E9;
	color: #6C6C6C;
	float: right;
	font-size: 11px;
	height: 30px;
	margin: 5px 5px 0;
	padding: 0 3px;
	margin-left: -10px\0/;
	width: 218px;
	line-height: 30px !important
}
.borderNone {
	border: 0px;
}
.navigation span {
	width: 250px;
	float: right;
	position: relative;
}
.navigation span input[type="submit"] {
	background: url("images/submit.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 27px;
	position: absolute;
	right: 14px;
	top: 8px;
	width: 36px;
	cursor: pointer;
}
.MidContainer {
	width: 100%;
	float: left;
	margin: 0 0 0px;
}
.MidContainerLeft, .Accreditions {
	float: left;
	width: 194px;
	background: #f8f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f7), color-stop(2%, #ffffff), color-stop(92%, #fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* IE10+ */
}
.PickBritannia {
	width: 100%;
	float: left;
}
.Accreditions {
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	width: 100%;
	float: left;
	margin: 17px 0 0;
}
.PickBritannia h1, .PickBritannia h2, .Accreditions h2 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0 8px 8px;
	width: 186px;
}
.PickBritannia h2, .Accreditions h2 {
	background: #e30303;
}
.pick {
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	width: 100%;
	float: left;
	padding: 9px 0 15px 0;
}
.pick a {
	background: url("images/list-style.png") no-repeat scroll 7px 8px transparent;
	border-bottom: 1px solid #E0E0E0;
	color: #000000;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 7px 18px;
	width: 90%;
}
.pick a:hover {
	color: #e30303 !important;
}
.border {
	border-bottom: 0 none !important;
}
.google {
	background: url("images/background-images.png") repeat scroll -9px 11% transparent;
	float: left;
	height: 46px;
	margin: 17px 0;
	width: 198px;
}
.payment {
	background: url("images/background-images.png") repeat scroll -24px 23% transparent;
	float: left;
	height: 178px;
	margin-left: 15px;
	width: 161px;
}
.AccreImages {
	background: url("images/background-images.png") repeat scroll -20px 86% transparent;
	float: left;
	height: 271px;
	width: 100%;
}
.MiddleCon {
/*float: left;

	width: 566px;

	margin: 0 19px;*/

}
.MiddleCon p {
	margin-bottom: 15px !important;
	font-size: 11px;
	line-height: 16px;
}
.slider {
	width: 100%;
	float: left;
}
.DrivingCourse {
	width: 100%;
	float: left;
	margin: 15px 0 0;
}
.DrivingCourse h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll right 19px transparent;
	float: left;
	width: 100%;
	color: #003e80;
	font-size: 24px;
	font-weight: normal;
}
.DrivingCourse h1 a {
	color: #003e80;
}
.adiCourses h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll 136px 19px transparent;
}
.Box1 {
	width: 135px;
	border-right: 1px solid #cac9c9;
	float: left;
	margin: 16px 6px 0 0;
}
.Box1 h3 {
	width: 100%;
	font-size: 13px;
	color: #003c7b;
	float: left;
	line-height: 13px;
	height: 32px;
}
.Box1 h3 a {
	color: #003c7b;
}
.Box1 h3 a:hover {
	color: #e30303;
}
.IntensiveDrive {
	margin: 9px 0 0;
}
.Box1 p {
	width: 90%;
	font-size: 11px;
	color: #1f1f1f;
}
.Box1 p a {
	color: #1f1f1f;
}
.Box1 p a:hover, .Box2 p a:hover {
	text-decoration: underline;
}
.Box2 {
	border-right: none;
	margin-right: 0px;
	margin-left: 0px;
}
.videoHelp h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll 184px 19px transparent;
}
.videoGuide h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll 160px 19px transparent;
}
.interactiveHelp h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll 240px 19px transparent;
}
.Add h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll 240px 19px transparent;
}
.text {
	font-size: 15px;
	color: #1f1f1f;
	float: left;
	line-height: 14px;
	margin: 5px 0 0;
	width: 100%;
}
.ImportantThings, .covering {
	width: 534px;
	float: left;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	background: #f8f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f7), color-stop(2%, #ffffff), color-stop(92%, #fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* IE10+ */
	background: linear-gradient(to bottom, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f7', endColorstr='#fbfbfb', GradientType=0 ); /* IE6-9 */
	margin: 26px 0;
	padding: 16px;
}
.ImportantThings h1 {
	color: #003C7B;
	float: left;
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
	width: 100%;
	margin: 0 0 20px 0;
}
.first, .second, .third, .fourth, .fifth, .sixth, .seven {
	background: url("images/background-images.png") no-repeat scroll -222px -14px transparent;
	float: left;
	height: 33px;
	padding: 0 11px 0 0;
	width: 33px;
}
.second {
	background: url("images/background-images.png") no-repeat scroll -222px -48px transparent;
}
.third {
	background: url("images/background-images.png") no-repeat scroll -222px -83px transparent;
}
.fourth {
	background: url("images/background-images.png") no-repeat scroll -222px -120px transparent;
}
.fifth {
	background: url("images/background-images.png") no-repeat scroll -222px -156px transparent;
}
.sixth {
	background: url("images/background-images.png") no-repeat scroll -222px -192px transparent;
}
.seven {
	background: url("images/background-images.png") no-repeat scroll -222px -227px transparent;
}
.ImportantThings span {
	float: left;
	font-size: 14px;
	color: #000;
	line-height: 32px;
	margin: 3px 0;
	width: 100%;
}
.ImportantThings font {
	color: #000000;
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 3px;
	width: 90%;
}
.DrivingText {
	width: 100%;
	float: left;
	margin: 0 0 24px;
}
.DrivingText h1 {
	margin-bottom: 15px;
	width: 100%;
	color: #003c7b;
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	line-height: 20px;
}
.DrivingText p {
	font-size: 11px;
	color: #000;
	margin: 19px 0 0;
	text-align: justify;
	line-height: 18px;
	width: 100%;
}
.LatestDriving {
	float: left;
	width: 100%;
}
.LatestDriving h1 {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	color: #003c7b;
	margin: 0 0 10px;
	line-height: 18px;
	margin-bottom: 15px;
}
.LatestDriving a {
	color: #003c7b;
}
.LatestDriving h1 span {
	float: right;
	font-size: 13px;
	margin: 6px 0 0 4px;
	width: 191px;
}
.LatestDriving h1 font {
	float: right;
}
.LatestDriving h1 font img {
	float: right;
}
.DrivingBox1 {
	width: 135px;
	float: left;
	border-right: 1px solid #CAC9C9;
	margin: 0 7px 0 0;
	position: relative;
	height: 340px;
}
.margin {
	margin: 0px;
	border-right: 0px;
}
.DrivingBox1 h2 {
	color: #003C7B;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	width: 90%;
	text-transform: capitalize;
}
.DrivingBox1 h2 a:hover {
	text-decoration: underline;
}
.DrivingBox1 p {
	color: #000;
	width: 85%;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin: 13px 0;
}
.covering {
	padding: 16px 16px 41px 16px;
}
.covering h2 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 31px;
	font-weight: normal;
}
.covering h5 {
	float: left;
	width: 100%;
	color: #e30303;
	font-size: 13px;
	margin: 0px 0 0;
}
.covering h5 a {
	color: #003C7B;
}
.covering p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}
.covering h5 a:hover {
	text-decoration: underline;
}
.MidContainerRight {
	float: right;
	width: 197px;
	clear: both;
}
.Driving {
	background: #d70303;
	float: left;
	margin: 0 0 20px;
	padding: 5px 7px 7px;
	width: 93%;
}
.Gift {
	background: #003c7b;
}
.Driving h1 {
	color: #FFFFFF;
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin: 3px 0 0;
	text-align: center;
	text-shadow: 0 1px 1px #969696;
	width: 100%;
}
.Driving span {
	color: #FFFFFF;
	float: left;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	width: 100%;
	text-shadow: 0 1px 1px #969696;
	margin: 6px 0;
}
.OnlineNow {
	float: left;
	text-align: center;
	margin: 15px 0 11px;
	width: 100%;
	margin: 0px 0 6px;
}
.gift .OnlineNow {
}
.testBook {
	background: #003c7b;
}
.testBook h1 {
	font-size: 18px;
}
.testBook span {
	font-size: 15px;
}
.ButtonPeople {
	float: left;
	height: 39px;
	margin: 10px 0 0;
	width: 197px;
}
.ContactUs {
	float: left;
	width: 197px;
	background: #f8f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f7), color-stop(2%, #ffffff), color-stop(92%, #fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* IE10+ */
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	padding: 0 0 10px;
	margin: 0 0 20px 0;
}
.ContactUs h1 {
	color: #FFFFFF;
	float: left;
	line-height: 26px;
	font-size: 13px;
	font-weight: bold;
	height: 31px;
	padding: 6px 0 0 8px;
	width: 189px;
	background: none repeat scroll 0 0 #E30303;
}
.ContactUs span {
	font-size: 13px;
	color: #000;
	float: left;
	line-height: 39px;
	border-bottom: 1px solid #cac9c9;
	width: 100%;
}
.ContactUs a {
	color: #000;
	font-size: 13px;
}
.phone, .mobile, .chat, .call {
	background: url("images/background-images.png") no-repeat scroll -260px -163px transparent;
	float: left;
	height: 33px;
	width: 47px;
}
.mobile {
	background: url("images/background-images.png") no-repeat scroll -260px -197px transparent;
}
.chat {
	background: url("images/background-images.png") no-repeat scroll -260px -231px transparent;
}
.call {
	background: url("images/background-images.png") no-repeat scroll -260px -268px transparent;
}
.borderBottom {
	border-bottom: 0px !important;
	font-size: 13px;
	color: #000;
	float: left;
	line-height: 36px;
	width: 100%;
}
.Testimonials {
	width: 100%;
	float: left;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	margin: 0 0 20px 0;
}
.Testimonials h2 {
	background: none repeat scroll 0 0 #E30303;
	color: #FFFFFF;
	float: left;
	line-height: 21px;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0 8px 11px;
	width: 186px;
}
.Testimonials p {
	color: #000000;
	font-size: 11px !important;
	padding: 10px 10px;
	line-height: 16px !important;
	clear: both;
	text-align: justify;
}
.ReadTesti {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 15px 0;
}
.social h1 {
	background: #003C7B;
}
.social a {
	color: #000;
}
.facebook, .twiter, .googlePlus, .linked {
	background: url("images/socail-icons.png") no-repeat scroll 10px 9px transparent;
	float: left;
	height: 33px;
	width: 35px;
}
.twiter {
	background: url("images/socail-icons.png") no-repeat scroll 10px -25px transparent;
}
.googlePlus {
	background: url("images/socail-icons.png") no-repeat scroll 10px -59px transparent;
}
.linked {
	background: url("images/socail-icons.png") no-repeat scroll 10px -92px transparent;
}
.footer {
	background: #004793;
	float: left;
	height: 366px;
	width: 100%;
}
.footerBg {
	background: url(images/footer-bg.png) top center repeat-y;
	overflow: hidden;
}
.footerInner {
	overflow: hidden;
	padding: 17px 0px;
	width: 998px;
	margin: 0 auto;
}
.footerInner p {
	text-align: center;
	font-size: 13px;
	color: #fff;
	margin: 9px 0 30px;
	text-transform: uppercase;
}
.footerInner p a {
	color: #fff;
}
.footerInner p a:hover {
	color: #88B9FF;
}
.FooterNav {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.DrivingSchool {
	width: 140px;
	float: left;
	padding: 0 0 0 10px\9; /* IE8 and below */
 *padding:0 0 0 10px;
}
.DrivingSchool h2 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	float: left;
	color: #fff;
}
.Logon h2 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	float: left;
	color: #fff;
	margin-bottom: 12px;
}
.DrivingSchool span {
	width: 100%;
	float: left;
	font-size: 11px;
	color: #88b9ff;
	margin: 14px 0 0;
	line-height: 20px;
}
.Logon {
	width: 135px;
	float: left;
}
.Logon nav {
	width: 100%;
	float: left;
	margin: 0px 0 0;
}
.Logon nav a {
	width: 100%;
	float: left;
	font-size: 11px;
	color: #88b9ff;
	line-height: 20px;
}
.Logon nav a:hover {
	color: #fff;
}
.DrivingCourses {
	width: 185px;
	float: left;
}
.Services {
	width: 200px;
}
.pages {
	width: 175px;
}
.SiteMap {
	width: 139px;
}
.FooterBottom {
	width: 100%;
	float: left;
}
.FooterLeft {
	float: left;
	text-align: center;
	width: 100%;
}
.FooterLeft a:hover {
	color: #2b78e3;
}
.FooterLeft span {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
}
.Html5 {
	float: left;
	height: 42px;
	margin: 9px 0 0;
	text-align: center;
	width: 100%;
}
/* instructor page css starts here  */

.HeaderInstructer {
	width: 100%;
	float: left;
	background: url(images/header-instructer-image.png) scroll right 0 no-repeat;
}
.HeaderInstructer p {
	color: #000000;
	float: left;
	font-family: Calibri;
	font-size: 16px;
	line-height: 17px;
	margin: 20px 22px 0 0;
	width: 178px;
}
.HeaderInstructer .logo {
	width: 236px;
	margin: 0 0 23px 0\9; /* IE8 and below */
 *margin:0 0 23px 0;
 *height:100px;
}
.Map {
	float: left;
	width: 100%;
	margin: 0 0 12px;
}
.Map p {
	color: #000000;
	font-size: 16px;
	line-height: 19px;
	margin: 10px 0 13px;
}
/* inner page v2 css starts here */

.PageHeading {
	width: 100%;
	float: left;
}
.PageHeading h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll right 19px transparent;
	float: left;
	width: 100%;
	color: #003e80;
	font-size: 27px;
	font-weight: normal;
	margin: 0 0 3px;
}
.PageHeading p {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
	margin: 0 0 32px 0;
}
/* inner page v2 css ends here  */





/* area page css starts here */





.WimbledonDriving {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	float: left;
	font-size: 11px;
}
.WimbledonDriving h1 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	clear: both;
}
.WimbledonDriving h2 {
	/*font-size: 15px;

	float: left;

	color: #000;

	width: 98.5%;

	font-weight: lighter;

	margin: 6px 0;*/

	color: #000000;
	float: left;
	font-size: 15px;
	font-weight: lighter;
	line-height: 20px;
	margin: 6px 0;
	width: 98.5%;
}
.DrivingImage {
	width: 100%;
	float: left;
	margin: 15px 0 20px;
}
.DrivingSmallImg {
	width: 100%;
	float: left;
}
.DrivingSmallImg img {
	margin-right: 15px;
	float: left;
}
.left {
	float: left;
	height: 89px;
	width: 152px;
}
.DrivingSmallImg p {
	color: #000;
}
.ComputerTest {
	width: 534px;
	float: left;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.20) inset;
	background: #f8f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f7), color-stop(2%, #ffffff), color-stop(92%, #fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f7f7 0%, #ffffff 2%, #fbfbfb 92%); /* IE10+ */
	margin: 26px 0;
	padding: 16px;
}
.ComputerTest h1 {
	color: #003C7B;
	float: left;
	font-size: 30px;
	font-weight: normal;
	line-height: 27px;
	width: 100%;
	margin: 0 0 20px 0;
}
.ImportantThings a {
	color: #000;
}
.first, .second, .third, .fourth, .fifth, .sixth, .seven, .eigth {
	background: url("images/background-images.png") no-repeat scroll -222px -14px transparent;
	float: left;
	height: 33px;
	padding: 0 11px 0 0;
	width: 33px;
}
.second {
	background: url("images/background-images.png") no-repeat scroll -222px -48px transparent;
}
.third {
	background: url("images/background-images.png") no-repeat scroll -222px -83px transparent;
}
.fourth {
	background: url("images/background-images.png") no-repeat scroll -222px -120px transparent;
}
.fifth {
	background: url("images/background-images.png") no-repeat scroll -222px -156px transparent;
}
.sixth {
	background: url("images/background-images.png") no-repeat scroll -222px -192px transparent;
}
.seven {
	background: url("images/background-images.png") no-repeat scroll -222px -227px transparent;
}
.eigth {
	background: url("images/background-images.png") no-repeat scroll -222px -263px transparent;
}
.ComputerTest span {
	float: left;
	font-size: 15px;
	color: #000;
	line-height: 32px;
	margin: 3px 0;
	width: 100%;
}
.DrivingTextComputer {
	width: 100%;
	float: left;
}
.DrivingTextComputer h3 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #003c7b;
	margin: 15px 0 19px 0;
	font-weight: lighter;
}
/*.DrivingTextComputer p {

	font-size: 15px;

	color: #000;

	margin: 0 0 24px 0;

}*/

.DrivingTextComputer p strong {
	font-weight: bold;
}
.DrivingTextComputer p span {
	font-size: 12px;
	color: #003c7b;
}
.AdressMap {
	float: left;
	width: 100%;
}
.MapAdress {
	float: left;
	width: 194px;
	height: 131px;
}
.MiddleMap {
	width: 157px;
	float: left;
	margin: 0 16px 0 26px;
	font-size: 11px;
	font-weight: lighter;
	color: #000;
}
.MiddleMap font {
	width: 100%;
	float: left;
	font-size: 17px;
	font-weight: lighter;
	color: #003c7b;
	margin: 0 0 6px;
}
.MiddleMapRgt {
	float: right;
	width: 172px;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
}
.MiddleMapRgtsp {
	float: right;
	width: 172px;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	margin: -23px 0px 0px 163px;
	position: absolute;
}
.MiddleMapRgtsp h4 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	float: left;
	font-size: 17px;
	font-weight: lighter;
	height: 27px;
	line-height: 25px;
	text-align: center;
	width: 100%;
	margin: 0;
}
.MiddleMapRgtsp span {
	border-bottom: 1px solid #CAC9C9;
	color: #003C7B;
	float: left;
	font-size: 15px;
	padding: 0;
	width: 100%
}
.MiddleMapRgt20 {
	float: right;
	width: 172px;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	margin: -107px 0 0 172px;
	position: absolute;
}
.MiddleMapRgt20 h4 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	float: left;
	font-size: 17px;
	font-weight: lighter;
	height: 27px;
	line-height: 25px;
	text-align: center;
	width: 100%;
	margin: 0;
}
.MiddleMapRgt20 span {
	border-bottom: 1px solid #CAC9C9;
	color: #003C7B;
	float: left;
	font-size: 15px;
	padding: 0;
	width: 100%
}
.MiddleMapRgt1sp {
	float: right;
	width: 172px;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	margin: -33px 0 0 -172px;
	position: absolute;
}
.MiddleMapRgt1sp h4 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	float: left;
	font-size: 17px;
	font-weight: lighter;
	height: 27px;
	line-height: 25px;
	text-align: center;
	width: 100%;
	margin: 0;
}
.MiddleMapRgt1sp span {
	border-bottom: 1px solid #CAC9C9;
	color: #003C7B;
	float: left;
	font-size: 15px;
	padding: 0;
	width: 100%
}
.MiddleMapRgt2sp {
	float: right;
	width: 172px;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	margin: -12px 0 0 -172px;
	position: absolute;
}
.MiddleMapRgt2sp h4 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	float: left;
	font-size: 17px;
	font-weight: lighter;
	height: 27px;
	line-height: 25px;
	text-align: center;
	width: 100%;
	margin: 0;
}
.MiddleMapRgt2sp span {
	border-bottom: 1px solid #CAC9C9;
	color: #003C7B;
	float: left;
	font-size: 15px;
	padding: 0;
	width: 100%
}
.MiddleMapRgt3sp {
	float: right;
	width: 172px;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	margin: -31px 0 0 -187px;
	position: absolute;
}
.MiddleMapRgt3sp h4 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	float: left;
	font-size: 17px;
	font-weight: lighter;
	height: 27px;
	line-height: 25px;
	text-align: center;
	width: 100%;
	margin: 0;
}
.MiddleMapRgt3sp span {
	border-bottom: 1px solid #CAC9C9;
	color: #003C7B;
	float: left;
	font-size: 15px;
	padding: 0;
	width: 100%
}
.MiddleMapRgt h4 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	float: left;
	font-size: 17px;
	font-weight: lighter;
	height: 27px;
	line-height: 25px;
	text-align: center;
	width: 100%;
	margin: 0;
}
.MiddleMapRgt span {
	border-bottom: 1px solid #CAC9C9;
	color: #003C7B;
	float: left;
	font-size: 15px;
	padding: 0;
	width: 100%
}
.MiddleMapRgt1 {
	float: right;
	width: 172px;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	margin: 156px 0px 0px 1px;
	position: absolute;
}
.MiddleMapRgt1 h4 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	float: left;
	font-size: 17px;
	font-weight: lighter;
	height: 27px;
	line-height: 25px;
	text-align: center;
	width: 100%;
	margin: 0;
}
.MiddleMapRgt1 span {
	border-bottom: 1px solid #CAC9C9;
	color: #003C7B;
	float: left;
	font-size: 15px;
	padding: 0;
	width: 100%
}
.MiddleMapRgt1k {
	float: right;
	width: 172px;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	margin: 210px 0px 0px 1px;
	position: absolute;
}
.MiddleMapRgt1k h4 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	float: left;
	font-size: 17px;
	font-weight: lighter;
	height: 27px;
	line-height: 25px;
	text-align: center;
	width: 100%;
	margin: 0;
}
.MiddleMapRgt1k span {
	border-bottom: 1px solid #CAC9C9;
	color: #003C7B;
	float: left;
	font-size: 15px;
	padding: 0;
	width: 100%
}
.MiddleMapRgt2 {
	float: right;
	width: 172px;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
	margin: -6px 0px 0px 0px;
	position: absolute;
}
.MiddleMapRgt2 h4 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	float: left;
	font-size: 17px;
	font-weight: lighter;
	height: 27px;
	line-height: 25px;
	text-align: center;
	width: 100%;
	margin: 0;
}
.MiddleMapRgt2 span {
	border-bottom: 1px solid #CAC9C9;
	color: #003C7B;
	float: left;
	font-size: 15px;
	padding: 0;
	width: 100%
}
.wgt {
	font-weight: bold;
}
.MiddleMapRgt font {
	border-right: 1px solid #CAC9C9;
	float: left;
	padding: 5px 0;
	text-align: center;
	width: 85px;
}
.MiddleMapRgt label {
	/*width: 85px;

	float: left;

	

	padding: 5px 0 5px 0;*/

	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	float: left;
	padding: 5px 0;
	text-align: center;
	width: 85px;
}
.MiddleMapRgt1 label {
	/*width: 85px;

	float: left;

	

	padding: 5px 0 5px 0;*/

	border-left: 1px solid #CCCCCC;
	float: left;
	padding: 5px 0;
	text-align: center;
	width: 85px;
}
.Facilities {
	width: 100%;
	float: left;
	margin: 27px 0 0;
}
.Facilities h3 {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #003c7b;
	font-weight: lighter;
	margin: 0 0 10px 0;
}
.Facilities p {
	color: #000;
	margin: 0 0 27px 0;
}
.FacilitiesImg {
	float: left;
	width: 157px;
	height: 122px;
}
.Facilities span {
	width: 100%;
	float: left;
	margin: 0 0 27px 0;
}
.Facilities font {
	width: 387px;
	float: right;
	font-size: 14px;
	font-style: italic;
	margin: 11px 0;
}
.LatestReveiwBox {
	float: left;
	width: 100%;
}
.LatestReveiwBox h4 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	float: left;
	font-size: 20px;
	font-weight: lighter;
	height: 38px;
	line-height: 32px;
	padding: 0 0 0 11px;
	width: 98%;
	margin: 0 0 20px 0;
}
.ReveiwBox {
	border-right: 1px solid #CAC9C9;
	float: left;
	margin: 0 12px 0 0;
	width: 180px;
}
.ReveiwBox h5 {
	width: 154px;
	color: #003c7b;
	font-size: 11px !important;
}
.ReveiwBox p {
	color: #000;
}
.ReveiwBox span {
	width: 154px;
	float: left;
	color: #d70303;
	font-size: 12px;
	margin: 17px 0 0px 0;
}
.BoxReveiw {
	border-right: 0px;
	margin: 0px;
}
/* area page css enda here */





/* internal page css starts here */



.AboutUs {
	width: 100%;
	float: left;
}
.AboutUs h1 {
	background: url("images/about-us.png") no-repeat scroll right 18px transparent;
	float: left;
	width: 100%;
	color: #003e80;
	font-size: 27px;
	font-weight: normal;
	margin: 0 0 10px;
}
#comments {
	display: block;
}
h1.entry-title {
	/*background: url("images/mid-portion-bg.png") no-repeat scroll right 18px transparent;*/

	float: left;
	width: 100%;
	color: #003e80;
	font-size: 27px;
	font-weight: normal;
	margin: 0px 0 3px 0;
	/*padding: 0 12px 5px 6px;*/

	padding: 0 12px 5px 0px;
}
#reply-title {
	color: #003e80;
}
.AboutUs p {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #000;
}
.TopText {
	width: 100%;
	float: left;
	margin: 0 0 32px 0;
}
.Topleft {
	width: 200px;
	float: left;
	font-size: 14px;
	text-align: justify;
	color: #000;
}
.Building {
	float: right;
	height: 228px;
}
.MiddleCon h5 {
	font-size: 13px;
}
/* internal page css ends here */



.DrivingText a {
	color: #E30303;
}
.DrivingText a:hover {
	text-decoration: underline;
}
.FooterLeft a {
	color: #fff;
}
.GenuineTesti {
	padding: 5px 8px 0;
	float: left;
}
body.ie8 .ComputerTest {
	zoom: 1;
 filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=6, OffY=6, Color=#000000) inset;
}
.breadCrumb {
	width: 99%;
	border: solid 1px #d0d0d0;
	overflow: hidden;
}
.breadCrumb ul {
	margin: 10px 0;
	padding: 0px;
	display: block;
	overflow: hidden;
}
.breadCrumb ul li {
	margin: 0px;
	padding: 5px 0 7px 18px;
	list-style: none;
	float: left;
	font-size: 13px;
	background: url("images/list-style.png") no-repeat scroll 7px 11px transparent;
}
.breadCrumb ul li a {
	text-decoration: none;
	color: #0a5ab8;
	font-size: 12px;
}
.breadCrumb ul li a:hover {
	color: #e30303;
}
.default {
	clear: both;
}
.default h1 {
	margin: 15px;
	overflow: hidden;
}
.default ul {
	margin: 10px 0 0 0;
	padding: 0px;
	clear: both;
}
.default ul li {
	margin: 0px;
	padding: 3px 0 3px 18px;
	list-style: none;
	font-size: 11px;
	background: url("images/list-style.png") no-repeat scroll 6px 7px transparent;
}
.tip {
	font-style: italic;
	font-size: 11px;
	padding: 15px 0;
	clear: both;
}
.slide-out-div open {
	height: 89px !important;
}
.slide-out-div {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 5px solid #7F7F7F;
	color: #FFFFFF;
	font-size: 12px;
	height: 89px !important;
	padding: 13px 0 31px;
	padding: 20px 0 30px\9; /* IE8 and below */
 *padding:20px 0 30px;
	text-align: center;
	width: 274px;
	text-indent: 7px;
	z-index: 2147483647 !important;
 *height: 78px !important; /* IE8 and below */
}
.slide-out-div strong {
	color: #003C7B;
	font-size: 31px;
	font-weight: bold;
}
.slide-out-div strong span {
	color: #E30303;
	font-size: 42px;
}
.startChat {
	border-top: 2px solid #7F7F7F;
	float: left;
	height: 34px !important;
	line-height: 28px !important;
	margin: 6px 0 0;
	width: 100%;
	text-indent: 9px;
 *padding:5px 0 0 0;
}
.startChat a:hover {
	text-decoration: underline;
}
.chatStart {
	background: none repeat scroll 0 0 #0B5AB8;
	border: 1px solid #0B5AB8;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	float: right;
	font-size: 11px !important;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 89px;
 *margin:-31px 0 0;
 *height:30px;
}
.handle {
	height: 143px !important;
}
.slide-out-div a {
	right: -45px;
	top: -5px !important
}
.chatStart:hover {
	color: #FFFFFF;
	text-decoration: none !important;
}
.WimbledonDriving a {
	color: #e30303;
}
.WimbledonDriving a:hover {
	text-decoration: underline;
}
#left-secondary {
	width: 194px;
	float: left;
}
.slide-out-div {
	color: #000;
	font-size: 14px;
	text-align: left;
	line-height: 25px !important;
	font-weight: bold;
	cursor: pointer;
}
.textGreen {
	color: #009933;
	line-height: 18px;
	font-style: italic;
}
.textBlue {
	color: #003c7b;
	line-height: 18px;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
}
.schoolAddress {
	float: left;
	width: 340px;
	margin-top: 10px;
}
.schoollLnks {
	float: right;
	width: 200px;
	margin-top: 10px;
}
.schoollLnks a {
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
}
.routePage td {
	/*padding: 5px;

	font-size: 11px;

	border:1px solid #ccc;*/

	border: 1px solid #ECECEC !important;
	font-size: 11px;
	padding: 9px;
}
.routePage table {
	border-collapse: collapse;
}
.routePage table, th, td {
	border: 1px solid #e0e0e0;
}
.glossary td {
	border: none;
}
.navBulletsWrapper {
	display: none;
}
#comm100_FloatImageButton2 {
	display: none !important;
	visibility: hidden !important;
}

@media \0screen {
.IePadding {
	Padding-top: 0px !important;
}
}
ul.myList {
	padding: 0;
	margin: 0;
}
ul.myList li {
	list-style: disc inside none;
	margin: 0 0 0 10px;
	padding: 0;
}
ul.myList li a {
	color: #E37810;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
ul.myList li a:hover {
	text-decoration: underline;
	color: #E37810;
}
h2.myHead {
	color: #003C7B !important;
	font-size: 14px;
	margin: 0;
}
.blackText p {
	margin: 0 0 0 5px;
	text-indent: 0 !important;
	color: #000;
}
.post-92 .entry-header .entry-title {
	background: none !important;
}
.post-56 .entry-header .entry-title {
	background: none !important;
}
.intensive {
	float: left;
	margin: 0 20px 0 0 !important;
	width: 46% !important;
}
.intensive td {
	float: left;
	height: 15px;
	text-align: center;
	width: 45%;
	border: 1px solid #ededed !important;
	font-size: 12px;
	color: #000;
}
.passPlus {
	float: left;
	margin: -13px 0 6px -38px!important
}
.passPlus li {
	font-size: 12px;
	list-style: disc inside none !important;
}
.takePart {
	float: left;
	width: 100%;
}
.takePart li {
	float: left;
	font-size: 11px;
	list-style: disc inside none;
	margin: 0 0 0 4px !important;
	width: 52%;
}
.takePart span {
	float: left;
	font-size: 11px;
	padding: 2px;
	width: 20%;
	float: none\9; /* IE8 and below */
 *float: none;
}
.nonUk {
	float: left;
	width: 100%;
}
.nonUk td {
	border: 1px solid #ededed;
}
.blackText {
	color: #000000 !important;
	font-size: 11px !important;
	font-weight: normal;
	line-height: 18px !important;
}
.blackTextNone {
	color: #000000 !important;
	font-size: 11px !important;
	font-weight: normal;
	line-height: 18px !important;
}
.blackTextNone td {
	
	width: 99px !important;
}
.blackText td {
	border: 1px solid #ededed !important;
}
.border {
	color: #000000 !important;
	font-size: 11px !important;
	font-weight: normal;
	line-height: 18px !important;
}
.border td {
	padding: 9px 5px 9px 8px;
	text-indent: 0px;
}
.MainTable {
	color: #000000 !important;
	font-size: 11px !important;
	font-weight: normal;
	line-height: 18px !important;
	border-bottom: none !important;
}
.MainTable td {
	padding: 9px 5px;
}
.MainTable .entry-content td, .comment-content td {
	border-top: 0 !important;
}
.MainTable .routePage table, th, td {
	border: none !important;
}
.Submit {
	margin: -15px auto 0;
	width: 50% !important;
}
.Submit a {
	background: none repeat scroll 0 0 #0C5AB8;
	border: 1px solid #9EBDE3;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	margin: 0 10px 0;
	padding: 5px 8px;
	text-align: center;
	width: 112px
}
.Submit a:hover {
	background: none repeat scroll 0 0 #D70303;
	border: 1px solid #BD0505;
	color: #FFFFFF;
	float: left;
}
.compare {
	float: left;
	width: 100%;
}
.compare li {
	background: url("images/list-style.jpg") no-repeat scroll -1px 4px transparent;
	color: #000000;
	font-size: 12px;
	margin: 1px 0 0 4px;
	text-indent: 20px;
}
.compareList {
	float: left;
	width: 100%;
}
.compareList li {
	background: url("images/tick.jpg") no-repeat scroll -1px 4px transparent;
	color: #000000;
	font-size: 12px;
	margin: 1px 0 0 4px;
	text-indent: 20px;
}
.Secret {
	float: left;
	width: 100%;
}
.Secret li {
	font-size: 11px;
	list-style: lower-roman inside none;
	margin: 5px 0 0;
}
.secret-2 {
	font-size: 11px;
	margin: 5px 0 0;
}
.secret-2 li {
	font-size: 11px;
	list-style: disc inside none;
	margin: 5px 0 0;
}
.secret-3 {
	font-size: 11px;
	margin: 5px 0 0;
}
.secret-3 li {
	font-size: 11px;
	list-style: decimal inside none;
	margin: 5px 0 0;
}
.mistakeMiths {
	float: left;
	margin: 3px 0 !important;
	width: 100%;
}
.mistakeMiths li {
	background: url("images/mistake-list.jpg") no-repeat scroll 0 3px transparent;
	font-size: 11px;
	margin: 0 0 5px;
	text-indent: 15px;
}
.post-106 h2.myHead a {
	color: #003E80 !important;
	font-size: 18px !important;
	font-weight: normal;
}
.post-106 h2.myHead a:hover {
	color: #E30303 !important;
}
.nextLinks {
	float: left;
	width: 100%;
}
.nextLinks a {
	color: #E30303;
	float: left;
	font-size: 12px;
	margin: 5px 0 10px;
}
.nextLinks a:hover {
	color: #003e80;
}
#bottom_links {
	border: 1px solid #003E80;
	float: left;
	padding: 0 0 10px;
	width: 570px;
}
#bottom_links .top_bar {
	background: none repeat scroll 0 0 #003E80;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	height: 20px;
	padding: 5px 0 10px;
	text-indent: 9px;
	width: 100%;
}
#bottom_links ul {
	list-style: none outside none;
	margin: 10px 0 0 10px;
	padding: 0;
}
#bottom_links ul li {
	color: #000000;
	list-style: disc inside url("images/small_black_arrow.gif");
	margin: 0;
	padding: 0;
}
#bottom_links ul li a {
	color: #000 !important;
	font-size: 12px;
}
#bottom_links ul li a:hover {
	color: #E30303 !important;
}
h2.myHeadMain {
	line-height: 1.1;
	margin: 0 3px 0 0;
	padding: 0;
}
h2.myHeadMain a {
	color: #003E80 !important;
	font-size: 16px !important;
	font-weight: normal;
}
h2.myHeadMain a:hover {
	color: #E30303 !important;
}
.post-1722 h2.myHeadMain {
	margin: 0 0 15px !important;
}
.nextLinks a {
	float: left;
	width: 100%;
}
#law {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#law ol li {
	color: #000000;
	font: 11px;
	list-style: none outside none;
	margin: 0 !important;
	padding: 0;
}
#law ol li strong {
	color: #003E80;
	margin: 0;
	padding: 0;
}
#law li {
	margin: 0px;
}
.table_bdr {
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
}
.table_bdr th p strong {
	font-size: 12px !important;
	font-weight: normal;
}
.table_bdr td {
	border: 1px solid #CCCCCC !important
}
#law ul li {
	font-size: 11px;
	list-style: disc inside none;
	margin: 5px 0 0;
}
#law p span {
	font-size: 12px;
	margin: 0px 0 5px !important;
}
#law h2 {
	font-size: 18px;
	color: #003E80;
}
.leftContact {
	float: right;
	margin: 0 3% 0 0;
	text-align: center;
	width: 30%;
}
.rightContact {
	float: left;
	margin: 0 0 0 10px;
	width: 65%;
}
.intensiveBg {
	background: url("images/intensivePage-bg.jpg") no-repeat scroll 0 0 transparent;
	float: left;
	height: 98px !important;
	margin: 0 0 10px;
	overflow: hidden !important;
}
.bgImage {
	background: url("images/bg-img2.jpg") no-repeat scroll 0 0 transparent;
	float: left;
	height: 98px !important;
	margin: 0 0 10px;
	overflow: hidden !important;
}
.intensiveBg:last-child {
	background: url("images/intensive-bigBg.png") no-repeat scroll 0 0 transparent;
	height: 138px !important;
}
.intensiveBg .border td {
	color: #FFFFFF;
	font-size: 11px !important;
	line-height: 16px !important;
	padding: 0;
}
.leftContact p {
	margin-bottom: 5px !important;
	padding: 0 0 0 3px;
}
.leftContact h1 {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px !important;
	padding: 3px 4px;
}
.cors td {
	background: none repeat scroll 0 0 #00a5e2;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	height: 27px;
	line-height: 16px;
	text-align: center;
}
.blueBg td {
	background: none repeat scroll 0 0 #ff7f00;
	color: #FFFFFF;
	float: left;
	line-height: 14px;
	padding-right: 6px;
}
.cors blueBg td {
	margin: 0 !important
}
.cors .blackText td {
	border-top: 1px solid #000 !important;
	border-right: 1px solid #000 !important;
}
.rightContact textarea {
	width: 82%;
 (-bracket-:hack;
	width: 73%;
 );
}
.cors .blackTextNone td:last-child {
	width: 98px !important;/*	-bracket-: hack(;

	width: 99px !important;

 );*/
}
.verText {
	font-size: 11px;
	height: 5px;
}
.blueBg td:last-child {
	width: 96px !important;
 (-bracket-:hack;
	width: 96px !important;
 );
}
.post-48 .default ul li {
	color: #000;
	font-size: 12px !important;
}
.blueheading {
	background: none repeat scroll 0 0 #003C7B;
	color: #FFFFFF !important;
	float: left;
	font-size: 14px !important;
	font-weight: bold;
	margin: 10px 0 !important;
	padding: 5px;
	width: 98%;
}
.orangeText {
	color: #FF7F00;
	float: left;
	font-size: 14px !important;
	font-weight: bold;
	margin: 10px 0 0 !important;
	width: 100%;
}
.leftSection {
	float: left;
	width: 100%;
}
.leftSection h1 {
	color: #003C7B;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0 0 0 !important;
	width: 100%;
	text-decoration: underline;
}
.leftSection p {
	float: left;
	width: 50%;
}
.rightSection {
	float: left;
	margin: 0px 0;
	width: 49%;
}
.rightSection h1 {
	color: #003C7B;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 !important;
	width: 100%;
}
.rightSection:last-child {
	margin-top: 23px;
}
.page-id-24 #hours_error { margin-top: 19px !important; }
.errortip {
	border: 1px solid #FF0000;
	font-size: 10px;
	margin-left: 0px;
	margin-top: -23px;
	padding: 4px;
	position: absolute;
	text-align: center;
	width: 190px;
	z-index: 100;
	float: left !important;
	margin-top: -30px\0/IE9;
	margin-left: -0px\0/IE9;
}
.errortip1 {
	border: 1px solid #FF0000;
	font-size: 10px;
	margin-left: 0px;
	margin-top: -11px;
	padding: 4px;
	position: absolute\0/IE9;
	text-align: center;
	width: 190px;
	z-index: 100;
	float: left !important;
	margin-top: -15px\0/IE9;
	margin-left: -0px\0/IE9;
}
.errortip2 {
	border: 1px solid #FF0000;
	font-size: 10px;
	margin-left: 0px;
	margin-top: -26px;
	padding: 4px;
	position: absolute\0/IE9;
	text-align: center;
	width: 190px;
	z-index: 100;
	float: left !important;
	margin-top: 0px\0/IE9;
	margin-left: 0px\0/IE9;
}
.errortip3 {
	border: 1px solid #FF0000;
	font-size: 10px;
	margin-left: 0px;
	margin-top: -12px;
	padding: 4px;
	position: absolute\0/IE9;
	text-align: center;
	width: 190px;
	z-index: 1000;
	float: left !important;
	margin-top: -20px\0/IE9;
	margin-left: 0px\0/IE9;
	height: 15px;
}
.section {
	float: left;
	width: 48%;
	height: 116px;
}
.myTime {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	line-height: normal;
	padding: 0.428571rem;
	width: 303px;
}
.blueBgPage {
	color: #FFFFFF;
	float: left;
	margin: 0;
	width: 100%;
}
.blueBgPage h1 {
	background: none repeat scroll 0 0 #4AAC01;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 5px;
}
.blueBgPage p {
	color: #000000;
	font-size: 13px;
	margin: 0;
}
.post-2701 .entry-content p {
	text-align: center;
	font-size: 13px;
}
.linkPage {
	float: left;
	width: 100%;
	margin: 5px 0 8px 0;
	color: #003C7B;
	font-size: 12px;
	font-weight: bold;
}
.linkPage:hover {
	color: #E30303;
}
.imageFloat {
	float: left;
	margin: 0 10px 0 0;
}
.secret-3 .secret-2 li {
	list-style: disc inside !important;
}
.post-182 .section {
	height: 100px;
}
.blueheading a {
	color: #fff;
}
.blueheading a:hover {
	text-decoration: underline;
}
#txtHint {
	float: left;
	width: 100%;
}
.search_results h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #FF5A00 !important;
}
.solid_line {
	background: none repeat scroll 0 0 #E3E3E3;
	height: 1px;
	margin: 5px 0;
	overflow: hidden;
	width: 100%;
}
.search_results h3 {
	padding: 0 !important;
	margin: 0 !important;
}
.loginBox {
	background: none repeat scroll 0 0 #003C7B;
	float: left;
	margin: 0;
	padding: 20px;
	width: 244px;
}
.loginBox font {
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	line-height: 25px;
	margin: 0 10px 0 0;
	text-align: right;
	width: 40%;
}
.loginBox span {
	float: left;
	width: 40%;
	margin: 0 0 10px 0
}
.loginBox input {
	float: left;
	height: 6px;
	width: 100%;
}
.loginBox select {
	float: left;
	padding: 2px 0;
	width: 47%;
}
.memberLogin {
	background: none repeat scroll 0 0 #D70303;
	color: #FFFFFF;
	float: left;
	margin: 11px 28%;
	padding: 5px;
	text-align: center;
	width: 100px;
}
.pagecenter {
	float: left;
	width: 100%;
	text-align: center;
}
.papers {
	float: left;
	width: 100%;
}
.paperPage {
	float: left;
}
.paperPage li {
	background: none repeat scroll 0 0 #003C7B;
	float: left;
	margin: 5px;
}
.paperPage li:hover {
	background: #D70303;
}
.paperPage li a {
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 13px;
	text-align: center;
}
.question {
	background: none repeat scroll 0 0 #FEFEFE;
	border: 1px solid #D0D0D0;
	float: left;
	margin: 10px 0;
	padding: 10px;
	width: 96%;
}
.questionsMain input[type="radio"] {
	float: left;
	line-height: 25px;
	margin: 2px 6px 0 0;
	width: 27px;
}
.questionsMain font {
	display: block;
	font-size: 11px;
	width: 100%;
 *width: 80%;
	margin: 0 0 0 0;
}
.questionImage {
	float: left;
	margin: 15px 0;
	text-align: center;
	width: 40%;
}
.questionsMain {
	float: left;
	font-size: 12px;
	margin: 8px 0;
	width: 60%;
}
.post-101 img {
	box-shadow: none !important;
}
.post-137.td img {
	max-width: auto !important;
}
.testimonials-widget-testimonial blockquote {
	margin-bottom: 0px !important;
	padding: 0px !important;
}
.credit {
	font-size: 13px;
}
.testimonials-widget-testimonials .testimonials-widget {
	padding: 0 15px 0 38px;
	background: url(images/quote-img.png) 5px 3px no-repeat;
}
.author {
	color: #024698;
}
.entry-content {
	padding-top: 7px;
}
.evenrow {
	background: #FFFFFF;
}
.oddrow {
	background: #F6F6F6;
}
.box {
	background: none repeat scroll 0px 0px rgb(0, 60, 123);
	color: rgb(255, 255, 255);
	height: 30px;
	font-size: 11px;
}
.nav-previous span.meta-nav {
	float: none;
	width: auto;
}
.nav-previous a {
	display: block;
	float: none;
}
.navigation .nav-next a {
	display: block;
	float: none;
	margin: 0px;
	border-right: 1px solid #002752;
}
.navigation .nav-next a span {
	width: auto;
	float: none;
}
.post-4971 .entry-title {
	margin: 0;
}
.readBlog {
	bottom: 10px;
	position: absolute;
}
.tweet .tco-display {
	-bracket-: hack(;
	margin-left: -3px !important;
 );
	margin: 15px;
}
.flash-txt {
	margin: 0 0 0 0px;
	padding: 20px 25px;
	text-align: center;
	color: red;
}
.flash-txt a {
	color: red;
	text-decoration: underline;
	color: #0033CC;
}
.flash-txt a:hover {
	color: #000;
}
.widget_archive h3.widget-title {
	background: #E30303;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 2px 8px;
	width: 189px;
	margin-bottom: 0px !important;
}
.widget_categories h3.widget-title {
	background: #003C7B;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 2px 8px;
	width: 189px;
	margin-bottom: 0px !important;
}
.widget_meta h3.widget-title {
	background: #E30303;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 2px 8px;
	width: 189px;
	margin-bottom: 0px !important;
}
.widget_archive ul {
	box-shadow: 0 0 6px rgba(50, 50, 50, 0.2) inset;
	float: left;
	padding: 9px 0 15px;
	width: 100%;
}
.widget_categories ul {
	box-shadow: 0 0 6px rgba(50, 50, 50, 0.2) inset;
	float: left;
	padding: 9px 0 15px;
	width: 100%;
}
.widget_meta ul {
	box-shadow: 0 0 6px rgba(50, 50, 50, 0.2) inset;
	float: left;
	padding: 9px 0 15px;
	width: 100%;
}
.widget_archive ul li a {
	background: url("images/list-style.png") no-repeat scroll 7px 8px transparent;
	border-bottom: 1px solid #E0E0E0;
	color: #000000;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 7px 18px;
	width: 90%;
}
.widget_categories ul li a {
	background: url("images/list-style.png") no-repeat scroll 7px 8px transparent;
	border-bottom: 1px solid #E0E0E0;
	color: #000000;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 7px 18px;
	width: 90%;
}
.widget_meta ul li a {
	background: url("images/list-style.png") no-repeat scroll 7px 8px transparent;
	border-bottom: 1px solid #E0E0E0;
	color: #000000;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 7px 18px;
	width: 90%;
}
.nav-single {
	display: none !important;
}
a.CommentLink {
	/*color: blue;

	font-size: 12px;

	text-decoration: none;*/

	color: blue;
	font-size: 12px;
	text-decoration: none;
}
a.CommentLink:hover {
	text-decoration: underline;
}
#post-20 .entry-header .entry-title {
	background: none repeat scroll 0 0 #FFFFFF;
}
.myOdd:first-child {
	clear: both;
}
.myPaging {
	border: 1px solid #CCCCCC;
	float: right;
	padding: 0 5px;
	text-align: right;
	width: 100%;
}
 .page-id-186 .question ..questionsMain font {
 *float:left;
 *font-size:12px !important;
}
span.Tweet span.p-name {
 *display:block !important;
	_display: block !important;
}
.widthMain {
 (-bracket-:hack;
	width: 49.2% !important;
 );
	float: left;
}
.glossary {
	font-size: 12px;
}
.WimbledonDriving h2:nth-child(2n) {
	font-size: 11px;
}
#si_refresh_com {
	float: left;
}
.ImportantThings {
	display: none;
}
.askEXpert h1 {
	background: none repeat scroll 0 0 #003c7b;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 !important;
	padding: 5px;
}
.askEXpert h3 {
	margin: 0;
	padding: 0;
}
.askEXpert #ui-accordion-Accordion1-header-0 > a {
	font-size: 11px !important;
	color: #ed7602;
}
.ui-accordion h3 a {
	color: #e30303 !important;
}
.hptGdiv iframe {
	height: 500px !important;
}
/** Custom css **/

.PickBritannia div.l_h1 {
	background: none repeat scroll 0 0 #003c7b;
	color: #fff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0 8px 8px;
	width: 186px;
}
.DrivingCourse div.l2_h1 {
	background: url(//www.britannia-driving-school.com/wp-content/themes/britannia/images/mid-portion-bg.png) no-repeat scroll right 19px transparent;
	float: left;
	width: 100%;
	color: #003e80;
	font-size: 24px;
	font-weight: normal;
}
/*.DrivingCourse div.l2_h1 a{ background:#fff;}*/

.ImportantThings div.l3_h1 {
	color: #003c7b;
	float: left;
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
	width: 100%;
	margin: 0 0 20px 0;
}
.LatestDriving div.l4_h1 {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	color: #003c7b;
	margin: 0 0 10px;
	line-height: 18px;
	margin-bottom: 15px;
}
.LatestDriving div.l4_h1 span {
	float: right;
	font-size: 13px;
	margin: 6px 0 0 4px;
	width: 191px;
}
.Driving div.l5_h1 {
	color: #fff;
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin: 3px 0 0;
	text-align: center;
	text-shadow: 0 1px 1px #969696;
	width: 100%;
}
.ContactUs div.l6_h1 {
	color: #fff;
	float: left;
	line-height: 26px;
	font-size: 13px;
	font-weight: bold;
	height: 31px;
	padding: 6px 0 0 8px;
	width: 189px;
	background: none repeat scroll 0 0 #e30303;
}
.videoHelp div.l2_h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll 184px 19px transparent;
}
.interactiveHelp div.l2_h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll 240px 19px transparent;
}
.Add div.l2_h1 {
	background: url("images/mid-portion-bg.png") no-repeat scroll 240px 19px transparent;
}
#menu-icon {
	display: none;
}












/* Responsive css */


/* Minimum width of 600 pixels. */

@media screen and (min-width: 600px) {
.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
.author-description {
	float: right;
	width: 80%;
}
.site {
	margin: 0 auto;
	overflow: hidden;
}
.site-content {
	float: right;
	margin: 0 6px;
	width: 566px;
}
body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {
	width: 100%;
	margin:0px;
}
.widget-area {
	float: right;
	width: 197px;
}
.site-header h1, .site-header h2 {
	text-align: left;
}
.site-header h1 {
	font-size: 26px;
	font-size: 1.857142857rem;
	line-height: 1.846153846;
	margin-bottom: 0;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	display: inline-block !important;
	text-align: left;
	width: 100%;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a, .main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	border-bottom: 0;
	color: #6a6a6a;
	line-height: 3.692307692;
	text-transform: uppercase;
	white-space: nowrap;
}
.main-navigation li a:hover {
	color: #000;
}
.main-navigation li {
	margin: 0 40px 0 0;
	margin: 0 2.857142857rem 0 0;
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
.main-navigation li ul li a {
	background: #efefef;
	border-bottom: 1px solid #ededed;
	display: block;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	padding: 8px 10px;
	padding: 0.571428571rem 0.714285714rem;
	width: 180px;
	width: 12.85714286rem;
	white-space: normal;
}
.main-navigation li ul li a:hover {
	background: #e3e3e3;
	color: #444;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	color: #636363;
	font-weight: bold;
}
.menu-toggle {
	display: none;
}
.entry-header .entry-title {
	font-size: 22px;
	font-size: 1.571428571rem;
}
#respond form input[type="text"] {
	width: 46.333333333%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
.template-front-page .site-content, .template-front-page article {
	overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
	float: left;
	width: 47.916666667%;
}
.entry-page-image {
	float: right;
	margin-bottom: 0;
	width: 47.916666667%;
}
.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets {
	float: left;
	width: 51.875%;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.template-front-page .widget-area .widget:nth-child(odd) {
	clear: right;
}
.template-front-page .widget-area .widget:nth-child(even), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	float: right;
	width: 39.0625%;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.template-front-page.two-sidebars .widget, .template-front-page.two-sidebars .widget:nth-child(even) {
	float: none;
	width: auto;
}
.commentlist .children {
	margin-left: 48px;
	margin-left: 3.428571429rem;
}
}

/* Minimum width of 960 pixels. */

@media screen and (min-width: 960px) {
body .site {
}
body.custom-background-empty {
	background-color: #fff;
}
body.custom-background-empty .site, body.custom-background-white .site {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}
}



@media only screen and (max-width:979px) {
img {
	max-width: 100%;
}
.site {
	width: auto;
}
.Container {
	width: auto;
}
.BookDriving a {
	font-size: 12px;
	height: auto;
	margin: 0;
	width: 23%;
	padding: 5px 4px;
}
.newDriving a {
	width: 25% !important;
}
.Chat {
	float: right;
	margin: 16px auto 0;
	text-align: center;
}
.logo {
	float: left;
	width: 23%;
}
.freePhone {
	margin: 10px 0 0 0 !important;
	width: 22%;
}
.freePhone:last-child {
	width: 28% !important;
	margin: 10px 0 0 15px !important;
}

.mainareNewbrit {
	float: none;
	width: auto;
}
#left-secondary {
	float: left;
	width: 28%;
}
.site-content {
	float: right;
	width: 70%;
	min-height: 2103px;
}
.widget-area {
	float: left;
	width: 28%;
}
.DrivingCourse h1 {
	background: url("//www.britannia-driving-school.com/wp-content/themes/britannia/images/mid-portion-bg.png") no-repeat scroll 180px 17px transparent;
}
.Box1 {
	float: left;
	width: 24%;
}
.DrivingBox1 {
	width: 23%;
}
.ImportantThings, .covering {
	width: 95% !important;
}
.covering .jp-container {
	width: 100% !important;
}
.covering .jspContainer {
	width: 100% !important;
}
.covering .jspPane {
	width: 92% !important;
}
.footer {
	float: none;
	height: auto;
	width: auto;
}
.footerBg {
	padding: 0 10px;
}
.footerInner {
	width: auto;
}
.DrivingSchool {
	width: 15%;
}
.Logon {
	width: 13%;
}
.DrivingCourses {
	width: 21%;
}
.Services {
	width: 16%;
}
.pages {
	width: 18%;
}
.SiteMap {
	width: 17%;
}
.MidContainerRight {
	float: left;
}
.blackTextNone {
	border-top: 0px !important;
}
.cors td {
	border-bottom: 1px solid #000 !important;
}
#test1 {
	border-bottom: 0 none !important;
}
.cors td {
	width: 15.9% !important;
}
.cors .blackTextNone td:last-child {
	width: 19% !important;
}
.page-template-instructor-php .DrivingCourse h1 {
	background: url("/wp-content/themes/britannia/images/mid-portion-bg.png") no-repeat scroll 239px 17px transparent;
}
element.style {
	opacity: 1;
}
.easingsliderpro-pagination.outside.bottom-center {
	left: 110px;
}
.easingsliderpro-pagination.outside.bottom-center {
	bottom: -25px;
	left: 237px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}
.easingsliderpro div, .easingsliderpro a .easingsliderpro img {
	border: 0 none !important;
}
.easingsliderpro, .easingsliderpro div, .easingsliderpro a, .easingsliderpro img {
	line-height: 0 !important;
	margin: 0 !important;
	outline: 0 none !important;
	padding: 0 !important;
}
.easingsliderpro-pagination {
	opacity: 0;
	position: absolute;
	transition: opacity 0.25s linear 0s;
	z-index: 30;
}
.page-template-instructor-php .newDriving a {
	width: 28% !important;
}
.page-template-instructor-php .BookDriving a {
	width: 22%;
}
.page-template-instructor-php .freePhone {
	margin: 10px 0 0 !important;
	width: 19%;
}

.freePhone img {
	float: left;
	margin: 15px 4px 0 0;
}
.freePhone span {
	float: left;
	font-size: 12px;
	width: 118px;
}
.MidContainerLeft, .Accreditions {
	float: none;
	width: auto;
	clear: both;
}
.PickBritannia div.l_h1, .PickBritannia h2, .Accreditions h2 {
	clear: both;
	float: none;
	width: auto;
}
.PickBritannia h1, .PickBritannia h2, .Accreditions h2 {
	clear: both;
	float: none;
	width: auto;
}
.ContactUs h1 {
	float: none;
	width: auto;
}
.MidContainerRight, .ContactUs, .ContactUs div.l6_h1 {
	clear: both;
	float: none;
	width: auto;
}
.ContactUs span {
	display: block;
	float: none;
	width: auto;
}
.IePadding {
	float: none !important;
}
.widget-area .widget {
	margin-bottom: 0px;
}
.Testimonials h2 {
	float: none;
	width: auto;
}
#post-137 table, #post-137 tr, #post-137 td, #post-137 tbody {
	border-collapse: collapse;
	clear: both;
	display: block !important;
	float: none !important;
	height: auto !important;
	width: auto !important;
	padding: 0px !important;
}
#post-137 div {
	width: auto !important;
	float: none !important;
}
.widget_meta h3.widget-title, .widget_archive h3.widget-title {
	width: auto;
}
.navigation a {
	font-size: 11px;
	padding: 12px 6px;
}
.navigation span {

	width: 121px;
}
.navigation span input[type="text"] {
	width: 100%;
}
.page-template-instructor-php .navigation2 li {
	border-right: 1px solid #002752;
	float: left;
	height: 73px;
	min-height: 21px;
	padding: 0;
	text-align: center;
	width: 11.5%;
}
.page-template-instructor-php .navigation2 a {
	border: 0 none;
	font-size: 11px;
	height: 49px;
	padding: 12px 6px;
	width: 90%;
}
.active {
	padding: 25px 8px !important;
}
}

@media only screen and (max-width:768px) {
.BookDriving a {
	width: 22.8%;
}
.BookDriving img {
	margin: 2px 5px 6px 0;
}

.Chat {
    position: absolute;
    right: 15px;
    top: 60px;
}

.site-content {
	width: 64%;
}
.Box1 {
	width: 46%;
	margin: 16px 14px 0 0;
}

.Box1 a img  {
	float: left !important;
    margin: 0 15px 0 0 !important;
	width:auto !important;
}

.text {
	font-size: 13px;
	line-height: 17px;
}
.DrivingBox1 {
	margin: 0 14px 0 0;
	width: 46%;
}
.widget-area {
	margin: 18px 0 0;
	width: 31.3%;
}
.ImportantThings, .covering {
	width: 100% !important;
}
.covering .jp-container {
	width: 100% !important;
}
.covering .jspContainer {
	width: 100% !important;
}
.covering .jspPane {
	width: 92% !important;
}
.DrivingSchool {
	width: 30%;
}
.Logon {
	width: 30%;
	margin: 0 0 30px;
}
.DrivingCourses {
	width: 30%;
}
.Services {
	width: 30%;
}
.pages {
	width: 30%;
}
.SiteMap {
	width: 30%;
}
.cors td {
	height: auto;
	min-height: 60px;
	width: 13.9% !important;
}
.cors .blackTextNone td:last-child {
	width: 25% !important;
}
div.pagination a {
	display: inline-block;
}
.leftContact {
	float: none;
	text-align: center;
	width: auto;
}
.rightContact {
	clear: both;
	display: block;
	float: none;
	margin: 20px 0 0 10px;
	text-align: center;
	width: auto;
}
.page-template-instructor-php .BookDriving a {
	min-height: 43px;
	width: 21%;
}
.page-template-instructor-php .HeaderInstructer {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.page-template-instructor-php .logo {
	position: static;
	width: 31%;
}
.navigation span {
	width: 52%;
}
.page-template-instructor-php .HeaderInstructer p {
	font-size: 15px;
	margin: 13px 6px 0;
	width: 32%;
}
.page-template-instructor-php .freePhone {
	margin: 10px 0 0 !important;
	width: 23%;
}


.page-template-instructor-php #left-secondary {
	float: left;
	width: 31%;
}
.navigation {
	position: relative;
}
#menu-icon {
	display: block;
}
.navigation ul, .navigation:active ul {
	background: none repeat scroll 0 0 #095ab8;
	border: 0 none;
	border-radius: 0;
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 37px;
	width: 100%;
	z-index: 9999;
}
.navigation li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	width: auto;
}
.navigation .active {
	float: left;
}
.navigation a {
	border-bottom: 1px solid #002752;
	border-right: 0 none;
	color: #fff;
	display: block;
	float: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	padding: 12px 11px;
	width: auto;
}
.navigation2:hover ul {
	display: block;
}
#menu-icon {
	float: left;
}
#menu-icon {
	cursor: pointer;
	float: right;
	margin: 7px 10px 0;
}
.page-id-26 .intensive {
	width: 100% !important
}
.page-template-instructor-php .navigation2 li {
	width: auto;
	height: auto;
	float: none;
	border-bottom: 1px solid #002752;
}
.page-template-instructor-php .navigation2 a {
	width: auto;
	padding: 12px 10px;
	font-size: 12px;
	height: auto;
}
.active {
	padding: 12px 12px 8px !important;
}


.logo{
	width: 100% !important;	text-align: left !important;
}

.DrivingCourse {
    padding: 2% !important;    width: 95% !important;
}

.Box1, .DrivingBox1 {
	padding: 2%;    width: 95%;
	height:auto !important;
}

.freePhone, 
.freePhone:nth-child(3n),
.freePhone:last-child
  {
	background: #f2f2f2 !important;
    padding: 2% 4% !important;
   width: 25% !important;
	margin:1px 0px !important;
	text-align:center !important;
	 }

.freePhone:last-child span{
	width:80% !important;
	text-align:center;
}

.freePhone span {
    width: 85% !important;
}


.headerBottom {
	float: left; 	margin: 0 auto !important;	padding: 2%;	width: 96%;
}
.AccreImages {
    background: transparent url("//www.britannia-driving-school.com/wp-content/themes/britannia/images/background-images.png") no-repeat scroll 0px 86% ;
}

.navigation{
	margin-bottom:0px !important;

}

.slide-out-div a {
   display:none !important;
}

.readBlog{
	bottom:0px !important;

}

body { height:inherit; width:auto; background:none;  }
.slide-out-div{ display:none !important; position:static !important; clear:both;}

.schoollLnks { width:50%;}
.schoolAddress { width:40%;}

.MiddleMap { min-height:140px;}


}

@media only screen and (max-width:640px) {
.easingsliderpro-pagination.outside.bottom-center {
	left: 77px;
}
.BookDriving a {
	width: 47%;
}
.newDriving a {
	width: 47% !important;
}

.Chat {
    position: absolute;
    right: 15px;
    top: 98px;
}

#left-secondary {
	float: left;
	width: 42%;
}
.site-content {
	width: 55%;
}
.Box1 {
	margin: 16px 14px 0 0;
	width: 44%;
}
.DrivingBox1 {
	margin: 0 14px 22px 0;
	width: 44%;
}
.readBlog {
	bottom: 10px;
	position: absolute;
	right: 2px;
}
.widget-area {
	margin: 18px 0 0;
	width: 42%;
}
.ImportantThings, .covering {
	width: 88% !important;
}
.covering .jp-container {
	width: 100% !important;
}
.covering .jspContainer {
	width: 100% !important;
}
.covering .jspPane {
	width: 92%  !important;
}
.cors td {
	height: auto;
	min-height: 86px;
	width: 13% !important;
	word-wrap: break-word;
}
.cors .blackTextNone td:last-child {
	width: 18% !important;
}
.blueBg td:last-child {
	width: 42px !important;
}
.commonInput table, .commonInput td, .commonInput tr {
	border-collapse: collapse;
	clear: both;
	display: block;
	height: auto !important;
	width: auto !important;
}
.Submit {
	margin: -40px 0 0;
	width: 0;
}
.testimonials-widget-testimonials .paging {
	height: auto;
}
.page-template-instructor-php .logo {
	width: 50%;
}

.page-template-instructor-php .freePhone {
	width: 31%;
}

.freePhone:last-child span {
	float: left;
	text-align: left;
	width: 108px !important;
}
.page-template-instructor-php #left-secondary {
	width: 42%;
}
.intensiveBg, .intensiveBg:last-child {
	background: none repeat scroll 0 0 #e30303;
	border-radius: 5px;
	height: auto !important;
}
.loginBox {
	width: auto;
}
.border input {
	width: 88% !important;
}
.question {
	clear: both;
	float: none;
	width: auto;
	text-align: left;
}
.questionsMain {
	float: none;
	width: auto;
}
.page-id-96 .entry-content div {
	width: auto !important;
	height: auto !important;
	float: none !important;
}
.page-id-96 .entry-content iframe {
	width: auto !important;
	height: auto !important;
	float: none !important;
}

.logo{
	width: 100% !important;	text-align: left !important;
}

.DrivingCourse {
    padding: 2% !important;    width: 95% !important;
}

.Box1, .DrivingBox1 {
	padding: 2%;    width: 95%;
	height:auto !important;
}

.freePhone, 
.freePhone:nth-child(3n),
.freePhone:last-child
  {
	background: #f2f2f2 !important;
    padding: 2% 10% !important;
    width: 80% !important;
	margin:1px 0px !important;
	text-align:center !important;
	 }

.freePhone:last-child span{
	width:80% !important;
	text-align:center;
}

.freePhone span {
    width: 88% !important;
}


.headerBottom {
	float: left; 	margin: 0 auto !important;	padding: 2%;	width: 96%;
}
.AccreImages {
    background: transparent url("//www.britannia-driving-school.com/wp-content/themes/britannia/images/background-images.png") no-repeat scroll 0px 86% ;
}

.navigation{
	margin-bottom:0px !important;

}

.slide-out-div a {
   display:none !important;
}

.readBlog{
	bottom:0px !important;

}
/* 26-06-2015 */
.page-template-instructor-php .HeaderInstructer p {
	text-align: center !important;
    width: 100% !important;
	margin:20px 0px !important;

}
.section { height:auto !important; }

.page-id-182 .section {
    height: auto !important;
    text-align: center;
    width: 50%;
}

.schoollLnks{
	float:left;
}


.navigation{ height:43px; }

.MiddleMapRgt { width:99%;}
.MiddleMapRgt label { width:49%;}
.DrivingTextComputer h3 { margin-top:20px !important;}
.schoollLnks {    float: right;}

/* 26-06-2015  end*/



}

@media only screen and (max-width:480px) {



.BookDriving a {
	width: 46%;
}


.DrivingBox1 h2{
	text-align:center !important;
}


.LatestDriving a {
    color: #003c7b;
    display: block;
	 text-align: center;
}

.newDriving a {
	width: 46% !important;
}
.logo {
	left: 17%;
	right: 17%;
	top: 0;
	width: auto;
	text-align: center;
}

.MidContainer {
	float: none;
	margin: 0;
	width: auto;
	position: relative;
	clear: both;
}
#left-secondary {
	display: block;
	float: none;
	text-align: center;
	width: auto;
	clear: both;
}

.MidContainerLeft, .Accreditions {
	float: none;
	width: auto;
}
.PickBritannia {
	clear: both;
	float: none;
	text-align: center;
	width: auto;
}
.PickBritannia div.l_h1 {
	clear: both;
	display: block;
	float: none;
	padding: 6px 0 8px 8px;
	width: auto;
}
.pick {
	float: none;
	width: auto;
}
.pick a {
	display: inline-block;
	float: none;
	padding: 5px 15px 4px;
	width: auto;
}
.PickBritannia h1, .PickBritannia h2, .Accreditions h2 {
	float: none;
	text-align: center;
	width: auto;
}
.google2 {
	clear: both;
	display: block;
	float: none;
	margin: 17px 0 28px;
	width: auto;
}
.payment {
	background: url("//www.britannia-driving-school.com/wp-content/themes/britannia/images/background-images.png") repeat scroll 42px 23% transparent;
	margin-bottom: 22px;
	width: 240px;
}
.ButtonPeople {
	float: none;
	margin: 10px 0 0;
	width: auto;
}
.Accreditions {
	float: none;
	width: auto;
}
.AccreImages {
    background: transparent url("//www.britannia-driving-school.com/wp-content/themes/britannia/images/background-images.png") no-repeat scroll 39px 86%;
}
.site-content {
	float: none;
	margin: 40px 0 0;
	text-align: center;
	width: auto;
}
#sliderFrame {
	margin: 0 auto;
	width: auto;
}
.DrivingCourse {
	clear: both;
	display: block;
	float: none;
	margin: 30px 0 0;
	width: auto;
	width: 95%;
	padding:2%;
}
.Box1, .DrivingBox1 {
	border-bottom: 1px solid #cac9c9;
	border-right: 0 none;
	margin: 16px 0 0;
	width: 95%;
	padding:2%;
	text-align:left;
	height: auto !important;
}
.Box1 p {
	width: auto;
}
.videoHelp div.l2_h1 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.videoHelp div.l2_h1 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.DrivingCourse h1, .interactiveHelp div.l2_h1, .Add div.l2_h1 {
	background: none;
}
.readBlog {
	position: static;
}
.DrivingBox1 p {
	width: auto;
	float: none;
	clear: both;
}
.LatestDriving div.l4_h1 {
	float: none;
	font-size: 17px;
	margin: 8px 0 15px;
	width: auto;
}
.LatestDriving div.l4_h1 span {
	float: none;
	font-size: 13px;
	margin: 7px 0 0 4px;
	width: auto;
}
.ImportantThings, .covering {
	width: 93%;
}
.covering .jp-container {
	width: 100% !important;
}
.covering .jspContainer {
	width: 100% !important;
}
.covering .jspPane {
	width: 93% !important;
}
.widget-area {
	display: block;
	float: none;
	width: auto;
}
.MidContainerRight {
	clear: both;
	float: none;
	text-align: center;
	width: auto;
}
.ContactUs {
	clear: both;
	float: none;
	width: auto;
}
.ContactUs div.l6_h1 {
	float: none;
	font-size: 13px;
	font-weight: bold;
	width: auto;
}
.ContactUs span {
	clear: both;
	float: none;
	width: auto;
	text-align: center;
	display: block;
	text-indent: -42px !important;
}
.IePadding {
	float: none !important;
}
.widget-area .widget {
	margin-bottom: 0px;
}
.Testimonials h2 {
	float: none;
	line-height: 21px;
	width: auto;
}
.GenuineTesti {
	float: none;
}
.DrivingSchool, .Logon, .DrivingCourses, .Services, .pages, .SiteMap {
	display: block;
	float: none;
	text-align: center;
	width: auto;
}
.FooterNav ul li {
	display: inline-block;
	padding: 0 10px;
}
.Logon nav a {
	display: inline-block;
	float: none;
	width: auto;
}
.Logon nav {
	float: none;
	margin: 0;
	width: auto;
}
.DrivingSchool span {
	margin: 14px 0 15px;
}
.Logon {
	margin: 18px 0 12px;
}
.site-content {
	min-height: inherit;
	clear: both;
}

h2.myHead {
	font-size: 13px;
	margin: 11px 24px 0 0;
}
.commonInput table, .commonInput tbody, .commonInput td, .commonInput tr {
	display: inline-block;
	float: none !important;
	text-align: center;
}
.Submit {
	margin: 0;
	width: auto;
}
.Submit a {
	display: inline-block;
	float: none;
	height: auto;
	text-align: center;
	width: auto;
}
.Map {
	float: left;
	margin: 0 0 12px;
	width: 100%;
}
.Map {
	float: left;
	margin: 0 0 12px;
	width: 100%;
}
.BookDriving a {
	min-height: 42px;
}
.page-template-instructor-php #left-secondary {
	width: auto;
}
.page-template-instructor-php .newDriving a {
	width: 46% !important;
}
.page-template-instructor-php .BookDriving a {
	width: 46%;
}

.page-template-instructor-php .logo {
	width: 50%;
}
.page-template-instructor-php .freePhone {
	width: 46%;
}


.page-template-instructor-php .widget-area {
	width: auto;
}
.page-template-instructor-php .ContactUs h1 {
	float: none;

	width: auto;
}
.page-template-instructor-php .DrivingCourse h1 {
	background: none;
}
.easingsliderpro-pagination.outside.bottom-center {
	left: 33%;
}
#post-137 table, #post-137 tr, #post-137 td, #post-137 tbody {
	text-align: center;
}

#archives-2 li, #meta-2 li {
	display: inline-block;
	padding: 0 11px;
}
.widget_archive ul li a, .widget_meta ul li a {
	float: none;
	display: block;
	width: auto;
}
.rightContact input {
	width: 80%;
}
#menu-icon {
	margin: 7px 0 0;
	float: right;
}
.headerTop {
	display: none;
}
.page-id-40 .easingsliderpro-pagination.outside.bottom-center {
	left: 35%;
}
.imageFloat {
	float: none;
	width: auto !important;
	margin: 0px !important;
}
#post-190 p {
	float: none !important;
	text-align: center;
	width: auto !important;
}
.page-id-3426 .commonInput table, .page-id-3426 .commonInput tbody, .page-id-3426 .commonInput td, .page-id-3426 .commonInput tr {
	display: block !important;
}
#ui-accordion-Accordion2-panel-0, #ui-accordion-Accordion3-panel-0 {
	height: auto !important;
}
.orangeText {
	width: auto !important;
	float: none;
	margin: 10px 0 0 0 !important;
}
.questionsMain {
	float: none;
	width: auto;
}
.questionsMain input[type="radio"] {
	margin: 2px 6px 5px 0;
}
.post-158 div {
	width: auto !important;
	float: none !important;
}
.page-id-182 .section {
	float: none;
	height: auto !important;
	text-align: center;
	width: auto;
}
.page-id-182 .leftSection p {
	float: none;
	width: auto;
}
.caption {
	width: auto !important;
}
.secret-2, .blueheading {
	width: auto !important;
	float: none !important;
}
.MiddleCon p {
	width: auto !important;
}
.Secret {
	width: auto !important;
	float: none !important;
}
.Testimonials p {
	float: none !important;
	text-align: center;
}

.logo{
	width: 100% !important;	text-align: center !important;
}

.DrivingCourse {
    padding: 2% !important;    width: 95% !important;
}

.Box1, .DrivingBox1 {
	padding: 2%;    width: 95%;
	height:auto !important;
}

.freePhone, 
.freePhone:nth-child(3n),
.freePhone:last-child
  {
	background: #f2f2f2 !important;
    padding: 2% 10% !important;
    width: 80% !important;
	margin:1px 0px !important;
	text-align:center !important;
	 }

.freePhone:last-child span{
	width:80% !important;
	text-align:center;
}

.freePhone span {
    width: 88% !important;
}


.headerBottom {
	float: left; 	margin: 0 auto !important;	padding: 2%;	width: 96%;
}
.AccreImages {
    background: transparent url("//www.britannia-driving-school.com/wp-content/themes/britannia/images/background-images.png") no-repeat scroll 39px 86% ;
}

.navigation{
	margin-bottom:0px !important;

}

.slide-out-div a {
    top: 85px !important;
}



.navigation span {
    display:none !important;
}


.commonInput input {
    width: 90% !important;
}



.commonInput input {
    width: 90% !important;
}

.commonInput select {
    padding: 4px !important;
    width: 100% !important;
}

.commonInput table, .commonInput tbody, .commonInput td, .commonInput tr {
    display: inline-block;
    float: none !important;
    text-align: center;
    width: 97% !important;
	padding:0px !important
}

.border td {
    padding: 0px !important;
    text-indent: 0;
}

h2.myHead {
    font-size: 13px;
    margin: 11px 10px !important;
}


.entry-content table, .comment-content table {
	margin:0px !important;
}


.cors td{
	 width: 19% !important;
}



table.booktable td {
	
	font-size:10px !important;
	word-break:break-all !important;
}


/* 26-06-2015 */
.page-template-instructor-php .HeaderInstructer p {
	text-align: center !important;
    width: 100% !important;
	margin:20px 0px !important;
}

/* 26-06-2015  end*/


/* 08-7-2015 */
.refreshercourses > p {
    clear: both;
    float: none !important;
    width: 100% !important;
}
.refreshercourses input {
	float:none !important
}

.refreshercourses select {
	float:none !important;
	width:93% !important;
}

table.refreshercourses td{ display:inline-block !important; width:100% !important; text-align:center;   }

.section{ width:50% !important; }
.section > p {
    width: 100% !important;
}

.page-id-182 .section {
    float: left;
    height: auto !important;
    text-align: center;
    width: 50%;
}
.border input[type="radio"] {
    width: auto !important;
}

.Submit{ width:100% !important; }

.Submit a {
        width: 89% !important;
}

.MiddleMapRgt {
    
    float: left;
    margin-left: 10px;
    width: 95%;
}
.schoollLnks {
    float: none;
    width: 100% !important;
}
.schoolAddress img {
    clear: both !important;
    float: none !important;
    width: 95%;
	margin-right:0px !important;
}
.schoolAddress {
    float: left;
    margin-top: 10px;
    width: 100%;
}


/* 08-7-2015 end */


.MiddleMapRgt label { width:49%;}



}

@media only screen and (max-width:320px) {

.logo{
	width: 100% !important;	text-align: center !important;
}

.DrivingCourse {
    padding: 2% !important;    width: 95% !important;
}

.Box1 h3{ text-align:center !important;}


.Box1, .DrivingBox1 {
	padding: 2%;    width: 95%;
}

.freePhone, 
.freePhone:nth-child(3n),
.freePhone:last-child
  {
	background: #f2f2f2 !important;
    padding: 2% 10% !important;
    width: 80% !important;
	margin:1px 0px !important;
	text-align:center !important;
	 }

.freePhone:last-child span{
	width:80% !important;
	text-align:center;
}

.freePhone span {
    width: 88% !important;
}


.headerBottom {
	float: left; 	margin: 0 auto !important;	padding: 2%;	width: 96%;
}
.AccreImages {
    background: transparent url("//www.britannia-driving-school.com/wp-content/themes/britannia/images/background-images.png") no-repeat scroll 39px 86% ;
}

.navigation{
	margin-bottom:0px !important;

}

.slide-out-div a {
    top: 85px !important;
}



.navigation span {
    display:none !important;
}


.commonInput input {
    width: 90% !important;
}



.commonInput input {
    width: 90% !important;
}

.commonInput select {
    padding: 4px !important;
    width: 100% !important;
}

.commonInput table, .commonInput tbody, .commonInput td, .commonInput tr {
    display: inline-block;
    float: none !important;
    text-align: center;
    width: 97% !important;
	padding:0px !important
}

.border td {
    padding: 0px !important;
    text-indent: 0;
}

h2.myHead {
    font-size: 13px;
    margin: 11px 10px !important;
}


.entry-content table, .comment-content table {
	margin:0px !important;
}


.cors td{
	 width: 19% !important;
}



table.booktable td {
	
	font-size:10px !important;
	word-break:break-all !important;
}



/* 26-06-2015 */
.page-template-instructor-php .HeaderInstructer p {
	text-align: center !important;
    width: 100% !important;
	margin:20px 0px !important;
}



/* 26-06-2015  end*/


/* 08-7-2015 */
.refreshercourses > p {
    clear: both;
    float: none !important;
    width: 100% !important;
}
.refreshercourses input {
	float:none !important
}

.refreshercourses select {
	float:none !important
}

table.refreshercourses td{ display:inline-block !important; width:100% !important; text-align:center;   }

.section{ width:100% !important }
.section > p {
    width: 100% !important;
}
/* 08-7-2015 end */



}


@media only screen and (max-width:240px) {

.logo{
	width: 100% !important;	text-align: center !important;
}

.DrivingCourse {
    padding: 2% !important;    width: 95% !important;
}

.Box1, .DrivingBox1 {
	padding: 2%;    width: 95%;
}

.freePhone, 
.freePhone:nth-child(3n),
.freePhone:last-child
  {
	background: #f2f2f2 !important;
    padding: 2% 10% !important;
    width: 80% !important;
	margin:1px 0px !important;
	text-align:center !important;
	 }

.freePhone:last-child span{
	width:80% !important;
	text-align:center;
}

.freePhone span {
    width: 80% !important;
}

.slide-out-div {
	top: 0px !important;
}
.headerBottom {
	float: left; 	margin: 0 auto !important;	padding: 2%;	width: 96%;
}
.AccreImages {
    background: transparent url("//www.britannia-driving-school.com/wp-content/themes/britannia/images/background-images.png") no-repeat scroll 0px 86% ;
}

.navigation{
	margin-bottom:0px !important;

}


.payment {
    background: transparent url("//www.britannia-driving-school.com/wp-content/themes/britannia/images/background-images.png") repeat scroll -6px 23%;
    margin-bottom: 22px;
    width: 220px;
}

.slide-out-div a {
    top: 85px !important;
}

.navigation span {
    display:none !important;
}


.commonInput input {
    width: 90% !important;
}



.commonInput input {
    width: 90% !important;
}

.commonInput select {
    padding: 4px !important;
    width: 100% !important;
}

.commonInput table, .commonInput tbody, .commonInput td, .commonInput tr {
    display: inline-block;
    float: none !important;
    text-align: center;
    width: 97% !important;
	padding:0px !important
}

.border td {
    padding: 0px !important;
    text-indent: 0;
}

h2.myHead {
    font-size: 13px;
    margin: 11px 10px !important;
}


.entry-content table, .comment-content table {
	margin:0px !important;
}


.cors td{
	 width: 19% !important;
}



table.booktable td {
	
	font-size:10px !important;
	word-break:break-all !important;
}


/* 08-7-2015 */
.refreshercourses > p {
    clear: both;
    float: none !important;
    width: 100% !important;
}
.refreshercourses input {
	float:none !important
}

.refreshercourses select {
	float:none !important
}
/* 08-7-2015 end */
table.refreshercourses td{ display:inline-block !important; width:100% !important; text-align:center;   }

.section{ width:100% !important }
.section > p {
    width: 100% !important;
}



}






/* additional classes */

table.booktable {
	border: solid 1px #000000;
}

table.booktable td {
    border: 1px solid #000 !important;
    border-collapse: collapse !important;
    float: none !important;
    text-align: center;
	color:#ffffff !important;
}


td#test1 {
    border-left: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
}

.ContactUs div.newChat {
    border-bottom: 1px solid #cac9c9;
    color: #000;
    float: left;
    font-size: 13px;
    line-height: 39px;
    width: 100%;
}

/*Popup Designing Start Here*/
.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.1) no-repeat left top / 100%;text-align:center;z-index:1111;}
.popup{background:url(//www.britannia-driving-school.com/wp-content/uploads/2016/09/popup-bg.png) no-repeat left top / 100%;display:inline-block;margin:0;padding:0;width:556px;height:521px;position:relative;top:20%;text-align:left}
.brit-car{background:url(//www.britannia-driving-school.com/wp-content/uploads/2016/09/brit-car.png) no-repeat left top / 100%;width:202px;height:179px;position:absolute;left:70px;bottom:50px}
.brit-girl{background:url(//www.britannia-driving-school.com/wp-content/uploads/2016/09/brit-girl.png) no-repeat left top / 100%;width:190px;height:341px;position:absolute;right:45px;bottom:0}
.close{background:#114c76;color:#fff;fonr-size:13px;padding:3px 8px;position:absolute;top:-20px;right:-20px;-webkit-border-radius:50%;border-radius:50%;cursor:pointer}
.welcome,.tagline{text-align:left;color:#f89416;font-size:22px;display:block;position:relative;font-weight:bold;line-height:22px; text-transform:uppercase;}
.welcome{top:50px;left:30px}
.bdschool{color:#0b3ea7;font-size:50px;text-align:left;top:55px;left:30px;position:relative;line-height:38px;display:block; text-transform:uppercase; font-weight:bold;}
.tagline{top:75px;left:30px}
.chatnow:hover{ background:#e30303; }
.close:hover{ background:#e30303; }
.chatnow{background:#f89416;color:#fff;font-weight:bold;padding:5px 15px;position:relative;left:30px;top:100px;font-size:22px;display:table;cursor:pointer}
@media screen and (max-width:600px){
.popup{width:400px; height:375px;}
.welcome, .tagline{ font-size:16px; line-height:16px;}
.bdschool{font-size:35px; line-height:26px;}
.chatnow{font-size:16px; top:85px;cursor:pointer}
.tagline{top:70px; left:30px;}
.brit-car{width:122px; height:113px; bottom:20px; left:60px;}	
.brit-girl{width:130px; height:231px; right:35px;}
.chatnow:hover{ background:#e30303; }	
.close:hover{ background:#e30303; }
}
@media screen and (max-width:450px){
.popup{width:278px; height:261px;}
.welcome, .tagline{ font-size:13px; line-height:13px; left:20px; top:30px;}
.bdschool{font-size:25px; line-height:20px; top:30px; left:20px;}
.chatnow{font-size:11px; top:50px; left:20px; padding:3px 10px;cursor:pointer}
.tagline{top:40px; left:20px;}
.brit-car{width:82px; height:74px; bottom:20px; left:60px;}	
.brit-girl{width:80px; height:141px; right:30px;}
.chatnow:hover{ background:#e30303; }
.close:hover{ background:#e30303; }
.close{ font-size:10px !important; font-weight:bold !important; right:-19px; top:-17px; padding:4px 8px;cursor:pointer}	
}
.widget-area .widget { margin-bottom: 1.429rem !important; }
.home .sociable { display: none !important; }
.MiddleCon ul li {
    margin-bottom: 5px !important;
    font-size: 11px;
    line-height: 16px;
  list-style: disc;
}
@media screen and (max-width:500px){
.MiddleCon .post-57 ul li { margin-bottom: 12px !important; list-style: none !important; }
  .pick a { display: block !important; list-style: none !important; padding: 10px 15px 10px; }
  .single-post .entry-content img { max-width: 97%; }
  .single-post .MiddleCon { padding: 0 10px; }
}