@charset "utf-8";

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

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

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

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

body.home{
	background: url(../images/body-bg.jpg) repeat-x left top #ebebeb;
}

body.subpage{
	background: url(../images/body-bg-sub.jpg) repeat-x left top #ebebeb;
}

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


h1, h2, h3, h4{
	color: #505050;
	line-height: 1.5;
	text-transform: uppercase;
}

h2, h3, h4{
	letter-spacing: 3.2px;
}

h1, h2, h3, h4, .footer .footer-address  {
	font-family: "ralewaymedium", Arial, Helvetica, sans-serif;
}

nav.main-menu li a, .bucket-menu ul li a, .footer .footer-menu ul li a, .common-link a, .footer .footer-address .title{
	font-family: "ralewayblack", Arial, Helvetica, sans-serif;
}

.testimonials .testimonials-name, .footer .footer-address a, .footer .footer-text, nav.main-menu ul li ul li a, .addresses .title{
	font-family: "ralewaybold", Arial, Helvetica, sans-serif;
}

.holder: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, .footer-wrapper .footer:after, .customNavigation:after, .contact-info-subpage:after, .address-area:after, .right-content .main-content:after, .header-top:after, .header-mobile:after, .top-menu:after, .bucket-menu-outer:after, .bucket-menu-wrapper:after, .middle-box-wrapper:after, .footer-logos:after, .footer-address:after, .para .list-section:after, .surgery-inner-wrapper:after, .doc-bio:after, .para-wrapper:after{
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a {
	color: #505050;
	text-decoration: none;
}

	a:hover {
		color: #5177a6;
	}

img {
	border: 0px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 4.8px;
	padding: 44px 0px 24px 0px;
	margin: 0px;
}

h2 {
	font-size: 16px;
	margin: 24px 0px 3px 0px;
}

h3 {
	font-size: 18px;
	margin: 20px 0px 5px 0px;
}

h4 {
	font-size: 16px;
	margin: 20px 0px 6px 0px;
}

img, object, embed, video {
	max-width: 100%;
}


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


/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.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;
}

/* Mobile Layout: 480px and below. */

/*///////// Common Styles - Start /////////*/

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

.header, .main-containers, .header-top-sub, .footer-logos, .top-menu-wrapper {
	width: 100%;
	overflow: hidden;
}

.contact-mobile{
	text-align: center;
	margin: 10px 0px 20px 0px;
}

.top-menu-wrapper{
	background: #ffffff;
}

.f-nav{
	z-index: 99999;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
}

nav.main-menu {
	width: 100%;
	overflow: hidden;
	float: left;
	margin: 2px 0px 0px 5px;
}

	nav.main-menu ul {
		margin: 0px;
		padding: 0px;
	}
		
		nav.main-menu li {
			float: left;
			margin: 0px 1.0% 0px 0px;
		}
				
			nav.main-menu li.prev{
				margin: 0px 0.4% 0px 0px;
			}
					
				nav.main-menu li.last{
					margin: 0px;
				}
					
					nav.main-menu li.last a{
						padding: 7px 0px 9px 0px;
					}

						nav.main-menu li a {
							display: block;
							text-align: center;
							text-transform: uppercase;
							font-size: 14px;
							line-height: 1;
							padding: 7px 16px 9px 0px;
						}

							nav.main-menu li a.selected {
								color: #5177a6;
							}
						
.header-top{
	overflow:hidden;
	margin: 0px 0px 10px 0px;
}

.search-area {
	/* width: 13.5%; */
	height: 24px;
	position: relative;
	margin: 4px -0.4% 0px 0px;
	float: right;
}

	.search-area .search {
		text-align: left;
		width: 100%;
		height: 16px;
		padding: 1px 1px 7px 7px;
		margin: 0px;
		background: #e2e2e2;
	}
		
		.search-area .search-text{
			text-align: left;
			color: #ffffff;
			font-size: 12px;
			width: 76%;
			height: 16px;
			padding: 1px 1px 3px 4px;
			margin: 0px;
			background: #bebebe;
			border: 1px solid #bebebe;
			border-radius: 3px;
			display: none;
		}
		
			.search-area .search-button{
				text-indent: -9999px;
				width: 23px;
				height: 23px;
				border: 0px;
				float: right;
				cursor: pointer;
				margin: 0px 2px 0px 0px;
				background: url(../images/search-go-button.png) no-repeat left top;
			}
			
.telephone {
	color: #5177a6;
    font-size: 24px;
    line-height: 1.4;
}

.para{
	line-height: 1.9;
	padding: 0px 52px 0px 51px;
}
		
	.para h2{
		font-size: 20.5px;
	}
		
		.para a{
			color: #4273b0;
		}
		
			.para a:hover{
				color: #0a448c;
			}
			
				.para ul {
					padding: 0px 0px 0px 1px;
					margin: 15px 0px 28px 0px;
				}
				
					.para ul li{
						list-style-type: none;
						padding: 0px 0px 0px 19px;
						background: url(../images/bullet-icon.png) no-repeat left 10px;
					}

						.para .list-section {
							margin: 14px 0px 0px 0px;
						}
							
							.para .list-section .list-left{
								float: left;
								width: 49%;
							}
								
								.para .list-section .list-right{
									float: right;
									width: 51%;
								}
								
									.para .list-section ul{
										margin: 15px 10px 20px 0px;
									}
								
										.para .list-section ul li  ul {
											margin: 5px 10px 10px 0px;
										}
											
											.para .list-section h2, .para .list-section h3, .para .list-section h4{
												padding: 0px 10px 0px 0px;
											}

.portal-title{
	font-size: 15px;
    letter-spacing: 1.8px;
}

.title-left, .title-right{
	width: 58px;
	height: 1px;
	top: 4px;
	position: relative;
	display: inline-block;
}

	.title-left{
		left: -33px;
		background: url(../images/title-bg-left.png) no-repeat left top;
	}

		.title-right{
			left: 33px;
			background: url(../images/title-bg-right.png) no-repeat left top;
		}
		
			.patient-portal .title-left{
				left: -22px;
			}
		
				.patient-portal .title-right{
					left: 22px;
				}
				
					.testimonials .title-left{
						left: -53px;
					}
				
						.testimonials .title-right{
							left: 52px;
						}
						
							h1 .title-left, h1 .title-right{
								top: -9px;
							}
						
								h1 .title-left{
									left: -27px;
								}
								
									h1 .title-right{
										left: 27px;
									}
									
										h1.main-title-sub{
											padding: 43px 0px 24px 5px;
										}
		
											h1.main-title-sub .title-left{
												left: -36px;
											}
											
												h1.main-title-sub .title-right{
													left: 30px;
												}
												
.physicians-link .title-left{
	left: -67px;
	background: url(../images/title-bg-white-left.png) no-repeat left top;
}

	.physicians-link .title-right{
		left: 66px;
		background: url(../images/title-bg-white-right.png) no-repeat left top;
	}
		
.content-wrapper{
	background: #ffffff;
}

.middle-box-wrapper-outer{
	text-align: center;
	padding: 45px 0px 42px 0px;
}

	.middle-box-wrapper{
		background: #ffffff;
		padding: 0px 0px 26px 0px;
	}
	
		.middle-boxes{
			float: left;
			width: 50%;
		}
		
			.middle-boxes h2{
				margin: 20px 0px 13px 0px;
				/* padding: 0px 0px 8px 0px; */
			}

				.middle-boxes .middle-boxes-intro{
					font-size: 14px;
					line-height: 1.7;
					padding: 0px 66px 0px 66px;
					margin: 0px 0px 17px 0px;
				}
					
					.middle-boxes .middle-boxe-physicians{
						padding: 0px 15px 0px 15px;
					}
						
						.common-link{
							width: 18.2%;
							float: left;
							padding: 6px 5px 8px 5px;
							margin: 0px 0px 0px 40.2%;
							background: #505050;
						}
						
							.common-link a{
								color: #ffffff;
								font-size: 14px;
								text-transform: uppercase;
							}
							
								.common-link a:hover{
									color: #d8d7d7;
								}

.get-social ul li{
	width: 37px;
	height: 37px;
	margin: 0px 5px 0px 0px;
	display: inline-block;
}

	.get-social ul li.add{
		margin: 0px;
	}
	
		.get-social ul li a:hover{
			opacity: 0.7;
		}

.footer-wrapper {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
}

	.footer-wrapper .footer {
		margin: auto;
		padding: 0px;
		position: relative;
		text-transform: uppercase;
	}

		.footer .footer-menu ul{
			padding: 0px;
			margin: 55px 0px 30px 0px;
		}
		
			.footer .footer-menu ul li{
				display: inline-block;
				padding: 0px;
				margin: 0px;
			}

				.footer .footer-menu ul li a{
					font-size: 12px;
					padding: 17px 5px 22px 9px;
				}
				
					.footer .footer-menu ul li a.selected, .footer .footer-text a{
						color: #5177a6;
					}
				
						.footer .footer-menu ul li.first a{
							padding: 17px 1px 22px 0px;
						}
									
							.footer .copyright, .footer .powered {
								font-size: 12px;
							}
						
								.footer .copyright{
									padding: 8px 0px 0px 0px;
								}

									.footer .powered {
										margin: 0px 0px 14px 0px;
									}
										
										.footer .footer-text {
											line-height: 1.85;
											letter-spacing: -0.5px;
										}
										
											.footer .footer-text a:hover{
												color: #0d0f12;
											}
											
											.footer .footer-address {
												font-size: 13px;
												line-height: 1.85;
												margin: 0px 0px 32px 0px;
											}
											
												.footer .footer-address .title{
													color: #5177a6;
												}

													.footer .footer-gplus{
														position: relative;
														left: 5px;
													}

/* //////////// Sub Page Styles (Common) - Start //////////// */		

.app-form-mobile{
	padding: 7px;
	margin: 20px 0px 20px 0px;
	border-radius: 5px;
	border: 1px solid #8b8b8b;
}

.content-slider {
	margin: 20px 0px;
}

	.content-slider .heading{
		font-size: 18px;
		padding: 8px 10px 9px 10px;
		margin: 10px 0px 15px 0px;
		cursor: pointer;
		background: url(../images/content-drop-arrow.png) no-repeat right top #e3e3e3;
	}
	
		.content-slider .content{
			padding: 0px 5px 10px;
		}
		
.testimonial-content {
	margin: 25px 0px 35px 0px;
	padding: 0px 0px 10px 0px;
}

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

.common-box-info{
	background: #e3e3e3;
	margin: 0px 10px 20px 10px;
	padding: 15px 5px 15px 5px;
	border: 1px dashed #bab7b7;
	text-align: center;
}
	
	.box-border-wrapper h4{
		color: #305686;
		font-size: 14px;
		text-transform: none;
	}
	
.common-box2{
	width: 25%;
	height: auto!important;
}

.surgery-inner-wrapper {
	margin: 20px 0px 20px 0px;
}

	.surgery-inner-wrapper .surgery-box{
		width: 22%;
		min-height: 58px; 
		height:auto !important; 
		height: 58px;
		float: left;
		margin: 0px 7px 0px 0px;
	}

		.surgery-inner-wrapper .last, .common-box-info h4{
			margin: 0px;
		}
		
			.surgery-inner-wrapper .surgery-box h4{
				font-size: 13px;
				letter-spacing: 0px;
			}

.image-center{
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.video-intro-wrapper {
	text-align: center;
	margin: 20px 0px 20px 25%;
}

	.video-intro-wrapper img{
		border: 1px solid #b4b4b4;
	}
	
.doc-bio {
	display: block;
	padding: 0px 0px 20px;
}

	.doc-bio .last{
		margin: 4px 0px 15px 0px;
	}

.staff-images, .staff-images-block{
	float: left;
	border: 1px solid #8c8c8c;
}

	.staff-images{
		margin: 4px 18px 8px 0px;
	}

.treeview li {
	background: url(../sitemaps/images/treeview-default-line.gif) 0px 0px no-repeat!important;
}

.google-map {
	margin: 40px 0px;
}

ul.patient-forms {
	list-style-type: none;
	padding: 0px 0px 0px 15px;
}

	ul.patient-forms li{
		line-height: 1.7;
		padding: 0px 0px 2px 28px!important;
		background: url(../images/pdf-icon.png) no-repeat left 6px!important;
	}
	
.para-wrapper .left-para{
	float: left;
	width: 50%;
	margin: 0px 10% 0px 0px;
}

	.para-wrapper .right-para{
		float: right;
		width: 40%;
	}

		.para-wrapper .common-box2{
			width: 60%;
		}
		

/* //////////// Sub Page Styles (Common) - End //////////// */


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

/* @media only screen and (max-width: 1920px) {

.addressGrid{
	margin: 0px 0px 0px 31%!important;
}

} */

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

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

.logo{
	float: left;
	margin: 4px 0px 8px 1.1%;
}

.telephone {
    text-align: right;
	padding: 13px 0px 5px 32px;
	background: url(../images/phone-icon.png) no-repeat 5px 24px;
}

.contact-right{
	float: right;
	text-align: right;
	margin: 28px -1px 0px 0px;
	line-height: 1.7;
}

.addresses{
	color: #ffffff;
	text-align: center;
	line-height: 1.7;
	width: 93.6%;
	border-radius: 3px;
	border: 6px solid #dadadc;
	padding: 20px 0px 20px 0px;
	background: url(../images/addresses-bg.jpg) no-repeat center top;
}

	.addresses .address-top{
		padding: 0px;
		margin: 0px 0px 13px 0px;
		/* background: url(../images/bucket-menu-border.png) no-repeat center bottom; */
	}
		
		.addresses .title {
			font-size: 20px;
			text-transform: uppercase;
		}
		
			.addresses a {
				color: #374f7f;
			}
			
				.addresses a:hover {
					text-decoration: underline;
				}

.addressGrid{
	margin: 0px 0px 0px 7%;
	max-width: 351px!important;
}

.bucket-menu-outer{
	overflow: hidden;
    position: absolute;
    top: 222px;
    width: 60%;  /* width: 100%; */
    z-index: 10000 !important;
}

	.bucket-menu-wrapper{
		width: 100%;
	}

		/* .bucket-menu-outer .bucket-menu-inner{
			float: left;
		} */
		
			body.home .bucket-menu .bucket-menu-top, body.home .bucket-menu .bucket-menu-bottom, body.home .bucket-menu .bucket-menu-middle{
				width: 351px;
			}
		
				.bucket-menu .bucket-menu-top, .bucket-menu .bucket-menu-bottom{
					height: 26px;
					/* width: 351px; */
				}
			
					.bucket-menu .bucket-menu-top{
						background: url(../images/bucket-menu-top-bg.png) no-repeat left top;
						background-size: 100% 100%;
					}
					
						.bucket-menu .bucket-menu-bottom{
							background: url(../images/bucket-menu-bottom-bg.png) no-repeat left top;
							background-size: 100% 100%;
						}
					
							.bucket-menu .bucket-menu-middle{
								/* width: 351px; */
								background: url(../images/bucket-menu-middle-bg.png) repeat-y left top;
								background-size: 100% 100%;
							}
							
								.bucket-menu ul li{
									padding: 0px;
									margin: 0px;
									text-align: center;
									background: url(../images/bucket-menu-border.png) no-repeat center top;
								}
									
									.bucket-menu ul li.first{
										background: none;
									}
									
										.bucket-menu ul li.first a{
											padding: 11px 0px 8px 0px;
										}
										
											.bucket-menu ul li a{
												color: #ffffff;
												line-height: 1.1;
												font-size: 16px;
												text-transform: uppercase;
												padding: 12px 0px 8px 0px;
												margin: 0px;
												display: block;
												/* height: 15px; */
											}
													
												.bucket-menu ul li a:hover, .bucket-menu ul li a.selected{
													color: #ffffff;
													background: url(../images/bucket-menu-hover.png) no-repeat center top;
												}
											
/* Main Menu Drop Down Styles  */
nav.main-menu ul li ul {
	visibility: hidden;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	opacity: 0;
	width: 18%;
	background: #8295a7;
	position: absolute;
	top: 155px;
	/* left: 0; */
	z-index: 10001 !important;
	margin: 0px 0px 0px -2.4%;
}

	nav.main-menu ul li ul li {
		width: 100%;
		display: block;
		/* min-height: 44px; */
		height: auto;
		background: url(../images/main-menu-dropdown.png) no-repeat center top;
	}
	
		nav.main-menu ul li ul li a:hover {
			color: #38393a;
		}
		
			nav.main-menu ul li ul li a {
				font-size: 12px;
				color: #ffffff;
				text-align: center;
				text-transform: capitalize;
				height: auto;
				/* width: 90%; */
				padding: 9px 17px 10px 0px;
				margin: 0px 0px 0px 20px !important;
			}
			
				nav.main-menu ul li ul li a.last {
					border-bottom: none;
					padding: 6px 17px 22px 0px;
				}
				
					nav.main-menu ul li ul li.first-drop a{
						padding: 16px 17px 9px 0px;
					}
					
						nav.main-menu ul li:hover>ul {
							visibility: visible;
							opacity: 1;
							transition-delay: 100ms;
						}

.banner-wrapper {
	height: 456px;
	overflow: hidden;
    width: 100%;
	margin: 12px auto 0px;
	position: relative;
}

.slider-nav-wrapper {
    height: 456px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 1200px; */
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
	/* z-index: 10001 !important; */
}

.slider-nav-wrapper label{
	width: 30px;
	height: 100%;
	position: absolute;
	z-index: 800;
	top: 0px;
}

.slider-nav-wrapper .next{
	right: 0px;
}

.slider-nav-wrapper .prev{
	left: 0px;
}

.slider-nav-wrapper a{
	width: 30px;
	height: 30px;
	z-index: 8000;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.slider-nav-wrapper #next{
	background: url(../images/arrows.png) -30px 0 no-repeat;
}

.slider-nav-wrapper #back{
	background: url(../images/arrows.png) 0 0 no-repeat;
}

.banner-wrapper-inner {
	height: 235px;
	overflow: hidden;
    width: 100%;
	margin: 12px auto 0px;
	background: url(../images/banner-sub.jpg) no-repeat center top;
}

body.acnepage .banner-wrapper-inner {
	background: url(../images/banner-sub-acne.jpg) no-repeat center top;
}

body.patchtestingpage .banner-wrapper-inner {
	background: url(../images/banner-sub-patch-testing.jpg) no-repeat center top;
}

body.eczema .banner-wrapper-inner {
	background: url(../images/banner-sub-eczema.jpg) no-repeat center top;
}

body.pediatric .banner-wrapper-inner {
	background: url(../images/banner-sub-pediatric.jpg) no-repeat center top;
}

body.psoriasis .banner-wrapper-inner {
	background: url(../images/banner-sub-psoriasis.jpg) no-repeat center top;
}

body.clinicaltrials .banner-wrapper-inner {
	background: url(../images/banner-sub-clinical-trials.jpg) no-repeat center top;
}

body.patientresources .banner-wrapper-inner {
	background: url(../images/banner-sub-patient-res.jpg) no-repeat center top;
}
	
	/* HEADER ANIMATION PICTURES */
.headerimg {
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 456px;
	position: absolute;
	z-index: 10;
}

.main-containers {
	position: relative;
	margin: 0px;
}

	body.subpage .main-containers {
		margin: -203px 0px 0px 0px;
	}

.content-wrapper{
	background: url(../images/content-wrapper.png) repeat-y left top;
	background-size: 100% 100%;
}

	body.subpage .content-wrapper{
		background: none;
	}

.left-content{
	width: 29.3%;
	float: left;
	padding: 0px 0px 46px 0px;
}

.right-content{
	width: 70.7%;
	float: right;
}

	.right-inner{
		background: #ffffff;
		min-height: 748px; 
		height:auto !important; 
		height: 748px;
		padding: 0px 0px 38px 0px;
		margin: 203px 0px 52px 0px;
	}

.testimonials {
	margin: 0px 0px 23px 0px;
	line-height: 1.7;
	text-align: center;
}

	.testimonials h2 {
		margin: 21px 0px 9px 0px;
	}

		.testimonials .testimonials-quote-left {
			background: url(../images/left-quote.png) no-repeat 19px top;
			padding: 1px 0px 0px 41px;
			height: 43px;
		}
		
			.testimonials .testimonials-quote-left {
				background: url(../images/left-quote.png) no-repeat 44px top;
			}
			
				.testimonials .testimonials-quote-right {
					background: url(../images/right-quote.png) no-repeat right top;
					margin: -2px 40px 9px 0px;
					height: 43px;
				}
				
					.testimonials .testimonials-content{
						font-size: 14px;
						padding: 1px 40px 0px 37px;
					}
					
						.testimonials .testimonials-name {
							display: block;
							margin: 1px 0px 0px 0px;
						}
							
							.testimonials .common-link{
								width: 31%;
								margin: 0px 0px 0px 32.9%;
								padding: 1px 5px 3px 5px;
							}
							
								.testimonials .testimonials-intro{
									text-align: center;
									width: 100%;
									/* height: 208px; */
									margin: 5px 0px 30px 0px;
								}
									
									.testimonials .testimonials-scroller ul, .testimonials .testimonials-scroller ul li{
										margin: 0px;
									}
										
										.testimonials .testimonials-scroller ul li{
											list-style-type: none;
										}
								
/* Sub page Testimonials left side styles - Start */

body.subpage .testimonials {
	background: #d6e8ff;
	padding: 41px 0px 73px 0px;
}
	
	body.subpage .testimonials h2  {
		line-height: 1.25;
		margin: 0px 0px 19px 0px;
	}
		
		body.subpage .testimonials .testimonials-content{
			padding: 12px 40px 0px 37px;
		}
		
			body.subpage .testimonials .testimonials-quote-right {
				background: url(../images/right-quote.png) no-repeat 252px top;
				margin: -6px 0px 19px 0px;
			}
		
				body.subpage .testimonials .testimonials-name {
					font-size: 14px;
					padding: 6px 0px 0px 0px;
				}

/* Sub page Testimonials left side styles - End */
	
.physicians-link{
	background: #5177a6;
	text-align: center;
	padding: 3px 0px 25px 0px;
	margin: 28px 0px 0px 0px;
}
					
	.physicians-link h2{
		line-height: 1.25;
	}
		
		.physicians-link a{
			color: #ffffff;
		}
					
			.physicians-link a:hover{
				color: #08264b;
			}


.footer-logos  {
	height: 154px;
	background: #ebebeb;
}

	/* .footer-logos  img{
		float: left;
	} */	
		
		.footer-logos  .logo01{
			margin: 52px 1.7% 0px 0px;
		}	

			.footer-logos  .logo02{
				margin: 52px 1.8% 0px 0px;
			}

				.footer-logos  .logo03{
					margin: 52px 1% 0px 0px;
				}

					.footer-logos  .logo04{
						margin: 52px 1.3% 0px 0px;
					}

						.footer-logos  .logo05{
							margin: 52px 1.2% 0px 0px;
						}
						
							.footer-logos  .logo06{
								margin: 52px 0px 0px 0px;
							}

.footer-wrapper .footer-right {
	float: right;
	text-align: right;
}

	.footer .address-left, .footer .address-right {
		float: left;
		width: 30%;
	}

.get-social h2{
	margin: 0px;
	position: relative;
	right: -5px;
}

	.get-social ul{
		margin: 0px;
		position: relative;
		right: 1px;
		padding: 7px 0px 0px 0px;
	}
	
.staff-images-block{
	margin: 4px 1.3% 15px 0px;
}

}


/************* 1024px screen styles - Start *************/

@media only screen and (min-width: 769px) and (max-width: 1024px){

nav.main-menu {
	width: 100%;
	margin: 2px 0px 0px 0.5%;
}

	nav.main-menu li {
		margin: 0px 0.3% 0px 0px;
	}

		nav.main-menu li a {
			font-size: 13px;
			padding: 7px 5px 9px 0px;
		}
	
/* .search-area {
	width: 14.8%;
} */

.bucket-menu ul li a:hover, .bucket-menu ul li a.selected{
	margin: 0px 9px 0px 9px;
}

.footer-logos  img{
	width: 15%;
}

.footer .footer-menu ul li a{
	padding: 17px 1px 22px 2px;
}

.staff-images-block{
	width: 32%;
	margin: 4px 1% 15px 0px;
}

/* .testimonials .testimonials-intro{
	width: 82%;
} */

.video-intro-wrapper {
	margin: 20px 0px 20px 16%;
}

}

/************* 1024px screen styles - End *************/

@media screen and (max-width: 946px){



}

@media screen and (max-width: 662px){

.header-mobile {
	border-top: 2px solid #576e85;
	z-index: 10000!important;
}

.logo{
	width: 100%;
	height: auto;
	margin: 0px;
	text-align: center;
}
	
.telephone {
    text-align: center;
	padding: 0px 0px 5px 0px;
}

h1 .title-common{
	display: none;
}

h1 {
	padding: 0px 0px 24px 0px;
}

.para{
	line-height: 1.9;
	padding: 0px 20px 0px 20px;
}

.footer-wrapper .footer {
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #b1b1b1;
}

	.footer-wrapper .footer-address  .address-left{
		margin: 0px 0px 20px 0px;
	}

}


@media screen and (max-width: 768px){
/* Opera Mobile Styles  */

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

.header-mobile {
	border-top: 2px solid #576e85;
	z-index: 10000!important;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.logo{
	width: 100%;
	height: auto;
	margin: 0px;
	text-align: center;
}

.telephone {
    text-align: center;
	padding: 0px 0px 5px 0px;
}

h1 .title-common{
	display: none;
}

h1 {
	padding: 0px 0px 24px 0px;
}

.para{
	line-height: 1.9;
	padding: 0px 20px 0px 20px;
}

.footer-wrapper .footer {
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #b1b1b1;
}

	.footer-wrapper .footer-address  .address-left{
		margin: 0px 0px 20px 0px;
	}
	
.staff-images-block{
	margin: 4px 2% 15px 0px;
}

/*Top Icon Menu*/
.header-top-icons {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 52px;
	display: block;
	background: #6f88a6;
	border-bottom: 1px solid #a30000;
}

	.top-menu-mobile {
		margin: -1px 0px 0px 0px;
		padding: 0px;
		list-style-type: none;
	}
	
		.top-menu-mobile li {
			height: 52px;
			width: 19%;
			display: block;
			float: left;
			text-align: center;
		}
		
			.top-menu-mobile li a {
				text-indent: -9999px;
				height: 52px;
				width: 100%;
				display: block;
			}
				
				.top-menu-mobile li.menu {
					border-right-style: solid;
					border-right-color: #fff;
					border-right-width: 1px;
					font-size: 48px !important;
					color: #fff;
					line-height: 50px;
					background-image: url(../images/mobile/menu_icon.png);
					background-position: center center;
					background-repeat: no-repeat;
				}
				
					.top-menu-mobile li.call {
						border-left-width: 1px;
						border-right-style: solid;
						border-left-style: solid;
						border-left-color: #fff;
						border-right-width: 1px;
						border-right-color: #fff;
						background-image: url(../images/mobile/call_icon.png);
						background-repeat: no-repeat;
						background-position: center center;
					}
					
						.top-menu-mobile li.appointment {
							border-left-width: 1px;
							border-right-style: solid;
							border-left-style: solid;
							border-left-color: #fff;
							border-right-width: 1px;
							border-right-color: #fff;
							background-image: url(../images/mobile/appointment_icon.png);
							background-repeat: no-repeat;
							background-position: center center;
						}
						
							.top-menu-mobile li.contact {
								border-left-width: 1px;
								border-right-style: solid;
								border-left-style: solid;
								border-left-color: #fff;
								border-right-width: 1px;
								border-right-color: #fff;
								background-image: url(../images/mobile/contact_icon.png);
								background-repeat: no-repeat;
								background-position: center center;
							}
							
								.top-menu-mobile li.directions {
									border-left-width: 1px;
									border-left-style: solid;
									border-left-color: #fff;
									background-image: url(../images/mobile/map_icon.png);
									background-repeat: no-repeat;
									background-position: center center;
								}

}

@media screen and (max-width: 480px){

.header-mobile {
	border-top: 2px solid #576e85;
	z-index: 10000!important;
}

.telephone {
    text-align: center;
	padding: 0px 0px 5px 0px;
}

h1 .title-common{
	display: none;
}

h1 {
	padding: 0px 0px 24px 0px;
}

.para{
	line-height: 1.9;
	padding: 0px 20px 0px 20px;
}

.footer-wrapper .footer {
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #b1b1b1;
}

	.footer-wrapper .footer-address  .address-left{
		margin: 0px 0px 20px 0px;
	}

}


/************************************************************************************
	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*/
}
}


/*
/* 
 * 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; }
}


/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-family: font-bold;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
	color: #0f71aa;
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      color: #0f71aa;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #889aaf; /* Mobile Menu BG Color */
  color: #fff; }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }
  .mm-buttonbar:after {
    content: '';
    display: block;
    clear: both; }
  .mm-buttonbar > * {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-buttonbar > a {
    text-decoration: none; }
  .mm-buttonbar > input {
    position: absolute;
    left: -1000px;
    top: -1000px; }
  .mm-buttonbar > input:checked + label {
    border-color: transparent  !important; }
  .mm-buttonbar > *:first-child,
  .mm-buttonbar > input:first-child + * {
    border-left: none; }
  .mm-buttonbar.mm-buttonbar-2 > * {
    width: 50%; }
  .mm-buttonbar.mm-buttonbar-3 > * {
    width: 33.33%; }
  .mm-buttonbar.mm-buttonbar-4 > * {
    width: 25%; }
  .mm-buttonbar.mm-buttonbar-5 > * {
    width: 20%; }

.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px; }

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px; }
  .mm-footer .mm-buttonbar > * {
    border-left: none; }

.mm-list > li > .mm-buttonbar {
  margin: 10px 20px; }

.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333; }
  .mm-menu .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: #333333; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0; }

.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px; }

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header .mm-title,
  .mm-header .mm-prev,
  .mm-header .mm-next,
  .mm-header .mm-close {
    padding-top: 30px; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative; }
  .mm-header .mm-prev,
  .mm-header .mm-next,
  .mm-header .mm-close {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
  .mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0; }
  .mm-header .mm-next,
  .mm-header .mm-close {
    padding-left: 10px;
    padding-right: 20px;
    right: 0; }
  .mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px; }
  .mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
    margin-left: 5px;
    margin-right: -2px; }
  .mm-header [href].mm-next:after {
    border-top: none;
    border-left: none; }
  .mm-header [href].mm-close:after {
    content: 'x'; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px; }
  .mm-menu.mm-hassearch .mm-header .mm-title,
  .mm-menu.mm-hassearch .mm-header .mm-prev,
  .mm-menu.mm-hassearch .mm-header .mm-next,
  .mm-menu.mm-hassearch .mm-header .mm-close {
    padding-top: 20px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px; }
  .mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 60px; }
  .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
  .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
    padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header .mm-prev:before,
  .mm-menu .mm-header .mm-next:after,
  .mm-menu .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-list li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
  top: 8.5px; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px; }
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0; }

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0; }

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0; }

.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.mm-search {
  padding: 10px; }
  .mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0; }
  .mm-menu .mm-noresultsmsg:after {
    border: none !important; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px; }
  .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px; }
  .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0; }
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px; }
.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px; }

label.mm-check + a,
label.mm-check + span {
  margin-right: 50px; }

a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px; }

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px; }

a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px; }

em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px; }

em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px; }

em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu label.mm-toggle:before {
    background: #333333; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      -moz-transform: scale(0.7, 0.7) translateX(-30%);
      -ms-transform: scale(0.7, 0.7) translateX(-30%);
      -o-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }