/* wide design experiment 291215.2326 */

.content {
  margin: auto;
  width: 1208px;
}

#featured {
  height: 260px;
  margin: 63px auto 20px;
  width: 1208px;
}

.cols-d > *:first-child {
  padding: 0 29px 19px;
  position: relative;
  width: 824px;
  z-index: 2;
}

#content.cols-d, fieldset.cols-d {
  border: 1px solid #f2f2f2;
  margin-bottom: 29px;
  min-width: 958px;
  padding: 0;
  width: 1208px;
}

#nav > ul.primary {
  background: rgba(0, 0, 0, 0) url("../images/sprite-a.png") repeat-x scroll 0 0;
  bottom: -41px;
  font-family: "Droid Sans",sans-serif;
  font-weight: 700;
  height: 40px;
  left: 50%;
  margin: 0 0 0 -604px;
  position: absolute;
  width: 1208px;
  z-index: 1;
}

html.a.csstransforms #nav > ul.primary {
  box-shadow: none;
}

#nav > ul.primary {
  border-radius: 0;
}

#nav > ul.primary > li {
  text-shadow: none;
}

#top .link-a {
  margin: 0 -602px 0 0;
  position: absolute;
  right: 50%;
}

.link-a {
  text-shadow: none;
}

.link-c a, .link-c button {
  background: #f39200 none repeat scroll 0 0;
  text-shadow: 1px 1px 0 #914337;
}

body {
  background: #0088a8 none repeat scroll 0 0;
}

#root {
  margin: 20px auto;
  max-width: 1268px;
}

#top {
  background: #fff none repeat scroll 0 0;
  border: 0;
}

#footer {
  border-bottom: 0;
}

.content {
  margin: 20px auto;
  width: 1208px;
}

html.a #top > .fit-a {
  display: none;
}

.tour-slider ul.slides li {
  background: none;
  margin-left: auto;
  padding-left: 0;
}




/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.slider a:active,
.flex-container a:focus,
.slider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.slider, .slider-blocks, .page-slider {padding: 0;}
.slider .slides > li, .slider-blocks .slides > li, .page-slider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slider .slides img, .page-slider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.slider, .slider-blocks, .page-slider { background: #fff; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.slider .slides, .slider-blocks, .page-slider {zoom: 1;}
.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; text-align: center;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.loading .slider {
  background: url(../images/loader_01.gif) center no-repeat #fbfbfb !important;
}

.slider {
  position: relative;
  min-height: 400px;
}

.slider-caption-wrapper {
  position: absolute;
  top: 36%;
  width: 1160px;
}

.slider-caption p {
  margin: 0 auto 4px auto;
  text-align: center;
  padding: 6px 15px;
}

.slider-caption p.colour-caption {
  color: #fff;
  display: table;
}

.slider-caption p.dark-caption {
  color: #fff;
  display: table;
}

.slider .flex-direction-nav .flex-prev, 
.slider .flex-direction-nav .flex-next {
  position: absolute;
  top: 39%;
  text-indent: -9999px;
}

.slider .flex-direction-nav .flex-prev {
  left: 30px;
  width: 55px;
  height: 55px;
  background: url(../images/left-arrow.png) center no-repeat;
  -webkit-border-radius: 99%; 
  -moz-border-radius: 99%;
  -o-border-radius: 99%;
  border-radius: 99%;
}

.slider .flex-direction-nav .flex-next {
  right: 30px;
  width: 55px;
  height: 55px;
  background: url(../images/right-arrow.png) center no-repeat;
  -webkit-border-radius: 99%; 
  -moz-border-radius: 99%;
  -o-border-radius: 99%;
  border-radius: 99%;
}

.slider {
  margin-top: 58px;
}





/*.news-a article {
  border-top: 0;
  padding: 20px 0;
}*/

#content {
  min-width: 960px;
  width: 1208px;
}

#nav > ul.primary > li > a > .fit-a {
  border-radius: 0;
}

#nav > ul.primary > li > a > .fit-a {
  background: #ffffff none repeat scroll 0 0;
  border:0;
}

#breadcrumbs {
  width: 1208px;
}

b, strong, .strong {
  font-family: Arial;
  font-weight: bold;
}

.link-a span {
  color: #fff;
}

.cols-a > *:first-child {
  float: left;
  width: 936px;
}

aside .link-a > a {
  background: #43649b none repeat scroll 0 0;
  height: 15px;
  line-height: 15px;
  margin: 0 0 20px 4px;
  min-width: 239px;
  padding: 6px 0;
}

.contentp0 table p {
  margin-bottom: 0;
}

.link-c a, .link-c button {
  height: auto;
  padding: 5px 15px;
}

label.inline-radio {
  display: inline;
  margin-right: 10px;
}

.inline-radio input {
  width:auto;
  height:auto;
  width:auto;
}

#divDoubleRoomChoice {
  font-size:1.4em;
}

eventstudentdiscount {
  font-size: 0.8em;
}

.transfer-descr-right {
  float: right;
  padding: 0px 10px;
  width: 50%;
  box-sizing: border-box;
}

#frmTransferBookingForm {
  float: left;
  width: 50%;
}

.js .check-a label input {
  left: -0;
}




.site-id-79 #nav > ul.secondary {
  margin: 0 -300px 0 0;
}

.site-id-79 #nav > ul.secondary {
  top: 212px;
}

.site-id-79 #nav > ul.secondary > li > a, #nav > ul.secondary > li > span {
  color: #fff;
}

.cols-d h3.emphasized {
    background-color: #bfe1f3;
}

.reviews * {
  font-size: 0.92em;
}

#nav > ul.secondary {
  margin: 0;
  top: 0;
  right: 10px;
}
}