html, body {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	color: #555;
	font-size:16px;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

body.contact { background: #2f6dc3; }

body.contentpage {
	padding-top: 120px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 15px 0;
	color: #444;
	font-weight: 800;
	position: relative;

}

span { color: #2f6dc3; }

.thin { font-weight: 600; }

a {
	color: #2f6dc3;
	font-weight: bold;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

a:hover {
	text-decoration: none;
	color: #585858;
}

img {
	max-width: 100%;
}

.toplogo { max-width: 80%; }

#top-bar {
	background: #192029;
	padding: 10px;
	color: #999;
	position: relative;
}

#top-bar i {
	color: #999;
	padding-right: 5px;
}

#top-bar a {
	color: #999;
}

#top-bar ul.contactnumbers li {
		list-style: none;
	  position: relative;
    float: left;
		padding-right: 30px;
    margin-right: 30px;
    color: #ababab;
}
#top-bar ul.contactnumbers li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    border-right: 1px solid #4d4f54;
	}
/**  NAVIGATION  **/

.navbar-fixed-top {
	position: relative;
}

.homepage .navbar, .contentpage .navbar {
	min-height: 120px;
	margin: 0;
	border: none;
	background: #fff;
}

.navbar h1 {
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-weight: 300;
	margin-top: 15px;
}

.navbar h1 a.navbar-brand {
	color: #333;
	padding: 0;
	height: auto;
	font-size: 40px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.navbar h1 a.navbar-brand:hover {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	color: #f6f6f6;
}

.navbar-default .navbar-nav  li a {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
  color: #333;
  font-weight: 700;
  text-shadow: none;
	overflow: hidden;
	padding: 0 20px;
	height: 1.5em;
	text-transform: uppercase;
}

.nav li a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.nav li a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.nav li a:hover span, .nav li a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #2f6dc3;
	background: none;
}

.navbar-nav {
	float: right;
	margin-top: 50px;
}

@media (max-width: 1200px) {
	.navbar-nav {
		margin-top: 10px;
	}
}

.nav .btn {
	margin-top: -7px;
	border: 2px solid #fff;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.nav .btn:hover {
	background: rgba(255, 255, 255, .3);
}

.navbar-nav li .dropdown-menu {
	margin-top: 29px;
	border-color: #e5e5e5;
	box-shadow: 0 2px 2px rgba(50, 50, 50, .1);
}

.navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus {
	background: none;
	color: #333;
}

.nav .dropdown-menu li a {
	padding: 7px 20px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.contentpage .affix .nav .dropdown-menu .active a, .contentpage .dropdown-menu .active a:hover, .contentpage .dropdown-menu .active a:focus {
	color: #333;
	background-color: #333;
}

.navbar-default .navbar-toggle {
	border: 2px solid #2f6dc3;
	background: #2f6dc3;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
	border: 2px solid #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #2f6dc3;
}

.affix.navbar-default .navbar-toggle {
	border: 2px solid #2f6dc3;
}

.affix.navbar-default .navbar-toggle:hover {
	border: 2px solid #fff;
}

.affix.navbar-default .navbar-toggle .icon-bar {
	background-color: #2f6dc3;
}

.affix.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
}

.affix.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

/* Navbar on scroll */

.homepage .affix {
    background: #fff;
    box-shadow: 0 3px 5px 2px rgba(0,0,0,0.5);
    /* border-bottom: 1px solid #e5e5e5; */
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

/* End Navbar on scroll */

/**  Slider  **/

#home_carousel {
	width: 100%;
	background: #222;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.caroufredsel_wrapper {
	width: 100% !important;
}

#home_carousel .carousel-caption {
	height: 70%;
	width: 45%;
	text-align: right;
	position: absolute;
	left: auto;
	bottom: 0;
	right: 10%;
}

#home_carousel .carousel-caption h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 40px;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-animation: SlideTitle 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideTitle 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideTitle 1.5s normal; /* Opera 12+ */
	animation:         SlideTitle 1.5s normal; /* IE 10+ */
	position: relative;
	color: #fff;
}

#home_carousel .carousel-caption h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 40px;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 5px;
	-webkit-animation: SlideTitle 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideTitle 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideTitle 1.5s normal; /* Opera 12+ */
	animation:         SlideTitle 1.5s normal; /* IE 10+ */
	position: relative;
	color: #fff;
}

#home_carousel .carousel-caption p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-shadow: none;
	font-weight: 400;
	letter-spacing: 2px;
	-webkit-animation: SlideDesc 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideDesc 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideDesc 1.5s normal; /* Opera 12+ */
	animation:         SlideDesc 1.5s normal; /* IE 10+ */
	position: relative;
	text-transform: capitalize;
	color: #fff;
}

#home_carousel .carousel-caption span {
	color: #fff;
}

#home_carousel .carousel-caption p.smaller {
	font-size: 25px;
	text-transform: uppercase;
}

#home_carousel img {
	width: 100%;
	position: relative;
	-webkit-animation: SlideBG 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideBG 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideBG 1.5s normal; /* Opera 12+ */
	animation:         SlideBGbtn 1.5s normal; /* IE 10+ */
}

#home_carousel .btn {
	/*border: 2px solid #fff;*/
	/*background: transparent;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-animation: SlideBtn 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideBtn 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideBtn 1.5s normal; /* Opera 12+ */
	animation:         SlideBtn 1.5s normal; /* IE 10+ */
}

#home_carousel  .btn:hover {
	background: rgba(255, 255, 255, .3);
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 15px;
	height: 15px;
	border: none;
	margin: 0;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.carousel-indicators li {
	background: rgba(255, 255, 255, .3);
}

.carousel-indicators li:hover {
	background: #fff;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	text-shadow: none;
	background: rgba(200,200,200, 0.9);
	padding: 50px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-animation: NextBtn 1.5s infinite; /* Safari 4+ */
	-moz-animation:    NextBtn 1.5s infinite; /* Fx 5+ */
	-o-animation:      NextBtn 1.5s infinite; /* Opera 12+ */
	animation:         NextBtn 1.5s infinite; /* IE 10+ */
	position: absolute;
	right: 0;
	color: #fff;
	z-index: 2f6dc3;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	text-shadow: none;
	background: rgba(200,200,200, 0.9);
	padding: 50px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-animation: PrevBtn 1.5s infinite; /* Safari 4+ */
	-moz-animation:    PrevBtn 1.5s infinite; /* Fx 5+ */
	-o-animation:      PrevBtn 1.5s infinite; /* Opera 12+ */
	animation:         PrevBtn 1.5s infinite; /* IE 10+ */
	position: absolute;
	left: 0;
	color: #fff;
	z-index: 2f6dc3;
}

#contact_form label {
	display: none;
}

#contact_form input, #contact_form textarea {
	border: 1px solid #666;
	border-bottom: 2px solid #2f6dc3;
	padding: 15px;
	height: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.contact-info {
	margin: 0;
	list-style: none;
}

.contact-info li {
	font-size: 16px;
	padding: 10px 0 10px 50px;
	margin-bottom: 10px;
}

/**  FOOTER  **/

.footer {
	background: #111;
	padding: 70px 0 15px 0;
}

.footer h6 {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.footer p {
	color: #ccc;
	font-weight: normal;
}

.footer a {
	color: #fff;
}

.footer i, .footer a:hover {
	color: #2f6dc3;
}

.footer .title {
	margin-bottom: 15px;
}

.footer .title a {
	font-weight: 700;
}

.footer ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	color: #aaa;
}

.footer ul li {
	background: url("../images/arrow.png") 0 50% no-repeat;
	text-indent: 20px;
	margin-bottom: 10px;
}

.footer ul li a {
	color: #908f8f;
}

.footer ul li a:hover {
	color: #333;
}

.footer .copyright {
	text-align: center;
	border-top: 1px solid #4a4f53;
	background: #333;
	padding: 10px 10px 5px;
}

.footer .copyright a {
	color: #fff;
}

.footer .copyright a:hover {
	color: #333;
}

/** JQUERY UI  **/

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
	height: 42px;
	margin-bottom: 20px;
}

#tabs ul li {
	float: left;
	padding: 10px 15px;
	top: 0;
	white-space: nowrap;
	border: none;
}

#tabs ul li a {
	color: #6d6d6d;
}

#tabs ul li.ui-tabs-active {
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}

#tabs ul li.ui-tabs-active a {
	color: #333;
}

#tabs ul li.ui-tabs-active a:active, #tabs ul li.ui-tabs-active a:focus, #tabs ul li:active, #tabs ul li:focus {
	border: none;
	outline: none;
	text-decoration: none;
}

#accordion h4 {
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-size: 15px;
	font-weight: 700;
	padding: 15px;
	border: 1px solid #e6e6e6;
	margin: 0 0 10px 0;
	background: url("../images/plus.png") 97% 50% no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#accordion h4.ui-accordion-header-active {
	background: url("../images/minus.png") 97% 50% no-repeat;
}

#accordion h4:hover {
	border-color: #333;
	color: #333;
	cursor: pointer;
}

#accordion h4:focus, #accordion h4:active {
	outline: none;
}

/** KEYFRAMES  **/

@-webkit-keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}
@-moz-keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}
@-o-keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}
@keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}

/**/

@-webkit-keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-moz-keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-o-keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}

/**/

@-webkit-keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}
@-moz-keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}
@-o-keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}
@keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}

/**/

@-webkit-keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}
@-moz-keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}
@-o-keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}
@keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}

/**/

@-webkit-keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  30%   { opacity: 0; transform: scale(.3); -ms-transform: scale(.3); -webkit-transform: scale(.3); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-moz-keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-o-keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}

/**/

@-webkit-keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}
@-moz-keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}
@-o-keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}
@keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}

/**/

@-webkit-keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}
@-moz-keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}
@-o-keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}
@keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}

/**/

@-webkit-keyframes Testimonials {
  0%   { opacity: 0; left: 50px; }
  15%   { opacity: 0; left: 50px; }
  100% { opacity: 1; left: 0; }
}
@-moz-keyframes Testimonials {
  0%   { opacity: 0; top: 30px; }
  15%   { opacity: 0; top: 30px; }
  100% { opacity: 1; top: 0; }
}
@-o-keyframes Testimonials {
  0%   { opacity: 0; top: 30px; }
  15%   { opacity: 0; top: 30px; }
  100% { opacity: 1; top: 0; }
}
@keyframes Testimonials {
  0%   { opacity: 0; top: 30px; }
  15%   { opacity: 0; top: 30px; }
  100% { opacity: 1; top: 0; }
}

/**/

@-webkit-keyframes FadeIn {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}
@-moz-keyframes Testimonials {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}
@-o-keyframes Testimonials {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}
@keyframes Testimonials {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}

/**  MEDIA QUERIES  **/

@media (max-width: 1200px) {

	#home_carousel {
		height: auto;
	}

	#home_carousel .carousel-caption h2 {
		font-size: 48px;
	}

	.nav li a {
		padding: 0 10px;
	}


	#home_carousel .carousel-caption h2 {
		font-size: 40px;
		text-shadow: 2px 2px 2px #000;
	}

	#c-carousel .pager {
		margin-top: 20px;
	}

	#c-carousel {
		min-height: 305px;
	}

	.contentpage #c-carousel .featured {
		height: 256px;
		padding: 20px;
	}

	.contentpage #c-carousel img {
		min-height: 256px;
	}


	.contentpage #c-carousel .pager {
		margin-top: 50px;
	}

}

@media (max-width: 767px) {

	.navbar-nav {
		float: none;
		/*background: #333;*/
		margin: 60px 0 0 0;
	}

	.navbar-nav li.active {
		color: #6d6d6d !important;
	}

	.navbar-toggle {
		margin-top: 20px;
	}

	.navbar-default .navbar-collapse {
		border: none;
		box-shadow: none;
	}

	.navbar-default .navbar-collapse ul li {
		margin: 0 0 10px 0;
	}

	.navbar-nav .purchase-btn {
		display: none;
	}

	.homepage .affix .nav li a:hover, .homepage .affix .nav li.active a {
		color: #2f6dc3;
	}

	.navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus {
		color: #333;
	}

}

/* Custom CSS */

.spacer-sm {
	height: 20px;
	width: 100%;
}

.spacer-md {
	height: 40px;
	width: 100%;
}

.spacer-big {
	height: 60px;
	width: 100%;
}

.footer-about {
	padding-bottom: 30px;
	text-align: center;
}

.footer-about h4 {
	color: #fff;
}

.shoutout h1, .shoutout h2, .shoutout h3, .shoutout h4 {
	color: #eee;
	font-weight: bold;
}

.shoutout .days { color: #2f6dc3; }

.shoutout p {
	color: #eee;
	font-size: 16px;
}

.mb30 {
	margin-bottom: 30px;
}

#contact-details {
	width: 100%;
	padding: 180px 20px;
	background: #222;
	color: #fff;
	font-size: 15px;
	position: relative;
	z-index: 0;
}

.teambanner::after {
  content: "";
  background: url(../images/team-headerbg.jpg) top;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.servicesbanner::after {
  content: "";
  background: url(../images/services-headerbg.jpg) top;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.contactbanner::after {
  content: "";
  background: url(../images/contact-headerbg.jpg) top;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

#contact-details i {
	font-size: 30px;
}

#contact-details h1 {
	color: #fff;
}

#contact-details p {
	color: #fff;
	font-size: 1.3em;
	letter-spacing: 2px;
}

#contact-details a {
	color: #fff;
	text-decoration: underline;
}

#contact-details .trail h3 {
	font-size: 16px;
}

@media screen and (max-width:992px) {
	#contact-details h3 {
		text-align: center !important;
	}
}

.footer {
	padding: 70px 0 0 0;
}

#contact-numbers {
	width: 100%;
	padding: 50px 10px;
	background: #fff;
	color: #fff;
	text-align: center;
	position: relative;
}

#contact-numbers .contact-box {
	padding: 50px 10px;
	margin: 15px 0;
	background: #2f6dc3;
	color: #fff;
	text-align: center;
	border-radius: 10px;
}

#contact-numbers .contact-box h2 {
	color: #ffc;
	text-shadow: 2px 2px #2f6dc3;
}

#contact-numbers .contact-box a {
	color: #fff;
}

#header-shout {
	width: 100%;
	padding: 50px 10px;
	background: #2f6dc3;
	color: #fff;
	text-align: center;
	position: relative;
}

#header-shout p {
	margin-bottom: 40px;
}

#header-shout h1, #header-shout h2, #header-shout h3, #header-shout h4, #header-shout h5 {
	color: #fff;
}

#header-shout p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: 'Lato', sans-serif;
}

#header-shout .btn-default {
	color: #fff;
	border: 2px solid #fff;
	background: none;
	padding: 10px 30px;
	border-radius: 5px;
	margin-top: 20px;
}

#header-shout .btn-default:hover {
	color: #2f6dc3;
	border: 2px solid #fff;
	background: #fff;
}

#header-shout a {
	color: #222;
}

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

		.white {
			padding: 40px 10px;
		}

	#header-shout {
		padding: 10px;
	}

	#header-shout h2 {
		font-size: 1.2em;
	}
}

.btn-default {
	padding: 15px 30px;
	font-size: 16px;
  background: #2f6dc3;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}

.btn-default:hover {
	background: #222;
	color: #fff;
	border: none;
}

@media (max-width:1200px) {

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

@media (max-width: 992px) {
	#top-bar {
		display: none;
	}

	.homepage .navbar, .contentpage .navbar {
		min-height: 100px;
		margin: 0;
		border: none;
		background: #fff;
		border-bottom: none;
	}

  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
		margin-top: 12px;
	}

	.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin-top: 20px;
		border-radius: 0;
	}
	.navbar-default .navbar-collapse ul li {
		margin: 0 0 10px 0;
		line-height: 15px;
	}
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 30px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

	.banner {	margin-top: 0; }

		.center-sm { text-align: center; }
		.header-details{ text-align: center; }
		.hidden-sm { display: none; }
		.carousel-caption {	display: none; }

		#home_carousel .carousel-caption p, #home_carousel .btn, .carousel-control.right, .carousel-control.left {
			display: none;
		}

		#header-shout h1 { font-size: 22px; }
}

@media (max-width: 768px) {
		.pull-right { float: none !important; }
}

/* Chrome central bullet fix */

li {
    list-style-position: inside;
}

.gall img {
	max-width: 100%;
	margin-bottom: 30px;
}

.margin-text {
	margin-top: 60px;
	margin-bottom: 60px;
}

#accred {
	padding: 60px 20px;
	text-align: center;
}

#accred img {
	margin-bottom: 20px;
}

table {
	width: 100%;
}

td {
	padding: 10px;
	border: 1px solid #ddd;
}

th {
	text-align: center;
		padding: 10px;
		border: 1px solid #ddd;
		font-size: 1.3em;
		background: #cfcfcf;
}

tr:nth-child(even){background-color: #eee;}

tr:hover {background-color: #ddd;}

.white { padding: 60px 10px; background: #fff; }
.offwhite { padding: 60px 10px; background: #fafafa; }

.italic { font-style: italic; }

.serviceitem { padding: 60px 20px; }

@media (max-width: 990px) {
	.toplogo { margin-top: -20px; }
}
@media (max-width: 480px) {
	.toplogo { max-width: 60%; margin-top: -10px; }
}

.fluid-section {
		position: relative;
		min-height: 250px;
		background: #eee;
		color: #444;
}

.fluid-section .image-column {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fluid-section .image-column figure {
    position: relative;
    display: none;
}

.fluid-section .content-column {
    position: relative;
    float: right;
    width: 50%;
}

.fluid-section .content-column .inner-box {
    position: relative;
    max-width: 590px;
    padding: 90px 15px 50px 55px;
}

.fluid-section .content-column .inner-box h1, .fluid-section .content-column .inner-box h3 {
		color: #444;
}

.fluid-section .serviceslist li {
	background: transparent;
	border: 0;
	padding: 5px 10px;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.fluid-section .serviceslist li i {
	color: #444;
}

.fluid-section .content-column .serviceslist li i { color: #2f6dc3; }

.strong {
	font-weight: bold;
}

label { color: #333; }

.servicegrid { margin-bottom: 50px; }

.servicegrid h4 { font-size: 18px; }

.servicegrid p { font-size: 14px; }

.servicegrid .serviceicon {
	 float:left;
   width: 65px;
   padding-right: 10px;
	 display: table-cell;
 }

.servicegrid .text {
	display: table-cell;
	position: relative;
	top: -10px;
}

#the-team {
	background: #eee;
	text-align: center;
}

#the-team img { margin-bottom: 30px; }

.servicelist { width: 100%; }

.serviceitem {
	text-align: center;
	height: 200px;
	width: 30%;
	float: left;
	border: 1px solid #ddd;
	border-bottom: 4px solid #ddd;
	margin: 0 20px 15px 0;
	position: relative;
}

.serviceitem .text {
	position: relative;
	top: -30px;
}

.serviceitem i {
	width: 100%;
	font-size: 38px;
	color: #2f6dc3;
}

@media (max-width: 992px) {
	.fluid-section .image-column, .fluid-section .content-column  {
		position: relative;
		width: 100%;
	}

	.serviceitem { width: 45%; }
}

@media (max-width: 768px) {
		.serviceitem { width: 100%; }
}

ul.serviceslist {
	  padding-left: 0;
	  margin-left: 0;
	  list-style-type: none;
}

ul.serviceslist > li {
	  position: relative;
		padding: 10px 20px;
		border: 1px solid #ddd;
		border-left: 4px solid #ddd;
		margin-bottom: 5px;
}

ul.serviceslist > li > i {
	color: #2f6dc3;
	padding-right: 15px;
}

.vanbox {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 40px;
}

.vanbox p { color: #777; }

.vanbox h2 { color: #0272b0; font-weight: normal; }

.vanbox h2 span { color: #0272b0; font-size: 20px; }
