/* =============================================================================
   The 1140px Grid V2 by Andy Taylor - http://cssgrid.net
   ========================================================================== */
.row {
	width: 100%;
	max-width: 1020px;
	min-width: 0;
	margin: 0 auto;
	overflow: hidden;
}

/*img {
	height: auto;
	width: auto;
}*/

img.full {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

::-webkit-input-placeholder { /* WebKit browsers */
	opacity: 1;	
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity: 1;	
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity: 1;	
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	opacity: 1;	
}

/* =============================================================================
   Common
   ========================================================================== */
a img {
	border: none;
}

a:hover {
	text-decoration: none !important;
}	

.clear {
	clear: both;
}	

.left {
	float: left;	
}

.right {
	float: right;
}	

.blue {
	color: #153f71 !important;
}	

.pink {
	color: #d41870 !important;
	display:block;
	margin: 5px 0 !important;
	padding: 0 !important;
}	

form .row {
	width: 100%;
	max-width: auto !important;
	min-width: 0;
	margin: 0 auto;
	overflow: hidden;
}

ul.pdfs {
	margin: 0px;
	padding: 0px;	
}

ul.pdfs li {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 25px;
	background: url(/images/layout/pdf.png) no-repeat left top;
	line-height: 20px;
	font-size: 14px;
}	

ul.pdfs li a {
	color: #6ac3d4;	
}

.red {
	color: #ff0000 !important;
}	

p {
	margin: 0px 0px 15px;	
}

h3 {
	color: #153f71;
	font-size: 16px;
	font-family: 'Habibi', serif;
	margin: 0px 0px 5px;
	font-weight: 400;	
}

/* =============================================================================
   Structure
   ========================================================================== */
html,body,#window {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #607785;
	background: #F9F8F2;
}

body>#window {
	height: auto;
	min-height: 100%;
}

#window {
	min-width: 1110px;
}	

.container {
	max-width: 1020px;
	margin: 0 auto;
}

/* =============================================================================
   Header
   ========================================================================== */
#header {
	background: url(/images/layout/header-bg.jpg) #ffffff repeat-x bottom center;
	color: #042f64;
}

.header-inner {
	width: 1040px;
	margin: 0 auto;
	position: relative;
	padding: 38px 0px 50px;
}

.header-inner .head-left {
	float: left;
	width: 340px;
	padding: 0px 0px 0px 20px;
}	

.header-inner.pages .head-left {
	width: 201px;
	padding: 0px 0px 0px 20px;
	margin: 0px 70px 0px 0px;
}

.header-inner h1 {
	margin: 0px;
	padding: 0px;
}	

.header-inner h1 a {
	display: block;
	width: 360px;
	height: 204px;
}

.header-inner.pages h1 a {
	display: block;
	width: 360px;
	height: 140px;
}

.header-inner h1 span {
	position: absolute;
	top: 42px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 16px;
}	

.header-inner h1 img {
	position: absolute;
	top: 38px;
	left: 0px;
}

.header-inner h2 {
	color: #d41870;
	font-size: 33px;
	font-family: 'Habibi', serif;
	font-weight: normal;
	margin: 40px 0px 2px;
	padding: 0px;
}	

.header-inner .head-left p {
	color: #153f71;
	font-size: 19px;
	padding: 0px;
	margin: 0 0 13px;	
}

.header-inner form input.text {
	height: 25px;
	width: 310px;
	padding: 10px 15px;
	border-radius: 5px;
	border: 0px;
	background: #153f71;
	box-shadow: inset 0px 0px 5px #12355f;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	display: block;
	margin: 0px 0px 8px;
}	

.header-inner form {
	color: #8a9ba5;
	font-size: 13px;
}

.header-inner form input.check {
	margin-right: 4px;
}	

.header-container .head-left input.submit:hover, body input.submit:hover {
	background: #a71157;
	border: 2px solid #73083a;
	color: #f7dde9;
	padding: 0 12px;
}

.header-inner form input.submit {
	background-color: #d41870;
	border: 3px solid #a90f58;
	color: #ffffff;
	font-family: 'Habibi', serif;
	font-size: 25px;
	text-shadow: 0px 0px 3px #490927;
	border-radius: 50px;
	width: 218px;
	height: 45px;
	text-align: center;
	display: block;
	margin: 12px 0px 0px 0px;
	padding: 0 12px;
}

.header-inner form input.submit:hover {
	border: 3px solid #73083a;
}

.header-inner .slider {
	float: right;
	width: 680px;
	margin-left: 20px;
}	

.fb {
	text-align: right;
	padding: 0px 20px 0px 0px;
}	

.fb-search {
	float: right;
	padding: 0px 10px 0px 0px;
}	


label.fb {
	text-align: left;
}

/* =============================================================================
   Header Venue Search Form
   ========================================================================== */
.header-inner.pages .head-right {
	float: right;
	width: 740px;
	margin: 0px 0px 10px;
}

.header-inner.pages .head-right form.find-venue {
	width: 698px;
	padding: 20px 17px 2px 17px;
	border-radius: 10px;
	background: #ffffff;
	border: 1px solid #d2d2d2;
	box-shadow: 0px 0px 5px #d2d2d2; 
}

.header-inner.pages .head-right form.find-venue .row {
	width: 100%;
}

.header-inner.pages .head-right form.find-venue h2 {
	font-size: 22px;
	margin: 0px 0px 15px;
}

.header-inner.pages .head-right form.find-venue h2 span.blue {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}

.header-inner.pages form.find-venue input {
	width: 205px;
	height: 25px;
	padding: 5px;
	display: block;
	background: #ffffff;
	color: #07182d;
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0px 0px 3px #bdbdbd;
	float: left;
	margin: 0px 0px 6px 0px;
	border: 1px solid #bdbdbd;
}

/******* Custom checkboxes on form on home page header *******/
form.refine span {
	display: block;
	clear: both;
}

form.refine input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 18px;
    height:18px;
    cursor: pointer;
}

form.refine input[type='checkbox'] + label {
	margin: 0;
    margin-left:-15px;
    clear: none;
    padding: 4px 0 4px 24px;
    background: url(/images/layout/refine-check.jpg) left center no-repeat; 
}

form.refine input[type='checkbox']:checked + label {
    background: url(/images/layout/refine-checked.jpg) left center no-repeat;
}

form.refine label {
	padding-top: 5px;
}	

.header-inner.pages form.find-venue input.check {
	width: 20px;
}

form.refine input {
	margin: 0px 0px 3px;	
}

#venue-type .checkbox,
#price-per .checkbox,
#number-guests .checkbox {
	margin: 0px !important;
}


/******* Form on home page header *******/
.header-inner.pages form.find-venue input.venue-search {
	width: 270px;	
}

.header-inner.pages form.find-venue .row.date {
	width: 225px;
	float: left;
	margin-right: 5px;
}

.header-inner.pages form.find-venue .row.venue {
	width: 295px;
	float: left;
	margin: 0px;
}

.header-inner.pages form.find-venue .row.search {
	width: 160px;
	float: right;
}

.header-inner.pages form.find-venue .row.date p, .header-inner.pages form.find-venue .row.venue p {
	display: inline;
	margin: 10px 0px 0px 0px;
}

.header-inner.pages form.find-venue input.submit {
	background: none repeat scroll 0 0 #D41870;
    border: 2px solid #A90F58;
    -moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
    box-shadow: 0 0 2px #A90F58 inset;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Habibi',serif;
    font-size: 20px;
    height: 33px;
    line-height: 22px;
    padding: 0 12px;
    text-shadow: 0 0 2px #470323;
    width: auto !important;
	padding: 0 12px;
}

.header-inner.pages form.find-venue input.submit {
	width: 150px !important;
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 19px;
	padding: 0 12px;
}	

.header-inner.pages form.find-venue input.submit:hover {
	background: none repeat scroll 0 0 #a71057;
    border: 2px solid #870b45;
    box-shadow: 0 0 2px #870b45 inset;
    color: #FFFFFF;
    text-shadow: 0 0 2px #6d0938;
	cursor: pointer;
}

/******* Header Banners *******/
.head-right > a,
.head-right > a:hover {
	text-decoration: none !important;
}

.head-right .banner {
	background: url(/images/layout/owd-ring.jpg) no-repeat scroll left bottom #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 5px #D2D2D2;
    color: #6AC3D4;
    padding: 40px 17px 37px 190px;
    width: 525px;
}

.head-right .banner h2 {
    color: #6AC3D4;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 27px;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 5px;
}

.head-right .banner h2 span {
    font-family: 'Habibi',serif;
    font-size: 33px;
    font-weight: normal;
}

.head-right .banner p {
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0 0;
}

.head-right .banner span {
    font-family: 'Habibi',serif;
    font-size: 24px;
}

.head-right .banner {
	background: url(/images/layout/owd-ring.jpg) #ffffff no-repeat left bottom;
	width: 525px;
	padding: 40px 17px 37px 190px;
	border-radius: 10px;
	border: 1px solid #d2d2d2;
	box-shadow: 0px 0px 5px #d2d2d2; 
	color: #6ac3d4;
}

/* =============================================================================
   Home Page header and slider
   ========================================================================== */
.header-container {
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0px 0px 20px;
}	

.header-container .head-left {
	width: 340px;
	padding: 0px 0px 0px 20px;
	float: left;
	position: relative;
}	

.header-container .head-left h1 {
	width: 340px;
	height: 190px;
	text-indent: -9999px;
	position: relative;
	margin: 40px 0px 0px;
}	

.header-container .head-left h1 a {
	display: block;
	width: 340px;
	height: 240px;
}

.header-container .head-left h1 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.header-container .head-left h2 {
	color: #d41870;
	font-size: 34px;
	font-family: 'Habibi', serif;
	margin: 0px;
	font-weight: 400;
	line-height: 29px;
}

.header-container .head-left h2 span {
	font-size: 20px;
	color: #153f71;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0px 0px 10px;
	display: block;
}

.header-container .head-left input.text {
	border-radius: 5px;
	background: #153f71;
	box-shadow: inset 0px 0px 4px #12355f;
	border: 0px;
	width: 310px;
	padding: 10px 15px;
	height: 25px;
	color: #ffffff !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	margin: 0px 0px 8px;
}

.header-container .head-left input.submit { 
	background: #d41870;
	border: 2px solid #a90f58;
	color: #ffffff;
	font-size: 25px;
	text-align: center;
	font-family: 'Habibi', serif;
	width: 200px;
	height: 40px;
	border-radius: 20px;
	padding: 0px 14px;
	text-shadow: 0px 0px 3px #59042c;
	padding: 0 12px;
}

.header-container .head-left .venue p {
	font-size: 13px;
	color: #8a9ba5;
	margin: 5px 0px 10px;
}

.header-container .slider {
	width: 680px;
	float: right;
	margin: 30px 0px;
}	

#stateLinks {
	float: left;
	margin: 5px 0 30px 5px;
	padding: 0 0 0 10px;
}
	#stateLinks h4 {
		color: #d41870;
		font-size: 15px;
		font-family: 'Habibi', serif;
		margin: 10px 0 0 0;
		font-weight: 400;
	}
	#stateLinks ul {
		list-style: none;
		margin: 10px 0 0 0;
		padding: 0;
		width: 800px;
		overflow: visible;
	}
		#stateLinks ul li {
			float: left;
			padding: 0 7px 0 7px;
			border-right: 1px solid #ccc;
			line-height: 16px;
		}
			#stateLinks ul li.first{
				padding-left: 0;
			}
			#stateLinks ul li.last{
				padding-right: 0;
				border: none;
			}
			#stateLinks ul li a {
				color: #607785;
				text-decoration: none;
			}
			#stateLinks ul li.disabled {
				color: #ccc;
			}
#miniSearchHeader {
	position: relative;
	overflow: visible;
}
	#miniSearchHeader .fb-search {
		position: absolute;
		top: -10px;
		right: 30px;
	}
#miniSearchForm {
	width: 420px;
	float: left;
}
	#miniSearchForm h2 {
		margin: 10px 0 0 0;
	}
	#miniSearchForm h3 {
		margin: 5px 0 15px 0;
		font-family: 'Source Sans Pro',sans-serif;
		font-size: 22px;
	}
	#miniSearchForm select.venue-search-home {
		width: 420px;
	}
	#miniSearchForm form input.text {
		width: 390px;
		font-family: 'Source Sans Pro',sans-serif;
		font-size: 17px;
	}
		#miniSearchForm form input.text::-webkit-input-placeholder { /* WebKit browsers */
			color: #FFFFFF !important;
		}
	#miniSearchForm form input.submit {
		margin: 0;
	}
	
#miniSearchImage {
	float: right;
	margin: 30px 0 0 0;
}

/******* Custom checkboxes *******/
.header-container input[type='radio'], .header-container input[type='checkbox'], .find-venue input[type='radio'], .find-venue input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 18px;
    height:18px;
    cursor: pointer;
}

.header-container input[type='radio'] + label, .header-container input[type='checkbox'] + label, .find-venue input[type='radio'] + label, .find-venue input[type='checkbox'] + label {
    clear: none;
    padding: 4px 0 4px 24px;
    background: url(/images/check.png) left center no-repeat; 
	margin: 33px 0px 0px;
}

.header-container input[type='radio']:checked + label, .find-venue input[type='radio']:checked + label {
    background-image: url(radio.png);
}

.header-container input[type='checkbox']:checked + label, .find-venue input[type='checkbox']:checked + label {
    background: url(/images/checked.png) left center no-repeat;
}

.header-container label, .find-venue label {
	padding-top: 5px;
}	

.head-left .find-venue label {
	margin: 0px !important;
}	

.head-left form.find-venue {
	/*margin-top: -20px;*/
}

#price-per .checkbox, #venue-type .checkbox, #number-guests .checkbox {
	margin: 0;
}

/* =============================================================================
   Slider
   ========================================================================== */
#slider-container {
	width: 676px;
	height: 472px;
	position: relative;
	top: 0px;
	float: right;
	margin: 55px 0 0 0;
}

#slider-container #slider-wrap {
	width: 676px;
	height: 472px;
	margin: 0 auto;
	z-index: 20;
	position: relative;
}

ul#slider {
	height: 472px;
	width: 676px;	
}

#slider {
	width: 676px;
	height: 470px;	
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	margin: 0px;
	width: 676px;
	height: 472px;
}

ol.rhino-bullets {
	float: right;
	margin: 10px 0 0 0;
	padding: 0px;
	list-style: none;
}

.rhino-bullets li {
	background: url(/images/layout/slider-nav-bg.png) no-repeat scroll right 10px transparent;	
	float: left;
}

.rhino-bullets a {
    color: #6AC3D4;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    padding: 5px 10px 5px 5px;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	color: #D41870;
	background: none;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#6AC3D4;
}

a.rhino-active-bullet {
	color: #153F71 !important; 
}

/* =============================================================================
   Navigation
   ========================================================================== */
nav#main-nav, nav#main-nav {
	height: 69px;	
	display: block;
	background: #07182d;
}

nav#main-nav .container {
	width: 1020px;
	height: 69px;
	margin: 0 auto;
}

nav#main-nav ul {
	display: block;
	float: left;
	margin: 0px !important;
	padding: 0px !important;
	height: 69px;
}

nav#main-nav ul li {
	float: left;
	list-style: none;
 }	
 
nav#main-nav ul li a {
	font-size: 14px;
    padding: 25px 21px 23px 26px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
	font-family: 'Habibi', serif;
	background-image: url(/images/layout/nav-icons.png);
	background-position: -177px top;
	background-repeat: no-repeat;
}	

nav#main-nav ul li:hover a, nav#main-nav ul li.current a {
	background-image: url(/images/layout/nav-icons.png);
	background-position: 0px top;
}

nav#main-nav ul li.venues a {
	background-image: url(/images/layout/nav-icons.png);
	background-position: -177px -69px;
}

nav#main-nav ul li.venues:hover a, nav#main-nav ul li.venues.current a {
	background-image: url(/images/layout/nav-icons.png);
	background-position: 0px -69px;
}

nav#main-nav ul li.about a {
	background-image: url(/images/layout/nav-icons.png);
	background-position: -177px -138px;
}

nav#main-nav ul li.about:hover a, nav#main-nav ul li.about.current a {
	background-image: url(/images/layout/nav-icons.png);
	background-position: 0px -138px;
}

nav#main-nav ul li.blog a {
	background-image: url(/images/layout/nav-icons.png);
	background-position: -177px -207px;
}

nav#main-nav ul li.blog:hover a, nav#main-nav ul li.blog.current a {
	background-image: url(/images/layout/nav-icons.png);
	background-position: -0px -207px;
}

nav#main-nav ul li.contact a {
	background-image: url(/images/layout/nav-icons.png);
	background-position: -177px -276px;
}

nav#main-nav ul li.contact:hover a, nav#main-nav ul li.contact.current a {
	background-image: url(/images/layout/nav-icons.png);
	background-position: 0px -276px;
}

/* Logged into account menu */

nav#main-nav ul#container-account li a {
	font-size: 14px;
    padding: 25px 21px 23px 26px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
	font-family: 'Habibi', serif;
	background-image: url(/images/layout/nav-account-icons.png);
	background-position: -177px top;
	background-repeat: no-repeat;
}

nav#main-nav ul#container-account li:hover a, nav#main-nav ul#container-account li.current a {
	background-image: url(/images/layout/nav-account-icons.png);
	background-position: 0px top;
}

nav#main-nav ul#container-account li#mylist a {
	background-image: url(/images/layout/nav-account-icons.png);
	background-position: -177px -69px;
}

nav#main-nav ul#container-account li#mylist:hover a, nav#main-nav ul#container-account li#mylist.current a {
	background-image: url(/images/layout/nav-account-icons.png);
	background-position: 0px -69px;
}

nav#main-nav ul#container-account li#create a {
	background-image: url(/images/layout/nav-account-icons.png);
	background-position: -177px -138px;
}

nav#main-nav ul#container-account li#create:hover a, nav#main-nav ul#container-account li#create.current a {
	background-image: url(/images/layout/nav-account-icons.png);
	background-position: 0px -138px !important;
}

nav#main-nav ul#container-account li#enquiries a {
	background-image: url(/images/layout/nav-account-icons.png);
	background-position: -177px -207px;
}

nav#main-nav ul#container-account li#enquiries:hover a, nav#main-nav ul#container-account li#enquiries.current a {
	background-image: url(/images/layout/nav-account-icons.png);
	background-position: -0px -207px;
}

nav#main-nav ul#container-account li#stats a {
	background-image: url(/images/layout/nav-account-icons.png);
	background-position: -177px -276px;
}

nav#main-nav ul#container-account li#stats:hover a, nav#main-nav ul#container-account li#stats.current a {
	background-image: url(/images/layout/nav-account-icons.png);
	/*background-position: 0px -276px;*/
}
.comingsoonnav {
  color: #BBBBBB;
  font-size: 0.9em;
}

nav#main-nav ul li a:hover, #main-nav ul li.current a {
 	color: #ffffff;
}

nav#main-nav ul.buttons {
	float: right;
}	

nav#main-nav ul.buttons li {
	padding: 22px 0px 19px;
}

nav#main-nav ul.buttons li a {
	background-image: none !important;
	background: #6ac3d4;
	height: 20px;
	padding: 0px;
	border: 2px solid #3a8998;
	border-radius: 20px;
	text-shadow: 0px 0px 3px #153035;
	padding: 4px 12px;
	margin-left: 10px;
}	

nav#main-nav ul.buttons li a:hover {
	border: 2px solid #1e5964;
	background: #4094a4;
	color: #c2e9f0;
}

/* =============================================================================
   Content
   ========================================================================== */
#content {
	padding: 0px 0 0 0;
	position: relative;
	background: #f9f8f2;
}

#content .container {
	min-width: 1020px;
	padding: 0px;
	box-shadow: 0 10px 60px -10px #FFFFFF;
}

#content .container .copy {
	border: 1px solid #CDCCC7;
    box-shadow: 0 0 4px #CDCCC7;
    padding: 130px 35px 32px;
	margin: 0px 0px 25px;
    width: 950px;
	background: #ffffff;
	position: relative;
	top: -5px;
}

#content .container .copy a {
	color: #6ac3d4;
	text-decoration: underline;
}

#content .container .copy.second {
	margin-top: 39px;
	padding: 35px 35px 32px;
}

/* Breadcrumbs */
p.bcrumbs, p.results-pagination {
	font-size: 14px;
	color: #8a9ba5;
	margin: 0px 0px 10px;
}	

p.bcrumbs a {
	color: #6ac3d4;
	text-decoration: underline;
}

p.bcrumbs a:hover {
	color: #6ac3d4;
	text-decoration: none;
}

p.results-pagination {
	float: right;
	margin: 0px;
}

img.title {
	position: absolute;
	top: 16px;
	left: -41px;
}	

#content h2 {
	font-family: 'Habibi', serif;
	font-size: 23px;
	line-height: 25px;
	font-weight: 400;
	color: #153f71;
	margin: 0px 0px 2px;
	padding: 0px;
}

#content h2 span {
	color: #6ac3d4;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}

#content p.blurb {
	width: 660px;
	color: #6ac3d4;
	font-size: 14px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}	

#content p.blurb a {
	color: #6ac3d4;
}

/* Listings */
#content ul.listing-home {
	padding: 0px;
	margin: 35px 0px 0px;
	overflow: hidden;
}	

#content ul.listing-home li {
	width: 202px;
	height: 222px;
	padding: 15px 13px 15px 12px;
	background: #ffffff;
	border-radius: 3px;
	box-shadow: 0 0 4px #bbbbbb;
	list-style: none !important;
	color: #153f71;
	float: left;
	margin: 5px;
}

#content ul.listing-home li img {
	box-shadow: 0 0 6px -2px #202020;
	margin: 0px 0px 13px 0px;
}

#content ul.listing-home li h3 {
	font-weight: normal;
	font-size: 16px;
	margin: 0 !important;
	padding: 0px;
	line-height: 16px;
	font-family:'Source Sans Pro',sans-serif;
}

#content ul.listing-home li p.location {
	font-size: 13px;
	font-weight: 700;	
	display: block;
	margin: 0px 0px 5px;
	color: #153F71 !important;
}

#content ul.listing-home li p.guests, 
#content ul.listing-home li p.price, 
p.guests, p.price {
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;	
	color: #153F71 !important;

}

#content ul.listing-home li p.guests, 
#content ul.listing-home li p.price {
	position:absolute;
	bottom:0px;	
}

#content ul.listing-home li p.price, 
p.price {
	color: #d41870 !important;
	
}

#content ul.listing-home li p.guests {
	bottom: 6%;
	
}

#content ul.listing-home li ul.rating, 
ul.rating {
	/*margin: 15px 0px 0px;*/
	margin: 0px;
	padding: 0px;
	float: right;
}

#content ul.listing-home li ul.rating {
	bottom:4px;
	right: 0px;	
	position:absolute;
	
}

#content ul.listing-home li ul.rating li, 
ul.rating li {
	width: 14px;
	height: 13px;
	float: left;	
	background: url(/images/layout/star.png) no-repeat top left;
	box-shadow: none !important;
	border: 0px !important;
	border-radius: 0px !important;
	padding: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px 1px 0px 2px;
}

#content ul.listing-home li ul.rating li.halfstar, ul.rating li.halfstar {
	background: url(/images/layout/half-star.png) no-repeat top left;
}

/* =============================================================================
   Inner Page Structure
   ========================================================================== */
#content #body .copy {
	border: 1px solid #CDCCC7;
    box-shadow: 0 0 4px #CDCCC7;
    padding: 35px 35px 40px;
	margin: 0px 0px 25px;
    width: 950px;
	background: #ffffff;
	position: relative;
	top: -5px;
}

/* Inner pages content padding/position */
#content .container .copy.page {
	margin-top: 0px;
	padding: 35px 35px 20px;
	overflow: hidden;
}

#content .container .copy.page h2 {
	color: #d41870;
	font-size: 22px;
	font-family: 'Habibi', serif;
	margin: 0px 0px 20px;
	float: none;
}

#content .container .copy.page img.right {
	margin: 5px 5px 5px 30px;
	box-shadow: 0px 0px 4px #808080;
}

#content #body .text h2 {
	margin: 0px 0px 15px;
}	

#content #body .text p {
	margin: 0px 0px 13px;	
}

#content #body .text a, #content #body .text a:visited {
	color: #6AC3D4;
}

#content #body .text a:hover {
	text-decoration: none;	
}

.form {
	position: relative;
	top: -5px;
}

/* =============================================================================
   Login Page
   ========================================================================== */
#content form.login {
	width: 650px;	
	padding: 0 0 40px;
}

#content form.login .row input {
	margin-bottom: 7px;
}

#content form.login .row {
	width: 44%;
}

#content form.login .row.right {
	width: 55%;
	margin-left: 0px;
}

#content form.login .row.full {
	width: 100% !important;
}

#content form.login .row.full p {
	margin: 0px 0px 10px;
}

/* =============================================================================
   Forgot Password Page
   ========================================================================== */
.form form.forgot {
	float: none !important;	
}

/* =============================================================================
   Registration Page
   ========================================================================== */
#reg-form {
	float: left;
	width: 575px;
}	

#reg-form .row {
	float: left;
	width: 280px;
	display: inline-block;
}

#reg-form .row.full {
	width: 575px;
	margin: 5px 0px 0px;
}

form .sub {
	margin: 10px 0px 0px;
}

form#frmregister .row {
	width: 48%;
}	


frmregister
form#frmregister .row.full {
	margin: 10px 0px;
	width: 584px;
}

form#frmregister h3,
form#reg-form h3 {
	font-family: 'Habibi', serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	color: #d41870;
	margin: 0px 0px 10px;
	display: block;
	padding: 18px 0px 0px 0px;
	clear: both;
}

p.pinktext {
	color: #D41771;
}

/* =============================================================================
   Venue Listing Pages
   ========================================================================== */
p.address {
	color: #153f71;
	margin: 0px !important;
	line-height: 18px;
}	

.venue-list ul.rating li {
	padding: 1.5px;	
}

.venue-list h3 {
	color: #153f71;
	font-family: 'Habibi', serif;
	font-size: 17px;
	font-weight: normal;
	margin: 40px 0px 10px;
}	

ul.tags {
	margin: 0px;
	padding: 0px;
}	

.venue-list ul.tags li {
	list-style: none;
	padding: 0px 10px 0px 0px;
	float: left;
}

.venue-list ul.tags li a {
	color: #6ac3d4;
}

.venue-list p {
	margin: 0px 0px 12px;	
}

.venue-list p a {
	color: #6ac3d4;
	text-decoration: underline;
	font-size: 14px;
}	

/* =============================================================================
   Venue Listing Pages - Gallery
   ========================================================================== */
.venue-info {
	float: left;
	width: 570px;
	margin-right: 20px;	
}

.copy.venue-list.page > h2 {
	margin: 0px !important;
}

.venue-list .gallery img.main {
	border: 9px solid #ffffff;
	box-shadow: #a5a5a5 0px 0px 5px;
}

.venue-list .gallery ul {
	margin: 5px 0px 0px 5px;
	padding: 0px;	
	position: relative;
	left: -6px;
	width: 590px;
	/*overflow: auto;*/
}

.venue-list .gallery ul li {
	list-style: none;
	padding: 6px;
	float: left;
	margin: 8px 10px 0 0;
}

.venue-list .gallery ul li.empty {
	width: 84px;
	height: 58px;
	background: #CCC;
	border: 6px solid #FFF;
}

.venue-list .gallery ul li.no-margin {
	margin-right: 0;
}

.venue-list .gallery ul li.empty {
	width: 84px;
	height: 58px;
	background: #CCC;
	border: 6px solid #FFF;
}

.thumbs.noscript > li {
    /*border: 1px solid red;*/
    box-shadow: 0 0 5px #A5A5A5;
    padding: 1px !important;
}

.venue-list .gallery ul li img {
/*	border: 4px solid #ffffff;
	box-shadow: #a5a5a5 0px 0px 5px;*/	
	margin: 2px;
}


/* =============================================================================
   Venue Listing Pages - Details
   ========================================================================== */
.venue-details.right {
	width: 350px;
	float: left;	
	position: relative;
}

#disabledOverlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
	#disabledOverlay .overlay {
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background-color: #ccc;
		opacity: 0.7;
		filter: alpha(opacity=70);
		z-index: 100;
	}
	#disabledOverlay .disabled-text {
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 200;
		width: 300px;
		margin: 30px 0 0 14px;
		padding: 10px;
		border: 1px solid #d41870;
	}
		#disabledOverlay .disabled-text a {
			font-size: inherit;
		}

.venue-details.right h3 {
	margin: 14px 0px 8px 0px;
}

.venue-details .social {
	width: 318px;
	padding: 15px 15px 20px;
	border-radius: 3px;
	background: #ffffff;
	box-shadow: 0px 0px 3px #cfcfcf;
	margin-bottom: 25px;
}

ul.social-media {
	margin: 0px;
	padding: 0px;
}

ul.social-media li {
  float: left;
  list-style: none outside none;
  margin: 0 30px 0 0 !important;
}

ul.social-media li.tw-share {
  width: 56px;
  /*margin: 0px;*/
}



div.fb-like, fb-like-top {
  float: right;
  overflow: hidden;
  /*padding-top: 10px;
  position: absolute;
  right: 0;  right: 20px;	
  height:20px;  padding-top: 6px;*/
  z-index: 100;

}
.social-media div.fb-like, fb-like-top {
  height: 20px;
  overflow: hidden;

  position: absolute;
  z-index: 100;
}

#facebookhomepage {
  /*border: 1px solid red;*/
  right: 20px;
  top: 15px;
  height:20px;
  position: absolute;
}
/*.fbshare div.fb-like {
  float: right;
  height: 25px;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 100;
}*/

ul#socialmedialinks {
  list-style: none;
  margin: 0;
  padding: 0;
}

li.pin-share {
	/*margin-right: 10px !important;	*/
}


ul#socialmedialinks li {
  float: left;
  list-style: none;
}

ul#socialmedialinks li > a {
  height: 40px;
  display: block;
  width: 40px;
  text-indent: -999px;
}

#facebooklink > a {
  background: url(/images/layout/facebook.gif) no-repeat;
}

#twitterlink > a {
  background: url(/images/layout/twitter.gif) no-repeat;
}

#googlepluslink > a {
  background: url(/images/layout/google-plus.gif) no-repeat;
}

#pintrestlink > a {
  background: url(/images/layout/pintrest-button.png) no-repeat;
}


ul.num {
	margin: 0px;
	padding: 0px;
}

ul.num li {
	border-radius: 3px;
	display: inline-block;
	color: #ffffff;
	font-size: 23px;
	text-align: center;
	float: left;
	width: 152px;
	padding: 7px 0px;
	box-shadow: 0px 0px 3px #d1d1d1;
}

ul.num li span.small {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

ul.num li.capacity {
	background: #153f71;
	margin-right: 12px;
}

ul.num li.price {
	background: #d41870;
}

ul.contact-details-btns {
	margin: 0px;
	padding: 0px;	
}

ul.contact-details-btns li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

#content .container ul.contact-details-btns a.btn {
    background: none repeat scroll 0 0 #D41870;
    border: 1px solid #A90F58;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 0 2px #A90F58 inset;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Habibi',serif;
    font-size: 16px;
    height: 23px;
    line-height: 22px;
    padding: 0 10px;
    text-shadow: 0 0 2px #470323;
    width: auto !important;
	text-decoration: none;
}


ul.contact-details-btns a.btn:hover {
	background: none repeat scroll 0 0 #a71057;
    border: 1px solid #870b45;
    box-shadow: 0 0 2px #870b45 inset;
    color: #FFFFFF;
    text-shadow: 0 0 2px #6d0938;
	cursor: pointer;
}

#listing-page-actions {
	border-top: 1px solid #D2D2D2;
	padding-top: 1em;
	margin-top: 2em;
}

/* =============================================================================
   Venue Listing Pages - Enquiry form
   ========================================================================== */
.enquiry {
	width: 322px;
	padding: 8px 13px 10px 13px;	
	background: #f2f2f2;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #cfcfcf;
	position: relative;
	margin-bottom: 25px;
}

.enquiry span {
	position: absolute;
	top: -11px;
	right: 0px;	
}

.enquiry h3 {
	color: #d41870;	
}

.enquiry p.cal {
	color: #707372;
	margin: 0px 0px 10px;
	background: url(/images/layout/icon-cal.png) no-repeat top left;
	padding: 0px 0px 0px 30px;
}	

.enquiry input, .enquiry textarea {
	width: 313px;
	height: 21px;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #bdbdbd;
	box-shadow: inset 0px 0px 3px #bdbdbd;
	margin: 0px 0px 10px;
	padding: 5px;
	color: #a1a1a1;
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}	

.enquiry textarea {
	height: 110px;
}	

.enquiry input.check {
	width: 20px;
	display: inline;
	float: left;
}

.enquiry p.check {
	color: #a9a9a8;
	font-size: 13px;
	display: inline;
}	

.enquiry p.date-msg {
	font-size: 16px;
	color: #d41870;
}

.enquiry input.button {
    background: none repeat scroll 0 0 #D41870;
    border: 1px solid #A90F58;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 0 2px #A90F58 inset;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Habibi',serif;
    font-size: 16px;
    height: 27px;
    line-height: 22px;
    padding: 0 10px;
    text-shadow: 0 0 2px #470323;
    width: auto !important;
	text-decoration: none;
	text-align: center;
	margin-left: 113px;
}

.enquiry input.button:hover {
	background: none repeat scroll 0 0 #a71057;
    border: 1px solid #870b45;
    box-shadow: 0 0 2px #870b45 inset;
    color: #FFFFFF;
    text-shadow: 0 0 2px #6d0938;
	cursor: pointer;
}

p.submit-btn {
	text-align: center;
	margin: 0px;	
}

p.action {
	border-top: 1px solid #EEE;
	padding-top: 1em;
	margin-top: 1em;
}

.enquiry .checkbox {
	float: left;
	margin-right: 5px;
}	

.enquiry label {
	float: right;
	padding: 0px 72px 10px 0px;	
}

/* =============================================================================
   Venue Listing Pages - Map
   ========================================================================== */
.venue-details .map {
	padding: 16px 16px;
	width: 316px;
	background: #ffffff;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #cfcfcf;
	margin-bottom: 25px;
}

.venue-details .map img {
	box-shadow: 0px 0px 3px #b3b3b3;
	border-radius: 5px;
}

.venue-details .map a {
	color: #8a9ba5;
	font-size: 13px;
	text-decoration: none;
}

.venue-details .map span {
	display: block;
	margin-top: 7px;
}

/* =============================================================================
   Terms Pages
   ========================================================================== */
form.terms {
	padding: 5px 0px 20px;
}

form.terms input {
	height: 16px;
    margin: 2px 0 0;
    vertical-align: top;
    width: 50px;
}

form.terms label {
	color: #D41870;
	font-weight: bold;
}

/* =============================================================================
   Newsletter Signup form
   ========================================================================== */
.news-signup {
	width: 984px;
	margin: 0 auto;
	border-radius: 3px;
	background: #0a2c55;
	color: #ffffff;
	padding: 15px 20px;
	height: 39px;
}	

.news-signup h4 {
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
    margin: 7px 0 0;
	float: left;
}

.news-signup h4 span.alt {
	font-family: 'Habibi', serif;
	font-size: 31px;
/*	font-size: 27px;
*/	font-weight: normal;
}

.news-signup #mc_embed_signup {
	float: left;
	margin-left: 20px;	
}

.news-signup form .row {
	width: auto !important;	
}

.news-signup input {
	width: 206px;
	height: 29px;
	padding: 5px;
	display: block;
	background: #ffffff;
	color: #6ac3d4;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0px 0px 5px #bdbdbd;
	float: left;
	margin: 0px 6px;
	border: 1px solid #bdbdbd;
}

.news-signup input.email {
	width: 238px;	
}

.news-signup input.submit {
	background: none repeat scroll 0 0 #D41870;
    border: 2px solid #A90F58;
    -moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
    box-shadow: 0 0 2px #A90F58 inset;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Habibi',serif;
    font-size: 21px;
    height: 42px;
    line-height: 22px;
    padding: 0 12px;
    text-shadow: 0 0 2px #470323;
    width: auto !important;
	padding: 0 12px;
}

.news-signup input.submit:hover {
	background: none repeat scroll 0 0 #a71057;
    border: 2px solid #870b45;
    box-shadow: 0 0 2px #870b45 inset;
    color: #FFFFFF;
    text-shadow: 0 0 2px #6d0938;
	cursor: pointer;
}

/***************************************
	Form edits
***************************************/

form#subForm {
	float: left;
	width: 630px;
	margin-left: 5px;
}	

/* =============================================================================
   Find Venues Listing Page
   ========================================================================== */
.left-content {
	float: left;
	width: 217px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}
   
.refine-search {
	float: left;
	width: 183px;
	padding: 15px 12px;
	background: #f2f2f2;
	border-radius: 5px;
	box-shadow: 0px 0px 4px #d2d2d2;
	border: 1px solid #d2d2d2;
}	

#content .container .copy.page .refine-search h2 {
	color: #153f71;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.refine p {
	margin: 15px 0px 15px;
	padding: 15px 0px 0px;
	border-top: 1px solid #a8a8a8;
}	

.refine-search input.check {
	background: url(/images/layout/refine-check.jpg) no-repeat left top;
	width: 15px;
	height: 15px;
}

.refine-search label {
	font-size: 15px;
	margin: 0px 10px 0px 5px;
}

.search-listing {
	width: 694px;
	padding: 3px;
	float: right;	
}

#content .container .copy.page .search-listing h2 {
	margin: 14px 0 20px !important;
}	

.search-listing .sort {
	width: 674px;
	padding: 14px 10px;
	box-shadow: 0px 0px 4px #e1e1e1;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin: 0px 0px 15px;
	display: block;
	overflow: hidden;
}	

.search-listing .sort form {
	float: left;
	width: 300px;	
}

.search-listing .sort label {
	color: #153f71;
	font-family: 'Habibi', serif;
	font-size: 16px;
	float: left;
	margin: 8px 10px 0px 0px;
}

.styled-select {
	width: 177px;
	height: 35px;
	/*overflow: hidden;*/
	background: url(/images/layout/sort-select-bg.jpg) #ffffff no-repeat right 12px;
	border: 1px solid #ccc;
	box-shadow: inset 0px 0px 4px #bdbdbd;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	color: #153f71;
	margin-bottom: 10px !important;
}

.sortby {
	overflow: hidden !important;
}

.styled-select select {
	background: transparent;
	width: 205px;
	line-height: 1.25;
	border: 0;
	border-radius: 0;
	height: 40px;
	-webkit-appearance: none;
	padding: 8px 5px;
	color: #153f71;
	font-size: 15px;
}

.styled-select select.dd-sortby {
	width: 200px !important;
}

.styled-select select.dd-whereheard {
	width: 305px !important;
}

.styled-select select.dd-region-search {
	width: 318px !important;
	font-size: 14px !important;
	/*color: #000 !important;*/
}

.styled-select select.dd-region-search {
	width: 318px !important;
	font-size: 14px !important;
	/*color: #000 !important;*/
}

.header-inner select.dd-state-search {
	width: 155px;
}
.header-inner.pages form.find-venue .row.venue.state-select {
	width: 135px;
	margin-right: 15px;
}

.home,
.home select.venue-search-home {
	height:	40px !important;
}

select.venue-search-home {
	background-color: #153F71;
    border: 1px solid #153F71;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px #153F71 inset;
    color: #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 17px;
    height: 40px;
    margin-bottom: 12px;
    padding: 8px 6px;
    width: 365px;
	background: url(/images/layout/sort-select-bg-white.png) #153F71 no-repeat right 12px !important;
}

select.basicselect {
	background-color: #153F71;
    border: 1px solid #c5c5c5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px #d2d2d2 inset;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    height: 36px;
    margin-bottom: 12px;
    padding: 4px 6px;
    width: 265px;
	background: no-repeat right 12px !important;
}

.sort-pagination {
	float: right;
	margin: 0px;
	padding: 0px;	
}

.sort-pagination li {
	float: right;
	list-style: none;
	display: block;	
	color: #6ac3d4;
	font-size: 13px;
	float: left;
	padding: 5px 10px 5px 5px;
	cursor: pointer;
	background: url(/images/layout/slider-nav-bg.png) no-repeat right 10px;
}

.sort-pagination li a {
	color: #6ac3d4;
	text-decoration: none;
}

.sort-pagination li.last, .sort-pagination li.next {
	background: none;
}

.search-listing h3.similar {
	font-size: 22px;
	color: #153f71;
	margin: 35px 0px 2px 0px;
	font-family: 'Habibi', serif;
	font-weight: 400;
}

.search-listing p.similar {
	color: #6ac3d4;
	font-size: 17px;
	margin: 0px 0px 15px;
}	

ul.search-listing-results {
	margin: 0px;
	padding: 0px;
	width: 694px;
}

ul.search-listing-results span {
	float: left;
	margin: 0px 20px 0px 0px;
	box-shadow: 0px 0px 3px #b3b3b3;
	width: 212px;
	height: 164px;
	background: url(/images/listing-search.jpg) no-repeat center center;
}	

ul.search-listing-results span.portrait {
	background: url(/images/flowers.jpg) no-repeat center center;
}

#content .container .copy ul.search-listing-results a:hover, 
#content .container .copy ul.listing-home a:hover, 
#content .container .copy ul.search-listing-results a, 
#content .container .copy ul.listing-home a {
	text-decoration: none;
}

#content .container .copy ul.listing-home a {
  /*border: 1px solid red;*/
  display: block;
  height: 230px;
  width: 203px;
  position: relative;
}

ul.search-listing-results li {
	padding: 14px;
	box-shadow: 0 0 4px #E1E1E1;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin: 0px 0px 10px;
	display: block;
	overflow: hidden;
}


ul.search-listing-results li h3 {
	margin: 0px 0px 3px;
	padding: 0px;
	font-size: 20px;
	color: #153f71;
	font-weight: 400;
	font-family:'Source Sans Pro',sans-serif;
}	

ul.search-listing-results li p.location {
	font-weight: 700;
	font-size: 16px;
	margin: 0px 0px 15px;
	padding: 0px;
	line-height: 18px;
	color: #153f71;
}	

ul.search-listing-results ul.rating {
	height: 13px;
}

ul.search-listing-results ul.rating li {
	padding: 0px 2px 0px 3px;	
}

#content .container .copy ul.search-listing-results a {
  /*border: 1px solid red;*/
  color: #607785;
  display: block;
  height: 165px;
}

ul.search-listing-results p.guests, ul.search-listing-results p.price {
	float: left;
	font-size: 16px;
	display: inline;
	/*margin-top: 13px;*/
	color: #153f71;	
}

#content ul.search-listing-results p.price {
	float: left;
	margin-left: 20px;
	color: #d41870;
}

ul.search-listing-results li.basic-listing p.guests, 
ul.search-listing-results li.basic-listing p.price {
	display: none !important;	
}

ul.search-listing-results p.basic-description {
	display:none !important;
}

ul.search-listing-results p.venue-description {
	display:block !important;
}

ul.search-listing-results li.basic-listing p.basic-description {
	display:block !important;
}

ul.search-listing-results li.basic-listing p.venue-description {
	display:none !important;
}
ul.search-listing-results li.basic-listing p.basic-description span.upgradelink {
	color: #D41771;
	  background: url(none) no-repeat scroll center center transparent;
  box-shadow: none;
  float:none !important;
  height: 14px;
  margin: 0;
  width: auto;
  text-decoration:underline;
}


.refine #stars span.stars {
	background-image: url(/images/layout/check-stars.png);
	background-repeat: no-repeat;
	background-position: 25px 3px;
	width: 106px;
}	

.refine #stars span.stars:hover {
	background-position: -95px 3px;
}

.refine #stars span.two {
	background-position: 25px -17px;
}

.refine #stars span.two:hover {
	background-position: -95px -17px;
}

.refine #stars span.three {
	background-position: 25px -37px;
}

.refine #stars span.three:hover {
	background-position: -95px -37px;
}

.refine #stars span.four {
	background-position: 25px -57px;
}

.refine #stars span.four:hover {
	background-position: -95px -57px;
}

.refine #stars span.five {
	background-position: 25px -77px;
}

.refine #stars span.five:hover {
	background-position: -95px -77px;
}

fieldset#stars {
	border-bottom: 1px solid #a8a8a8;
	margin: 0px 0px 20px;
	padding: 0px 0px 15px;
}	

.refine input.submit.btn, .left-content .news-signup input.submit {
	background: #d41870;
	font-size: 16px;
	color: #ffffff;
	border: 2px solid #a90f58;
	border-radius: 20px;
	height: 28px;
	width: 77px;
	text-shadow: 0px 0px 3px #650834;
	font-family: 'Habibi', serif;
	margin: 0px 0px 0px 50px;
	padding: 0px 14px;
}	

.left-content .news-signup {
	background: #0a2c55;
	border-radius: 5px;
	padding: 15px;
	width: 178px;
	float: left;
	margin: 15px 0px;
	height: auto;
}

.left-content .news-signup p {
	margin: 0px 0px 14px;
	font-size: 16px;
	color: #ffffff;
	font-family: 'Habibi', serif;
	text-shadow: 0px 0px 3px #092548;
}

.left-content .news-signup input {
	width: 167px;
	height: 21px;
	font-size: 14px;
	color: #6ac3d4;
	padding: 5px;
	display: block;
	float: none;
	margin: 0px 0px 9px;
}	

.left-content .news-signup input.submit {
	width: 97px !important;
	margin: 20px 0px 5px 40px;
}

/* =============================================================================
   Contact Page
   ========================================================================== */
ul.contact-icons {
	margin: 0px 0px 40px;
	padding: 0px 0px 30px;	
	overflow: hidden;
	border-bottom: 1px solid #cdccc7;
}

ul.contact-icons li {
	float: left;
	font-size: 19px;
	color: #6ac3d4;
	list-style: none;
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: url(/images/layout/contact-icons.png) no-repeat left 5px;
}

ul.contact-icons li.email {
	background: url(/images/layout/contact-icons.png) no-repeat left -30px;
	padding: 0px 0px 0px 24px;
	font-family: 'Habibi', serif;
	font-size: 18px;
}

ul.contact-icons li.email a {
	color: #6ac3d4;
	text-decoration: none;
}

.contact-form {
	overflow: hidden;
	clear: left;
	width: 637px;
}

.contact-form form .row-left, .contact-form form .row-right {
	float: left;
}

.contact-form form .row-right {
	margin-left: 20px;
}	

.contact-form form .row.submit {
	clear: both;
}	

.contact-form form input.text, .contact-form form textarea, .contact-form form select {
	height: 25px;
	width: 280px;
	padding: 5px 10px;
	border-radius: 5px;
	border: 0px;
	background: #ffffff;
	box-shadow: inset 0px 0px 3px #ccc;
	font-size: 14px;
	color: #607785;
	font-weight: normal;
	display: block;
	margin: 0px 0px 8px;
	font-size: 15px;
	line-height: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}	

.contact-form form textarea {
	height: 120px;	
	min-height: 120px;
	max-height: 120px;
	width: 296px; 
	min-width: 296px; 
	max-width: 296px; 
}

.contact-form form input.submit {
	background-color: #d41870;
	border: 2px solid #a90f58;
	color: #ffffff;
	font-family: 'Habibi', serif;
	font-size: 19px;
	text-shadow: 0px 0px 3px #490927;
	border-radius: 50px;
	width: 110px;
	height: 37px;
	text-align: center;
	display: block;
	margin: 12px 0px 0px 0px;
	float: right;
	padding: 0 12px;
}

.contact-form form input.submit:hover {
	background: #ad115a;
	border: 2px solid #8a0945;
}

.contact-form .row-clear {
	overflow: hidden;
	clear: both;
}

.contact-form .row-clear label {
	display: block;
    float: left;
    width: 295px;
}

.contact-form .row-clear select {
	float: right;
    height: 32px;
    width: 317px;
}

/* =============================================================================
   Register landing page
   ========================================================================== */
.reg-left {
	width: 575px;
	float: left;
}

.reg-right {
	width: 348px;
	float: left;
	margin-left: 27px;
}

ul.business-positives {
	margin: 0px 0px 50px;
	padding: 0px;
}

ul.business-positives li {
	background-color: #f2f2f2;
	background-image: url(/images/layout/register-icons.png);	
	background-repeat: no-repeat;
	background-position: 12px 19px;
	margin: 0px;
	padding: 18px 20px 18px 85px;
	width: 470px;
	list-style: none;
	margin-bottom: 9px;
}

ul.business-positives li p {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 0px;
}

ul.business-positives li.page {
	background-position: 12px -139px;
}

ul.business-positives li.analytics {
	background-position: 12px -282px;
}

ul.business-positives li.exposure {
	background-position: 12px -420px;
}

ul.business-positives li.fee {
	background-position: 12px -554px;
}

ul.business-positives li h3 {
	color: #153f71;
	font-size: 16px;
	font-family: 'Habibi', serif;
	margin: 0px 0px 5px;
	font-weight: 400;
}

h3.pink {
	font-size: 22px;
	color: #d41870;
	margin: 15px 0px 15px;
	font-family: 'Habibi', serif;
	font-weight: 400;
}

ul.how-steps {
	margin: 0px 0px 10px;
	padding: 0px;
}

.how-steps li {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 10px;
	background: url(/images/layout/how-border.jpg) no-repeat left bottom;
	overflow: hidden;
}

.how-steps li.last {
	background: none;
}

.how-steps li h3 {
	margin: 10px 0px 3px;
	color: #d41870;
	font-family: 'Habibi', serif;
	font-size: 16px;
	font-weight: 400;
}

.how-steps li p {
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	width: 320px;
	font-size: 14px;
	line-height: 18px;
}

p a.btn {
	background: #d41870;
	color: #ffffff !important;
	text-decoration: none !important;
	border-radius: 20px;
	border: 2px solid #a90f58;
	text-shadow: 0px 0px 3px #5d0b32;
	font-size: 21px;
	text-align: center;
	padding: 2px 10px;
	font-family: 'Habibi', serif;
}

p a.btn:hover {
	background: #ad115a;
	border: 2px solid #8a0945;
}



/* =============================================================================
   Sign up boxes
   ========================================================================== */
.holder {
	padding: 16px 18px;
	border-radius: 5px;
	box-shadow: 0px 0px 4px #e1e1e1;
	position: relative;
}

.holder h3 {
	color: #ffffff;
	font-size: 21px;
	font-family: 'Habibi', serif;
	margin: 0px 0px 15px;
	font-weight: 400;
}

.holder p {
	font-size: 17px;
	color: #ffffff;
	line-height: 21px;
	margin: 0px;
}
	
.holder.pink {
	background: #d41870;
	margin: 25px 0px 10px;
}

.flag {
	background-image: url(/images/layout/signup-banner.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: -11px;
	padding: 14px 20px 0px;
	width: 101px;
	height: 69px;
	text-align: center;
}

.holder.blue {
	background: #153f71;
	padding: 16px 18px 10px 18px;
}

p.breakout {
	background:	#6ac3d4;
	margin: relative;
	left: -18px;
	width: 312px;
	padding: 20px 18px 7px;
	position: relative;
	line-height: 24px;
	box-shadow: 0px 5px 7px -6px #0c2547;
}	

p.breakout span {
	font-size: 46px;	
}

.holder.blue ul {
	color: #6ac3d4;
	margin: 20px 0px 0px 0px;
	padding: 0px;	
}

.holder.blue ul li {
	color: #ffffff;	
	margin: 0px 0px 12px;
	padding: 0px 0px 0px 20px;
	font-weight: 700;
	background: url(/images/layout/blue-bullet.png) no-repeat left 6px;
	list-style: none;
}

p.interest {
	font-size: 14px;
	line-height: 19px;
	margin: 15px 0px;
}	

a.btn.signup {
	border-radius: 25px 25px 25px 25px;
    font-size: 31px;
    padding: 2px 14px;
}	

/* =============================================================================
   My Listings 
   ========================================================================== */
.account-listing-col {
	width: 575px;
	margin-right: 27px;
	float: left;
}

#content .account-listing-col h2 {
	color: #d41870;
	margin: 0px 0px 15px;
}

#content .container .account .my-listings a, #content .container .account .create-listing a, #content .container .account .my-enquiries a, #content .container .account .my-stats a {
	text-decoration: none;
	color: #d41870;	
}

.my-listings .venue-listing {
	width: 571px;
	margin-top: 20px;
/*	padding: 15px 13px 15px 0px;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	box-shadow: #e1e1e1 0px 0px 3px; */
}	

.my-listings .venue-listing .box {
	width: 545px;
	padding: 15px 13px 15px 0px;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	box-shadow: #e1e1e1 0px 0px 3px;
}

.my-listings .venue-listing .left {
	float: left;
	margin: 0px 19px 0px 13px;
}

.my-listings .venue-listing .left a {
	box-shadow: 0 0 3px #B3B3B3;
    float: left;
    height: 164px;
    margin: 0;
    width: 212px;
}

.my-listings .venue-listing .left-text {
	float: left;
	width: 300px;
}

.my-listings .venue-listing .left img {
	box-shadow: #b3b3b3 0px 0px 5px;
	width: 212px;
}	

.my-listings .venue-listing h3 {
	color: #153f71;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 5px;	
}

.my-listings .venue-listing h3 a {
	color: #153f71;
	text-decoration: none;
}

.my-listings .venue-listing p.add {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 15px;
	color: #153f71;
}

.my-listings .venue-listing p.rating {
	margin: 0px 0px 5px 0px;	
}

.my-listings .venue-listing p.guests {
	font-size: 16px;
	margin: 0px;
	color: #153f71;
}

.my-listings .venue-listing p.guests span.pink {
	font-size: 16px;
	margin: 0px;
	color: #d41870;
	padding: 0px 0px 0px 15px;
}

.my-listings .venue-listing p.listing-edits {
	margin: 10px 0px 0px 0px;
	height: 50px;	
}

.my-listings .venue-listing a.btn {
	background: none repeat scroll 0 0 #D41870;
    border: 1px solid #A90F58;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 0 2px #A90F58 inset;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Habibi',serif;
    font-size: 16px;
    height: 21px;
    line-height: 22px;
    padding: 1px 10px;
    text-decoration: none;
    text-shadow: 0 0 2px #470323;
    width: auto !important;
	margin-right: 5px;
}

.my-listings .venue-listing a.btn:hover {
	background: none repeat scroll 0 0 #a71057;
    border: 1px solid #870b45;
    box-shadow: 0 0 2px #870b45 inset;
    color: #FFFFFF;
    text-shadow: 0 0 2px #6d0938;
	cursor: pointer;
}

a.notfinancial {
  background: none repeat scroll 0 0 #efefef;
  border: 1px solid #efefef;
  border-radius: 30px 30px 30px 30px;
  box-shadow: none;
  color: #d9d9d9 !important;
  cursor: default;
  display: inline-block;
  font-family: 'Habibi',serif;
  font-size: 16px;
  height: 21px;
  line-height: 22px;
  padding: 1px 10px;
  text-decoration: none;
  text-shadow: none;
}

.my-listings .venue-listing a.btn.last {
	margin-right: 100px;
}

.my-listings .venue-listing input.agree {
	color: #d41870;	
}



/*span.listingstatus {
  float: right !important;
}*/

.listing-edits label {
	color: #d41870;
	margin: 2px 0px 0px 3px;
}

a.btn.new-list {
	background: none repeat scroll 0 0 #D41870;
    border: 2px solid #A90F58;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 0 2px #A90F58 inset;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Habibi',serif;
    font-size: 22px;
    height: 20px;
    line-height: 22px;
    padding: 6px 10px;
    text-decoration: none;
    text-shadow: 0 0 2px #470323;
    width: auto !important;
	margin-right: 5px;
}

a.btn.new-list:hover {
	background: none repeat scroll 0 0 #a71057;
    border: 2px solid #870b45;
    box-shadow: 0 0 2px #870b45 inset;
    color: #FFFFFF;
    text-shadow: 0 0 2px #6d0938;
	cursor: pointer;
}

.contact-us-box {
	width: 348px;
	float: left;
}
.contact-us-box .contact-box {
	width: 294px;
	padding: 20px 40px 2px 14px;
	background: #153f71;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #bdbdbd;
}

#content .contact-us-box .contact-box h3 {
	font-size: 22px;
	font-weight: normal;
    font-family: 'Habibi',serif;
	margin: 0px 0px 20px;
	padding: 0px;
	color: #ffffff;
}

#content .contact-us-box .contact-box p {
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
}
 
.contact-us-box .contact-box a { 
	color: #ffffff;
	text-decoration: underline;
}

.left-contact {
	float: left;
	width: 220px;
}	

.left-contact.end {
	margin: 0px 0px 0px 100px;
}	

/* =============================================================================
   Back to top
   ========================================================================== */
p.back-to-top {
  font-size: 13px;
  margin: 0 auto;
  padding: 0 10px 30px;
  width: 1020px;
}fb

p.back-to-top a {
	color: #6ac3d4;	
}

/* =============================================================================
   Footer
   ========================================================================== */
#footer {
	font-size: 0.9em;
	color: #818181;
	padding: 0;
	background: url(/images/layout/footer-bg.png) repeat-x center top transparent;
	min-width: 1110px;
}

#footer .container {
	width: 100%;
	padding: 50px 0 300px;
	background: url(/images/layout/footer-container-bg.jpg) repeat-x center 22px transparent;
	max-width: 100%;
	color: #9b998a;
}	

#footer .footer-info {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}	

#footer .footer-logo {
	width: 201px;
	float: left;
	margin-right: 55px;
}	

#footer .details {
	width: 270px;
	float: left;
	margin-right: 50px;
	line-height: 18px;
}

#footer .details h4 {
	color: #9b998a;
	font-family: 'Habibi', serif;
	font-size: 14px;
	font-weight: normal;
}

#footer .details a {
	color: #ffffff;
}	

#footer p.white, #footer span.white {
	color: #ffffff;
}	

#footer .contact {
	width: 150px;
	float: left;
	margin-right: 85px;
	line-height: 18px;
}	

#footer .contact a {
	color: #9b998a;
	text-decoration: none;
}

#footer .social {
	width: 260px;
	float: left;
	margin-right: 30px;
}

#footer .social ul.sm {
	margin: 55px auto;
	width: 248px;
	padding: 0px !important;
	height: 74px;
	position: absolute;
	top: -93px;
	right: 0px;
}

#footer .social ul.sm li {
	list-style: none;	
	float: left;
	margin: 0px 4px;
}

.greybox {
	width: 313px;
	height: 213px;
	background: #dddddd;
	border-radius: 5px;
}

.greybox p {
	text-align: center;
	color: #222222;
	padding: 90px 0px 0px;
}

a span.comingsoon {
  color: #999;
  display: block;
  font-size: 0.6em;
}

/*=====================================
   Mobile 
=====================================*/
@media screen and (max-width: 40em) {
	#facebookhomepage {
	  display: none !important;
	}
}

@media handheld {
	#facebookhomepage {
	  display: none !important;
	}
}