
/*********************************Header Starts here************************************/

.top-spacer {  height:70px; }
/*.header { position:fixed; top:0; left:0; width:100%; z-index:100}*/
.header { position:fixed; top:0; left:0; width:100%; z-index:10000}
.top1 { font-size:20px; color:#fff; text-align:center; }
.top1 a { color:#fff; text-decoration:none; }
.top1 a:hover { text-decoration:underline; }
.top1 span { padding:0 23px}

.navigation { background:#fff; border-bottom: 3px solid #cc0000; border-top: 3px solid #cc0000; }
.navigation .container { max-width:1440px; height:47px;}
#nav ul { margin:0; padding:0; list-style:none}
#nav li { float:left; font-size:20px; color:#ccc; padding-right:24px; padding-left:26px;border-right: 1px solid #dedede;}
#nav li.First { border-left: 1px solid #dedede; }
#nav li a { color:#565656; text-decoration:none;display:block; padding:11px 0;}
#nav li.Current a { color:#cc0000; }
#nav li a:hover, #nav li a.active { color: #cc0000;}

#mainWrapper {
	overflow: hidden;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 10px;
	top: 20px;
	width: 35px;
	outline: none;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 5px;
	background: #cc0000;
}

#mm-nav {
	text-align: left;
}

#mm-nav ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

#mm-nav ul li.Current {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

#mm-nav *:after, #mm-nav *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mm-panels  .section {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.btn-default { border-color: #cc0000; border-width: 3px;}
.footer { height:51px; background:#fff; margin-top:35px; font-size:12px; font-family: times new roman,times sans-serif; color:#565656; text-align:center; padding-top:13px; border-top: 3px solid #cc0000; }