@charset "UTF-8";
@charset "UTF-8";
@font-face {
        font-family: 'droidserifbold';
        src: url('fonts/droidserif-bold-webfont.eot');
        src: url('fonts/droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
            url('fonts/droidserif-bold-webfont.woff2') format('woff2'),
            url('fonts/droidserif-bold-webfont.woff') format('woff'),
            url('fonts/droidserif-bold-webfont.ttf') format('truetype'),
            url('fonts/droidserif-bold-webfont.svg#droid_serifbold') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
        font-family: 'opensansregular';
        src: url('fonts/opensans-regular-webfont.eot');
        src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
            url('fonts/opensans-regular-webfont.woff2') format('woff2'),
            url('fonts/opensans-regular-webfont.woff') format('woff'),
            url('fonts/opensans-regular-webfont.ttf') format('truetype'),
            url('fonts/opensans-regular-webfont.svg#droid_serifbold') format('svg');
        font-weight: normal;
        font-style: normal;
}
@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#droid_serifbold') 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#droid_serifbold') 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#droid_serifbold') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
        font-family: 'opensanslight';
        src: url('fonts/opensans-light-webfont.eot');
        src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
            url('fonts/opensans-light-webfont.woff2') format('woff2'),
            url('fonts/opensans-light-webfont.woff') format('woff'),
            url('fonts/opensans-light-webfont.ttf') format('truetype'),
            url('fonts/opensans-light-webfont.svg#droid_serifbold') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
        font-family: 'opensansbold';
        src: url('fonts/opensans-bold-webfont.eot');
        src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
            url('fonts/opensans-bold-light-webfont.woff2') format('woff2'),
            url('fonts/opensans-bold-webfont.woff') format('woff'),
            url('fonts/opensans-bold-webfont.ttf') format('truetype'),
            url('fonts/opensans-bold-webfont.svg#droid_serifbold') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*====================================================== BOILERPLATE====================================================================*/

*{
    margin: 0;
    padding: 0;
}
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; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

img {
    border: 0;
    -ms-interpolation-mode: bicubic; vertical-align: middle;
}
button, input, select, textarea {
    width: 100%;
    background: none;
    border: none !important;
    font-size: 13px;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
selct{ 
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
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; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/* 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; }
a{
    text-decoration: none;
}
.hidden{
    display: none;
    font-size: 0;
}
.hide-from-desktop{
    display: none;
}
.hide-from-mobile{
    display: block;
}
.appointment-request-input input[type="text"],.appointment-request-input input[type="Email"],.appointment-request-input input[type="tel"]{width:100%;height:18px;border:none;background:none;position:relative;z-index:200;display:block;font-size: 13px;font-family: 'opensansregular', Arial, Helvetica, sans-serif;}

/*====================================================end of starting css*================================================================*/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}


body {
	line-height: 1;
	margin: 0 auto;
	float: none;
	height: auto;
	color: #303030;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-decoration: none;
	position: relative;
}

.header-wrapper{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.content-wrapper{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.bucketmenu-wrapper{
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
}

.layer-0 {
	height: 800px;
	position: absolute;
	top: 0;
	width: 1200px;
	background-color: #ffffff; Layer's solid color
	
}
.col-2 {
	left: 50%;
	min-height: 2773px;
	position: absolute;
	top: 0;
	width: 1920px;
	background: #ffffff;
	
}
.header {
	position: relative;
	}
.header-icons {
	margin: 0 auto;
	position: relative;
	width: 1200px;
}
.social-media {
    width: 31%;
	float: left;
	margin: 7px 2px 0;
}

.search {
    background-image: url(../images/search-icon.jpg);
    background-repeat: no-repeat;
    background-color: #0bab9a;
    z-index: 300;
    float: right;
	position: relative;
    width: 4.25%;
	max-width: 51px;
    background-color: 
	
}
.shape-3-copy {
	display: block;
	margin: 0 auto;
}
.address {
    display: inline-block !important;
	float: left;
	margin: 8px 0 0 0;
	color: #ffffff;
	font-size: 15px;
    font-family: 'opensansregular', Arial, Helvetica, sans-serif;
    width: 62.6%;
   
}
.row-6 {
	margin: 33px auto 0;
	position: relative;
	width: 1200px;
}
.main-logo {
    padding-top: 33px;
    padding-bottom: 31px;
	float: left;
	width:  37.667%;
}
.group-1 {
	float: left;
	margin: 6px 0 0;
	position: relative;
	width: 742px;
}
.col-5 {
	float: left;
	margin: 15px 0 0;
	position: relative;
	width: 160px;
}
.row-3 {
	margin: 0 0 0 10px;
	position: relative;
}
.home {
	float: left;
	margin: -3px 32px -2px 0;
	color: #12b2a1;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.text-2 {
	float: left;
	margin: -3px 0 -2px;
	color: #12b2a1;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.shape-4 {
	height: 2px;
	margin: 57px 0 0;
	position: relative;
	width: 63px;
	background: #07a897;
}
.text-3 {
	float: left;
	margin: 12px 0 -2px 42px;
	color: #12b2a1;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.testimonies {
	float: left;
	margin: 12px 0 -2px 28px;
	color: #12b2a1;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.blog {
	float: left;
	margin: 12px 0 -2px 27px;
	color: #12b2a1;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.book-and-appointment {
    float: right;
	margin: 39px 0 0 0;
	min-height: 34px;
    width: 21.03%;
	max-width: 187px;
	border: 2px solid #16bbaa; /*stroke*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
	color: #16bbaa;
	font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}
.flash {
	height: 39px;
	padding: 305px 360px 42px;
	background: url(../images/rectangle_2_2.jpg) no-repeat;
	color: #16bbaa;
	font-size: 36px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.col {
	min-height: 167px;
	position: relative;
	width: 1920px;
	background: url(../images/rectangle_4_2.png) no-repeat;
}
.bucketmenu-row {
	height: 74px;
	position: relative;
	background: #16bbaa;
    display: block;
}
.group-2 {
	margin: 0 auto;
	position: relative;
	width: 1202px;
}
.text-6 {
	float: left;
	margin: 9px 0 -5px;
	width: 71px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
.shape-2 {
	float: left;
	height: 50px;
	margin: 0 0 0 12px;
	width: 1px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InNoYXBlLTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9IjAlIj4KPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMTZiYmFhIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjxzdG9wIG9mZnNldD0iNDcuMjY1NjI1JSIgc3RvcC1jb2xvcj0iIzgwZDRjYyIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNmJiYWEiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNzaGFwZS0yKSIgLz48L3N2Zz4=);
	background: -moz-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -o-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -webkit-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: linear-gradient(0deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
}
.text-7 {
	float: left;
	margin: 9px 0 -5px 7px;
	width: 92px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
.shape-2-copy {
	float: left;
	height: 50px;
	margin: 0 0 0 9px;
	width: 1px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InNoYXBlLTItY29weSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iMCUiPgo8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMxNmJiYWEiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPHN0b3Agb2Zmc2V0PSI0Ny4yNjU2MjUlIiBzdG9wLWNvbG9yPSIjODBkNGNjIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE2YmJhYSIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3NoYXBlLTItY29weSkiIC8+PC9zdmc+);
	background: -moz-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -o-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -webkit-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: linear-gradient(0deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
}
.text-8 {
	float: left;
	margin: 9px 0 -5px 9px;
	width: 144px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
.shape-2-copy-2 {
	float: left;
	height: 50px;
	margin: 0 0 0 10px;
	width: 1px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InNoYXBlLTItY29weS0yIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+CjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzE2YmJhYSIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8c3RvcCBvZmZzZXQ9IjQ3LjI2NTYyNSUiIHN0b3AtY29sb3I9IiM4MGQ0Y2MiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTZiYmFhIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjc2hhcGUtMi1jb3B5LTIpIiAvPjwvc3ZnPg==);
	background: -moz-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -o-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -webkit-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: linear-gradient(0deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
}
.text-9 {
	float: left;
	margin: 9px 0 -5px 8px;
	width: 83px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
.shape-2-copy-3 {
	float: left;
	height: 50px;
	margin: 0 0 0 8px;
	width: 1px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InNoYXBlLTItY29weS0zIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+CjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzE2YmJhYSIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8c3RvcCBvZmZzZXQ9IjQ3LjI2NTYyNSUiIHN0b3AtY29sb3I9IiM4MGQ0Y2MiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTZiYmFhIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjc2hhcGUtMi1jb3B5LTMpIiAvPjwvc3ZnPg==);
	background: -moz-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -o-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -webkit-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: linear-gradient(0deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
}
.text-10 {
	float: left;
	margin: 9px 0 -5px 7px;
	width: 89px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
.shape-2-copy-4 {
	float: left;
	height: 50px;
	margin: 0 0 0 10px;
	width: 1px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InNoYXBlLTItY29weS00IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+CjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzE2YmJhYSIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8c3RvcCBvZmZzZXQ9IjQ3LjI2NTYyNSUiIHN0b3AtY29sb3I9IiM4MGQ0Y2MiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTZiYmFhIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjc2hhcGUtMi1jb3B5LTQpIiAvPjwvc3ZnPg==);
	background: -moz-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -o-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -webkit-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: linear-gradient(0deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
}
.veneers {
	float: left;
	margin: 20px 0 -2px 8px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.shape-2-copy-5 {
	float: left;
	height: 50px;
	margin: 0 0 0 10px;
	width: 1px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InNoYXBlLTItY29weS01IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+CjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzE2YmJhYSIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8c3RvcCBvZmZzZXQ9IjQ3LjI2NTYyNSUiIHN0b3AtY29sb3I9IiM4MGQ0Y2MiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTZiYmFhIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjc2hhcGUtMi1jb3B5LTUpIiAvPjwvc3ZnPg==);
	background: -moz-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -o-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -webkit-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: linear-gradient(0deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
}
.text-11 {
	float: left;
	margin: 9px 0 -5px 6px;
	width: 90px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
.shape-2-copy-6 {
	float: left;
	height: 50px;
	margin: 0 0 0 10px;
	width: 1px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InNoYXBlLTItY29weS02IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+CjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzE2YmJhYSIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8c3RvcCBvZmZzZXQ9IjQ3LjI2NTYyNSUiIHN0b3AtY29sb3I9IiM4MGQ0Y2MiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTZiYmFhIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjc2hhcGUtMi1jb3B5LTYpIiAvPjwvc3ZnPg==);
	background: -moz-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -o-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -webkit-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: linear-gradient(0deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
}
.text-12 {
	float: left;
	margin: 9px 0 -5px 8px;
	width: 65px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
.shape-2-copy-7 {
	float: left;
	height: 50px;
	margin: 0 0 0 10px;
	width: 1px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InNoYXBlLTItY29weS03IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+CjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzE2YmJhYSIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8c3RvcCBvZmZzZXQ9IjQ3LjI2NTYyNSUiIHN0b3AtY29sb3I9IiM4MGQ0Y2MiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTZiYmFhIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjc2hhcGUtMi1jb3B5LTcpIiAvPjwvc3ZnPg==);
	background: -moz-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -o-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -webkit-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: linear-gradient(0deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
}
.text-13 {
	float: left;
	margin: 9px 0 -5px 9px;
	width: 92px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
.shape-2-copy-8 {
	float: left;
	height: 50px;
	margin: 0 0 0 10px;
	width: 1px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InNoYXBlLTItY29weS04IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+CjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzE2YmJhYSIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8c3RvcCBvZmZzZXQ9IjQ3LjI2NTYyNSUiIHN0b3AtY29sb3I9IiM4MGQ0Y2MiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTZiYmFhIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjc2hhcGUtMi1jb3B5LTgpIiAvPjwvc3ZnPg==);
	background: -moz-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -o-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -webkit-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: linear-gradient(0deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
}
.text-14 {
	float: left;
	margin: 9px 0 -5px 8px;
	width: 99px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
.shape-2-copy-9 {
	float: left;
	height: 50px;
	margin: 0 0 0 12px;
	width: 1px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InNoYXBlLTItY29weS05IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+CjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzE2YmJhYSIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8c3RvcCBvZmZzZXQ9IjQ3LjI2NTYyNSUiIHN0b3AtY29sb3I9IiM4MGQ0Y2MiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTZiYmFhIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjc2hhcGUtMi1jb3B5LTkpIiAvPjwvc3ZnPg==);
	background: -moz-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -o-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -webkit-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: linear-gradient(0deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
}
.text-15 {
	float: left;
	margin: 9px 0 -5px 11px;
	width: 113px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
.content-heading-text {
    padding: 30px 0;
    max-height: 92px;
    border-bottom: 1px solid #dedede; 
    background-image: url(../images/content-heading.png);
    font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
}
.wrapper-5 {
	min-height: 2064px;
	position: relative;
}

.header-top {
    width: 100%;
    height: 34px;
    background: #16bbaa;
    display: block;

}

.direction {
    color: inherit;
}

.header-row {
    display: block;
    height: 122px;
    background-color: white;
}

.main-menu {
    padding-top: 37px;
    width: 43.6%;
    float: left;
    max-width: 534px;
}



.header-bottom {
    display: block;
    
}



.content-left {
    height: auto;
    display: block;
    float: left;
    max-width: 839px;
    background-color: white;
    border-right: 1px solid #dedede;
}

.content-right {
    float: right;
    display: block;
    width: 30%;
    max-width: 360px;
    background-color: white;
    height: auto;
    
}

.finance-available {
    letter-spacing: 1.5px;
    margin-top: 55px;
    margin-bottom: 46px;
	min-height: 67px;
	padding: 10px 0;
	position: relative;
	width: 785px;
	border: 2px solid #ed2024; /*stroke*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(237, 32, 36, 0.0);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
	color: #ed2024;
	font-size: 60px;
	font-weight: 300;
	text-align: center;
    font-family: 'opensanslight', Arial, Helvetica, sans-serif;
}
.footer-finance-available {
    background-color: white;
    margin-top: 55px;
    margin-bottom: 46px;
	min-height: 27px;
	padding: 10px 0;
	position: relative;
    max-width: 338px;
	width: auto;
	border: 2px solid #ed2024; /*stroke*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(237, 32, 36, 0.0);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
	color: #ed2024;
	font-size: 25px;
	font-weight: 300;
	text-align: center;
    font-family: 'opensanslight', Arial, Helvetica, sans-serif;
}
.wrapper-5 {
	min-height: 2064px;
	position: relative;
}
.introduction {
    float: left;
	position: absolute;
	width: 553px;
	font-size: 14px;
	line-height: 24px;
    font-family: 'opensansregular', Arial, Helvetica, sans-serif;
	
}
.dr-michael-fahami {
    margin: 8px 0;
    float: right;
	position: relative;
	width: 200px;
	
}
.layer-10 {
	display: block;
	margin: 0 auto;
}
.text-18 {
	margin: 28px -1px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
    font-family: 'opensansregular', Arial, Helvetica, sans-serif;
}

.shape-5-copy {
	height: 1px;
	left: 50%;
	position: absolute;
	top: 961px;
	width: 787px;
	background: #dedede;
	margin-left: -601px;
}
.smilegallery-group {
	position: relative;
	width: 372px;
    margin: 63px 0 0;
	
}
.smilegallery-heading {
	margin: -5px 0 -6px;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
    font-family: 'ralewaymedium', Arial, Helvetica, sans-serif;
}
.smilegallery-image {
	display: block;
	margin: 32px auto 0;
}
.smilegallery-text {
	margin: 34px 0;
	font-size: 14px;
	line-height: 24px;
    font-family: 'opensansregular', Arial, Helvetica, sans-serif;
}
.practic-tour-group {
    float: right;
	position: relative;
	width: 367px;
    margin: 63px 0 0;
	
}
.practic-tour-heading {
	margin: -5px 0 -6px;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
    font-family: 'ralewaymedium', Arial, Helvetica, sans-serif;
}
.practic-tour-image {
	display: block;
	margin: 32px auto 0;
}
.practic-tour-text {
	margin: 34px 0;
	font-size: 14px;
	line-height: 24px;
    font-family: 'opensansregular', Arial, Helvetica, sans-serif;
}
.mouth-screening {
	left: 50%;
	min-height: 15px;
	padding: 25px 53px 24px;
	position: absolute;
	top: 56px;
	width: 204px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #16bbaa;
	-webkit-box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	-moz-box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin-left: 290px;
}
.right-button {
	min-height: 15px;
	padding: 25px 52px 24px;
	position: relative;
	width: 206px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #16bbaa;
	-webkit-box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	-moz-box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	color: #ffffff;
	 font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin: 20px auto 0;
}
.smoke-cessation-copy {
	left: 50%;
	min-height: 15px;
	padding: 25px 52px 24px;
	position: absolute;
	top: 225px;
	width: 206px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #16bbaa;
	-webkit-box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	-moz-box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin-left: 290px;
}
.appointment-request-form {
    margin: 2px auto 0;
	position: relative;
	width: 310px;
	
}
.appointment-request-text {
    position: relative;
    padding-top: 20px;
   font-family: 'ralewaymedium', Arial, Helvetica, sans-serif;
	color: #11b2a1;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.appointment-request-input {
    margin: 24px 0;
	min-height: 16px;
	padding: 9px 18px 9px;
	border: 1px solid #dedede; /*stroke*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fcfcfc;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
	letter-spacing: 0;
}
.rounded-rectangle-3-copy-holder {
	margin: 18px 0 0;
	min-height: 15px;
	padding: 11px 18px 14px;
	border: 1px solid #dedede; /*stroke*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fcfcfc;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
	font-weight: 600;
	letter-spacing: 0;
}
.rounded-rectangle-3-copy-2-holder {
	margin: 19px 0 0;
	min-height: 15px;
	padding: 11px 18px 14px;
	border: 1px solid #dedede; /*stroke*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fcfcfc;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
	font-weight: 600;
	letter-spacing: 0;
}
.rounded-rectangle-3-copy-3-holder {
	margin: 18px 0 0;
	min-height: 14px;
	padding: 12px 18px 14px;
	border: 1px solid #dedede; /*stroke*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fcfcfc;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
	font-weight: 600;
	letter-spacing: 0;
}
.rounded-rectangle-3-copy-4-holder {
	margin: 19px 0 0;
	min-height: 14px;
	padding: 11px 18px 15px;
	border: 1px solid #dedede; /*stroke*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fcfcfc;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
	font-weight: 600;
	letter-spacing: 0;
}
.appointment-request-texarea {
	margin: 18px auto 0;
	min-height: 15px;
	padding: 10px 17px 69px;
	border: 1px solid #dedede; /*stroke*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fcfcfc;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
	letter-spacing: 0;
}
.appointment-request-submit {
	margin: 19px 0 0;
	min-height: 14px;
	padding: 17px 0 16px;
	position: relative;
	width: 111px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #16bbaa;
	-webkit-box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	-moz-box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	color: #ffffff;
	font-family: 'ralewaymedium', Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
}
.office-hours {
    margin: 51px auto 0;
	height: 271px;
	min-height: 271px;
	position: relative;
	width: 310px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #16bbaa;
	-webkit-box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	-moz-box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	box-shadow: 0 1px 0 0 #029d8d; /*drop shadow*/
	
}
.rectangle-6 {
	left: 50%;
	position: absolute;
	top: 152px;
	margin-left: -131px;
}
.office-hours-row {
    z-index: 100;
	position: relative;
    margin: 27px auto 0;
	width: 255px;
	
}
.text-31 > * {
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 14.4px;
	text-align: center;
}
.Testimonies-row {
	position: relative;
	width: 790px;
    padding: 36px 0;
	
}
.text-32 > * {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.polygon-1 {
	position: absolute;
    padding-right: 10px;
	
}
.polygon-1-copy {
	position: absolute;
	top: 1082px;
	margin-left: -514px;
}
.polygon-1-copy-2 {
	left: 50%;
	position: absolute;
	top: 1082px;
	margin-left: -499px;
}
.polygon-1-copy-3 {
	left: 50%;
	position: absolute;
	top: 1082px;
	margin-left: -484px;
}
.polygon-1-copy-4 {
	left: 50%;
	position: absolute;
	top: 1082px;
	margin-left: -468px;
}
.testimonies-head {
   
    text-align: left;
    font-family: 'ralewaymedium', Arial, Helvetica, sans-serif;
	margin: -5px 0 -6px;
	font-size: 32px;
	text-transform: uppercase;
	
}
.group0 {
	left: 50%;
	min-height: 67px;
	padding: 10px 0;
	position: absolute;
	top: 55px;
	width: 785px;
	border: 2px solid #ed2024; /*stroke*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(237, 32, 36, 0.0);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
	color: #ed2024;
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	margin-left: -600px;
}
.shape-3 {
	height: 1294px;
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
	background: #dedede;
	margin-left: 240px;
}
.footer {
	min-height: 745px;
	padding: 18px 0 0;
	position: absolute;
	width:100%;
	background: url(../images/rectangle_7_2.jpg) no-repeat;
	
}
.row-5 {
	margin: 0 auto;
	position: relative;
	width: 1201px;
}
.footer-col-one {
	float: left;
	position: relative;
	width: 400px;
}
.footer-menu {
	position: relative;
}
.all-footer-sub-head {
	margin: 41px 0 0;
	color: #ffffff;
	font-family: 'ralewaymedium', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.text-34 {
    font-family: 'opensanslight', Arial, Helvetica, sans-serif;
	margin: 13px 0 0px;
	color: #16bbaa;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
}

.Get-Social-icon {
	letter-spacing: 7px;
    margin: 21px 1px 0;
    position: relative;
}
.row-7 > * {
	float: left;
	margin: 0 11.3px 0 0;
}
.row-7 > *:last-child {
	margin-right: 0 !important;
}
.layer-12 {
	display: block;
	margin: 51px 0 0;
}
.Products-text {
	margin: 23px 0 0;
    font-family: 'opensansregular', Arial, Helvetica, sans-serif;
	max-width: 354px;
    width: auto;
	color: #ffffff;
	line-height: 21px;
}
.group-5-copy {
	float: left;
	margin: 0 0 0 86px;
	position: relative;
	width: 303px;
}
.text-37 {
	margin: -3px 0;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.text-38 {
	margin: 21px 0 -2px 1px;
	color: #16bbaa;
	text-transform: uppercase;
}

.desc-block {
    font-family: 'opensansregular', Arial, Helvetica, sans-serif;   
	margin: 9px 0 0;
	color: #ffffff;
    line-height: 27px;
}

.text-40 {
	margin: 21px 0 0 2px;
	color: #ffffff;
}
.text-41 {
	margin: 47px 0 -3px 1px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.text-42 {
	margin: 12px 0 -5px 1px;
	color: #ffffff;
}
.text-43 {
	margin: 47px 0 -3px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.text-44 {
	margin: 12px 0 -5px;
	color: #ffffff;
}
.col-11 {
	float: left;
	margin: 0 0 0 83px;
	position: relative;
	width: 373px;
}
.text-45 {
	margin: -3px 0;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.text-46 {
	margin: 49px 0 -3px 4px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.text-47 {
	margin: 12px 4px -5px;
	color: #ffffff;
}
.text-48 {
	margin: 51px 0 -3px 3px;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.text-49 {
	margin: 12px auto -6px;
	width: 361px;
	color: #ffffff;
}
.rectangle-8-holder {
	margin: 64px 0 0;
	min-height: 13px;
	padding: 23px 360px 22px;
	background: #333333;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.09); /*inner glow*/
	-moz-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.09); /*inner glow*/
	box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.09); /*inner glow*/
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
}
.text-style-13 {
	display: block;
	line-height: 15px;
	margin-bottom: 0;
}
.text-style-16 {
	color: #16bbaa;
	line-height: 24px;
}
.smilegallery-link {
	color: #12b2a1;
    font-family: 'opensansregular', Arial, Helvetica, sans-serif;
}
.color16bbaa {
	color: #16bbaa;
}

.Home-menu-onley {
	color: #ffffff;
	font-weight: 500;
}
.text-style {
	text-decoration: underline;
}
.line-height {
	font-size: 14px;
	line-height: 24px !important;
}
.month-bold {
	font-weight: bold;
    font-family: 'opensansbold', Arial, Helvetica, sans-serif;
}
.footer-month-bold {
	font-weight: bold;
    font-family: 'opensansbold', Arial, Helvetica, sans-serif;
}
.text-style-15 {
	display: block;
	line-height: 12px;
	margin-bottom: 0;
}
.evening-sunday {
    position: absolute;
	color: #fdeb19;
	font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
    line-height: 28px;
    padding: 129px 9px;
}
.office-hours-textone {
    position: absolute;
    color: #ffffff;
	font-size: 30px;
	line-height: 14.4px;
	text-align: center;
    line-height: 36px;
    float: left;
	margin: 0 auto 0;
	font-family: 'ralewaymedium', Arial, Helvetica, sans-serif;
	
	
}
.star {
    font-family: 'opensansregular', Arial, Helvetica, sans-serif;
    margin: 37px 0 0;
    display: inline-block;
    height: 20px;
    width: 100%;
}
.text-style-11 {
    font-family: 'opensansregular', Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: -7px;
}


.text-style-3 {
	line-height: 36px;
}
.text-style-9 {
    width: 100%;
    line-height: 24px;
    font-family: 'opensansregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 23px 8px;
}
.text-style-6 {
    width: 100%;
    margin: 167px auto;
    position: absolute;
    display: block;
	font-size: 14px;
	line-height: 36px;
    text-align: center;
}

.content-left-wrapper {
    float: left;
    max-width: 790px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 24px;
    
}
.content-left-wrapper-last {
    float: left;
    width: 790px;
    
    
}

.smilegallery {
    float: left;
    width: 395px;
}

.practic-tour {
    float: right;
    width: 395px;
}

.right-three-buttens {
    height: 304px;
    float: right;
    margin: 36px auto 0;
}

.footer-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}



.footer-col-two {
    margin-left: 43px;
    float: left;
    width: 357px;
}

.footer-col-three {
    margin-left: 30px;
    float: left;
    width: 352px;
}

.block {
    margin: 20px 0 0;
    
}

.cotent {
    min-height: 1350px;
    height: auto;
    position: relative;
}

.content-right-wrapper {
    float: right;
    
}

.map {
    margin-top: 40px;
    margin-bottom: 84px;
}
/*=================================================slider css  start================================================================*/
/*
	* slider css  start
	* Style settings of LayerSlider
	*
	* (c) 2011-2013 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/



/* Global settings */


.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
	
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
	
}

.ls-container-fullscreen {
	
	margin: 0px auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0px auto;
}

.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	line-height: normal;	
	margin: 0px;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
	
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.ls-bar-timer {
	position: absolute;
	width: 0px;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0px;
}

.ls-circle-timer {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #444;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;								
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0px;
}	

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0px;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0px;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0px;												
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}
														
.ls-ct-center {
	width: 40%;
	height: 40%;
	left: 30%;
	top: 30%;
	position: absolute;								
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;								
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0px;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0px;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}




* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;	
}

.ls-nothumb {
	text-align: center !important;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
	background-image: url(blank.gif);
}

.ls-layer > a > * {
	background-image: url(blank.gif);
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0px;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0px;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;	
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0px;
	overflow: hidden !important;
	visibility: hidden;
}

.ls-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0px !important;
	bottom: 0px !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
	visibility: hidden;
}



/* WP plugin fullwidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
	
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
	-moz-perspective: 500px;
	-webkit-perspective: 500px;
}

.ls-lt-tile img {
	visibility: visible;
	display: inline-block;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.ls-curtile {
	left: 0px;
	top: 0px;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0px;
	padding: 0px;
	position: absolute;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}



/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
	
}


html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0px;
	border: 0px;
}

html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0px;
	border: 0px;	
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0px;
	box-shadow: none;
	border: 0px;
	padding: 0px;
	
}

html * .ls-wp-container .ls-layer > *,
body * .ls-wp-container .ls-layer > *,
#ls-global * .ls-wp-container .ls-layer > * {
	line-height: normal;
	outline: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
		
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	
}



html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
	display: none;
}

.site {
	overflow: visible !important;
}



/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0px !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;	
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0px !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0px 0px 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
	display: block;	
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0px 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;	
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-layer > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-webkit-hack,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-layer > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-webkit-hack,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-layer > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0px);
	-o-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	
}

/* Firefox embedded video fix */

html * .ls-container .ls-video-layer,
body * .ls-container .ls-video-layer,
#ls-global * .ls-container .ls-video-layer,
html * .ls-container .ls-layer iframe,
body * .ls-container .ls-layer iframe,
#ls-global * .ls-container .ls-layer iframe {
	backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	transform: none !important;
	-moz-transform: none !important;
	
}

html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#ls-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	}
}

/* LayerSlider Default Skin */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.ls-jupiter .ls-bottom-nav-wrapper {
	margin: -50px auto 0px auto;
}

.ls-jupiter .ls-playvideo {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
}

.ls-jupiter .ls-playvideo,
.ls-jupiter .ls-nav-sides,
.ls-jupiter .ls-bottom-slidebuttons a,
.ls-jupiter .ls-nav-start,
.ls-jupiter .ls-nav-stop,
.ls-jupiter .ls-fullscreen,
.ls-jupiter .ls-loading-container {
	
}

.ls-jupiter .ls-nav-prev, .ls-jupiter .ls-nav-next {

			width: 38px;
			height: 38px;
			z-index: 10000;
			top: 50%;
			margin-top: -20px;
			position: absolute;
			-webkit-opacity: 0.8;
		    -moz-opacity: 0.8;
		    -o-opacity: 0.8;
		    filter: alpha(opacity=80);
		    opacity: 0.8;
			background-color: rgba(0,0,0,0.4);
			-webkit-border-radius: 4px;
		    -moz-border-radius: 4px;
		    border-radius: 4px;
}
.ls-jupiter .ls-nav-prev:before, 
.ls-jupiter .ls-nav-next:before  {
				display: block;
				color: #fff;
				position: absolute;
				font-size: 16px;
				position: absolute;
				left:13px;
				top:12px;
		}

.ls-jupiter .ls-nav-prev {
	left:10px;
}	
.ls-jupiter .ls-nav-prev:before  {
		content: "\f053";
		font-family:FontAwesome;
}

.ls-jupiter .ls-nav-prev:hover {
	opacity:1;
}
.ls-jupiter .ls-nav-next {
	right:10px;
}	
.ls-jupiter .ls-nav-next:before  {
		content: "\f054";
		font-family:FontAwesome;
}

.ls-jupiter .ls-nav-next:hover {
	opacity:1;
}

.ls-jupiter .ls-playvideo {
	background-position: -300px -150px;
}

.ls-jupiter .ls-playvideo:hover,
.ls-jupiter .ls-vpcontainer:hover .ls-playvideo {
	background-position: -375px -150px;
}





.ls-jupiter .ls-bottom-slidebuttons,
.ls-jupiter .ls-bottom-slidebuttons a,
.ls-jupiter .ls-nav-start,
.ls-jupiter .ls-nav-stop,
.ls-jupiter .ls-nav-sides {
	height: 28px;
}

.ls-jupiter .ls-bottom-slidebuttons,
.ls-jupiter .ls-bottom-slidebuttons a,
.ls-jupiter .ls-nav-start,
.ls-jupiter .ls-nav-stop,
.ls-jupiter .ls-nav-sides {
	display: inline-block;
}

.ls-jupiter .ls-nav-start,
.ls-jupiter .ls-nav-stop {
	width: 24px;
}

.ls-jupiter .ls-bottom-slidebuttons a {
			width: 16px;
			height: 16px;
			margin: 2px;
			display: inline-block;

}
.ls-jupiter .ls-bottom-slidebuttons a:before  {
			display: block;
			color: #fff;
			position: absolute;
			font-size: 12px;
			content: "\f10c";
}


.ls-jupiter .ls-bottom-slidebuttons a:hover:before, .ls-jupiter .ls-bottom-slidebuttons a.ls-nav-active:before {
				content: "\f111" !important;
			}



.ls-jupiter .ls-nav-sides {
	width: 6px;	
}



.ls-jupiter .ls-thumbnail-hover {
	bottom: 40px;
	padding: 4px;
	margin-left: 1px;
}

.ls-jupiter .ls-thumbnail-hover-bg {
	background: white;
	border-radius: 4px;
}

.ls-jupiter .ls-thumbnail-hover span {
	border: 5px solid white;
	margin-left: -5px;
}



.ls-jupiter .ls-thumbnail {
	top: -20px;
}

.ls-jupiter .ls-thumbnail-inner {
	padding: 5px;
	margin-left: -5px;
	background: white;
	box-shadow: 0px 3px 35px -10px black;
	border-radius: 4px;
}

.ls-jupiter .ls-thumbnail-slide a {
	margin-right: 5px;
}

.ls-jupiter .ls-nothumb {
	background: #eee;
}



.ls-jupiter .ls-above-thumbnails {
	display: none;
}

.ls-jupiter .ls-below-thumbnails {
	display: block;
	margin-top: -20px;
}



.ls-jupiter .ls-loading-container {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	background-position: -450px -150px;	
}

.ls-jupiter .ls-loading-indicator {
	width: 22px;
	height: 22px;
	margin-top: 9px;
	background-image: url(loading.gif);	
}



.ls-jupiter .ls-fullscreen {
	width: 30px;
	height: 30px;
	right: 10px;
	top: 10px;
	background-position: -525px -150px;
}

.ls-jupiter .ls-fullscreen:hover {
	background-position: -525px -190px;
}
.slidermain {
    width: 100%; 
    height: 386px; 
    margin: 0px auto;
    
}






/*======================================================side menu and mm menu css start===============*/



/*Top Icon Menu*/
.header-top-icons {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 52px;
	display: block;
	background: #d9001e;
	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;
								}





/*==================================================all side menu css based on menu id (mmmenu)====================================*/
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a, .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-menu > .mm-panel > .mm-listview.mm-first {
    margin-top: -20px; }
  .mm-menu > .mm-panel > .mm-listview.mm-last {
    padding-bottom: 20px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview > li.mm-spacer {
  padding-top: 40px; }
  .mm-listview > li.mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview > li.mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-navbar > *,
    .mm-menu .mm-navbar a {
      color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-navbar .mm-btn:before,
    .mm-menu .mm-navbar .mm-btn:after {
      border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-listview > li .mm-prev:before,
  .mm-menu .mm-listview > li .mm-next:after,
  .mm-menu .mm-listview > li .mm-arrow:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li .mm-prev:after,
  .mm-menu .mm-listview > li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 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 autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	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: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    padding-left: 40px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	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 navbar addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top: 1px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-close {
  text-align: right; }
  .mm-close:after {
    content: 'x'; }

.mm-navbar-2 > *,
.mm-navbar-3 > *,
.mm-navbar-4 > *,
.mm-navbar-5 > *,
.mm-navbar-6 > * {
  display: block;
  float: left; }

.mm-navbar-2 > * {
  width: 50%; }

.mm-navbar-3 > * {
  width: 33.33%; }

.mm-navbar-4 > * {
  width: 25%; }

.mm-navbar-5 > * {
  width: 20%; }

.mm-navbar-6 > * {
  width: 16.66%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 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;
  top: 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-top: -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-top: -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; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -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-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -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-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -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;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/*
	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-fullscreen.mm-top, .mm-menu.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 multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	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; }

.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: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-navbar > *,
    .mm-menu.mm-theme-dark .mm-navbar a {
      color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
    .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
      border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before,
  .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
  .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li .mm-prev:after,
  .mm-menu.mm-theme-dark .mm-listview > li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-navbar > *,
    .mm-menu.mm-theme-white .mm-navbar a {
      color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
    .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
      border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white .mm-listview > li .mm-prev:before,
  .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
  .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li .mm-prev:after,
  .mm-menu.mm-theme-white .mm-listview > li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-navbar > *,
    .mm-menu.mm-theme-black .mm-navbar a {
      color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
    .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
      border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-listview > li .mm-prev:before,
  .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
  .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li .mm-prev:after,
  .mm-menu.mm-theme-black .mm-listview > li .mm-next:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }


/*===============================start main menu===========================*/


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-size: 13px;
  width: auto;
  font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
  line-height: 1;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  height: 85px;
  padding: 16px;
  padding-bottom:52px;
  font-size: 13px;
  font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #16bbaa;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a{
  border-bottom: 3px solid #16bbaa;

}
#cssmenu > ul > li:hover > a{
  color: #000000;
}
#cssmenu > ul > li.active > a{}
#cssmenu > ul > li.has-sub > a {
  padding-right: 27px;
  padding-left: 26px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
    z-index: 100;
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}



/*===============================start bucket menu===========================*/

#cssbucketmenu,
#cssbucketmenu ul,
#cssbucketmenu ul li,
#cssbucketmenu ul li a,
#cssbucketmenu #menu-button {
  margin: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    
}
#cssbucketmenu ul{height: 74px;}
#cssbucketmenu ul li{padding: 21px 13.5px 26px 14px;}
#cssbucketmenu:after,
#cssbucketmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssbucketmenu #menu-button {
  display: none;
}
#cssbucketmenu {
  width: auto;
  border-radius: 4px;
  font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
  line-height: 1;
  
}
#cssbucketmenu > ul > li {
  height: 72px;
  float: left;
  align-content: center;
  text-align: center;
}

#cssbucketmenu > ul > li > a {
  text-align: center;
  line-height: 138.46153%;
  font-size: 13px;
  font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #ffffff;
    letter-spacing: 0px;
}
#cssbucketmenu > ul > li:hover > a,
#cssbucketmenu > ul > li.active > a {
  color: #444444;
}
#cssbucketmenu > ul > li:hover > a,
#cssbucketmenu > ul > li > a:hover {
  background: rgba(125, 125, 125, 0.04);
}
#cssbucketmenu > ul > li:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  height: 50px;
  width: 1px;
  opacity: .15;
  width: 1px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InNoYXBlLTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9IjAlIj4KPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMTZiYmFhIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjxzdG9wIG9mZnNldD0iNDcuMjY1NjI1JSIgc3RvcC1jb2xvcj0iIzgwZDRjYyIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNmJiYWEiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNzaGFwZS0yKSIgLz48L3N2Zz4=);
	background: -moz-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -o-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: -webkit-linear-gradient(90deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
	background: linear-gradient(0deg, #16bbaa 0, #80d4cc 47.265625%, #16bbaa 100%);
}
#cssbucketmenu.align-right > ul > li:after {
  right: auto;
  left: -2px;
}
#cssbucketmenu > ul > li:before {
  content: '';
  position: absolute;
  right: -2px;
  top: 13px;
  align-content: center;
  display: block;
  height: 50px;
  width: 1px;
  opacity: .35;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01), #ffffff, rgba(255, 255, 255, 0.01));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
}

#cssbucketmenu > ul > li:last-child:after,
#cssbucketmenu > ul > li:last-child:before {
  display: none;
}
#cssbucketmenu.small-screen {
  width: 100%;
}
#cssbucketmenu.small-screen > ul,
#cssbucketmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}

#cssbucketmenu.small-screen > ul > li > a {
  padding: 18px 25px;
}
#cssbucketmenu.small-screen > ul > li:after,
#cssbucketmenu.small-screen > ul > li:before {
  display: none;
}
#cssbucketmenu.small-screen #menu-button {
  display: block;
  padding: 18px 25px 19px 25px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #fcfefb;
}
#cssbucketmenu.small-screen #menu-button.menu-opened {
  color: #444444;
}
#cssbucketmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #fcfefb;
  border-bottom: 2px solid #fcfefb;
  width: 18px;
  height: 3px;
}
#cssbucketmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
}
#cssbucketmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  display: block;
  width: 18px;
  height: 2px;
  background: #fcfefb;
}
#cssbucketmenu.small-screen #menu-button.menu-opened:before {
  background: #444444;
}



/*===============================start mukkiyam===========================*/

/*///////// Fancy Box - Start /////////*/
/*! 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('../images/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('../images/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('../images/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('../images/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('../images/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('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*///////// Fancy Box - END /////////*/




/*=========================================== date picker styles ===============================================*/
.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg=="); }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer; }

.xdsoft_scroller_box {
  position: relative; }
  
 /*//// Datepicker Styles ends //////////*/ 



#wufoo-xqgkfka1qa3bx2, #wufoo-xheytri0kxav2c {
    background: none repeat scroll 0 0 #D0ECF6;
    border-radius: 25px;
    padding: 5%;
    width: 90%;
}

.appointment-request  {
	min-height: 345px;
}


/*.......................................*/
.appointment-request .input {
    height: 22px;
    position: relative;
    width: 100%;
}

.appointment-request .text-area textarea {
    display: block;
    height: 50px;
	min-height: 25px !important;
	max-height: 50px !important;
    width: 90%;
	padding: 8px 0;
    font-size: 13px;
	font-family: 'droidserifregular', Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
	margin-bottom: 0;
}
.appointment-request .input select {
	background: url(../images/drop-down-arrow.png) no-repeat scroll right center #002845;
    border: 3px solid #012037;
    color: #afd0e9;
    display: block;
    font-family: "open_sansregular",arial,tahoma,calibri;
    font-size: 14px;
    height: 36px;
    letter-spacing: 0.5px;
    padding: 3px 12% 3px 4%;
    width: 100%;
    -webkit-appearance: none;       
    -moz-appearance: none;    
    appearance: none;
	cursor: pointer;
}
.appointment-request .submit-btn {
    height: 25px;
    clear: both;
	float: left;
}
.appointment-request .submit-btn button {
	background: #153666; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1MzY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTIwMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #153666 0%, #012038 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#153666), color-stop(100%,#012038)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #153666 0%,#012038 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #153666 0%,#012038 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #153666 0%,#012038 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #153666 0%,#012038 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#153666', endColorstr='#012038',GradientType=0 ); /* IE6-8 */
	
	-webkit-transition: color 100ms linear;
	-moz-transition: color 100ms linear;
	-ms-transition: color 100ms linear;
	-o-transition: color 100ms linear;
	transition: color 100ms linear;
	
	border-radius: 0 0 10px 10px;
	font-family: "copseregular",arial,tahoma,calibri;
	font-size: 14px;
    border: medium none;
    color: #fce040;
    display: block;
    height: 43px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	margin: 0 auto;
}
.appointment-request .submit-btn button:hover {
	color: #fff;
}

.appointment-request .input.text-area {
    height: 82px !important;
    margin-bottom: 0px;
}
.social-media1{
    z-index: 150;
    clear: both;
    display: inline-block;
	position: relative;
}
	.social-media1 ul{
		position: relative;
	}
	.social-media1 ul li{
		float: left;
		margin-right: 5px;		
		position: relative;
	}
	.social-media1 ul li:last-child{
		margin-right: 0px;	
	}
	.social-media1 ul li img{
		background: none repeat scroll 0 0 #1b5e8e;
		display: block;
		margin: 0 !important;
		overflow: hidden;
		padding: 5px;
		border-radius: 4px;
		box-shadow: 0 0 0 1px #01477a;
		-webkit-transition: background-color 100ms linear;
		-moz-transition: background-color 100ms linear;
		-ms-transition: background-color 100ms linear;
		-o-transition: background-color 100ms linear;
		transition: background-color 100ms linear;
	}
	.social-media1 ul li img:hover{
		background: none repeat scroll 0 0 #FCE040;
	}
	.sm-widgets{
	float: right;
	overflow: hidden;
	clear: both;
}
	.sm-widgets .widget{
        float: left;
		width: 88px;
		
	}
	.sm-widgets .google-button{
		width: 57px;
	}	




/*===============================================================================*/

@media (min-width: 1200px ){
     .hide-from-desktop{display: none !important}

    

}
/*=================================================================================*/
@media (min-width: 1046px) and (max-width: 1199px) {
    .book-and-appointment{display: none}
    .header-top,.header-row,.bucketmenu-row,cotent{height: auto !important;}
    .main-menu{width: 60%;float: right !important}
    #cssmenu{float: right !important}
    .social-media,.address,.search,.content-right{width: 100% !important;margin: 10px auto 0 !important;float: none !important;text-align: center}
    .search{max-width: none;display: inline-block;}
   .content-left-wrapper,.Testimonies-row,.finance-available{width: 100% !important;max-width: none !important}
    .content-left,.footer-wrapper{width:94%;margin: auto 3% 0 3% !important;max-width: none !important;border-right: none !important}
    .smilegallery-group,practic-tour-group,.content-left-wrapper-last{width: 100%}
    .smilegallery,.practic-tour{width: 50% !important;}
    .footer-col-one,.footer-col-two,.footer-col-three{width: 30% !important;text-align: center !important}
    .content-right-wrapper{float: none !important}
    .right-three-buttens{display: none}
     .hide-from-desktop{display: none !important}
    

}

/*====================================================================================*/
@media (min-width: 851px) and (max-width: 1045px) {
    .book-and-appointment{display: none}
    .header-top,.header-row,.bucketmenu-row,cotent{height: auto !important;}
    .social-media,.address,.search,.main-logo,.main-menu,.content-right{width: 100% !important;margin: 10px auto 0 !important;float: none !important;text-align: center;display: block}
    .search{max-width: none;display: inline-block;}
    .content-left-wrapper,.Testimonies-row,.finance-available{width: 100% !important;max-width: none !important}
   .content-left,.footer-wrapper{width:94%;margin: auto 3% 0 3% !important;max-width: none !important;border-right: none !important}
    .smilegallery-group,practic-tour-group,.content-left-wrapper-last{width: 100%}
    .smilegallery,.practic-tour{width: 50% !important;}
    .footer-col-one,.footer-col-two,.footer-col-three{width: 30% !important;text-align: center !important}
    .content-right-wrapper{float: none !important}
    .right-three-buttens{display: none}
    .hide-from-desktop{display: none !important}

}

@media (min-width: 768px) and (max-width: 850px) {
    .book-and-appointment,.bucketmenu-row{display: none}
    .header-top,.header-row,cotent{height: auto !important;}
    .social-media,.address,.search,.main-logo,.main-menu,.content-right{width: 100% !important;margin: 10px auto 0 !important;float: none !important;text-align: center;display: block}
    .search{max-width: none;display: inline-block;}
    .main-menu,.right-three-buttens{display: none}
   .content-left-wrapper,.Testimonies-row,.finance-available{width: 100% !important;max-width: none !important}
   .content-left,.footer-wrapper{width:94%;margin: auto 3% 0 3% !important;max-width: none !important;border-right: none !important}
    .smilegallery-group,.practic-tour-group,.content-left-wrapper-last{width: 100%}
    .smilegallery,.practic-tour{width: 50% !important;}
    .footer-col-one,.footer-col-two{width: 47% !important;text-align: center !important}
    .smilegallery,.practic-tour,.introduction,.dr-michael-fahami{width: 100% !important;}
    .introduction{position: relative !important}
    .content-right-wrapper,{float: none !important}
    .footer-col-three{display: none}
     .hide-from-desktop{display: none !important}

}
/*===================================================================================*/
@media (max-width: 767px) {
    .book-and-appointment,.bucketmenu-row{display: none}
    .header-top,.header-row,cotent{height: auto !important;}
    .social-media,.address,.search,.main-logo,.main-menu,.content-right{width: 100% !important;margin: 10px auto 0 !important;float: none !important;text-align: center;display: block}
    .search{max-width: none;display: inline-block;}
    .main-menu,.right-three-buttens{display: none}
   .content-left-wrapper,.Testimonies-row,.finance-available{width: 100% !important;max-width: none !important}
   .content-left,.footer-wrapper{width:94%;margin: auto 3% 0 3% !important;max-width: none !important;border-right: none !important}
    .smilegallery-group,.practic-tour-group,.content-left-wrapper-last{width: 100%}
    .smilegallery,.practic-tour{width: 50% !important;}
    .footer-col-one,.footer-col-two{width: 47% !important;text-align: center !important}
    .smilegallery,.practic-tour,.introduction,.dr-michael-fahami{width: 100% !important;}
    .introduction{position: relative !important}
    .footer-col-two{width: 50% !important;margin-left:0px}
    .footer-col-three{display: none}
    .content-right-wrapper{float: none !important}
}
/*==================================================================================*/
@media (max-width: 480px) {
    .book-and-appointment,.bucketmenu-row{display: none}
    .header-top,.header-row,cotent{height: auto !important;}
    .social-media,.address,.search,.main-logo,.main-menu,.content-right{width: 100% !important;margin: 10px auto 0 !important;float: none !important;text-align: center;display: block}
    .search{max-width: none;display: inline-block;}
    .main-menu,.right-three-buttens{display: none}
    .content-left-wrapper,.Testimonies-row,.finance-available{width: 100% !important;max-width: none !important}
    .content-left,.footer-wrapper{width:94%;margin: auto 3% 0 3% !important;max-width: none !important;border-right: none !important}
    .smilegallery-group,.practic-tour-group,.content-left-wrapper-last{width: 100%}
    .smilegallery,.practic-tour{width: 50% !important;}
    .smilegallery,.practic-tour,.introduction,.dr-michael-fahami{width: 100% !important;}
    .introduction{position: relative !important}
    .footer-col-two{width: 100% !important;margin-left:0px}
     .footer-col-three,.footer-col-one{display: none}
    .content-right-wrapper{float: none !important}


}
