body, p, li, td, th {
    font-family: 'Roboto',Helvetica,Arial,sans-serif !important;
    font-size: 16px;
	font-weight: 300;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 26px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-weight: 300;
	line-height: 1.1;
	text-transform: uppercase;
}

h2, .h2 {
    color: #336667;
    font-size: 24px;
    margin: 0 0 20px;
}
.thumbnail h3 {
	font-size: 18px;
}
.blueborder {
	padding: 10px;
	border: 1px solid #eee;
	margin: 0 10px 10px;
}
.navbar {
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 15px;
  	opacity: 1.0;
	border: 0px solid transparent;
	margin-bottom:0px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
}
.nav.navbar-nav > .dropdown-menu {
	text-align: left !important;
}

.dropdown-menu {
	text-align: left;
}
.dropdown-menu li {
	font-size: 14px;
	font-weight: normal;
	width: 100%;
}

.dropdown-menu > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
}

@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: 15px;
    padding-left: 0px;
    overflow-x: visible;
    border-top: 0px solid transparent;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
}
}


.thelogo {
	text-align: center;
}
.well img {
	width: 100%;
}


.btn {
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-weight: 300;
	/*border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;*/
}

/* Equal Heights
---------------------------------------------------- */
.equal-heights {
	margin:0px;
	padding:0px;	
}
.text-justify p {
	text-align: justify;
}


/* Custom page styles
---------------------------------------------------- */


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

.image-column-width {
	width:100%;
}

.colour-box {
	padding:20px;
	background: #fff;
	border: 1px solid #336667;
	border-radius: 5px;
}

.blueborder span {
	display: block;
	text-align: center;
	padding: 10px 0 0 0;
}

.blue-border {
	height:6px;
	margin: 0 0 20px 0;
	background: #111111;
}
.finance {

	border-top: 6px solid #111111;
	border-bottom: 6px solid #111111;
	margin-top: 60px;
	background: #fff url('../images/finance-bg.png') center top repeat-y;
}

#footer {
	min-height:180px;
	width:100%;
	padding:25px;
	margin-top:0px;
	background: #f1f1f1;
	color: #111111;
}

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

#footer .footernav li {
	padding: 0 7px;
	border-right: 1px solid #474747;
	line-height:13px;
	display:inline-block;
	float:left;
}

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

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

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

#footer .webdesignby{
	color: #111111;
	text-align: left;
	clear:both;
}


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

#footer .webdesignby a:hover{
	color: #474747;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
#footer .webdesignby{
	color: #111111;
	text-align: right;
	clear:both;
}


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

#footer .webdesignby a:hover{
	color: #474747;
}
}


::selection
{
	color:#fff;
	background-color:#336667;
}

::-moz-selection
{
	color:#fff;
	background-color:#336667;
}

.hover:hover{
	/* ANIMATION CODE - this must be included! */
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
    animation-fill-mode: both;
	/* ANIMATION TYPE */
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
	/* ANIMATION DURATION */
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

.space40 {
	display: block;
	height: 40px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: transparent;
}

.space20 {
	display: block;
	height: 20px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: transparent;
}
.w100 {
	width: 100%;
}

.bottomborder {
	color: #fff;
	background-color: #336667;
	padding: 10px;
	font-size: 14px;
}

/* Custom font colours
---------------------------------------------------- */
.welcome-text {
	padding:27px 0 5px 0;
	margin:0 0 20px 0;
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 26px;
	color: #336667;
	border-bottom: 1px solid #dddddd;
}

.box-text {
	padding:20px 0 5px 0;
	margin:0 0 20px 0;
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 26px;
	color: #336667;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}

.box-text20 {
	padding:20px 0 5px 0;
	margin:0 0 20px 0;
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #336667;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}

/*---------------------------------
	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);
}

/* -----------------------------------------
  Standards
 ------------------------------------------ */
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7, .col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
  padding-left: 5px;
  padding-right: 5px;
}

.m0 {
  padding: 0px;
}

.m10 {
  padding: 10px;
}

.m20 {
  padding: 20px;
}

.m30 {
  padding: 30px;
}

.m40 {
  padding: 40px;
}

.m50 {
  padding: 50px;
}

.mt10 {
  margin-top: 10px;
}
.mt0 {
  margin-top: 0px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}

.p0 {
  padding: 0px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.pt0 {
  padding-top: 0px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}

.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}
.tac {
  text-align: center !important;
}

img {
  max-width: 100%;
  height: auto;
}


.nav.navbar-nav {
	text-align: center;
	float: none;
}

.nav.navbar-nav li {
	display: inline-block;
	float: none !important;
}

.nav > li > a {
	padding-left: 15px;
	padding-right: 15px;
}


ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

@media screen and (min-width: 401px) { 

}
@media screen and (min-width: 768px) { 

	.thelogo {
	    margin: 40px 0;
	}
	.thelogo .logo {
		color: #336667;
		font-size: 56px;
		margin: 0px;
		line-height: 40px;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
	}
	.thelogo .strap {
		color: #777;
		font-size: 24px;
		text-transform: uppercase;
		font-family: 'Roboto', sans-serif;
	}

}

@media screen and (min-width: 992px) { 
	.thelogo > img {
	    max-width: 40%;
	}

}
@media screen and (min-width: 1200px) {
	.thelogo > img {
	    max-width: 30%;
	}

}
@media screen and (max-width: 1199px) {

}

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

	.nav > li > a {
	    padding-left: 10px;
	    padding-right: 10px;
	    font-size: 14px;
	}
	#sidebar .well {
		margin-top: 20px;
	}
}

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

	.thelogo {
	    margin: 40px 0;
	}
	.thelogo .logo {
		color: #336667;
		font-size: 56px;
		margin: 0px;
		line-height: 40px;
		text-transform: uppercase;
	}
	.thelogo .strap {
		font-size: 24px;
		text-transform: uppercase;
	}
	.nav.navbar-nav li {
		display: list-item;
	}
	.dropdown-menu {
	    text-align: center;
	    background-color: #1a3434 !important;
	}
	header img,
	header .text-right {
		text-align: center !important;
	}
}

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

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { }