body {
	font-family: 'Open Sans', sans-serif;
}

::selection {
	background-color: #6E6E6E !important;
}

.navbar-default {
	background: #00335B;
}

.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
	background: #fff;
}

.navbar-brand {
	padding: 0px;
}

.bg-white {
	background: #FFFFFF !important;
}

a {
	color: #58ACFA;
}

a:hover {
	color: #58ACFA;
}

#logo {
	width: 180px;
	
}

@media (max-width: 991px) {
	.navbar-brand > img {
		margin-top: 4px;
	}
	#logo {
		margin: 8px;
		width: 140px;
	}
}

.navbar-nav > li > a:hover, .navbar-nav > li.page-scroll.active > a{
	color: #58ACFA !important;
}

.top-nav-collapse .navbar-brand, .top-nav-collapse .navbar-nav > li > a, .top-nav-collapse.navbar-default .navbar-nav > li > a:before {
	color: #00335B !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #58ACFA !important;
}

.top-nav-collapse .navbar-brand, .top-nav-collapse .navbar-nav > li > a {
	color: #00335B !important;
}

.top-nav-collapse.navbar-default .navbar-nav > li > a:hover {
	color: #58ACFA !important;
}

.tp-caption.rs-caption-1, .tp-caption.rs-caption-2 {
	border: none;
	border-radius: 4px;
	background: rgba(0,0,0,0.6);
}

.rs-caption-2:after {
	background: none;
}

.btn-u.btn-brd.btn-u-light {
	background: rgba(0,0,0,0.6);	
}

.headline h2, .headline h3, .headline h4 {
	border-bottom: 2px solid #00335B;
}

.modal {
	max-height: 99%;
}

.parallax-counter:before {
	background: url(../img/patterns/gridtile.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
}

.parallax-counter {
	background: #2E2E2E;
	position: relative;
}

#services {
	width: 100%;
}

p {
	font-size: 1.2em;
	font-weight: 200;
}

@media(min-width: 768px) {
	#services > .container.content-lg > .row {
		width: 750px;
	}
	.echo-blue > .row {
		width: 750px;
	}
}

@media(min-width: 992px) {
	#services > .container.content-lg > .row {
		width: 970px;
	}
	.echo-blue > .row {
		width: 970px;
	}
}

@media(min-width: 1200px) {
	#services > .container.content-lg > .row {
		width: 1170px;
	}
	.echo-blue > .row {
		width: 1170px;
	}
}

#signin {
	border: 1px solid #fff;
	color: #fff;
}

#signin:hover {
	background: #58ACFA;
	border: 1px solid #58ACFA;
}

#signin:hover > a {
	color: #fff !important;
}

.navbar-nav>li#signin>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-nav>li#signin {
	margin-top: 5px;
}

.title-v1 p {
	font-size: 1.2em;
	font-weight: 200;
}

#services > .container.content-lg {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

#services > .container.content-lg > .row {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.list-unstyled.services {
	font-size: 0.8em !important;
	font-weight: 200;
}

.echo-blue {
	background: #00335B;
}

.echo-blue > .row {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.echo-blue > div > div > h3, .echo-blue > div > div > p {
	color: #D8D8D8;
}

.footer p {
	font-size: 1em;
}

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

.title-v1 {
	margin-bottom: 0;
}

.content-lg {
	padding-top: 40px;
	padding-bottom: 20px;
}

.about-section {
	padding-top: 0px;
}

.about-section .about-image {
	padding-top: 20px;
}

.contacts-section:before {
	background: #fff;
}

.contacts-section:after {
	background: #fff;
}

.contacts-in {
	color: #444;
}

.contacts-section .title-v1 p, .contacts-section .title-v1 h2 {
	color: #444;
}

.contacts-in h3 {
	color: #444;
}

.contacts-in li {
	color: #444;
}

.contacts-in li a {
	color: #444;
}

.contacts-in form .form-control {
	background: #fff;
	border-color: #999;
	color: #444;
}

.contacts-in form .form-control:focus {
	background: transparent;
	color: #444;
}

.contacts-in li a {
	border-bottom: 1px dotted;
}

.contacts-in li a:hover {
	text-decoration: none;
	color: #111;
}

.contacts-in form .btn-u.btn-brd.btn-u-dark {
	background: rgba(0,0,0,0.5)
}

#mapUK, #mapAU, #mapFR { 
	height: 300px;
}

.testimonials-v4 .testimonials-v4-in {
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 20px 55px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
}

.testimonials-v4 .testimonials-v4-in:before {
	color: #bbb;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  margin: -25px 0 0 -40px;
  font-family: Georgia, serif;
}

.testimonials-v4 .testimonials-v4-in:after {
  width: 0;
  height: 0;
  left: 80px;
  content: " ";
  bottom: -30px;
  position: absolute;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
}

.testimonials-v4 .testimonials-author {
	color: #555;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding-top: 8px;
  text-transform: uppercase;
}

.carousel-indicators {
	bottom: -30px;
}

.carousel-indicators li {
	height: 12px;
	width: 12px;
	background-color: #4765a0;
	border-radius: 6px !important;
}

.carousel-indicators li.active{
	height: 18px;
	width: 18px;
	background-color: #4765a0;
	border-radius: 9px !important;
}

.container.content-lg{
	padding-top: 60px;
}

.privacy p {
	font-size: 1.1em;
}

.subject {
	display: none;
}

.qmsuk-badge {
	margin: 10px;
	text-align: center;
}

.qmsuk-badge > div {
	text-align: center;
}

.qmsuk-badge span {
	font-family: Arial,sans-serif;
	font-size: 16px;
}

.qmsuk-badge img {
	margin-bottom: 5px;
	max-width: 350px;
	max-height: 300px;
}