body {
	overflow-x: hidden;
}

.contentContainer {
	width: 100%;
	padding: 0px 5px;
}

.golden {
	background-repeat: repeat-y;
}

.menuContainer {
	min-height: 62px;
	position: relative;
}

.menuContainer .contentContainer {
	position: absolute;
	top: 62px;
	width: 100%;
	background: #010b1c;
	z-index: 10;
	padding: 0px;
}

.menuContainer .contentContainer ul li {
	width: 100%;
}

.menuContainer .contentContainer ul li:last-child {
	background: #ebc17c;
}

.menuContainer .contentContainer ul li:last-child a {
	color: #010b1c;
}

.mnuPhoneBtn {
	display: block;
	width: 45px;
	height: 40px;
	margin: 5px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ebc17c;
	background-color: #ebc17c;
	float: left;
}

.mnuPhoneBtn:hover,
.mnuPhoneBtn.on {
	background-color: #010b1c;
}

.mnuPhoneBtn:hover .line,
.mnuPhoneBtn.on .line {
	background-color: #ebc17c;
}

.mnuPhoneBtn .line {
	height: 6px;
	width: 100%;
	margin: 6px 0px;
	background-color: #010b1c;
}

.menuContainer .contentContainer {
	display: none;
}

.scroller li {
	margin: 10px 0px;
	padding: 0px 5px;
	width: 100%;
}

.clearBoth {
	clear: none;
}

.scroller li a img,
.servicosDestaque.scrollerSmall img {
	float: left;
	margin-right: 10px;
}

.golden {
	background: none no-repeat scroll 0 0 #ebc17c;
}

.whiteContainer h1,
.whiteContainer ul,
.servicosDestaque.scrollerSmall,
.servicosDestaque.scrollerSmall li,
.twoThirds,
.oneThird {
	width: 100%;
}


.whiteContainer ul li {
	width: 32%;
	margin: 0px;
}

.serviceRight {
	border-left: 0px;
	border-top: 1px solid #ebc17c;
	width: 100%;
	text-align: center;
}

.fixed {
    position: fixed;
    top: 0px;
    z-index: 9999;
}

.footerText div {
	width: 95%;
}

.mobilePadding {
	padding-left: 20px !important;
	padding-right: 20px !important;
}