/*
Theme Name: Hibiscus
Theme URI:
Author: #
Author URI: #
Description: Wordpress Theme
Version: 1.1
Tags: light, white, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, featured-images, full-width-template,
*/
/*	font-face	*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(http://fonts.googleapis.com/css?family=Mr+De+Haviland);
@import url(http://fonts.googleapis.com/css?family=Alice);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,
sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline;
}
body {
	color:#000;
	padding:0;
	margin:0;
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	background:#e0d8c4;
}
html {
    -webkit-text-size-adjust: none;
}
ul,ol {
	list-style:none;
}
img,fieldset {
	border:none;
}	
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.skip {
	position:absolute;
	left:-9999px;
}
article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary {
    display: block;
}
.entry img {
	max-width: 100%;
}
img[class*="align"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}
.clear {
	clear: both;
	height:1px;
	width:100%;
	overflow:hidden;
}
/*----------------------*/
/*     Page structure   */
/*----------------------*/
#wrapper {
	width:100%;
}
#header_top_area {
	background:#6e4a62;
}
#header_top {
	width:986px;
	height:35px;
	margin:0 auto;
}
#header_top h1 {
	font-size:13px;
	text-transform:uppercase;
	padding-left:27px;
	line-height:35px;
	float:left;
	color:#b5b5b5;
	font-weight:normal;
	
}
#header_top span {
	font-size:13px;
	text-transform:uppercase;
	padding-right:25px;
	line-height:35px;
	float:right;
	display:block;
	color:#b5b5b5;
}
#header_area {
	background:url(images/bgr_logo_area.jpg) repeat;
	position:relative;
	z-index:100;
}
header {
	width:986px;
	height:137px;
	margin:0 auto;
}
#logo {
	margin:0 auto;
	width:213px;
	padding-top:15px;
}
#logo img {
	display:block;
}
/*----------------------*/
/*         nav          */
/*----------------------*/
nav {
	width:100%;
	padding-top:11px;
}
nav ul {
	text-align:center;
}
nav ul li {
	font-size:15px;
	display:inline-block;
	line-height:25px;
	position:relative;
	background:url(images/bgr_li.jpg) no-repeat left center;
	padding-left:12px;
	margin-right:11px;
	text-transform:uppercase;
    font-family: 'PT Sans';
}
nav ul li a {
	color:#fff;
}
nav ul li a:hover {
	color:#f2b0dc;
}
nav ul li:first-child {
	background:none;
}
nav ul li ul {
	width:240px;
	position:absolute;
	left:0;
	top:24px;
	display:none;
	padding:10px 0 10px 0;
	text-align:left;
}
nav ul li:hover > ul {
	display:block;
}
nav ul li ul li {
	float:none;
	font-size:13px;
	line-height: normal;
	padding:0;
	margin:0;
	background:none;
	display:inherit;
}
nav ul li ul li a {
	display:block;
	background:#7a526c;
	padding:5px 0 3px 12px;
}
nav ul li ul li:hover > a {
	background:#761e57;
}
nav ul li ul li ul {
	left:100%;
	top:0;
	padding:0;
}
/*----------------------*/
/*    slider_area       */
/*----------------------*/
#slider_area {
	position:relative;
	z-index:0;
	width:100%;
}
.slider_bg {
	width:100%;
	height:11px;
	background:url(images/bgr_slider_bg.png) repeat;
	position:absolute;
	left:0;
	top:0;
	z-index:99999999;
}
/*----------------------*/
/*    content_area       */
/*----------------------*/
#content_area {
	width:100%;
	position:relative;
	z-index:2;
}
#main_content {
	width:986px;
	margin:0 auto;
	margin-top:-167px;
	min-height:500px;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 13px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, 0.75);
}
#top_content {
	background:#e8e5e5;
	overflow:hidden;
	padding:26px 26px  29px 32px;
}
#top_content_left {
	width:640px;
	float:left;
}
#top_content_left p {
	font-size:76px;
	color:#505050;
	font-weight:normal;
    font-family: 'Mr De Haviland';
}
#top_content_left h2 {
	font-size:16px;
	color:#505050;
    font-family: 'Alice';
	font-weight:normal;
}
#top_content_left h2 span {
	display:block;
	padding-left:67px;
	margin-top:-24px;
}
#top_content_rgt {
	float:right;
	width:260px;
	padding-top:17px;
}
#top_content_rgt p {
	font-size:13px;
	line-height:19px;
	color:#505050;
	text-align:right;
}
#top_content_rgt p a {
	color:#505050;
}
#top_content_rgt p strong {
	font-weight:600;
    font-family: 'Open Sans';
	display:block;
}
#top_banner_content {
	background:#f3f3f3;
	padding:33px 0 0 33px;
}
#top_banner_left {
	width:425px;
	float:left;
}
#top_banner_left p {
	font-size:14px;
	color:#505050;
	line-height:20px;
	padding-bottom:20px;
}
#top_banner_left p strong {
	font-weight:600;
    font-family: 'Open Sans';
	display:block;
}
#top_banner_rgt {
	width:489px;
	float:right;
	margin-top:-45px;
	position:relative;
}
#top_banner_rgt img {
	display:block;
}
.top_banner_info {
	width:464px;
	height:48px;
	background:#7d556f;
	position:absolute;
	left:0;
	right:0;
	bottom:11px;
	margin:0 auto;
	z-index:1;
}
.top_banner_info p {
	font-size:16px;
	color:#fff;
    font-family: 'Alice';
	color:#fff;
	line-height:48px;
	text-align:center;
}
.top_banner_info p span {
	background: url(images/bgr_or.png) no-repeat left center;
	display:inline-block;
	padding-left:34px;
	margin-left:14px;
}
.top_banner_info p a {
	color:#fff;
}
#content_banner_area {
	background:url(images/bgr_location.jpg) repeat;
	overflow:hidden;
}
#content_banner {
	float:left;
	width:495px;
}
#content_banner img {
	display:block;
}
#content_banner_rgt {
	float:right;
	width:365px;
	padding:23px 78px 0 0;
}
#content_banner_rgt h2 {
	font-weight:normal;
	font-size:32px;
	color:#fff;
    font-family: 'Alice';
	padding-bottom:27px;
}
#content_banner_rgt ul {
	padding-bottom:0px;
}
#content_banner_rgt ul li {
	font-size:13px;
	color:#fff;
    font-family: 'Lato';
	background:url(images/bgr_list_style.png) no-repeat left 2px;
	padding:0 0 26px 31px;
	line-height:20px;
}
#content_banner_rgt ul li  strong {
	padding-bottom:8px;
	font-size:18px;
	font-weight:normal;
	display:block;
	font-family: 'Alice';
}
#content_banner_rgt ul li a {
	color:#fff;
}
#content_banner_rgt h4 {
	font-weight:normal;
	font-size:22px;
	line-height:28px;
	color:#fff;
    font-family: 'Alice';
	padding-left:38px;
}
/*----------------------*/
/*       content        */
/*----------------------*/
#content {
	background:#f3f3f3;
	padding:21px 21px 17px 21px;
}
#content_two_colmn {
	overflow:hidden;
	padding-bottom:25px;
}
.colmn_feature {
	width:458px;
	float:left;
	overflow:hidden;
}
.colmn_feature_pic {
	width:195px;
	float:left;
}
.colmn_feature_pic img {
	display:block;
}
.colmn_feature_rgt {
	border:1px solid #e1e1e1;
	width:230px;
	float:right;
	border-left:none;
	background:#fff;
	padding:21px 12px 12px 20px;
}
.colmn_feature_rgt h3 {
	font-weight:normal;
	font-size:30px;
	color:#3a3a3a;
    font-family: 'Alice';
	padding-bottom:2px;
}
.colmn_feature_rgt p {
	font-size:13px;
	display:block;
    font-family: 'Lato';
	line-height:20px;
	color:#888;
	padding-bottom:23px;
}
.colmn_feature_rgt .learn_more {
	width:127px;
	height:50px;
	background:url(images/bgr_learn_more.jpg) no-repeat;
	display:block;
	font-size:13px;
    font-family: 'Lato';
	color:#fff;
	line-height:50px;
	text-align:center;
	text-transform:uppercase;
	margin-left:-20px;
}
.colmn_rgt {
	width:458px;
	float:right;
	overflow:hidden;
}
#inner_banner_area {
	padding-bottom:21px;
}
#inner_banner {
	width:100%;
}
#inner_banner img {
	display:block;
}
#inner_banner_content {
	background:#7d556f;
	overflow:hidden;
	padding:0 21px 0 50px;
}
#inner_banner_left {
	width:325px;
	float:left;
	padding-top:20px;
}
#inner_banner_left h2 {
	font-size:86px;
	color:#fff;
	font-weight:normal;
    font-family: 'Mr De Haviland';
}
#inner_banner_left p {
	font-size:16px;
	color:#fff;
    font-family: 'Alice';
}
#inner_banner_left p span {
	display:block;
	padding-left:67px;
	margin-top:-24px;
}
#inner_banner_link {
	overflow:hidden;
	float:right;
}
#inner_banner_link ul li {
	float:left;
	background:url(images/or_inner.png) no-repeat left center;
	padding-left:62px;
	min-height:112px;
	padding-top:53px;
	margin-left:23px;
}
#inner_banner_link ul li:first-child {
	background:none;
	padding-left:0;
	margin:0;
}
#inner_banner_link ul li a {
	padding:0 15px;
	height:54px;
    font-family: 'Lato';
	font-weight:700;
	line-height:54px;
	text-align:center;
	display:block;
	background:#fdfdfe;
	color:#7d556f;
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
#feature_area {
	padding:37px 23px 25px 28px;
	background:#f7f7f8;
	border:1px solid #e1e1e1;
	margin-bottom:18px;
	position:relative;
}
.feature_area_logo {
	position:absolute;
	top:-6px;
	right:21px;
	background:url(http://www.hibiscusonthebeach.com.au/site/wp-content/uploads/2014/09/hibiscus.png) no-repeat 0 0;
	width:84px;
	height:114px;
	display:block;
}
.feature_title {
	max-width:555px;
	border-bottom:1px solid #d7d7d7;
	padding-bottom:16px;
}
.feature_title h2 {
	font-size:40px;
	color:#3a3a3a;
    font-family: 'Alice';
	font-weight:normal;
	padding-bottom:2px;
}
.feature_title p {
	font-size:13px;
    font-family: 'Lato';
	color:#3a3a3a;
}
#feature_main_area {
	overflow:hidden;
	padding:21px 0 0 0;
}
.feature {
	width:205px;
	float:left;
	margin-left:23px;
}
.feature:first-child {
	margin:0;
}
.feature img {
	display:block;
}
.feature_content {
	border:1px solid #e1e1e1;
	border-top:none;
	padding:10px 10px 42px 10px;
	min-height:206px;
	background:#fff;
	position:relative;
}
.feature_content h3 {
	font-size:19px;
	line-height:20px;
	color:#7d556f;
	font-weight:normal;
    font-family: 'Lato';
	padding-bottom:6px;
}
.feature_content p {
	font-size:13px;
	display:block;
    font-family: 'Lato';
	line-height:20px;
	color:#888;
}
.feature_btm {
	width:183px;
	position:absolute;
	left:0;
	bottom:8px;
	padding:0 10px;
	overflow:hidden;
}
.feature_btm a {
	padding:0 10px;
	height:26px;
	display:inline-block;
	font-size:10px;
	text-align:center;
	line-height:26px;
    font-family: 'Lato';
	color:#fff;
	background:#7d556f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	text-transform:uppercase;
}
.feature_btm .btn_left {
	float:left;
}
.feature_btm .btn_rgt {
	float:right;
}
#location_banner {
	width:100%;
}
#location_banner img {
	display:block;
	max-width:100%;
}

#inner_menu_area {
	width:100%;
	background:#7c546e;
}
#inner_menu {
	width:986px;
	height:52px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
#inner_menu  nav { padding:0}
#inner_menu  nav ul li {
	line-height:52px;
}
.shadow_left {
	width:40px;
	height:52px;
	background:url(images/bgr_shadow.png) no-repeat;
	position:absolute;
	left:-40px;
	top:0;
	z-index:5;
}
.shadow_rgt {
	width:40px;
	height:52px;
	background:url(images/bgr_shadow_rgt.png) no-repeat;
	position:absolute;
	right:-40px;
	top:0;
	z-index:5;
}
/*----------------------*/
/*    footer_banner      */
/*----------------------*/
#footer_banner {
	width:986px;
	height:472px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
.footer_text {
	width:362px;
	position:absolute;
	left:21px;
	top:56px;
	z-index:100;
}
#footer_area {
	width:100%;
	background:#fff;
}
/*----------------------*/
/*       footer         */
/*----------------------*/
footer {
	width:986px;
	height:25px;
	margin:0 auto;
	position:relative;
}
footer ul {
	text-align:center;
}
footer ul li {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
	line-height:25px;
	padding:0 10px 0 9px;
	color:#5a5a5a;
	text-transform:uppercase;
}
footer ul li a {
	color:#5a5a5a;
}
footer ul li:nth-child(4) {
	padding-left:160px;
	margin-left:0px;
}
footer ul li img {
	display:inline-block;
	margin-bottom:-3px;
}
#footer_logo {
	width:304px;
	height:160px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
}

.entry {
	width:93%;
	padding:15px 4% 30px 2%;
	min-height:250px;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	color:#505050;
	font-size:27px;
	padding-bottom:20px;
	font-weight:normal;
	font-family: 'Alice';
}
.entry h1 {
	font-size:36px;
}
.entry h2 {
	font-size:30px;
}
.entry h3 {
	font-size:24px;
}
.entry h4 {
	font-size:20px;
}
.entry h5 {
	font-size:18px;
}
.entry h6 {
	font-size:16px;
}
.entry p {
	color:#505050;
	/* font-family: 'Lato'; */
    font-size: 14px;
    line-height: 22px;
	padding-bottom:17px;
}
.entry p strong {
    font-family: 'Open Sans';
	font-weight:600;
}
.entry ul {
	list-style-type:disc;
	padding:0 0 20px 20px;
}
.entry ul li {
	list-style-type:disc;
	color:#505050;
	font-size:14px;
	line-height:22px;
}	
.entry ol {
	list-style-type:decimal;
	padding:0 0 20px 20px;
}
.entry ol li {
	list-style-type:decimal;
	color:#505050;
	font-size:14px;
	line-height:22px;
}	
.entry a {
	color:#007daf;
}
.entry blockquote {
	border:1px dashed #ccc;
	padding:10px;
	margin:0 0 20px 20px;
	color: #505050;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 22px;
}	
.entry blockquote p {
	padding-bottom:0;
}
.entry table {
    border-collapse: collapse;
	width:100%;
	margin-bottom:20px;
}
.entry table, th, td {
    border: 1px solid #dfe9f2;
	color:#505050;
	font-size:14px;
	line-height:22px;
	text-align:center;
	padding:5px 0;
}
/*
.single {
	width:89%;
}
*/











/*
ul li { display: inline; }
*/

ul.lightboxgallery img{
    margin-right: 10px;
    
}


div.facebook .pp_top .pp_left {
	background:url(prettyPhoto/themes/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
	background:url(prettyPhoto/themes/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
	background:url(prettyPhoto/themes/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content .ppt {
	color:#000;
}
div.facebook .pp_content_container .pp_left {
	background:url(prettyPhoto/themes/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
	background:url(prettyPhoto/themes/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_content {
	background:#fff;
}
div.facebook .pp_expand {
	background:url(prettyPhoto/themes/facebook/sprite.png) -31px -26px no-repeat;
	cursor:pointer;
}
div.facebook .pp_expand:hover {
	background:url(prettyPhoto/themes/facebook/sprite.png) -31px -47px no-repeat;
	cursor:pointer;
}
div.facebook .pp_contract {
	background:url(prettyPhoto/themes/facebook/sprite.png) 0 -26px no-repeat;
	cursor:pointer;
}
div.facebook .pp_contract:hover {
	background:url(prettyPhoto/themes/facebook/sprite.png) 0 -47px no-repeat;
	cursor:pointer;
}
div.facebook .pp_close {
	width:22px;
	height:22px;
	background:url(prettyPhoto/themes/facebook/sprite.png) -1px -1px no-repeat;
	cursor:pointer;
}
div.facebook #pp_full_res .pp_inline {
	color:#000;
}
div.facebook .pp_loaderIcon {
	background:url(prettyPhoto/themes/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
	background:url(prettyPhoto/themes/facebook/sprite.png) 0 -71px no-repeat;
	height:22px;
	margin-top:0;
	width:22px;
}
div.facebook .pp_arrow_previous.disabled {
	background-position:0 -96px;
	cursor:default;
}
div.facebook .pp_arrow_next {
	background:url(prettyPhoto/themes/facebook/sprite.png) -32px -71px no-repeat;
	height:22px;
	margin-top:0;
	width:22px;
}
div.facebook .pp_arrow_next.disabled {
	background-position:-32px -96px;
	cursor:default;
}
div.facebook .pp_nav {
	margin-top:0;
}
div.facebook .pp_nav p {
	font-size:15px;
	padding:0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
	background:url(prettyPhoto/themes/facebook/sprite.png) -1px -123px no-repeat;
	height:22px;
	width:22px;
}
div.facebook .pp_nav .pp_pause {
	background:url(prettyPhoto/themes/facebook/sprite.png) -32px -123px no-repeat;
	height:22px;
	width:22px;
}
div.facebook .pp_next:hover {
	background:url(prettyPhoto/themes/facebook/btnNext.png) center right no-repeat;
	cursor:pointer;
}
div.facebook .pp_previous:hover {
	background:url(prettyPhoto/themes/facebook/btnPrevious.png) center left no-repeat;
	cursor:pointer;
}
div.facebook .pp_bottom .pp_left {
	background:url(prettyPhoto/themes/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
	background:url(prettyPhoto/themes/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
	background:url(prettyPhoto/themes/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
	outline:none;
}
div.pp_overlay {
	background:#000;
	display:none;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9500;
}
div.pp_pic_holder {
	display:none;
	position:absolute;
	width:100px;
	z-index:10000;
}
.pp_top {
	height:20px;
	position:relative;
}
* html .pp_top {
	padding:0 20px;
}
.pp_top .pp_left {
	height:20px;
	left:0;
	position:absolute;
	width:20px;
}
.pp_top .pp_middle {
	height:20px;
	left:20px;
	position:absolute;
	right:20px;
}
* html .pp_top .pp_middle {
	left:0;
	position:static;
}
.pp_top .pp_right {
	height:20px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}
.pp_content {
	height:40px;
}
.pp_fade {
	display:none;
}
.pp_content_container {
	position:relative;
	text-align:left;
	width:100%;
}
.pp_content_container .pp_left {
	padding-left:20px;
}
.pp_content_container .pp_right {
	padding-right:20px;
}
.pp_content_container .pp_details {
	float:left;
	margin:10px 0 2px 0;
}
.pp_description {
	display:none;
	margin:0 0 5px 0;
}
.pp_nav {
	clear:left;
	float:left;
	margin:3px 0 0 0;
}
.pp_nav p {
	float:left;
	margin:2px 4px;
}
.pp_nav .pp_play,.pp_nav .pp_pause {
	float:left;
	margin-right:4px;
	text-indent:-10000px;
}
a.pp_arrow_previous,a.pp_arrow_next {
	display:block;
	float:left;
	height:15px;
	margin-top:3px;
	overflow:hidden;
	text-indent:-10000px;
	width:14px;
}
.pp_hoverContainer {
	position:absolute;
	top:0;
	width:100%;
	z-index:2000;
}
.pp_gallery {
	left:50%;
	margin-top:-50px;
	position:absolute;
	z-index:10000;
}
.pp_gallery ul {
	float:left;
	height:35px;
	margin:0 0 0 5px;
	overflow:hidden;
	padding:0;
	position:relative;
}
.pp_gallery ul a {
	border:1px #000 solid;
	border:1px rgba(0,0,0,0.5) solid;
	display:block;
	float:left;
	height:33px;
	overflow:hidden;
}
.pp_gallery ul a:hover,.pp_gallery li.selected a {
	border-color:#fff;
}
.pp_gallery ul a img {
	border:0;
}
.pp_gallery li {
	display:block;
	float:left;
	margin:0 5px 0 0;
}
.pp_gallery li.default a {
	background:url(prettyPhoto/themes/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display:block;
	height:33px;
	width:50px;
}
.pp_gallery li.default a img {
	display:none;
}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next {
	margin-top:7px !important;
}
a.pp_next {
	background:url(prettyPhoto/themes/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display:block;
	float:right;
	height:100%;
	text-indent:-10000px;
	width:49%;
}
a.pp_previous {
	background:url(prettyPhoto/themes/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display:block;
	float:left;
	height:100%;
	text-indent:-10000px;
	width:49%;
}
a.pp_expand,a.pp_contract {
	cursor:pointer;
	display:none;
	height:20px;
	position:absolute;
	right:30px;
	text-indent:-10000px;
	top:10px;
	width:20px;
	z-index:20000;
}
a.pp_close {
	display:block;
	float:right;
	line-height:22px;
	text-indent:-10000px;
}
.pp_bottom {
	height:20px;
	position:relative;
}
* html .pp_bottom {
	padding:0 20px;
}
.pp_bottom .pp_left {
	height:20px;
	left:0;
	position:absolute;
	width:20px;
}
.pp_bottom .pp_middle {
	height:20px;
	left:20px;
	position:absolute;
	right:20px;
}
* html .pp_bottom .pp_middle {
	left:0;
	position:static;
}
.pp_bottom .pp_right {
	height:20px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}
.pp_loaderIcon {
	display:block;
	height:24px;
	left:50%;
	margin:-12px 0 0 -12px;
	position:absolute;
	top:50%;
	width:24px;
}
#pp_full_res {
	line-height:1 !important;
}
#pp_full_res .pp_inline {
	text-align:left;
}
#pp_full_res .pp_inline p {
	margin:0 0 15px 0;
}
div.ppt {
	color:#fff;
	display:none;
	font-size:17px;
	margin:0 0 5px 15px;
	z-index:9999;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}




.alignright { float:right; margin-left:20px; }

.qa-faq-answer ul li { padding-bottom:11px; }


.rates_node { 
	padding:15px;
	background: url(images/bgr_location.jpg) repeat;
	margin-bottom:30px;
	color:#fff
}
.rates_node h3 { color:#fff; }
.rates_node p { color:#fff; }
.rates_node ul li { color:#fff; }

.cta_button  { 
	color:#fff !important; text-decoration:none;
	background:#4ea5b2;
	padding:8px;
	text-align:center;	
	margin-top:10px;
	margin-right:10px;
}
.cta_button:hover { background:#fff; color:#4ea5b2 !important; }

.nobr br { display:none; }


.highlight { background:#3e8694; padding:20px; color:#fff; text-align:center; }
.highlight h3, .highlight p { color:#fff; }
.highlight a { color:#fff; }














.intro-desc {	
	overflow: hidden;
	margin-bottom: 10px;
}

.intro-desc p { padding-top:0 !important; }

.specialitemlist {
	padding: 30px 0px 0 0px;
}
.specialitemlist .wpb_wrapper {
	background: #cbbaaa;
	padding: 10px;
}
.specialitemlist .wpb_wrapper .wpb_wrapper {
	background: none;
	padding: 5px;
}
.specialitemlist .vc_column_container {
	margin-bottom: 30px;
}
.specialitemlist .vc_column_container .vc_column_container {
	margin-bottom: 0 !important;
}
.specialitemlist p {
	padding-bottom: 5px;
}
.specialitemlist p, .specialitemlist h3 {
	color: #fff;
}
.specialitemlist h3 {
	font-size: 20px;
	color: #fff;
	padding-bottom: 2px;
	padding-top: 5px;	
	font-weight:300;
}
.specialitemlist h3 a {
	color: #fff;
}
.specialitemlist .more {
	display: block;
	width: 100%;
	text-align: center;
	padding: 14px 16px 14px 23px;
	color: #fff;
	background: #37c9d7;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.specialitemlist .more:hover {
	background: #289da8;
}
.specialitemlist .collapse-rates {
	display: none;
	background: #efefef;
	overflow: hidden;
	position: absolute;
}
.specialitemlist .rates-overflow {
	overflow: auto;
	overflow-x: hidden;
	padding-right: 15px;
	padding-left: 15px;
}
.switch-container {
	overflow: hidden;
	float:left;
	margin-right:20px;
}
.rate-row {
	margin-bottom: 0px !important;
	background: #ddd;
	padding-bottom: 5px;
    padding-top: 5px;
}
.rate-row .wpb_text_column {
	margin: 0 !important;
}
.rate-row .wpb_wrapper {
	padding: 8px !important;
}
.rate-row-even {
	background: #ccc
}
.percentagesaving {
	background: #37c9d7 !important;
	color: #fff !important;
	text-transform: uppercase;
	text-align: center;
	border-radius: 6px;
}
.percentagesaving .saving_percentage {
	font-size: 16px;
}

.was { 
	font-size:12px;	
}

.normalprice { 
	text-align:center;
	text-transform:uppercase;
	line-height:16px;
	text-decoration: line-through;
	font-size:14px;
	color:#4c4b4c
}
.special-summary {
	font-size: 13px;
	margin-top: 8px;
	float:left;
	margin-left:15px;
}
.special-summary img {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	opacity: 0.4
}
.special-headline {
	font-size: 15px;
}
.special-summary span {
	margin-right: 10px;
	display: inline-block;
}
.special-costing {
	padding-top: 5px;
	padding-bottom: 5px;
	float:left;
}
.special-costing span {
	background: #ef7e6e;
	border-radius: 4px;
	padding: 3px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	margin-right: 4px;
}
.qty {
	color: #333;
	margin-bottom: 10px !important;
}
.qty .wpb_text_column {
	margin: 0 !important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.qty .wpb_wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}
.qtyfieldpercentage {
	display: none;
}
.rate-row .wpb_wrapper.actionbutton_wrapper {
	padding-left: 0 !important;
}
.addtocart {
	display: inline-block;
	text-align: center;
	padding: 6px 6px 6px 6px;
	color: #fff;
	background: #37c9d7;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 0;
	cursor: pointer;
	border-radius: 4px;
	width: 100%;
}
.addtocart:hover {
	background: #289da8;
}
.removefromcart {
	display: inline-block;
	text-align: center;
	padding: 6px 6px 6px 6px;
	color: #fff;
	background: #ef7e6e;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 0;
	cursor: pointer;
	border-radius: 4px;
	width: 40%;
	display: none;
	margin-top: 5px;
}
.removefromcart:hover {
	background: #cb5b4c;
}
.enquire-button, .book-button {
	display: inline-block;
	text-align: center;
	padding: 7px 8px 7px 12px;
	color: #fff;
	background: #37c9d7;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 0;
	cursor: pointer
}
.enquire-button:hover, .book-button:hover {
	background: #289da8;
}
.book-button {
	margin-left: 10px;
}
.buttons-container {
	margin-top: 10px;
	text-align: center;
}
.make-selection {
	font-size: 17px;
	color: #666;
	padding-bottom: 0px;
	padding-top: 7px;
	min-height: 34px;
	text-align: center;
	font-weight: 300;
}
 @media screen and (min-width:1600px) {
	.sinode {
		
	}
}
@media screen and (max-width:900px) {
	.sinode {
		width: 100% !important;
	}
	.switch-container { float:none; }
	.specialhero {
		height: auto;
		max-width: 100% !important;
	}

	.rate-row .wpb_wrapper.actionbutton_wrapper {
		padding-left: 10px !important;
	}
	.percentagesaving_column {
		width: 40% !important;
		float: right;
	}
}
 @media screen and (max-width:1024px) {
	.percentagesaving .saving_percentage {
		font-size: 14px;
	}
	.percentagesaving {
		font-size: 12px;
	}
	.special-headline {
		font-size: 14px;
		font-weight: bold;
	}
	.special-costing span {
		font-size: 11px;
	}
	.addtocart, .removefromcart {
		font-size: 12px;
	}
}
 @media screen and (max-width:468px) {
	.percentagesaving_column {
		width: 100% !important;
		float: none;
	}
	.intro-desc {
		overflow: visible;
		height: auto;
	}
	.enquire-button, .book-button {
		width:100%;
	}
	.book-button { margin-left:0; margin-top:10px; }
}

.specialhero { height:auto; max-width:200px; }

#floatcart { 
	width:200px; height:350px; padding:10px; position:fixed; right:0; bottom:50%; margin-bottom:-175px;
	background:#2b6da9;
	color:#fff;
	z-index:9999;
	text-align:center;
	display:none;
}
.qtyfield { max-width:40px; }