@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0;
	font-family: raleway;
	} 
* {
	-moz-box-sizing:    border-box;   /* Firefox 1, probably can drop this */
   -webkit-box-sizing: border-box;   /* Safari 3-4, also probably droppable */
    box-sizing:        border-box;   /* Everything else */
} 

a img {
	border: 0px none;
}

html {
	background-image: url("../images/BG-Tile-New@2x.jpg");
  min-width: 320px;
	background-size: 400px 400px;
}
body {
	background-image: url(../images/BG-TopTile-New@2x.jpg);
	background-repeat: repeat-x;
	background-size: 400px 400px;
	padding:50px;
	
}

/* Navigation */
#navouterouter
{
	margin-right:0px;
	margin-left:0px;
	max-width: 1370px;
	margin-left:auto;
	margin-right:auto;
}
#navouter
{
	width: 100%;/* container */
	z-index: 500;
	top: 190;
	height: 38px;
	background-color: #FFF;
	background-image: url(../images/Nav-BG@2x.png);
	background-repeat: repeat-x;
	background-size: 12px 38px;
}
#nav
{
	position:relative;
	width: 100%;
	min-width: 320px;
	max-width:1370px;
	margin-left:auto;
	margin-right:auto;
}
#nav > a
{
  display: none;
}
#header > .mob-nav
{
  display: none;
}
#nav li
{
   /*position: relative;
   /*position:absolute;*/
}
.mobileOnly {
		display:none;
	}
#nav li a
{
	color: #999999;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
 #nav .mob-nav:before {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
/* first level */
#nav ul
{
	list-style-type: none;
}
#nav > ul
{
	height: 38px;
}
#nav > ul > li
{
	height: 100%;
	float: left;
}
#nav .hidelog
{
	display: none;
}
#nav > ul > li > a
{
	height: 100%;
	color: #FFF;
	font-weight: 800;
	font-size: 15px;
	line-height: 38px;
	text-align: center;
	font-family: raleway;
	text-shadow: 2px 2px 2px #017096;
	text-transform: uppercase;
	padding: 0px 20px 0px 20px;
}
#nav > ul > li:hover > a,
#nav > ul > li .current-a
{
	background-color: rgba(0, 71, 106, 0.3);
	
}

 
/* second level */
 
#nav li ul
{
	display: none;
	position: absolute;
	background-color:rgba(124,211,239,1);
	padding: 0px;
	z-index: 500;
	background-image: url("../images/SubNavBG@2x.png");
	background-repeat: repeat;
	background-size: 8px 8px;
}
#nav li:hover ul
  {
	display: block;
	top: 38px;
}
#nav li ul li
{
	width: 100%;
}
#nav li ul .subnav-bottom
{
	margin-bottom:0px;
}
#nav li ul li a
{
	padding: 9px 28px;
	font-size: 13px;
	text-transform: none;
	font-weight:800;
	text-align:center;
	color: #00476A;
	text-shadow: 1px 1px 1px rgba(256, 256, 256, 0.4);
}
#nav li ul li a:hover
{
	text-shadow: 1px 1px 1px rgba(256, 256, 256, 0.7);
	background-color: rgba(0, 71, 106, 0.1);
}
#facilities li a {
	border-bottom-style: none;
}

@media (max-width: 1132px) {
#nav
{
  position: absolute;
  top:0px;
  right:0;
  
}
/* Mobile Nav*/
#nav .mob-nav
{
	position: absolute;
  top:15px;
  right:50px;
	height: 40px;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 12px;
	font-weight:800;
	line-height: 40px;
	text-transform:uppercase;
	background-color:#00476A;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	width:127px;
	float:right;
	z-index: 500;
}
#nav .mob-nav:before {
	content: "\61";
	font-size:25px;
	line-height: 40px;
	display:block;
	float:left;
}
#nav .mob-nav:hover
{
	color:#00A9E0;
}
#nav .hidelog
{
	display: block;
}
#nav #main-nav li ul,
#nav #main-nav li ul li,
#nav #main-nav li ul li a,
#nav #main-nav li .caret
{
	display: none;
}
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type
{
 display: block;
}

 
/* first level */
 
#nav > #main-nav
{
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top:55px;
	 background-image: url("../images/SubNavBG@2x.png");
	background-size: 8px 8px;
	background-repeat: repeat;
	z-index: 100;
	margin:0;
  padding:0;
	margin-left:50px;
	margin-right:50px;
	padding-top:20px;
	padding-bottom:20px;
}
#nav:target > #main-nav
{
  display: block;
}
#nav > #main-nav > li
{
  float: none;
  margin:0;
  padding:0;
  margin-right:20px;
  margin-left:20px;
}
#nav > #main-nav > li > a
{
  width: 100%;
  float: none;
  font-size:20px;
  line-height:28px;
  padding-top:5px;
  padding-bottom:5px;
  color: #00476A;
	text-shadow: 1px 1px 1px rgba(256, 256, 256, 0.4);
	text-transform:none;
}
#nav > #main-nav > li > a:hover
{
  text-shadow: 1px 1px 1px rgba(256, 256, 256, 0.7);
}
	

 
/* second level */
 
#nav li #main-nav
{
   position: static;
}
#navouter
{
	z-index: 500;
	border: none;
	top: 190;
	height: 0px;
	background-color: none;

}
}
@media (max-width: 580px) {
	#nav .mob-nav
	{
		right:25px;
	}
	#nav > #main-nav
{
	margin-left:25px;
	margin-right:25px;
}
}

/* HEADER */

#header {
	display: block;
	margin-top: 0px;
	height: 140px;
	padding: 25px;
	margin-bottom: 0px;
	max-width:1370px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}
#header #logo {
	display: block;
	float: left;
	margin-right:30px;
}
#header #logosmall {
	display: none;
}
/* New Follow */

#header .follow {
    width: 120px;
    float: right;
    display: block;
    margin-top: 10px;
    margin-right: 0px;
    text-align: center;
}
#header .follow p {
    font-size: 22px;
    line-height: 22px;
    color: #00476A;
    margin-bottom: 0;
    padding-bottom: 10px;
	text-align:left;
}
#header .follow span {
    display: block;
    clear: both;
    float: left;
	width: 120px;
	text-align: left;
    padding: 0px 0px 10px 0px;
}
#header .follow span a {
    -webkit-appearance: none;
    border: none;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding-right: 5px;
    font-size: 30px;
	color: #00A9E0;
}
#header .follow span a:last-of-type {
    padding-right: 0px;
}
#header .follow span a:hover {
    color: #00476A;
}
#header .appointment {
    width: 164px;
    float: right;
    display: block;
    margin-top: 15px;
    margin-right: 15px;
	position:relative;
}
#header .appointment button {
    padding: 10px 10px 10px 50px;
	background-image: url("../images/HomeNewsBG.jpg");
	border-radius: 10px;
	font-size: 15px;
	color: #00476A;
	font-weight: 800;
	display:block;
	text-decoration: none;
	border: none;
	cursor:pointer;
}
#header .appointment button em {
    font-style:normal;
}
#header .appointment button:before {
    content: "\e023";
	font-size: 32px;
	line-height: 40px;
	display: block;
	color:#86B110;
	float: left;
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position:absolute;
	top:10px;
	left:10px;
}

#header .social {
    width: 126px;
    float: right;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    text-align: center;
}
#header .social p {
    color: #524C39;
    font-size: 22px;
    line-height: 22px;
}
#header .social ul {
    list-style-type: none;
    width: 93px;
    display: block;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
#header .social ul li {
    float: left;
    width: auto;
}
.facebook {
    margin-right: 20px;
    display: block;
    padding-right: 20px;
    border-right: 1px solid #DED8CB;
}
#header .emergency {
    width: 135px;
    float: right;
    display: block;
    margin-top: 10px;
    margin-right: 15px;
    text-align: center;
}
#header .emergency h6 a {
    color: #00476A;
    font-weight: 800;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}
#header .emergency p a {
    color: #00476A;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
}


@media (max-width: 1132px) {
#header {
	height: auto;
	margin-top: 20px;
	border-bottom: 4px solid #86B110;
}
#header #logo {
	display: block;
	float: none;
	margin-right:auto;
	margin-left:auto;
}
#header .emergency {
    position:absolute;
	top:22px;
	left:140px;
	margin-top: 6px;
}
#header .appointment {
   position:absolute;
	top:22px;
	left:280px;
	margin-top: 6px;
}
#header .appointment button {
    background-color: transparent;
	background-image: none;
	padding: 0px 0px 0px 25px;
	font-weight: 800;
	font-size: 16px;
	color: #00476A;
	text-transform: uppercase;
}
#header .appointment button::before {
    font-size: 15px;
    line-height: 20px;
    color: #00476A;
    top: 0px;
    left: 0px;
}
#header .emergency p, #header .social p {
    display:none;
}
#header .appointment button em {
    display:none;
}

#header .follow {
    position:absolute;
	top:15px;
	left:50px;
	width:120px;
}
#header .follow p {
    display:none;
}
#header .follow span a {
    font-size: 22px;
    color: #00476A;
}
#header .social {
    position:absolute;
	top:15px;
	left:33px;
}
#header .social ul {
margin-top: 0px;
}
#header .social ul li {
background-color: #00476A;
padding:5px;
width:39px;
margin-right:6px;
}
#header .social ul li img {
    height:25px;
}
.facebook {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
}
@media (max-width: 700px) {
#header #logo {
	width:400px;
}
}
@media (max-width: 620px) {
body {
	padding:50px 25px 25px 25px;
}
#header {
    padding: 19px;
}
#header #logo {
	display: none;
}
#header #logosmall {
	display: block;
	float: none;
	text-align:center;
	margin-right:auto;
	margin-top:0px;
	margin-left:auto;
}
#nav .mob-nav {
    right: 25px;
}
#header .social {
    position:absolute;
	top:15px;
	left:25px;
	width: 93px;
}
#header .follow {
    left:25px;
}
#header .emergency {
    left: 115px;
}
#header .appointment {
    left: 250px;
}
}
@media (max-width: 580px) {
	#header .emergency {
		display:none;
	}
	#header .appointment {
		display:none;
	}
	.mobileOnly {
		display:block;
	}
}

/* FOOTER */
#footerouter {
	width: 100%;
	max-width:1370px;
	background-image: url(../images/FooterBG@2x.png);
	background-repeat: repeat;
	margin-right:auto;
  margin-left:auto;
	background-size: 330px 330px;
}
#footer {
  width: 100%;
  max-width:1370px;
  margin-right:auto;
  margin-left:auto;
  	height:auto;
}

#footer ul {
	float: left;
	list-style: none;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #FFF;
	font-size: 13px;
	line-height: 20px;

}
#footer ul a {
	color:#FFF;
}
#footer ul .viewmap {
	margin-top: 15px;
}
#footer ul li a img {
	margin-bottom: 20px;
}
#footer > ul {
  width: 25%;
}

#footer #copywrite {
	margin-top: 10px;
  clear:both;
}
.acred img {
	width:100%;
	max-width:370px;
	margin: 20px 0 10px 0;
}
#footer ul .ft-heading {
padding-bottom:6px;
}
#footer ul .ft-heading a {
	font-size: 16px;
	color: #00A9E0;
text-decoration: none;
font-weight: 800;
}
#footer .companynotice {
margin-top: 15px;
color: #00A9E0;
line-height: 18px;
font-size: 13px;
clear:both;
display:block;
width:100%;
float: left;
padding-top: 00px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
@media (max-width: 1100px) {
#footer ul {
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	min-height: 1px;
}
}
@media (max-width: 1010px) {
#footer > ul {
  width: 33.3333%;
}
#footer #presspartner {
  width: 33.3333%;
}
#footer #sitelinks {
  width: 33.3333%;
}
}
@media (max-width: 838px) {
#footer ul {
	padding-top: 20px;
	padding-bottom: 0px;
}
#footer #mediapartners, #footer #sisterevent {
	padding-top: 0px;
}
#footer > #sitelinks, #footer > #mediapartners {
  width: 100%;
}
#footer .footer-col > ul {
  width: 100%;
  float:none;
}
#footer > ul, #footer #sitelinks li ul {
	width: 100%;
	float: none;
	clear: both;
}
#footer ul li{
	width: 100%;
  text-align: center;
}
#footer #sitelinks ul li {
  padding-left:0px;
}
#footer ul .ft-heading {
	padding-top:30px;
}
#footer ul #copywrite {
	margin-top: 20px;
	padding-bottom:0px;
}
#footer .companynotice {
text-align:center;
margin-top: 40px;
}
}

/* ICONS */

@font-face {
	font-family: 'ElegantIcons';
	src:url('../fonts/ElegantIcons.eot');
	src:url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ElegantIcons.woff') format('woff'),
		url('../fonts/ElegantIcons.ttf') format('truetype'),
		url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* GENERIC STRUCTURE */

.clearfix {
  overflow: auto;
  zoom: 1;
}
.block {
	padding: 30px 45px 30px 45px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1370px;
	clear: both;
	background-color: #FFF;
	background-image: url(../images/Box-BG-Slice.jpg);
	background-repeat: repeat-x;
} 
.row {
  clear:both;
}
.containershadow {
	box-shadow: 0px 0px 4px #353526;
	margin-right: auto;
	margin-left: auto;
	max-width: 1370px;
}
.block .subnav {
	list-style:none;
	padding-left:0;
} 
.block .subnav li {
	float:left;
	margin: 0px 20px 0px 0px
} 

/* Columns */
.col-1, .col-2, .col-3, .col-6, .col-4 {
	position: relative;
  min-height: 1px;
  padding: 25px;
  float: left;
}
.col-1{
	width: 100%;
}
.col-2{
	width: 50%;
}
.col-3{
	width: 33%;
}
.col-6{
	width: 60%;
}
.col-4{
	width: 40%;
}
.blockbreak {
	position: relative;
	height: 4px;
	width: 100%;
	background-image: url(../images/Divider.jpg);
	background-repeat: repeat-x;
	max-width:1370px;
	margin-left:auto;
	margin-right:auto;
 }
.blockbreak hr {
	border: none;
}
.floatleft {
	float:left;
	margin-right:30px;
	margin-bottom: 30px;
}
.floatright {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
@media (max-width: 985px) {
	.col-2, .col-3{
	width: 100%;
	clear:both;
	padding-top:0px;
	padding-bottom:0px;
}
.col-1, .col-2, .col-3, .col-6, .col-4 {
  padding: 5px;
}
 .floatleft, .floatright {
	float:none;
	margin-right:auto;
	margin-left:auto;
	display:block;
	width:100%;
	max-width:350px;
}
}
@media (max-width: 685px) {
.block {
	padding: 20px;
} 
}

/* Common Styles */
h1 {
    font-style: normal;
    font-weight: 800;
    color: #00476A;
    
    padding: 0px 0px 20px 0px;
	font-size: 30px;
    line-height: 36px;
}
h2 {
    color: #555555;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
	padding: 0px 0px 20px 0px;
}
h3 {
	font-size: 19px;
    line-height: 27px;
    color: #00476A;
    padding: 0px 0px 20px 0px;
}
h3 a {
    color: #00476A;
}
h4 {
	font-size: 16px;
    line-height: 26px;
    padding: 0px 0px 20px 0px;
	text-transform:uppercase;
	color: #555555;
	font-weight: 400;
}
.block p {
    font-weight: 400;
    color: #555555;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 0px 15px 0px;
}
.block p a, .block h2 a, .block ul li a, .block ol li a {
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid #86B110;
    color: #555555;
}
.block ul, .block ol {
    padding-left: 20px;
    list-style-position: outside;
    padding-bottom: 15px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}
.block ul li, .block ol li {
    padding-bottom: 10px;
    line-height: 23px;
}
#breadcrumbs {
    padding: 0px 30px 30px 0px;
}
#breadcrumbs a {
    color: #555555;
    text-decoration: none;
    border-bottom: 2px solid #86B110;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    padding-left: 0px;
}
#breadcrumbs em {
    font-style: normal;
    color: #B6AC92;
    display: inline-block;
    padding-right: 2px;
    padding-left: 2px;
}

/* Home Page */
#sliderSB {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	max-width:463px;
  }
#sliderSB li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
  }
#sliderSB li:first-child {
  position: relative;
  display: block;
  float: right;
  }

#sliderSB img {
  display: block;
  height: auto;
  float: right;
  width: 100%;
  border: 0;
  }
#home .subtitle {
    color: #00476A !important;
    font-size: 18px !important;
    text-shadow: none !important;
	font-weight: 800;
	padding-bottom:20px;
}
#home .lapben {
    list-style: outside none none;
	padding-top:20px;
	padding-left:0px;
}
#home .lapben li {
    float: left;
    list-style: outside none none;
    background-image: url("../images/EmergencyCross.jpg");
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 25px;
    color: #555555;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    margin-right: 20px;
}
#home .lapbencta {
    display: block;
    float: left;
	clear:left;
	padding-top:30px;
}
#home h2, #home h2 a {
    font-style: normal;
    font-weight: 800;
    color: #00476A;
    
    font-size: 30px;
	text-decoration:none;
}
@media (max-width: 860px) {
#home #lapbanner h1 {
   font-size: 24px;
	line-height: 29px;
}
#home .lapben {
    margin-right: auto;
	margin-left: auto;
}
#home .lapbencta {
    display: block;
    float: none;
	text-align:left;
}
#home .lapben li {
    float: none;
	text-align:left;
}
#sliderSB {
	float:none;
	margin-left:auto;
	margin-right:auto;
	
  }
}
#home #quicklinks div {
    width: 25%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 30px;
	padding: 0px 10px 0px 10px;
}
#home #quicklinks h3 {
    padding: 0px 0px 0px 0px;
}
#home #quicklinks h3 a {
    font-size: 15px;
	line-height: 22px;
    color: #00476A;
    font-weight: 800;
    clear: both;
    margin-top: 12px;
    margin-bottom: 0px;
    text-decoration: none;
    display: block;
}
#home #quicklinks p {
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 0px;
}
@media (max-width: 895px) {
	#home #quicklinks div {
    width: 50%;
}
#home h2, #home h2 a {
    text-align:center;
}
	
}
@media (max-width: 670px) {
	#home #quicklinks div {
    width: 100%;
}
	
}


/*Why Choose us*/

#whychooseus #facilities {
    background-image: url("../images/HomeNewsBG.jpg");
	background-repeat: repeat;
	padding: 30px;
	border-radius: 25px;
    list-style-type: none;
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
	height:auto;
	overflow: hidden;
}
#whychooseus #facilities li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}
#whychooseus #facilities li a {
    font-weight: 800;
    color: #00476A;
    font-size: 15px;
    display: block;
	border-bottom: none;
}

@media (max-width: 1100px) {
	#whychooseus #facilities li {
    width: 33%;
	padding-bottom:10px;
	padding-top:10px;
}
	
}
@media (max-width: 745px) {
	#whychooseus #facilities li {
    width: 50%;
}
	
}
@media (max-width: 455px) {
	#whychooseus #facilities li {
    width: 100%;
}
	
}


/*Emergency*/

#surgbuttons {
   padding-left: 0;
   display:block;
}
#surgbuttons li {
    width: 32%;
    display: block;
    height: auto;
    float: left;
    text-align: centre;
    margin-top: 20px;
    margin-right: 2%;
    background-image: url("../images/HomeNewsBG.jpg");
    background-repeat: repeat;
    padding: 30px;
    border-radius: 25px;
	text-align:center;
	margin-bottom: 40px;
	min-height:140px;
}
#surgbuttons li:last-child {
    margin-right: 0;
}
#surgbuttons li a {
    font-weight: 400;
    color: #00476A;
    font-size: 19px;
    display: block;
    line-height: 24px;
    text-decoration: none;
	border-bottom: none;
}
#surgbuttons li a:hover {
	color: #86B110;
}
#emergcont {
    padding-top: 20px;
    padding-bottom: 30px;
    display: block;
    height: auto;
    color: #00476A;
	font-weight:800;
}
@media (max-width: 780px) {
#surgbuttons li {
    width: 100%;
	min-height:0px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding:20px;
}
}

/*Staff*/

#staff .block img {
    float: right;
display: block;
margin-bottom: 0px;
background-image: url("../images/StaffBG.jpg");
background-repeat: no-repeat;
margin-left: 30px;
padding: 27px 18px 18px 18px;
width:176px;
height:209px;

}
#staff h2 {
    text-transform:uppercase;
}

#staff h3 {
    font-size: 19px;
    line-height: 27px;
    color: #00476A;
    padding: 0px 0px 3px 0px;
}
#staff h4 {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 0px 20px 0px;
    text-transform: uppercase;
    color: #555555;
    font-weight: 800;
}

@media (max-width: 550px) {
#staff .block img {
    float: none;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}
}

/*Tour*/

#tourbuttons li {
    width: 32%;
    display: block;
    height: auto;
    float: left;
    margin-top: 20px;
    margin-right: 2%;
    background-image: url("../images/HomeNewsBG.jpg");
    background-repeat: repeat;
    padding: 30px;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 40px;
    min-height: 295px;
}
#tourbuttons {
    padding-left: 0px;
    display: block;
}
#tourbuttons li a {
    font-weight: 800;
    color: #00476A;
    font-size: 19px;
    display: block;
    line-height: 24px;
    text-decoration: none;
	border-bottom: none;
}
#tourbuttons li a img {
    display: block;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.tourbuttitle {
	width:100%;
	display:block;
	padding-top:15px;
	border-top: 1px dashed #bbb;
	clear:both;
}
#tourbuttons li:last-child {
    margin-right: 0px;
}
@media (max-width: 915px) {
	#tourbuttons li {
    width: 100%;
	min-height:0px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding:20px;
}
	
}

/* Forms */

form .block p {
    width: 33%;
	display:block;
	float:left;
	padding-right:20px;
}
form .block .full {
    width: 100%;
	display:block;
	float:left;
	clear:both;
}
form .block .half {
    width: 50%;
	display:block;
	float:left;
}

form input[type=text] {
    width: 100%;
    height: 36px;
    border-style: none;
    color: #00476A;
    font-size: 14px;
    line-height: 36px;
    background-image: url("../images/HomeNewsBG.jpg");
	background-repeat: repeat;
    margin-right: 10px;
	display:block;
	padding:3px;
	box-shadow: inset 0px 0px 2px #A09988;
}
form select {
    width: 100%;
    height: 36px;
    border-style: none;
    color: #00476A;
    font-size: 14px;
    line-height: 36px;
	background-image: url("../images/HomeNewsBG.jpg");
	background-repeat: repeat;
    margin-right: 10px;
	display:block;
	padding:3px;
}
form label {
    color: #00476A;
    font-weight: 800;
}
form em {
    font-weight: 800;
    font-size: 20px;
    color: #00A9E0;
    font-style: normal;
    line-height: 14px;
}
form h5 #Submit {
    width: auto;
    height: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    background-color: #00A9E0;
    line-height: 20px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    padding: 6px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-style: none;
    cursor: pointer;
}
@media (max-width: 1080px) {
	form .block p {
    width: 50%;
	}	
}
@media (max-width: 750px) {
	form .block p, form .block .half, form .block .full {
		width: 100%;
		padding-right:0px;
	}	
}

/* News */

#news h2 {
    color: #00476A;
    font-size: 21px;
    font-weight: 800;
    line-height: 25px;
    text-shadow: none;
	padding-bottom:50px;
}
#news h2 a {
    color: #00476A;
	border-bottom:none;
}
#news h3 {
    color: #00A9E0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    padding-bottom: 17px;
}
#news h3 strong {
    font-size: 17px;
    color: #555555;
    text-transform: none;
}
#news h3 em {
    color: #B2AA8C;
    font-weight: 400;
    padding-right: 10px;
    padding-left: 10px;
}
#news .readmore {
    color: #00476A;
    border-style: none;
    font-style: italic;
    font-weight: 400;
    padding-left: 8px;
}
#searchform {
    height: 40px;
    clear: both;
    margin-bottom: 10px;
    display: block;
    margin-top: 5px;
    width: 50%;
    margin-left: 24px;
    float: right;
	position:relative;
}
#searchform input[type=text] {
    width: 80%;
	position:absolute;
	top:0;
	right:48px;
	color: #736C5B;
	font-size: 17px;
	padding:6px;
}
#searchform #search {
    position:absolute;
	top:0;
	right:0;
}
#news dl {
    float: left;
    display: block;
    width: 47%;
}
#news dl dt {
    color: #00476A;
    font-size: 21px;
    font-weight: 800;
    line-height: 22px;
    padding-bottom: 10px;
    padding-top: 30px;
}
#news dl dd {
    color: #00A9E0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    padding-bottom: 10px;
    font-weight: 800;
}
#news dl dd a {
    color: #555555;
    font-size: 15px;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
}
#news dl dd em {
    color: #B2AA8C;
    font-weight: 400;
    padding-right: 5px;
    padding-left: 5px;
}
#news #sixmonths {
    margin-right: 6%;
}
#news dl dd a:hover {
	color: #555555;
	border-bottom: 2px solid #A2C721;
}
@media (max-width: 1080px) {
	#news dl {
    width: 100%;
}
#news #sixmonths {
    margin-right: 0%;
}
}
@media (max-width: 670px) {
	#searchform {
    width: 100%;
    float: none;
	margin-left:0;
	margin-bottom:30px;
}
#searchform input[type=text] {
    width: 80%;
	position:absolute;
	top:0;
	left:0;
	
}
	
}

/*Contact*/
#contact #surgbuttons li {
min-height:0px;
}
#contact #map {
width:50%;
height:270px;
float:right;
}
@media (max-width: 985px) {
#contact #map {
width:100%;
float:none;
clear:both;
margin-bottom:30px;
}
}

/*New styles 2016*/
#topsection h1 {
    text-shadow: none;
    font-size: 23px;
    line-height: 30px;
}
#offerbanner {
    display:block;
	float:right;
	width:50%;
	background-image:url(../images/WoodBG.jpg);
	background-repeat:repeat;
	border-radius: 25px;
	-webkit-box-shadow: inset 0px 0px 6px 4px rgba(166,156,141,1);
	-moz-box-shadow: inset 0px 0px 6px 4px rgba(166,156,141,1);
	box-shadow: inset 0px 0px 6px 4px rgba(166,156,141,1);
	position:relative;
	padding:35px;
	margin: 0px 0px 30px 30px;
}
#offerbanner .tape {
	position:absolute;
	width:104px;
	height:33px;
	left:50%;
	margin-left:-52px;
	top:12px;
	background-image:url(../images/Tape.png);
	background-repeat:no-repeat;
}
#offerbanner #innerbanner {
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(139,129,114,1);
	-moz-box-shadow: 0px 0px 3px 2px rgba(139,129,114,1);
	box-shadow: 0px 0px 3px 2px rgba(139,129,114,1);
	padding:30px;
}
#offerbanner #innerbanner img {
	float:right;
	margin-left:8px;
}
#offerbanner #innerbanner #offerone {
	border-bottom: 1px dashed #bbb;
	margin-bottom:20px;
}

#offerbanner #innerbanner #offerone h5 {
	color:#86B110;
	font-size:23px;
	text-transform:uppercase;
	font-weight: 800;
	padding-bottom:6px;
}
#offerbanner #innerbanner #offerone h5 a {
    color: #86B110;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 800;
	text-decoration:none;
}
#offerbanner #innerbanner #offerone h2 {
	color:#555555;
	font-size:15px;
	line-height:22px;
	font-weight: 400;
	text-shadow:none;
	text-align:left;
}
#offerbanner #innerbanner #offerone h2 a {
    color: #555555;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-shadow: none;
    text-align: left;
	text-decoration:none;
}
#offerbanner #innerbanner #offerone h2 strong {
	color:#00476A;
	font-weight: 800;
	font-size:17px;
}
#offerbanner #innerbanner #offertwo h2 {
	margin-top:15px;
	float:left;
	padding:0;
}
#offerbanner #innerbanner #offertwo img {
	margin:0;
}
#offerbanner #innerbanner #offertwo h2 a {
	color:#00476A;
	font-size:23px;
	line-height:22px;
	font-weight: 800;
	text-shadow:none;
	text-transform:uppercase;
	font-weight: 800;
	border-bottom:none;
	margin-top:10px;
}

#offerbanner #newsurgery {
   border-bottom: 1px dashed #bbb;
	padding-bottom: 10px;
	margin-bottom:20px;
}
#offerbanner #newsurgery h2 {
    font-style: normal;
    font-weight: 800;
    color: #00476A;
    
    font-size: 26px;
    text-decoration: none;
	text-align:left;
	padding: 0px 0px 10px 0px;
}
#offerbanner #newsurgery p {
    color: #555555;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-shadow: none;
    text-align: left;
	padding: 0px 0px 8px 0px;
}


#offerbanner .facebookupdate {
   border-bottom: 1px dashed #bbb;
	padding-bottom: 10px;
	margin-bottom:20px;
}
#offerbanner .facebookupdate h2 {
    font-style: normal;
    font-weight: 800;
    color: #00476A;
    font-size: 26px;
    text-decoration: none;
	text-align:left;
	padding: 0px 0px 10px 0px;
}
#offerbanner .facebookupdate h2 a {
    border-bottom: none;
    color: #00A9E0;
}
#offerbanner .facebookupdate p {
    color: #555555;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-shadow: none;
    text-align: left;
	padding: 0px 0px 8px 0px;
}

#rcvs {
clear:right;
}
.fb-page iframe[style], .fb-page span {
    width: 100% !important;
}
@media (max-width: 1000px) {
#offerbanner {
    display:block;
	float:none;
	width:100%;
	margin: 0px 0px 30px 0px;
}
#topsection h1 {
   text-align:center;
}
#sliderSB {
    margin-left: auto;
    margin-right: auto;
}
#rcvs {
max-width:200px;
}
}
@media (max-width: 550px) {
#offerbanner {
    background-image:none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding:0px;
}
#offerbanner .tape {
	display:none;
}
#offerbanner #innerbanner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding:0px;
}
#offerbanner #innerbanner #offertwo {
	border-bottom: 1px dashed #00476A;
	padding-bottom:20px;
	margin-bottom:20px;
}
}

.prodimage {
	float:right;
	margin: 0px 0px 20px 20px;
}
#products .priceperday {
	list-style:none;
	padding:0;
}
#products .priceperday li strong {
	display:inline-block;
	width:130px;
	float:left;
	text-transform:uppercase;
	font-size:12px;
}
@media (max-width: 516px) {
	.prodimage {
	float:none;
	clear:both;
	display:block;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
}
.staffpages {
	position:relative;
	width:100%;
}
.staffpages a {
	position:absolute;
	top:0;
	right:0;
	background-color: #00A9E0;
	padding:4px;
	text-transform:uppercase;
	text-decoration:none;
	color:#00476A;
	font-weight: 800;
	font-size: 12px;
line-height: 12px;
}
.staffpages a:hover {
	background-color: rgba(256, 256, 256, 0.7);
}
.fb_iframe_widget {
    display: block!important;
    width:30%;
	float:left;
}
#home #vm_news {
	float:right !important;
    clear: none !important;
	width:70% !important;
}
#home #vm_newslist {
	float:left !important;
    clear: none !important;
	width:100% !important;
}
#home .vm_newsblock {
	float:left;
    clear: none !important;
	width:50%;
	padding: 0 0 0 30px;
}
#home .vm_newsimage {
    float: none!important;
    margin: 0 !important;
    width: 100% !important;
	padding-bottom:20px;
}
.vm_title_link {
    text-decoration:none;
}
#home #news a {
    text-decoration:none;
}
#home #news h3 {
    text-decoration:none;
    padding-bottom: 8px;
}
.vm_date {
    padding-bottom: 7px !important;
}
#home .vm_readmore {
   padding-top: 0px !important;
}
@media (max-width: 950px) {
	#home #vm_news {
    width: 100% !important;
}
	.fb_iframe_widget {
    padding-bottom:30px;
		width: 100% !important;
}
	#home .vm_newsblock:first-child {
	padding: 0 0 0 0px;
}
}
@media (max-width: 590px) {
	#home .vm_newsblock {
		float:left;
		clear: both !important;
		width:100%;
		padding: 30px 0 0 0px;
	}
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
	margin-bottom:40px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.smallTalk {
    display:block;
	clear:both;
	height:71px;
	margin-bottom: 20px;
	position:relative;
	padding:15px 15px 15px 90px;
}
.smallTalk > img {
	position:absolute;
	top:0;
	left:0;
	
}
.error{
	display:block;
	padding:20px;
	color:#FFF;
	background-color:#00476A;
	margin-bottom:30px;
}
.urgentupdate{
    background-color:#CBE8F1;
    display: block;
    float: none;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 25px;
}
.urgentupdate p{
    color: #00476A;
}
.urgentupdate > h1{
padding-bottom:10px;

}
.urgentupdate .cta a {
    background-color: #00476A;
    color:#FFF;
    border-bottom: none;
    padding: 4px 8px;
}
.urgentupdate .cta {
    padding-bottom:0;
}