@charset "utf-8";
body{
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFF;
	background: url(../slices/mcb_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../slices/mcb_bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../slices/mcb_bg.jpg', sizingMethod='scale')";
}
.main-wrapper {
	width: 873px;
	margin:auto;
}
.top-banner{
	margin: 30px 0 0 0;
}
.mcb-logo{
	width:50%;
	float:left;
}
.contact{
	width:205px;
	float:right;
}
.contact img{
	border: 0px;
}
.nav-bar{
	clear:both;
	position:relative;
	display:block;
	float:right;
	background: url(../slices/mcb_navBG.png) no-repeat right bottom;
	padding: 3px 17px 4px 30px;
	font-size:1.1em;
	color: #d19935;
}
.nav-bar a{
	text-decoration:none;
	color: #f4d295;
	margin: 0 3px 0 3px;
}
.nav-bar a:hover{
	color: #be8a32;
}
#active{
	color: #FFF;
	cursor:default;
}
.main-image{
	margin: 0 0 0 5px;
}
.main-content{
	margin: 15px 0 0 5px;
}
.page-title{
	background: url(../slices/mcb_contentTitle_bg.png) no-repeat left bottom;
	height:24px;
	padding: 5px 0 0 20px;
}
h2{
	font-size:1.3em;
	color: #be8a32;
	font-weight:bold;
	padding:0px;
	margin: 5px 0 0 0;
}
.page-content{
	background: url(../slices/mcb_content_bg.png) repeat;
	padding: 20px 20px 1px 20px;
	margin: 0 0 30px 0;
	overflow:auto;
}
.page-content p{
	margin:0 0 20px 0;
	padding:0px;
	font-size:1em;
	line-height:1.5em;
}
.footer{
	font-size: 1.1em;
	font-weight:bold;
	padding-bottom:30px;
}
.footer a{
	color:#FFF;
	text-decoration:none;
}
.footer-contacts{
	text-align:center;
}
.footer p{
	margin: 0 5px 0 0;
	display:inline-block;
}
.footer h3{
	font-size: 1em;
	color: #e8c68a;
	display:inline;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}
#first{
	padding: 0 0 0 0;
}
.social-icons{
	text-align:center;
}
.social-icons img{
	border: 0px;
}
.footer ul{
	margin: auto;
	padding: 40px 0 0 0;
}
.footer li{
	display:inline-block;
	list-style:none;
	margin: 0 10px 0 0;
}

/********************* CONTACT POPUP SPECIFIC STYLES **********************/

#lightbox {
    position:fixed;
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:url(../slices/lightbox_bg.png) repeat; 
	z-index:98;
}
.contact_wrapper {
	display: block;
	height: 490px;
	width: 760px;
	position:relative;
	margin:auto;
	margin-top:100px;
	z-index:99;
}
.contact-form {
	display: block;
	height: 480px;
	width: 750px;
	position:relative;
	float:left;
	margin-top:9px;
	background:url(../slices/mcb_popup_bg.jpg) no-repeat;
	/*border: 4px solid #FFF;*/
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
}
.contact-form p{
	margin: 25px 0 0 25px;
	font-size:1.2em;
	color: #f4d295;
}
.contact_close {
	width:23px;
	height:23px;
	/*float:right;*/
	margin-top:0px;
	position: absolute;
	top:20px;
	right:30px;
	border: 0px;
	z-index:200;
}
.mcb-form{
	margin-top:25px;
	/*border:2px solid #FF0000;*/
}
.mcb-form input, .mcb-form textarea{
	font-size:1.1em;
	background:url(../slices/contact_formFill_bg.png) repeat;
	border:none;
	/*-webkit-box-shadow: 0px 0px 20px 1px #666;
	box-shadow: 0px 0px 20px 1px #666;*/
}
.contact_wrapper li{
	list-style-type: none;
}
.mcb-form-message, .mcb-form-name, .mcb-form-email{
	height:30px;
	display:inline-block;
	padding:7px 0 10px 0;
	margin:-2px 5px 0 0;
	text-align:right;
	vertical-align:top;
}
.mcb-form-message{
	width:133px;
}
.mcb-form-name{
	width:91px;
	margin-left:42px;
}
.mcb-form-email{
	width:150px;
	margin-left:-17px;
}
.mcb-form big{
	font-size:1.1em;
	margin-right:15px;
	color: #f4d295;
}
.contact_wrapper .contact-thankyou{
	border:0px;
	color: #f4d295;
	width:750px;
	height:480px;
	padding: 200px 0 0 0;
	position:absolute;
	z-index:200;
	margin: 0 0 0 0;
	background:url(../slices/mcb_popup_bg.jpg) no-repeat;
	visibility:hidden;
}
.submit-button{
	float:right;
	margin: 10px 150px 0 0;
	cursor:pointer;
}
@-moz-document url-prefix() {
	.submit-button{
		margin: 10px 168px 0 0;
	}
}

/*************** TESTIMONIAL SPECIFIC STYLES *******************/

.testimonial-from-menu{
	float:left;
}
.testimonial-from-menu ul{
	list-style:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.testimonial-from-menu a{
	color: #be8a32;
	text-decoration:none;
	font-weight:bold;
}
.testimonial-from-menu a:hover{
	color: #f4d295;
}
.testimonial-content{
	float:right;
	margin: 0 0 10px 0;
	width: 670px;
}
.testimonial-content h3{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
#testimonial-two{
	display:none;
}
#testimonial-three{
	display:none;
}
#testimonial-four{
	display:none;
}
#testimonial-five{
	display:none;
}
.active-t-link a{
	color: #FFF;
}
.active-t-link a:hover{
	color: #FFF;
	cursor:default;
}

/******************* iOS specific styles ************************/

@media only screen and (max-device-width: 480px) {
.nav-bar{
	font-size:1em;
}
.footer{
	font-size:.7em;
}
.submit-button{
	margin: 10px 194px 0 0;
}
}