/* ==== Sticky Footer ==== */
* {
	margin:0;
}
html,body {
	height:100%;
	font-family: 'Lato', sans-serif;
}
.page-wrap {
	min-height:100%;
	margin-bottom:-640px;
	/* equal to footer height */
}
.page-wrap:after {
	content:"";
	display:block;
}
.site-footer,.page-wrap:after {
	height:640px;
}
.site-footer .company-details {
	padding-top:25px;
	padding-bottom:25px;
}
.site-footer {
	background:#333;
	color:#fff;
}
.site-footer a,.whitetxt {
	color: #fff;
}a {	color: #009fad;}a:hover,a:focus {	color: #05808b;}
/* ==== Custom Styles ==== */
.mobileSkin .mceListBox .mceText,
.mobileSkin .mceSplitButton a.mceOpen,
.mobileSkin .mceSplitButton a.mceAction,
.mobileSkin .mceListBox .mceOpen {
	width: auto !important;
	height: auto !important;
}
.service {
	margin-bottom: 30px;
	min-height: 350px;
}
.more {
	text-align: center;
	font-weight: bold;
	font-size: 16px;}
.checkbox-inline label {
  margin-right: 40px;
}
.breadcrumb {
	margin-top:20px;
}
.grey-txt {
	color:#777;
}
.grey-bg {
	background-color:#eee;
}
.primary-bg,
.btn-primary:hover,
.btn-primary:focus 
 {
	background: #009fad;
}
.primary-txt {
	color: #009fad;
}
.secondary-bg,
.btn-primary
{
	background: #3fbbd3;
}
.btn-primary {
	border: 1px solid #3fbbd3;
}
.btn-primary:hover,
.btn-primary:focus {
	border: 1px solid #009fad;
}
.secondary-txt {
	color: #3fbbd3;
}
.form-control {
    background-color: rgba(255, 255, 255, 1);
    font-family: Lato;
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
    color: #000;
	border-radius: 0px;
    display: block;
    font-size: 18px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s linear;
	padding: 0 15px;
    height: 50px;
    margin-bottom: 10px;
}
.contact-form-row  input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    height: 20px;
    background: #fff;
    border: 1px solid #333;
    width: 20px;
    margin-right: 10px;
    clear: left;
    display: inline-block;
    float: left;
	width: 10%;
}
select.form-control option, select.form-control{
color: #009fad;
}
.contact-form-row  .cck-fl label {
	clear: left;
	line-height: 25px;
	vertical-align: top;
	width: 80%;
}
.contact-form-row .cck-fl {
	width: 50%;
	padding-bottom: 20px;
	text-shadow: 1px 1px 1px #333;
	font-size: 20px;
	font-weight: 200;
}
.cck_label_checkbox {
	padding-top: 0px;
	text-shadow: 1px 1px 1px #333;
	font-size: 20px;
	font-weight: 200;
}
.contact-form-row textarea.form-control {
	height: 128px;
	padding-top: 10px
}
.contact-form-row .form-control::-webkit-input-placeholder {
   color: #009fad;
}

.contact-form-row .form-control:-moz-placeholder { /* Firefox 18- */
   color: #009fad;  
}

.contact-form-row .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #009fad;  
}
.contact-form-row .form-control:-ms-input-placeholder {  
   color: #009fad; 
}
.contact-form-row, .sports-bg {
  background-color: #3fbbd3;
}
.dynamic-title-row.sports-bg {
  background: url(../images/dynamic-title-row.jpg) repeat #333 0 0px ;
  background-attachment: fixed;
}
.btn {
	border-radius: 0;
}
.breadcrumb span {
	color:#777;
}
a:hover {
	text-decoration:none;
}
.dynamic-title h1,.dynamic-title h2 {
	margin:15px 0;
	padding:40px 0;
	font-size:40px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
}
.dontshow {
	opacity:0;
}
.show {
	opacity: 1;
}

.slideshow .caption {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  width: 70%;
  display: block;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #093d4e;
}
.slideshow .caption h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
}
.slideshow .btn {
  margin-top: 25px;
}
.caption small {
  font-weight: normal;
  font-size: 60%;
  line-height: .8;
  color: #fff;
}
.parallax-row {
  background-image: url(../images/parallax-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.parallax-row .caption {
  display: block;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px #093d4e;
  width: 40%;
}
.parallax-row .caption .lead {
  color: #fff;
  text-shadow: 1px 1px 1px #093d4e;
  margin-bottom: 1.25em;
  font-size: 28px;
}
.slideshow li {
  position: relative;
}
.slideshow .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

.owl-theme .owl-controls .owl-buttons div {
	background: none;
	font-size: 20px;
	border-radius: 0;
}
.owl-next, .owl-prev {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 1%;
    text-align: left;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.owl-next > span,
.owl-prev > span {
	position: absolute;
	top: 50%;
	z-index: 5;
	color: #333;
	display: inline-block;
}
.owl-next {
    right: 0px;
    left: auto;
	text-align: right;
}
.btn-line {
  border-radius: 0;
  color: #fff;
  border: 1px solid #fff;
  margin-left: 15px;
}
.btn-line:hover,  
.btn-line:focus {
  color: #333;
  border-radius: 0;
  border: 1px solid #fff;
  text-shadow: 0px 0px 0px;
  background-color: #fff;
}
.main-content {
	position:relative;
	z-index:2;
}
.service h4 {
	text-transform: uppercase;
}
.service .fa {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 75px;
    color: #555;
    border: 3px solid whitesmoke;
    display: inline-block;
    padding: 25px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 130px;
    height: 130px;
	transition: all ease 0.5s;
}
.service .fa:hover {
	background: #009fad;
	border-color: #009fad;
	color: #fff;
	transition: all ease 0.5s;
}
/* ==== Widgets ==== */
.large-text {
	font-size:68px;
	font-weight:bold;
}
.stat {
    padding: 10px 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0 auto;
	text-align: center;
	width: 80%;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.widget {
	height:180px;
	text-align:center;
}
.widget>span,.widget>a>span {
	float:left;
	clear:left;
	text-align:center;
	width:100%;
}
.widget img {
	display:block;
	margin:0 auto 15px auto;
	height:75px;
}
.widget-row h3,.contact-form h3 {
	text-align:center;
	margin-bottom:20px;
}
.divide {
	margin-top:60px;
	margin-bottom:60px;
}
.divide-bottom {
	margin-bottom: 30px;
}
.divide-top {
	margin-top: 30px;
}
/* ==== Enquiry Form ==== */
.contact-form h3 {
	font-size:40px;
	font-weight:bold;
	color:#333;
}

.btn-contact,.btn-contact:hover {
	background-color:#333;
	color:#fff;
}
.enquiry-form>.col-sm-6 {
	padding:15px;
}
/* ==== Blog ==== */
.blog-item {
	border:1px solid #ddd;
	padding:15px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow:1px 1px 5px #ddd;
}
.blog-article .cck_art_created {
	display:inline-block;
}
.blog-item-info {
	margin-bottom:10px;
}
.blog-feature-image {
	padding-bottom:20px;
}
.rssocial-sharing ul {
	padding:10px 0;
}
.rssocial-left {
	margin:0;
}
.blog-module {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:30px;
}
.blog-module h3 {
	color:#999;
	font-weight:bold;
	font-size:14px;
	letter-spacing:2px;
	margin-bottom:15px;
	text-transform:uppercase;
}
.blog-module ul {
	margin:0;
	padding:0;
	list-style:none;
}
.blog-module li {
	padding:10px 0;
	margin:0;
	width:100%;
	display:block;
	float:left;
	clear:left;
	border-bottom: 1px solid #eee;
}
/* ==== Navigation ==== */
.navbar-affix {	
	margin-top: -100px;	
	opacity: 0;	
	transition: all ease 0.3s;	
	position: fixed;	
	top: 0;	
	z-index: 99;
	width: 100%;
}
.affix.navbar-affix {
	margin-top: 0;
	opacity: 1;
	transition: all ease 0.3s;
}
.navbar-header {
	float:none !important;
}
.navbar {
	border-radius:0;
	margin-bottom:0;
	border:0;
}
.topmenu>ul {
	margin-top:15px;
}
.affix .topmenu>ul {
	margin-top:0px;
}
.logo {
	float: left;
	padding: 15px 0;
}
.logo img {
	max-height: 80px;
}
.responsiveMenuTheme2 {
	background: transparent;
	padding: 23px 0;
}
.responsiveMenuTheme2 > li > a {
	border: 0px !important;
	font-size: 22px;
	padding: 0 25px;		
	color: #555;
}
.affix .logo {
	padding: 5px 0;
}
.affix .logo img {
	max-height: 40px;
}
.affix .responsiveMenuTheme2 {
	padding: 13px 0;
}
.responsiveMenuTheme2 > li.active > a,
.responsiveMenuTheme2 > li > a:hover,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #009fad;
}

/* ==== Sections Headers ==== */
h1.header {
	font-size:72px;
	color:#fff;
	text-align:center;
	margin-bottom:15px;
	letter-spacing:-3px;
}
@media (max-width:768px) {
	h1.header {
			font-size:48px;
			letter-spacing:-2px;
	}
}
@media (max-width:480px) {
	h1.header {
			font-size:36px;
			letter-spacing:-1px;
	}
}
p.header {
	font-size:13px;
	color:#fff;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 2px;
}
/* ==== Gallery ==== */
.gallery-top {
	background:url("../img/gallery_bg.jpg");
}
.gallery {
	background:#fff;
}
.gallery .thumbnail {
	background:transparent;
	text-align:center;
	position:relative;
	padding:0;
	margin:0;
	border:0;
}
.gallery-item {
	margin-top:15px;
	margin-bottom:15px;
}
.gallery-item img {
	border:1px solid #ccc;
}
.gallery-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.gallery-overlay:hover {
	background:rgba(0,0,0,.8);
}
.gallery-overlay .gallery-caption {
	position:absolute;
	top:50%;
	left:50%;
	right:0;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	height:68px;
	line-height:68px;
	color:#fff;
	opacity:0;
	text-align: center;
	display:inline-block;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.gallery-overlay .gallery-caption a {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.gallery-overlay:hover>.gallery-caption {
	opacity:1;
}
.modal-backdrop.in {
	-webkit-opacity:0.95;
	-moz-opacity:0.95;
	opacity:0.95;
	background-color:#333333;
}
/* RESPONSIVE UTILITIES */
/* Phone */
@media (max-width:767px) {
	.navbar-toggle {
		background-color:transparent;
		background-image:none;
		border:1px solid transparent;
		top: 10px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #009fad;
	}
	.affix .navbar-toggle {
		top: 0px;
	}
	.logo {
	  padding-left: 15px;
	}
	.navbar-collapse {
	  clear: both;
	}
	.logo img {
	  max-height: 50px;
	}
	.slideshow .caption h2 {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
	}
	.slideshow .owl-controls {
		display: none;
	}
	.slideshow img.img-responsive {
		height: 300px;
		width: inherit;
		max-width: inherit;
	}
	.slideshow .caption {
		top: 15%;
	}
	.slideshow {
		max-height: 300px;
		overflow: hidden;
	}
	.slideshow .btn {
		font-size: 14px;
	}
	.responsiveMenuTheme2 > li > a {
		padding: 10px 0;
		text-align: center;
	}
	.widget-row li {
		display: none;
	}
	.widget-row li:first-child {
		display: block;
	}
	.page-wrap {
	margin-bottom:-1070px;
	}
	.site-footer,.page-wrap:after {
		height:1070px;
	}
	.col-sm-3.pull-right {
		display: none;
	}
}
/* Larger than a phone */
@media (min-width:768px) {
	.navbar-default .navbar-collapse {
		border-color:#f8f8f8;
		float: right;
	}
}
/* Tablet */
@media (min-width:768px) and (max-width:991px) {
	.slideshow .caption {
	  top: 30%;
	}
	.slideshow .caption,
	.parallax-row .caption	{
		  width: 70%;
	}
}
/* Small Monitor */
@media (min-width:992px) and (max-width:1199px) {
	.slideshow .caption {
	  top: 30%;

	}
	.slideshow .caption,
	.parallax-row .caption	{
		  width: 70%;
	}
}
/* Desktop */
@media (min-width:1200px) {
	.slideshow {
	  max-height: 550px;
	  overflow: hidden;
	}
	.slideshow .caption,
	.parallax-row .caption	{
	  width: 55%;
	}
}
/* Large Widescreen Desktop */
@media (min-width:1919px) {
	.slideshow .caption,
	.parallax-row .caption	{
	  width: 40%;
	}
}