@charset "UTF-8";
/* CSS Document */

html, body{
	height:100%;
}

div, body{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body{
	background:#963a63	
}

h2{
	font-size:1.35em;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color:#963a63;
	line-height:140%
}

h3{
	font-size:1.35em;
	margin-bottom:0.8125em;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color:#4E4E4E;
	line-height:140%
}

h1{
	font-size:2em;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color:#FFF;
	line-height:110%
}

p{
	color:#E46879;
	font-family:'Lato', sans-serif;
	font-size:1em;
	line-height:140%;
	font-weight:300;	
}

li{
	color:#4E4E4E;
	font-family:'Lato', sans-serif;
	font-size:0.8125em;
	line-height:140%;
	font-weight:400;
}

/*****************************************************************************************************
									Header
*****************************************************************************************************/


#home_header_wrapper{
	width:100%;
	background:#F1F1F2;
	position:absolute;
	top:0;
}

#header_wrapper{
	width:100%;
	background:#F1F1F2;
}


#header_content{
	width:90%;
	max-width:1100px;
	padding-top:35px;	
	margin:0 auto;
	position:relative;
	
}

#header_bg{
	width:100%;
	position:absolute;
	top:0;
	z-index:0;
	text-align:center;
}

#logo{
	float:left;
	position:relative;
	margin-bottom:20px;
}

#header_contact{
	float:right;
	position:relative;
}

#header_contact a {
	text-decoration:none;
	color:#E46879;
	font-weight:400;
	cursor:default;
}

#header_right{
	float:right;
	position:relative;
	clear:right;
	margin-right:-5px;
}

#menu{
	position:relative;
	margin-top:13px;
	right:-20px;
}

#menu a{
	display:block;
	float:left;
	padding:15px 20px 0 20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	text-align:center;
	font-size:1.125em;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color:#963a63;
	line-height:140%;
	border-radius:10px 10px 0 0;
	margin-right:5px;
	height:93px;
}

#menu a:hover, #menu a.visited{
	background:#963a63;
	color:#FFF;
}


/*****************************************************************************************************
									Mobile Menu
*****************************************************************************************************/
a#mobile_menu_btn{
  height:25px;
  width:35px;
  position:absolute;
  display:block;
  left:0;
  bottom:0;
}

#mobile_menu_btn div{
  width:100%;
  height:100%;
  position:relative;
}

#mobile_menu_btn span, 
#mobile_menu_btn span::before, 
#mobile_menu_btn span::after{
  height:4px;
  position:absolute;
  display:block;
  width:100%;
  left:0;
  background:#963a63;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;  
  transition:all 0.3s ease;
  border-radius:2px;
}

#mobile_menu_btn span{
  margin-top:-2px;
  top:50%;
}


#mobile_menu_btn span::before{
  margin-top:-10px;
  content:'';

}

#mobile_menu_btn span::after{
  margin-top:10px;
  content:'';
}

#mobile_menu_btn.active span::before{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width:0px;
}

#mobile_menu_btn.active span{
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

#mobile_menu_btn.active span::after{
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
  margin-top:-1px;
  marign-left:-1px;
}




#mobile_menu{
	display:none;
	position:relative;
	z-index:999;
	width:100%;
	background:#F1F1F2;
	border-top:1px solid #963a63;	
}

#mobile_menu li{
	width:100%;
	text-align:center;
	border-bottom:1px solid #963a63;
}

#mobile_menu li#last_mobile_item{
	border-bottom:1px solid #F1F1F2;
}

#mobile_menu li a{
	display:block;
	width:100%;
	padding:15px 0;
	text-decoration:none;
	color:#963a63;
	font-family: 'Lato', sans-serif;
	font-size:1em;
	font-weight:400;
	line-height:140%;
}


#mobile_menu li a:hover{
	background:	#963a63;
	color:#FFF;
}




/*****************************************************************************************************
									footer
*****************************************************************************************************/

#footer_wrapper{
	z-index:1;
	margin-top:-171px;
	padding-top:100px;
	background:#963a63;
	width:100%;
	position:relative;
	text-align:center;
	overflow:hidden;
	font-size:0.8125em;
}

#footer_content{
	padding-bottom:35px;
	position:relative;
	margin:0 auto;
	width:90%;
	max-width:1100px;
}

#cta_wrapper{
	position:relative;
	top:-50px;	
}

.cta{
	width:30.9%;
	float:left;	
	margin-right:3.63%;
	background:#F1F1F2;
	padding:20px 0;
	position:relative;
	border-radius:5px;
}

.cta:hover{
	background:#7E1A4E;	
}

.cta:hover h2{
	color:#FBD2C4;	
}

.cta a{
	text-decoration:none;
}

.cta h2{
	font-weight:400;
}

.cta#last_cta{
	margin-right:0;
}

#footer_wrapper p, #home_footer_wrapper p{
	position:relative;
	z-index:1;
	color:#EABDB8;
}

#footer_wrapper p a, #home_footer_wrapper p a{
	text-decoration:none;
	color:#EABDB8;
}

#footer_wrapper p a#footer_tel, #home_footer_wrapper p a#footer_tel{
	font-weight:500;
}

.footer_line{
	display:inline-block;
}

#footer_bg{
	width:100%;
	position:absolute;
	bottom:0;
	line-height:0;
	background:#963a63;
}

#footer_wrapper a[href^="mailto"]{
	position:relative;
}

#footer_wrapper a[href^="mailto"]:after{
	content:"";
	width:100%;
	position:absolute;
	bottom:-5px;
	border-top:1px solid #FFF;
	left:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	transition: all 0.1s ease;
}

#footer_wrapper a[href^="mailto"]:hover:after{
	bottom:-1px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}



/*****************************************************************************************************
									Title
*****************************************************************************************************/
#title_wrapper{
	width:100%;
	background:#963a63;
	padding:40px 0;
	text-align:center;
	position:relative;
}

#title{
	width:90%;
	max-width:1100px;
	margin:0 auto;
	
}

#title h1{
	font-weight:400;	
}

#title span{
	font-weight:300;
}

.intro_wrapper{
	width:100%;
	background:#F1F1F2;
	position:relative;	
}

.intro{
	width:90%;
	max-width:580px;
	margin:0 auto;
	text-align:center;
	padding:35px 0;	
}

.intro h3{
	color:#963a63;
}

/*****************************************************************************************************
									main section
*****************************************************************************************************/
#main_wrapper{
	padding-bottom:171px;
	min-height:100%;
}

.main_section_wrapper{
	width:100%;
	position:relative;
	padding:30px 0;
	background:#FFF;
}

.main_section{
	width:90%;
	max-width:1100px;
	margin:0 auto;
	position:relative;	
}

.block{
	width:32.12%;
	float:left;
	border-radius:5px;
	margin-right:1.81%;
}

.block3{
	margin-right:0;	
}

.block_image{
	height:75px;
	background-position:center;
	background-size:cover;
	-ms-behavior: url(js/backgroundsize.min.htc);
	border-radius:5px 5px 0 0 ;
	
}

.block_text{
	background:#F1F1F2;
	padding:25px 20px;
	border-radius:0 0 5px 5px;
}



/*****************************************************************************************************
									lower section
*****************************************************************************************************/
.lower_section_wrapper{
	width:100%;
	background:#F1F1F2;
	position:relative;	
}

.lower_section{
	width:90%;
	max-width:750px;
	padding:30px 0;	
	margin:0 auto;
	text-align:center;
}

.lower_section h2{
	margin-bottom:10px;
	font-weight:400;
	color:#4E4E4E;
	font-size:1em;
}

p.gray{
	margin-bottom:10px;
	color:#4E4E4E;	
}

.lower_section a[href^="mailto"], .contact_info a[href^="mailto"]{
	display:inline-block;
	position:relative;	
	text-decoration:none;
	color:#E77380;
}

.lower_section a[href^="mailto"]:after, .contact_info a[href^="mailto"]:after{
	content:"";
	display:block;
	width:100%;
	position:absolute;
	border-bottom:1px solid #963a63;
	bottom:-5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;

	transition: all 0.1s ease;
}	

.lower_section a[href^="mailto"]:hover:after, .contact_info a[href^="mailto"]:hover:after{
	bottom:-2px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

}


/*****************************************************************************************************
									ABOUT PAGE 
*****************************************************************************************************/

#about_section_wrapper .block_image1{
	background-image:url(../images/section%20headers/section_header1.jpg);	
}

#about_section_wrapper .block_image2{
	background-image:url(../images/section%20headers/section_header2.jpg);	
}

#about_section_wrapper .block_image3{
	background-image:url(../images/section%20headers/section_header3.jpg);	
}

#about_section_wrapper .block_text p{
	color:#963a63;
	font-size:1.125em;	
}

.about_main_wrapper{
	background:#F1F1F2;
}

/*****************************************************************************************************
									SERVICES PAGE
*****************************************************************************************************/
#services_section_wrapper .block_image1{
	background-image:url(../images/section%20headers/section_header4.jpg);	
}

#services_section_wrapper .block_image2{
	background-image:url(../images/section%20headers/section_header5.jpg);	
}

#services_section_wrapper .block_image3{
	background-image:url(../images/section%20headers/section_header6.jpg);	
}

#services_section_wrapper .block_text h2{
	font-weight:300;
	color:#963a63;
	font-size:1.125em;
	margin-bottom:10px;
}

#services_section_wrapper .block_text p.bold_gray{
	font-weight:400;
	margin-bottom:10px;
	color:#4E4E4E;	
}

.services_main_wrapper{
	background:#FFF;
}


/*****************************************************************************************************
									CONTACT PAGE
*****************************************************************************************************/
.contact_main_wrapper{
	background:#FFF;	
}

.contact_left_col{
	width:31.81%;
	float:left;	
}

.contact_right_col{
	width:65.9%;
	float:right;
	overflow:hidden;
}

.contact_info{
	width:100%;
	position:relative;
}

.contact_info1{
	margin-bottom:20px;
	
}

.contact_col{
	position:relative;
}	

#contact_section_wrapper .block_image1{
	background-image:url(../images/section%20headers/section_header7.jpg);
}

#contact_section_wrapper .block_image2{
	background-image:url(../images/section%20headers/section_header8.jpg);
}

.contact_col h2{
	margin-bottom:10px;	
}

.contact_info a{
	text-decoration:none;
	color:#E46879;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}

.address_line{
	display:inline-block;	
}

#map{
	height:100%;
	overflow:hidden;
	max-height:380px !important;	
}

.contact_right_col .block_text{
	z-index: 99;
	width: 100%;
	position: absolute;
	bottom: 0;
	border-radius:0 0 0 0;
}
/*****************************************************************************************************
									classes and tags 
*****************************************************************************************************/

.clearall{
	clear:both;
}	

img{
	max-width:100%;
	height:auto;
	border:0;
}

a[href^="tel"]{
	cursor: default;	
}
