﻿/* === Sidebar Styling - Directory === */
.sidebar-nav>a {
	background-color:#F6FDFE;
}
.sidebar-nav>a:hover {
	background-color:#e41b17;
	color: #ffffff;
}
a.sidebar-nav-active {
	background-color:#e41b17;
	color: #ffffff;
}
.sidebar-nav li ul li, .sidebar-nav ul li {
	list-style-type:none;
	margin-left: -1.50em;
	line-height: 2.0em;
}
.sidebar-nav-active-list {
	background-color: #E0F7FC;
}
.sidebar-nav-active-list li a {
/*	color:#4e6ecf; */
	color: #333333;
	padding-left: 0.25em;
	display: block;
	text-decoration: none;
}
.sidebar-nav-active-list li a:hover {
	background-color:#e41b17;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
a.sidebar-nav-active-section {
	background-color: #B8D9E1;
}
p.sidebar-nav-active-section {
/*	background-color: #B8D9E1; */
	background-color: #ccf1fa;
	color:#e41b17;
}
.sidebar-nav-active-section li a:hover {
	background-color:#e41b17;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

/* ===WowSlider Tweaks === */
/* make bullets larger (was 9px) */
#wowslider-container1 .ws_bullets a { 
	width: 15px;
	height: 15px;
	color: inherit;
}
/* highlight active bullet in Turunc orange */
#wowslider-container1 .ws_bullets a.ws_selbull {
	border: 2px solid;
	border-color: #ff8300;
	background-color: #ff8300;
}
/* adjust slide title styling - change border color & width */
#wowslider-container1 .ws-title{
	border: 1px solid; /* was 3px */
	border-color: #ff8300; /* was #ffffff */
	border-radius: 5px; /* was 7px */
	margin-right: 1.1em; /* was 10em - stretch right across now bullets are at top right */
	background-color: rgba(0, 0, 0, 0.5); /* was 0.2 */
}
/* remove bullets on very small devices */
@media (max-width: 767px) {
	#wowslider-container1 .ws_bullets a {
	display: none;}
	}

/* hide caption on small displays ... */
@media (max-width: 991px) {
	#wowslider-container1 .ws-title {
	visibility:hidden;
	}
}
/* ... just show title */
@media (max-width: 991px) {
	#wowslider-container1 .ws-title span {
	visibility: visible;
	border: 1px solid; /* was 3px */
	border-color: #ff8300; /* was #ffffff */
	border-radius: 5px; /* was 7px */
	margin-right: 1.1em; /* was 10em - stretch right across now bullets are at top right */
	padding: 0.5em;
	}
}

/* contact table styling */
.contact-table .td-icon {
	padding-bottom: 0.50em;
	padding-left: 1.0em;
}
.contact-table .td-details {
	padding-bottom: 0.50em;
	padding-left: 1.0em;
}

/* table styling restaurant list */
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td
{
  border: 1px solid #F7BBB9;
}
.myt-table-rest td {
	width: 25%;
}
.myt-table-rest-featured td {
	background-color: yellow;
}

/* style the Accommodation pricing table */
.pricing-table {
	border-collapse: collapse;
}
.pricing-table, .pricing-table tr, .pricing-table th, .pricing-table td {
	border: 1px solid #E94945;
}

/* advert styles */
.myt-new {
	list-style-image:url('../images/general/new.gif');
	list-style-position:inside;
}
/* booking.com logo */
.img-booking-logo {
	width: 150px;
	margin-left: 30px;
	margin-top: 10px;
}

/* null styles - may be required */
.myt-strapline {
	color: #160202;
}
