/* Reset */
html, body, div, span, 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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	font-family: "myriad-pro-n3", "myriad-pro", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	color: #171717;
}

.clear, .content .clear {
	clear: both;
	padding: 0;
	line-height:0;
}
.header {
	width: 100%;
	height:auto;
	position: relative;
}

.wrapper, .wrapper-menu {
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index:10;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 115px;
}

.wrapper-menu {
	background: #171717;
	top: 115px;
	height:50px;
}

.wrapper-menu.boxes{
	position:relative;
	height:200px;
	top: 0;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.7);
	clear:both;
}

.wrapper-inner, .footer {
	width: 1000px;
	margin: 10px auto;
}

.wrap-foot {display: none;}

/* MENU STYLING */

/* common styling */
.menu { margin: 0 auto;  width: 1000px; font-weight: lighter;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#fff; text-align:center; color:#fff; border-right:1px solid #aeaeae;  font-size:16px; text-transform:uppercase; overflow:hidden; line-height:28px; margin:11px 0; padding: 0 15px;}
.menu ul li.last a {border-right: none;}
.menu ul {padding:0; margin:0; list-style-type: none; }
.menu ul li {float:left; position:relative; line-height:50px;}
.menu ul li:hover {background: #454545; }
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; }
.menu ul li:hover ul {display:block; position:absolute; top:50px; left:0;  background: #171717; padding: 10px;
	box-shadow: 0 5px 5px -5px black, 5px 0px 5px -5px black, -5px 0px 5px -5px black;}
.menu ul li:hover ul li { line-height: 18px; }
.menu ul li:hover ul li a.hide { color:#fff; }
.menu ul li:hover ul li:hover a.hide { color:#eaeaea;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; color:#eaeaea; margin: 0;min-width:185px; border:none; text-align:left; font-size: 14px;}


/* -- SLIDESHOW STYLES -- */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	max-height:500px;
	min-height:300px;
	min-width:900px;
}

.logo {
	float: left;
}

.contacts {
	float: right;
	width:25%;
	text-align:right;
	font-weight:lighter;
	margin-top: 3px;
}

.contacts p {	color: #fff;
	font-size:24px;
}

.contacts p img { margin-left:3px; box-shadow: 0 0 7px #ccc; border-radius: 3px; border: 2px solid #000;}
.contacts p a:hover img { border-radius: 18px; border: 2px solid #efefef; box-shadow: 0 0 7px #333;}
.contacts a { color: #fff; font-size: 16px; line-height:16px; text-decoration:none;}

/* CATEGORY BOXES STYLES */
/* Category Boxes */
.boxes .wrapper-inner { margin: 0 auto;}

.view {
	width: 22%;
	height: auto;
	margin: 10px 1.3% 10px 0px;
	float: left;
	padding: 1%;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0 0 6px #fff;
	-moz-box-shadow:  0 0 6px #fff;
	box-shadow: 0 0 6px #fff;
	cursor: default;
	background: #fff no-repeat center center;
}
.view .mask,.view .content {
	width:  100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
	width:100%;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 6px;
	margin: 8px 0 0 0;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 8px 12px;
	text-align: center;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	background: #231F20;
	font-size: 12px;
	color: #fff;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.view a.info:hover {
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}


.view-fifth img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
	background-color: rgba(0,0,0,0.75);
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth h2 {
	background: #171717;
	color: #fff;
	text-shadow: 0px 1px 1px #aaa;
	-webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
	-moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
	box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view-fifth p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: #eaeaea;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-fifth:hover .mask {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.view-fifth:hover img {
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-o-transform: translateX(300px);
	-ms-transform: translateX(300px);
	transform: translateX(300px);
}
.view-fifth:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.view.twitter { margin-right: 0px; float: right; background: none; box-shadow: none;}
.view.twitter H2 { background: url('../images/latest-tweets.png') no-repeat 0 0; padding: 0 0 0 50px; line-height:34px; text-align:left; margin: 0 0 0 8px;}

/* TWITTER FEED STYLING */
.view.twitter > a {
	float: left;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 0 0 0 10px;
}

#ticker-box {	border-bottom: 1px solid #333;}

#ticker {
	height: 110px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
	text-align: left;
	padding: 0;

}
#ticker ul.tweet_list li {
	height: 100px;
	width: 100%;
}
#ticker ul.tweet_list {
	position: absolute;
	margin: 0;
	padding: 2px 2%;
	width: 94%;

}
.tweet, .query {
	color: #777;
}
.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
.tweet_list li {
	overflow: hidden;
	padding: 6px 2px;
	list-style-type: none;
}
.tweet_list li a {
	color: #777;
}
.tweet_list .tweet_avatar {
	display: none;
}

/* CONTENT STYLES */
.wrapper.content {background: #EFEFEF; clear:both; height:100%; top:0; position: relative; padding-top: 10px;}
.content .wrapper-inner { margin:0 auto; padding: 0 10px;}
.content H1 {font-size: 30px; margin-bottom: 12px;}
.content p {padding-bottom: 12px;}
.content IMG { max-width:100%; height: auto;}
strong { font-weight: bold; }

/* LEFT/RIGHT BOXES */
.left-box, .right-box { float: left; width: 45.9%; margin-bottom: 5px; margin-top: 10px; padding: 2% 0 1% 0;}

.left-box H2, .right-box H2 {color: #310F79; font-size: 24px;  margin-bottom: 12px;}
.left-box { padding-right: 4%; border-right: 1px solid #888;}
.right-box { padding-left: 4%;}

.button {
	background: #40189B;
	padding: 1% 1% 2% 1%;
	box-shadow: 2px 2px 6px #000;
	display: inline-block;
	margin: 0 1.5%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
}

.button A { color: #fff; text-decoration: none;}

.left-box .button, .right-box .button {
	width: 45%;
}
.left-box .button:hover, .right-box .button:hover {box-shadow: none;}

.left-box .button:active, .right-box .button:active {box-shadow: inset 0 0 12px #000;}

/* SHARETHIS STYLES */
.sharing { padding: 12px 12px 7px 12px; background: #fff; border-radius: 3px; border: 1px solid #ccc; float: right;}
.sharing .stButton { margin: 0;}


/* PARTY PAGE STYLES */

.party-details { margin-top: 20px;}
.party-details H2 {color: #310F79; font-size: 24px;  margin-bottom: 12px;}
.party-details UL { height: auto; list-style:circle; margin-left: 17px;}
.mini-gallery {width: 280px;
	margin-right: 20px;
	float: left;
}

.big-image {box-shadow:0 0 12px #888; background: #000; overflow: hidden; margin-bottom: 10px; width: 100%; line-height: 0;}
.big-image IMG { width: 280px; height: auto; }
.images { width: 300px;}
.thumbs { float: left; width: 90px; height: 75px; overflow: hidden; margin-right: 5px; }
.thumbs IMG { width: 90px; height: auto;}

.party-content { margin-left: 300px;}
.party-content P {padding-bottom: 4px;}
.sharethis { width: 250px; float: right; text-align: right;}
.sharethis .button { width: 207px; padding: 8px 12px;
	margin-top: 10px;
	margin-right: 1px;}

.deets SPAN { color: #310F79; text-transform:none; padding: 0 6px 0 20px;}
.deets { color: #000; text-transform: uppercase; font-size: 18px; margin-top: 15px;}
.deets SPAN:first-child { padding-left: 0;}


.party-list ul li.header-party { background: #40189B;
	padding: 0 10px;
	line-height:40px;
	height:40px;
	box-shadow: 2px 2px 6px #000;
	margin: 0;
	color: #fff;
	font-size: 18px;
	border: none;
	margin-bottom: 20px;
}
li.header-party span.date { min-width:170px;}

.header-party span.price { padding-right:200px;}
.party-list { width: 1000px; margin:0 auto;}
.party-list UL { list-style: none; margin:12px 0; padding: 0;}
.party-list ul li { line-height: 30px; font-size: 12px; color: #171717; border-bottom: 2px solid #969595; margin-bottom: 4px; display: inline-block; min-width: 100%; clear: right;}
.party-list ul li span { height:30px; display: inline-block; background: none;}
/* .show-more.active { background: #40189B; padding: 0 10px; margin-left: 15px; border-radius: 8px; color: #fff;  border: 1px solid #888;  box-shadow: inset 0 0 5px #171717;} */

span.active { font-weight: bold; color: #40189B; text-shadow:0 1px 1px #333;}
.show-more { cursor:pointer;}
span.date { min-width: 180px; float: left;}
.party-list ul li .button, span.price { float: right; padding: 0 10px; margin-left: 15px;}
.party-list ul li .button {
	background: #40189B;
	height: 26px;
	font-size: 14px;
	padding: 0 10px;
	line-height: 26px;
}

.more-details { display: none;  padding: 0 10px;  margin: 8px 0; border-top:  2px solid #969595; clear: right;} /* Hide initially */
.more-details ul { height: auto; list-style:circle; margin-left: 17px;}
.more-details ul li { line-height:normal; border: none; margin-bottom: 0;}

/* Footer */
.footer { clear: both;}
.copyright	{ width: 65%; float: left;}
.bestathire { width: 35%;  float: right; text-align: right;}


/* HOMEPAGE LATEST PARTIES */
.latest-parties { float: right; width: 300px; margin-left: 20px; padding: 10px;
	border: #aeaeae 1px solid;
	background: #dfdfdf;
	box-shadow: inset 0 0 6px #111; clear: right;}
.latest-parties H3 A {font-size: 20px;
	font-weight: bold;
	color: #777; text-decoration: none;}

.latest-parties .date { color: #777; font-size:24px; width: 55px; border-right: dashed 1px #333; margin-right: 8px; float: left; padding: 6px 0 0 4px;}
.latest-parties .date > SPAN { font-size: 48px; line-height: 40px; margin-left: -4px;}
P.date-details { width: 280px; padding-bottom: 16px;}
.date-details P {font-size: 12px; color: #444; }

/* ENQUIRY FORM STYLING */
#enquiryForm > P {width: 410px; padding: 2px; margin: 2px; height: 32px; line-height: 32px; font-size: 18px;}
#enquiryForm P > INPUT, #enquiryForm SELECT, #enquiryForm INPUT { width:250px; float: right; border-radius: 5px;
	border: 2px solid #aeaeae;
	box-shadow: none;
	background: #fefefe;
	padding: 6px;}
.enquiry-overview {
	float: right;
	width: 500px;
	height: 232px;
	margin-top: 4px;
	clear: right;
}
#enquiryForm H3 { display: inline-block; font-size: 22px; padding: 0 0 8px 4px; text-decoration:underline; color:#40189B; text-shadow: -1px -2px 3px #ccc; }
#enquiryForm .enquiry-overview H3 {display: block;}
.enquiry-overview P { width:170px; padding: 2px; margin: 2px;  float: left; clear: left; height: 32px; line-height: 32px; font-size: 18px; }
.enquiry-overview > SPAN { width:250px; border: 1px solid #444; padding: 2px 4px; min-height:18px; float:left; background: #eeeeee; margin: 2px 0;}
.enquiry-overview > SPAN.small, #enquiryForm SELECT.small, #enquiryForm INPUT.small { width: 125px;}
#enquiryForm .enquiry-overview SELECT, #enquiryForm .enquiry-overview INPUT, #invoiceDeposit > INPUT, #invoiceDeposit > SELECT {float: left;}
.enquiry-overview { border: none; overflow-y: visible; height: auto;}
#enquiryForm  .button.update {float: none;
	width: 120px;
	height: 30px;}
.button.link {
	float: right;
	text-align: right;
	display: inline-block;
}
.button.link
.header .reference { width:80px;}
.related SPAN { margin: 5px;}

.ui-datepicker-trigger { background: none;
	padding: 6px 0 0 5px;
	border: none;}

INPUT.small { width: 125px;}
INPUT, SELECT, TEXTAREA {border: 1px solid #222;
	padding: 2px 4px;
	min-height: 18px;
	box-shadow: inset -3px 3px 7px #aaa;
	background: #efefef;
	margin: 0;
}
INPUT[type=checkbox] { box-shadow: none;}

INPUT#newEquiry.button {
	margin-top: 20px;
	float: left;
	clear: left;
	width: 120px;
	background: #171717;
	box-shadow: 0 0 3px #aaa;
	margin-left: 0;
}
INPUT#newEquiry.button:hover {
	box-shadow: none;}
.isdate, .nodatepicker, .currentdate { width:70px; border:none; box-shadow: none; background: none; border-bottom: 1px solid #aaa;}
.errors {
	border: 1px solid;
	margin: 10px 0px;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../backend/images/error.png');
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	float: left;
	width: 93%;
}

.errors strong {color: #fff;}


/* RESPONSIVE @MEDIA QUERY STYLING */

@media only screen and (max-width:999px) {
	.view-fifth.boxes:first-child { margin-left: 1%;}
	.view {margin: 10px 0.65% 10px 0px;}
	.view.twitter { margin-right: 1%;}
}

@media only screen and (max-width:900px) {
	.view-fifth h2, .view.twitter H2 {display: none;}
	#ticker {height: 131px;}
	#ticker ul.tweet_list li {height: 121px;}
}

@media only screen and (max-width:860px) {
	.menu ul li a { padding: 0 9px;}
}

.container {
	background: #eee;
}
/* clearfix */
.container:before,
.container:after {
	content: "";
	display: table;
}
.container:after {
	clear: both;
}

.item {
	float: left;
	margin-bottom: 10px;
}
.item img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
.first-item {
	clear: both;
}
/* remove margin bottom on last row */
.last-row, .last-row ~ .item {
	margin-bottom: 0;
}