/* Bootstrap general styling
---------------------------------------------------- */
a, .btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 14px;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
}

h4, .h5, .h6 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 400;
    color: #1b3552;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.navbar-collapse {
    max-height: 340px;
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: visible;
    border-top: 0px solid transparent;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.1) inset;
}
}

.navbar {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 400;
    text-transform: uppercase;
    border: 0px solid transparent;
    margin:15px 0 0 0;
}

.navbar-toggle {
    border: 0px solid transparent;
}


.btn {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 400;
    text-transform: uppercase;
}

.dropdown-menu {
    font-family: 'Open Sans', Helvetica,Arial,sans-serif;
	font-weight: 400;
    font-size: 13px;
    border: 0px solid #e2eff7;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.navbar-nav > li > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    border-right: 1px solid #1b3552;
}
}

.thumbnail {
    position:relative;
    margin-bottom: 60px;
    padding: 0px;
    border-top: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
}

.thumbnail.pale-content {
    position:relative;
    padding: 0px;
    margin-bottom: 30px;
    background: #e9f0f8;
    border-top: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
}

.thumbnail.pale-home {
    position:relative;
    padding: 0px;
    margin-bottom: 80px;
    background: #e9f0f8;
    border-top: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
}

.thumbnail.top-box {
    margin-bottom: 20px;
    padding: 0px;
    border-top: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
}

.thumbnail.orange img{
    border-bottom: 20px solid #a4c1e1;
    border-top: 8px solid #f5bc48;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail.green img{
    border-bottom: 20px solid #a4c1e1;
    border-top: 8px solid #85d457;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail.red img{
    border-bottom: 20px solid #a4c1e1;
    border-top: 8px solid #e9544d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail.blue img{
    border-bottom: 20px solid #a4c1e1;
    border-top: 8px solid #1b3552;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail.orange img:hover, .thumbnail.green img:hover, .thumbnail.red img:hover, .thumbnail.blue img:hover{
    border-bottom: 0px solid #a4c1e1;
    border-top: 0px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail.pale-home .caption, .thumbnail.pale-content .caption {
    padding: 30px;
    overflow: hidden;
}

.thumbnail .caption {
    padding: 10px 30px 25px 30px;
}

.thumbnail .btn {
    position: absolute;
    bottom:-45px;
    left:0px;
}

.thumbnail.pale-content .btn {
    position:relative;
    top: 0px;
}

.thumbnail a {
    text-decoration: none;
}

.breadcrumb {
    margin: 10px 0 10px 0;
}

.media > .pull-left {
    margin-right: 20px;
}



/* Custom page styles
---------------------------------------------------- */
.logo {
	width:60%;
	margin:0px 0 20px 20%;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.logo {
	width:100%;
	margin:25px 0 0 0%;
}
}

.page-top {
    border-top: 6px solid #fd3b3b;
    width:100%;
	padding:0px;
    margin-bottom:-130px;
    background: #214165 url("header-background1.jpg") no-repeat top center;
}

.zero {
    margin:0px;
    padding:0px;
}


.margin-top {
    margin-top: 58px;
}

.image-column-width {
	width:100%;
    margin-bottom: 20px;
}

.news-image {
	width:150px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.news-image {
	width:145px;
}
}

@media (min-width: 992px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.news-image {
	width:200px;
}
}

@media (min-width: 1200px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.news-image {
	width:250px;
}
}


.banner-box {
    min-height:130px;
	padding:20px;
    color: #fff;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 400;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.banner-box {
    min-height:130px;
	padding:25px 200px 25px 40px;
    color: #fff;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 400;
}
    
.banner-box-small {
    color: #fff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 25px;
    text-transform: lowercase;
    font-weight: 400;
}
}

.green-box {
    background: #85d457;
}

.red-box {
    background: #e9544d;
}

.orange-box {
    background: #f5bc48;
}

.blue-box {
    background: #1b3552;
}
.downarrow { background-image: url("down.png"); background-position: center; background-repeat: no-repeat;}

.box-home {
	width:100%;
	padding:165px 0 0 0;
	background: #ffffff;
	z-index:2;
}

.box-content {
    margin:0px;
	padding:20px;
	background: #ffffff;
}

.white-home {
	width:100%;
	padding:15px 0 0 0;
	background: #ffffff;
	z-index:2;
}

.white-content {
	width:100%;
	padding:15px 0 0 0;
    margin-top: 85px;
	background: #ffffff;
}

#footer {
	min-height:180px;
	width:100%;
	padding:25px 0;
	margin-top:0px;
    margin-bottom:0px;
	background:#1b3552;
	color: #fff;
}

#footer .footernav {
	margin: 0px;
	padding: 0px;
}

#footer .footernav li {
	display: list-item;
    list-style: none;
}

#footer .footernav li:last-child {
	border: none; 
}

#footer .footernav li a{
	color: #f5bc48;
	text-decoration: none;   
}

#footer .footernav li a:hover{
	color: #fff;
}

#footer .webdesignby{
	color: #fff;
}


#footer .webdesignby a{
	color: #fff;
	text-shadow:none;
	text-decoration: none;
}

#footer .webdesignby a:hover{
	color: #f5bc48;
}
#footer h3 { color: #fff;}

::selection
{
	color:#fff;
	background-color: #1b3552;
}

::-moz-selection
{
	color:#fff;
	background-color: #1b3552;
}



/* Custom font colours
---------------------------------------------------- */
h1, .content-header {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 25px;
    line-height:28px;
    text-transform: uppercase;
    color: #1b3552;
    margin-left: 29px;
}

h2, .box-header {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 23px;
    text-transform: uppercase;
    line-height:26px;
    color: #fff;
}

h3, .sub-header {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 22px;
    text-transform: uppercase;
    line-height:25px;
    color: #1b3552;
}

.sub-header:hover {
    color: #e9544d;
}

.fqa {
    color: #1b3552;
}

.fqa:hover {
    color: #e9544d;
}

.read-more {
    font-size: 14px;
    color: #e9544d;
}

.call {
	padding:0 0 10px 0;
	text-align:center;
    font-family: 'Oswald',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 23px;
    line-height: 26px;
	color: #fff;
}

.call a {
	color: #fff;
    text-decoration: none
}

.call a:hover {
	color: #fff;
    text-decoration: none
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.call {
	padding:30px 0 10px 0;
	text-align:right;
    font-family: 'Oswald',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 25px;
    line-height: 28px;
	color: #fff;
}
    
.call a {
	color: #fff;
    text-decoration: none
}

.call a:hover {
	color: #fff;
    text-decoration: none
}
}

hr {
    clear:both;
    border-bottom:0;
    border-top: 2px solid #dce5ef;
    border-right:0;
    border-left:0;
    margin: 25px 0;
    min-height: 0px;
    height:1px;
}


/*---------------------------------
	Overthrow CSS:
   	Enable overflow: auto on elements with overthrow
	class when html element has overthrow class too
-----------------------------------*/	
.overthrow-enabled .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0,0,0);
}



/*-------- GLOBAL ---------*/
.tar { text-align: right !important; clear:both; padding-top: 20px;}
.newsdate { font-size: 12px;}
.coaches { color: #e9544d; margin-bottom: 20px;}
a { color: #ff0000;}
.question { margin-bottom: 30px;}


.InputfieldFieldset {
    border: 2px solid #fff;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}
.InputfieldSubmit label { display: none;}
.Inputfield {
    margin-top: 12px;
    overflow: hidden;
}
#wrap_Inputfield_enrol {
    margin-left: 10px;
    margin-right: 10px;
}
.caption h2 {
    color: #1b3552;
    margin: 0 0 20px;
}
form table {
    margin-bottom: 40px;
}

.arrowDown { position: absolute; bottom: 0; right: 20px; width: 75px; margin: 0; height: 62px; z-index: 99;}
.cartButton form { float: right; margin-bottom: 20px;}