.container:after,
#header .container:after,
.nav:after,
#main:after,
#sidebar:after,
.right-col:after,
.visual-preview .slide.big:after,
.visual-preview .visit-list:after,
.info-block .block:after,
.comments .post-holder:after,
.social-block .tabset:after,
.social-block .post:after,
#footer .partners:after,
#footer .information:after,
#footer .information .info-list ul:after {
	content: " ";
	display: block;
	clear: both;
}

#header .social-holder ul,
.nav,
.main-slideshow .pagination ul,
.shedule ul,
.visual-preview .visit-list,
.breadcrumbs-holder ul,
.social-block .tabset,
.social-block .accordion,
#footer .partners .logo-holder ul,
#footer .information .info-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #63615e;
	background: #f3f2ea;
	font: 14px/18px Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #bc8032;
	-webkit-transition: color .3s;
	transition: color .3s;
}

a:hover {
	text-decoration: underline;
	color: #4c310f;
}

a:visited {
    text-decoration: none !important;
    color:#8a012a;
}

a.has-drop-down-a:hover{
	text-decoration: none;	
}

input,
textarea,
select {
	font: 100% "Lato", "Arial", "Helvetica", sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*===Metadigital table styles===*/
#content table {
    width:100%;
    border:1px solid #000;
    margin:1em 0;
    padding:0px;
}

#content table tr td{
    padding:1em;
    
}
#content table tr th{
    padding:1em;
    text-align:left;
}
#content table tr:last-child td:last-child {
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
}

#content table tr:first-child td:first-child {
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}

#content table tr:first-child td:last-child {
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
}

#content table tr:last-child td:first-child{
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
}

#content table thead tr:first-child{background-color:#8a012a;}
#content table thead tr:first-child th {color:#FFF;}

#content table tr:nth-child(even) { background-color:#ffffff !important; }
#content table tr:nth-child(even) td{ color:#333 !important;}

#content table tr:nth-child(odd) td a{color:#3266cc !important;}
#content table tr:nth-child(even) td a{ color:#3266cc !important;}

#content table tr:nth-child(odd) td a:hover{color:#fff !important;}
#content table tr:nth-child(even) td a:hover{ color:#3266cc!important;}

/*===Metadigital table styles===*/

/*===Metadigital editor styles===*/

.imgLeft{
    float:left;
    margin:0 1em 1em 0;
}

.imgRight{
    float:right;
    margin:0 0 1em 1em;
}

.floatLeft{
    float:left;
}

.floatRight{
    float:right;
}

.editorBtn{
	padding: 10px 5px 9px;
	background-color: #55101e;
	text-transform: uppercase;
	color: #fff;
	margin: 2em 0 1em 0;
	-webkit-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.editorBtn:hover {
    background-color: #FFF;
}

.editorBtn:hover a{
    color:#55101e;
}

.editorBtn a{
    color: #fff;
}

.smallFont {
line-height: 1.2em; font-size: 11px;
}

.goldBorder {
    border: 3px solid #b67624;
}
/*===Metadigital editor styles===*/



/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

@font-face {
	font-family: "Vesta";
	src: url("../fonts/VestaStd-Regular.eot");
	src: url("../fonts/VestaStd-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/VestaStd-Regular.woff") format("woff"), url("../fonts/VestaStd-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "TrajanBold";
	src: url("../fonts/TrajanPro3-Bold.eot");
	src: url("../fonts/TrajanPro3-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TrajanPro3-Bold.woff") format("woff"), url("../fonts/TrajanPro3-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "TrajanRegular";
	src: url("../fonts/TrajanPro3-Regular.eot");
	src: url("../fonts/TrajanPro3-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TrajanPro3-Regular.woff") format("woff"), url("../fonts/TrajanPro3-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

.bg-stretch {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.container {
	max-width: 1043px;
	margin: 0 auto;
	padding: 0 19px;
}

.nav-opener {
	display: none;
	width: 39px;
	height: 29px;
	float: right;
	background: transparent;
	position: relative;
	text-align: center;
	margin-top: 20px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 5px;
	left: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 50%;
	margin-top: -3px;
}

.nav-opener:after {
	top: 100%;
	margin-top: -5px;
}

.nav-opener:hover span,
.nav-opener:hover:before,
.nav-opener:hover:after {
	background: #fff;
}

.arrow-decoration {
	background: url(/images/arrow-grey-body.png) 0 100% no-repeat;
	position: relative;
}

.arrow-decoration:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 9px;
	height: 13px;
	background: url(/images/sprite.png) -88px -127px no-repeat;
}

.arrow-decoration.brown {
	background: url(/images/arrow-gold-body.png) 0 100% no-repeat;
}

.arrow-decoration.brown:after {
	width: 9px;
	height: 13px;
	background: url(/images/sprite.png) -100px -127px no-repeat;
}

.main-heading-holder,
.heading {
	overflow: hidden;
	background: url(/images/crown.png) no-repeat 50% 0;
	text-align: center;
}

.main-heading-holder:before,
.main-heading-holder:after,
.heading:before,
.heading:after {
	content: "";
	position: absolute;
	top: 24px;
	width: 243px;
	height: 1px;
	background: #c2c4c2;
}

.main-heading-holder:before,
.heading:before {
	left: 54%;
}

.main-heading-holder:after,
.heading:after {
	right: 54%;
}

.main-heading-holder h1,
.heading h1 {
	color: #f9f8f2;
	margin: 0;
}

.main-heading-holder {
	position: absolute;
}

#header {
	background-color: rgba(138, 1, 42, 100);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	width: 100%;
}

#header.header-style2 {
	position: relative;
	background-color: #8a012a;
	margin-bottom: 80px;
}

#header.header-style2 .nav > li.active > a:after {
	border-color: #8a012a transparent transparent transparent;
}

#header.header-style2 .nav > li > ul:before {
	background: rgba(0, 0, 0, 100);
}

#header.header-style2 .nav > li > ul > li > ul {
	background: rgba(0, 0, 0, 100);
}

#header .logo {
	float: left;
}

#header .logo a {
	padding: 13px 13px 13px 14px;
	display: block;
	background-color: #fff;
}

#header .logo img {
	width: 106px;
	height: 103px;
}

#header .navbar {
	padding: 22px 0 0;
	float: right;
	width: 86%;
}

#header .navbar.active .nav-opener span {
	opacity: 0;
}

#header .navbar.active .nav-opener:before,
#header .navbar.active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -5px;
}

#header .navbar.active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#header .navbar.active .opener-holder .close {
	display: none; /*display: inline-block; bug: 2087 */
	vertical-align: middle;
}

#header .navbar.active .opener-holder .menu {
	display: none;
}

#header .social-holder {
	text-align: right;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(247, 247, 247, .25);
}

#header .social-holder ul {
	font-size: 0;
}

#header .social-holder li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

#header .social-holder li.share {
	padding: 0 0 0 19px;
	position: relative;
}

#header .social-holder a {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#header .social-holder a:hover {
	opacity: .6;
}

#header .social-holder .facebook {
	width: 9px;
	height: 19px;
	background: url(/images/sprite.png) -137px -88px no-repeat;
}

#header .social-holder .twitter {
	width: 20px;
	height: 17px;
	background: url(/images/sprite.png) 0 -127px no-repeat;
}

#header .social-holder .instagram {
	width: 19px;
	height: 21px;
	background: url(/images/sprite.png) -114px -75px no-repeat;
}

#header .social-holder .flickr {
	width: 17px;
	height: 10px;
	background: url(/images/sprite.png) -137px -110px no-repeat;
}

#header .social-holder .youtube {
	width: 20px;
	height: 21px;
	background: url(/images/sprite.png) -114px -27px no-repeat;
}

#header .social-holder .share a {
	width: 29px;
	height: 29px;
    margin-right:6px;
	background: url(/images/sprite.png) -50px -68px no-repeat;
}

#header .social-holder .share:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 1px;
	height: 31px;
	background: rgba(247, 247, 247, .2);
}

#header .nav-holder {
	padding: 20px 0 0;
}
				
#main-nav{
    margin-left:1em;
}

#header .opener-holder .title {
	font-size: 22px;
	line-height: 25px;
	font-family: "TrajanRegular", "Times New Roman", Times, serif;
	color: #e5e4db;
	margin-right: 15px;
	padding-top: 5px;
	display: inline-block;
	vertical-align: middle;
	display: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#header .opener-holder .close {
	display: none;
	color: rgba(247, 247, 247, .38);
}

.nav {
	position: relative;
	font-size: 22px;
	line-height: 25px;
	font-family: "TrajanRegular", "Times New Roman", Times, serif;
	text-transform: capitalize;
}

.nav li {
	text-align: center;
}

.nav li.active > a {
	color: #c6b897;
}

.nav li.active > ul {
	display: block;
}

.nav li.last-child {
	border: none;
}

.nav > li {
	float: left;
	padding: 0 15px 17px;
	max-width: 175px;
}

/*.nav > li.first-child { KD - Commented out to fix bug 2089 - menu jumps after Events 30/11/15
	padding: 0 10px 17px 15px;
}*/

.nav > li.first-child > a:before {
	display: none;
}

.nav > li.last-child,
.nav > li:last-child {
	padding-right: 0;
}

.nav > li.active > a {
	position: relative;
}

.nav > li.active > a:after {
	content: "";
	display: block;
	border-style: solid;
	border-width: 7px 11px 0;
	border-color: rgba(163, 25, 53, .65) transparent transparent transparent;
	position: absolute;
	bottom: -25px;
	z-index: 200;
	left: 50%;
	margin-left: -11px;
}

.nav > li > ul {
	position: absolute;
	top: 100%;
	left: -144px;
	right: -18px;
	padding: 5px 0 0;
	text-align: left;
	display: none;
	font-size: 19px;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
}

.nav > li > ul:before {
	content: "";
	position: absolute;
	left: -999px;
	right: -999px;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 100);
	height: 100%;
	display: block;
}

.nav > li > ul > li {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	width: 12.5%;
	height: 75px;
	padding: 15px 13px;
	min-width: 125px;
	margin-right: -4px;
	position: relative;
	max-width: 128px;
}

.nav > li > ul > li:first-child:before {
	display: none;
}

.nav > li > ul > li.last-child > ul {
	left: auto;
	right: 0;
	text-align: right;
}

.nav > li > ul > li.last-child.drop-active > ul:before {
	right: 19%;
	left: auto;
}

.nav > li > ul > li:before {
	top: 50%;
	margin: -2px 0 0;
	width: 4px;
	height: 4px;
	left: 0;
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, .37);
	border-radius: 50%;
}

.nav > li > ul > li.has-drop-down:after {
	top: 10px;
}

.nav > li > ul > li.drop-active > ul:before {
	position: absolute;
	content: "";
	display: block;
	border-width: 6px 10px 0;
	border-color: #c6b897 transparent transparent transparent;
	border-style: solid;
	left: 25%;
	margin: 1px 0 0 -10px;
	top: 0;
	z-index: 100;
}

.nav > li > ul > li.drop-active:after {
	right: 7px;
	top: 15px;
}

.nav > li > ul > li:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}

.nav > li > ul > li a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

.nav > li > ul > li > ul {
	position: absolute;
	background: rgba(0, 0, 0, .7);
	left: -4px;
	top: 100%;
	width: 270px;
	padding: 13px 13px 15px 17px;
}

.nav > li > ul > li > ul li {
	display: block;
	padding: 3px 8px 6px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	width: 100%;
	text-align: left;
}

.nav > li > ul > li > ul a {
	font-size: 16px;
}

.nav > li > ul > li > ul a:before {
	display: none;
}

.nav > li > ul a {
	position: relative;
}

.nav > li > ul a:before {
	display: none;
}

.nav a {
	color: #f7f7f7;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	position: relative;
	line-height: 1;
	display: inline-block;
	vertical-align: baseline;
}

.nav a:hover {
	color: #c6b897;
}

.nav a:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, .37);
	left: -16px;
	top: 8px;
	border-radius: 50%;
}

.nav-holder {
	float:right;
	width:100%;
	margin-right:1.2em;
	font-size:15px; 
	margin-top:0px;	
}

.nav-style-previous {
	float:left;
	margin-left:1em;
}
		
.nav-style-next {
	float:right;
	margin-right:0;
}

.highlight-h2 {
	float:left;
	width:50%;
	margin:.7em 0 .5em 8.5em;
}



.visual-intro .container {
	position: relative;
}

.visual-intro .main-heading-holder {
	padding-top: 45px;
	bottom: 26px;
	left: 61px;
	max-width: 560px;
}

.visual-intro .main-heading-holder:before,
.visual-intro .main-heading-holder:after {
	background: #fff;
}

.visual-intro .main-heading-holder h1 {
	margin: 0;
	font-family: "TrajanRegular", "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 1.2;
}

.main-slideshow .slideshow {
	position: relative;
}

.main-slideshow .slideshow .slide {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}

.main-slideshow .slideshow .slide.active {
	z-index: 2;
}

.main-slideshow .slideshow .not-enough-slides .btn {
	visibility: hidden;
}

.main-slideshow .container {
	position: relative;
}

.main-slideshow .main-heading-holder {
	bottom: 45px;
	left: 47px;
	max-width: 560px;
	padding: 47px 30px 0;
}

.main-slideshow .main-heading-holder h1 {
	font-size: 31px;
	line-height: 38px;
	font-family: "TrajanRegular", "Times New Roman", Times, serif;
}

.main-slideshow .pagination {
	position: absolute;
	bottom: 19px;
	left: 296px;
	z-index: 20;
}

.main-slideshow .pagination ul {
	font-size: 0;
}

.main-slideshow .pagination li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.main-slideshow .pagination li:last-child {
	margin: 0;
}

.main-slideshow .pagination li.active a,
.main-slideshow .pagination li:hover a {
	background: white;
}

.main-slideshow .pagination a {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, .4);
	display: block;
	border-radius: 50%;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

#main {
	margin-bottom: 113px;
}

.section {
	margin-bottom: 22px;
	text-align: center;
}

#content {
	float: left;
	width: 61%;
}

#sidebar,
.right-col {
	float: right;
	width: 36.8%;
}

.red-bordered,
.calendar {
	padding: 8px 7px;
	background-color: #8a012a;
	position: relative;
	color: #fff;
}

.red-bordered .box,
.calendar .box {
	position: relative;
	border: 2px solid rgba(218, 207, 180, .6);
}

.red-bordered .box:before,
.red-bordered .box:after,
.calendar .box:before,
.calendar .box:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	background: url(/images/sprite.png) -137px -66px no-repeat;
	z-index: 21;
}

.red-bordered .box:after,
.calendar .box:after {
	right: 0;
	left: auto;
	width: 19px;
	height: 19px;
	background: url(/images/sprite.png) -137px 0 no-repeat;
}

.red-bordered .holder,
.calendar .holder {
	position: relative;
}

.red-bordered .holder:before,
.red-bordered .holder:after,
.calendar .holder:before,
.calendar .holder:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 19px;
	height: 19px;
	background: url(/images/sprite.png) -137px -22px no-repeat;
	z-index: 21;
}

.red-bordered .holder:after,
.calendar .holder:after {
	right: 0;
	left: auto;
	width: 19px;
	height: 19px;
	background: url(/images/sprite.png) -137px -44px no-repeat;
}

.calendar {
	margin: 0 0 24px;
}

.calendar .holder {
	padding: 19px 4px 48px 5px;
}

.calendar h2 {
	font-size: 28px;
	text-transform: uppercase;
	margin: 0 0 23px;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
}

.xml-datepicker {
	position: relative;
}

.xml-datepicker .ui-datepicker-prev,
.xml-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}

.xml-datepicker .ui-datepicker-next {
	right: 14px;
	width: 20px;
	height: 24px;
	background: url(/images/sprite.png) -82px -75px no-repeat;
}

.xml-datepicker .ui-datepicker-prev {
	width: 20px;
	height: 24px;
	background: url(/images/sprite.png) -114px 0 no-repeat;
	left: 9px;
}

.xml-datepicker .ui-datepicker-title {
	font-size: 26px;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 25px 15px;
}

.xml-datepicker .ui-datepicker-year {
	display:normal;
}

.xml-datepicker .ui-datepicker-calendar {
	font-size: 18px;
	line-height: 1;
	text-align: center;
	width: 100%;
	border-spacing: 4px;
	border-collapse: separate;
}

.xml-datepicker .ui-datepicker-calendar thead {
	font-size: 15px;
	font-family: "TrajanRegular", "Times New Roman", Times, serif;
}

.xml-datepicker .ui-datepicker-calendar thead th {
	padding-bottom: 6px;
}

.xml-datepicker .ui-datepicker-calendar td {
	width: 44px;
	height: 44px;
	min-width: 44px;
	background: rgba(147, 21, 47, .6);
	-webkit-transition: background .3s;
	transition: background .3s;
	position: relative;
}

.xml-datepicker .ui-datepicker-calendar td.event-active {
	background: #181817;
}

.xml-datepicker .ui-datepicker-calendar td.hover.event-active {
	background: #b67624;
}

.xml-datepicker .ui-datepicker-calendar td.hover .tooltip-holder {
	opacity: 1;
	visibility: visible;
}

.xml-datepicker .ui-datepicker-calendar td > a {
	display: block;
	height: 100%;
	line-height: 44px;
	color: #fff;
}

.xml-datepicker .ui-state-disabled {
	color: rgba(255, 255, 255, .3);
}

.xml-datepicker .event-holder {
	border-top: 1px solid rgba(255, 255, 255, .48);
	padding: 11px 0 10px 7px;
}

.xml-datepicker .tooltip-holder {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 48px;
	left: -204px;
	width: 361px;
	background: rgba(24, 24, 23, .96);
	padding: 21px 31px 12px;
	box-shadow: 0 0 25px 3px rgba(0, 0, 0, .46);
	z-index: 200;
	text-align: left;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.xml-datepicker .tooltip-holder:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 63%;
	margin-left: -11px;
	border-style: solid;
	border-width: 8px 11px 0;
	border-color: rgba(24, 24, 23, .96) transparent transparent transparent;
}

.xml-datepicker .tooltip {
	/*border-top: 1px solid rgba(255, 255, 255, .48);
	padding: 11px 0 18px 7px;*/
	font-size: 16px;
	color: #b5b5b4;
}

.xml-datepicker .title {
	font-size: 19px;
	color: #fff;
	display: block;
	margin: 0 0 9px -2px;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
}

.xml-datepicker .date {
	font-size: 16px;
	color: #fff;
	padding-left: 28px;
	position: relative;
	display: block;
	line-height: 1.5;
	margin: 0 0 9px;
}

.xml-datepicker .date:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 23px;
	background: url(/images/sprite.png) -82px -49px no-repeat;
}

.xml-datepicker p {
	margin: 0 0 6px;
    font-size:14px;
}

.xml-datepicker .more {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 17px;
}

.xml-datepicker .more:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	width: 11px;
	height: 13px;
	background: url(/images/sprite.png) -74px -127px no-repeat;
}

.xml-datepicker .more:hover {
	color: #fff;
}

.shedule {
	padding: 8px 7px;
	background-color: #8a012a;
	margin-top: -148px;
	position: relative;
	z-index: 20;
}

.shedule .decoration-holder {
	z-index: 5;
}

.shedule .info-holder {
	position: relative;
	z-index: 10;
}

.shedule .box {
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	border: 2px solid rgba(218, 207, 180, .6);
}

.shedule .box:before,
.shedule .box:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	background: url(/images/sprite.png) -137px -66px no-repeat;
	z-index: 21;
}

.shedule .box:after {
	right: 0;
	left: auto;
	width: 19px;
	height: 19px;
	background: url(/images/sprite.png) -137px 0 no-repeat;
}

.shedule .holder {
	position: relative;
	padding: 37px 32px 18px 35px;
}

.shedule .holder:before,
.shedule .holder:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 19px;
	height: 19px;
	background: url(/images/sprite.png) -137px -22px no-repeat;
	z-index: 21;
}

.shedule .holder:after {
	right: 0;
	left: auto;
	width: 19px;
	height: 19px;
	background: url(/images/sprite.png) -137px -44px no-repeat;
}

.shedule h2 {
	font-size: 26px;
	line-height: 31px;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 13px;
	font-weight: normal;
}

.shedule .time {
	/*text-transform: uppercase;*/
	display: block;
	margin: 0 0 2px;
	font-size: 34px;
	font-weight: normal;
	line-height: 41px;
}

.shedule .entry {
	display: block;
	margin: 0 0 31px;
}

.shedule .btn {
	width: 100%;
	padding: 10px 5px 9px;
	background-color: #55101e;
	font-size: 27px;
	line-height: 36px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin: 0 0 36px;
	-webkit-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.btnLift {
	border-top: 2px solid #77404B;
  	border-right: 2px solid #440D18;
  	border-bottom: 2px solid #440D18;
  	border-left: 2px solid #77404B;
}

.shedule .btn:hover {
	color: #55101e;
	background-color: #fff;
}

.shedule li {
	display: block;
	margin: 0 0 20px;
}

.shedule li > a {
	font-size: 20px;
	line-height: 24px;
	text-decoration: underline;
	color: #f9f8f2;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.shedule li > a:hover {
	color: #b67624;
}

.small-block {
	text-align: center;
}

.small-block h3 {
	font-size: 26px;
	line-height: 31px;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 7px;
	font-weight: normal;
}

.small-block h3 a {
	color: #f9f8f2;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.small-block h3 a:hover {
	color: #d9d2ac;
}

.small-block .more {
	width: 60%;
	margin: 0 auto;
	display: block;
	padding: 6px 5px 6px;
	border: 2px solid #fff;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.small-block .more:hover {
	border-color: #b67624;
}

.small-block .box {
	padding: 26px 20px 37px 17px;
	font-size: 16px;
	line-height: 19px;
	font-family: "Lato", "Arial", "Helvetica", sans-serif;
	color: #f9f8f2;
}

.small-block .box img {
	max-width: 100%;
	width: inherit;
	margin: 0 auto;
}

.featured-item {
	padding: 9px 7px;
	background-color: #b67624;
	color: #f4f3ef;
	font-weight: normal;
}

.featured-item .box {
	border: 2px solid rgba(218, 207, 180, .6);
	padding: 23px 13px 35px 21px;
	line-height: 1.4;
}

.featured-item .box img {
	margin-bottom: 23px;
}

.featured-item p {
	margin: 0 0 25px;
}

.featured-item .subtitle,
.featured-item h2 {
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
}

.featured-item .subtitle {
	display: block;
	margin: 0 0 2px;
	color: #fff;
}

.featured-item h2 {
	font-size: 26px;
	margin: 0 0 8px;
}

.featured-item h2 a {
	color: #fff;
}

.featured-item h2 a:hover {
	color: #4c310f;
}

.featured-item .more:hover {
	border-color: #8a012a;
}

/* Added after PSD fix on 17/06/2015 - KD */
.featured-item .image-box {
	position: relative;
}

/* Added after PSD fix on 17/06/2015 - KD */
.featured-item .changeable-image {
	position: absolute;
	left: 32px;
	top: 8px;
	margin: 0;
	width: 230px !important;
	height: 145px;
	border: 7px solid #d9ceb2;
	-webkit-transform: rotate(-2.5deg);
	-ms-transform: rotate(-2.5deg);
	transform: rotate(-2.5deg);
}

.block .image-box {
	position: relative;
}

/* Added after PSD fix on 17/06/2015 - KD */
.block .changeable-image {
	position: absolute;
	left: 32px;
	top: 8px;
	margin: 0;
	width: 230px !important;
	height: 145px;
	border: 7px solid #d9ceb2;
	-webkit-transform: rotate(-2.5deg);
	-ms-transform: rotate(-2.5deg);
	transform: rotate(-2.5deg);
}

.excursion {
	padding: 6px 7px;
	background-color: #b67624;
}

.excursion h2 {
	display: none;
}

.excursion .cycle-gallery {
	border: 2px solid rgba(218, 207, 180, .6);
}

.excursion .slideset {
	width: 100%;
}

.excursion .slide {
	width: 100%;
}

.excursion .slide.mobile-visible {
	display: none;
}

.excursion .btn {
	top: 12px;
}

.excursion .box {
	font-family: "Lato", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
}

.excursion .box img {
	margin-bottom: 11px;
}

.excursion .box h3 {
	display: inline-block;
	vertical-align: middle;
}

.excursion .box p {
	margin: 0 0 10px;
}

.excursion .more:hover {
	border-color: #8a012a;
}

.lunch {
	background: #8a012a;
	padding: 6px;
	position: relative;
}

.lunch:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: #222120;
	z-index: 5;
}

.lunch h3 {
	margin: 0 0 10px;
}

.lunch .box {
	border: 2px solid rgba(255, 255, 255, .5);
	position: relative;
	z-index: 10;
	padding: 20px 32px 22px 23px;
}

.lunch .box img {
	margin-bottom: 18px;
	padding-top: 3px;
}

.lunch .more {
	width: 63%;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
}

.secrets {
	position: relative;
	overflow: hidden;
}

.secrets .gallery {
	padding: 6px 7px 9px 6px;
}

.secrets .bg-stretch img {
	margin: 0 !important;
    height: 430px !important;
}

.secrets .mask {
	border: 2px solid rgba(0, 0, 0, .15);
}

.secrets h3 {
	padding: 0 0 16px;
	margin-bottom: 19px;
	background: url(/images/icon-slider-separator.png) no-repeat 50% 100%;
}

.secrets h3 a {
	color: #6a6867;
}

.secrets .box {
	font-size: 14px;
	color: #5c5a5a;
	padding: 28px 20px 48px 11px;
	line-height: 1.3;
}

.secrets .box img {
	margin-bottom: 10px;
}

.secrets p {
	margin: 0 25px 15px;
}

.secrets .gallery .btn {
	position: absolute;
	top: 256px;
	display: block;
}

.secrets .gallery .btn.prev {
	width: 18px;
	height: 22px;
	background: url(/images/sprite.png) -114px -99px no-repeat;
	left: 17px;
}

.secrets .gallery .btn.next {
	width: 18px;
	height: 22px;
	background: url(/images/sprite.png) -82px -102px no-repeat;
	right: 26px;
}

.cycle-gallery,
.gallery {
	position: relative;
	width: 100%;
}

.cycle-gallery .mask,
.gallery .mask {
	position: relative;
	overflow: hidden;
}

.cycle-gallery .mask .slideset,
.gallery .mask .slideset {
	max-width: 99999px;
	float: left;
    width: 100%; /* Added after PSD fix 17/06/2015 - KD */
}

.cycle-gallery .mask .slide,
.gallery .mask .slide {
	float: left;
}

.cycle-gallery .btn,
.gallery .btn {
	display: none;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	position: absolute;
	left: 0;
	z-index: 100;
}

.cycle-gallery .btn.prev,
.gallery .btn.prev {
	width: 28px;
	height: 34px;
	background: url(/images/sprite.png) -19px 0 no-repeat;
}

.cycle-gallery .btn.next,
.gallery .btn.next {
	width: 28px;
	height: 34px;
	background: url(/images/sprite.png) -19px -37px no-repeat;
	right: 0;
	left: auto;
}

.cycle-gallery .btn:hover,
.gallery .btn:hover {
	opacity: .8;
}

.cycle-gallery .active,
.gallery .active {
	z-index: 1;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

#wrapper.inner-visit #main,
#wrapper.inner-discover #main,
#wrapper.inner-whats-on #main {
	margin-bottom: 47px;
}

#wrapper.inner-visit #content,
#wrapper.inner-discover #content,
#wrapper.inner-whats-on #content {
	padding-top: 32px;
}

#wrapper.inner-visit .shedule,
#wrapper.inner-discover .shedule,
#wrapper.inner-whats-on .shedule {
	margin-top: -119px;
}

#wrapper.inner-visit .excursion,
#wrapper.inner-discover .excursion,
#wrapper.inner-whats-on .excursion {
	margin-bottom: 28px;
}

#wrapper.inner-visit .shedule {
	margin-bottom: 22px;
}

#wrapper.inner-discover #main {
	margin-bottom: 93px;
}

#wrapper.inner-discover .container {
	position: relative;
}

#wrapper.inner-discover #content {
	width: 100%;
	padding-top: 30px;
}

#wrapper.inner-discover #sidebar {
	position: absolute;
	right: 19px;
	top: -41px;
	width: 35.5%;
}

#wrapper.inner-discover #sidebar .shedule .btn {
	margin: 0 0 7px;
}

#wrapper.inner-discover .visual-preview {
	padding-top: 14px;
}

#wrapper.inner-discover .visual-intro .main-heading-holder {
	left: 151px;
}

#wrapper.inner-discover .breadcrumbs-holder {
	/*margin: 6px 38% 0 76px;*/
}

#wrapper.inner-whats-on #main {
	margin-bottom: 18px;
}

#wrapper.inner-whats-on #sidebar {
	margin-top: 38px;
}

#wrapper.inner-whats-on .breadcrumbs-holder {
	/*margin: 4px 0 2px;*/
}

.video-tooltip {
	position: absolute;
	width: 48px;
	height: 39px;
	left: 22px;
	top: 0;
	display: block;
	cursor: pointer;
	background: url(/images/icon-video-content.png) no-repeat 50% 50%;
	background-color: rgba(255, 255, 255, .75);
	font-size: 12px;
	text-align: center;
}

.video-tooltip .text {
	display: block;
	padding: 7px 10px;
	position: absolute;
	background: rgba(28, 28, 29, .73);
	left: 68%;
	top: -30px;
	min-width: 110px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	color: #fff;
}

.video-tooltip .text:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0 10px 7px;
	border-color: transparent transparent transparent rgba(28, 28, 29, .73);
	position: absolute;
	left: 0;
	bottom: -7px;
}

.video-tooltip:hover .text {
	opacity: 1;
	visibility: visible;
}

.visual-preview {
	padding-top: 23px;
	overflow: hidden;
}

.visual-preview.discover {
	margin-bottom: 39px;
	padding-top: 25px;
}

.visual-preview.discover h2 {
	margin: 0 30px 21px;
}

.visual-preview.discover .mask {
	margin-bottom: 26px;
}

.visual-preview.discover .all {
	margin-left: -10px;
}

.visual-preview h2 {
	font-size: 24px;
	line-height: 25px;
	font-family: "TrajanRegular", "Times New Roman", Times, serif;
	text-transform: capitalize;
	margin: 0 30px 15px;
	display: inline-block;
	vertical-align: middle;
}

.visual-preview h2 a {
	color: #63615e;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.visual-preview h2 a:hover {
	color: #969491;
}

.visual-preview .btn {
	top: -8px;
}

.visual-preview .btn.next {
	right: 7px;
}

.visual-preview .btn.prev {
	left: 7px;
}

.visual-preview .slide {
	margin-bottom: 22px;
	float: right;
	position: relative;
}

.visual-preview .slide.style2 {
	margin-bottom: 29px;
}

.visual-preview .slide.style2.big .text-holder {
	float: right;
	padding: 18px 17px 30px 20px;
	background: rgba(132, 21, 43, .85);
}

.visual-preview .slide.style2.big .text-holder h3 {
	margin: 0 0 17px;
}

.visual-preview .slide.style2.big .text-holder p {
	margin: 0 0 54px;
}

.visual-preview .slide.style2.big .heading {
	padding-top: 44px;
}

.visual-preview .slide.style2.big .heading:before,
.visual-preview .slide.style2.big .heading:after {
	top: 41px;
}

.visual-preview .slide.style2.big .more {
	width: 73%;
}

.visual-preview .slide.style2.big .more:hover {
	border-color: #b67624;
}

.visual-preview .slide .visual-holder {
	margin: 0 0 15px;
	overflow: hidden;
}

/*.visual-preview .slide .visual-holder.bg-stretch img {
	max-width: none;
}*/

.visual-preview .slide .text-holder {
	padding: 0 25px;
	line-height: 16px;
	color: #5c5a5a;
}

.visual-preview .slide .text-holder > h3 {
	font-size: 18px;
	line-height: 22px;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	color: #41403e;
	margin: 0 0 8px;
}

.visual-preview .slide .text-holder p {
	margin: 0 0 14px;
}

.visual-preview .slide .more {
	text-transform: capitalize;
	padding: 0 13px 11px 19px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin-left: -7px;
	display: inline-block;
	vertical-align: middle;
}

.visual-preview .slide.big {
	width: 100%;
}

.visual-preview .slide.big .visual-holder {
	margin: 0;
}

.visual-preview .slide.big .heading {
	padding-top: 41px;
}

.visual-preview .slide.big .heading:before,
.visual-preview .slide.big .heading:after {
	top: 36px;
	background: rgba(255, 255, 255, .41);
	height: 2px;
	width: 96px;
}

.visual-preview .slide.big .heading:before {
	left: 57%;
}

.visual-preview .slide.big .heading:after {
	right: 56%;
	left: auto;
}

.visual-preview .slide.big .text-holder {
	padding: 14px 15px 27px 19px;
	background: rgba(182, 118, 36, .85);
	font-size: 15px;
	line-height: 18px;
	width: 48.2871125612%;
	position: relative;
	z-index: 20;
	color: #f4f3ef;
	float: left;
}

.visual-preview .slide.big .text-holder h3 {
	font-size: 22px;
	line-height: 27px;
	text-transform: uppercase;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	color: #f4f3ef;
	margin: 0 0 9px;
	text-transform: uppercase;
}

.visual-preview .slide.big .text-holder p {
	margin: 0 25px 18px;
}

.visual-preview .slide.big .more {
	width: 71%;
	margin: 0 auto;
	display: block;
	padding: 6px 5px 6px;
	border: 2px solid #fff;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.visual-preview .slide.big .more:hover {
	border-color: #8a012a;
}

.visual-preview .slide.big .more:after {
	display: none;
}

.visual-preview .slide.small {
	width: 50%;
	float: left;
	padding: 0 11px 0 0;
}

.visual-preview .slide.small-style2 {
	float: left;
	width: 50%;
	padding: 0 0 0 11px;
}

.visual-preview .holder {
	margin-top: -2px;
}

.visual-preview .holder .all {
	font-size: 17px;
	line-height: 21px;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	position: relative;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	margin-left: 15px;
}

.visual-preview .holder .all:after,
.visual-preview .holder .all:before {
	content: "";
	position: absolute;
	left: 103%;
	width: 999px;
	top: 11px;
	height: 1px;
	background: rgba(124, 122, 118, .4);
}

.visual-preview .holder .all:after {
	right: 105%;
	left: auto;
}

.visual-preview .holder .arrow {
	width: 11px;
	height: 13px;
	background: url(/images/sprite.png) -46px -127px no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.visual-preview.plan-visit,
.visual-preview.discover-inner {
	font-size: 17px;
	color: #5c5a5a;
	line-height: 1.2;
}

.visual-preview.plan-visit .visual-holder,
.visual-preview.discover-inner .visual-holder {
	position: relative;
	margin: 0 0 24px;
}

.visual-preview.plan-visit .visual-holder:after,
.visual-preview.discover-inner .visual-holder:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0 12px 8px;
	border-color: transparent transparent #f3f2ea transparent;
	display: block;
	left: 50%;
	bottom: 0;
	margin-left: -12px;
}

.visual-preview.plan-visit h2,
.visual-preview.discover-inner h2 {
	margin: 0 0 17px;
}

.visual-preview.plan-visit h3,
.visual-preview.discover-inner h3 {
	font-size: 20px;
	font-family: "TrajanRegular", "Times New Roman", Times, serif;
	line-height: 1.2;
	margin: 0 0 9px;
	padding: 0 25px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -.02em;
}

.visual-preview.plan-visit h3:after,
.visual-preview.discover-inner h3:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 22px;
	background: url(/images/sprite.png) -19px -101px no-repeat;
	right: 0;
	top: -1px;
}

.visual-preview.plan-visit p,
.visual-preview.discover-inner p {
	margin: 0 10px 15px;
}

.visual-preview.discover-inner {
	font-size: 15px;
	overflow: visible;
}

.visual-preview.discover-inner h2 {
	margin: 0 0 10px;
}

.visual-preview.discover-inner h3 {
	line-height: 1.5;
	margin: 0 0 7px;
}

.visual-preview.discover-inner h3:after {
	top: 1px;
}

.visual-preview.discover-inner p {
	margin: 0 10px 8px;
}

.visual-preview.discover-inner .visual-holder {
	margin: 0 0 21px;
}

.visual-preview.discover-inner .intro-text {
	margin: 0 38% 0 80px;
}

.visual-preview.discover-inner .visit-list {
	border: none;
	padding: 44px 0 15px;
	margin: 0 -19px 0 2px;
}

.visual-preview.discover-inner .visit-list li {
	width: 33.3%;
	padding: 0 11px 6px;
}

.visual-preview.whats-on {
	border-bottom: 1px solid rgba(99, 97, 94, .27);
	padding-bottom: 9px;
	margin-bottom: 19px;
}

.visual-preview.whats-on .big .text-holder {
	/*float: right;*/
	width: 52%;
	padding: 14px 23px 24px 23px;
}

.visual-preview.whats-on .big .heading {
	margin: 0 50px 5px;
}

.visual-preview.whats-on .big .heading:before,
.visual-preview.whats-on .big .heading:after {
	width: 52px;
}

.visual-preview.whats-on .big .dates-box {
	font-size: 13px;
	margin: 0 0 25px;
	line-height: 1.4;
}

.visual-preview.whats-on .small,
.visual-preview.whats-on .small-style2 {
	margin-bottom: 40px;
}

.visual-preview.whats-on .small .more,
.visual-preview.whats-on .small-style2 .more {
	font-size: 16px;
	line-height: 23px;
}

.visual-preview.whats-on .text-holder {
	padding: 0 18px;
}

.visual-preview .visit-list {
	margin: 0 -11px;
	border-bottom: 1px solid rgba(92, 90, 90, .27);
	padding: 49px 0 12px;
}

.visual-preview li {
	float: left;
	width: 50%;
	padding: 0 11px 10px;
	font-size: 13px;
}

.dates-box {
	font-size: 14px;
	color: #5c5a5a;
	text-align: left;
	padding: 4px 10px 0 51px;
	position: relative;
	margin: 0 0 13px;
	overflow: hidden;
	min-height: 40px;
	max-width: 285px;
}

.dates-box a {
	color: #5c5a5a;
	text-decoration: underline;
}

.dates-box strong {
	display: block;
	margin: 0 0 2px;
}

.dates-box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	width: 29px;
	height: 31px;
	background: url(/images/sprite.png) -50px -34px no-repeat;
}

.dates-box.light-style {
	color: #f4f3ef;
}

.dates-box.light-style a {
	color: #f4f3ef;
}

.dates-box.light-style:before {
	width: 29px;
	height: 31px;
	background: url(/images/sprite.png) -50px 0 no-repeat;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.info-blocks-holder {
	margin-bottom: 55px;
}

.info-blocks-holder.alt-style .block {
	padding: 10px 13px 16px 15px;
}

.info-blocks-holder.alt-style .alignleft {
	margin: -9px 41px 13px 0;
}

.info-blocks-holder.alt-style .alignright {
	margin: -7px 0 0 40px;
}

.info-blocks-holder.alt-style h2 {
	font-size: 24px;
	font-family: "TrajanRegular", "Times New Roman", Times, serif;
	text-align: center;
	text-transform: capitalize;
	margin: 0 0 23px;
}

.info-blocks-holder.alt-style h3 {
	font-size: 17px;
	text-transform: capitalize;
	margin: 0 0 15px;
}

.info-blocks-holder.alt-style h3 a {
	color: #484747;
}

.info-blocks-holder.alt-style h3 a:hover {
	color: #bc8032;
}

.info-blocks-holder.alt-style strong {
	font-size: 14px;
}

.info-blocks-holder.alt-style .dates-box {
	padding-left: 42px;
}

.info-block {
	font-size: 14px;
	color: #5c5a5a;
	padding: 2px 0 3px;
	border-bottom: 1px solid rgba(92, 90, 90, .27);
}

.info-block .block {
	padding: 10px 8px 6px 2px;
	line-height: 1.3;
}

.info-block h2 {
	font-family: "TrajanRegular", "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 27px;
	text-align: center;
}

.info-block .alignleft {
	margin: -11px 25px 15px 0;
}

.info-block .alignright {
	margin: 0 0 0 40px;
}

.info-block strong {
	font-size: 16px;
	line-height: 1.1;
}

.info-block img {
	max-width: 100%;
	width: auto;
}

.info-block.routes strong {
	color: #484747;
}

.info-block.routes .block {
	background: #e5e4db;
	padding: 28px 37px 8px 32px;
}

.info-block.routes h2 {
	padding: 0 100px;
}

.info-block.routes img {
	margin: -57px 0 0 40px;
}

.info-block.downloads .block {
	position: relative;
	background: #8a012a;
	color: #fff;
	padding: 42px 40px 9px 13px;
	min-height: 256px;
}

.info-block.downloads .box {
	padding-left: 171px;
}

.info-block.downloads h2 {
	text-align: left;
	margin: 0 0 20px;
	padding-left: 0px;
}

.info-block.downloads a {
	color: #fff;
}

.info-block.downloads a:hover {
	color: #bc8032;
}

.info-block.downloads img {
	margin: 0;
	position: absolute;
    bottom: 0px;
    margin-left: -13px;
}

.info-block.star .block {
	background: #e5e4db;
	padding: 35px 12px 52px 35px;
}

.info-block.christmas-lunch .alignleft {
	margin: -32px 43px 13px 0;
}

.info-block.last-child {
	padding: 3px 0 51px;
}

.info-block.last-child.christmas-lunch {
	padding: 0;
}

.info-block.last-child.christmas-lunch .block {
	padding: 68px 13px 37px 12px;
}

.comments .post-holder {
	text-align: left;
}

.comments .visual-holder {
	float: left;
	margin: 1px 0 0;
}

.comments .visual-holder img {
	max-width: 100%;
	width: 100%;
}

.comments .text-holder {
	float: right;
	width: 82.3817292007%;
	background-color: #e5e4db;
	position: relative;
	padding: 19px 45px 32px 32px;
	border-color: #e5e4db;
}

.comments .text-holder:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 0;
	border-color: #e5e4db;
	top: 13px;
	right: 100%;
	margin-right: -2px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 10px solid #e5e4db;
	border-right-color: inherit;
}

.comments .text-holder h3 {
	font-size: 24px;
	line-height: 37px;
	position: relative;
	padding: 10px 40px 0;
	margin: 0 0 23px;
	/*max-width: 330px;*/
	display: inline-block;
	vertical-align: middle;
}

.comments .text-holder h3:before,
.comments .text-holder h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 29px;
	height: 20px;
	background: url(/images/sprite.png) -50px -100px no-repeat;
}

.comments .text-holder h3:after {
	left: auto;
	right: 0;
	width: 29px;
	height: 20px;
	background: url(/images/sprite.png) -82px 0 no-repeat;
}

.comments .text-holder h3 > a {
	color: #555452;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.comments .text-holder h3 > a:hover {
	color: #b67624;
}

.comments .text-holder p {
	margin: 0 0 10px 3px;
}

.comments .text-holder .more {
	text-decoration: underline;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.comments .rating-holder {
	position: absolute;
	right: 22px;
	top: 22px;
}

.blog {
	font-size: 14px;
	line-height: 16px;
	margin: 32px 0 17px;
}

.blog .box {
	padding: 0 30px;
}

.blog .image-holder {
	margin: 0 -25px -11px -20px;
	position: relative;
}

.blog .main-image {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 3% 13.7% 10% 14.2%;
}

.blog h3 {
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 10px;
}

.blog a {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.blog p {
	margin: 0 0 7px;
}

.blog h2 {
	font-size: 24px;
	line-height: 25px;
	font-family: "TrajanRegular", "Times New Roman", Times, serif;
	color: #63615e;
	text-transform: capitalize;
	margin: 0 0 30px;
}

.blog img {
	padding: 0 10px 0 15px;
}

.breadcrumbs-holder {
	font-size:13px;
	color: #6e6c69;
	text-align: left;
	margin: 0 0 5px -11px;
}

.breadcrumbs-holder li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	margin-bottom: 10px;
	position: relative;
}

.breadcrumbs-holder li:after {
	content: "";
	position: absolute;
	right: -7px;
	top: 50%;
	margin-top: -6px;
	width: 11px;
	height: 13px;
	background: url(/images/sprite.png) -60px -127px no-repeat;
}

.breadcrumbs-holder li.last-child:after {
	display: none;
}

.breadcrumbs-holder a {
	-webkit-transition: color .3s;
	transition: color .3s;
}

.social-block {
	position: relative;
}

.social-block h2 {
	font-size: 24px;
	line-height: 25px;
	font-family: "TrajanRegular", "Times New Roman", Times, serif;
	color: #63615e;
	text-transform: capitalize;
	margin: 0 0 22px;
	display: none;
}

.social-block .tabset a {
	display: block;
	height: 100%;
	padding-top: 13px;
}

.social-block .tabset li {
	width: 33.3%;
	float: left;
	height: 46px;
	background-color: #8a012a;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.social-block .tabset li:hover {
	background-color: #b67624;
}

.social-block .tabset li.twitter {
	border-left: 1px solid rgba(255, 255, 255, .42);
}

.social-block .tabset li.twitter a {
	padding-top: 16px;
}

.social-block .tabset li.instagram {
	border-left: 1px solid rgba(255, 255, 255, .42);
}

.social-block .tabset li.active {
	background-color: #b67624;
}

.social-block .opener {
	background-color: #8a012a;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	display: none;
}

.social-block .opener:hover {
	background-color: #b67624;
}

.social-block .accordion {
	overflow-y: auto;
	height: 514px;
	width: 100% !important;
	background-color: #e5e4db;
}

.social-block .jcf-scrollbar-horizontal {
	display: none;
}

.social-block li {
	overflow: hidden;
}

.social-block li.active .opener {
	background-color: #b67624;
}

.social-block li.active .opener:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 20px;
}

.social-block li.active .slide {
	position: static;
}

.social-block .slide {
	padding: 36px 41px 20px 19px;
}

.social-block .icon-facebook,
.social-block .icon-twitter,
.social-block .icon-instagram {
	display: block;
	margin: 0 auto;
}

.social-block .icon-facebook {
	width: 23px;
	height: 23px;
	background: url(/images/sprite.png) -82px -23px no-repeat;
}

.social-block .icon-twitter {
	width: 20px;
	height: 17px;
	background: url(/images/sprite.png) -23px -127px no-repeat;
}

.social-block .icon-instagram {
	width: 19px;
	height: 21px;
	background: url(/images/sprite.png) -114px -51px no-repeat;
}

.social-block .post-holder {
	text-align: left;
	line-height: 16px;
	color: #5c5a5a;
	margin: 0 0 40px;
}

.social-block .post {
	margin: 0 0 15px;
}

.social-block .post-logo {
	width: 60px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	float: left;
	padding: 2px 0;
	margin: 0 10px 0 0;
}

.social-block .post-logo img {
	width: auto;
}

.social-block h3 {
	padding-top: 26px;
	margin: 0;
	font-size: 18px;
	line-height: 20px;
}

.social-block h3 a {
	color: #5c5a5a;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.social-block h3 a:hover {
	color: #b67624;
}

.social-block .time {
	font-size: 11px;
	line-height: 15px;
	display: block;
	margin-bottom: 11px;
}

.social-block .post-content {
	clear: both;
}

.social-block .post-content p {
	margin: 0 0 20px 5px;
}

#footer {
	background-color: #222120;
    margin-top:80px;
}

#footer .container {
	position: relative;
	padding: 0 0 0 19px;
}

#footer .decoration-holder {
	position: absolute;
	right: 16px;
	top: -78px;
}

#footer .partners {
	padding: 23px 0 22px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#footer .partners .alignleft {
	float: left;
	margin: 7px 0 0 -13px;
}

#footer .partners .alignleft img {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#footer .partners .alignleft a {
	display: block;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#footer .partners .alignleft a:hover img {
	opacity: .7;
}

#footer .partners .logo-holder {
	float: right;
	max-width: 800px;
}

#footer .partners .logo-holder ul {
	font-size: 0;
	display: table;
}

#footer .partners .logo-holder li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 23px 0 26px;
	border-left: 1px solid rgba(255, 255, 255, .2);
}

#footer .partners .logo-holder li:first-child {
	border-left: none;
}

#footer .partners .logo-holder li:last-child {
	padding: 0 0 0 20px;
}

#footer .partners .logo-holder a {
	display: block;
}

#footer .partners .logo-holder a:hover img {
	opacity: .7;
}

#footer .partners .logo-holder img {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#footer .information {
	padding: 23px 0;
}

#footer .information .info-list {
	float: left;
}

#footer .information .info-list:first-child li:first-child {
	margin: 0;
}

#footer .information .info-list li {
	float: left;
	margin: 0 0 20px 72px;
}

#footer .information .info-list a {
	font-size: 14px;
	line-height: 18px;
	color: #e5e4db;
}
				
#footer .information .info-list a:hover {
	opacity: .7;					
}

.options-holder {
	margin: 0 0 13px;
}

.options-holder h2,
.options-holder .select-form {
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

.options-holder .select-form {
	width: 64%;
}

.options-holder h2 {
	width: 35%;
	margin: 0 0 20px;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e5e4db;
	width: 19px;
	bottom: 0;
	right: 0;
	top: 0;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .19);
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: rgba(99, 100, 106, .24);
	height: 17px;
	width: 17px;
	left: 0;
	top: 0;
	margin: 0 auto;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .1);
	position: relative;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec:before,
.jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
	width: 12px;
	height: 8px;
	background: url(/images/sprite.png) -112px -127px no-repeat;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -6px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec:hover,
.jcf-scrollbar-vertical .jcf-scrollbar-inc:hover {
	background: rgba(140, 136, 136, .24);
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
	width: 12px;
	height: 8px;
	background: url(/images/sprite.png) -127px -127px no-repeat;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: rgba(185, 184, 177, .51);
	height: 1px;
	width: 19px;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .2);
	position: relative !important;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle:after {
	width: 16px;
	height: 124px;
	background: url(/images/sprite.png) 0 0 no-repeat;
	background-repeat: repeat-y;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: .2;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle:before {
	width: 8px;
	height: 8px;
	background: url(/images/sprite.png) -103px -102px no-repeat;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e5e4db;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.js-hidden {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	display: block !important;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border: 2px solid rgba(118, 123, 127, .43);
	background: #fff;
	min-width: 300px;
	height: 44px;
	margin: 0 0 20px;
	text-align: left;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	width: 100%;
	text-transform: uppercase;
	font-size: 24px;
	color: #6a6867;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	line-height: 40px;
	margin: 0 21px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	border-left: 2px solid rgba(189, 191, 188, .49);
	width: 50px;
	bottom: 0;
	right: 0;
	top: 0;
	background: url(/images/icon-select-arrow.png) no-repeat 50% 50%;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 2px solid rgba(118, 123, 127, .43);
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	font-size: 23px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "Vesta", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 21px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #767b7f !important;
}

@media only screen and (min-width: 768px) {
	.cycle-gallery .mask {
		height: auto !important;
	}
}

@media only screen and (min-width: 1043px) {
	#main-nav .js-slide-hidden {
		display: block !important;
		left: auto !important;
		top: auto !important;
		position: relative !important;
	}

	#main-nav .nav > li > ul {
		display: none !important;
	}

	#main-nav .nav > li.active > ul {
		display: block !important;
		opacity: 1 !important;
	}

}

@media only screen and (max-width: 1042px) {
	.nav-opener {
		display: block;
	}

	#header {
		background-color: #871126;
		position: relative;
	}

	#header.header-style2 {
		margin: 0;
		background-color: #871126;
	}

	#header.header-style2 .nav > li > ul > li > ul {
		background: #4e0514;
	}

	#header .container {
		padding-bottom: 10px;
	}

	#header .navbar {
		width: 80%;
	}

	#header .nav-holder {
		padding: 0;
	}

	.nav {
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		padding: 20px 20px 10px 18px;
		background-color: #871126;
		margin-top: -1px;
		font-family: "TrajanRegular", "Times New Roman", Times, serif;
	}

	.nav li {
		text-align: left;
	}

	.nav li.has-drop-down {
		position: relative;
	}

	.nav li.has-drop-down:after {
		width: 20px;
		height: 24px;
		background: url(/images/sprite.png) -19px -74px no-repeat;
		content: "";
		position: absolute;
		right: 9px;
		top: 1px;
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
	}

	.nav li.drop-active {
		border-bottom: none;
	}

	.nav li.drop-active:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.nav li {
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}

	.nav > li {
		float: none;
		text-align: left;
		padding: 0 32px;
		margin: 0 0 4px;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		max-width: 100%;
	}

	.nav > li.first-child {
		padding: 0 32px;
	}

	.nav > li.first-child > a:before {
		display: block;
	}


	.nav > li.last-child,
	.nav > li:last-child {
		/*padding: 8px 32px; - Removed 18/11/15 to remove extra space from last tablet menu item. */
		border-bottom: none;
	}

	.nav > li.active > a:after {
		display: none;
	}

	.nav > li > ul {
		font-family: "TrajanRegular", "Times New Roman", Times, serif;
	}

	.nav > li > ul {
		position: relative;
		left: 0;
		padding: 0;
		background: #650719;
		margin: 0 -52px 0 -52px;
		padding: 0 20px 0 18px;
		border-top: 1px solid rgba(255, 255, 255, .3);
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		box-shadow: inset 0 18px 7px -16px rgba(0, 0, 0, .15);
		text-align: left;
	}

	.nav > li > ul:before {
		display: none;
	}

	.nav > li > ul > li {
		float: none;
		width: 100%;
		display: block;
		height: auto !important;
		margin: 0;
		padding: 0 28px 0 41px;
		max-width: 100%;
	}

	.nav > li > ul > li:first-child:before {
		display: block;
	}

	.nav > li > ul > li.last-child > ul {
		text-align: left;
	}

	.nav > li > ul > li:before {
		width: 5px;
		height: 5px;
		left: 23px;
		top: 23px;
	}

	.nav > li > ul > li.drop-active > ul:before {
		display: none;
	}

	.nav > li > ul > li > ul {
		position: static;
		background: #4e0514;
		padding: 0 20px 0 18px;
		margin: 0 -52px 0 -58px;
		border-top: 1px solid rgba(255, 255, 255, .3);
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		box-shadow: inset 0 18px 7px -16px rgba(0, 0, 0, .15);
		width: auto;
	}

	.nav > li > ul > li > ul li {
		padding: 0 32px 0 53px;
	}

	.nav > li > ul > li > ul a:before {
		display: block;
		top: 20px;
	}

	.nav > li > ul a {
		padding: 14px 0 8px;
	}

	.nav a {
		display: block;
		padding: 6px 0 8px;
	}

	.nav a {
		display: block;
		padding: 7px 0 4px;
	}

	.nav a:before {
		top: 13px;
		left: -20px;
	}

	.visual-intro .main-heading-holder {
		left: 0;
		right: 0;
		max-width: 100%;
		padding: 45px 40px 0;
	}
    
	.main-slideshow .main-heading-holder {
		left: 50%;
		margin-left: -268px;
	}

	.main-slideshow .pagination {
		left: 50%;
		margin-left: -35px;
	}

	#content {
		float: none;
		width: 100%;
	}

	#sidebar,
	.right-col {
		float: none;
		width: 100%;
	}

	.calendar {
		max-width: 370px;
		margin: 0 auto 22px;
	}

	.shedule {
		margin-top: 0;
	}

	.featured-item {
		max-width: 370px;
		margin: 0 auto 22px;
	}

	.secrets .gallery .btn {
		top: 230px;
	}

	#wrapper.inner-visit .shedule,
	#wrapper.inner-discover .shedule,
	#wrapper.inner-whats-on .shedule {
		margin-top: 0;
	}

	#wrapper.inner-visit #main {
		margin-bottom: 100px;
	}

	#wrapper.inner-discover #sidebar {
		position: static;
		width: 100%;
	}

	#wrapper.inner-discover .visual-intro .main-heading-holder {
		left: 0;
	}

	#wrapper.inner-discover .breadcrumbs-holder {
		margin: 0;
	}

	#wrapper.inner-whats-on #main {
		margin-bottom: 100px;
	}

	#wrapper.inner-whats-on .breadcrumbs-holder {
		margin: 0;
	}

	.visual-preview.plan-visit h3,
	.visual-preview.discover-inner h3 {
		font-size: 18px;
	}

	.visual-preview.plan-visit h3:after,
	.visual-preview.discover-inner h3:after {
		top: -3px;
	}

	.visual-preview.discover-inner h3:after {
		top: 0;
	}

	.visual-preview.discover-inner .intro-text {
		margin: 0;
	}

	.visual-preview.discover-inner .visit-list {
		margin: 0;
	}

	.visual-preview.discover-inner .visit-list li {
		width: 50%;
		padding: 0 10px 15px;
	}

	.visual-preview li {
		padding: 0 10px 15px;
	}

	.info-block .block {
		padding: 20px;
	}

	.info-block.downloads h2 {
		margin: 0 0 20px;
		text-align: left;
		padding-left: 0;
	}

	.blog {
		width: 50%;
		float: left;
		padding: 0 20px;
	}

	.blog .box {
		padding: 10px 15px 0;
	}

	.social-block {
		width: 50%;
		float: right;
	}

	.social-block .tabset {
		display: none;
	}

	.social-block .opener {
		font-size: 15px;
		line-height: 18px;
		color: #f3f2ea;
		font-weight: normal;
		position: relative;
		margin-bottom: 1px;
		padding: 12px 30px 11px 65px;
		text-align: left;
		display: block;
	}

	.social-block .opener:after {
		content: "";
		position: absolute;
		right: 11px;
		top: 11px;
		-webkit-transition: -webkit-transform .3s ease, right .3s ease;
		transition: transform .3s ease, right .3s ease;
		width: 20px;
		height: 24px;
		background: url(/images/sprite.png) -19px -74px no-repeat;
	}

	.social-block .accordion {
		height: auto;
		overflow: hidden;
	}

	.social-block .icon-facebook,
	.social-block .icon-twitter,
	.social-block .icon-instagram {
		position: absolute;
		left: 23px;
		top: 10px;
		margin: 0;
		display: inline-block;
		vertical-align: middle;
	}

	.social-block .icon-twitter {
		top: 15px;
	}

	.social-block .post-holder {
		/*height: 104px;*/
		overflow: hidden;
		text-overflow: ellipsis; 
		margin: 0 0 27px;
	}

	.social-block .post-holder:last-child {
		margin: 0;
	}

    .social-block .slide {
        height:514px !important;
    }

	#footer .container {
		padding: 0 19px;
	}

	#footer .information .info-list {
		width: 50%;
		padding: 0 5px;
	}

	#footer .information .info-list li {
		margin: 0;
		float: none;
	}

    .visual-preview.whats-on .big .dates-box {
        font-size:14px;
    }
}

@media only screen and (max-width: 768px) {
 	.main-slideshow .main-heading-holder h1 {
		font-size: 21px;
		line-height: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		padding: 0 9px;
	}

	.nav-opener {
		margin: 0;
	}

	.main-heading-holder:before,
	.main-heading-holder:after,
	.heading:before,
	.heading:after {
		width: 115px;
		top: 23px;
	}

	.main-heading-holder:before,
	.heading:before {
		left: 57%;
	}

	.main-heading-holder:after,
	.heading:after {
		right: 57%;
	}

	#header .container {
		padding-bottom: 8px;
	}

	#header .logo {
		margin: 0 0 0 20px;
	}

	#header .logo a {
		padding: 5px 2px 7px 0;
	}

	#header .logo img {
		width: 84px;
		height: 66px;
	}

	#header .navbar {
		clear: both;
		padding: 0;
		width: 100%;
	}

	#header .social-holder {
		display: none;
	}

	#header .opener-holder {
		position: absolute;
		right: 28px;
		top: 29px;
		text-align: right;
	}

	#header .opener-holder .title {
		display: none; /*display: inline-block; bug:2087 */
		vertical-align: middle;
	}

	.nav {
		position: static;
		padding: 15px 10px 0 10px;
	}

	.main-slideshow .main-heading-holder {
		max-width: 330px;
		margin-left: -168px;
		padding: 39px 10px 0;
		bottom: 35px;
	}

	.main-slideshow .main-heading-holder h1 {
		font-size: 19px;
		line-height: 25px;
	}

	.main-slideshow .pagination {
		bottom: 6px;
		margin-left: -36px;
	}

	#main {
		margin-bottom: 79px;
	}

	.red-bordered {
		margin: 0 -9px;
	}

	.red-bordered,
	.calendar {
		padding: 6px 7px 8px 9px;
	}

	.xml-datepicker .ui-datepicker-calendar thead {
		font-size: 9px;
	}

	.xml-datepicker .ui-datepicker-calendar td {
		width: 30px;
		height: 30px;
		min-width: 30px;
	}

	.xml-datepicker .ui-datepicker-calendar td:nth-child(4) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(11) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(18) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(25) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(32) .tooltip-holder {
		left: -100px;
	}

	.xml-datepicker .ui-datepicker-calendar td:nth-child(4) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(11) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(18) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(25) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(32) .tooltip-holder:before {
		left: 120px;
	}

	.xml-datepicker .ui-datepicker-calendar td:nth-child(5) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(12) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(19) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(26) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(33) .tooltip-holder {
		left: -100px;
	}

	.xml-datepicker .ui-datepicker-calendar td:nth-child(5) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(12) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(19) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(26) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(33) .tooltip-holder:before {
		left: 120px;
	}

	.xml-datepicker .ui-datepicker-calendar td:nth-child(6) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(13) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(20) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(27) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(34) .tooltip-holder {
		left: -140px;
	}

	.xml-datepicker .ui-datepicker-calendar td:nth-child(6) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(13) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(20) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(27) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(34) .tooltip-holder:before {
		left: 159px;
	}

	.xml-datepicker .ui-datepicker-calendar td:nth-child(7) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(14) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(21) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(28) .tooltip-holder,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(35) .tooltip-holder {
		left: -163px;
	}

	.xml-datepicker .ui-datepicker-calendar td:nth-child(7) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(14) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(21) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(28) .tooltip-holder:before,
	.xml-datepicker .ui-datepicker-calendar td:nth-child(35) .tooltip-holder:before {
		left: 182px;
	}

	.xml-datepicker .ui-datepicker-calendar td > a {
		line-height: 30px;
	}

    .xml-datepicker .event-holder {
		padding: 10px 5px;
	}

	.xml-datepicker .tooltip-holder {
		width: 200px;
		padding: 10px;
		bottom: 35px;
		left: 0;
	}

	.xml-datepicker .tooltip-holder:before {
		left: 18px;
	}

	.xml-datepicker .tooltip {
		/*padding: 10px 0 0;*/
		font-size: 12px;
	}

	.xml-datepicker .title {
		font-size: 16px;
	}

	.xml-datepicker .date {
		font-size: 13px;
		margin: 0 0 10px;
	}

	.shedule {
		margin: 0 -9px;
		padding: 6px 7px 8px 9px;
	}

	.shedule .box {
		color: #dacfb4;
	}

	.shedule .holder {
		padding: 13px 30px 23px 42px;
	}

	.shedule h2 {
		font-size: 20px;
		line-height: 26px;
		margin: 0 20px 2px;
	}

	.shedule .time {
		margin: 0 0 7px;
	}

	.shedule .entry {
		margin: 0 0 22px;
	}

	.shedule .btn {
		color: #dacfb4;
		margin: 0 0 17px;
	}

	.shedule .list-holder {
		margin: 0 -30px 0 -42px;
	}

	.shedule li {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 10px 0;
		width: 48%;
	}

	.shedule li > a {
		color: #dacfb4;
	}

	.small-block h3 {
		font-size: 25px;
		line-height: 30px;
		margin: 0 0 9px;
	}

	.small-block h3 a {
		color: #8a012a; /*#f9f8f2;*/
	}

	.small-block h3 a:hover {
		color: #815f38;
	}

	.excursion {
		margin: 20px -9px 20px;
		background-color: #e8e7de;
		padding: 26px 16px 12px;
		border-bottom: 1px solid #b6b4b2;
	}

	.excursion h2 {
		font-size: 22px;
		line-height: 31px;
		color: #63615e;
		margin: 0 30px 11px;
		font-family: "TrajanRegular", "Times New Roman", Times, serif;
		/*display: block; bugid:2058 */
	}

	.excursion .cycle-gallery {
		border: none;
	}

	.excursion .slide.mobile-visible {
		display: block;
	}

	.excursion .box {
		font-family: "Lato", "Arial", "Helvetica", sans-serif;
		color: #484644;
		padding: 0;
	}

	.excursion .box img {
		/*display: none; bug:2058 */
	}

	.excursion .box h3 {
		padding: 0 17px 8px 14px;
		background: url(/images/arrow-grey-body.png) 0 100% no-repeat;
		position: relative;
	}

	.excursion .box h3:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 9px;
		height: 13px;
		background: url(/images/sprite.png) -88px -127px no-repeat;
	}

	.excursion .box p {
		padding: 0 15px 10px;
	}

	.excursion .more {
		display: none;
	}

	.cycle-gallery .btn,
	.gallery .btn {
		display: block;
	}

	#wrapper.inner-visit #main,
	#wrapper.inner-discover #main,
	#wrapper.inner-whats-on #main {
		margin-bottom: 80px;
	}

	#wrapper.inner-visit #content,
	#wrapper.inner-discover #content,
	#wrapper.inner-whats-on #content {
		padding-top: 15px;
	}

	#wrapper.inner-visit #main {
		margin-bottom: 80px;
	}

	#wrapper.inner-discover #content {
		padding-top: 15px;
	}

	.visual-preview {
		padding-top: 33px;
	}

	.visual-preview.discover {
		margin-bottom: 0;
		padding-top: 11px;
	}

	.visual-preview.discover h2 {
		margin: 0 40px 14px;
		padding: 0 10px 9px 10px;
	}

	.visual-preview.discover .mask {
		margin: 0 0 4px;
	}

	.visual-preview h2 {
		margin: 0 30px 17px;
		padding: 0 10px 7px 10px;
		background: url(/images/arrow-gold-body.png) 0 100% no-repeat;
		position: relative;
	}

	.visual-preview h2:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 9px;
		height: 13px;
		background: url(/images/sprite.png) -100px -127px no-repeat;
	}

	.visual-preview .slide.style2.big .text-holder {
		background: rgba(132, 21, 43, .9);
		padding: 7px 20px 24px 25px;
	}

	.visual-preview .slide.style2.big .text-holder h3 {
		margin: 0 0 6px;
	}

	.visual-preview .slide.style2.big .text-holder p {
		margin: 0 0 20px;
	}

	.visual-preview .slide.style2.big .heading {
		padding-top: 30px;
	}

	.visual-preview .slide.style2.big .heading:before,
	.visual-preview .slide.style2.big .heading:after {
		width: 53px;
		top: 22px;
	}

	.visual-preview .slide.style2.big .heading:before {
		left: 55.7%;
	}

	.visual-preview .slide.style2.big .more {
		width: 52%;
	}

	.visual-preview .slide .visual-holder.bg-stretch {
		position: static;
	}

	.visual-preview .slide .visual-holder.bg-stretch img {
		width: 100% !important;
		height: auto !important;
	}

	.visual-preview .slide .text-holder > h3 {
		min-height: 20px !important;
	}

	.visual-preview .slide.big {
		background-color: #000;
	}

	.visual-preview .slide.big .visual-holder {
		position: relative;
	}

	.visual-preview .slide.big .visual-holder:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 20px;
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .29) 0%, rgba(0, 0, 0, .61) 44%, rgba(0, 0, 0, .75) 64%, #000 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, .29) 0%, rgba(0, 0, 0, .61) 44%, rgba(0, 0, 0, .75) 64%, #000 100%);
		display: block;
		right: 0;
		left: 0;
		bottom: 0;
	}

	.visual-preview .slide.big .heading {
		padding-top: 33px;
		background: url(/images/crown.png) no-repeat 51% 0;
		background-size: 33px;
	}

	.visual-preview .slide.big .heading:before,
	.visual-preview .slide.big .heading:after {
		top: 20px;
		width: 68px;
	}

	.visual-preview .slide.big .heading:before {
		left: 55%;
	}

	.visual-preview .slide.big .heading:after {
		right: 53.3%;
	}

	.visual-preview .slide.big .text-holder {
		font-size: 14px;
		width: 100%;
		float: none;
		padding: 5px 15px 23px;
		background: rgba(182, 118, 36, .9);
		margin-top: -23px;
	}

	.visual-preview .slide.big .text-holder h3 {
		font-size: 20px;
		line-height: 23px;
		margin: 0 0 4px;
	}

	.visual-preview .slide.big .text-holder p {
		margin: 0 25px 21px;
	}

	.visual-preview .slide.big .more {
		font-size: 17px;
		line-height: 26px;
		width: 50%;
		padding: 2px 5px 2px;
	}

	.visual-preview .slide.small {
		width: 100%;
		padding: 0;
	}

	.visual-preview .slide.small-style2 {
		padding: 0;
		width: 100%;
	}

	.visual-preview .holder {
		display: none;
	}

	.visual-preview.plan-visit {
		padding-top: 14px;
	}

	.visual-preview.plan-visit h3,
	.visual-preview.discover-inner h3 {
		font-size: 16px;
	}

	.visual-preview.plan-visit h3:after,
	.visual-preview.discover-inner h3:after {
		top: -4px;
	}

	.visual-preview.discover-inner h3:after {
		top: -1px;
	}

	.visual-preview.discover-inner .visit-list {
		padding-top: 30px;
	}

	.visual-preview.whats-on .big .text-holder {
		width: 100%;
		float: none;
		padding: 10px;
	}

	.visual-preview.whats-on .big .heading {
		margin: 0 10px 5px;
	}

	.visual-preview.whats-on .big .heading:before,
	.visual-preview.whats-on .big .heading:after {
		width: 100px;
		top: 28px;
	}

	.visual-preview.whats-on .big .dates-box {
		font-size:14px;
        display: inline-block;
		vertical-align: top;
		margin: 0 0 20px;
	}

	.visual-preview .visit-list {
		margin: 0;
		padding-top: 30px;
	}

	.dates-box {
		margin: 0 auto 20px;
	}

	.info-blocks-holder {
		margin-bottom: 40px;
	}

	.info-blocks-holder.alt-style .block {
		padding: 10px;
	}

	.info-blocks-holder.alt-style img {
		/*width: 40%;*/ /* Commented out by KD on 24/06/2015 to fix Events Page 'You May Also Like section. Photo frame was not displayed correctly on smaller viewport.*/
	}

	.info-blocks-holder.alt-style .alignleft {
		margin: 0 15px 8px 0;
	}

	.info-block .block {
		padding: 15px;
	}

	.info-block .alignleft {
		margin: 0 15px 5px 0;
	}

	.info-block .alignright {
		margin: 0 0 0 20px;
	}

	.info-block.routes img {
		margin: 0 0 0 20px;
	}

	.info-block.star .block {
		padding: 10px;
	}

	.info-block.christmas-lunch .alignleft {
		margin: 0 15px 8px 0;
	}

	.info-block.last-child.christmas-lunch .block {
		padding: 10px;
	}

	.comments {
		display: none;
	}

	.blog {
		display: none;
	}

	.social-block h2 {
		display: block;
		margin: 0 0 20px;
	}

	.social-block {
		width: 100%;
		float: none;
	}

	.social-block .opener {
		padding: 13px 50px 15px 26px;
	}

	.social-block .slide {
		padding: 25px 30px 21px 27px;
	}

	.social-block .icon-facebook,
	.social-block .icon-twitter,
	.social-block .icon-instagram {
		display: none;
	}

	.social-block .post-holder {
		/*height: 77px;*/
		line-height: 17px;
	}

	.social-block .post-logo {
		width: 72px;
		height: 72px;
		margin: 1px 15px 0 0;
		padding: 6px 2px 8px 0;
	}

	.social-block h3 {
		padding-top: 0;
	}

	.social-block h3 a {
		font-size: 17px;
		line-height: 20px;
		font-family: "Vesta", "Arial", "Helvetica", sans-serif;
		font-weight: normal;
		color: #464545;
	}

	.social-block .time {
		font-size: 12px;
		line-height: 15px;
		font-family: "Vesta", "Arial", "Helvetica", sans-serif;
		font-weight: normal;
		margin-bottom: 6px;
	}

	.social-block .post-content {
		clear: none;
	}

	.social-block .post-content p {
		margin: 0 0 21px 5px;
	}

	#footer {
		padding: 0 0 8px;
	}

	#footer .container {
		padding: 0 9px;
	}

	#footer .decoration-holder {
		right: 0;
		top: -58px;
	}

	#footer .decoration-holder img {
		width: 71%;
	}

	#footer .partners {
		padding: 24px 0 14px;
	}

	#footer .partners .alignleft {
		margin: 0 4px 0 0;
		width: 33%;
	}

	#footer .partners .logo-holder {
		float: none;
		margin-right: -6px;
	}

	#footer .partners .logo-holder li:first-child {
		border-left: 1px solid rgba(255, 255, 255, .2);
	}

	#footer .partners .logo-holder li {
		padding: 0 8px;
	}

	#footer .partners .logo-holder li:last-child {
		padding: 0 8px;
	}

	#footer .information {
		padding: 12px 0;
	}

	#footer .information .info-list:first-child {
		width: 40%;
	}

	#footer .information .info-list a {
		font-size: 10px;
		line-height: 16px;
	}

	.options-holder h2,
	.options-holder .select-form {
		margin-right: 0;
	}

	.options-holder .select-form {
		width: 100%;
		display: block;
		max-width: 400px;
		margin: 0 auto;
	}

	.options-holder h2 {
		width: auto;
		padding: 0 50px 20px;
		margin: 0 0 15px;
	}
}


@media only screen and (max-width: 675px) {
    .media-container .media-image {
        max-height: 230px !important; 
    }
}

@media only screen and (max-width: 479px) {
	.media-container .media-image {
        max-height: 210px !important;
    }

    .visual-intro .main-heading-holder {
		padding: 40px 15px 0;
		bottom: 5px;
        display:none;
	}

	.visual-intro .main-heading-holder h1 {
		font-size: 20px;
        display:none;
	}

	.calendar .holder {
		padding: 15px 4px 30px 4px;
	}

	.calendar h2 {
		font-size: 23px;
		margin: 0 0 15px;
	}

	.xml-datepicker .ui-datepicker-prev,
	.xml-datepicker .ui-datepicker-next {
		top: 0;
	}

	.xml-datepicker .ui-datepicker-title {
		font-size: 21px;
	}

	.xml-datepicker .ui-datepicker-calendar {
		border-spacing: 2px;
		font-size: 16px;
	}

	.visual-preview.discover-inner .visit-list li {
		width: 100%;
	}

	.visual-preview li {
		width: 100%;
		float: none;
		padding: 0 0 20px;
	}

	.dates-box {
		margin: 0 0 20px;
	}

	.info-blocks-holder.alt-style img {
		width: auto;
	}

	.info-blocks-holder.alt-style .alignleft {
		margin: 0 auto 15px;
	}

	.info-blocks-holder.alt-style .alignright {
		margin: 0 auto 15px;
	}

	.info-block {
		font-size: 13px;
	}

	.info-block h2 {
		font-size: 18px;
		margin: 0 0 10px;
	}

	.info-block .alignleft {
		float: none;
		margin: 0 auto 10px;
	}

	.info-block .alignright {
		float: none;
		margin: 0 auto 10px;
	}

	.info-block strong {
		font-size: 14px;
	}

	.info-block.routes .block {
		padding: 20px 20px 8px 20px;
	}

	.info-block.routes img {
		margin: 0 auto 10px;
	}

	.info-block.downloads .block {
		padding: 20px 20px 10px 10px;
		min-height: 100%;
	}

	.info-block.downloads .box {
		padding-left: 0;
	}

	.info-block.downloads h2 {
		margin: 0 0 15px;
	}

	.info-block.downloads img {
		position: static;
		float: left;
		margin: 0px 15px 0px -10px;
		width: 40%;
	}

	.info-block.christmas-lunch .alignleft {
		margin: 0 auto 15px;
	}
}

@media only screen and (max-width: 520px) {
    .main-slideshow .main-heading-holder h1 {
        font-size: 19px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 450px) {
    /* Following 2 classes are used for the ContentAndImage View for left/right alignment */
    #contentFloat img {

    }
    #contentFloat.alignright {
        float:none;
    }
    .alignRight {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-right:35px !important;
    }
    .alignLeft {
        margin-right:35px !important;
    }
    #content .cycle-gallery h2 {
        font-size:18px;
    }
}

@media only screen and (max-width: 374px) {
	.main-slideshow .main-heading-holder {
		left: 0;
		right: 0;
		max-width: none;
		margin: 0;
        bottom: 12px;
        /*display:none;*/
	}

	.main-slideshow .main-heading-holder h1 {
		font-size: 11px;
		line-height: 20px;
        /*display:none;*/
	}

    .pagination {
        display:none;
    }

	.shedule .holder {
		padding: 12px 15px 17px 15px;
	}

	.shedule h2 {
		margin: 0 15px 2px;
	}

	.shedule .list-holder {
		margin: 0;
	}

	.shedule li {
		display: block;
		margin: 0 0 15px;
		width: 100%;
	}
}

