body {
	font-family:'Roboto', sans-serif;
	font-size: 18px;
	line-height:1.8;
}
.content-wrapper {
	box-shadow: none;
	padding: 0 0;
	background-color: transparent;
}
#header-wrapper {
	width: 100%;
}
#header-wrapper .fixed {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0);
}
.header {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	position:relative;
	border-bottom: none;
}
#contact-fullwidth.header {
	border-bottom: none;
	margin: 0 auto;
}
.fixed .header {
	box-shadow: none;
}
.fixed {
	background-color: #444;
}
.fixed .header {
	border-bottom: none;
	margin-left: auto;
	width:960px;
	height:43px;
}
.fixed #logo {
	display:none;
}
.fixed .breadcrumbs {
	display:none;
}
.fixed .logo2 {
	position:absolute;
	left: 0px;
	top:4px;
}
.fixed #primary-menu ul {
	padding: 0;
	background-color:#444;
	margin: -106px 0 0;
}
.fixed #primary-menu ul li {
}
.fixed #primary-menu ul li:last-child {
	background: none;
}
.fixed #primary-menu ul li a {
	color: #fff;
    padding: 0 15px;
}
.fixed #primary-menu ul li a:hover, .fixed #primary-menu ul li.sfHover a {
	background-color: #555;
	color: #fff;
}
.fixed #primary-menu ul li a.current {
	color: #fff;
}
.fixed #primary-menu ul li:hover ul {
	top: 149px;
}
.fixed #primary-menu ul ul li {
	background: none;
}
.fixed #primary-menu ul li:hover ul li a {
	padding: 7px 7px;
	color:#ddd;
}
.fixed #primary-menu ul li:hover ul li a:hover {
	color:#fff;
	background: #555;
}
#footer {
	width: 100%;
	float: left;
	color: #fff;
	background-color: #222;
	font-size: 14px;
	border-bottom:1px solid #121212;
}

#bottom-sec {
	width: 100%;
	border-top:1px solid #434343;
	float: left;
	color: #fff;
	background-color: #222;
	font-size: 14px;
}

#footer-content, #bottom-sec-content{
	width: 960px;
	margin: 0 auto;
}
.google-map.fullwidth {
	height: 700px;
	width: 100%;
	z-index:9;
	top: 0px;
	margin: 0px;
}