@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller_bd-webfont.eot');
    src: url('../fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_bd-webfont.woff2') format('woff2'),
         url('../fonts/aller_bd-webfont.woff') format('woff'),
         url('../fonts/aller_bd-webfont.ttf') format('truetype'),
         url('../fonts/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_rg-webfont.woff2') format('woff2'),
         url('../fonts/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller_rg-webfont.ttf') format('truetype'),
         url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
font-family: 'allerregular';	
font-size: 16px;	
color: #b5b5b5;
margin: 0px;
padding: 0px;
}

#mobile_menu_button
{
width: 20%;
float: right;
text-align: center;
visibility: hidden;
height: 0px;
margin-top: 15px;
}

#mobile_menu_button a img
{
height: 0px;
}

#mobile_menu
{

display: none;
position: absolute;
right: 0px;
top: 0px;
z-index: 1100;
}

#mobile_menu a
{
font-size: 14px;	
display: block;	
color: #791b82;
padding: 10px 20px;
text-decoration: none;
}

#mobile_menu ul
{
list-style: none;	
margin: 0px;
padding: 0px;
border-top: 1px solid #791b82;
border-left: 1px solid #791b82;
border-right: 1px solid #791b82;
}

#mobile_menu ul li
{
background: #ffffff;	
padding-top: 2px;
padding-bottom: 0px;
border-bottom: 1px solid #791b82;
}

#mobile_menu_close
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: none;
z-index: 1050;
}

@media (max-width: 767px) {

#mobile_menu_button
{
visibility: visible;
height: auto;
}

#mobile_menu_button a img
{
height: auto;
}

}

h1, h2, strong, a
{
font-family: 'allerbold';
font-weight: normal;	
}

header
{
width: 100%;	
overflow: auto;
}

header #header_inner
{
max-width: 1920px;
margin: 0 auto;	
}

header #logo
{
width: 25%;	
padding: 20px 1%;
float: left;
}

@media (max-width: 767px) {

header #logo img
{
width: 100%;
height: auto;	
}

}

header #header_contact
{
width: 50%;
padding: 5px 1%;
float: right;
text-align: right;
}

header #header_contact p
{
color: #791b82;
}

header #header_contact p a
{
text-decoration: underline;	
color: #791b82;
}


header #header_contact p strong
{
font-size: 26px;		
}

@media (max-width: 767px) {
	
header
{
border-bottom: 2px solid #791b82;	
}	
	
header #header_contact
{
display: none;
}
	
}	

nav
{
clear: both;
width: 100%;	
border-top: 2px solid #791b82;
border-bottom: 2px solid #791b82;
}

nav ul
{
max-width: 1920px;	
list-style: none;
padding: 0px;
margin: 0 auto;	
}

@media (max-width: 767px) {

nav
{
display: none;	
}
	
}	

nav ul li
{
display: inline-block;	
padding: 15px 20px;	
}

nav ul li a
{
color: #791b82;
text-decoration: none;	
}

section
{
max-width: 1920px;
margin: 0 auto;	
}

section img
{
width: 100%;
height: auto;	
}

article
{
background: #ffffff;
background-image: url('../images/content_background.png');
background-repeat: no-repeat;
background-position: center top 20px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 400px 280px;
border: 1px solid #791b82;
max-width: 800px;
margin: 0 auto;
padding: 20px 10% 40px 10%;
position: relative;
top: -400px;
margin-bottom: -370px;
text-align: center; 	
}

article.homepage
{
top: -100px;
margin-bottom: -70px;
}

#google-reviews
{
max-width: 1314px;
margin: 0 auto;
padding: 0px 10% 40px 10%;
text-align: center;
}

.review-item {
width: 31%;
padding: 10px 2%;
margin: 10px 1%;	
display: inline-block;
vertical-align: top;
box-sizing: border-box;	
border: solid 1px #791b82 !important;
}

@media (max-width: 1367px) {
	
.review-item {
width: 47.5%;
}	
	
}	

@media (max-width: 767px) {
	
.review-item {
width: 97.5%;
}	
	
}

.review-item strong
{
color: #791b82;	
}

.review-item span
{
font-size: 20px;	
color: #fee902;	
}

@media (max-width: 1367px) {

article
{
top: -300px;
margin-bottom: -270px;
}

}

@media (max-width: 1023px) {

article
{
margin: 0px 1%;
position: relative;
top: -200px;
margin-bottom: -170px;
}

article.homepage
{
margin: 0px 1%;
position: relative;
top: -50px;
margin-bottom: -20px;
}
	
}

@media (max-width: 666px) {

article
{
top: -50px;
margin-bottom: -20px;
}	

}

article h1
{
font-size: 30px;
color: #791b82;
}

article h2, h3
{
font-size: 30px;
color: #791b82;
}

article p, article ul li
{
font-size: 18px;	
}

article p.border_bottom
{
padding-bottom: 20px;
border-bottom: 1px solid #791b82;
}	

article strong
{
color: #791b82;	
}

footer
{
width: 100%;	
color: #ffffff;
background: #bf94b2;
overflow: auto;	
}

footer #footer_inner
{
max-width: 1500px;
margin: 0 auto;
padding: 0px 1%;	
}

footer #footer_inner #footer_col1
{
width: 25%;
padding: 30px 0px 0px 0px;	
float: left;
}

footer #footer_inner #footer_col1 ul
{
list-style: none;
padding: 0px;
margin: 0px;	
}

footer #footer_inner #footer_col1 a
{
color: #ffffff;
text-decoration: none;	
}

footer #footer_inner #footer_col1 a.telephone
{
text-decoration: underline;	
}

footer #footer_inner #footer_col2
{
width: 25%;
padding: 30px 0px 0px 0px;	
float: left;	
}

footer #footer_inner #footer_col2 ul
{
list-style-image: url('../images/list_icon.png');
padding: 5px 10px;
margin: 0px 10px;
}

footer #footer_inner h3
{
font-size: 16px;
color: #ffffff;	
margin: 0px;	
}

footer #footer_inner #map
{
width: 50%;
padding: 30px 0px;	
float: left;	
}

@media (max-width: 1365px) {
	
footer #footer_inner #footer_col1
{
width: 50%;
}	

footer #footer_inner #footer_col2
{
width: 50%;
}

footer #footer_inner #map
{
width: 100%;
}
	
}

@media (max-width: 668px) {
	
footer #footer_inner #footer_col1
{
width: 100%;
text-align: center;
}	

footer #footer_inner #footer_col2
{
width: 100%;
text-align: center;
}

footer #footer_inner #footer_col2 ul
{
list-style: none;
}

}	

footer #meac_link
{
font-size: 12px;	
clear: both;	
max-width: 1500px;
margin: 0 auto;
padding-bottom:	10px;
text-align: center;
}

footer #meac_link a
{
font-family: 'allerregular';	
color: #ffffff;
text-decoration: none;
}


