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

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

}

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

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

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

body.homepage{	
	background: url(../images/bg-home.jpg) no-repeat center 91px #ffffff;
}

body.subpage{	
	background: url(../images/bg-inner.jpg) no-repeat center 91px #ffffff;
}

html, body, h2, h3, h4, h5, h6, p, input, textarea, select, form {
	font-family: "fira_sansregular", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3c3c3c;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2, h3, h4, .footer .footer-menu ul li a, .footer .footer-address-heading{
	font-family: "fira_sansbold", Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

.telephone {
	font-family: "fira_sanslight", Arial, Helvetica, sans-serif;
}

.left-boxes h2 a, .testimonials .testimonials-link a, .smile-gallery .gallery-link a {
	font-family: "fira_sansthin", Arial, Helvetica, sans-serif;
}

.testimonials h2, .smile-gallery h2 {
	font-family: "fira_sansregular", Arial, Helvetica, sans-serif; /* Had to overwrite the common H2 font family */
}

.question-mark{
	font-family: Arial, Helvetica, sans-serif;
}

.holder:after, .main-containers .header-wrapper:after, .main-menu ul:after, .address:after, .socialmedia:after, .bucket-menu ul:after, .get-social ul:after, .content-wrapper:after, .search-area form:after, .contact-form form:after, .contact-hours-sub:after, .appoinment-form form:after, .smile-gallery .gallery-ba-text:after, .gallery-wrapper:after, .gallery-wrapper .gallery-ba-text:after, .footer .footer-menu ul:after, .main-containers-sub:after, .logo-gallery:after, .footer-wrapper .footer:after, .customNavigation:after, .contact-info:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a {
	color: #8410b5;
	text-decoration: none;
}

	a:hover {
		color: #14011d;
	}

img {
	border: 0px;
}

h1 {
	line-height: 1;
	color: #8410b5;
	font-size: 36px;
	font-weight: normal;
	padding: 0px;
	margin: 31px 0px 15px 10px;
}

h2 {
	font-size: 18px;
	margin: 19px 0px 0px 0px;
}

h3 {
	font-size: 17px;
	margin: 12px 0px 10px 0px;
}

h4 {
	font-size: 16px;
	margin: 14px 0px 10px 0px;
}

.holder{
	width: 100%;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

	.app-form-page, .testimonials-form-page, .app-form-page .content-wrapper, .testimonials-form-page .content-wrapper{
		overflow: visible;
	}

.hide-from-desktop {
	display: none;	
}

.scrollup {
	background: url(../images/icon_gototop.png) no-repeat left top;
    bottom: 20px;
    display: none;
    height: 40px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 40px;
}

.main-containers {
	margin: auto;
    max-width: 1200px;
    width: 98%;
}

	/* body.homepage .main-containers {
		border-bottom: 4px solid #ffffff;
	} */

.main-containers-sub {
    width: 92.7%;
}

	@media only screen and (max-width: 1024px) {
		.main-containers-sub {
			width: 95.1%;
		}
	}

/* Header Styles - Start */


.header{
	width: 100%;
	overflow: hidden;
}

	.main-containers .header-wrapper {
		height: 82px;
		overflow: hidden;
	}

	.contact-social-wrapper, .logo {
		float: left;
	}
	
		.contact-social-wrapper {
			margin: 14px 0px 0px 13px;
		}

	.logo{
		width: 259px;
		height: 36px;
		z-index: 30;
		margin: 28px 0px 0px 21.7%; /* margin: 28px 0px 0px 259px; */
	}
	
		@media only screen and (max-width: 1024px) {
			.logo{
				margin: 28px 0px 0px 15.5%;
			}
		}
		
			.telephone{
				font-size: 18px;
				line-height: 1.4;
			}
			
				.telephone, .address, .address a{
					color: #202020;
				}
	
		.address{
			font-size: 14px;
			text-align: right;
			float: right;
			line-height: 1.2;
			margin: 25px 13px 0px 0px;
		}
	
			.address .directions{
				text-decoration: underline;
			}
			
				.address .directions:hover{
					color: #3685aa;
				}

.socialmedia{
	margin: 3px 0px 0px 1px;
}

	.socialmedia .gplusbtn, .socialmedia .fblikebtn{
		float: left;
	}
	
		.socialmedia .gplusbtn{
			width: 66px;
			margin-left: 7px;
		}
			
			.socialmedia .fb-like{
				border: none;
				overflow: hidden;
				width: 80px;
				height: 21px;
			}

.main-menu ul, .footer .footer-menu ul, .get-social ul, .bucket-menu ul{
	list-style-type: none;
}

.main-menu{
	width: 95%;
	overflow: hidden;
}

		.main-menu ul, .bucket-menu ul{
			margin: 0px;
			padding: 0px;		
		}
		
			.main-menu ul{
				padding: 0px 0px 0px 8.5%;
			}
			
				.main-menu ul li{
					float: left;
					height: 55px;
					padding: 0px 210px 0px 0px;  /* padding: 0px 130px 0px 0px; */
				}
				
					@media only screen and (max-width: 1024px) {
						.main-menu ul li{
							padding-right: 12%!important;
							/* padding-right: 2.9%!important;
							-webkit-margin-start: 25px!important; */
						}
					}
				
						.main-menu ul li.menu03{
							padding: 0px 100px 0px 0px;
						}
						
							.main-menu ul li.menu05{
								padding: 0px 160px 0px 0px;  /* padding: 0px 70px 0px 0px; */
							}
							
								.main-menu ul li.last{
									padding: 0px;
								}
								
									.main-menu ul li a{
										color: #ecf0f1;
										line-height: 1;
										font-size: 14px;
										text-align: center;
										text-transform: uppercase;
										float: left;
										padding: 27px 0px 13px 15px;
										margin: 0px;
									}
											
										.main-menu ul li a span{
											float: none;
											padding: 24px 15px 9px 0px;
										}
										
											.main-menu ul li a:hover, .main-menu ul li a.selected{
												background: url(../images/bg-images.png) no-repeat left top;
											}
											
												.main-menu ul li a:hover span, .main-menu ul li a.selected span{
													background: url(../images/bg-images.png) no-repeat right top;
												}
											
.header-sub, .content-wrapper {
	background: url(../images/content-wrapper-bg.png) repeat-y center top;
}

	.header-sub {
		height: 507px;
		margin: 0px auto;
		width: 100%;
	}
	
		@media only screen and (max-width: 1024px) {
			.header-sub{
				background: url(../images/content-wrapper-bg-sub.jpg) repeat-y center top;
			}
		}

.bucket-menu{
	text-align: center;
    width: 91%;
	height: 472px;
	z-index: 300!important;
	float: none;
	margin: 4px 0px 27px 14px;
	padding: 9px 0px 0px 0px;
    /* background: url(../images/bg-images.png) no-repeat left -624px; */
	background: linear-gradient(to bottom, #ffffff 30%, #c7c7c7 260%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 0px 0px 17px 17px;
	box-shadow: 0 6px #e0e0e0;
	border: 5px solid #fff;
}

	@media only screen and (max-width: 1024px) {
		body.subpage .bucket-menu{
			height: 456px;
			margin: 4px 0px 23px 14px;
		}
	}

	body.homepage .bucket-menu{
		width: 27.1%;
		float: left;
		margin: 0px; /* margin: -475px 0px 0px 0px; */
		padding: 9px 0px 0px 0px;
		position: relative;
		z-index: 100000;
	}
			
		.bucket-menu ul li{
			padding: 0px;
			margin: 0px;
			background: url(../images/bg-images.png) no-repeat left -84px;
		}
		
			.bucket-menu ul li.menu01{
				background: url(../images/bg-images.png) no-repeat left -87px;
			}
			
				.bucket-menu ul li.last{
					background: none;
				}
				
					.bucket-menu ul li.menu01 a{
						padding: 11px 0px 8px 0px;
					}
					
						.bucket-menu ul li a{
							color: #8410b5;
							font-size: 20px;
							display: block;
							line-height: 1;
							height: 24px;
							margin: 0px 0px 0px 0px;
							padding: 14px 0px 7px 0px;
						}
							
							.bucket-menu ul li a:hover, .bucket-menu ul li a.selected{
								color: #ffffff;
								background: url(../images/bg-images.png) no-repeat 5px -348px;
							}

.content-wrapper {
	overflow: hidden;
	clear: both;
}

	.content-wrapper-bottom{
		margin: auto;
		max-width: 1200px;
		width: 100%;
		height: 60px;
		/* background: url(../images/content-wrapper-bottom.png) no-repeat left top; */
		background: #f5f5f5;
		border-radius: 40px;
		box-shadow: 0 6px #d6d6d6;
		/* border-bottom: 5px solid #fff; */
		text-align: center;
	}

.left-content{
	width: 30%;
	float: left;
	margin: 0px;
	/* background: #ffff00; */
}

.right-content{
	width: 70%;
	float: right;
	margin: 0px;
	/* background: #ff0000; */
}

	.right-content .para{
		line-height: 1.6;
		margin: 0px 25px 0px 12px;
	}
	
		.right-content .para ul li{
			margin: 0px 0px 12px 0px;
		}
		
			.right-content h1.home-heading {
				margin: 0px 0px 15px 12px;
			}
		
				.right-content .proc-pics {
					margin: 24px 24px 15px 6px;
					width: 418px;
					float: left;
				}
				
					.right-content .proc-pics img{
						margin: 0px 0px 35px 0px;
					}

.search-area {
	width: 89%;
	height: 43px;
	position: relative;
	margin: 11px 0px 23px 18px;
}

	.search-area .search {
		text-align: left;
		width: 93.5%;
		height: 26px;
		padding: 11px 7px 7px 14px;
		margin: 0px;
	}
	
		.search-area .search, .testimonials, .smile-gallery {
			background: #439bde;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px; /* future proofing */
			-khtml-border-radius: 2px; /* for old Konqueror browsers */
		}
		
			.search-area .search-text{
				color: #ffffff;
				font-size: 14px;
				background: none;
				border: 0px;
				width: 200px;
			}
			
				.search-area .go-button{
					text-indent: -9999px;
					width: 18px;
					height: 18px;
					border: 0px;
					float: right;
					cursor: pointer;
					margin: -32px 13px 0px 0px;
					background: url(../images/search-go-button.png) no-repeat left top;
				}
			
.left-boxes{
	width: 88.5%;
	height: 57px;
	margin: 7px 0px 15px 14px;
	/* background: url(../images/bg-images.png) no-repeat left -1208px; */
	background: linear-gradient(to bottom, #ffffff 30%, #c7c7c7 260%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 17px;
	box-shadow: 0 6px #e0e0e0;
	border: 5px solid #fff;
	text-align: center;
}

	.left-boxes h2{
		font-size: 20px;
		padding: 8px 0px 0px 0px;
		margin: 9px 0px 8px 0px;
	}
	
		.left-boxes h2 a, .testimonials .testimonials-link a, .smile-gallery .gallery-link a{
			color: #8410b5;
		}
	
			.left-boxes h2 a:hover, .testimonials .testimonials-link a:hover, .smile-gallery .gallery-link a:hover{
				color: #116eb4;
			}
			
.testimonials {
	width: 89.2%;
	margin: 26px 0px 22px 18px;
	padding: 0px 0px 35px 0px;
	text-align: center;
}
			
	.testimonials h2, .testimonials, .smile-gallery h2{
		color: #ffffff;
	}
			
		.testimonials h2, .smile-gallery h2{
			font-size: 20px;
			padding: 19px 0px 0px 0px;
		}

		.testimonials .testimonials-content{
			line-height: 1.55;
			padding: 11px 24px 6px 24px;
			margin: 1px 0px 0px 0px;
		}
			
			.testimonials .testimonials-name{
				display: block;
				margin: 27px 0px 0px 0px;
			}
			
				.testimonials .testimonials-link{
					display: block;
					height: 33px;
					margin: 29px 0px 0px 16%;  /* margin: 20px 0px 0px 51px; */
				}
				
					@media only screen and (max-width: 1024px) {
					.testimonials .testimonials-link {
						margin-left: 8%;
						-webkit-margin-start: 8%;
						}
					}
				
					.testimonials .testimonials-link a, .smile-gallery .gallery-link a{
						display: block;
						width: 215px;
						padding: 13px 0px 16px 0px;
						background: url(../images/bg-images.png) no-repeat left -1336px;
					}
					
.smile-gallery {
	/* text-align: center; */
	width: 95%;
	margin: 32px 0px 0px 13px;
	padding: 0px 0px 16px 0px;
	position: relative;
	overflow: hidden;
}
	
	.smile-gallery h2{
		padding: 19px 0px 0px 0px;	
		margin: 0px;
		text-align: center;
	}
			
		.smile-gallery .gallery-ba-text{
			margin: 4px 0px 6px 0px;		
			text-align: center;
			color: #ffffff;
		}
			
			.smile-gallery .gallery-text{
				display: block;
				float: left;
				width: 165px;
				line-height: 1;
			}

				.smile-gallery .after{
					margin: 0px 0px 0px 5px;
					width: 165px;
				}

					/*Gallary */
					/* .smile-gallery .gallery_background{
						width: 95.9%;
						height: 143px;
						padding: 23px 0px 0px 8px;
						margin: 0px 0px 0px 5.2%;
					}
					
						.smile-gallery .stepcarousel{
							position: relative;
							border: 0;
							overflow: scroll;
							width: 100%;
							height: 143px;
						}
					
							.smile-gallery .stepcarousel .belt{
								position: absolute;
								left: 0;
								top: 0;
							}*/
					
								/* .smile-gallery .stepcarousel .panel{
									float: left;
									overflow: hidden;
									padding-top: 0px;
									width: 337px;
									height: 143px;
									margin-right: 0px;							
									padding: 0px 22px 0px 0px;
									text-align: center;
									/* color: #0ba2aa;
									font-weight: bold; 
								} */
								
									/* .smile-gallery .galleryThumb {
										width: 337px;
										height: 111px;
										border: 0;
									} */ 
									
										.smile-gallery .gallery-link{
											display: block;
											width: 63%;
											margin: 8px 0px 0px 36.7%;
											text-align: center;
											
										}
										
											.smile-gallery .gallery-link a{
												display: block;
											}
			
.logo-gallery {
	width: 98%;
	margin: 30px 0px 0px 13px;
	padding: 0px 0px 16px 0px;
	overflow: hidden;
	text-align: center;
}

	.logo-gallery .logo-area {
		float: left;
		text-align: center;
	}
	
		@media only screen and (max-width: 1024px) {
			.logo-gallery .logo-area{
				width: 32%;
			}
		}
		
			@media only screen and (max-width: 1024px) {
				.logo-gallery .ada-logo{
					margin: 30px 0px 0px 0px;
				}
			}
/* Sub Page Styels - Start */

.app-form {
	/* border: 1px solid #7eb596;
    border-radius: 10px; */
    overflow: hidden;
    padding: 30px;
	margin: 20px 0px 20px 0px;
}

	.app-form  .app-form-inner{
		border: 1px solid #8410b5;
		border-radius: 10px;
		margin: 10px 40px 0px 40px;
		padding: 10px 0px 0px 20px;
	}

.contact-info{
	width: 100%;
}

.contact-info .contact-left{
	float: left;
	width: 50%;
}

	.contact-info .contact-right{
		float: right;
		width: 50%;
	}

		.contact-hours-sub{
			margin: 20px 0px 30px 0px;
			width: 360px;
			line-height: 1.6;
		}

			.contact-hours-sub .contact-date{
				float: left;
				width: 105px;
			}
			
				.contact-hours-sub .contact-time{
					float: right;
					width: 250px;
				}
	
.google-map {
	margin: 40px 0px;
	/* width: 420px; */
}

.treeview li {
	margin: 0px!important;
}

	.treeview li  a:hover{
		color: #14011d!important;
	}
	
.testimonial-content {
	margin: 25px 0px 35px;
	padding: 0px 0px 10px;
}

	.testimonial-content  {
		border-bottom: 1px dashed #a7a0a0;
	}

/* Sub Page Styels - End */

/* Footer Styels - Start */

.footer-wrapper {
	width: 100%;
	background: #656565;
	margin: 20px 0px 0px 0px;
}

	.footer-wrapper .footer {
		font-size: 14px;
		margin: auto;
		max-width: 1200px;
		width: 98%;
		padding: 0px 0px 19px 0px;
		position: relative;
	}
		
			.footer .footer-menu{
				width: 31%;
			}
			
				.footer .footer-address {
					margin: 21px 0px 0px 0px;
					width: 31%;
				}
			
					.footer .footer-menu, .footer .footer-address {
						float: left;
					}
						
						.footer .footer-copyright {
							float: right;
							width: 38%;
							margin: 16px 0px 0px 0px;
							text-align: right;
							line-height: 1;
						}
						
							.footer .footer-copyright .common{						
								float: right;
							}
						
								.footer .footer-menu ul{
									margin: 1px 0px 17px 0px;
									padding: 20px 0px 0px 15px;
								}

									.footer .footer-menu ul li{
										line-height: 1.55;			
									}
									
										.footer .footer-menu ul li a{
											text-align: left;
											padding: 0px 0px 0px 15px;
											margin: 0px;
											background: url(../images/bullet-icon.png) no-repeat left 6px;
										}
										
											.footer-wrapper .footer, .footer-wrapper .footer a{
												color: #ffffff;
											}
										
												.footer .footer-menu ul li a.selected, .footer-wrapper .footer a:hover{
													color: #439bde;
												}

													.footer .footer-address-heading{						
														padding: 3px 0px 7px 0px;
														line-height: 1.2;
													}

														.footer .copyright{						
															padding: 3px 12px 7px 0px;
															line-height: 1.2;
														}
														
															.footer .powered {
																margin: 0px 12px 0px 3px;
															}
													
																.footer .get-social{
																	margin: 0px 13px 28px 0px;
																}

																	.get-social ul{
																		margin: 0px;
																		padding: 7px 0px 10px 0px;
																	}

																		.get-social ul li{
																			width: 26px;
																			height: 26px;
																			margin: 0px 14px 0px 0px;
																			float: left;
																		}

																			.get-social ul li.add{
																				margin: 0px;
																			}

/* Footer Styels - End */
	

/************************************************************************************
	FANCYBOX
*************************************************************************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../fancybox/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../fancybox/fancybox_sprite@2x.png');
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url('../fancybox/fancybox_loading@2x.gif');
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}

.banner-border {
	height: 4px;
	background: #ffffff;
    max-width: 1200px;
    width: 100%;
	margin: auto;
}

	@media only screen and (max-width: 1024px) {
		.banner-border {
			width: 100%;
		}
	}

.banner-wrapper {
	/* margin: auto; */
    max-width: 1200px;
    width: 98%;
}

	/* .banner {
		width: 1200px;
		height: 472px;
		margin-left: 0px;
		float: left;
		-webkit-margin-start: -1px;
		border-top: 5px solid #ffffff;
		z-index: 100!important;
	} */
	
	/* HEADER ANIMATION PICTURES */
.headerimg {
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 472px;
	position: absolute;
	z-index: 100;
}
		
	.banner-inner {
		width: 100%;
		height: 289px;
		position: relative;
		top: -6px;
		background: url(../images/header-picture-inner.png) no-repeat center top;
	}

/* The Nivo Slider styles */
.nivoSlider {
	position: absolute;
	width:1200px;
	height: 472px;
	overflow: hidden;
	float: left;
}

	.nivoSlider img {
		position: relative;
		top: 0px;
		left: 0px;
		height: 472px;
		max-width: none;
	}

		.nivo-main-image {
			display: block !important;
			position: relative !important; 
			width: 100% !important;
		}

	/* If an image is wrapped in a link */
	.nivoSlider a.nivo-imageLink {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		border: 0;
		padding: 0;
		margin: 0;
		z-index: 6;
		display: none;
		background: none;
	}

		/* The slices and boxes in the Slider */
		.nivo-slice {
			display: block;
			position: absolute;
			z-index: 5;
			height: 100%;
			top: 0;
		}

			.nivo-box {
				display: block;
				position: absolute;
				z-index: 5;
				overflow: hidden;
			}

				.nivo-box img {
					display: block;
				}

		/* Caption styles */
		.nivo-caption {
			position: absolute;
			left: 0px;
			bottom: 0px;
			background: #000;
			color: #fff;
			width: 100%;
			z-index: 8;
			padding: 5px 10px;
			opacity: 0.8;
			overflow: hidden;
			display: none;
			-moz-opacity: 0.8;
			filter:alpha(opacity=8);
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
		}

			.nivo-caption p {
				padding: 5px;
				margin: 0px;
			}

				.nivo-caption a {
					display: inline !important;
				}

					.nivo-html-caption {
						display: none;
					}

		/* Direction nav styles (e.g. Next & Prev) */
		.nivo-directionNav a {
			position: absolute;
			top: 45%;
			z-index: 9;
			cursor: pointer;
		}

			.nivo-prevNav {
				left: 0px;
				margin-left:-50px
			}

				.nivo-nextNav {
					right: 0px;
					margin-right:-50px
				}

		/* Control nav styles (e.g. 1,2,3...) */
		.nivo-controlNav {
			text-align: center;
			padding:  15px 0px;
		}
			.nivo-controlNav a {
				cursor: pointer;
			}
				.nivo-controlNav a.active {
					font-weight: bold;
				}
				
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position: relative;
	background: url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom: 0px;
}

	.theme-default .nivoSlider img {
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
	}
	
		.theme-default .nivoSlider a {
			border: 0;
			display: block;
		}

			.theme-default .nivo-controlNav {
				text-align: center;
				padding: 20px 0;
			}
			
				.theme-default .nivo-controlNav a {
					display: inline-block;
					width: 22px;
					height: 22px;
					background: url(../images/bullets.png) no-repeat;
					text-indent: -9999px;
					border: 0;
					margin: 0 2px;
				}
				
					.theme-default .nivo-controlNav a.active {
						background-position: 0 -22px;
					}

						.theme-default .nivo-directionNav a {
							display: block;
							width: 30px;
							height: 30px;
							/* background: url(../images/arrows.png) no-repeat; */
							text-indent: -9999px;
							border: 0;
							opacity: 0;
							-webkit-transition: all 200ms ease-in-out;
							-moz-transition: all 200ms ease-in-out;
							-o-transition: all 200ms ease-in-out;
							transition: all 200ms ease-in-out;
						}
						
							.theme-default:hover .nivo-directionNav a {
								opacity: 1;
							}
				
								.theme-default a.nivo-nextNav {
									background-position: -30px 0;
									right: 480px;
								}
							
									.theme-default a.nivo-prevNav {
										left: 480px;
									}

										.theme-default .nivo-caption {
											font-family: Helvetica, Arial, sans-serif;
										}
										
											.theme-default .nivo-caption a {
												color:#fff;
												border-bottom:1px dotted #fff;
											}
											
												.theme-default .nivo-caption a:hover {
													color:#fff;
												}

													.theme-default .nivo-controlNav.nivo-thumbs-enabled {
														width: 100%;
													}
													
														.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
															width: auto;
															height: auto;
															background: none;
															margin-bottom: 5px;
														}
														
															.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
																display: block;
																width: 120px;
																height: auto;
															}
															
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 94%;
	-ms-touch-action: pan-y;
	margin: 22px 0px 0px 6.2%;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 93%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
	width: 337px!important;
	margin: 0px 23px 0px 0px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-item img{
	max-width: 100%;
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.customNavigation{
	text-align: center;
	position: absolute; /* position: absolute; */
	top: 96px;
	width: 97.7%;
	/* float: left; */
	z-index: 10000;
}

	.customNavigation .prev{
		margin-left: 18px;
		float: left; 
	}
	
		.customNavigation .next{
			float: right;
		}
		
			/* @media only screen and (max-width: 1024px) {
				.customNavigation .next{
					right: -589px;
				}
			} */
			
				 /*@media screen and (-webkit-min-device-pixel-ratio:0) { Chrome and Safari Hack 
					.customNavigation .next {
						top: 0px;
					} 
				}*/

.customNavigation a{
	-webkit-user-select: none;
	cursor: pointer;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; } */

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

/* a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; } */

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
