body {
	font-size: 16px;
	font-family: 'Muli', sans-serif;
	color: #000;
}

a {
	color: #b5aac2;
}

a:hover {
	text-decoration: underline;
	color: #b5aac2;
}

a:focus,
a:active {
	text-decoration: none;
}

.btn-primary {
	background: #953694;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border: none;
	border-radius: 0px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
	color: #fff;
	background: #20bdba;
}

.btn-default {
	text-transform: uppercase;
	font-size: 16px;
	border: none;
	border-radius: 0px;
	color: #fff;
	background: #161d40;
	border: 2px solid #fff;
	padding: 0px;
	line-height: 44px;
	padding: 0 1.5em;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover {
	background: #fff;
	color: #161d40;
	border: 2px solid #fff;
}

#logo-wrapper {
	background: url(images/headerbg.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	padding-top: 10px;
}

#logo {
	float: left;
}

#phone {
	float: right;
	color: #000;
}

#phone {
	text-align: right;
}

#phone a {
	font-size: 35px;
	color: #953694;
}

#menu-wrapper {
	background: #20bdba;
}

#site-navigation ul {
	text-align: center;
	list-style: none;
	width: 100%;
}

#site-navigation ul li {
	float: none;
	display: inline-block;
}

#site-navigation ul li a {
	display: block;
	line-height: 54px;
	color: #fff;
	letter-spacing: 0.1em;
	position: relative;
	padding: 0 15px;
}

#site-navigation ul li a:hover {
	color: #953694;
	text-decoration: none;
}

#site-navigation ul ul {
	top: auto;
	background: #fff;
	white-space: nowrap;
	width: auto;
}

#site-navigation ul ul li a {
	color: #000;
	display: block;
	width: 100%;
	line-height: 34px;
}

#site-navigation ul ul ul {
	top: 0;
}

#site-navigation ul ul li {
	float: left;
	display: block;
}

#site-navigation ul ul li a {
	width: 100%;
}

#slideshow-wrapper {
	background: url(images/slideshow-bg.jpg);
	background-size: cover;
	background-position: 50% top;
}

#slideshow-content {
	position: absolute;
	z-index: 2;
	width: 540px;
	top: 100px;
}

#slideshow-photos {
	float: right;
	height: 627px;
	display: block;
	margin-right: -80px;
}

#slideshow-photos img {
	max-width: 100%;
	display: block;
	height: auto;
}

#slideshow-title p:first-child {
	font-family: 'qaskin_black';
	font-size: 62px;
	line-height: 1;
	padding-left: 60px;
}

#slideshow-title p:last-child {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1;
	margin-top: -20px;
	padding-left: 180px;
}

#slideshow-title {
	margin-bottom: 25px;
}

#slideshow-text p {
	font-size: 20px;
	line-height: 1.2;
}

#slideshow-text {
	margin-bottom: 60px;
}

#slideshow-menu ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#slideshow-menu ul li {
	display: inline-block;
	padding: 0 10px;
}

#slideshow-menu ul li a {
	display: block;
	background: #b1e3cf;
	color: #161d40;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0.6em 0.3em;
	width: 200px;
}

#slideshow-menu ul li a:hover {
	text-decoration: none;
	background: #161d40;
	color: #b1e3cf;
}

#slideshow-phone {
	text-align: center;
	color: #161d40;
}

#slideshow-phone a {
	font-size: 37px;
	color: #161d40;
}

#slideshow-menu {
	margin-bottom: 40px;
}

#slideshow-phone p {
	margin-top: 10px;
	font-size: 14.5px;
	line-height: 1.2;
}

#featured-services-wrapper {
	background: #161d40;
}

#featured-services {
	width: 100%;
	margin: 0 auto;
}

.featured-service {
	width: 25%;
	float: left;
	position: relative;
}

.featured-service-title {
	background: #b1e3cf;
	color: #161d40;
	text-align: center;
	font-size: 30px;
	line-height: 86px;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	position: relative;
}

#featured-services .featured-service:first-child .featured-service-title {
	border-left: 6px solid #fff;
}

#featured-services .featured-service:last-child .featured-service-title {
	border-right: 6px solid #fff;
}

.featured-service-info {
	display: none;
	position: absolute;
	top: 100%;
	background: #b1e3cf;
	width: 100%;
	padding: 15px;
	border-left: 6px solid #fff;
	border-right: 3px solid #fff;
	padding-bottom: 0;
	z-index: 2;
}

.featured-service-info p {
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #3a2455;
}

.featured-service a:hover {
	text-decoration: none;
}

#featured-services .featured-service:last-child .featured-service-info {
	border-right: 6px solid #fff;
	border-left: 3px solid #fff;
}

#featured-services .featured-service:nth-of-type(2) .featured-service-info {
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	padding-left: 18px;
	padding-right: 18px;
}

.featured-service a:hover .featured-service-info {
	display: block;
}

#home-titles {
	text-align: center;
}

#home-titles h2 {
	font-size: 45px;
	color: #161d40;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 20px;
	font-family: 'qaskin_black';
}

#home-titles h1 {
	color: #81b6ae;
	font-size: 25px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-top: -20px;
}

#home-titles {
	margin-top: 100px;
}

#primary h2,
#secondary h4.widget-title,
#primary h1.entry-title,
#primary h1.page-title,
h4.home-title {
	color: #161d40;
	font-size: 45px;
	line-height: 1.2;
	margin: 0px;
	margin-bottom: 20px;
	text-align: left;
	text-transform: none;
}

#secondary h4.widget-title {
	font-size: 25px;
	text-align: center;
}

h4.home-title {
	text-align: center;
}

#primary h2.entry-title a {
	color: #161d40;
}

#primary h2.entry-title a:hover {
	text-decoration: none;
	color: #81b6ae;
}

#primary h1 {
	color: #737171;
	font-size: 18px;
	line-height: 1.2;
	margin: 0px;
	margin-bottom: 20px;
	margin-top: -20px;
	text-transform: none;
}

#primary h3,
#primary h4,
#primary h5,
#primary h6 {
	color: #161d40;
	font-size: 24px;
	line-height: 30px;
	margin: 0px;
	margin-bottom: 20px;
	margin-top: 40px;
	font-weight: bold;
}

#primary p,
#primary ul li,
#primary ol li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 26px;
}

#primary ul li,
#primary ol li {
	margin-bottom: 6px;
}

#primary ul,
#primary ol {
	margin-bottom: 26px;
}

#primary,
#secondary {
	margin-top: 80px;
	margin-bottom: 80px;
}

#primary {
	padding-right: 40px;
}

#primary .byline {
	display: none !important;
}

#primary .entry-meta {
	margin-top: -20px;
}

#primary img.alignleft,
#primary img.alignone,
#primary img.alignright,
#primary img.aligncenter {
	max-width: 100%;
	height: auto;
}

body.home #primary,
body.home #secondary {
	margin-top: 40px;
}

.form-control {
	background: #ddf6f4;
	height: 55px;
	font-size: 16px;
	border-radius: 0px;
	border: none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	color: #20bdba;
}

.form-control:-moz-placeholder {
	color: #20bdba;
}

.form-control::-moz-placeholder {
	color: #20bdba;
}

.form-control:-ms-input-placeholder {
	color: #20bdba;
}

#testimonials {
	padding: 3em 0;
	padding-bottom: 0;
}

#testimonials h4.home-title {
	color: #492b4c;
	margin-bottom: 60px;
}

.testimonial-wrap {
	float: left;
	width: 33.33333333%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.testimonial {
	background: #fff;
	position: relative;
}

.testimonial p {
	padding: 20px;
}

.testimonial::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 34px;
	height: 15px;
	pointer-events: none;
}

.testimonial-middle .testimonial::after {
	width: 100%;
	left: inherit;
	background-image: url(images/testimonial-middle.png);
}

.testimonial-last .testimonial::after {
	right: 40px;
	left: inherit;
	background-image: url(images/testimonial-last.png);
}

.testimonial p {
	margin-bottom: 0px;
	font-size: 16px;
}

.testimonial-author {
	color: #fff;
	padding-top: 20px;
	font-size: 20px;
}

.testimonial-middle .testimonial-author {
	text-align: center;
}

.testimonial-last .testimonial-author {
	text-align: right;
}

#read-more-testimonials {
	text-align: center;
	padding-top: 30px;
	float: left;
	width: 100%;
}

#read-more-testimonials .btn-primary {
	font-size: 18px;
	padding: 0.5em 2em;
	border-radius: 0px;
}

#testimonials h4.home-title {
	color: #fff;
}

#testimonials-bar {
	width: 100%;
	height: 70px;
	background: #b1e3cf;
	margin-top: 60px;
	border-bottom: 10px solid #161d40;
}

.social-media {
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 25px;
}

.social-media li {
	list-style: none;
	display: inline-block;
	padding: 0 5px;
}

.social-media li a {
	display: block;
	color: #fff;
	background: #b1e3cf;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
}

.social-media li a:hover {
	background: #161d40;
}

#office-left {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 40px;
}

#office-right {
	float: left;
	width: 50%;
}

#office-left p {
	font-size: 20px;
	margin-bottom: 25px;
}

#office-left p a {
	color: #000;
}

#office-wrapper {
	padding: 60px 0;
	border-bottom: 10px solid #91cac1;
}

#office-wrapper h4.home-title {
	color: #000;
	margin-bottom: 60px;
}

#swirl {
	position: absolute;
	left: -20%;
	pointer-events: none;
	top: 85%;
}

#office-wrapper .col-sm-12 {
	position: relative;
}

#recent-posts-wrapper {
	padding: 100px 0 30px;
}

#recent-posts-wrapper h4.home-title {
	margin-bottom: 50px;
}

.recent-post {
	float: left;
	width: 33.3333333%;
	margin-bottom: 30px;
	padding: 0 10px;
}

.recent-post h2 {
	font-size: 25px;
	margin: 0;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
}

.recent-post h2 a {
	color: #644d66;
}

.recent-post img {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.3em;
	width: 100px;
	height: 100px;
}

.recent-post p {
	line-height: 1.2;
	font-size: 20px;
}

.recent-post p.read-more a {
	color: #000;
}

.recent-post p.read-more {
	margin-top: 30px;
	font-size: 16px;
}

#footer-wrapper {
	background: url(images/footer.jpg);
	text-align: center;
	border-top: 10px solid #161d40;
	text-transform: uppercase;
	padding: 40px 0;
}

#footer-wrapper a {
	color: #000;
}

#footer-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#footer-wrapper ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#footer-wrapper ul li a {
	padding: 0 10px;
}

#footer-wrapper ul li:last-child .delimiter {
	display: none;
}

#secondary form .btn-primary {
	width: 100%;
	padding: 15px;
}

#masthead {
	position: relative;
	z-index: 10;
}

#featured-services-wrapper,
#testimonials,
#office-wrapper,
#organizations,
#home-content-wrapper,
#services-wrapper{
	position: relative;
}

#masthead::after,
#featured-services-wrapper::after,
#testimonials::after,
#office-wrapper::after,
#organizations::after,
#home-content-wrapper::after,
#services-wrapper::after{
	content: "";
	pointer-events: none;
	width: 100%;
	background: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	position: absolute;
	top: 100%;
	z-index: 2;
}

#testimonials::after {
	content: "";
	pointer-events: none;
	width: 100%;
	background-image: url(../images/shadow-2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	position: absolute;
	top: inherit;
	bottom: 55px;
	z-index: 2;
}

#slideshow-photos img {
	max-height: 100%;
}

#google-maps iframe {
	pointer-events: none;
}

#masthead {
	position: fixed;
	top: 0;
	width: 100%;
}

body {
	padding-top: 168px;
}

body.admin-bar #masthead {
	top: 32px;
}


/* changes */

#slideshow-content {
	background: rgba(208, 244, 243, 0.7);
	width: 475px;
	top: inherit;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	padding: 20px;
	height: 730px;
	padding-top: 50px;
}

#slideshow-photos {
	height: 730px;
}

#slideshow-title {
	text-align: center;
	margin-bottom: 40px;
}

#slideshow-text p {
	font-size: 20px;
	text-align: center;
	margin-bottom: 60px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

#slideshow-menu ul li {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
}

#slideshow-menu ul li a {
	background: #953694;
	color: #fff;
	width: 100%;
	text-transform: none;
	display: block;
	letter-spacing: normal;
	font-size: 23px;
	border: 3px solid #20bdba;
}

#slideshow-menu ul li a:hover {
	background: #20bdba;
	color: #fff;
}

#slideshow-becker {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 30px;
}

#slideshow-text {
	margin-bottom: 30px;
}

.social-media li a {
	display: block;
	color: #fff;
	background: #20bdba;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
}

.social-media li a:hover {
	background: #953694;
}

#slideshow-photos {
	position: relative;
}

#slideshow-wrapper {
	position: relative;
	height: 729px;
	overflow: hidden;
}

#slideshow-photos {
	height: 729px;
}

#slideshow-photos img {
	max-height: none;
	max-width: none;
}

#featured-services-wrapper {
	float: left;
	width: 100%;
}

#featured-services {
	width: 85%;
}

.featured-service {
	width: 25%;
}

.featured-service-title {
	background: #d0f4f3;
	color: #3a2455;
	font-size: 25px;
}

#featured-services-wrapper {
	background: #20bdba;
}

.featured-service-info {
	background: #d0f4f3;
}

#primary h2,
h4.home-title,
#secondary h4.widget-title,
#primary h2.entry-title a {
	color: #953694;
	font-size: 37px;
	margin: 0;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
}

#primary h2.entry-title a:hover {
	text-decoration: none;
	color: #b5aac2;
}

#primary h1 {
	letter-spacing: 0.1em;
	color: #b5aac2;
	font-size: 25px;
	margin-top: -30px;
	margin-bottom: 30px;
}

body.home #primary h2 {
	text-align: center;
}

body.home #primary h1 {
	text-align: center;
}

#content {
	clear: both;
	padding-top: 60px;
}

#primary p {
	font-size: 16px;
	line-height: 1.2;
}

#primary ol li,
#primary ul li {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 1em;
}

#primary h3 {
	color: #953694;
}

#primary figure {
	background: #953694;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border: 3px solid #20bdba;
}

#primary figure img {
	max-width: 100%;
}

h4.home-title {
	color: #953694 !important;
}

.testimonial-author {
	color: #953694;
}

#testimonials-bar {
	background: #20bdba;
	border-bottom: 10px solid #953694;
}

#office-left,
#office-right {
	float: left;
	width: 50%;
	padding: 0 50px;
}

#contact-form .btn-primary {
	width: 100%;
	display: block;
	line-height: 40px;
	padding: 6px 12px;
}

#office-left .social-media {
	margin-top: 0;
}

.form-group {
	margin-bottom: 10px;
}

#office-right p {
	text-align: center;
	margin-bottom: 15px;
	color: #3a2455;
}

#office-right p span {
	color: #b5aac2;
}

#office-right p a {
	color: #3a2455;
}

#google-maps {
	margin-bottom: 25px;
}

#office-wrapper {
	border-bottom: 10px solid #953694;
}

#organizations ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

#organizations ul li {
	display: inline-block;
	padding: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

#organizations ul {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#organizations {
	padding: 40px 0;
}

#footer {
	border-top: 10px solid #953694;
}

#footer h4.widget-title {
	color: #20bdba;
	font-size: 25px;
	line-height: 1;
	margin: 0;
	margin-bottom: 1.5em;
}

#footer p {
	font-size: 14px;
	margin-bottom: 2em;
	line-height: 1.2;
	color: #000;
}

.keep-in-touch a {
	color: #000;
}

#footer-items {
	display: flex;
	flex-wrap: wrap;
}

.footer-item {
	float: left;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 2em;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer .widget_recent_entries a {
	float: left;
	width: 100%;
	color: #953694;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 0.8em;
}

#footer .widget_recent_entries .post-date {
	display: block;
	float: left;
	clear: both;
	color: #000;
	font-size: 14px;
}

#footer .widget_recent_entries ul li {
	border-bottom: solid 1px #e8e8e8;
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#footer ul.menu li a {
	font-size: 15px;
	color: #000;
	line-height: 2.5em;
	border-bottom: solid 1px #e8e8e8;
	width: 100%;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

#footer ul.menu li a:after {
	color: #0757a5;
	font-family: "FontAwesome";
	content: "\f054";
	padding-left: 5px;
	float: right;
	font-size: 10px;
}

#footer ul.menu li a:hover {
	text-decoration: none;
	background: #e8e8e8;
}

#footer .keep-in-touch a {
	font-size: 14px;
}

#footer .keep-in-touch a i {
	color: #20bdba;
}

#footer {
	padding: 80px 0;
	padding-bottom: 20px;
}

#copyright {
	background: url(../images/parallax.jpg);
	background-size: cover;
	border-top: 10px solid #953694;
	text-align: center;
	padding: 30px 0;
	font-size: 14px;
}

#copyright ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 15px;
}

#copyright ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#copyright ul li a {
	padding: 0 10px;
}

#copyright ul li:last-child .delimiter {
	display: none;
}

#copyright ul li a {
	color: #000;
	font-size: 14px;
}

#slideshow-wrapper {
	height: auto;
}

#slideshow-photos {
	margin-right: -400px;
}

#slideshow-photos img {
	max-width: 100%;
	max-height: 100%;
}

.inside-page #slideshow-becker,
.inside-page #slideshow-text {
	display: none;
}

.inside-page #slideshow-content {
	height: 430px;
}

.inside-page #slideshow-photos {
	height: 430px;
}

.inside-page #slideshow-photos {
	margin-right: -100px;
}

#organizations ul li {
	padding: 0 10px;
}

#logo-wrapper {
	background-image: url(../images/address-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

#phone a {
	color: #fff;
	background: #16bdb7;
}

#phone p {
	margin: 0;
}

#phone a {
	color: #fff;
	background: #b5aac2;
	line-height: 1.4;
	margin-top: 4px;
	display: block;
	padding: 0 20px;
	text-align: right;
}

#logo {
	float: left;
	margin-top: 10px;
}

#phone a:hover {
	background: #3a2455;
	text-decoration: none;
}

#menu-wrapper {
	background: #3a2455;
	padding: 15px 0;
}

#site-navigation ul li {
	padding: 0 6px;
}

#site-navigation ul li a {
	border-bottom: 2px solid transparent;
	line-height: 26px;
	padding: 0 6px;
}

#site-navigation ul li a:hover {
	border-bottom: 2px solid #b5aac2;
	color: #fff;
}

#site-navigation ul ul li a:hover {
	border: none;
	color: #b5aac2;
}

#slideshow-content {
	background: rgba(244, 236, 215, 0.71);
}

#slideshow-menu ul li a {
	background: #b5aac2;
	font-size: 23px;
	border: none;
}

#slideshow-menu ul li a:hover {
	background: #3a2455;
	border: none;
}

#slideshow-title {
	margin-top: 40px;
}

#slideshow-text p {
	margin-bottom: 60px;
}

#slideshow-wrapper {
	background: #d6d6d6;
}

#featured-services-wrapper {
	background: #3a2455;
}

#featured-services {
	width: 100%;
}

.featured-service-title,
.featured-service-info {
	    background: #b5aac2;
}

.featured-service a:hover .featured-service-title,
.featured-service a:hover .featured-service-info {
	    background: #b5aac2;
}

#primary figure {
	background: #f4ecd7;
	border: 3px solid #3a2455;
	color: #3a2455;
	font-weight: bold;
	font-size: 21px;
}

#primary .wp-caption-text {
	margin: 0.3em 0;
}

#primary img.alignleft,
#primary img.alignnone,
#primary img.alignright,
#primary img.aligncenter {
	max-width: 100%;
	height: auto;
	border: 3px solid #000;
}

#primary h2,
h4.home-title,
#secondary h4.widget-title,
#primary h2.entry-title a,
#primary h1.entry-title{
	color: #3a2455;
	font-family: 'Muli', sans-serif;
	font-size: 37px;
	margin: 0;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
	font-weight: bold;
}

#primary h1 {
	letter-spacing: normal;
}

body.home #primary p {
	font-size: 20px;
}

#content {
	background: #fff !important;
}

#testimonials {
	background-image: url(../images/testimoinials-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

body.home #primary {
	padding-top: 30px;
}

h4.home-title {
	color: #3a2455 !important;
}

.testimonial-image {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	z-index: 2;
}

.testimonial-wrap {
	position: relative;
}

.testimonial {
	margin-top: 80px;
	background: url(../images/quote.png) #fff;
	background-repeat: no-repeat;
	background-position: 15px 65px;
}

.testimonial p {
	padding-top: 80px;
	text-indent: 30px;
}

.testimonial p:last-child {
	padding-top: 0;
	text-align: right;
}

.testimonial::after {
	display: none;
}

.btn-primary {
	background: #b5aac2;
	color: #fff;
	text-transform: none;
	font-size: 18px;
	border: none;
	border-radius: 0px;
	padding: 12px 48px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
	color: #fff;
	background: #3a2455;
	border: none;
}

#testimonials-bar {
	background: #3a2455;
	border-bottom: 10px solid #b5aac2;
	height: 56px;
}

.form-control {
	background: #f4ecd7;
	color: #000;
}

.form-control::-webkit-input-placeholder {
	color: #4e4d4d;
}

.form-control:-moz-placeholder {
	color: #4e4d4d;
}

.form-control::-moz-placeholder {
	color: #4e4d4d;
}

.form-control:-ms-input-placeholder {
	color: #4e4d4d;
}

#bda {
	position: absolute;
	left: -200px;
	top: 0;
}

#office-left {
	position: relative;
}

#office-left {
	position: relative;
	width: 35%;
}

#office-right {
	width: 65%;
}

#office-left,
#office-right {
	padding: 0 35px;
}

.social-media li a {
	background: #3a2455;
}

.social-media li a:hover {
	background: #b5aac2;
}

#google-maps {
	border: 4px solid #b5aac2;
	display: block;
}

#google-maps iframe {
	display: block;
}

#office-wrapper {
	border-bottom: 10px solid #b5aac2;
}

#office-parallax {
	height: 1000px;
	width: 100%;
	display: block;
}

#organizations ul {
	display: block;
	width: 100%;
	text-align: center;
}

#organizations ul li {
	display: inline-block;
}

#organizations ul li img {
	max-width: 100%;
	height: auto;
}

#organizations {
	border-top: 10px solid #b5aac2;
	padding: 10px 0;
}

#organiations ul li a {
	display: block;
}

#organizations ul li {
	padding: 0 23px;
}

#footer {
	border-top: 10px solid #b5aac2;
}

.footer-item.last {
	width: 50%;
}

#footer .footer-item.last ul li {
	width: 50%;
	float: left;
	padding-right: 25px;
}

#footer .footer-item.last h4.widget-title {
	text-align: center;
}

#footer h4.widget-title {
	color: #3a2455;
	font-weight: bold;
}

#footer p span {
	color: #b5aac2;
	font-weight: bold;
}

#footer .keep-in-touch a i {
	color: #b5aac2;
}

#footer .keep-in-touch a:hover {
	color: #b5aac2;
}

#footer .widget_recent_entries a {
	color: #b5aac2;
}

#footer .widget_recent_entries a:hover {
	text-decoration: underline
}

#footer .widget_recent_entries ul li {
	border-bottom: solid 1px #7d7b77;
}

#footer ul.menu li a {
	border-bottom: solid 1px #7d7b77;
}

#footer ul.menu li a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.74);
}

#content {
	background: none !Important;
}

#copyright {
	background: #3a2455;
	border-top: 10px solid #b5aac2;
	color: #fff;
}

#copyright ul li a {
	color: #fff;
}

#copyright ul li a:hover {
	text-decoration: underline;
}

.inside-page #slideshow-title {
	margin-top: 0px;
	width: 63%;
	margin-left: auto;
	margin-right: auto;
}

#primary h3 {
	color: #3a2455;
}

#slideshow-wrapper {
	background: none;
}

#footer ul.menu li a:after {
	color: #b5aac2;
}

#services-wrapper {
	padding: 40px 0 60px;
}

#services-wrapper ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	/* NEW, Spec - Firefox, Chrome, Opera */
	flex-wrap: wrap;
	margin-top: 80px;
}

#services-wrapper ul li {
	list-style: none;
	width: 33.3333333333%;
	padding: 0 20px;
	text-align: left;
	margin-bottom: 55px;
}

#services-wrapper ul li a {
	display: block;
}

#services-wrapper ul li h3 {
	color: #3a2455;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	padding-left: 80px;
}

#services-wrapper ul li h3::before {
	content: "";
	background: url(../images/small-logo-services.png);
	background-repeat: no-repeat;
	width: 88px;
	height: 42px;
	position: absolute;
	top: -15px;
	left: -5px;
}

#services-wrapper ul li p {
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	text-align: left;
}

#services-wrapper ul li a:hover h3 {
	color: #b5aac2;
}

#services-wrapper ul li a:hover {
	text-decoration: none;
}

#home-content-wrapper {
	background: url(../images/content-bg.jpg) #fff;
	background-position: center top;
	background-repeat: repeat-x;
	border-bottom: 10px solid #b5aac2;
}

body.home #slideshow-photos {
	width: 822px;
	height: 703px;
	margin-right: -156px;
}

#slideshow-title {
	margin-top: 40px;
	margin: 100px 0;
}

.inside-page #slideshow-title {
	width: 100%;
	margin: 40px 0;
}

.inside-page #slideshow-photos {
    margin-right: 163px;
}

#slideshow-photos img {
	height: auto;
	width: auto;
}

#organizations ul li a:hover img {
	opacity: 0.6;
}

.featured-service-title,
.featured-service-info p {
    color: #ffffff;
}

#testimonials {
background: none;
}