body{
	width: 99%;
}
.client-header,
.page-footer {
	display: none;
}

.tabs-vertical .tab {
	height: auto;
	margin: 5px 0 10px;
	border: #f2f0ea solid 0;
	border-top-width: 1px;
	padding-top: 10px;
}


.tabs-vertical .tab a {
	color: #c3b878;
	font-size: 16px;
	white-space: normal;
	line-height: 1.4;
	text-transform: none;
}
.tabs .tab a:hover, .tabs .tab a.active {
	color: #b0a461;
}
.tabs-vertical .tab .active {
border-right: none;
}
.tabs .tab a:before {
	content: '';
	position: absolute;
	margin-top: -10px;
	width: 0%;
	height: 2px;
	background: #b0a461;
	-moz-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
.tabs .tab a:hover:before {
	width: 100%;
}
.tabs .tab a.active:before {
	width: 100%;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	color: #c3b878;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
	color: #565656;
}

.card {
padding: 25px 5px 15px;
background-color: #f2f0e9;
transition: box-shadow .25s;
border-radius: 2px;
box-shadow: none;
}
.card.blue-grey {
background-color: #c1b68d !important
}
.card.blue-grey .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover,
.card.blue-grey .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
color: #565656;
}

.calendar .monthHeader .tabs .tab a,
.secondary-content {
	color: #c3b878;
}
.calendar .monthHeader .tabs .tab a:hover, .calendar .monthHeader .tabs .tab a.active {
	color: #565656;
}
.tabs .indicator {
	background-color: #c3b878;
}
.teal.lighten-1,.teal.lighten-2 {
	background-color: #c3b878 !important;
}
.orange, .teal {
	background-color: #565656 !important;
}
.btn, .btn-large {
	font-size: 18px;
	height: auto;
	padding: 10px 25px;
	color: #fff;
	background-color: #c3b878;
	letter-spacing: 0px;
}
.btn:hover, .btn-large:hover {
	background-color: #565656;
	color: #FFFFFF;
}
.services .service {

	flex-grow: unset;
}
.services .service .card .card-image {
	height: 200px;
}
.services .service .card .card-image img {
	width: 100%;
	margin: 0 auto;
	max-height: unset;
	position: absolute;
	left: 0%;
	transform: translate(0%, 0);
	-webkit-transform: translate(0%, 0);
	top: 0;
}

@media only screen and (min-width: 993px) {
	.container {
		width: 100%;
	}
	.row .col.m9 {
		width: 100%;
	}
	.row .col.m3 + .col.m9 {
		width: 75%;
	}
	
}

@media only screen and (min-width: 575.99px) and (max-width: 993px) {
	.services .service {
		flex-basis: 46%;
	}
	.container {
		width: 100%;
	}
}

@media only screen and (max-width: 575.98px) {
	.services {
		display: block;
	}
}

	
	
	