body,html  {
	margin-top: 10px;
	margin: 0;
    padding: 0;
    overflow-x: hidden; 
}

h1, h2, h3 {
    font-family: tahoma !important;
    color: #002365 !important;
}
.h1, h1 {
    font-size: 30px !important;
    font-weight: bold !important;
}
.h2, h2 {
    font-size: 26px !important;
}
.h3, h3 {
    font-size: 20px !important;
}
p {
	color: #5c5c5c;
	font-family: tahoma;
}
#content p {
	margin: 0 0 30px !important;
	line-height: 1.8em;
}

a {
	color: #ab6528 !important;
}

input.placeholder, input.placeholder_text, textarea.placeholder {
	color: #888888;
}
#contact-footer-form textarea {
	padding-top:15px;
}
.clear {
  	padding-top: 30px;
}

.container{
	max-width: 990px;
	margin: auto;
}

.no-gutter {
  padding: 0;
}

.header-menu {
	position: relative;
}

/* Header*/
#header-top {
	height: 105px;
	width: 100%;

	background: #dedede; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dedede 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #dedede 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #dedede 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #dedede 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #dedede 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 );
}

.headers {
	height: 375px;
  	position: relative;
}

.navbar-toggle {
	position: absolute !important;
	float: none !important;
	padding: 0 !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	display: hidden;
	width: 40px;
	height: 40px;
	background: url(../images/buttons/button-menu.png) center !important;
	box-shadow: none;
}
#navigation-logo {
	width: 255px;
	height: 205px;
	z-index: 3;
	position: relative;
	padding: 0;
	margin: 0;
	margin-left: -15px;
}
.header-logo {

}
#navigation-menu {
	position: absolute;
	top: 35px;
	padding-right: 0;
	right: 0;
}
#navigation-menu .pull-right {
	float: none;
}

/* Navigation */
.horizontalNavigationBlock {
	position: relative;
	z-index:3;
}
.horizontalNavigationBlock ul li a {
  	color: #002365 !important;
	font-family: Tahoma, Geneva, sans-serif;
    display:inline-block;
  	z-index: 4;
  	position: relative;
}

#navigation-menu > .horizontalNavigationBlock {
	float: right;
	text-align: right;
}
#navigation-menu > .horizontalNavigationBlock ul li {
	float: none !important;
	width: 100% !important;
	height: 35px;
}
#navigation-menu > .horizontalNavigationBlock ul li a {
	padding: 5px 13px;
	color: #333;
	text-decoration: none;
}
#navigation-menu > .horizontalNavigationBlock ul li.active a {
	box-shadow: none;
	border-radius: 0;
	background: none;
	background-image: none;
	-webkit-box-shadow: none;
	font-weight: bold;
	color: #002365;
	font-family: Tahoma, Geneva, sans-serif;
}
#navigation-menu > .horizontalNavigationBlock > ul > li.active > a:nth-child(1) {
	margin-top: 15px;
}
.custom-menu-level0 > li.has-children:hover > ul > li > a {
  font-size: 14px;
  font-weight: normal !important;
}
#navigation-menu >.horizontalNavigationBlock > ul > li.active a::after {
    display:block;
    content:attr(title);
    font-weight:bold;
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
    margin-bottom:-1px;
}
#navigation-menu > .horizontalNavigationBlock ul li a:hover {
	box-shadow: none !important;
	border-radius: 0 !important;
	background: none !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	font-family: Tahoma, Geneva, sans-serif;
}

#navigation-menu > .horizontalNavigationBlock ul{
	width: 100%;
	margin-bottom: 22px;
}
.navbar-collapse.collapsing {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	-ms-transition: height 0s;
	-o-transition: height 0s;
	transition: height 0s;
}

.has-children > a:after {
	content: '';
	border: 5px solid transparent;
	border-left: 5px solid #002365;
	margin-left: 5px;
	margin-bottom: 7px;
	display: inline-block;
	vertical-align: bottom;
}
.has-children.active > a:after {
	content: '';
	border: 5px solid transparent;
	border-top: 5px solid #002365;
	margin-left: 5px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.navbar-collapse {
	padding-right: 0px !important;
	padding-left: 0px !important; 
}
.container.nav-container {
  	padding: 0;
    width: 100%;
}



.custom-menu-level0 {
	position: relative;
}

.custom-menu-level1 {
	display:none;
	top: -25px;
  	padding-top: 55px !important;
	left:0;
	position: absolute;
	width: 200px;
	background: #FFFFFF;
	border-radius: 5px;
	z-index: 2;
}
.custom-menu-level1 li {
	float:none;
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
}

.menu > div > ul > li {
	position: relative;
}

/* Slider/headers */
#image-slider {
  height: 375px;
  overflow: hidden;
}
.bx-controls.bx-has-pager{
	position: absolute;
	top: -30px;
	right: 0;
}
.bx-pager-item{
	float:left;
}
.bx-pager.bx-default-pager{
	
	float: right;
}
.bx-controls.bx-has-pager a{
	text-indent: -9999999px;	
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #001c2a;
	float: left;
	margin-right: 9px;
}
.bx-controls.bx-has-pager a.active{
	background: #0ca2c8;
}

.header-text{
	text-shadow: 2px 2px 2px #000;
}

/* Single header */
.single_header {
  float: none;
  margin: auto !important;
  width: 100%;
  height: auto;
}
#slider > li {
	width: 100%;
}


#wave-shape {
	background-image: url('../images/core/wave-shape.png');
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	height: 750px;
	width: 100%;
	top: -45px;
	z-index: 0;
}

.button-container {
  	position: relative;
}
#phone-button {
  position: absolute;
  right: 0px;
  bottom: 95px;
}


/* Content */
#content {
	position: relative;
	z-index: 2;
  	min-height: 300px;
  	margin-top: -15px;
}
.content {
	width: 600px;
	float: left;
	margin-right: 30px;
}
.content h1{
	width: 600px;
	float: left;
	margin-right: 30px;
}
.contentside{
	float: left;
	width: 360px;
}
#content .col-md-4 {
  padding-left: 55px;
}
#content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 4px;
}
.archive_item_title {
	font-weight: bold;
	font-size: 16px;
}
#archive_item {
	margin-left: -15px;
	margin-bottom: 30px;
	padding: 0;

}



/* News*/
.news_headline{
	margin-bottom:15px;
	float: left;
}
#news_headlines .button{
	clear: both;
	float: left;
	
}
.news_headline{
	margin-bottom:15px;
	float: left;
}
.news_headline .item_detail_image{
	float: left;
}
.news_headline .headline_date{
	float: left;
	font-style: italic;
	width: 230px;
	margin-left: 10px;
}
.news_headline .headline_title{
	font-weight: bold;
	width: 230px;
	float: left;
	margin-left: 10px;
}
.news_headline .headline_intro{
	width: 230px;
	float: left;
	margin-left: 10px;
}



/* Pathway */
#pathway-container {
	height: 20px;
	width: 100%;
	z-index: 7;
	float: right;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
	position: relative;
}
#pathway {
  text-align: right;
  float: left;
  display: block;
  width: 100%;
}
.pathway {
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #000;
  	float: right;
}
.pathway-item-content  a {
	color: #ab6528 !important;
	text-decoration: underline;
	text-align:right;
}
.pathway:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pathway > .pathway-item {
	display:table-cell
}
.pathway > .pathway-item > .pathway-item-content {
	float: left;
}
.pathway > .pathway-item > .pathway-item-divider {
	float: left;
	padding: 0 5px 0 5px;
	color: #c8c5c5 !important;
}
.pathway > .pathway-item > .pathway-item-content:last-child a {
	color: #c8c5c5 !important;
	text-decoration: none;
} 


#overview .gallery_thumb {
	float:left;
	margin-right:10px;
}



/* EMAIL FORM PLUGIN STYLES */
.emailForm .hideInput,
.emailForm .empty {
	display: none;
	visibility: hidden;
}

.emailForm dl {
	overflow:hidden;
	width:100%;
}
.emailForm dl dt {
    font-weight: bold;
}
.emailForm dl dd {
	margin: 2px 0;
    padding: 0 0 1em;
}
.emailForm .textRequired {
	color: #808080;
	font-size: 9.66667px;
}

/* NEGATIVE CAPTCHA FIELD */
input[name="important_email"] {
	display:none !important;
}

.pagination{
	float: left;
	clear: both;
	list-style: none;
	display: inline-block;
	margin: 15px 0 30px 0;
	width: 100%;
	background: #a4a4a4;
	padding: 5px 15px 5px !important;
	font-weight: bold;
	border-radius: 0 !important;
	color: #000000;
	text-align: center;
}

.pagination ul{
	margin: 0;
	padding: 0;
	float: right;
}

.pagination ul li{
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
.pagination ul li a{
 	color: #000000 !important;
}

.pagination ul li:first-child{
	margin: 0;
}

.error {
	padding: 5px;
	background: #ff0000;
	color: #fff;
	margin-bottom:10px;
}

.notice {
	border:1px solid #008000;
	padding:10px;
	margin-bottom:10px;
}

/* DEFAULT FORM */
#multi-form > input, textarea {
  border-radius: 0;
  height: 40px;
  width: 350px;
  display: block;
  padding-left: 15px;
}
#multi-form > textarea  {
	height: 150px;
  	width: 350px;
}

/* Default submit button */
.submitbutton {
	width: 200px !important;
	height: 30px !important;
	background: #002365 !important;
  	display: block !important;
  	-moz-box-shadow: none !important;
  	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
}



/* FOOTER STYLES */
#footer {
	position: relative;
	background: #dedede;
	border-top: 5px solid #c8c5c5;
  	height: 315px;
}
#footer > .container {
	position: relative;
}
#footer p {
	color: #5c5c6c;
	font-size: 14px;
}
.footer-title {
	font-size: 20px;
	color: #002365;
}
.footer-title-white {
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	display: table;
	margin: auto;
}
.footer-icon {
	font-size: 1.5em !important;
}
.footer-item {
	position: relative;
	width: 300px;
	margin-left:auto;
	margin-right: auto;
}
.form-background {
	background: #AB6528 none repeat scroll 0% 0%;
	border-radius: 5px;
	max-width: 300px;
	width: 100%;
	position: relative;
	margin-top: -20px;
	z-index: 2;
	padding-bottom:20px;
}


#footer-bottom {
	background: #FFFFFF;
  	position: relative;
  	margin-top: 35px;
  	margin-bottom: 50px;
}
.footer-spacer {
	margin-top: 35px;
}
#footer strong {
    width: 45px;
    display: inline-block;
}
#footer .fa {
  width: 25px;
}

#multiform .formrow .formfield,
#contact-footer-form .formrow .formfield  {
	display: block !important;
}
#contact-footer-form {
	margin: auto;
}

#contact-footer-form .control-group {
	margin: auto;
}
#contact-footer-form input, textarea {
	border-radius: 5px;
	height: 40px;
	width: 230px;
	margin: auto;
  	display: block;
  	padding-left: 15px;
}
#contact-footer-form textarea {
	margin: auto;
	display: block;
}

#contact-footer-form .controls {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Fubmit for footer form */
.submit-btn {
	width: 230px !important;
	height: 40px !important;
	background: #002365 !important;
	margin: auto !important;
  	display: block !important;
  	-moz-box-shadow: none !important;
  	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
}

.submit-btn:hover {
	background: #333333;
}
.last-item {
	float: right;
  	width: 265px;
}


.footer-stain {
	position: absolute;
  	bottom: 40px;
	right: -85px;
	/* left: 90px; */
	float: right;
	z-index: 1;
}

#reviewRow, #linkRow {
	background: #002365;
	width: 280px;
	height: auto;
	border-radius: 5px;
	border-bottom: 5px solid #ab6528;
	padding: 15px;
	color: #FFFFFF;
  	float: right;
  	 margin-right: -15px;
}
#linkRow {
  	margin-top: 50px;
}


.title-reviewblock, .title-linkblock {
	font-family: tahoma;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

.review-image {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}
.review-image img {
	display: inline;
}
.review_link {
	margin-top: 20px;
}
.review_link a {
	color: #FFFFFF !important;
	text-decoration: underline;
	float:left;
}
.caret-offset {
	padding-top: 4px;
	padding-left: 10px;
}

.headline_link {
	margin-top: 15px;
}
.headline_link a {
	color: #FFFFFF !important;
	text-decoration: underline;
	float:left;
}

.nav-title {
	display: none;
}

/***** Reviews *****/
.reviewOverview {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.reviewOverview h1 {
  margin: 0 0 19px 0;
}
.reviewOverview .reviewTitle {
  margin: 0 0 32px 0;
}
.reviewOverview .reviewRow {
	float: left;
	width: 100%;
	padding: 10px 0px 20px 15px;
	background: #dedede;
  	  margin-bottom: 15px;
}
.reviewOverview .reviewRow .reviewLeft {
	float: left;
	max-width: 550px;
	width:100%;
}
.reviewOverview .reviewRow .reviewRight {
	float: right;
	max-width: 180px;
	width: 100%;
	padding: 32px 0 0;
}
.reviewOverview .reviewRow .reviewRight .iconRow {
	float: left;
	width: 100%;
	margin: 0 0 7px 0;
}
.reviewOverview .reviewRow .reviewRight .iconRow .icon {
	width: 20px;
	float: left;
	margin: 0 17px 0 0;
}
.reviewOverview .reviewRow .reviewRight .iconRow .icon span {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}
.reviewOverview .reviewRow .reviewRight .iconRow .icon .poi {
	position: relative;
	top: -2px;
	background-position: 0px -25px;
}
.reviewOverview .reviewRow .reviewRight .iconRow .icon .calendar {
	background-position: 0px -53px;
}
.reviewOverview .reviewRow .reviewRight .iconRow .value {
	float: left;
	font-weight: bold;
	font-size: 14px;
	max-width: 100%;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.reviewOverview .reviewRow .reviewStats {
	float: left;
	width: 100%;
	margin: 0;
}
.reviewOverview .reviewRow .reviewStats h4 {
	margin: 0;
}
.reviewOverview .reviewRow .reviewStats .reviewTable {
	float: left;
}
.reviewOverview .reviewRow .reviewStats .reviewTable:nth-of-type(2) {
	margin: 0 0 0 110px;
}
.reviewOverview .reviewRow .reviewStats .reviewTable td {
	padding: 5px 0;
}
.reviewOverview .reviewRow .reviewStats .reviewTable .starSelect li {
	cursor: default;
}
.reviewOverview .addReviewButton {
	width: 100%;
	float: left;
	text-align: center;
	cursor: pointer;
	padding: 11px 0 11px 0;
	color: #ffffff;
	font-weight: bold;
	margin: 50px 0 20px 0;
	background: #002365;
}
.reviewOverview .reviewForm {
	float: left;
	width: 100%;
	position: relative;
	display: none;
}
.reviewOverview .reviewForm h4 {
	margin: 8px 0 3px 0;
}
.reviewOverview .reviewForm .reviewTable {
	float: left;
}
.reviewOverview .reviewForm .reviewTable:nth-of-type(2) {
	margin: 0 0 0 110px;
}
.reviewOverview .reviewForm .reviewTable td {
	padding: 5px 0;
}
.reviewOverview .reviewForm .formLeft {
	float: left;
	width: 316px;
  	margin-bottom: 15px;
}
.reviewOverview .reviewForm .formLeft .grayInput {
	margin: 0 0 18px 0;
	box-shadow: 1px 1px 10px #888888;
}
.grayInput {
	box-shadow: 1px 1px 10px #888888;
}
.reviewOverview .reviewForm .formRight .goldButton {
	float: right;
	margin: 24px 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 12px 48px 12px 48px;
}
.reviewOverview .reviewForm .formRight textarea.grayInput {
	padding-top: 15px;
}
.goldButton {
	background: #ab6528 !important;
	border-radius: 0 !important;
	position: absolute;
	width: 200px !important;
	bottom: -25px;
	left: 0;
}


.starSelect {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
	float: left;
	margin: 0 7px 0 3px;
	height: 19px;
	display: block;
	cursor: pointer;
}
.shadowBar {
	width: 940px;
	margin: 50px auto;
	height: 22px;
}
/* Form styles */
.grayInput[type="text"] {
	background-color: transparent;
	border: 0;
	font-size: 14px;
	font-style: italic;
	padding: 2px 0 0 17px;
	float: left;
	width: 655px;
	max-width: 100%;
	height: 44px;
	color: #939393;
}
textarea.grayInput {
	border: 0;
	width: 655px;
	max-width:100%;
	height: 168px;
	padding: 10px 0 0 17px;
	resize: none;
	overflow: hidden;
	font-style: italic;
	background-size: 100% 100%;
	font-size: 14px;
	color: #939393;
	border-radius: 0;
}
.grayInput:focus {
	outline: none;
}

.total {
	float: right;
	margin-bottom: 5px;
}

.medium-icon {
	font-size: 1.4em !important;
}

.starSelect li.active, .starSelect li.hover {
	background-image: url('../images/star-coloured.png');
	background-repeat: no-repeat;
}
.starSelect li {
	float: left;
	margin: 0 7px 0 3px;
	width: 20px;
	height: 19px;
	background-image: url('../images/star-gray.png');
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}

#archive_item {
	margin-left: -15px;
	margin-bottom: 30px;
	padding: 0;
}



.reviewForm > form > div:nth-child(6) {
	margin-top:30px;
}

.reviewForm > form > div:nth-child(8) {
	padding-bottom : 30px;
}

.full-width {
	width:100%;
}


#content .col-md-8 {
    margin-bottom: 50px;
    padding-left: 0;
}
.two-col-text {
    width: 100%;
}

.quote-left {
	padding-right: 5px;
	position: relative;
	font-family: Tahoma;
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
}
.quote-right {
	padding-left: 5px;
	position: relative;
	font-family: Tahoma;
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
}
.quote-text {
	padding-top: 5px;
	color: #FFFFFF;
}


/* DEBUG MENU (Don't delete)  */

#debug-window {
	position: fixed; 
	top: 20px; 
	left: 250px; 
	z-index: 99999999999999; 
	width: 900px; 
	height: 250px; 
	background-color: #ffffff; 
	border: 5px solid red; 
	padding: 20px;
	overflow:auto;
}

#debug-window h1 {
	 float: left; 
	 margin: 0 0 2px 0;
}

#debug-window #debug-close {
	float:right;
}

#debug-window p {
	margin: 0 0 20px 0; 
	color: #adadad;
}

#debug-window #debug-errors {
	overflow-y: scroll; 
}

#debug-window .debug-error {
	margin: 0 0 10px 10px; 
	color: #adadad;
}