@import "reset.css";

/* Boxing clever with the boxmodel. */ 
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    position: relative;
    margin: 0 auto;
	background: #fff;
    font-family: calibri, 'Calibri W01', Lucida, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #555;
	overflow: auto;
	overflow-x: hidden;
}

body#home {
	background: #fff url('../images/rebrand/green-fade2.png') no-repeat center 450px;
}

.wrapper{
	width: 960px;
	margin: 0 auto;
}

.slider-wrap:before {
	content: '';
	display: block;
	width: 100%;
	height: 200px;
	z-index: 100;
	position: absolute;
	left: 0px;
background: -moz-linear-gradient(top,  rgba(63,76,107,0.45) 0%, rgba(63,76,107,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,76,107,0.45)), color-stop(100%,rgba(63,76,107,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(63,76,107,0.45) 0%,rgba(63,76,107,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(63,76,107,0.45) 0%,rgba(63,76,107,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(63,76,107,0.45) 0%,rgba(63,76,107,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(63,76,107,0.45) 0%,rgba(63,76,107,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#733f4c6b', endColorstr='#003f4c6b',GradientType=0 ); /* IE6-9 */


}

.heading-background {
	background: #006970 url(../images/rebrand/content-page.jpg) center no-repeat;
	height: 210px;
	position: absolute;
	top: 0;
	width: 100%;
}


footer .wrapper:before {
	display: none;
}

.slider-wrap{
    height: 460px;
	overflow:hidden;
    position: absolute;
    width: 100%;
	left:0;
	z-index:0;
	background: #eee;
}

.slider-wrap.master, .slider-wrap.landing{
	height: 360px !important;
}

.main-content .landing-slider li{
	background: none;
	padding: 0;
}

.landing-slider.right{
	float: right;
}
.headline-wrapper{
	margin: -400px auto 0;
	width:960px;
	position: relative;
}
.headline-wrapper a.green-button{
	text-decoration: none;
}
.headline-outer{
	z-index:100;
	position: absolute;
	top:65px;
	left:280px;
}

.headline-outer h1, .headline-outer h2{
	color: #fff;
	text-align: center;
	text-shadow:-2px -2px 20px rgba(0,0,0,0.7);
	text-transform: uppercase;
}

.headline-outer h1{
	font-size: 20px;
	font-weight: normal !important;
}
.headline-outer h2{
	font-size: 40px;
}

.headline-outer .bx-prev, .headline-outer .bx-next{
	display: none;
}

.headline .slider-button {
	color: #ffffff;
	text-decoration: none;
	padding: 5px 12px 10px 35px;
	height: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 105%;
	position: relative;
	left: 90px;
	top: 14px;
	cursor: pointer;
	background: url('../images/rebrand/front-page-link-box.png') no-repeat;
}
.headline .slider-button:after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 30px;
	background: url('../images/rebrand/front-page-link-box.png') no-repeat right top;
	top: 0;
	right: -20px;
}


.headline .slider-button:hover {
	background-position: 0 -30px;
}
.headline .slider-button:hover:after {
	background-position: right -30px;
}

.headline .slider-button:active {
	background-position: 0 -60px;
}

.headline .slider-button:active:after {
	background-position: right -60px;
}

input[type="text"] {
	font-family: inherit;
	padding: 2px 2px 2px 10px; 
}



/* Front page map feature */

.home-explorer{
	float: left;
	margin: 10px 0 20px ;
	width: 100%;
}
.map-feature {
	background: #c6dba5 url(../images/rebrand/map-pic.png) top left;
	text-align: center;
}
.map-feature-underlinks {
	background: #ecf4e1;
	padding: 20px;
	margin: 0 0 15px 0;	
}
.map-feature a {
	display: block;
	width: 100%;
	padding: 50px;
	box-shadow: inset 0 1px 0px 100px rgba(0,0,0,0);
	transition: all 0.6s;
}
.map-feature a:hover span {transition: all 0.3s;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	color: #00AEDF;
}
.map-feature a:hover  {
	box-shadow: inset 0 1px 0px 100px rgba(0,0,0,0.05);
}
.map-feature a:active  {
	box-shadow: inset 0 1px 0px 100px rgba(0,0,0,0.2);
	transition: all 0;
}
.map-link-label {
	background: rgba(255,255,255,0.7);
	padding: 20px 50px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	font-size: 180%;
	text-transform: uppercase;
}

.map-link-label.hasArrow:after {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid;
}

.map-feature a {
	text-decoration: none;
}

.icon-link:before {
	content: ''; 
	display: inline-block;
	height: 40px;
	width: 40px;
	position: relative;
	background-color: #ddd;
	background-image: url('../images/rebrand/business-types.png');
	background-position: center 40px;
	background-repeat: no-repeat;
	border-radius: 50%;
	left: 0;
	top: 14px;
	margin: -23px 5px 0 15px;
}

.icon-link.accomm:before {
	background-position: center 2px;
	background-color: #47A944;
}
.icon-link.attractions:before {
	background-position: center -158px;
	background-color: #50C6E7;
}
.icon-link.shops:before {
	background-position: center -78px;
	background-color: #EC1848;
}


/*============== CUSTOM STYLES ==============*/
.border {
    border: #000 solid 1px;
}
.border2 {
    border: #000 solid 2px;
}
.border3 {
    border: #000 solid 3px;
}

.border4 {
    border: #000 solid 4px;
}

.border5 {
    border: #000 solid 5px;
}
/*============== FILTER STYLES ==============*/
.filters{
	width: 165px;
	float: left;
	margin: 30px 0 0 35px;
	padding: 0 15px 0 0;
}

.filter{
	padding: 0 0 10px;
	background:url(../images/dark-green-dotted-line.png) left bottom repeat-x transparent;
	margin: 0 0 20px;
}

.filter input[type="checkbox"]{
	margin: 0 15px 15px 0;
}

.filter h2{
	color: #3e5962;
	margin: 0 0 25px;
}

.filter label{
	display: inline-block;
    margin: 0 10px 15px 0;
    width: 122px;
}

/*============== FLASH MESSAGE STYLES ==============*/
.flash-message{
	width: 890px;
	height: 42px;
	background:#EFF3E0;
	margin:20px auto 20px;
	line-height: 42px;
	padding: 0 20px;
}

.flash-message h3{
	float: left;
	color: #8EA925;
	margin:0 20px 0 0;
}

.flash-message span{
	color: #818181;
}

.flash-message a{
	background: url("../images/flash-message-x.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 23px;
    margin: 10px 0 0;
    width: 23px;
}
/*============== LOGIN/REGISTER STYLES ==============*/
.login-register-wrap{
    width: 726px;
    height: 350px;
    background: #fff;
}

.login-register-header{
	background: #f8f8f8;
	height: 44px;     
}

.tabHeading{
    position: absolute;
    z-index: 10;
    top:11px;
    left: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.tabHeading li{
    list-style:none;
    float: left;
    margin: 0 15px 0 0;
}

.tabHeading li a.active{
	background: #fff; 
}

.tabHeading a {
	background: #eee;
    display: inline-block;
    font-size: 110%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    width: 135px;
}

.tabContent{
    padding: 0;
    margin: 12px 0 0;
}

.tabContent li{
    display: none;
    width: 709px;
    height: 240px;
    background:#fff;
    padding: 15px 10px 40px;
}

.login-left{
    float: left;
    padding: 0 0 0 10px;
}

.login-left label{
    display:block;
    margin: 15px 0 5px;
}

.login-left input[type="text"], .login-left input[type="password"]{
	width: 200px;
 	border: 1px solid #ddd;
 	border-radius: 5px;
}


.login-left.forgot-password{
	padding: 20px 0 0;
}
.login-left.forgot-password dd#email-element{
	margin: 0;
}
.login-left input.error {
    border: #b31117 solid 2px;
}
.login-left input[type="submit"]{
    margin: 10px 20px 10px 0;
}

.login-left a{
}

.login-right{
    float: right;
}

li#register .login-left{
	width: 585px;
}

form#register{
	margin: 0 0 0 42px;
}
form#register dd, form#register dt{
	float: left;
	display: block;
	width: 250px;
	margin: 0;
}

.register-line-wrap{
	float: left;
	width:265px;
}

.register-line-wrap.submit{
	clear: left;
	margin: 10px 0 10px 200px;
}

#register dt#userNewsletterOptIn{
	display: block;
	width: 495px;
	clear: both;
	margin:15px 0 0 22px;
}

#userNewsletterOptIn label, #userNewsletterOptIn input[type="checkbox"]{
	float: left;
	margin: 0 15px 0 0;
}

	
/*============== MAIN STYLES ==============*/

.hasArrow {
	text-transform: uppercase;
	margin: 4px 0;
	display: block;
}
.hasArrow:after {
	content: '';
	display: inline-block;
	position: relative;
	left: 6px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid;
	width: 6px;
}

h2 .hasArrow {
	display: inline;
	float: right;
	color: #00AEDF !important;
	font-size: 60%;
	position: relative;
	top: 7px;
	text-decoration: none;
}
h2 .hasArrow:hover {
	text-decoration: underline;
}


.container{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	min-height: 300px;
	float: left;
	position: relative;
}
.container .tabHeading{
    padding: 0 0 0 30px;
    overflow: auto;
}

.container .tabHeading li{
    list-style:none;
    float: left;
    margin: 0 15px 0 0;
}

.container .tabHeading li a.active{
	background: #fff;
	border-bottom: none;
}

.container .tabHeading li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding:0 2px 2px;
    border-bottom: 1px solid #ddd;
}

.container .tabContent{
    padding: 0;
    margin: 0;
    float: left;
}

.container .tabContent li{
    display: block;
    width: 680px;
    height: 240px;
    background:#fff;
}

.master .container{
	padding: 0 0 30px;
}
img.contact-banner{
	display:block;
	margin: 20px 0 20px;
}

.main-top-buttons{
	padding: 0;
	margin: 0 15px 0 0;
	float: right;
	z-index: 1;
	position: relative;
}

.main-top-buttons li{
	list-style: none;
	float: left;
}

.main-top-buttons li a{
	display: block;
	margin: 0 0 0 20px;
	font-size: 85%;
	opacity: 0.5; 
	text-decoration: none;
}
.main-top-buttons li a:hover, 
.main-top-buttons li a:active {
	opacity: 1;
	text-decoration: underline;
}

.main-top-buttons li a.itinerary{
	padding: 0 0 0 10px;
}

.main-top-buttons li a.map{
	padding: 0 0 0 10px;
}

.main-content{
	float: left;    
	margin: -30px auto 0;
    padding: 30px 0 30px 35px;
    width: 704px;
	background: #fff;
	position: relative;
}
.main-content:before,
.business-title:before {
	display: block;
	content: '';
	width: 52px;
	height: 255px;
	position: absolute;
	left: -52px;
	top: 18px;
	z-index: 0;
	background: url('../images/rebrand/col-shadow.png') no-repeat;
}
.main-content:before {
	top: 30px;
}

.main-content a {
	color: #00AEDF;
}
.main-content a:hover {
	color: #50c6e7;
}
.main-content a:active {
	color: #007FA3;
}

.business-detail-wrap .main-content:before,
#businesses.main-content:before {
	display: none;
}


.container aside {
	z-index: 1;
	position: relative;
}

#business_search_wrap .main-content{
	margin-top: 0;
}

.main-content  span {
	font-size: inherit !important;
	font-family: inherit !important;
}

.main-content ul{
	padding: 0;
	margin: 20px 0;
}
.main-content li{
	margin-left: 24px;
	padding: 0px 0 3px 0px;
	list-style: disc;
	max-width: 570px;
}
.main-content h1, .container h1, .my-booking-wrap h1{
	font-size: 220%;
	text-transform: uppercase;
	font-weight: normal;
	margin: 20px 0px 25px 0px;
}

.main-content span {
	font-size: inherit !important;
}

.business-listing-wrap.filtered h1{
	font-size: 21px;
	margin: 0;
}

.business-listing-wrap.filtered h1{
	margin-top: 30px;
}

.business-listing-wrap.unfiltered h1{
	margin: 0;
}

h1.title-no-options{
	margin: 30px 0 15px 25px;
	font-size: 220%;
	color:#5e7e38;
}

.main-content p{
	margin:0 0 15px;
	max-width: 600px;
	line-height: 1.5;
}
.main-content p span {
	font-size: inherit !important;
}

.main-content p img {
	max-width: 100%;
	height: auto !important;
}
.main-content li p, .main-content li a{
	font-size: 100%;
}

.main-content blockquote {
	border-left: 5px solid #eee; 
	padding: 5px 20px;
	margin: 15px; 
}

.article-image span, .article-video span{
	display: block;
	background:#867D6E;
	color: #fff;
	font-size: 75%;
	float: right;
	padding:2px 20px;
	margin: 3px 0 10px;
}

.article-image.left, .article-video.left{
	float: left;
	margin: 30px 0 0 0;
	position: relative;
}

.article-image.right, .article-video.right{
	float: right;
	margin: 0 0 0 30px;
	position: relative;
}

.article-video{
	width:375px;
}

.link-list{
	padding: 0;
	margin: 0 0 15px;
}

.link-list li{
	background:url(../images/link-list-chevron.png) left center no-repeat transparent;
	padding: 0 0 0 20px;
	margin: 8px 0 0;
	}

.link-list li:first-child{
	margin: 0;
}

.link-list a{
	color: #808080;
}

.listing{
	padding: 0;
	margin:10px 0 0;
	width: 100%;
	display: block;
	clear:both;
}

.listing li{
	padding: 23px 0;
	display: block;
	border-bottom:1px solid #DAD8D3;
    min-height:90px;
}

.listing li:first-child{
	border-top: 1px solid #DAD8D3;
}

.listing h3{
	color: #5E7E38;
    font-size: 130%;
    margin: 0 0 10px;
}

.listing li a{
	color: #808080;
}

h2.fancy-title{
	margin: 20px 0 20px;
}


h1.fancy-title{
}

.business-listing h2 span {
	color: #aaa;
	font-weight: normal;
	font-size: 70% !important;
	padding-left: 1em;
}

.section-boxes{
	padding: 0;
	margin: 0;
}

.section-boxes li{
	list-style: none;
	width: 190px;
	margin: 0px 4% 20px 2%;
	float: left;
	padding: 0;
	background: none;
}

.section-boxes li:nth-child(3n+1){
	clear: left !important;
}

.section-boxes li h3{
	margin: 0 0 10px;
	color : inherit;
	font-weight: normal;
	font-size: 100%;
	padding-bottom: 8px; 
	border-bottom: 2px solid #eee;
}

.section-boxes li h3:before {

}

.section-boxes a p {
	color: #444;
	font-size: 90%;
}


.section-box img{
	margin: 0 0 5px;
}
.section-boxes li.no-right-margin{
	margin-right: 0;
	clear: right;
}
.business-listing li h3 {
	text-align: center;
	padding-bottom: 0; 
	border-bottom: none;
}
.business-listing li {
	position: relative;
	margin-top: 0px;
}
.business-listing li a {
	padding-bottom: 70px;
}
.business-listing li.hasPhoto a {
	padding-bottom: 0px;
}
.business-listing li.hasPhoto {
}

.business-listing li a:after {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #ddd;
	background: url('../images/rebrand/business-types.png') center;
	border-radius: 50%;
	left: 50%;
	margin-left: -20px;
	transition: all 0.15s;
}

.business-listing li a:hover:after {
	box-shadow: 0 0 0px 4px #fff;
}

.business-listing li img:before,
.business-listing li.hasPhoto a:after {
	display: none;
}
.business-listing li.hasPhoto .section-box {
	position: relative;
}

.business-listing li.hasPhoto .section-box:before {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #ddd;
	background: url('../images/rebrand/business-types.png') center;
	border-radius: 50%;
	left: -10px;
	margin: 0;
	top: -10px;
	z-index: 10;
}
.business-listing li:after {
	display: block;
}

.hightlights{
	border-top: 1px solid #7fc8a2;
    clear: both;
    margin: 10px 0 0;
    padding: 1px 0 0;
    overflow: auto;
}

.filters-top .view-more.hasArrow {
	position: relative;
	top: -44px;
}

.view-more.hasArrow {
	position: relative;
	left: -15px;
}

.related-links{
	background: url("../images/related-links-bottom.png") repeat-x scroll left bottom transparent;
    border-bottom: 2px solid #E0DFDC;
    border-top: 2px solid #E0DFDC;
    clear: both;
    float: left;
    margin: 20px 0 0;
    position: relative;
    width: 100%;
}

.related-links-inner{
	background:url(../images/related-links-top.png) left top repeat-x transparent;
	width: 100%;
	min-height: 150px;
	padding: 20px 0;
}

.related-links-inner h2.fancy-title, .comments h2.fancy-title{
	margin: 0 0 25px;
	font-size: 165%;
}

.related-links li{
	width: 100%;
	list-style: none;
	background:url(../images/related-links-arrow.png) left center no-repeat transparent;
	margin: 15px 0 0;
}

.related-links li:first-child{
	margin: 0;
}

.related-links li a{
	margin: 0 0 0 20px;
	color: #898989;
	text-decoration: none;
	font-size: 100%;
}

.related-links li a:hover{
	text-decoration: underline;
}

#comments_holder {
	
}

.comments{
	float: left;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.comments h3.fancy-caption{
    margin: 25px 0 0;
   font-size: 140%;
   font-weight: bold;
}
.comments h2.fancy-title {
	font-size: 120%;
	  margin: 10px 0 20px 0px;
}
.comments form{
	width: 490px;
	display: block;
	margin: 0 auto;
}

.comments textarea{
	display: block;
	width: 490px;
	height: 88px;
	margin: 10px auto 0;
	border: 1px solid #DBDBDB;
	-webkit-box-shadow: 0px 0px 9px rgba(204, 204, 204, 1);
	-moz-box-shadow:    0px 0px 9px rgba(204, 204, 204, 1);
	box-shadow:         0px 0px 9px rgba(204, 204, 204, 1);
}

.comments input[type="submit"]{
	float: right;
	margin: 20px 0 0;
}

.comments ul{
	padding: 5px 0;
	/*margin: 20px 0 0;*/
}

#thankyou > p {
    color: #ef1845;
    font-weight: bold;
}
.comments li{
	width: 100%;
	list-style: none;
	padding: 20px 0;
	border-bottom: 1px solid #E2E2DC;
	margin-left: 0px;
}

.comments li:first-child{
	border-top: 1px solid #E2E2DC;
}

.comments  ul.replies {
	padding-left:20px;
	font-size:95%;
}
.main-content .comments .comment-username{
	font-weight: bold;
	font-size: 120%;
	color: #47a944;
	text-decoration: none;
	margin: 0 20px 0 0;
	display:inline;
	
	
}

.comments .comment-username:hover{
	text-decoration: none;
}

.comment.staff-post{
	background:#EEEEE3;
	padding: 10px 0 10px 10px;
}

.comment p{
	color: #666666;
	width:505px;
}

.comment{
	position: relative;
    min-height:82px;
}

.comment-options{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right:5px;
	display: block;
	visibility:hidden;
}

.comment-options li{
	border-top: 2px dotted #BEB7AD;
	list-style: none;
	width: 120px;
	text-align: center;
	padding: 5px 0;
	border-bottom: 0;
}

.comment-options li a{
	font-weight: bold;
	color: #513D00;
	text-decoration: none;
}

.comments li:hover ul{
	visibility:visible;
}

.comment-options li a:hover{
	text-decoration:underline;
}

.comment-options li:first-child{
	border-top: 0;
}
.submit-buttons-save {
    float: left;
    width: 100%;
}
.my-business-widgets-wrap{
	float: left;
	width: 305px;
}
.my-business-menu{
	margin: 28px 20px 0 14px;
	padding: 0;
	display:block;
	width: 200px;
	float: left;
}

.my-business-menu li{
}

.my-business-menu li a{
	display:block;
	padding: 5px;
}

.my-business-menu li a:hover{
	background: #f8f8f8;
}

.my-business-menu li.active a{
	background: #eee;
	border-left: 3px solid;
}


.business-details{
	width: 390px;
	border: 1px solid #ccc;
	float: left;
	margin: 28px 20px 0 0;
}

.business-details h2, .business-details-widget h2, .business-overview h2, .page-meta h2{
	display: block;
	background:#ECEBE6;
	color: #3E5962;
	width: 366px;
	margin: 2px auto 0;
	padding: 0 0 2px 20px;
	font-size: 100%;
	line-height: 31px;
}

.business-details-widget h2{
	width: 240px;
}

.business-overview h2, .page-meta h2{
	width: 650px;
}

.page-meta h2{
	background: #40311A;
	color: #fff;
}


.business-details label{
	display: inline-block;
	float: left;
	width: 130px;
	text-align: right;
	margin: 10px 0 0;
	padding: 0 10px 0 0;
	line-height: 26px;
}

.business-details input[type="text"], .page-meta input[type="text"], .tariff-textarea, .also-interest li input[type=text] {
	width: 226px;
	border-radius: 6px;
	background:#F9F8F5;
	border: 1px solid #DCDBCF;
	margin: 10px 0 0;
	height: 26px;
	line-height: 26px;
}

.tariff-textarea {
    height: 150px;
}
.business-details select{
	float: left;
	width: 226px;
	margin: 10px 0 0;
	height: 26px;
	border-radius: 6px;
	border: 1px solid #ccc;
}

.business-details select.business-awards{
	height: 76px;
	font-size: 75%;
	border-radius: 6px;
	border: 1px solid #ccc;
	background: none repeat scroll 0 0 #F9F8F4;
}

.business-details select.business-awards option{
	padding: 5px 0;
}

.business-details-1{
	padding: 0 0 30px 0;
	background:url(../images/business-details1-bg.png) center top no-repeat transparent;
}

.business-details-section, .business-details-3, .business-details-4{
	background:url(../images/business-dotted-line.png) center top no-repeat transparent;
	padding: 5px 0 10px 0;
	position: relative;
}

.whatsThis{
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	top:15px;
	left: 10px;
}

.my-business-wrap{
	float: left;
	width: 720px;
}

.my-booking-wrap{
	float: left;
	width: 700px;
	margin: 0 0 0 20px;
}

#bookings-listing{
	padding: 0;
	margin: 0;
}
.my-booking-wrap, .my-itinerary-wrap{
    float: left;
    width: 700px;
    margin: 0 0 50px 20px;
}
#bookings-listing li{
	list-style: none;
	background:url(../images/booking-listing-dotted.png) bottom left repeat-x transparent;
	padding: 15px 0 40px;
}

#bookings-listing li img{
	display: block;
	margin: 0 20px 0 0;
	float: left;
}

#bookings-listing li span{
	font-size: 85%;
	float: left;
	display: block;
	color: #818181;
}

#bookings-listing li h2{
	color: #000;
	font-weight: normal;
	margin: 0 0 20px;
	display: block;
}

#bookings-listing li h2 a{
	color: #000;
	text-decoration: none;
}

#bookings-listing li h2 a:hover{
	text-decoration:underline;
}
	 

#bookings-listing li h3{
	color: #818181;
	font-weight: normal;
	float: left;
	font-size: 90%;
	margin: 0 50px 0 0;
}

.business-details-section input[type="submit"], .business-details-section input[type="button"] {
	float: right;
	margin: 10px 23px 0 0;
	clear:both;
}

.business-details-section .green-button {
    text-decoration: none;
    float: right;
    margin: 10px 23px 0 0;
    clear:both;
    line-height:25px;
}

.business-details-section .select-option{
	width: 100%;
	display: block;
	text-align: right;
}

.business-details-section .select-option a{
	background:url(../images/awards-option-x.png) 0 0 no-repeat transparent;
	width: 23px;
	height: 23px;
	display: inline-block;
	margin: 0 24px -6px 10px;
}

.business-details-widget{
	width: 264px;
	float: left;
	border: 1px solid #ccc;
	margin:28px 0 0;
}

.business-images, .business-youtube, .business-facilities, .special-offers, .also-interest{
	padding: 10px;
	background:url(../images/business-widget-shadow.png) center 1px no-repeat transparent;
}

.business-images input[type="checkbox"]{
	margin: 0 5px 10px 0;
}

.business-images input[type="text"], .business-youtube input[type="text"]{
	width: 142px;
	float: left;
	background: #ECECE3;
	border: 1px solid #CCC;
	font-size: 85%;
	font-weight: bold;
	padding: 0 0 0 5px;
	height: 20px;
	line-height: 20px;
	margin: 7px 0 0;
}

.business-youtube input[type="text"]{
	float: right !important;
	margin: 10px 0 10px;
}

.business-images input[type="submit"]{
	float: none;
	margin: 0 auto;
	display: block;
}

.business-youtube textarea{
	width: 238px;
}	

.listing-bar div.selector select{
	top:0;
	height: 26px;
}

.listing-bar div.selector{
	top:0;
	height: 26px;
	padding-left: 0;
}

.business-images label{
	font-size: 85%;
	font-weight: bold;
	color: #000;
	line-height: 15px;
}

.business-images-holder, .business-images-holder-rh{
	float: left;
	text-align: center;
	margin: 0 15px 10px 0;
}

.business-images-holder a, .business-images-holder-rh a{
	color: #000;
	font-size: 85%;
}


.business-facilities input[type="checkbox"]{
	margin: 0 10px 10px 0;
}
	
.business-facilities select{
	margin: 0 0 10px 30px;
}

.business-facilities label{
	font-weight: bold;
}

.special-offers textarea{
	width: 238px;
	height: 76px;
}

.also-interest ul{
	padding: 0;
	margin: 0;
}

.also-interest li{
	margin: 10px 0 0;
}

.also-interest li:first-child{
	margin: 0;
}

.also-interest li a{
	text-decoration: none;
	color: #0C0C0C;
}

.also-interest li span{
	color: #ccc;
	font-size: 90%;
}

.also-interest a.green-button, .also-interest a.green-button:hover{
	padding: 0 30px;
	display: block;
	margin: 20px auto 10px;
	text-decoration: none;
	float: none;
	text-align:center;
	width: 100px;
	line-height: 28px;
}
	
.business-overview, .page-meta{
	width: 676px;
	float: left;
	border: 1px solid #CCCCCC;
	margin: 20px 0 0;
}
.my-business-wrap .page-meta{
	margin:20px 0 20px;
}
.business-overview-inner, .page-meta-inner{
	background:url(../images/business-shadow-large.png) center 2px no-repeat transparent;
	padding: 20px 10px 10px;
}

.business-overview-inner textarea{
	width: 650px;
	height: 108px;
}

.business-overview-inner span{
	display: block;
	float: right;
	font-weight: bold;
	font-size: 85%;
	margin: 10px 0 10px;
}

.page-meta-left{
	float: left;
	width: 330px;
}

.page-meta-right{
	float: left;
	width: 310px;
	padding:11px 0 0;
}

.page-meta label{
	display: inline-block;
    margin: 0 10px 0 0;
    width: 65px;
}

.page-meta-left span{
	display: block;
    font-size: 80%;
    font-weight: bold;
    margin: 4px 0 0 72px;
}

.page-meta-right span{
	display: block;
    font-size: 80%;
    font-weight: bold;
    margin: 4px 0 0 183px;
	width: 135px;
}

.page-meta-right textarea{
	width: 218px;
	height: 96px;
	margin: 0 0 0 10px;
}

.my-business-wrap a.green-button.save{
	display: block;
	margin: 30px 0 30px 233px;
	float: left;
	text-decoration:none;
}

.business-title {
	float: left;
	margin: -60px auto 0;
    padding: 30px 0 30px 35px;
    width: 704px;
	background: #fff;
	position: relative;
}

.business-detail-wrap{
	margin: 40px auto 0 280px;
}

.business-detail-wrap aside {
	padding-right: 50px;
	position: absolute;
	left: 0;  
	top: 0;
}

.business-detail-wrap h1 {
	margin-bottom: 0;
	color: #006970;
	font-size: 170%;
	font-weight: bold;
}
.business-detail-wrap .sub-type,
.event-date {
	color: #999;
}
.business-detail-wrap .main-content {
	width: 380px;
	float: left;
}

.business-detail-main a.green-button.book-now{
	text-decoration: none;
	padding: 0 50px;
}

.business-detail-main h2{
	margin: 1em 0 0.5em;
}

.business-detail-main p{
	margin: 0.6em 0;
}

.business-aside{
	float: left;
	width: 290px;
	margin: 0 0 0 30px;
}

.business-aside .map-link{
	float: right;
	margin: 5px 0 25px;
	font-size: 90%;
}

.business-aside .credit{
	background: none repeat scroll 0 0 #867D6E;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 75%;
    margin: 3px 0 10px;
    padding: 2px 20px;
}

.event-detail-image{
	float: left;
	margin: 29px 0 0;
}

#business-particulars, #event-particulars{
	padding: 0;
}

#business-particulars li, #event-particulars li{
	margin: 10px 0;
}

#business-particulars li a, #event-particulars li a{
	text-decoration: none;
	-ms-word-break: break-all;
     word-break: break-all;
     /* Non standard for webkit */
     word-break: break-word;
}


#business-particulars li a:hover, #event-particulars li a:hover{
	text-decoration: underline;
}
#event-particulars{
}
span.business-book-btn-text{
	color: #aaa;
	font-style: italic;
    font-size: 80%;
    margin: 10px 0 30px;
    display: block;
}

.star-rating{
	display: inline-block;
	width: 80px;
	height: 20px;
	background:url(../images/rebrand/star-rating-sprite.png) -80px 0 no-repeat transparent;
	background-size: 160px;
	position: relative;
	top: 7px;
	margin-right: 15px;
}

.star-rating.one{
	background-position:-80px 0;
}

.star-rating.two{
	background-position:-46px 0;
}

.star-rating.three{
	background-position:-30px 0;
}

.star-rating.four{
	background-position:-15px 0;
}

.star-rating.five{
	background-position:0px 0;
}

#business-facilities{
	padding: 0 0 0 10px;
	margin: 0 0 30px;
}

#business-facilities li{
	list-style:none;	
	height: 44px;
	margin: 0 0 10px 0px;
}
#business-facilities li span {
	margin-left: 10px;
}

#business-facilities img {
	width: 50px;
	height: 50px;
}


#business-awards{
	padding: 0 0 0 10px;
	margin: 0 0 30px;
}

#business-awards li{
	list-style:none;
	float:left;
	width: 66px;
	height: 66px;
	margin: 0 0 0 4px;
    text-align:center;
}

#business-awards li:first-child{
	margin: 0;
}

.business-aside h2.fancy-title{
}

.business-aside h2.fancy-title.no-map{
	margin:0 0 20px;
}

#also-like{
	padding: 0;
	margin: 0;
}

#also-like li {
	list-style:none;
	margin-bottom: 15px;
}

#also-like li img{
	float: left;
	margin: 0 10px 0 0;
}

#also-like li a{
}


.listing-bar{
    position:relative;
    margin:0 auto;
    border-bottom: 1px solid #eee; 
}
.listing-bar label{
    padding:0 0 0 20px;
	line-height:46px;
}
.listing-bar select{
	margin:0 0 0 20px;
}
.listing-bar input {
    margin:0 0 0 20px;
    width: 120px;
    display: inline-block !important;
    font-family: inherit;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.listing ul{
	padding: 0;
	margin: 0;
}
.listing li{
	list-style: none;
}

.listing li img{
	float: left;
	margin: 0 15px 0 0;
}


.listing li h3 a{
	font-size: 100%;
	color:#3E5962;
	text-decoration:none;
}

.listing li h3 a:hover{
	text-decoration: underline;
}

.listing li span{
	display: inline-block;
	float: left;
	line-height: 20px;
	margin: 0 15px 0 0;
	color: #818181;
}

.event-filter input {
	width: 100px;
}


/* Search output layout containers */

.main-col {
	float: left;	
	width: 55%;
	margin-right: 5%;
}
.secondary-col {
	float: left;
	width: 40%;
}

.secondary-col h2 {
	font-weight: normal;
	text-transform: uppercase;
}

.secondary-col .business-results #business-listing li h2  {
	margin-left: 0;
	text-indent: -52px;
	text-transform: none;
}

.info-results,
.events-results,
.business-results {
	border-bottom: 1px solid #A3E3DF;
	padding: 0 0 10px 0;
	margin: 0 0 20px 50px;
}

.secondary-col .info-results,
.secondary-col .events-results,
.secondary-col .business-results {
	margin-left: 0px;
}

.info-results #business-listing li,
.events-results #business-listing li {
	padding-left: 0;
}
.info-results #business-listing li h2,
.events-results #business-listing li h2 {
	margin-left: 0;
}
.info-results #business-listing li h2 a:before,
.events-results #business-listing li h2 a:before {
	display: none;
}


#business-listing{
	padding: 0;
	margin: 0;
}

#business-listing li {
	list-style: none;
	margin: 15px 0 0px;
	position: relative;
	padding: 0 0 8px 55px;
	clear: left;
}
#other .main-col #business-listing li {
	padding: 0 0 8px 0px;
}
#other .main-col #business-listing li h2 {
	margin-left: 0;
	text-indent: -52px;
}

#business-listing li br {
	display: none;
}

#business-listing li p {
	max-width: 600px;
}
#business-listing li h2 a:before {
	content: ''; 
	display: inline-block;
	height: 40px;
	width: 40px;
	position: relative;
	background-color: #f8f8f8;
	background-image: url('../images/rebrand/business-types.png');
	background-position: center 40px;
	background-repeat: no-repeat;
	border-radius: 50%;
	left: 0;
	top: 14px;
	margin: 0 12px 0 0;
}
.business-listing li.business-accommodation a:after,
.business-listing li.hasPhoto.business-accommodation .section-box:before,
#business-listing .business-accommodation h2 a:before {
	background-color: #47A944;
	background-position: center 2px;
}

.business-listing li.business-food a:after,
.business-listing li.hasPhoto.business-food .section-box:before,
#business-listing .business-food h2 a:before {
	background-color: #5316BF;
	background-position: center -38px;
}

.business-listing li.business-retail a:after,
.business-listing li.hasPhoto.business-retail .section-box:before,
#business-listing .business-retail h2 a:before {
	background-color: #EC1848;
	background-position: center -79px;
} 

.business-listing li.business-activity a:after,
.business-listing li.hasPhoto.business-activity .section-box:before,
#business-listing .business-activity h2 a:before {
	background-color: #FCB82A;
	background-position: center -117px;
}

.business-listing li.business-attraction a:after,
.business-listing li.hasPhoto.business-attraction .section-box:before,
#business-listing .business-attraction h2 a:before {
	background-color: #50C6E7;	
	background-position: center -158px;
}

#business-listing li h2{
	font-weight: normal;
	font-size: 110%;
	margin: 0 0 8px -55px;
}
.main-col #business-listing li h2{
	margin-left: 0;
	text-indent: -52px;
}
#business-listing li h2 a {
	text-decoration: none;
}
#business-listing li h2 a:hover {
	text-decoration: underline;
}

#business-listing li.premium h2{
	color: #5A848A;
}

#business-listing li .business-location{
	float: left;
	color: #818181;
	font-style:italic;
	font-size: 85%;
	margin: 10px 0 0;
	width: 100px;
}

#business-listing li .star-rating{
	position: absolute;
	top: 5px;
	right: 0;
}

#business-listing li p{
	margin: 0;
}

#business-listing li .business-listing-img-wrap{
	padding: 0 0 2px;
	float: left;
	margin:0 15px 46px 0;
}
.secondary-col #business-listing li .business-listing-img-wrap{
	margin-bottom:5px;
}

#business-listing li.premium .business-listing-img-wrap{
	padding: 0 0 23px;
	background:url(../images/premium-business.png) left bottom no-repeat transparent;
}

.business-listing-show-wrap{
	width: 250px;
	text-align: center;
	margin: 0 auto 30px;
}

#event-listing li{
	list-style: none;
	margin: 20px 0 30px;
	position: relative;
}

#event-listing .event-listing-img{
	float:left;
	width:140px;
	height:100px;
	margin:0 20px 0 0;
	background-color:#ccc;
}
/*#event-listing li img{
	float: left;
	display:block;
	margin: 27px 20px 0 0;
}*/

#event-listing li h2 {
    margin:0 0 10px;
}
#event-listing li h2 a{
	text-decoration:none;
}

#event-listing li span{
	color: #808080;
}

#event-listing li p{
	max-width: 600px;
	margin-left: 160px;
	margin-top: 10px;
}

#event-listing li a.view-map{
	position: absolute;
	top:0;
	right: 30px;
	width: 105px;
	height: 35px;
	display: block;
	background:url(../images/event-listing-map-btn.png) 0 0 no-repeat transparent;
	text-align: center;
	text-decoration: none;
	color: #7B9320;
	font-weight: bold;
	padding: 5px 0 0;
}

.event-map, #map {
    height: 300px;
	position: relative;
	background: #eee;
}

#businesses #map {
	width: 750px;
	float: right;
}

#businesses #map p {
	line-height: 1.2;
	color: #777; 
}


#map.itinerary-map {
    height: 357px;
    width: 675px;
}

#map.content-map {
    width: 100%;
    height: 300px;
}

.event-map a.close-map{
	display:block;
	width: 149px;
	height: 42px;
	position: absolute;
	bottom: 0;
	right: 0;
	background:url(../images/close-map-btn.png) 0 0 no-repeat transparent;
	text-align: center;
	color: #000;
	text-decoration: none;
	text-indent: 10px;
	font-weight: bold;
	line-height: 35px;
}

.events-pagination-wrap{
	width: 675px;
	margin: 0 auto 20px;
}
.other-sections{
	width: 153px;
	float: left;
	margin: 0 0 0 36px;
}

.other-sections.business{
	margin: -15px 0 0 5px;
}

.other-sections.contact{
	margin: 20px 0 0 24px;
}

.other-sections ul{
	padding: 0;
	margin: 0;
}

.other-sections li{
	list-style: none;
	margin: 10px 0 20px;
}

.other-sections li h4{
	text-align: center;
}

.other-sections li h4 a{
	margin: 0 0 10px;
	text-decoration: none;
	display:block;
	color: #443F32;
}

.other-section-box{
	width: 153px;
	margin: 0 auto;
	background:url(../images/section-link-box.png) top center no-repeat transparent;
	height: 170px;
	text-align: center;
}

.other-section-box a{
	margin: 5px auto 0;
	display: block;
	text-align: center;
}

.business-listing-wrap{
	float: left;
	width: 750px;
}

.business-listing-wrap.filtered{
	border: 0;
	margin:0;
}

.filter-options {
	font-size: 80%;
	color: #999;
	margin: 8px 0 2px 20px;
}
.filter-options-inner {
	margin: 0 0 3px 0;
}
.filter-options-inner img {
	opacity: 0.3;
	transition: all 0.2s;
	width: 15px;
	height: 15px;
	position: relative;
	top: -2px;
}
.filter-options-inner img:hover {
	opacity: 0.8;
}
.filter-options-inner img:active {
	opacity: 1;
}


.business-listing-wrap ul{
	margin: 0;
	padding: 0;
}

.business-listing-options h2{
	color: #000000;
	float: left;
}

.business-listing-options select{
	float: right;
}

.business-listing-options{
	margin: 0 0 15px;
}

/*============== PAGINATION STYLES ==============*/	

.search-pagination {
	border-top: 1px solid #A3E3DF;
	margin: 40px 0 0 0; 
	padding: 10px 0 0 0;
}

.listing-pagination{
	height:42px;
}
.listing-pagination ul{
	padding:0;
	float:left;
	margin:0 20px 0 200px;
	display: inline-block;
}
.listing-pagination li{
	float:left;
	list-style:none;
	margin:8px 0 0 2px;
}
.listing-pagination li a{
	display:block;
	text-decoration:none;
	padding:6px 9px;
}
.listing-pagination li a.active{
    background:#ddd;
    color: #fff;
}
.listing-pagination li a:hover{
	background:#ccc;
	color: #fff;
}

.listing-pagination a.next {
	padding: 15px 15px 0 0;
	display: inline-block;
	margin: 0 20px 0 0;
}
.listing-pagination a.prev {
    padding: 0 0 0 15px;
    display: inline-block;
    margin: 0 20px 0 0;
}

.search-pagination .listing-pagination ul {
    margin-left:0px;
}
.search-pagination .listing-pagination ul li {
    width:auto;
    margin-top:10px;
}
.search-pagination .listing-pagination div a.prev {
    float:left;
}
.contact-left{
	float: left;
	width: 350px;
}
.contactwide-left{
	float: left;
	width: 500px;
}
.contact-right{
	float: left;
	margin: 0 0 0 20px;
	width: 310px;
}

.contact-right label{
	display: inline;
}

.contact-right input[type="checkbox"]{
	float: left;
	margin: 0 10px 20px 0;
}

.contact-right input[type="submit"]{
	float: right;
	margin: 25px 0 0;
	clear: both;
}

.contact-right textarea{
	border: 1px solid #E6E5DC;
	padding: 10px;
	font-family: inherit;
	border-radius: 3px;
	width: 280px;
	height: 134px;
	margin: 0 0 20px;
}

.contact-left label{
	display: inline-block;
	width: 120px;
	margin: 0 0 10px;
}

.contactwide-left label{
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
}




.contactwide-left label {
	width: 100%;
}

.contactwide-left input[type="text"], .contactwide-left select {
	border: 1px solid #e6e5dc;
	border-radius: 3px;
	margin: 00px 0 10px 0px;
	width: 70%;
	max-width: 226px;
}


.mand , .errors{
	color:#ef1845;
}
.errors {
	padding-bottom:15px;
}
	
/*============== HEADER BANNER STYLES ==============*/

header{
	position: relative;
	z-index:9999;
}

#bbnpa-link {
	position: absolute;
	right: 0;
	color: #fff;
	text-decoration: none;
	margin: -01px 0 0 10px;
	font-size: 90%;
	opacity: 0.7;
	transition: all 0.3s;
}
#bbnpa-link:hover {
	text-decoration: underline;
	opacity: 1;
}
#bbnpa-link img {
	margin: 0 10px 0 0;
}

#google_translate_element{
    right: 0px;
    position: absolute;
    top: 3px;
    z-index: 6;
    opacity: 0.5;
    transition: opacity 0.5s;
}
#google_translate_element:hover {
	opacity: 1;
}

header .header-banner{
	position: relative;
	margin: 0;
	border: 0; 
}
#business_search_form {
    position:absolute;
    top:0;
}
.header-logo{
	z-index: 4;
	position: absolute;
	top: 31px;
	left:0;
}

.header-logo a img {
	transition: 0.6s;
}

.header-logo a:hover img {
	background: rgba(0,0,0,0.1);
	border-radius: 4px;
	transition: 0.3s;
}
.header-logo a:active img {
	background: rgba(0,0,0,0.3);
	transition: 0s;
}

.header-panel-wrap{
    height: 258px;
    left: 0;
    position: absolute;
    /*top: -100px;*/
    width: 219px;
	z-index:1000;
	top:139px;
}

.panel-open a.panel-control{
	background: url("../images/banner-controldown-bg.png") no-repeat scroll center bottom transparent;
}

a.panel-control{
	color: #fff;
	font-weight: bold;
	display: block;
	width:220px;
	text-align: center;
	text-decoration: none;
	height: 48px;
	line-height: 30px;
    background: url("../images/banner-controlup-bg.png") no-repeat scroll center bottom transparent;
	position: absolute;
	top: 140px;
	left: 0;
	z-index: 2000;
}

.header-panel{
	background: none repeat scroll 0 0 #4f717b;
    height: 196px;
    width: 199px;
	padding: 3px 10px 10px;
    z-index: 3;
    display: none;
    top:0px;
}


.header-panel h3{
	font-size: 115%;
    color: #FFF;
}
.header-panel select{
	width: 200px;
	margin: 5px auto 10px;
	display: block;
	border-radius: 4px;
	border: 0;
	height: 20px;
}

.banner-accomodation{
	padding: 0;
	margin: 0;
	width: 100%;
	display: inline-block;
}

.banner-accomodation li{
	width: 99px;
	float: left;
	list-style: none;
	height: 20px;
	display:block;
	margin:0 0 10px;
}
.ie7 .banner-accomodation li{
	width: 49%;
}
.banner-accomodation li input[type="checkbox"]{
	float: left;
	margin:0 5px 0 0;
	outline: 2px solid #3e5962;
	width:13px;
}

.banner-accomodation li label{
	display: inline-block;
    width: 80px;
	color: #fff;
	font-size: 10px;
	float:left;
}
	

.header-panel h6{
	margin:-6px 0 8px;
    color: #FFF;
}

.header-panel input[type="submit"]{
	display: block;
	margin: 0 auto;
	padding:0 40px;
}

.ie7 .header-panel input[type="submit"]{
	margin: 10px auto 0;
}
/*============== MAIN SLIDER STYLES ==============*/

.breadcrumb{
	padding:0 14px;
}

.breadcrumb ul {
	padding: 0 0 0 0px;
	margin: 0 0 20px;
	float:left;
}

.breadcrumb li{
	list-style: none;
	padding: 2px 0 2px 16px;
	background: url('../images/rebrand/up-arrow.png') no-repeat 0 5px;
	background-size: 11px;
	color: #777;
	font-size: 90%;
}

.breadcrumb .gt {
	display: none;
}

.breadcrumb li.level0{
	background: none;
	padding-left: 0;
}

.breadcrumb li:nth-child(3),
.breadcrumb li.level1 {
	margin-left: 15px;
}
.breadcrumb li:nth-child(5),
.breadcrumb li.level2 {
	margin-left: 35px;
}
.breadcrumb li:nth-child(7),
.breadcrumb li.level3 {
	margin-left: 55px;
}
.breadcrumb li:nth-child(9),
.breadcrumb li.level4 {
	margin-left: 75px;
}

.breadcrumb li a{
	text-decoration: none;
}
.breadcrumb li a:hover{
	text-decoration: underline;
}

.main.master .breadcrumb, .main.listing .breadcrumb{
}

.main.landing .breadcrumb{	
	float: none;
}
.breadcrumb-right{
	float: right;
}

.breadcrumb-right ul{
	padding: 0;
	margin: 0;
	float: left;
}

.breadcrumb-right li, .breadcrumb-right li:first-child{
	padding: 0;
	margin: 0 10px 0 0;
}

.breadcrumb-right li a{
	padding: 0;
	color: #fff;
	line-height: 35px;
}
.breadcrumb-right .fb-like{
	margin: 8px 0 0;
}
.share-this-buttons{
	display: none;
}
	

/*============== MAIN SLIDER STYLES ==============*/
.bg-slider{
    position:absolute;
    top:0;
	margin:0;
	height:460px;
    width:100%;    
    min-width: 1290px !important;
    margin: 0;
}

.body-background {
	text-align: center;
}
.body-background img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.slider-wrap .bx-window{
	height: 460px !important;
}

.slider-wrap.landing .bx-window{
	height: 360px !important;
}

.bg-slider .bx-controls{
	position: absolute;
	top: 200px;
	right: 0;
	z-index: 9999;
}
ul.main-slider, ul.landing-slider{
	margin: 0 auto;
	padding: 0;
	display:block;
}

ul.main-slider li {
    height:517px;
    width: 100% !important;
}
ul.main-slider li a {
    display:block;
}
ul.main-slider li a img{
    width: 100% !important;
    height: auto;
}

ul.main-slider li, ul.landing-slider{
	display:block;
	margin: 0 auto;
}
ul.landing-slider li { 
	margin-left: 0px;
}

.landing-slider-wrap{
	position: relative;
	float: right;
	width: 340px;
	overflow: hidden;	
	margin: 0 0 8px 18px;
}

.landing-slider span, .mini-right-slider li span{
	display: block;
	text-align: left;
	font-size: 80% !important;
	padding: 2px 80px 2px 0;
	margin: 5px 27px 10px 0;
	font-style: italic;
}
.business .mini-right-slider li span {
	padding: 0;
	margin: 0;
	color: #999;
	font-size: 90% !important;
	clear: left;
}

.landing-slider .bx-wrapper{
	width: 340px !important;
}

.bx-wrapper a {
	background: url('../images/rebrand/nextprev.png') no-repeat 4px 4px;
}
 a.bx-prev{
	background-color: #eee;
    display: block;
    height: 33px;
    right: 33px;
    overflow: hidden;
    position: absolute;
    text-indent: 100px;
    bottom: 0px;
    width: 33px;
}

 a.bx-next{
	border-left: 2px solid #fff;
	background-position: -27px 4px;
	background-color: #eee;
	display: block;
	width: 33px;
	height: 33px;
	overflow: hidden;
	text-indent: 100px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}


a.bx-next:hover,
a.bx-prev:hover {
	background-color: #ddd; 
}
a.bx-next:active,
a.bx-prev:active {
	background-color: #bbb; 
}


ul.mini-right-slider{
	padding: 0;
	margin: 0;
}
ul.mini-right-slider li {
	padding: 0;
	margin: 0;
}

.home-weather{
	position: relative;
	margin: 15px 0 0 20px;
	float: left;
}

ul.weather-slider{
	padding: 0;
	margin: 0;
}
ul.weather-slider li {
	overflow: auto;
}
.weather-slider a {	
	text-decoration: none;
}

.weather-icon{
	float: left;
	padding: 0px 0 0;
	width: 40px;
	height: 40px;
	overflow: hidden;  
}
.weather-icon img {
	width: 40px;
	height: 40px;
}

.weather-slider h1{
	color: #999999;
	font-size: 100%;
	display: inline;
	float: left;
	width: 40px;
}

.weather-details{
	width: auto;
	margin: 0 0 18px 50px;	
	padding: 10px 0 0 0;
	max-width: 195px; 
}

.temperature {
	display: inline-block;
	width: 40px;
	color: #aaa;
	font-weight: bold; 
}
.weather-location {
	display: inline-block;
	min-width: 80px;
}
.weather-type {
	color: #ccc;
	font-size: 80%;
}

.home-grid .weather-details h3 {
	display: none;
}
.home-grid .weather-details h2 {
	font-size: 90%;
	text-transform: none;
	color: #444;
	font-weight: normal;
}


/*============== NAV STYLES ==============*/
header nav{
	position: absolute;
	top:50px;
	right:0;
	height:48px;
	width:605px;
	background: #EF1845;
	padding-left: 0px;
	transition: background 0.8s;
}
#home header nav{
	width:525px;
}
header nav li {
	float:left;
	list-style:none;
}
header nav li:hover .megamenu{
	display: block;
}
header nav li:hover{
}
header nav li a.top{
	color:#fff;
	height:50px;
	font-size:110%;
	line-height:48px;
	display:inline-block;
	text-decoration:none;
	padding:0;
	text-align: center;
	width: 114px;
	font-weight: bold; 
	text-transform: uppercase;
	transition: background 0.4s;
}
.cy header nav li a.top {
font-size:100%;
}
#home header nav li a.top {	
	padding:0 0px;
	width: 94px;
	height: 48px;
}
header nav:hover{
	background: #ba144c;
	transition: background 0.8s;
}
header nav li:hover{
	background: #EF1845;
}
.cy header nav li{
	padding: 0 0 10px;
}
.cy header nav li a.top{
}

header nav li a.eventList {
    font-size: 100%;
    background:none;
    padding:0px;
    text-decoration: none;
}
header nav li a.eventList:hover {
	text-decoration: underline;
}


header nav li #ui-datepicker-div {
	position: absolute !important;
	top: -80px !important;
	left: 247px !important;
	box-shadow: 0 6px 20px rgba(0,0,0,0.3);
	display:none;
}
header nav li:hover #ui-datepicker-div {
	display:block;
}
.pickerWrapper {
	position:relative;
}


#home header nav {
	top:338px;

}
header nav:before {
	content: '';
	position: absolute;
	border-top: 48px solid #EF1845;
	border-left: 80px solid transparent;
	left: -80px;
}


/*============== MEGAMENU STYLES ==============*/

.megamenu a {
	text-decoration: none;
}
.megamenu a:hover{
	background: none;
	text-decoration: underline;
}

.megamenu{
	z-index:10;
	display: none;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

.megamenu h3 {	
	padding: 0 0 10px;
	margin: 0 0 10px;
	color: #777;
	text-transform: uppercase;
	font-size: 110%;
}

#ui-datepicker-div {
	z-index: 10000 !important;
}

/****** Explore Menu ******/

.explore {
	position:absolute;
	top:47px;
	left:0;
	padding:16px 8px;
}
.explore li {
    padding:0;
    margin:0;
	display:block;
}
.explore li:hover {
	background:none;
}
.explore li .recent,
.explore li .recent:hover{
	margin:5px 0 0;
	background:none;
}
.plan li a,
.explore li a {
    width:278px;
    display:block;
    height: 50px;
    padding: 13px 20px 10px 50px;
    position: relative;
    margin: 3px 5px 3px 10px;
	transition: background 0.3s;
}
.plan li a:hover, 
.explore li a:hover {
	background: #f8f8f8;
	transition: all 0.15s;
}
.plan li a:before,
.explore li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 16px;
	background: #eee;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.plan li a:hover:before,
.explore li a:hover:before {
	background: #ddd;
}
.plan li a:active:before,
.explore li a:active:before {
	background: #bbb;
}

.explore .open > a,
.explore li a:hover {
}
.explore-panel {
    position:absolute;
	margin-top: -10px;
	margin-left: 105px;    
    z-index:1000;
	width:530px;
	visibility:hidden;
}

.explore-panel ul {
	margin:0;
	float:left;
	display:block;
	position: relative;
	padding: 0px;
	background:#f8f8f8;
	box-shadow: 0 5px 30px rgba(0,0,0,0.3);
	z-index: 9999;
}
.explore-panel li {
	margin:0;
	padding:0;
	display:block;
	float: none;
}
.explore-panel li a {
	background:none;
}
.explore li:hover .explore-panel {
	visibility:visible;
}
.explore .sub-nav {
}
.explore .sub-nav.first {
    padding-left:20px;
}
.explore .sub-nav.last {
    padding-right:20px;
}
.explore .sub-nav ul {
   padding: 0;
    margin: 2px 0;
}
.explore .sub-nav li {
    width:210px;
    margin:2px 0;
}
.explore .sub-nav a {
	width: 100%;
    height:auto;
    line-height:1.3;
    padding:5px 12px;
    margin: 0;
}
.explore .sub-nav a:before {
	display: none;
}
.explore .sub-nav a:hover {
    background:#fff;
}


#home .explore,
#home .plan,
#home .events,
#home .social {
	top:auto;
	bottom: 48px;
	box-shadow: 0 -10px 20px rgba(0,0,0,0.1);
}



.plan,
.events,
.social {
	position:absolute;
	top:47px;
	left:0px;
	width:605px;
	padding:30px;
}
#home .explore,
#home .plan,
#home .events,
#home .social {
	left: -80px;
}
.plan-links{
	width: 600px;
	float: left;
}

.megamenu.plan h3 {
	display: none;
}
.megamenu.plan {
	padding: 11px 0;
}

.plan-links ul{
	padding: 0;
	margin: 5px 0 0 8px;
}

.plan-links li:hover {
	background: none;
}

.plan-links li a:hover{
	text-decoration: underline;
}


.plan-books h2{
	font-size: 110%;
	color: inherit;
	display: block;
	width: 100%;
	padding: 8px 0 0px;
}
	

.plan-books{
	float: left;
	margin: 20px 0 15px 23px;
	padding: 0 0 5px 70px;
	background: url('../images/rebrand/shop.png') no-repeat -0px 0px; 
	background-size: 50px;
}

.shoplink {
	display: block;
}

.plan-books img{
	display: block;
	margin: 15px auto 10px;
}

.plan-books p{
	font-size: 90%;
	display: block;
	margin: 0 auto;
}




.events-search{
	width:240px;
	float: left;
}

.events-search label{
	width: 100px;
	display:inline-block;
	margin: 15px 0 0;
}

.events-search input[type="text"] {
	width: 125px;
	border-radius: 0;
	margin: 0 0 0 4px;
	position: static;
}
.events-search select {
    width: 120px;
    border-radius: 0;
}
.events-search input[type="submit"]{
	float: right;
	margin: 10px 10px 0 0;
}

.events-latest{
	width:270px;
	float: left;
	margin: 0 0 0 30px;
	border-left: 1px solid #eee;
	padding: 0 0 10px 20px;
}
.events-latest li:hover {
	background: none;
}

.events-latest li{
	margin: 15px 0 0;
	width: 100%;
	padding: 5px 0 5px 60px;
	position: relative;
}
.events-latest li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #eee;
	width: 50px;
	height: 50px;
}
.events-latest li:first-child{
	margin: 0;
}
.events-latest li:last-child{
	margin: 15px 0 0;
}


.events-latest a.hasArrow {
	float: right;
}

.events-latest h3 a, .events-latest h3 a:hover{
	float: right;
	display: block;
	font-size: 80%;
	padding: 0 20px 0 0;
	font-weight: normal;
	margin: 0;
}
.events-latest h3 a:after {
	content: '';
	display: inline-block;
	position: relative;
	left: 6px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid;
	width: 6px;
}

p.eventDate {
	font-size: 85%;
	margin: 0.3em 0 ;
	opacity: 0.5;
}

.events-latest h3 a:hover{
	text-decoration: underline;
}

.social-tweets{
	width: 250px;
	padding: 0 10px 0 0;
	float: left;
}

.social a.social-link,  .social a.social-link:hover{
	background: none;
	font-size: 100%;
	margin: 0 0 20px;
	padding: 0 0 0 35px;
	display: block;
}

.social a.social-link:hover{
	text-decoration: underline;
}

.social-links-wrap{
	width: 270px;
	float: left;
}
.social-links-wrap h3 {
	margin-left: 25px;
}

.social-links-wrap a.social-link, .social-links-wrap a.social-link:hover{
	float: left;
	margin: 0 0 30px 25px;
}


.social a.social-link {
	position: relative;
	margin-bottom: 30px;
}	
.social a.social-link:before {
	content: '';
	display: block;
	position: absolute;
	width:40px;
	height: 40px;
	left: -10px;
	top: -8px;
	background: #eee url(../images/rebrand/social-icons.png) no-repeat;
	border-radius: 50%;
}

.social a.social-link.twitter:before {
	background-position: 0px -197px;
	background-color: #3ea9f5;
}

.social a.social-link.flickr:before {
	background-position: 2px 5px;
	background-color: #ff18a0;
}

.social a.social-link.webcam:before {
	background-position: 2px -51px;
	background-color: #666;
}

.social a.social-link.facebook:before {
	background-position: 6px -280px;
	background-color: #004687;
}

.social a.social-link.youtube:before {
	background-position: 2px -120px;
	background-color: #e00;
}

.twitter-date, .twitter-user{
	color: #bbb;
	font-size: 90%;
	margin: 10px 0 0;
	display: block;
}

.twitter-date{
	float: right;
}

.twitter-user{
	float: left;
}

.social .green-button{
	display: block;
	clear: left;
}


/*============== HEADER STYLES ==============*/

header{
	height: 210px;
	position: relative;
	width: 960px;
	margin: 0 auto;
}



header input[type="text"]{
    position:absolute;
	font-family: inherit;
	color: #fff;
	right:8px;
    margin:0;
	border:2px solid #ef4e7c;
	height:32px;
	width:132px;
	padding: 0 25px 0 4px;
	line-height:18px;
	font-size: 110%;
	border-radius:3px;
	background: #ef4e7c;
	transition: border 0.3s;
}
header input[type="text"]:hover{
	border: 2px solid rgba(255,255,255,0.7);
}
header .events-search input[type="text"]{
	background: #f8f8f8;
	font-size: 90%;
	border: 0;
	border-radius: 3px;
	color: #333;
}

.site-search-holder {
	position: absolute;
	right: 0;
	top: 58px;
}

#home .site-search-holder {
	top: 346px;
}


#home .site-search-holder input[type="text"]{
	position: absolute;
	top: 0;
	right: 8px;
}

 .events-search input[type="text"]::-webkit-input-placeholder {
   color: #888;
}

.events-search input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #888;  
}

.events-search input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #888;  
}

.events-search input[type="text"]:-ms-input-placeholder {  
   color: #888;  
}





header input[type="text"]::-webkit-input-placeholder {
   color: #fff;
   opacity: 0.5;
}

header input[type="text"]:-moz-placeholder { /* Firefox 18- */ 
	color: #fff;
   opacity: 0.5;
}

header input[type="text"]::-moz-placeholder {  /* Firefox 19+ */ 
	color: #fff;
   opacity: 0.5;
}

header input[type="text"]:-ms-input-placeholder {  
   color: #fff;
   opacity: 0.5;
}

header input[type="text"]{

}


header input[name="search-submit"]{
	position: absolute;
	right:20px;
	top:44px;
	background: #ff0000;
	z-index: 600;
	background:url(../images/search-submit-bg.png) 0 0 no-repeat transparent;
	border: 0;
	width: 41px;
}


.top-bar{
	position: relative;
	z-index:5;
	top: 3px;
}
.top-bar ul{
	padding:0;
	margin: 0 170px 0 0;
	float: right;
}

.top-bar li{
	list-style: none;
	float: left;
	color: rgba(255,255,255,0.3);
	margin: 0 0 0 3px;
}

.top-bar li:first-child{
	margin: 0;
}

.top-bar li a{
	text-decoration: none;
	color: #fff;
	display:inline-block;
	line-height:31px;
	font-size:90%;
    padding:0 6px;
    opacity: 0.8;
    transition: 0.3s;
}

.top-bar li a:hover{
	text-decoration: underline;
	opacity: 1;
    transition: 0.15s;
}

.top-bar li span,
.top-bar li .benefits {
}
.top-bar li .account {
}

/*============== HOMEPAGE STYLES ==============*/
.main{
	position: relative;
	z-index: 1;
	margin-top: 150px;
}

.content-page .main {
	margin-top: 0px;
}

.main.home {
	margin: 213px auto 30px;
	padding: 25px 40px 0 40px;
	background: #fff; 
}

.main.master, .main.listing{
	padding: 2px 0 0;
}

.featured-box{
	width: 100%;
	background:#ffffff;
}

.feature-wrapper {
	background: #f8f8f8;
	padding: 10px 10px 2px 10px;
	border-bottom: 1px solid #ddd;
}

.feature-wrapper .hasArrow {
	display: inline-block;
}
.feature-wrapper .hasArrow {
	margin-right: 13px;
}

.featured-box ul{
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
}

.featured-box li{
	list-style: none;
	float: left;
	width: 33.3%;
	display: inline-block;
    min-height: 230px;
}

.featured-box li img, .featured-box li span{
	display: inline-block;
	width: 280px;
	height: auto;
}

.featured-box li img {
	margin: 0;
}

.featured-box span{
    margin:0;
}

.featured-box span p {
	text-decoration: none;
	font-size: 95%;
}
.featured-box span h3 {
	text-decoration: none;
}
.featured-box h3 {
    margin:0 0 10px;
    font-size: 150%;
    line-height:20px;
}
.featured-box h3 a {
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
}
.featured-box h3 a:hover {
	text-decoration: underline;
}
.featured-box p {
}
.featured-box hr {
    display:none;
}

#accommodation-search {
	background: #beeaf6 url('../images/rebrand/accom-search.jpg') no-repeat bottom;
	background-size: 100%;
	padding: 16px;
    min-height: 195px;
}

.formRow {
	margin: 5px 0;
}
.formRow label {
	display: inline-block;
	width: 80px;
}
.formRow select {
	width: 65%;
	background: #f8f8f8;
	border: none;
	font-family: inherit;
	padding: 3px;
	height: 32px;
}
.formRow input[type="submit"] {
	margin: 10px 0 0 84px;
}

.home-grid{
	margin: 20px 0 0;
}

.home-grid h3{
	color: #666;
	font-size: 115%;
	margin: 0 0 -5px;
}

.home-grid .mini-right-slider h3{
	margin: 10px 0;
}

.home-grid h2{
	font-size: 180%;
	text-transform: uppercase;
	margin:0 0 5px;
}
.home-events h2:after {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.home-grid h2 a {
    text-decoration: none;
    color: inherit;
}
.home-grid h2 a:hover {
    text-decoration: underline;
}
.home-grid p{
	color: #444;
	font-size: 95%;
	line-height: 1.4;
}

.home-grid-left{
	width: 554px;
	padding: 0 20px 0 0;
	border-right: 1px solid #eee;
	float: left;
}

.home-grid-right{
	width: 325px;
	padding:10px 0 0 20px;
	float: left;
}
.home-grid-right h3{padding-top:10px;}


.shop-feature {
	float: left;
	width: 100%;
	margin: 10px 0 25px;
}

.shop-feature a {
	float: left;
	width: 100%;
	text-decoration: none;
	transition: all 0.15s;
	padding: 15px 10px 15px 90px;
	background: #f8f8f8 url('../images/rebrand/shop.png') no-repeat 20px 15px; 
	background-size: 50px;
	border-radius: 5px;
}

.shop-feature a:hover {
	background-color: #eee;
}

.shop-feature a:active {
	background-color: #ddd;
}

.shop-feature a h2 {
	color: #EC1948;
}

.shop-feature a:hover h2, 
.shop-feature a:hover p {
	text-decoration: underline;
	color: #9A1948 !important;
}

.bbnpa-feature {
	margin: 25px 0 10px 0;
	padding: 20px 10px 15px 260px;
	position: relative;
	clear: both;
	border-top: 5px solid #7AA4E4;
	background: #EEF3F9;
}
.bbnpa-feature .bbnpa-logo {
	position: absolute;
	left: 15px;
	top: 15px;
}

.bbnpa-feature .bbnpa-logo img {
	width: 230px;
	height: auto;
}
.bbnpa-feature em {
	font-style: italic;
}
.bbnpa-feature p a {
	display: block;
}




.home-planner{
	width: 263px;
	border-right: 1px solid #eee;
	float: left;
	padding: 0 20px 0 0;
	margin: 20px 0 0;
	position: relative;
}

.home-planner div{
	border: 0 !important;
}

.home-planner div:first-child span{
	display: none;
}

.home-planner div:first-child div span{
	display:inherit;
    font-size: 12px;
}
#journey-planner-form .foot span{
    float:left;
    color:#555;
    width:90%;
    display:block;
    font-size:11px;
    margin:10px auto;
    text-align:center;
}
#journey-planner-form .foot img {
    float:left;
}
#journey-planner-form {
    margin:10px 0;
}
#journey-planner-form div {
    margin:0 0 6px;
}
#journey-planner-form .to label,
#journey-planner-form .from label {
    font-weight:700;
}
#journey-planner-form .to,
#journey-planner-form .from {
    float:left;
    width:100px;
}
#journey-planner-form .from {
    margin:0 20px 0 0;
}
#journey-planner-form .date,
#journey-planner-form .time {
    position:relative;
    float:left;
    width:245px;
}
#journey-planner-form .date label,
#journey-planner-form .time label {
    float:left;
    width:40px;
    height:28px;
    display:block;
    line-height:28px;
    margin:0 10px 0 0;
}
#journey-planner-form .select-holder {
    position:relative;
    float:left;
    height:28px;
    width: 64px !important;
    margin:0 6px 0 0;
}
#journey-planner-form select,
#journey-planner-form .select {
    position:absolute;
    top:0;
    left:0;
}
#journey-planner-form select {
    opacity:0;
    cursor:pointer;
    filter:alpha(opacity=0);
    -webkit-appearance:menulist-button;
}
#journey-planner-form .date .select,
#journey-planner-form .time .select {
    height:26px;
    cursor:pointer;
    border-radius:4px;
    width:60px !important;
    padding:6px 20px 0 6px;
    background:rgba(0,0,0,0.06);
}

#journey-planner-form .time .select:after {
	content: '';
	display: block;
	width: 0px;
	height: 6px; 
	border-top: 6px solid;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 0px solid transparent;
	z-index: -1;
	position: absolute;
	right: 8px;
	top: 10px;
}

#journey-planner-form .date .select {
    width:123px !important;
    font-size: 90%;
}
#journey-planner-form .date #styled-select-dateD {
    width:60px !important;
}
#journey-planner-form .date .month-year {
    width:110px !important;
    margin:0;
}
#journey-planner-form input[type="text"]{
    width:120px;
    padding:7px 12px;
    border-radius:4px;
    border:0;
    background: #eee;
    font-family: inherit;
}
#journey-planner-form .from input[type="text"]{
    width:110px;
}
#journey-planner-form input[type="submit"]{
    float:right;
    text-transform: uppercase;
    font-family: inherit;
    font-size:100%;
    padding:7px 14px;
    background: #47A944;
}
#journey-planner-form input[type="submit"]:hover {
	background: #22941e ;
}
.planner-left label, .planner-right label{
	width: 45px;
	font-weight: bold;
	line-height: 23px;
	font-size: 75%;
	display:inline-block;
	float: left;
}

.planner-right{
	width: 110px;
}

.plan-trip{
	margin: 20px 0 0 0;
}
.plan-trip h2 {
	margin-bottom: 30px;
	clear: both;
}
.plan-trip .article-categories a{
	display:block;
	float: left;
	width: 47%;
	border-radius: 3px;
	background: #47A944;
	text-align: center;
	text-decoration: none;
	margin:0 5px 8px 0;
	color:#fff;
	padding: 5px 0px;
	font-size: 100%;
	text-transform: uppercase;
    overflow:hidden;
}

.plan-trip .article-categories a:hover {
	background: #22941e;
}
.plan-trip .green-go{float:left; margin-top: 30px!important;}

.plan-trip p{
	margin: 0 0 13px;
}

.home-grid-right p{
	margin: 0 0 10px;
}

.home-events{
	padding: 0 0 15px;
	position: relative;
}

.home-events  .home-events-column-left{
	float:left;
	width:49%;
	padding-right:1%;
}
.home-events  .home-events-column-right{
	float:right;
	width:49%;
	padding-left:1%;
}

.home-events  .home-events-column-left h3,
.home-events  .home-events-column-right h3 {
	color: #47a944;
	padding-bottom:12px;
}
.home-events  .home-events-column-left p,
.home-events  .home-events-column-right p {
	margin:0px;
	
}
.home-events h3.event-title  {
	font-size:95%;
	margin: 0;
	padding:2px 0 12px 0;
}
.home-grid h3{
	text-transform: uppercase;
}
.home-events img {
	float: left;
	width: 120px;
	margin: 0 20px 3px 0;
}
.home-events  .home-events-column-left img ,
.home-events  .home-events-column-right img{
	width:100%;
	background-size:cover !important;
}
.home-events.actual .bx-viewport{
	width:100% !important;
}

.home-events.actual li{
	margin: 0 1px 0 0;
	clear: left;
}

/*============== ASIDE/ASIDE WIDGET STYLES ==============*/

aside{
	float: left;
	width: 230px;
	margin: 25px 0 0 20px;
	padding-right: 20px;
}

.widget h2{
	padding: 10px 0 10px 10px;
logo	text-transform: uppercase;
	color: #022D55;
}

.in-this-section ul{
	margin: 0 0 20px;
	padding: 10px 0 0 10px;
}

.in-this-section li{
	list-style:none;
	margin: 10px 0 0 14px;
	position: relative;
}
.in-this-section li:before {
	content:'';
	display: block;
	background: #999;
	width: 6px;
	height: 6px;
	position: absolute;
	left: -15px;
	top: 6px;
	border-radius: 50%;
}
.in-this-section li.image-link:before {
	content:none;
}
.in-this-section li a img{
	margin: 0 0 20px;
}
.in-this-section li:first-child{
	margin: 0 0 0 14px;
}

.in-this-section a{
	text-decoration: none;
}
.in-this-section a:hover{
	text-decoration: underline;
}
/*============== FOOTER STYLES ==============*/

footer{
	position: relative;
	z-index:2;
	background: #50c6e7;
}


.dark-skies h1,.dark-skies h2,.dark-skies h3,.dark-skies h4,.dark-skies h5,.dark-skies h6 {
	color: #006970;
}
.dark-skies footer {
	background: #006970;
}

.walking h1,.walking h2,.walking h3,.walking h4,.walking h5,.walking h6 {
	color: #47a944;
}
.walking footer {
	background: #47a944;
}

.mountain-biking h1,.mountain-biking h2,.mountain-biking h3,.mountain-biking h4,.mountain-biking h5,.mountain-biking h6 {
	color: #260a58;
}
.mountain-biking footer {
	background: #ec1948;
}

.water h1,.water h2,.water h3,.water h4,.water h5,.water h6 {
	color: #006970;
}
.water footer { 
	background: #006970; 
}





footer .top-shadow{
	height: 20px;
	position: absolute;
	z-index: 4;
	top: 0;
	width: 100%;
	overflow: hidden;
	left:0;
}

footer .footer-content {
	position: relative;
	bottom: 0;
	margin: 30px auto 0;
	width: 1000px;
}

.footer-content .bx-wrapper {
	max-width: 1200px;
}

.fb-like-box{
	float: left;
}

footer .footer-meta a:hover, footer nav a:hover{
	color: #eee !important;
}
.footer-boxes{
	float: left;
}
.footer-box{
	float: left;
	position: relative;
	margin: 5px; 
	display: inline-block;
}
.footer-box img {
	max-width: 150px;
	min-height: 113px;

}

.footer-box a {	
	text-decoration: none;
	color: #fff;
}
.footer-box a:hover {	
	text-decoration: underline;
}
.footer-box a span{
	display: block;
	z-index: 2;
	padding: 10px 0 5px 45px;
	font-size: 80%;
}


.footer-box a span {
	background:url(../images/rebrand/social-icons.png) 0 0 no-repeat transparent;
}

.footer-box.flickr a span{
	background-position: 0 3px ;
}

.footer-box.webcam1 a span{
	background-position: 0px -54px ;
}
.footer-box.youtube a span{
	background-position: 0px -123px ;
}
	
a.share-site{
	display: block;
	color:#fff;
	text-decoration: none;
	font-size: 160%;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}

.footer-meta{
	margin: 100px auto 0;
	clear: left;
}

.footer-meta .meta-left{
	float: left;
	margin: 10px 0 0;
}

.lockup {
	/*float: right;
	background: url('../images/rebrand/lockup.png') no-repeat bottom right;*/
	padding: 60px 30px 0;
	text-align: right;
	/*width: 600px;*/
	height: 180px;
	/*margin: -100px 0 0 0; */
}

.lockup span{
	color: #fff;
}

.lockup a{
	margin: 0 15px;
}

.footer-contact img {
	margin-right: 12px;
	margin-top: -3px;
}
.footer-contact, .footer-info{
	float: left;
	margin: 30px 25px 0 0;
	display: block;
	color: #fff;
	text-decoration: none;
}

.footer-slider{
	padding: 0;
	margin: 0;
}

.footer-slider li{
	width: auto !important;
	height: 150px;
	padding: 0 2px;
}


.footer-content a.bx-prev{
	background:url(../images/slider/btn-prev.png) 0 0 no-repeat	transparent;
    display: block;
    float: left;
    height: 27px;
    overflow: hidden;
    text-indent: 100px;
    width: 32px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	 border-top-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.footer-content a#footer-slide-pause{
	background:url(../images/slider/btn-pause.png) 0 0 no-repeat transparent;
	display: block;
	float: left;
	width: 28px;
	height: 27px;
	overflow:hidden;
	text-indent: 100px;
}
.footer-content a#footer-slide-pause.paused{
	background:url(../images/slider/btn-pause-paused.png) 0 0 no-repeat transparent;
}
.footer-content a.bx-next{
	background:url(../images/slider/btn-next.png) 0 0 no-repeat	transparent;
    display: block;
    float: left;
    height: 27px;
    overflow: hidden;
    text-indent: 100px;
    width: 32px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.tweet-footer {
 	width: 200px;
 	min-height:100px;
	float: left;
}
.tweet-footer .loading {
    margin:25px 0 0 55px;
}

.tweet-footer .tweet_user, .tweet-footer .tweet_time a{
	color: #fff;
	opacity: 0.6;
	font-size: 80%;
	text-decoration: none;
}

.tweet-footer .tweet_text{
	color:#fff;
	font-size: 90%;
}
.tweet-footer .tweet_text a,
.tweet-footer .tweet_text .at {
    color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.tweet-footer .tweet_text a:hover {
    text-decoration:underline;
}
.tweet-footer .tweet_list{
 	padding: 0 10px 0 20px;
 	margin: 0;
}

.tweet-footer .tweet_list li{
 	width: auto !important;
 	border: 0;
 	color: #fff;
}

.tweet_details {
	display: block;
	margin: 5px 0;
	padding: 5px 0 0 35px;	
 	background:url(../images/rebrand/twitter-white.png) 2px 25px no-repeat transparent;
 	background-size: 22px;
}
.twitter-handle {
	display: block;
	color: #fff;
	text-decoration: none;
}
.twitter-handle:hover {
	color: #fff;
	text-decoration: underline;
}

footer nav{
	margin: -20px auto 0;
	color: #fff;
}

footer nav ul{
	padding: 0;
	margin: 0;
}

footer nav li{
	float: left;
	margin: 0 0 0 20px;
}

footer nav li:first-child{
	margin: 0;
}

footer nav a{
	color: #fff;
	text-decoration: none;
}
footer nav a:hover {
	color: #fff;
	text-decoration: underline;
}

footer nav span{
	float: left;
	opacity: 0.5;
	clear: left;
	margin: 10px 0 0;
}

.fb-like-box{
	background: rgba(255,255,255,0.85);
	overflow:hidden;
	border: 10px solid transparent;
}

.fb-like-box span:first-child{
	overflow:hidden;
	margin-top:-10px;
	width:288px !important;
	margin-left: -10px;
}

.pluginSkinLight{
	overflow:hidden;
	margin-left: -5px !important;
}

.footer-slide-controls{
	float: right;
}
/*============== FORM STYLES ==============*/

input[type="submit"], 
a.green-button, 
.business-details-section input[type="button"]{	
	background: #EF1845;
	font-family: inherit; 
	text-transform: uppercase;
	color: #fff;
	font-size: 110%;
	border: 0;
	display: block;
    padding:5px 35px;
    border-radius:3px;
	transition: 0.2s;
}
input[type="submit"]:hover, 
a.green-button:hover, 
.business-details-section input[type="button"]:hover {	
	background: #E0002F;
}
input[type="submit"]:active, 
a.green-button:active, 
.business-details-section input[type="button"]:active {	
	background: #8A283C;
	transition: 0s;
}

a.book-now {
	text-align: center;
	padding: 10px;
	text-decoration: none;
	font-size: 100%;

}

/*============== DEFAULT TEXT & LINK STYLES ==============*/

a.green-go{
	font-size: 140%;
	padding:0 20px 0 0;
	text-decoration: none;
	font-weight: normal;
}

a.green-go:hover{
	text-decoration: underline;
}

a.welsh_translate{
	float: right;
	left:175px;
	top:7px;
	text-decoration: none;
}

/* *********************************** */

h1, h2, h3, h4, h5, h6 {
	color: #47A944;
}

.hightlights h2.fancy-title {
	margin-left: 2%;
}

ul.section-boxes a {
	text-decoration: none;
	display: block;
	outline: 5px solid #fff;
	transition:all 0.5s;
}
ul.section-boxes a:hover h3{
	text-decoration: underline;
}
ul.section-boxes a:focus,
ul.section-boxes a:hover {
	background: #f8f8f8; 
	outline: 15px solid #f8f8f8;
	transition:all 0.15s;
}
ul.section-boxes a:active {
	background: #eee; 
	outline: 15px solid #eee;
	transition:all 0s;
}

.login-register-tab {
    display:none;
}

.hightlights .section-boxes h3 {
}




/* *********************************** */
div.olControlAttribution {
    bottom: 5px;
    left: 5px;
    font-size:9px;
}
/*div.olControlZoom {
    border: #537E38 solid 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background: #3b5998;
    margin: 5px 0 0 5px;
}
div.olControlZoom a{
    display:block;
    width: 10px;
    height:10px;
    color: #FFF;
    padding:3px;
    line-height: 10px;
    font-weight: bold;
    text-align:center;
    text-decoration: none;
    border-bottom: #537E38 solid 1px;
}*/
div.olControlZoom {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 2px;
}
div.olControlZoom a {
    display: block;
    margin: 1px;
    padding: 0;
    color: white;
    font-size: 18px;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 22px;
    width: 22px;
    line-height: 19px;
    background: #130085;
    background: rgba(0, 60, 136, 0.5);
    filter: alpha(opacity=80);
}
.comment.admin {
    background: #7f9ba9;
    padding:5px;
}

.comment.admin p {
    color: #FFF;
}

.comment.admin a {
    color: #3f5d67;
}

.image-upload-holder {
    float:left;
    width: 200px;
    margin-left: 10px;
}

.accommodation-awards {
    float:left;
    width:226px;
    margin: 10px 0 0;
}

.accommodation-awards input[type=checkbox] {
    margin:0 10px 10px 0;
}
.accommodation-awards label {
    display:inline;
    float:none;
}



/* Itinerary Added from flat - CB 27th Feb 2013 */

.itinerary{
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.itinerary-list {
    padding-top: 50px;
    position: relative;
}

.itinerary h2{
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    background:url(../images/dot-gradient-bg.png) 0 0 repeat-x transparent;
}
.itinerary h3 a{
    color: #000;
    text-decoration: none;
}
.itinerary p{
    color: #818181;
    font-size: 13px;
    display: block;
}
.itinerary h2 span{
    background:url(../images/small-birds-icon.png) 0 0 no-repeat transparent;
    width: 26px;
    height: 17px;
    display:inline-block;
    margin:0 10px 0 0;
}
.itinerary li{
    display:inline !important;
    padding: 0;
}
.itinerary-item .pin-number{
    display:block;
    width: 29px;
    height: 36px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.itinerary .itinerary-item{
    position: relative;
    padding: 18px 10px 18px 60px;
    background:url(../images/itinerary-dotted-line.png) bottom left repeat-x transparent;
}
.itinerary .itinerary-item:last-child{
    /* background: #fff; - removed to allow the my-intinerary page to work. */
   background: none;
}
.itinerary .itinerary-item .pin-number{
    background:url(../images/map-pins/orange-pin.png) 0 0 no-repeat transparent;
    text-align: center;
    font-size: 17px;
    color: #fff;
    line-height: 32px;
    float: left;
    margin:0 20px 5px 0;
    float: left;
}

.itinerary.activities .itinerary-item .pin-number, .itinerary.activities .itinerary-item .pin-number.activites {
    background:url(../images/map-pins/orange-pin.png) 0 0 no-repeat transparent;
}
.itinerary.events .itinerary-item .pin-number, .itinerary.activities .itinerary-item .pin-number.events{
    background:url(../images/map-pins/dark-green-pin.png) 0 0 no-repeat transparent;
}
.itinerary.accommodation .itinerary-item .pin-number, .itinerary.activities .itinerary-item .pin-number.accommodation{
    background:url(../images/map-pins/green-pin.png) 0 0 no-repeat transparent;
}
.itinerary.food-drink .itinerary-item .pin-number, .itinerary.activities .itinerary-item .pin-number.food-drink{
    background:url(../images/map-pins/purple-pin.png) 0 0 no-repeat transparent;
}

.itinerary.activities .itinerary-item img{
    margin: 0 12px 0 0;
    float: left;
}

.itinerary.activities .itinerary-item h3{
    float: left;
    font-size: 18px;
}

.itinerary.events .itinerary-item h3{
    float: none;
    font-size: 18px;
}

.itinerary .itinerary-item a.show-on-map{
    width: 101px;
    height: 43px;
    background:url(../images/show-map-bg.png) 0 0 no-repeat transparent;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 35px;
    padding: 0 0 0 50px;
    text-decoration: none;
    font-weight: bold;
}

.itinerary.accommodation .itinerary-item p, .itinerary.food-drink .itinerary-item p{
    font-size: 11px;
    font-style: italic;
    color: #818181;
    margin:5px 0 0;
}

.itinerary.accommodation .itinerary-item .star-rating{
    margin: 10px 0 0;
}

a.delete-itinerary-item{
    width: 94px;
    height: 37px;
    display: block;
    position: absolute;
    top: 13px;
    right: 26px;
    background:url(../images/delete-itinerary-bg.png) 0 0 no-repeat #fff;
    font-size: 14px;
    line-height: 37px;
    text-decoration: none;
    font-weight: bold;
    padding:0 0 0 50px;
    border: 2px solid #e9e9e9;
    border-bottom: none;
}

p.delete-instruction{
    position: absolute;
    top: 55px;
    right: 10px;
    font-size: 10px;
    color: #818181;
}

#itinerary-map-key{
    padding: 0;
    margin: 0;
}

#itinerary-map-key li{
    list-style:none;
    float: left;
    display: inline !important;
    width: auto !important;
    height: 20px;
}

#itinerary-map-key li a{
    display:block;
}

#marker_popup_contentDiv {
    text-align:center;
    overflow:visible;
    padding:2px 6px;
}

#marker_popup_contentDiv div {
    overflow: hidden;
}

#marker_popup_contentDiv a {
    text-decoration:none;
}

#marker_popup_contentDiv img {
    margin:6px 0;
}


/*============== MICROSITE STYLES ==================*/

/*============== WALKING ==================*/

.walking footer {
}

/*============== MOUNTAIN BIKING ==================*/
.mountain-biking{
}



/*============== CYCLING ==================*/
.cycling{
}


/*============== DARK SKIES ==================*/
.dark-skies{
}


/*============== WATER ==================*/
.water{
}


/*============== HORSE RIDING ==================*/
.horseriding{
}


/*============== GEOPARK ===================*/

.geopark .heading-background {
    background: #006970 url(../images/rebrand/geopark/geopark-section.jpg) center no-repeat;
    background-size: cover;
}

.geopark footer {
	background: #0689CB !important;
}

.geopark .header-logo {
	top:28px;
}

.geopark .header-logo::after {
    content: '';
    display:block;
    margin-left:10px;
    width:100px;
    height:200px;
    background-image:url(../images/rebrand/geopark/geopark-logo.png);
    background-repeat: no-repeat;
    background-size: 100px;

}

.geopark .header-logo img {

		width: 201px;
		height: 103px;
}

.geopark header nav {
	background:none;
}

.geopark header #query {
	border: 2px solid #97524a;
	background: #a65c54;
}

.geopark .container aside:after {
	
    content: '';
    display:block;
    width:200px;
    height:300px;
    background-image:url(../images/rebrand/geopark/location-map.png);
    background-repeat: no-repeat;
    background-size: 200px;

}

/*
footer {
	background: #22B24C !important;
}

.geopark .header-logo img {
	display:none !important;
}

.header-logo::after {
    content: '';
    display:block;
    margin-left:20px;
    width:50px;
    height:50px;
    background-image:url(../images/rebrand/geopark/geopark-logo.png);
    background-repeat: no-repeat;
    background-size: 50px;

}
*/




/*============== END MICROSITES STYLES =================*/


.business-images-holder {
     float:left;
     /* position:absolute; */
     max-height: 240px;
     overflow: hidden;
     max-width: 350px;
     right:0;
     top:0;
 }
 
.business-detail-main .home-events{
	border-bottom: none;
}
.business-detail-main .mini-right-slider li span{
	margin: 3px 15px 10px 0;
}
.business-aside .olMap#map{
	margin: 0 auto 10px !important;
	width: 290px !important;
	height: 194px !important;
}



.home-events.business li{
	width: 260px;
}

.home-events.business li img{
	height: 194px;
	max-width: 260px;
	width: auto;
}

/*============== SOCIAL MEDIA FEED =================*/

.social-media .main-content{
	padding-top: 20px;
}

.social-feed{
	width: 680px;
}
.social-feed .tabHeading{
    padding: 0 0 0 10px;
	position: static;
	margin:0;
}

.social-feed .tabHeading li{
    list-style:none;
    float: left;
    margin: 0 6px 0 0;
    border-bottom: none;
	padding: 0;
	background: #ddd;
}

.social-feed .tabHeading li a.active{
	border: 1px solid #ddd;
	border-bottom: 0;
}

.social-feed .tabHeading li a {
    background:#eee;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 93px;
    padding:0 2px 2px;
}

.social-feed .tabContent{
    padding: 0;
    margin: 0;
    float: left;
}

.social-feed .tabContent li{
    display: block;
    width: 680px;
    height: auto;
}

.social-feed .tabContent li ul{
	padding: 0;
}

.social-feed .tabContent li ul > li{
	padding: 30px 0;
	display: block !important;
	width: 680px;
	height: auto;
	position: relative;
}

.social-feed .tabContent li ul > li span.icon{
	position: absolute;
	z-index: 10;
	display: block;
}

.social-feed .tabContent li ul > li span.date, .social-feed .tabContent li ul > li span.title{
	vertical-align: top;
	display: inline-block;
	margin:0 10px 0 0;
}
.social-feed .tabContent li ul > li span.date{
	
}

.social-feed .tabContent li ul > li span.title{
	font-weight: bold;
	font-size: 14px;
}
.social-feed .tabContent li ul > li.twitter img, .social-feed .tabContent li ul > li.facebook img{
	margin: 0 10px 0 0;
}

.social-feed .tabContent li ul > li.twitter p, .social-feed .tabContent li ul > li.facebook p{
	width: 599px;
	margin: 0px 0 0 0;
	float: right;
}

.social-feed .tabContent li ul > li.twitter, .social-feed .tabContent li ul > li.facebook{
	padding: 38px 0 23px 20px;
	width: 660px;
}
.social-feed .tabContent li ul > li.youtube, .social-feed .tabContent li ul > li.flickr{
	padding: 30px 0 23px 0;
}

.social-feed .tabContent li ul > li.youtube span.date, .social-feed .tabContent li ul > li.flickr span.date, .social-feed .tabContent li ul > li.wordpress span.date{
	margin: 0 10px 0 60px;
}

.social-feed .tabContent li ul > li.youtube iframe{
	margin: 20px 15px 0 0;
	float: left;
}

.social-feed .tabContent li ul > li.youtube p{
	float: left;
	width: 415px;
	margin: 20px 0 0;
}
.social-feed .tabContent li ul > li.flickr .social-flickr-images{
	width: 680px;
	height: auto;
	overflow: hidden;
}
.social-feed .tabContent li ul > li.flickr .social-flickr-images .flickrdesc {
    display:inline-block;
	min-width: 300px;
	vertical-align: top;
	margin: 14px 0 0;
	max-width: 475px;
	float: left;
}
.social-feed .tabContent li ul > li.flickr a.sm-flickr-more{
	float: right;
	margin: 10px 0 0;
	color: #3e5962;
	text-decoration: none;
}

.social-feed .tabContent li ul > li.flickr a.sm-flickr-more:hover{
	text-decoration: underline;
}
.social-feed .tabContent li ul > li.flickr img{
	margin: 20px 10px 0 0;
	float: left;
}
.social-feed .tabContent li ul > li.twitter span.icon{
	background:url(../images/social-feed/circle-twitter.png) 0 0 no-repeat;
	z-index: 10;
	width: 33px;
	height: 33px;
	top: 18px;
	left:0;
}

.social-feed .tabContent li ul > li.facebook span.icon{
	background:url(../images/social-feed/circle-facebook.png) 0 0 no-repeat;
	z-index: 10;
	width: 33px;
	height: 33px;
	top: 18px;
	left:0;
}

.social-feed .tabContent li ul > li.youtube span.icon{
	background:url(../images/social-feed/circle-youtube.png) 0 0 no-repeat;
	z-index: 10;
	width: 39px;
	height: 39px;
	top: 18px;
	left:0;
}

.social-feed .tabContent li ul > li.flickr span.icon{
	background:url(../images/social-feed/circle-flickr.png) 0 0 no-repeat;
	z-index: 10;
	width: 34px;
	height: 34px;
	top: 18px;
	left:0;
}

.social-feed .tabContent li ul > li.wordpress span.icon{
    background:url(../images/social-feed/circle-wordpress.png) 0 0 no-repeat;
    z-index: 10;
    width: 34px;
    height: 34px;
    top: 18px;
    left:0;
}

.social-feed .tabContent li ul > li.wordpress p{
	margin: 15px 0 0;
}

.social-media aside{
	float: left;
	border: 0;
	margin: 30px 0 0;
}


.social-media aside ul{
	padding:0;
}

.social-media aside li{
	margin: 10px 0 0;
	padding: 0 0 10px;
	background:url(../images/social-aside-item-bg.png) bottom left repeat-x;
}

.social-media aside li a{
	text-decoration: none;
	float: left;
}

.social-media aside li a span{
	display: block;
	margin: 0 10px 0 0;
}

.social-media aside li.tw span{
	width: 33px;
	height: 33px;
	background:url(../images/social-feed/circle-twitter.png) 0 0 no-repeat;
}

.social-media aside li.fb span{
	width: 33px;
	height: 33px;
	background:url(../images/social-feed/circle-facebook.png) 0 0 no-repeat;
}

.social-media aside li.fl span{
	width: 34px;
	height: 34px;
	background:url(../images/social-feed/circle-flickr.png) 0 0 no-repeat;
}

.social-media aside li.yt span{
	width: 39px;
	height: 39px;
	background:url(../images/social-feed/circle-youtube.png) 0 0 no-repeat;
}

.social-media aside li.wp span{
    width: 35px;
    height: 35px;
    background:url(../images/social-feed/circle-wordpress.png) 0 0 no-repeat;
}


/*========= Alternate tab switcher styles ========*/

.search-main-controls {
	width: 200px;
	position: absolute;
	margin: 25px 0 0 0;
	z-index: 1;
}

.search-main-controls input[type="text"] {
	background: #eee;
	border: none;
	height: 32px;
	width: 167px;
	border-radius: 3px 0 0 3px;
}
.search-main-controls input[type="submit"].search-button {
	background-color: #EC1948;
	position: absolute;
	right: 0;
}

.tab-content{
	padding: 0;
	margin: 15px 0 0 0;
	width: 100%;
	float: left;
}

.tab-content li{
	padding: 0;
	margin: 0;
	width: 100%;
	background: none;
}

.tab-heading {
	padding: 0;
	margin: 15px 0 0 0;
	background: #f8f8f8; 
}

.tab-heading li a {
	display: block;
	padding: 7px 10px 7px 30px;
	text-decoration: none;
	font-size: 90%;
	position: relative;
	border: 1px solid #f8f8f8;
	border-right: 1px solid #ddd;
}

.tab-heading li a.active {
	background: #fff;
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 4px 0 0 4px;
}

.tab-heading li a:before {
	content: '';
	display: block;
	border: 2px solid #ddd;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	left: 10px;
	top: 9px;
	position: absolute
}
.tab-heading li a.active:before {	
	background: #aaa;
	border: none;
	width: 9px;
	height: 9px;	
	left: 11px;
	top: 10px;
}
.tab-heading li a:hover:before {
	border-color: #aaa;
}

.tab-heading li a:hover {
	background: #fff;
}
.tab-heading li a:active:before {
	border-color: #555;
}

.filter-count {
	color: #bbb;
	font-size: 90%;
}

/*========= Search filters ========*/
.main-content#businesses{
	padding: 10px 0 30px 0;
	width: 100%;
}

#events, #other {
	float: left;
	padding-left: 250px;
}

#other {
	padding-left: 310px;
}
#other 
.main-col {
	width: 45%;
	margin-right: 5%;
}

#events h1 {
	font-size: 130%;
	margin: 30px 0 20px 10px;

}
#other h1 {
	margin: 30px 0 20px -48px;
}

.search-filters{
	margin: 0 10px 0 0;
	width: 200px;
	min-height: 500px;
	margin-top: 165px;
}

.search-filters h2 {
	font-size: 100%;
	padding-left: 0px; 
}
.search-filters h3{
	display: block;
	font-size: 110%;
	height: 35px;
    line-height: 20px;
    padding: 0 0 0 20px;
}
.search-filter{
	padding: 0;
	margin: 0 10px 10px;
}

.search-filter li{
	width: 100%;
	list-style: none;
}

.search-filter li a{
	font-size: 90%;
	text-decoration:none;
	display: block;
	position: relative;
	padding: 5px 0 3px 30px;
}

.search-filter li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 5px;
	top: 4px;
	background: #eee;
	border: 1px solid #ddd;
	width: 15px;
	height: 15px
}

.search-filter li a:hover{
	background: #eee; 
}

.search-filter li a:hover:before{
	background: #bbb;
	border: 1px solid #fff 
}
.search-filter li a:active:before{
	background: #666 !important;
	border: 1px solid #fff 
}

.search-filter li a.selected:before {
	background: #888;
	border: 1px solid #fff;
	outline: 1px solid #ddd;
}
.search-filter.grading li a {
    height: 23px;
    padding-top: 5px;
}
.search-filter.grading li a span {
    display:block;
    float:left;
    width: 11px;
    height: 12px;
    background: url('../images/rebrand/stars.png') -11px;
    margin-right: 5px;
}
.search-filter.grading li:hover a span, .search-filter.grading li a.selected span {
    background: url('../images/rebrand/stars.png');
}
.vaccordion dt{
	border-top: 1px solid #e9e6e3;
	padding: 10px 0 10px 6px;
}
.vaccordion dt:hover {
	background-color: #f8f8f8;
}

.vaccordion dt:first-child{
	border-top: none;
}

.vaccordion dt a{
	display: block;
	text-decoration:none;
	padding: 0 39px 0 0; 
	background: url(../images/rebrand/open-close-arrows.png) right -44px no-repeat;
}


.vaccordion dt a h2{
	font-size: 14px;
	color: #444;
	font-weight: normal;
}
.vaccordion dt a:active h2 {
		color: #000;
}

.vaccordion dt a.pager-active {
	background-position: right -4px ;
}

.vaccordion dd{
	margin: 0;
}

ul.search-filter {
	margin: 0 3px 10px 0;
}
.search-filter li{
	background: none;
}

#business-listing .facility-icons{
	padding: 0;
	margin: 10px 0 0;
	float: right;
}

#business-listing .facility-icons li{
	float: left;
	border: none !important;
	list-style: none;
	width: auto;
	margin: 0 0 0 5px;
}

#business-listing .facility-icons li img{
	width: 28px;
}

.business-listing-wrap.unfiltered.general li{
	border: none !important;
}

.business-listing-wrap.unfiltered.events li{
	border-bottom: 1px dotted #ccc6bb !important;
}

.business-listing-wrap.unfiltered.general li h2{
	margin: 0 0 10px;
	float: none !important;
	width: 100% !important;
}

.business-listing-wrap.unfiltered.events li h2{
	float: none !important;
	width: 100% !important;
}

.ie7 .business-listing-wrap.filtered li h2{
	float: none !important;
}

.business-listing-wrap.unfiltered.general li h2 a, .business-listing-wrap.unfiltered.events li h2 a{
	color: #3e5962 !important;
}

.business-listing-wrap.unfiltered.general li h2 a:hover, .business-listing-wrap.unfiltered.events li h2 a:hover{
	text-decoration: underline !important;
}

.business-listing-wrap.unfiltered.general li p{
	width: 655px !important;
}


#search-options{
	position: absolute;
	right:14px;
	top: 33px;
	width: 182px;
	height: 150px;
	padding: 50px 15px 0;
	background: #3e5962;
	z-index:100;
	display: none;
}

#search-options .options-toggle{
	position: absolute;
	bottom: -48px;
	left: 0;
	display: block;
	width: 212px;
	height: 48px;
	background: url("../images/banner-controldown-bg.png") no-repeat scroll center bottom transparent;
}

#search-options p, #search-options label{
	color: #fff;
	font-size: 14px;
}
#search-options p{
	margin-bottom: 15px;
}
#search-options .radio, #search-options label{
	float: left;
	margin-bottom: 12px;
}

#search-options .radio{
	clear: left;
	margin: 0 12px 0 0;
}

.business-listing .filters-top {
    width:100%;
    float:left;
    margin-bottom:20px;
}

.business-listing .view-more {
    float:right;
    display:block;  
    text-indent:20px;
}

.business-listing .filters-selected {
    float:left;
}

#options-submit{
	position: absolute;
	top: 0;
	right: 8px;
}

input[type="submit"].search-button {
	border-radius: 0 4px 4px 0;
	background: url('../images/rebrand/search.png') no-repeat center;
	width: 32px;
	height: 32px; 
	padding: 0 0px;
	text-indent: -100em;
	transition: background-color 0.4s;
}
input[type="submit"].search-button:hover {
	background-color: #9A1948;
	transition: background-color 0.15s;
}
input[type="submit"].search-button:active {
	background-color: #000;
	transition: background-color 0s;
}

#business_search_wrap #loading_overlay {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0 0 0 200px;
    width: 100%;
    z-index: 9999;
    height: 100%;
    background: #fff url('../images/rebrand/spinner.gif') no-repeat 350px 140px;
    background-size: 48px;
    transition: all 0.5s;
    opacity: 0.8;
}

.search-other-content #business-listing li {
    border-bottom: none;
}

.uploadify {
	position:relative;
	margin:10px 0;
}

.splash-message{
	text-align: center;
	margin: 0 auto;
	padding: 10px;
}
.splash-message img {
	display: none;
}


.master .container.error-page {
    padding:20px;
}

.master .container.error-page .my-business-wrap {
    width: 958px;
}
.random-class {
    border: #000 solid 1px;
}


#redirect-notice{
	width: 100%;
	padding: 22px 0 25px;
	background: #fff;
	box-shadow: inset 0 -10px 20px #eee;
	display:none;
}

.redirect-inner{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#redirect-notice h2{
	font-weight: normal; 	
	margin: 10px 0 5px 0;
	color: #666;
}

#redirect-notice h2:before,
.warningNote:before {
	content: 'i';
	text-align: center;
	line-height: 23px;
	font-size: 80%;
	font-weight: bold;
	display: block;
	position: absolute;
	color: #023F9C;
	left: -38px;
	top: 15px;
	width: 25px;
	height: 25px;
	border: 2px solid;
	border-radius: 50%;
	opacity: 0.4;
}
.warningNote {
	position: relative;
	padding: 10px 10px 10px 0;
	left: 50px;
	font-style: italic;
}

#redirect-notice .bannerBBNPAlink {
	position: absolute;
	left: 530px;
	top: -23px;
}


#redirect-notice p a {
	color: #0353CF;
}
#redirect-notice p a:hover {
	color: #023F9C;
} 

#redirect-notice a.close{
	position: absolute;
	display: block;
	border-radius: 50%;
	color: #ccc;
	background:#fff;
	text-align: center;
	width: 40px;
	height:40px;
	right: 12px;
	padding: 7px;
	top: 3px;
	text-decoration: none;
	font-size: 40px;
	font-weight: normal;
	transition: all 0.4s;
	line-height: 31px;
}
#redirect-notice a.close:hover{
	transition: all 0.2s;
	width: 46px;
	height: 46px;
	right: 9px;
	color: #888;
	background:#eee;
}
#redirect-notice a.close:active{
	transition: all 0s;
	color: #000;
	background:#ddd;
}
.cookie-table {
    border: #ddd solid 1px;
    margin-bottom: 20px;
}
.cookie-table th {
    padding: 5px;
    background: #eee;
    font-weight: bold;
}

.cookie-table td {
    border-bottom: #ddd solid 1px;
    padding: 5px;
}
a.survey {
    width:100%;float:left;margin-top:10px;
    display:block;
}

/* OBS Map amendments */
/* Layer options and map key panel */
#npmb-key {
	background: #ffffff; 
	width: 200px;
	opacity: 0.8;
	border: 1px solid;
	border-top: 0;
	border-right: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-bottom: 3px;
	z-index: 9999;
        border-left: 6px solid rgba(155, 155, 155, .5);
        border-bottom: 6px solid rgba(155, 155, 155, .5);	
	border-bottom-left-radius: 5px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-right: 2px solid rgba(155, 155, 155, .5);
	border-top: 2px solid rgba(155, 155, 155, .5);
}

#npmb-key-contents {
	height: 85%;
	overflow-y: auto;
	padding:5px;
}

#npmb-key.closed {
	display: none;
}

#npmb-key-close {
	width: 22px;
	height: 18px;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
}
#npmb-key-close:hover {
	background-position: 4px -18px;
}
#npmb-key-close:active{
	background-position: 4px -38px;
}

#npmb-showkey {
	width: 28px;
	height: 28px;
	background: #26559c url('http://maps.nationalparks.gov.uk/resources/images/npmb-icons.png') no-repeat -25px 7px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9995;
}
#npmb-showkey:hover {
	cursor: pointer;
	background-position: -25px -13px;
	background-color: #26559c;
}
#npmb-showkey:active{
	cursor: pointer;
	background-position: -25px -33px;
}

#npmb-key-title {
	background: #26559c;
	color: #ccd0d3;
	padding: 5px;
}


.npmb-key-row {
	clear: left;
	margin: 0 0 1px 0;
	padding: 3px;
}

.npmb-key-icon {
	float: left;
	margin: 0 5px 0 0;
}
.npmb-key-text {
	display: block;
	margin-left: 25px;
	padding-left: 20px;
}

.npmb-key-text input {
    margin-right: 10px;
	position: relative;
	left: -22px;
	top: 1px;
	margin-right: -17px;
}

.olControlOverviewMapElement {
padding: 10px 18px 10px 10px;
background-color: #26559c !important;
}

.olControlOverviewMapMaximizeButton {
height: 34px !important;
width: 48px !important;
border: 6px solid rgba(155, 155, 155, .5);
border-radius: 5px;
-webkit-background-clip: padding-box;
background-clip: padding-box;
right: 20px !important;
background-color: #26559c;
bottom: 20px !important;
cursor: pointer;
}


.fancybox-lock .fancybox-overlay {
	z-index: 99999;
}
.fancybox-inner {
	overflow: hidden !important;
	height: 600px !important;
}



.wrapper:before,
.wrapper:after {
	content: '';
	display: block;
	height: 100%;
	width: 20px;
	position: absolute;
	left:0;
	top:0px;
	z-index: -1; 
	background: #d5df42;
	background: -moz-linear-gradient(top,  #d5df42 18%, #d5df42 18%, #50c6e7 78%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#d5df42), color-stop(18%,#d5df42), color-stop(78%,#50c6e7));
	background: -webkit-linear-gradient(top,  #d5df42 18%,#d5df42 18%,#50c6e7 78%);
	background: -o-linear-gradient(top,  #d5df42 18%,#d5df42 18%,#50c6e7 78%);
	background: -ms-linear-gradient(top,  #d5df42 18%,#d5df42 18%,#50c6e7 78%);
	background: linear-gradient(to bottom,  #d5df42 18%,#d5df42 18%,#50c6e7 78%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5df42', endColorstr='#50c6e7',GradientType=0 );
}

.dark-skies .wrapper:before,
.dark-skies .wrapper:after {
	background: #006970;
	background: -moz-linear-gradient(top,  #022d55 19%, #006970 79%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#022d55), color-stop(79%,#006970));
	background: -webkit-linear-gradient(top,  #022d55 19%,#006970 79%);
	background: -o-linear-gradient(top,  #022d55 19%,#006970 79%);
	background: -ms-linear-gradient(top,  #022d55 19%,#006970 79%);
	background: linear-gradient(to bottom,  #022d55 19%,#006970 79%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022d55', endColorstr='#006970',GradientType=0 );
}

.walking .wrapper:before,
.walking .wrapper:after {
	background: #006128;
	background: -moz-linear-gradient(top,  #006128 19%, #47a944 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#006128), color-stop(80%,#47a944));
	background: -webkit-linear-gradient(top,  #006128 19%,#47a944 80%);
	background: -o-linear-gradient(top,  #006128 19%,#47a944 80%);
	background: -ms-linear-gradient(top,  #006128 19%,#47a944 80%);
	background: linear-gradient(to bottom,  #006128 19%,#47a944 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006128', endColorstr='#47a944',GradientType=0 );
}

.mountain-biking .wrapper:before,
.mountain-biking .wrapper:after {
	background: #50c6e7;
	background: -moz-linear-gradient(top,  #50c6e7 20%, #ec1948 79%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#50c6e7), color-stop(79%,#ec1948));
	background: -webkit-linear-gradient(top,  #50c6e7 20%,#ec1948 79%);
	background: -o-linear-gradient(top,  #50c6e7 20%,#ec1948 79%);
	background: -ms-linear-gradient(top,  #50c6e7 20%,#ec1948 79%);
	background: linear-gradient(to bottom,  #50c6e7 20%,#ec1948 79%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c6e7', endColorstr='#ec1948',GradientType=0 );
}

.water .wrapper:before,
.water .wrapper:after {
	background: #006970;
	background: -moz-linear-gradient(top,  #50c6e7 20%, #006970 79%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#50c6e7), color-stop(79%,#006970));
	background: -webkit-linear-gradient(top,  #50c6e7 20%,#006970 79%);
	background: -o-linear-gradient(top,  #50c6e7 20%,#006970 79%);
	background: -ms-linear-gradient(top,  #50c6e7 20%,#006970 79%);
	background: linear-gradient(to bottom,  #50c6e7 20%,#006970 79%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c6e7', endColorstr='#006970',GradientType=0 );
}


.wrapper:after {
	right: 0;
	left: auto;
}

footer .wrapper:after {
	display: none;
}


/* leaflet map */
.leaflet-container {
	font: inherit !important;
	font-size: 90% !important;
}
.leaflet-popup-content-wrapper {
	border-radius: 4px !important;
	overflow: auto;
}

.leaflet-container h1 {
	font-size: 120%;
	margin: 0 0 7px 0;
}
.leaflet-container img {
	float: left; 
	margin: 0 15px 35px 0;
}
.leaflet-container p {
	margin-top: 0 !important;
}
.leaflet-container h1 a {
	text-decoration: none;
}

.leaflet-container h1 a:hover {
	text-decoration: underline;
}


/* Pledge form */

.visitor-charter .hide {
	display: none;
}

.charterPledge {
	background: #f2f2f2 url(../images/pledge.png) top right;
	background-size: 100%;
	padding: 20px;
	margin: 15px auto;
	max-width: 600px;
	text-align: center;
	font-size: 110%;
}
.charterPledge h2 {
	margin: 20px 0 10px;
}
#pledge-form .formRow input {
	padding: 7px;
}

.pledgeSubmit {
	margin: 20px auto 5px;
	width: 350px;
	padding: 10px !important;
	background-image: url('../images/heart.png') !important;
	background-position: 15px !important;
	background-repeat: no-repeat !important;
}

.charterPledge.working .formRow {
	opacity: 0.3;
	tranition: 0.5s;
} 

/* HD (retina etc.) styles */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2) {

	.footer-box a span {
		background-image:url(../images/rebrand/social-icons@2x.png);
		background-size: 41px;
	}
	.map-feature {
		background-image: url(../images/rebrand/map-pic_hd.png);
		background-size: 100%;
	}

	.icon-link:before {
		background-image: url('../images/rebrand/business-types@2x.png');
		
		background-size: 35px;
	}
	.social a.social-link:before {
		background-image: url(../images/rebrand/social-icons@2x.png);
		background-size: 41px;
	}

	.vaccordion dt a{
		background-size: 29px;
		background-image: url(../images/rebrand/open-close-arrow@2x.png);
	}
	.landing-slider-wrap a {
		background-image: url('../images/rebrand/nextprev@2x.png');
		background-size: 58px;
	}

	.business-listing li a:after,
	.business-listing li.hasPhoto .section-box:before,
	#business-listing li h2 a:before { 
		background-size: 35px;
		background-image: url('../images/rebrand/business-types@2x.png');
	}
	
	.star-rating{
		background-image: url(../images/rebrand/star-rating-sprite@2x.png);
	}
	.tweet_details {
		background-image: url(../images/rebrand/twitter-white@2x.png);
	}

	
	
	.search-filter.grading li a span,
	.search-filter.grading li:hover a span, .search-filter.grading li a.selected span {
	      background-image: url('../images/rebrand/stars@2x.png');
		background-size: 22px;
	}
	
	.breadcrumb li{
		background-image: url('../images/rebrand/up-arrow@2x.png');
		background-size: 11px;
	}
	
	input[type="submit"].search-button {
		background-image: url('../images/rebrand/search@2x.png');
		background-size: 18px;
	}
		
}



/* Larger than 1260 screens */
@media only screen and (min-width: 1260px) {	
	body {	
		overflow-x: hidden;
	}
	.wrapper {
		width: 100%;
	}

	footer .wrapper {
		border: none;
		padding-bottom: 0;
	}

	.main {
		width: 1200px;
		margin: 150px auto 0;
	}

	header{
		width: 1200px;
	}

	#home header {
		height: 270px;
		margin-bottom: -70px;
	}
	
	footer .footer-content {
		width: 1200px;
		padding-left: 38px;
	}

	.tweet-footer{
 		width: 300px;
 	}

	.tweet-footer .tweet_text {		
		font-size: 110%;
	}
	.footer-box{
		margin: 10px; 
	}
	.footer-box img {
		max-width: 160px;
		min-height: 120px;
	}

	a.share-site{
		display: block;
		width: 1200px;
		margin: 20px auto 0 auto;		
		padding-left: 40px;
	}

	.home-grid-right {
		width: 524px;
	}
	.home-events img {
		width: 200px;
		margin: 0 20px 10px 0;
	}
	.featured-box li img, .featured-box li span{	
		width: 360px;
		height: 120px;
	}
	
	.feature-wrapper .hasArrow {
		margin-right: 48px;
	}

	.featured-box h3 a {
		font-size: 100%;
	}
	aside{
		width: 280px;
	}
	.main-content{		
		padding-left: 90px;
		padding-right: 60px;
		width: 900px;
	}

	.section-boxes li {		
		margin-right: 8%;
	}

	
	.business-images-holder {
	    
	     max-width: none;
	 }

	/* Search results */

	.search-filters{
		margin-right: 40px;
		width: 220px;
	}

	.business-listing-wrap {
		width: 940px;
	}

	#businesses #map {
		width: 940px; 
	}
	
	
	#business_search_wrap #loading_overlay {
		background-position: 480px 140px;
	 
	}

	/* Business detail page */

	.business-detail-wrap .main-content {
		width: 580px;
	}

	.business-title {
		padding-left: 90px;
		padding-right: 60px;
		width: 900px;
		position: relative;
	}
	
	.wrapper:before,
	.wrapper:after {
		width: 17px;
	}

	.feed-icon {
		padding:10px 0;
		/*border-bottom: 1px solid #7fc8a2;*/
	}
	.feed-icon  h2{
		margin-bottom:8px;
	}
} 


.collapse-toggle {
	display: none;
}

/* Screens smaller than 1000 wide */
@media only screen and (max-width: 1000px) {	


	#redirect-notice {
		display: none !important;
	}
	
	.wrapper:before,
	.wrapper:after {
		display: none;
	}
	
	header {
		height: 210px;
		width: 100%;
	}
	#home header {
		height: 230px;
	}
	#home .header-logo {
		top: 20px;
		left: 10px;
	}
	.header-logo {
		top: 60px;
		left: 10px;
	}
	.header-logo a img {
		width: 201px;
		height: 103px;
		transition: none;
	}
		
	.top-bar {
		position: absolute;
		top: 45px;
		right: 5px;
	}
	#home .top-bar {
		top: 5px;
	}
		
	.top-bar:before {
		display: block;
		content: '';
		background: url(../images/rebrand/menu-icon.png) no-repeat center;
		background-size: 19px;
		color: #fff;	
		position: absolute;
		top: 5px;
		right: 5px;	
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	/*
	.top-bar:hover {
		background: #fff;
		height: 150px;
		box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	} 
	*/
	#google_translate_element {
		top: 110px;
		right: 5px;
		position: static;
		margin-top: 20px;
	}
	/*
	.top-bar ul, 
	.top-bar div {
		display: none;
	}
	.top-bar:hover ul,
	.top-bar:hover div {
		display: block;
	}
	*/
	.top-bar ul {
		overflow: auto;
		padding: 15px;
		padding: 0;
		margin: 0 0 0 0;
		top: 10px;
		float: none;
		position: relative;
		width: 180px;
	}
	.top-bar li {
		float: none;		
	}
	.top-bar li a {
		color: #555;
	}
	a.welsh_translate{
		float: none;
		left:0;
		top:0;
	}
	
	.site-search-holder {
		top: 8px;
	}
	.site-search-holder #query {
		display: none;
	}
	
	
#userNewsletterOptIn label{
	float: none;
	width: 200px;
    margin: 0 0 10px 0;
}
	
	/* Menu on homepage */

	#home header nav, header nav {
	    width: auto;
	    right: 5px;
	    margin-left: 5px;
	    height: 40px;
	    max-width: 500px;
	    padding-right: 34px;
	}
	#home header nav {
		top: 183px;
	}	
	#home header nav {
		top: 183px;
	}
	#home .site-search-holder {
		top: 187px;
	}
	#home .site-search-holder #query {
		display: none;
	}
	#home .site-search-holder .search-button {
		border-radius: 5px;
	}
	.site-search-holder input[type="text"]{
		top: 40px;
		box-shadow: 0 5px 20px rgba(0,0,0,0.3);
		height: 40px;
		background: #fff;
		border-color: #666;
		color: #000;
		width: 300px;
	}
	#home .site-search-holder input[type="text"] {
		top: -50px;
	}
	
	#options-submit {
		right: 13px;
	}

	.site-search-holder {
	}
	
	header nav li a.top {
		height:40px;
		font-size:100%;
		line-height:40px;
		padding: 0 10px;
		width: auto;
		transition: none;
	}

	#home header nav li a.top {	
		height: 40px;
		width: auto;
		padding: 0 13px;
	}
	header nav {
		text-align: center;
		top: 5px;
	}
	header nav li {
		float: none;
		display: inline-block;
		text-align: left;
	}
	header nav li .megamenu li {
		display: inline-block;
	}
	
	#home .explore,
	#home .plan,
	#home .events,
	#home .social {
		top: 40px;
		bottom: auto;
		left: 0px;
		box-shadow: 0 10px 20px rgba(0,0,0,0.5);
	}
	
	.plan,
	.events,
	.social {
		top:40px;
		width: 100%;
		padding:10px;
		box-shadow: 0 10px 20px rgba(0,0,0,0.5);
	}
	
	.explore {
		top:40px;
	}
	
	.plan-links {
		width: 100%;
	}

	.plan li,
	.explore li {
	    width: 48%;
	}
	.plan li a,
	.explore li a {
	    width: auto;
	    display:block;
	    height: auto;
	    padding: 13px 10px 10px 10px;
	    position: relative;
	    margin: 0px 5px 0px 0px;
		transition: none;
	}
	.plan li a:hover, 
	.explore li a:hover {
		background: #f8f8f8;
		transition: all none;
	}
	.plan li a:before,
	.explore li a:before {
		display: none;		
	}
	.megamenu, .megamenu.plan {
		padding-top: 40px;
	}
	.closeMegaMenu {
		width: 45px;
		height: 45px;
	    background: url('../images/rebrand/close.png') no-repeat center;
	    opacity: 0.3;
	    background-size: 16px;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	/* Hide the second-teir hover menu on mega-dropdown */
	.plan li div,
	.explore li div {
		display: none ;
	}
	
	.social .inner-drop {
		padding: 20px;
	}
	.social-tweets {
		width: 100%;
		padding: 0 0 0 0;
		float: none;
	}
	.social-links-wrap {
		margin-top: 30px;
	}


/* Home page */

	#home .slider-wrap {
		display: none;  
	}  
	.main.home {
	    padding: 15px 10px 0 10px;
		margin: 0px auto 20px;
   	}
   	
	header nav:before {
    	border-top: 40px solid #EF1845;
	}
   	#home .wrapper:before {    
   		content: '';
	    display: block;
	    width: 100%;
	    height: 230px;
	    background: #344A61 url('../images/rebrand/content-page.jpg') no-repeat top center;
	    background-size: cover;
	    position: absolute;
	    top: 0px;
	    left: 0;
   	}
   	#home footer .wrapper:before {
   		display: none;
   	}
   
	
	.home-grid-left {
	    width: 100%; 
	    padding: 0 0 0 0;
	    border-right: 0;
	    float: none; 
	}
	.home-grid-right {
	    width: 100%;
	    padding: 10px 0 0 0;
	    float: none;
	}
	  
	  
	.weather-details{
		max-width: none; 
	}

	.wrapper { 
		width: 100%;
	}
	
	aside {
		float: none;
		width: auto;
		margin: 0 20px;
		padding: 0;
	}
	
	.business-detail-wrap aside {
		padding: 0;
		position: static;
	}
	.business-detail-wrap {
	    margin: 0px 0 0 0px;
	}
	
	.business-detail-wrap .main-content {
		margin: 0;
		padding: 15px;
	}
	
	.collapsible {
		box-shadow: 0 4px 30px rgba(0,0,0,0.4);
		transition: all 0.5s;
	}
	.collapsible.collapsed {		
		box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	}
	
	.collapse-toggle {
		display: block;
		border-bottom: 1px solid #ddd;
	    background: url('../images/rebrand/close.png') no-repeat 96% center;
	    background-size: 16px;
		padding: 10px;
		text-transform: uppercase;
		color: #022D55;
		font-weight: bold;
		width: 100%;
	}
	.collapse-toggle:active {
		background: #eee;
	}
	.collapsible-content {		
		padding: 20px;
		max-height: 3000px;
		transition: all 0.5s;
		overflow-y: hidden;
		background: #fff;
	}

	.top-bar .collapse-toggle {
	    background: url('../images/rebrand/close.png') no-repeat center;
	    opacity: 0.3;
	    background-size: 16px;
		width: 45px;
		height: 45px;
		right: 0;
		position: absolute;
		border-bottom: 0;
	}
	
	.top-bar.collapsed .collapse-toggle {
		background: none;
	}
	.collapsed .collapsible-content {
		max-height: 0px;
		padding: 0 20px;
	}
	
	.collapsed .collapse-toggle {
		border-bottom: none;
		background: none;		
		background: url(../images/rebrand/open-close-arrows.png) 98% -15px no-repeat;
		background-size: 20px;
	}
/*	.collapsible-content h2:first-of-type, */
	.breadcrumb {
		display: none;
	}
	
	.main-content{
		float: none;
		margin: 0px auto;
		padding: 20px 4% 30px;
		width: auto;
		max-width: 704px;
	}
	
	.contactwide-left {
		float: left;
		width: auto;
		max-width: 500px;
	}
	


	.main-content:before,
	.business-title:before {
		display: none;		
	}
	
	.events .inner-drop {
		text-align: center;
		padding: 15px;
	}
	
	.events-search,
	.events-latest {
		width: 100%;
		float: none;
		text-align: left;
	}
	
	.events-search input[type="submit"]{
		float: none;
		margin: 10px 10px 0 107px;
	}
	.events-latest{
		clear: both;
		margin: 0 0 0 0;
		border-left: 0;
		padding: 20px 0 0 0;
	}
	
	/* In-page image slideshow */

	.landing-slider-wrap{
		float: none;
		margin: 0 auto 16px ;
	}
	
	
	/* Home page elements */

	.featured-box li img, 
	.featured-box li span { 
		width: 100%;
		max-width: 400px;
	    text-align: left;
	} 
	.featured-box li span {
		padding: 5px;
	}
	
	.accommodation-search .formRow select {
		width: 100%;
		margin-top: 10px;
	}
	.accommodation-search .formRow input[type="submit"] {
		margin: 10px 0 0 0;
	}

	
	.bbnpa-feature {
		padding: 100px 10px 15px 10px;
	}
	
	.bbnpa-feature p a {
		display: inline;
	}


	.home-events .home-events-column-left {
	    float: none;
	    width: 100%;
	    padding-right: 0;
	}  
	.home-events .home-events-column-right {
	    float: none;
	    width: 100%;
	    padding-left: 0;
	}
	.home-events h2 {
		width: 70%;
	}	
		
	.home-events.actual li {
		width: 31%;
		float: left;
		clear: none;
		margin-right: 2%;
	}
	.home-events img {
		background-color: #eee !important;
		max-width: 350px;
	}
	
	
	
	.slider-wrap.landing {
		height: 320px !important;
		overflow: hidden;
	}
	
		
	.contact-left input[type="text"]{	
		width: auto;
		padding: 6px 3px;
	}
	.contact-right{
		float: none;
		margin: 0;
		width: auto;
	}
	.contact-right textarea{
		width: 100%;
	}

	
	/* Footer */
	footer .footer-content {
		padding: 10px;
	}
	footer .footer-content {
	    width: auto;
	}
	.lockup { 
	 background-size: 122%;	
	padding-bottom: 10px !important;
	}
	.fb-like-box {
	    float: none;
	}
	.tweet-footer {
	    width: auto;
	    min-height: 100px;
	    float: none;
	    margin-top: 25px;
	}
	.footer-boxes {
	    float: none;
	}
	
	.footer-box img {
		max-width: 500px;
		width: 100%;
		min-height: 113px;
	}
	
	footer nav li{
		font-size: 90%;
		margin: 0 0 0 10px;
	}
	.footer-contact {
		font-size: 90%
	}

	footer nav{
		margin: -16px auto 0;
	}
	.lockup {
			float: none;
			padding: 50px 5px 0;
			text-align: left;
			width: auto;
			height: auto;
			margin: 0 0 0 0;
		}
		
	footer .wrapper {
		padding: 10px;
	}
		
	#event-listing li p {
		margin-left: 0px;
	}
	ul#event-listing {
		padding: 0 10px;
	}
	
		
	/* Search page */
	
	.search-main-controls {
		width: 100%;
		margin: 0;
		position: static;
		padding: 5px 10px 0;
	}
	.search-main-controls input[type="text"] {
		background: #eee;
		border: none;
		height: 32px;
		width: 85%;
	}
	.search-main-controls input[type="submit"].search-button {
		position: static;
		float: right;
		width: 15%;
	}
	.tab-heading {
		background: none; 
		margin: 5px 0 0 0;
	}	
	.tab-heading li {
		display: inline-block;
		width: 32.5%;
	}
	.tab-heading li a {
		color: #022D55;
		border-bottom: 1px solid #ccc
	}
	
	.filter-count {
		font-size: 80%;
		color: #999;
	}

		
		

		
	.tab-heading li a {
		display: block;
		padding: 12px 3px;
		border: 0;
		border-right: 0;
		background: #ddd;
		text-align: center;
		height: 37px;
		font-size: 80%;
		border-radius: 5px 5px 0 0;
	}
	
	.tab-heading li a.active {
		background: #022D55; !important;
		border-radius: 5px 5px 0 0;
		color: #fff;
			border: none;
			top: 0px;
			position: relative;
	}
	
	.tab-heading li a:before {
		display: none;
	}
	/*
	.tab-heading li a:hover {
		background: #eee;
	}*/
		
	#business_search_wrap.container{
		padding: 0;
	}
	
	.tab-content {
	    margin: 0 0 0 0;
	 }
	 
	#businesses #map {
		width:100%;
		float: none;
		margin-top: 30px;
	}
	
	#businesses.main-content {
		max-width: none;
	}
	.search-filters {
	    margin: 0 10px 0 0;
	    width: 100%;
	    min-height: 0;
	    margin-top: 0;
	}
	
	.business-listing-wrap{
		float: none;
		width: 100%;
		clear: both;
	}
	
	.business-listing-wrap h1 {
    	margin: 8px 0 0 20px !important;
	}
	#businesses .business-listing-wrap h1 {
		position: absolute;
		top: 0px;
	}
	.main-col {
		float: none;	
		width: 100%;
		margin-right: 0;
	}
	.secondary-col {
		float: none;
		width: 100%;
		clear: both;
	}
	.secondary-col .events-results {
		padding: 15px;
	}
	.business-results h2 {
		margin-left: 20px;
	}
	#business-listing li .business-listing-img-wrap {
	     margin: 0 8px 5px 0;
	}
	#business-listing li {
	    margin: 0px 0 0px;
	    padding-right: 8px;
  	}
	#business-listing li p {
	    font-size: 85%;
	}
	.filters {
		margin: 10px;
		width: 93%;
		display: block;
		padding: 0;
	}
	.filters .widget.collapse-toggle {
		padding: 0 10px;
	}
	.vaccordion dd {
		display: none;
	}
	
	#business_search_wrap #loading_overlay {
	    margin: 0 0 0 0;
	    height: 342px;
	    top: 78px;
	    background-position: center;
	}
	
	#events, #other {
		float: none;
		padding-left: 0px;
	}
	
	#other {
		padding-left: 0px;
	}
	#other 
	.main-col {
		width: auto;
		margin-right: 0;
	}
	.info-results {
		padding: 15px;
	}
	.info-results #business-listing li {
		margin: 10px 0;
	}
	#other .main-col #business-listing li {
		padding: 5px 15px;
	}
	.listing-pagination {
		 height: auto;
		 padding: 0 0 0 20px;		 
	}
	.search-pagination {	 
		border-bottom: 1px solid #A3E3DF;
		border-top: 0 !important;
		margin: 0px 0 10px 0;
    	padding: 10px 0 15px 0;
	}
	.secondary-col h2 {
		margin-bottom: 15px;
	}
	
	.business-detail-wrap .main-content {
		width: auto;
		float: none;
	}
	
	.business-title {
		float: none;
		margin: 0 auto 0;
	    padding: 10px 15px;
	    width: auto;
	}
	
	.business-aside{
		float: none;
		width: auto;
		margin: 0 0 0 15px;
		}
	.business-aside .map-link{
		float: none;
		display: block;
	}

	a.book-now {
		max-width: 300px;
	}
	.master .container.error-page .my-business-wrap {
		width: auto;
	}
	.fancybox-opened {
    	z-index: 10000;
   	}
   	
	.header-banner input[type="submit"].search-button {
		border-radius:  4px;
	}
}


/* Screens smaller than 500 wide - MOBILES */
@media only screen and (max-width: 500px) {	


	/* In-page image slideshow */
	.landing-slider-wrap{
		margin: 0 auto 16px ;
		width: 100%;
	}
	
	.main-content p img {
		margin-right: 0 !important;
		margin-bottom: 15px;
	}

	/* Home page elements*/
	#home .wrapper:before {    
		    background: #344A61 url('../images/rebrand/mobile-header-background.jpg') no-repeat center;
		    background-size: cover;
	}
	header nav:before {
		display: none;
	}
	header nav {
		left: 5px;
		margin-right: 5px;
	}
	
	.header-logo {
		z-index: auto;
	}
	
   .featured-box li {
	    float: none;
	    width: 100%;  
	    margin: 20px 0 0;
	    text-align: center;
   } 


	.home-grid{
		margin:  0;
	}
	.map-link-label {
		padding: 20px 20px;
		font-size: 130%;
	}
	
	.map-feature-underlinks .intro {
		float: left;
	}
	.map-feature-underlinks a {
		padding: 10px;
		margin: 0 0 0 30px;	
		display: block;
	}
	
	.shop-feature a h2 {
		font-size: 130%;
	}
	
	.home-events h2 {
		width: 98%;
	}	
	.home-events.actual li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.home-events img {
		float: none;
	}
	.home-planner{
		width: 100%;
		border-right: 0;
		float: none;
		padding: 0 0 0 0;
	}
	
	#home header nav li a.top,
	header nav li a.top {
		padding: 0 8px;
		font-size: 90%;
	}
	/* Footer */
	
	.lockup {
		background: #022d55;
		padding: 10px;
		text-align: center;
	}
	.lockup span{
		width: 4em;
    	display: inline-block;
    	font-size: 80%;
	}
	.lockup a {
		margin: 0 5px;
	}
	.lockup a img {
		max-height: 65px;
		max-width: 130px;
		
		margin: 15px;
	}
	
	/* Content pages */
	
	.slider-wrap.landing {
		height: 210px !important;
		overflow: hidden;
	}
	.bg-slider{
	    width:900px;
	    min-width: 200% !important;	
	    left: -100px;
	    position: relative;
	}
	.main {
		margin-top: 18px;
	}
	.main-content h1 {
		font-size: 160%;
		margin: 10px 0;
	}
	
	.section-boxes li {
		width: 45%;
		margin: 0px 2% 20px 2%;
	}
	
	.section-boxes li:nth-child(3n+1) {
	    clear: none !important;
	}
	
	.section-boxes li:nth-child(odd) {
	/* Try to avoid gapping caused by different lengths of floated items */
	    clear: left !important;
	}
	
	.section-boxes li.no-right-margin {
	    margin-right: 4%;
    }
	.section-box img {
		width: 100%;
		height: auto;
	}

	.filters-top .view-more.hasArrow {
		top: 0px;
	}
	
	.hightlights {
	    width: 108%;
	    position: relative;
	    left: -4%;
	}
	
	ul.section-boxes a:focus,
	ul.section-boxes a:hover {
		outline: 5px solid #f8f8f8;
		transition:all 0s;
	}

	.business-detail-wrap h1 {
		font-size: 130%;
	}
	.business-detail-wrap .sub-type {
		font-size: 80%;
	}
	
	.business-aside{
		margin: 0 0 0 20px;
	}
	.business-aside .leaflet-container {
		width: 97% !important;
	}
	
	.register-line-wrap{
		float: none;
	}
	.login-register-wrap {
	    width: 350px;
	    height: 600px;
	}
	.register-line-wrap.submit {
	    margin: 10px 0 10px 10px;
	}
	.listing-bar {
		padding-bottom: 10px;
	}
	
	.listing-bar label {
		display: inline-block;
		width: 140px;
	}
	#event-listing li h2 {
		font-size: 105%;
	}
	
/* For embedded YouTube eg Stargazing video */
	p iframe {
		width: 100%;
		height: 200px;
	}	
	.article-video {
		width: 100%;
		margin: 0;
	}
	.article-video iframe {
		width: 100%;
	}
	h2 br { /* What the... */
		display: none;
	}
	.tabHeading a {
		width: auto; 
		padding: 6px 6px;
	}
	
	form#register{
		margin: 0 0 0 0;
	}
	li#register .login-left{
		width: auto;
	}
	
	p.warningNote {
		max-width: 270px;
		font-size: 70%;
	}
	
/* Social feed page */
	.social-media h1 {
		font-size: 120%;
	}
	.social-feed {
		width: auto;
	}
	
	.social-feed .tabHeading li a {
		width: auto;
		padding: 0 10px;
		border-bottom: 0;
	}
	.social-feed .tabHeading li {
	    margin: 0 6px 6px 0;
	}
	
	.social-feed .tabHeading li a.active{
		border-bottom: 1px solid #ddd;
	}
	
	.social-feed .tabContent { 
		width: 100%;
	}
	
	.social-feed .tabContent li {
	    width: auto;
	}
	.social-feed .tabContent li ul > li.twitter p, .social-feed .tabContent li ul > li.facebook p{
		width: auto;
		margin: 0px 0 0 0;
		float: right;
	}
	
	.social-feed .tabContent li ul > li.twitter, .social-feed .tabContent li ul > li.facebook{
		padding: 28px 0 23px 10px;
		width: auto;
		margin: 0;
	}

	.social-feed li {
		margin-left: 0;
	}
	.main-content .social-feed p,
	.flickrdesc {
		font-size: 80%;
	}


	.social-feed .tabContent li ul > li.youtube p{
		width: auto;
	}
	.social-feed .tabContent li ul > li.flickr .social-flickr-images{
		width: auto;
	}
	.social-feed .tabContent li ul > li.flickr .social-flickr-images .flickrdesc {
		min-width: 100%;
		max-width: none;
	}

	.social-feed .tabContent li ul > li{
		width: auto;
	}
	.social-flickr-images img {
		width: 100%;
		height: auto;
	}
	
	.social-feed .tabContent li ul > li.twitter span.icon{
		display: none;
	}
	.social-media aside {
		margin: 0 15px;
	}
	
	
	.webcam-main-area h2 {
		font-size: 100%; 
	}

	#webcam-large img.staticImage {
		margin: 0 !important;
		width: 100% !important;
		height: 100% !important;
		border-width: 0px !important;
	}

	#webcam-large table {
		width: 100% !important;
		line-height: 0.7;
	}
	#webcam-large table a {
		font-size: 70% !important;	
	}
	.videoThumb {
		border: 0 !important;
	}
	.webcamSelection {
		font-size: 70%;
	}
	.webcamSelection, .webcam-about {
		font-size: 70%;
	}
	h2.flowplayer {
		margin-top: 20px;
	}
}


body.legends {
	font-family: "Luminari-Regular" !important;
}

body.legends  .main-content h1 {
	color:#000;
}

body.legends .main-content p {
	font-family: "serif" !important;
	color:black;
	font-size:16pt;
}

body.legends nav {
	background-color:#000;
}

body.legends footer {
	background-color:#999fa0;
}


body.legends header input[type="text"] {
	border:1px solid grey;
	background-color: #ccc;
}

body.legends .wrapper:before, .wrapper:after {
	background:none;
}

body.legends .hightlights {
    border-top: 1px solid #ccc;
}

body.legends .wrapper {
	background-image: url(/static/images/legends-border.png);
	background-repeat:repeat-y;
	background-position:right 10px;
}

body.legends {
	background-image: url(/static/images/legends-border.png);
	background-repeat:repeat-y;
	background-position:left 700px;
}


