@charset "UTF-8";

@import url("reset.css");

@import url("content.css");

@media print
{
  .item-page
   {
     padding:40px;
  }
}

#system-message
{
    
}

dt.message, dt.error, dt.notice, dt.warning
{
    background-color:#ffffe6;
    border:1px solid #cccccc;
    padding:10px;
    color:#333333;
	margin-bottom:20px;
    font-size:12pt;
    font-weight:bold;
}

dd.message
{
    
}

dd.message ul
{ 
  list-style:none;  
  margin-top:10px;
}

dd.message ul li
{
  margin:0;
  padding:0;
}

/* Basic Layout */

.setWidth {
	width: 960px;
	margin: auto;
}

.content {
	padding: 70px 0;
}


/* Search Page Styling */

.inputbox, input[type="text"], .formResponsive textarea
{
  display:block;
  width:100%;
  border:1px solid #ccc;
  height:25px;
  line-height:25px;
  text-indent:2px;
  margin:0;
  padding:0;
}

.formResponsive textarea
{
	height:100px;
}

#search-searchword
{
  height:50px;
  line-height:50px;
  font-size:20px;
  text-indent:10px;
  color:#333;
}

#searchForm button
{
 float:right;
}

.searchintro
{
  clear:both;
}

fieldset
{
  display:block;
  margin:20px 0;
  padding:20px;
  border:1px dashed #ccc;
}

.ordering-box
{
  margin-top:20px;
}

label.ordering
{
  display:block;
  padding-bottom:5px;
}

dd.result-category
{
  display:none;
}

dt.result-title, #qfl-articles-filter .articles .row .title 
{
  padding:20px 0 10px 0;
}

dd.result-text
{
  line-height:20px;
  color:#333;
}

dd.result-created
{
  font-size:10px;
  color:#666;
  padding:10px 0;
  margin-bottom:20px;
  border-bottom:1px dashed #ccc;
}

#qfl-articles-filter .articles .row .introtext {
    margin: 0;
}

.form-limit label
{
  display:block;
  padding-bottom:5px;
}

.button.dark {
	color: #fff;
	border-color: #fff;
}

.button.dark:hover {
	text-decoration: none;
	color: inherit;
	background: #005E91;
	border-color: #005E91;
}

.button.red {
	background: #EE3D23;
	border-color: #EE3D23;
	color: #fff;
}

.button.red:hover {
	background: #CA260F;
	border-color: #CA260F;
	color: #fff;
}

#services .table-cell {
	position: relative;
	padding-bottom: 60px;
	padding-right: 40px;
}

#services .table-cell.last {
	padding-right: 0;
}

#services .table-cell .button {
	position: absolute;
	bottom: 0;
}

#logo {
	width: 288px;
}

#logo img {
	width: 100%;
}

header {
	padding: 15px 0 0;
	background: #fff;
}

header #logo {
	float: left;
	margin-bottom: 10px;
}

header nav ul li{
	display: inline-block;
	padding: 0;
	border: 0;
	margin: 0;
	*display:inline;
	zoom:1;
	position:relative;
	white-space: nowrap;
}

header nav ul li a{
	font-weight: bold;
	font-size: 1.2em;
	color: #757575;
	display: block;
	padding: 5px 12px;
	vertical-align: bottom;
	padding-bottom: 25px;
	border-bottom:4px #fff solid; 
}

header nav ul li a:hover{
	color: #007AB9;
	border-bottom: 4px #007AB9 solid;
	text-decoration: none;
}

header nav ul li.active > a{
	border-bottom: 4px #007AB9 solid;
}

header nav ul ul {
	position: absolute;
	z-index: 9999;
	background-color:#f2f2f2;
	display:block;
	top:52px;
	left:0;
	overflow:hidden;
}

header nav ul ul li {
	display: block;

	}

header nav ul ul li a{
	padding: 10px 20px;
	font-size: .8em;
	display: block;
	min-width:120px;
	border:0;
	}

header nav ul ul li a:hover, header nav ul ul li.current a{
	background:#0079b8;
	color: #fff;
	text-decoration: none;
	border:0;
}

.item-120{
	margin-right: 10px;
	margin-left: 20px;
}

.item-120 a, .item-121 a{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 22px;
  height: 22px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #3A589B;
  color:#3A589B;
  position: relative;
  padding: 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  top: 0;
}

.item-120 a:hover {
	background: #003C5B;
	color:#003C5B;
	border-bottom: #fff 4px solid;
}

.item-120 a:hover, .item-121 a:hover {
	top: -5px;
}

.item-121 a{
	background: #007AB9;
	color:#007AB9;
}

.item-121 a:hover{
	background: #005888;
	color:#005888;
	border-bottom: #fff 4px solid;
}

.item-120 a:before, .item-121 a:before {
	content: "\f09a";
	display: block;
	width: 22px;
	height: 22px;
	color: #fff;
	position: absolute;
    top: 8px;
    left: -10px;

}

.item-121 a:before {
	content: "\f0e1";
    top: 8px;
    left: -12px;
}

#topRight {
	float: right;
	margin-top: 45px;
}

#phoneNumber {
	color: #0079B8;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin-bottom:50px;
}

#phoneNumber p {
	margin-bottom: 1em;
}

#phoneNumber .fa-phone
{
	margin-right:5px;
}

.dark, .dark h1 {
	color: #fff;
}

.dark {
	text-shadow: 0 2px 3px #000000;
}

#services h2 {
	position: relative;
}

#services h2 .border {
	background: #0079B8;
    left: 0;
    bottom: -20px;
    width: 70px;
    height: 3px;
    position: absolute;
}

#services h2 {
	margin-bottom: 1.5em;
}

#getInTouch h2 {
	text-align: center;
	margin-bottom: 2em;
}

#getInTouch form .formRequired, #contact form .formRequired {
	display: none;
}

#getInTouch form input[type="text"], #getInTouch textarea, #contact form input[type="text"], #contact textarea,
#bookings form input[type="text"], #bookings textarea {
	font-size: 1.2em;
	font-family: 'Lato';
	border: 0;
	border-bottom: 2px solid #888888;
	padding-bottom: .5em;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}

#contact form input[type="text"] {
	margin-bottom: 20px;
}

#contact #userForm h2 {
	display: none;
}

#getInTouch .rsform-block-email, #getInTouch .rsform-block-name {
	width: 47%;
	display: inline-block;
}

#getInTouch .rsform-block-name {
	margin-right: 5%;
}

#getInTouch #Message, #contact #Message, #bookings textarea {
	width: 100%;
	margin-top: 1em;
	padding-top: 1em;
	height: 3em;
	box-sizing: border-box;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#g-recaptcha-28 {
	text-align: center;
}

#g-recaptcha-28 div div {
	margin: auto;
	margin: 1em;
	display: inline-block;
}

#getInTouch .rsform-block-send {
	text-align: center;
}

#getInTouch input[type="submit"] {
	margin: auto;
}

#bookings form {
	text-align: left;
}

footer {
	background: #0079B8;
	color: #fff;
	font-size: .9em;
	text-align: left;
	line-height: 2em;
}

section#footer {
	text-align: left;
}

footer a{
	color: #fff;
	font-weight: bold;
}

footer ul li {
	padding: 0;
	border: 0;
	margin-bottom:8px;
}

#footerText {
	font-size: .8em;
	padding-top: 0;
}

.top {
	display: none;
	z-index: 999;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	font-family:'GillSansMT-Bold';
	color: #0079B8;
	padding: 15px 20px;
	cursor: pointer;
	border: 2px solid #fff;
}

.top:hover {
	background:#0079B8;
	color: #fff;
}

/*
==============================================
floating
==============================================
*/

.topFloating{
	animation-name: topFloating;
	-webkit-animation-name: topFloating;

	animation-duration: 17.5s;	
	-webkit-animation-duration: 17.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes topFloating {
	0% {
		transform: translateY(0%);	
	}
	5% {
		transform: translateY(8%);	
	}
	10% {
		transform: translateY(0%);	
	}
	15% {
		transform: translateY(8%);	
	}	
	20% {
		transform: translateY(0%);	
	}	
	25% {
		transform: translateY(8%);	
	}	
	30% {
		transform: translateY(0%);	
	}		
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes topFloating {
	0% {
		transform: translateY(0%);	
	}
	5% {
		transform: translateY(8%);	
	}
	10% {
		transform: translateY(0%);	
	}
	15% {
		transform: translateY(8%);	
	}	
	20% {
		transform: translateY(0%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

.alert {
    padding: 2em;
    background: #eee;
    margin-top: 70px;
}

.alert-heading {
	font-weight: bold;
	font-size: 1.2em;
}

a.close {
    float: right;
    cursor: pointer;
}

.item-page section ul {
	margin-bottom: 2em;
}

#services {
	text-align: left;
}

#contact .fa {
	width: 30px;
	color: #0079B8;
}

p.noPadding {
	margin: 0;
	padding: 0;
}

#contact #g-recaptcha-28 div div {
    float: left;
    margin: 1em 0;
}

#contact input[type="submit"]{
	float: left;
}

#awards ul li:hover {
	background: #eee;
}

.fancybox-title{
	display: none;
}

ul.sigFreeClassic li.sigFreeThumb {
	display: inline-block;
	float: none;
	border: 1px solid #0079b8;
}

.tp-caption.large_text, .large_text {
	text-transform: capitalize;
}