		/*	mediaboxAdvanced Dark theme	*/
		/*	version 2.5 - June 2011			*/
		/*	for mediaboxAdvanced v.1.5.x	*/

		/*	Overlay background styling	*/

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

		/*	Fixes for older or limited browsers	*/

#mbOverlay.mbOverlayOpaque {
	background: transparent url(/images/mediaboxAdv/80.png) repeat;
}

#mbOverlay.mbOverlayAbsolute {
	position: absolute;
}

#mbOverlay.mbMobile {
	position: absolute;
	background-color: transparent;
}
/*
#mbBottom.mbMobile {
	line-height: 28px;
	font-size: 24px;
}*/

		/*	Overlay panel styling	*/

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	padding: 10px;
	background-color: none;
	
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000'); /* For IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')"; /* For IE 8 */

	font-family: 'Open Sans', sans-serif !important;
}
#mbCenter h1{
	font-family: "Roboto",sans-serif !important;
	font-size:22px;
	font-weight:400 !Important;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:15px;}


#mbCenter.mbLoading {
	background: #000 url(/images/mediaboxAdv/loading-dark.gif) no-repeat center;
		/*	This style is applied only during animation.	*/
		/*	For example, the next lines turn off shadows	*/
		/*	improving browser performance on slow systems.	*/
		/*	To leave shadows on, just remove the following:	*/
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#mbPrevLink, #mbNextLink{
	display: none !important;
}

#mbMedia {
	position: relative;
	left: 0;
	top: 0;

		/*	Inline content styling	*/

	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
}

		/*	Title, Caption and Button styling	*/

#mbBottom {
	line-height: 20px;
	font-size: 12px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #999;
	min-height: 20px;
	padding: 10px 0 0;
}

#mbTitle,  #mbCloseLink {
	display: inline;
	color: #fff;
	font-weight: bold;

}

#mbNumber {
	display: inline;
	color: #999;
/*	line-height: 0.8em; */
	font-size: 0.8em;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 1.6em;
	font-size: 0.8em;
}

#mbCloseLink {
	float: right;
	outline: none;
	margin: 0 0 0 -10px;
	font-weight: normal;
	z-index:9999;
	background: #FF3535;
	padding-right:5px;
	padding-left: 5px;
	border-radius: 20px; 
}

 #mbCloseLink b {
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
}

#mbCloseLink big {
	color: #eee;
	font-size: 1.4em;
/*	line-height: 0.9em;*/
	font-weight: bold;
}

#mbBottom a, #mbBottom a:link, #mbBottom a:visited {	/* Thanks to Danny Jung for feedback and corrections */
	text-decoration: none;
	color: #ddd;
}

#mbBottom a:hover, #mbBottom a:active {
	text-decoration: underline;
	color: #fff;
}

		/*	Error message styling	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;

}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}
.enq-part-1{
	background:#3a4448;
	padding-bottom:20px;
	padding-top:20px;
	min-height:424px;
	height:auto
	}
.enq-part-1 h1{
	color:white;}
/*checkbox*/
input[type=checkbox].css-checkbox {
			position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
		}

		input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
			padding-left:39px;
			height:34px; 
			display:inline-block;
			line-height:34px;
			background-repeat:no-repeat;
			background-position: 0 0;
			font-size:18px;
			vertical-align:middle;
			cursor:pointer;
			text-transform:uppercase;
			font-family:"Roboto",sans-serif!important;
			color:white;
			font-weight:300 !Important
		}

		input[type=checkbox].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox + label.css-label.chk {
			background-position: 0 -34px;
		}
		label.css-label {
			background-image:url(../images/csscheckbox.png);
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			}
.enq-popup-input{
	width:100%;
	height:35px;
	line-height:35px;
	border:0;
	background:white;
	margin-bottom:10px;
	font-size:15px;
	font-family:"Roboto",sans-serif!important;
	outline:none;
	padding-left:10px;}
.enq-popup-right{
	padding-top:35px;
	background:#dd2a17;
	height:auto;
	min-height:424px;
}

.enq-popup-submit{
	padding:8px 10px;
	background:#971305;
	border:0;
	font-family:"Roboto",sans-serif!important;
	color:white;
	font-weight:300;
	font-size:20px;
	margin-bottom:10px;}
