/*! jQuery UI - v1.10.3 - 2013-12-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}
/* general */
* { padding: 0px; margin: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html, body { font-family: 'Lato', sans-serif; font-size: 15px; color: #000; font-weight: normal; }
input, select, textarea { font-family: 'Lato', sans-serif; font-size: 15px; color: #000; }
img { border: 0px; max-width: 100%; }
a,button,input,textarea,img,span { outline: none!important; transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -webkit-transition: .50s ease-in-out; }
h1, h2, h3, h4, h5, h6 { font-family: 'Arima Madurai', cursive; font-weight: normal; }
#middleWrapper .mycontainer .product ul { list-style: none; }
*:after, *:before { transition: .30s ease-in-out; -moz-transition: .30s ease-in-out; -webkit-transition: .30s ease-in-out; }

/* font-family: 'Arima Madurai', cursive; font-family: 'Lato', sans-serif; font-family: 'CenturySchLBoldItal'; font-family: 'Tangerine', cursive; */

/* wrapper */
#wrapper { width: 100%; float: left; overflow: hidden; background: #fff; }

	/* mycontainer */
	.mycontainer { padding: 0px 15px; margin: auto; max-width: 1200px; }
	
	/* header wrapper */
	#headerWrapper { padding: 7px 0px 0px; margin: 0px; width: 100%; float: left; }
	#headerWrapper .btn-info { padding: 0px 10px 1px; float: left; display: none; font-size: 24px; color: #fff; line-height: 10px; cursor: pointer; background-color: #025d9b; }
	#headerWrapper.sticky { position: fixed; z-index: 1; border-bottom: 1px solid #025d9b; background-color: #fff; }
		
		/* logo area */
		.logoArea { width: 200px; float: left; }
		.logoArea img { width: 100%; }
		
		/* link area */
		.linkArea { float: right; }
		.linkArea > ul > li { margin: 9px 0px 0px 25px; float: left; font-size: 15px; list-style: none; }
		.linkArea > ul > li span { padding: 0px; font-size: 15px; color: #025d9b; font-weight: normal; text-transform: none; }
		.linkArea > ul > li > a { display: block; height: auto; text-decoration: none; color: #025d9b; line-height: normal; text-transform: none; background: none; }
		.linkArea > ul > li i { margin-right: 7px; color: #025d9b; }
		.linkArea > ul > li .fa-user-o { margin-right: 7px; width: 19px; height: 19px; border-radius: 30px; border: 1px solid #025d9b; text-align: center; color: #025d9b; line-height: 20px; }
		.linkArea > ul > li > a:hover { color: #1a8800; }
		.linkArea .headerTwo { display:none; }
		.threedface .linkArea .headerTwo { padding: 1px 5px; display:block; background-color: #5ba9f0!important; color: #fff;}
		
		/* menu area */
		.menuArea { float: right; }
		.menuArea ul { margin: 13px 0px 0px; list-style: none; }
		.menuArea li { padding: 0px 0px 18px!important; margin-left: 20px; display: inline-block; list-style: none; position: relative; }
		.menuArea li a { padding: 0px; display: block; font-size: 15px; color: #444; text-decoration: none; position: relative; }
		.menuArea li .fa-home { width: 30px; height: 30px; text-align: center; line-height: 28px; border-radius: 40px; border: 1px solid #1a8800; }
		.menuArea ul li:first-child { padding-bottom: 0px; }
		.menuArea li a:hover, .menuArea li .active { color: #1a8800; }
		
		.menuArea ul ul { padding: 15px 10px 5px; width: 230px; display: none; position: absolute; top: 31px; left: -20px; z-index: 5; background-color: #025d9b; }
		.menuArea ul ul li { padding-bottom: 0px; margin: 0px 0px 8px; display: block; }
		.menuArea ul ul li a { color: #fff; }
		.menuArea ul li:hover ul { display: block; }
		.menuArea ul li:last-child ul { left: auto; right: 0px; }
		
		#headerWrapper #menu { display: none; }
		
	/* banner wrapper */	
	#bannerWrapper { width: 100%; float: left; }
		
		/* banner area */
		.bannerArea { width: 100%; float: left; font-family: 'Lato', sans-serif; font-weight: 400; position: relative; }
		.bannerArea .item { padding: 125px 0 0 0; width: 100%; min-height: 730px; float: left; font-size: 16px; color: #fff; line-height: 27px; background-position: top center; background-repeat: no-repeat; background-size: cover; }
		.bannerArea .overlay { width: 580px; float: left; }
		.bannerArea h1 { font-size: 110px; line-height: 100px; text-shadow: -2px 0px 2px #333; text-transform: uppercase; }
		.bannerArea h1 span { font-size: 87px; display: block; text-shadow: -2px 0px 2px #333; text-transform: none; }
		.bannerArea h5 { padding: 20px 0px 25px; font-size: 24px; font-family: 'Lato', sans-serif; font-weight: 400; text-transform: uppercase; text-align: center; letter-spacing: 10.5px; text-shadow: -2px 0px 2px #333; border-top: 1px solid #fff; }
		
		.bannerArea .mybtn { padding: 20px 20px 20px 50px; width: 300px; display: block; font-size: 20px; color: #222; text-align: center; text-decoration: none; text-transform: uppercase; position: relative; border-radius: 6px; background-color: #fff; }
		.bannerArea .mybtn:hover { color: #fff; box-shadow: 0 0 8px rgba(0,0,0,.4); background-color: #1a8800; }
		.bannerArea .mybtn:before { width: 0; height: 0; content: ''; position: absolute; z-index: 2; top: 8px; left: -2px; border-top: 26px solid transparent; border-bottom: 26px solid transparent;  border-left: 40px solid #fff; }
		.bannerArea .mybtn:after { width: 0; height: 0; content: ''; position: absolute; z-index: 1; top: 8px; left: -2px; border-top: 26px solid transparent; border-bottom: 26px solid transparent;  border-left: 45px solid #333; }
		.bannerArea .mybtn.active { color: #fff; box-shadow: 0 0 8px rgba(0,0,0,.4); background-color: #1a8800; }
		.bannerArea .or { padding: 15px; width: 280px; display: block; font-size: 19px; color: #fff; text-align: center; text-shadow: -2px 0px 2px #333; }
		
		.bannerArea .owl-prev { width: 24px; height: 39px; font-size: 0px; position: absolute; top: 45%; left: 15px; background-image: url(../images/prev.png); }
		.bannerArea .owl-next { width: 24px; height: 39px; font-size: 0px; position: absolute; top: 45%; right: 15px; background-image: url(../images/next.png); }
		
		/* innerbanner area */
		.innerbannerArea { padding: 153px 0 130px; width: 100%; float: left; background-position: top center; background-repeat: no-repeat; background-size: cover;  }
		.innerbannerArea h2 { font-size: 155px; color: #fff; text-shadow: -2px 0px 1px #333; text-align: center; text-transform: uppercase; }
		
		
	/* middle wrapper */
	#middleWrapper { width: 100%; float: left; background-color: #fff; }
	
		/*  */
		.contentArea { padding: 80px 0px; width: 100%; float: left; font-size: 18px; font-family: 'Lato', sans-serif;  color: #444; font-weight: 400; line-height: 29px; text-align: left; }
		.contentArea h2 { margin: 0px 0px 30px; font-size: 32px; color: #111; line-height: 37px; font-weight: 700; }
		
		/* benefit area */
		.benefitArea { padding: 80px 0px; width: 100%; float: left; font-family: 'Lato', sans-serif; color: #222; background-color: #f5ede8; }
		.benefitArea .circle { padding: 0px 40px; }
		.benefitArea .circle img { width: 100%; border-radius: 50%; }
		.benefitArea .text { padding: 0px 15px 0px 40px; }
		.benefitArea h2 { padding-right: 65px; margin-bottom: 40px; font-size: 38px; font-weight: 900; line-height: 50px; }
		.benefitArea li { padding-left: 50px; margin-bottom: 17px; font-size: 21px; color: #025d9b; list-style: none; line-height: 30px; background: url(../images/star.png) no-repeat top 3px left; background-size: 30px; }
		.benefitArea li span { font-size: 18px; }
		.benefitArea .getBtn { padding: 5px 32px; margin-top: 45px; width: auto; display: inline-block; font-size: 21px; color: #8b8987; text-align: center; text-transform: uppercase; text-decoration: none; line-height: 50px; border: 2px solid #8b8987; border-radius: 5px; }
		.benefitArea .getBtn:hover { color: #fff; border-color: #025d9b; background-color: #025d9b; }
		
		/*  */
		.workArea { padding: 80px 0px 15px; width: 100%; float: left; font-size: 18px; color: #444; font-family: 'Lato', sans-serif; font-weight: 400; line-height: 24px; }
		.workArea h2 { margin-bottom: 60px; font-size: 38px; color: #111; line-height: 50px; text-align: center; font-weight: 900; }
		.workArea h3 { margin: 22px 0px 15px; font-size: 32px; font-family: 'CenturySchLBoldItal'; color: #1a8800; position: relative; font-weight: 300; }
		.workArea h3:before { margin-right: 15px; content: '\f10d'; font-family: FontAwesome; font-style: normal; }
		.workArea h3:after { margin-left: 15px; content: '\f10e'; font-family: FontAwesome; font-style: normal; }
		.workArea .video { padding-right: 25px; }
		.workArea .workBtn { padding: 12px 30px; margin-top: 20px; width: auto; display: inline-block; font-size: 18px; color: #8b8987; text-align: center; text-transform: uppercase; text-decoration: none;  font-weight: 600; border: 2px solid #8b8987; border-radius: 5px; }
		.workArea .workBtn:hover { color: #fff; border-color: #1a8800; background-color: #1a8800; }
		.workArea .video { position: relative; }
		.workArea .play { margin: -63px 0px 0px -63px; width: 115px; height: 115px; position: absolute; top: 50%; left: 50%; border: 18px solid rgba(0,0,0,.4); border-radius: 150px; }
		.workArea .play:after { width: 80px; height: 80px; border-radius: 70px; content: ''; position: absolute; top: 0px; left: 0px; background: #222 url(../images/play.png) no-repeat top 20px center; }
		.workArea .play:hover:after { background-color: #025d9b; }
		
		/* appointment area */
		.appointmentArea { padding: 70px 0px 80px; width: 100%; float: left; background-position: top center; background-repeat: no-repeat; background-size: cover; }
		.appointmentArea .right { float: right; text-align: center; }
		.appointmentArea h2 { font-size: 40px; color: #1a8800; font-weight: 900; text-align: left; line-height: 58px; }
		.appointmentArea h2 span { text-decoration: underline; text-transform: uppercase; }
		.appointmentArea .appointmentBtn { padding: 15px 45px; margin-top: 40px; display: inline-block; font-size: 21px; color: #fff; text-align: center; text-transform: uppercase; text-decoration: none;  font-weight: 400; border-radius: 5px; background-color: #025d9b; }
		.appointmentArea .appointmentBtn:hover { background-color: #1a8800; }
		.appointmentArea .left h2 { margin: 0px; font-size: 34px; font-family: 'Lato', sans-serif; text-transform: uppercase; }
		.appointmentArea .left h3 { margin-top: 100px; font-size: 84px; color: #025d9b; font-weight: 900; text-transform: uppercase; text-align: left; line-height: 85px; }
		.appointmentArea .left h3 em { font-size: 70px; font-style: inherit; }
		.appointmentArea .left h3 span { font-size: 70px; color: #1a8800; }
		
		/* promotions area */
		.promotionsArea { padding: 70px 0px 80px; width: 100%; float: left; font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 400; color: #444; text-align: center; background-color: #fff; }
		.promotionsArea h2 { margin: 0px 0px 10px; font-size: 38px; color: #111; font-weight: 900; line-height: 50px; }
		.promotionsArea h4 { font-size: 26px; font-family: 'Lato', sans-serif; font-weight: 900; text-align: left; }
		.promotionsArea li { margin: 20px 0px 35px; width: 100%; float: left; display: block; font-size: 18px; color: #fff; font-weight: 400; list-style: none; clear: both; }
		.promotionsArea li span { display: block; }
		.promotionsArea li h5 { padding-top: 15%; width: 45%; float: left; font-size: 21px; font-family: 'Lato', sans-serif; color: #333; font-weight: 700; text-align: center; }
		.promotionsArea li .bgOne {  padding: 15px; width: 230px; height: 230px; float: right; border-radius: 50%; background-filter: grayscale(100%); background-position: top center; overflow: hidden; background-size: cover; }
		.promotionsArea li .bgTwo {  padding: 20px; width: 200px; height: 200px; float: right; border-radius: 50%; background-position: top -17px left -17px; overflow: hidden; background-size: 117%; }
		.promotionsArea li:hover h5 { color: #025d9b; }
		.promotionsArea li:hover .bgOne { box-shadow: 0 0 28px #bbb; }
		.promotionsArea .text { padding: 0px 24% 80px; text-align: center; }
		.promotionsArea .left { padding: 0px 115px 0px 15px; }
		.promotionsArea .left ul { margin-top: 25px; float: left; }
		.promotionsArea .left ul li { margin-bottom: 55px; }
		.promotionsArea .right { padding: 30px 0; background-repeat: no-repeat; background-position: top right; background-size: cover; }
		.promotionsArea .right iframe { width: 100% !important; }
		.promotionsArea .right li { padding-left: 40px; margin: 7px 0px 15px; line-height: 30px; text-align: left; }
		.promotionsArea .right li a { color: #6ec4ff; text-decoration: none; }
		.promotionsArea .right li a:hover { color: #fff; }
		.promotionsArea .right li a:before { margin: 0px 12px 0px -30px; content:'\f1ce'; font-family: FontAwesome; }
		.promotionsArea .right h4 { padding: 0px 15px 20px 20px; margin: 0px; margin-right: -15px; color: #fff; border-bottom: 2px solid #fff; }
		.promotionsArea .right a.fa-angle-down { margin: auto; width: 40px; display: inherit; font-size: 40px; color: #fff; text-align: center; text-decoration: none; }
		.promotionsArea .item { margin: 25px 0px 10px; text-align: center; }
		.promotionsArea .item a { font-family: 'Lato', sans-serif; font-size: 19px; color: #333; text-decoration: none; font-weight: 400; }
		.promotionsArea .item img { width: 80%; margin: 0px auto 18px; display: inline-block; border-radius: 50%; }
		.promotionsArea .item span { display: block; }
		.promotionsArea .item a:hover { color: #0d649f; }
		.promotionsArea .item a:hover img { box-shadow: 0 0 20px #999; }
		.promotionsArea .right.skin { padding-bottom: 90px; }
		.promotionsArea .pricebtn { padding: 17px 19px; margin: 37px auto 0px; display: inline-block; font-size: 18px; color: #fff; text-decoration: none; text-transform: uppercase; border-radius: 5px; background-color: #0d649f; }
		.promotionsArea .pricebtn:hover { background-color: #1a8800; }
		.promotionsArea .callBtn { padding: 25px 60px; margin: 80px auto 0px; display: inline-block; font-size: 18px; color: #fff; text-decoration: none; text-transform: uppercase; border-radius: 5px; background-color: #0d649f; }
		.promotionsArea .callBtn:hover { background-color: #1a8800; }
		
		/* bluePicbg area */
		.bluePicbgArea { padding: 70px 0px 70px; width: 100%; float: left; background-position: top center; background-repeat: no-repeat; background-size: cover; }
		.bluePicbgArea .item { margin: 0px 0px 15px; }
		.bluePicbgArea figure { margin: auto; width: 250px; height: 250px; display: table; }
		.bluePicbgArea .squreTabel { margin: auto; width: 200px; height: 200px; display: table; }
		.bluePicbgArea .image { width: 100%; height: 100%; display: table-cell; vertical-align: middle; text-align: center; border-radius: 50%; border: 2px dotted #fff; }
		.bluePicbgArea .squre { width: 100%; height: 100%; display: table-cell; vertical-align: middle; text-align: center; border-radius: 8px; border: 2px dotted rgba(255,255,255,.5); }
		.bluePicbgArea .image img { display: inline; }
		.bluePicbgArea h4 { margin-top: 30px; font-size: 26px; font-family: 'Lato', sans-serif; color: #fff; font-weight: 400; text-align: center; }
		.bluePicbgArea h3 { padding: 0px 13%; margin-top: 50px; float: left; font-size: 24px; color: #fff; font-weight: 400; text-align: center; line-height: 36px; }
		.bluePicbgArea a { text-decoration: none!important; }
		
		
		/* laser area */
		.laserArea { padding: 70px 0px; width: 100%; float: left; background-color: #fff; }
		.laserArea .image img { box-shadow: 0 0 30px #ccc; }
		.laserArea .text { padding-left: 30px; }
		.laserArea .text h2 { margin: 0px 0px 25px; font-size: 38px; color: #222; font-weight: 900; }
		.laserArea .text h3 { margin: 30px 0px 20px; font-size: 27px; font-family: 'Lato', sans-serif; color: #025d9b; font-weight: 400; }
		.laserArea .text li { margin-bottom: 15px; display: block; list-style: none; font-size: 18px; font-family: 'Lato', sans-serif; color: #025d9b; }
		.laserArea .text li:before { margin-right: 20px; content: '\f1ce'; font-family: FontAwesome; }
		
		/* picture area */
		.pictureArea { padding: 80px 0px; width: 100%; float: left; position: relative; background-color: #f6f6f6; }
		.pictureArea.whiteBg { background-color: #fff; }
		.pictureArea h2 { margin: 0px; font-size: 38px; color: #111;	text-align: center; font-weight: 900; }
		.pictureArea h4 { padding: 10px; margin: 0px; font-size: 25px; font-family: 'Lato', sans-serif; color: #fff; text-align: center; font-weight: 400; background-color: #025d9b; }
		.pictureArea .item { padding: 50px 0 40px 0; width: 100%; float: left; font-size: 16px; color: #444; line-height: 27px; }
		.pictureArea .owl-buttons { margin-top: 20px; text-align: center; }
		.pictureArea .owl-prev { margin: 0px 15px; width: 60px; height: 60px; display: inline-block; font-size: 0px; color: #025d9b; line-height: 60px; border: 1px solid #025d9b; border-radius: 8px; background-color: #fff; }
		.pictureArea .owl-next { margin: 0px 15px; width: 60px; height: 60px; display: inline-block; font-size: 0px; color: #025d9b; line-height: 60px; border: 1px solid #025d9b; border-radius: 8px; background-color: #fff; }
		.pictureArea .owl-prev:after { content: '\f104'; font-size: 25px; font-family: FontAwesome; }
		.pictureArea .owl-next:after { content: '\f105'; font-size: 25px; font-family: FontAwesome; }
		.pictureArea .owl-prev:hover, .pictureArea .owl-next:hover { color: #fff; background-color: #025d9b; }
		
		/* blog area */
		.blogArea { padding: 80px 0px; width: 100%; float: left; font-size: 17px; font-family: 'Lato', sans-serif; font-weight: 300; color: #333; }
		.blogArea h2 { margin: 0px 0px 50px; font-size: 50px; color: #111; font-weight: 900; text-align: center; }
		.blogArea .item a { margin-bottom: 10px; display: block; font-size: 24px; font-family: 'Lato', sans-serif; font-weight: 400; text-decoration: none; }
		.blogArea figure { max-height: 290px; overflow: hidden; position: relative; }
		.blogArea figure .dates { padding: 7px 5px; width: 60px; font-size: 22px; color: #fff; text-align: center; position: absolute; top: 0px; right: 0px; background-color: #025d9b; }
		.blogArea li { margin: 10px 10px 0px 0px; list-style: none; display: inline-block; }
		.blogArea li a { margin-bottom: 0px; font-size: 16px!important; color: #555!important; text-decoration: none; }
		.blogArea .blogBtn { padding: 11px 0px; margin-top: 20px; width: 150px; display: inline-block; font-size: 18px!important; color: #025d9b!important; text-align: center; text-transform: uppercase; text-decoration: none;  font-weight: 400; border-radius: 5px; border: 2px solid #025d9b; }
		.blogArea .blogBtn:hover { color: #fff!important; background-color: #025d9b; }
		.blogArea .item:hover { color: #025d9b; }
		
		/* blogs page area */
		.blogspageArea { padding: 80px 0px 10px; width: 100%; float: left; font-size: 17px; color: #888; font-family: 'Lato', sans-serif; font-weight: 400; background-color: #fff; }
		.blogspageArea .blogItem a { text-decoration: none; color: #222; }
		.blogspageArea .blogItem a:hover { color: #004597; }
		.blogspageArea .categoryTitle { padding: 2px 15px; margin-bottom: 30px; min-width: 240px; float: left; font-size: 18px; color: #fff; text-transform: uppercase; text-align: center; line-height: 50px; background-color: #025d9b;  }
		.blogspageArea .blogItem { padding-bottom: 60px; width: 100%; float: left; }
		.blogspageArea .blogItem .text { padding: 16px 15px 30px 80px; width: 100%; float: left; position: relative; }
		.blogspageArea .blogItem .dates { width: 63px; position: absolute; top: 20px; left: 0px; font-family: 'Arima Madurai'; text-align: center; font-weight: 900; border: 1px solid #004597; }
		.blogspageArea .blogItem .dd { padding: 13px 0px 9px 0px; width: 100%; display: block; font-size: 30px; color: #fff; background-color: #004597; }
		.blogspageArea .blogItem .mm { padding: 8px 0px 5px; display: block; font-size: 24px; color: #004597; }
		.blogspageArea .blogItem h2 { font-size: 66px; font-family: 'Tangerine'; color: #1a8800; font-weight: 900; line-height: 80px; }
		.blogspageArea .blogItem h3 { font-size: 24px; font-weight: 900; }
		.blogspageArea .blogItem .text ul { margin-bottom: 20px; }
		.blogspageArea .blogItem li { padding-right: 20px; margin-right: 20px; display: inline-block; color: #666; font-family: 'Arima Madurai'; list-style: none; border-right: 1px solid #ccc; }
		.blogspageArea .blogItem li:last-child { padding-right: 0px; margin-right: 0px; border-right: 0px; }
		.blogspageArea .blogItem p { margin: 10px 0px 20px; }
		.blogspageArea .blogItem .readMore { padding: 13px 35px; display: inline-block; font-size: 17px; color: #004597; text-transform: uppercase; text-decoration: none; border: 2px solid #004597; }
		.blogspageArea .blogItem .readMore:hover { color: #fff; background-color: #004597; }
		
		.blogspageArea .recentBlog { width: 100%; float: left; }
		.blogspageArea .recents a { text-decoration: none; color: #222; }
		.blogspageArea .recents a:hover { color: #004597; }
		.blogspageArea .recents { margin-bottom: 35px; width: 100%; float: left; }
		.blogspageArea .recents figure { width: 40%; float: left; }
		.blogspageArea .recents .details { padding-left: 15px; width: 60%; float: right; font-size: 15px; }
		.blogspageArea .recents h4 { margin-top: 0px; font-size: 17px; font-weight: 900; line-height: 24px; }
		.blogspageArea .recents li { margin-right: 20px; display: inline-block; font-family: 'CenturySchLBoldItal'; color: #444; font-style: italic; list-style: none; }
		
		.blogspageArea .popularPost { padding: 40px 0px 70px;  width: 100%; float : left; }
		.blogspageArea .popularPost ul {  width: 100%; float : left; }
		.blogspageArea .popularPost li { padding-left: 15px; margin-top: 15px; display: block; font-family: 'Arima Madurai'; list-style: none; }
		.blogspageArea .popularPost li a { font-size: 18px; color: #025d9b; text-decoration: none; }
		.blogspageArea .popularPost li a:hover { color: #1a8800; }
		.blogspageArea .popularPost li a:before { margin: 0px 7px 0px -15px; content: '\f101'; font-family: FontAwesome; }
		
		.blogspageArea .commentsLeft { padding: 2px 5px; margin: 40px 0px 30px; min-width: 270px; position: relative; float: left; font-family: 'Arima Madurai'; font-size: 17px; color: #fff; text-align: center; line-height: 50px; font-weight: 600; background-color: #025d9b;  }
		.blogspageArea .commentsLeft:after { content: '\f0d7'; font-family: FontAwesome; font-size: 40px; color: #025d9b; position: absolute; left: 16px; bottom: -28px; }
		.blogspageArea .commentsBox { padding: 15px 120px 15px 15px; margin: 20px 0px 20px; width: 100%; float: left; position: relative;  color: #444; border: 1px solid #004597; background-color: #f9ebeb; }
		.blogspageArea .commentsBox span { display: block; color: #888; }
		.blogspageArea .commentsBox .adminPic { position: absolute; right: 15px; top: 15px; }
		.blogspageArea .commentsBox .commentDate { margin: 2px 0px 10px; font-size: 15px; color: #3c7fae; }
		.blogspageArea .commentsBox .reply { margin: 2px 0px 10px; font-size: 19px; font-family: 'Arima Madurai'; color: #025d9b; font-weight: 700; text-decoration: underline; }
		.blogspageArea .commentsBox .reply:hover { color: #444; }
		.blogspageArea .commentForm { margin-top: 20px; width: 100%; float: left; }
		
		.blogspageArea .commentForm  input { padding: 5px 15px; margin-bottom: 15px; width: 400px; height: 40px; display: block; border: 0px; box-shadow: inset 0 0 3px #666; }
		.blogspageArea .commentForm  textarea { padding: 5px 15px; margin-bottom: 15px; width: 400px; height: 100px; display: block; border: 0px; box-shadow: inset 0 0 2px #666; }
		.blogspageArea .commentForm  input[type='submit'] { width: 140px; color: #fff; background-color: #1a8800; }
		.blogspageArea .commentForm  input[type='submit']:hover { background-color: #025d9b; }
		/********** about page css  ***************/
		
		/* service area */
		.serviceArea { padding: 80px 0px; width: 100%; float: left; font-size: 18px; font-family: 'Lato', sans-serif; color: #222; font-weight: 400; line-height: 29px; text-align: center; }
		.serviceArea img { display: inline-block; }
		.serviceArea h2 { font-size: 42px; line-height: 60px; }
		.serviceArea .sort { padding: 0px 8.8%; width: 100%; float: left; }
		.serviceArea .serviceTitle { padding: 30px 0px; }
		.serviceArea .serviceTitle .symbole { padding-top: 13px; width: 70px; height: 70px; display: inline-block; border-radius: 70px; box-shadow: 0 0 13px #aaa; }
		.serviceArea .item { margin-top: 20px; min-height: 245px; }
		.serviceArea figure { margin: 0px auto 20px; width: 150px; height: 150px; display: table; text-align: center; border: 2px solid #888; border-radius: 50%; transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -webkit-transition: .50s ease-in-out; }
		.serviceArea figure img { width: 40%; }
		.serviceArea figure .image { width: 100%; height: 100%; float; left; display: table-cell; vertical-align: middle; }  
		.serviceArea .item .firts { display: inline-block; transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -webkit-transition: .50s ease-in-out; }  
		.serviceArea .item .second { display: none; transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -webkit-transition: .50s ease-in-out; }  
		.serviceArea .item a { font-size: 17px; font-family: 'Lato', sans-serif; color: #888; font-weight: 400; text-decoration: none; text-transform: uppercase; }
		.serviceArea .item a:hover .firts { display: none; transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -webkit-transition: .50s ease-in-out; }
		.serviceArea .item a:hover .second { display: inline-block; transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -webkit-transition: .50s ease-in-out; }
		.serviceArea .item a:hover figure { color: #025d9b; border-color: #025d9b; background-color: #025d9b; transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -webkit-transition: .50s ease-in-out; }
		.serviceArea .item a:hover { color: #025d9b; }
		.serviceArea .bookBtn { width: 292px; height: 75px; display: inline-block; font-size: 20px; color: #fff; line-height: 75px;  text-decoration: none; text-transform: uppercase; font-weight: 400; border-radius: 5px; background-color: #0d649f; }
		.serviceArea .bookBtn:hover { background-color: #1a8800; }
		
		
		/* lasmedics area */
		.lasmedicsArea { padding: 60px 0px; width: 100%; float: left; font-size: 16px; font-family: 'Lato', sans-serif; color: #222; font-weight: 400; line-height: 30px; background-position: top center; background-repeat: no-repeat; background-size: cover; }
		.lasmedicsArea h2 { margin-bottom: 40px; font-size: 38px; font-weight: 900; }
		.lasmedicsArea strong { font-family: 'Arima Madurai', cursive; }
		.lasmedicsArea strong:before { margin-right: 7px; content:'\f1ce'; font-family: FontAwesome; }
		.lasmedicsArea .left { float: left; }
		.lasmedicsArea .right { float: right; }
		
		/* prices area */
		.pricesArea {  padding: 0px; width: 100%; float: left; font-size: 17px; font-family: 'Lato', sans-serif; color: #333; font-weight: 400; line-height: 30px; }
		.pricesArea h2 { margin: 20px 0px 35px; font-size: 38px; font-weight: 900; }
		.pricesArea h4 { font-size: 22px; color: #86ceff; text-align: center; font-weight: 900; line-height: 36px; }
		.pricesArea h4 span { display: block; }
		.pricesArea h3 { padding-left: 60px; font-size: 36px; color: #fff; display: block; position: relative; top: 5px; left: 0; }
		.pricesArea h3 i { font-size: 60px; position: absolute; top: -15px; left: 20px; }
		.pricesArea p span { color: #025d9b; }
		.pricesArea .left { padding: 90px 60px 90px 15px; }
		.pricesArea .right { padding: 90px 60px 90px 15px; background-position: top right -9px; background-repeat: no-repeat; background-size: cover; }
		.pricesArea .details { padding: 10px 35px 35px; width: 330px; float: left; border: 8px solid #b3cee1; box-shadow: 0 0 15px #bbb; background-color: #025d9b; }
		
		/* store area */
		.storeArea { padding: 50px 0px; width: 100%; float: left; font-size: 17px; font-family: 'Lato', sans-serif; color: #333; font-weight: 400; line-height: 30px; text-align: center; background-position: top center; background-repeat: no-repeat; background-size: cover; }
		.storeArea .top { padding-bottom: 50px; }
		.storeArea h2 { margin-bottom: 0px; font-size: 38px; }
		.storeArea ul  { margin-top: 60px; }
		.storeArea ul li { padding: 0px 15px 0px 30px; width: 25%; min-height: 100px; float: left; text-align: left; line-height: 22px; display: inline-block; list-style: none; }
		.storeArea ul li a { font-size: 17px; color: #000; text-decoration: none; font-weight: 700; }
		.storeArea ul li:before { margin: 0px 15px 0px -30px; content:'\f192'; font-family: FontAwesome; }
		
		/* professionals area */
		.professionalsArea { padding: 70px 0px; width: 100%; float: left; font-size: 17px; font-family: 'Lato', sans-serif; color: #222; font-weight: 400; line-height: 30px; text-align: center; border-top: 2px solid #fff; background-position: top center; background-repeat: no-repeat; background-size: cover; }
		.professionalsArea .text { padding: 0px 70px; }
		.professionalsArea h2 { font-size: 39px; color: #111; font-weight: 900; }
		.professionalsArea p { margin-top: 25px; }
		
		/* skin area */
		.skinArea { padding: 70px 0px; width: 100%; float: left; font-size: 17px; font-family: 'Lato', sans-serif; color: #333; line-height: 28px; font-weight: 400; background-color: #fff; }
		.skinArea h2 { margin-bottom: 35px; font-size: 38px; color: #111; }
		
		/* therapists area */
		.therapistsArea { padding: 80px 0px; width: 100%; float: left; font-size: 22px; font-family: 'Arima Madurai', cursive; color: #222; line-height: 28px; font-weight: 400; text-align: center; background-color: #fff; }
		.therapistsArea h2 { margin-top: 0px; font-size: 38px; color: #222; font-weight: 900; line-height: 48px; }
		.therapistsArea h4 { font-size: 22px; color: #222; font-weight: 900; }
		.therapistsArea .text { padding: 0px 14%; }
		.therapistsArea .item { margin-top: 85px; }
		.therapistsArea .item:nth-child(5n+1) { clear: both; }
		.therapistsArea .item figure { margin: 0px auto 30px; width: 290px; height: 290px; display: table; overflow: hidden; border-radius: 50%; background-position: center center; background-repeat: no-repeat; background-size: cover;}
		.therapistsArea .item .therapists { width: 100%; height: 100%; display: table-cell; vertical-align: middle; text-align: center;  border: 8px solid rgba(13,100,159,1); background: url(../images/therapists0.png) no-repeat center center; background-size: 0px; border-radius: 50%; transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -webkit-transition: .50s ease-in-out; }
		.therapistsArea .item a { padding: 0px 50px; width: 100%; float: left; font-size: 24px; font-family: 'Lato', sans-serif; font-weight: 400; text-decoration: none; text-align: center; }
		.therapistsArea .item:hover .therapists { border: 8px solid rgba(13,100,159,0); background-color: rgba(13,100,159,.7); background-size: 65px; transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -webkit-transition: .50s ease-in-out;  }
		.therapistsArea .item:hover a { color: #025d9b; }
		.therapistsArea .callBtn { padding: 20px 42px; margin: 80px auto 0px; display: inline-block; font-size: 18px; color: #0d649f; text-decoration: none; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 600; border-radius: 5px; border: 2px solid #0d649f; }
		.therapistsArea .callBtn:hover { color: #fff; background-color: #0d649f; }
		
		.therapistsArea .body { padding: 0px 14%; font-size: 18px; font-weight: 300; font-family: 'Lato', sans-serif; }
		.therapistsArea .body h2 { padding: 0px 20%; }
		.therapistsArea .item.body { padding: 0px 15px; }
		.therapistsArea .item.body a { padding: 0px; font-size: 17px; color: #333; font-family: 'Lato', sans-serif; font-weight: 600; }
		.therapistsArea .item.body a:last-child { padding: 0px 12px; }
		.therapistsArea .item.body figure { width: 250px; height: 250px; }
		
		/* week area */
		.weekArea { padding: 70px 0px 70px; width: 100%; float: left; background-position: top center; background-repeat: no-repeat; background-size: cover; }
		.weekArea .item figure { padding-bottom: 35px; width: 100%; min-height: 440px; text-align: center; border-radius: 6px; background-color: #fff; }
		.weekArea .item img { border-radius: 6px; }
		.weekArea .item a { font-size: 18px; font-family: 'Lato', sans-serif; color: #0d649f; font-weight: 400; line-height: 25px; text-decoration: none; }
		.weekArea h4 { margin: 25px 0px 15px; font-size: 22px; font-family: 'Lato', sans-serif; color: #1a8800; font-weight: 400; }
		.weekArea p { padding: 0px 9.5%; }
		.weekArea p span { color: #333; }
		
		/* cavitation area */
		.cavitationArea { padding: 110px 0px 80px; width: 100%; float: left; background-color: #fff; }
		.cavitationArea .bookBg { padding: 20px 30px 50px; margin: auto; width: 390px; text-align: center; position: relative; top: 20px; border: 12px solid #cacaca; border-radius: 3px; background-color: #0d629c; }
		.cavitationArea .bookBg img { width: 160px; position: absolute; top: -10px; left: -83px; }
		.cavitationArea .bookBg .save { padding-top: 25px; width: 130px; height: 130px; font-size: 22px; font-family: 'Arima Madurai', cursive; color: #fff; text-align: center; line-height: 30px; position: absolute; top: 2px; right: -80px; border-radius: 50%; border: 8px solid #0d649f; background-color: #1a8800; }
		.cavitationArea .bookBg .save em { display: block; font-size: 18px; font-style: normal;  }
		.cavitationArea .bookBg h2 { font-size: 55px; font-family: 'CenturySchLBoldItal'; color: #fff; text-transform: uppercase; font-style: italic; line-height: 70px; }
		.cavitationArea .bookBg h2 span { font-size: 56px; font-family: 'Tangerine', cursive; }
		.cavitationArea .bookBg .btn { padding: 8px 35px; font-size: 21px; color: #025d9b; text-decoration: none; background-color: #fff; }
		
		.cavitationArea .right { text-align: center; }
		.cavitationArea .cavitation { padding: 30px 20px; margin: auto; width: 83%; float: none; display: inline-block; font-size: 16px; font-family: 'Lato', sans-serif; text-align: center; line-height: 23px; border-radius: 5px; background-color: #b6d0e2; }
		.cavitationArea .cavitation .img { margin-top: -96px; width: 125px; display: inline-block; border-radius: 50%; border: 8px solid #fff; }
		.cavitationArea .cavitation h4 { margin-bottom: 20px; font-size: 22px; font-family: 'Lato', sans-serif; color: #222; text-transform: uppercase; }
		.cavitationArea .cavitation li { padding-left: 25px; margin-bottom: 10px; width: 50%; float: left; list-style: none; text-align: left; }
		.cavitationArea .cavitation li a { color: #222; text-decoration: none; }
		.cavitationArea .cavitation li a:before { margin: 0px 8px 0px -20px; content: '\f1ce'; font-family: FontAwesome; }
		.cavitationArea .cavitation li a:hover { color: #1a8800; }
		.cavitationArea .cavitation li span { display: block; }
		
		.cavitationArea .video { padding-right: 25px; position: relative; }
		.cavitationArea .play { margin: -63px 0px 0px -63px; width: 115px; height: 115px; position: absolute; top: 50%; left: 50%; border: 18px solid rgba(0,0,0,.4); border-radius: 150px; }
		.cavitationArea .play:after { width: 80px; height: 80px; border-radius: 70px; content: ''; position: absolute; top: 0px; left: 0px; background: #222 url(../images/play.png) no-repeat top 20px center; }
		.cavitationArea .play:hover:after { background-color: #025d9b; }
		
		/* popular area */
		.popularArea { padding: 70px 0px 70px; width: 100%; float: left; color: #222; text-align: left; background-position: center left; background-size: 55% 100%; background-repeat: no-repeat; }
		.popularArea h2 { margin-top: 0px; font-size: 38px; text-align: center; color: #111; line-height: 50px; }
		.popularArea .top { padding: 0px 16% 25px; }
		.popularArea .left { width: 50%; float: left; text-align: center; }
		.popularArea .left img { width: 100%%; height: auto; }
		.popularArea .right { width: 41%; float: right; text-align: center; }
		.popularArea .right h2 { margin: 0px 0px 25px; font-size: 46px; font-family: 'Tangerine', cursive; color: #025d9b; text-align: left; line-height: 60px; }
		.popularArea .right h3 { margin-bottom: 15px; font-size: 36px; font-family: 'CenturySchLBoldItal'; color: #1a8800; font-weight: 400; text-transform: uppercase; text-align: left; line-height: 50px; }
		.popularArea .right h3 span { font-size: 60px; font-family: 'CenturySchLBoldItal'; color: #025d9b; font-weight: 400; text-decoration: underline; }
		.popularArea .right h5 { font-size: 28px; font-family: 'CenturySchLBoldItal'; color: #1a8800; font-weight: 400; text-align: left; line-height: 32px; }
		.popularArea .right h5 span { font-size: 37px; font-family: 'CenturySchLBoldItal'; color: #025d9b; font-weight: 400; }
		.popularArea .right h5 em { font-size: 27px; font-family: 'CenturySchLBoldItal'; color: #025d9b; font-weight: 400; font-style: normal; }
		.popularArea .right .sort { width: 270px; float: right; }
		.popularArea .btn { margin: 20px 6px 0px; width: 230px; height: 55px; font-size: 18px; color: #025d9b; text-decoration: none; text-transform: uppercase;  line-height: 40px; border: 2px solid #025d9b; border-radius: 5px; }
		.popularArea .btn:hover { color: #fff; background-color: #025d9b; }
		
		
		/* Feathering banner */
		.FeatheringBanner { padding: 70px 0px 38px; }
		.FeatheringBanner h2 { font-size: 165px; color: #fff; text-shadow: -2px 0px 1px #333; text-align: center; text-transform: uppercase; }
		

		/* feathering area */
		.featheringArea { padding: 70px 0px 0px; width: 100%; float: left; font-size: 22px; font-family: 'Lato', sans-serif; color: #444; font-weight: 300; text-align: center; line-height: 32px; background-color: #fff; }
		.featheringArea h2 { margin: 0px 0px 7px; font-size: 38px; color: #111; }
		.featheringArea p { margin: 0px 0px 27px; }
		.featheringArea .image { width: 54.5%; }
		.featheringArea .text { width: 45.5%; text-align: left; }
		.featheringArea .myBtn { padding: 15px 80px; margin: 5px auto 0px; float: none; display: inline-block; font-size: 18px; color: #fff;  font-weight: 400; text-decoration: none; text-transform: uppercase; border-radius: 5px; background-color: #0d649f; }
		.featheringArea .myBtn:hover { background-color: #1a8800; }
		
		/* skinstitut banner */
		.skinstitutBanner { padding: 130px 0 132px; width: 100%; float: left; color: #0d629c; background-position: top center; background-repeat: no-repeat; background-size: cover;  }
		.skinstitutBanner h2 { margin-bottom: 0px; font-size: 105px; font-weight: 900; line-height: 100px; }
		.skinstitutBanner h3 { margin-top: 0px; width: 458px; font-size: 63px; font-weight: 300; border-bottom: 3px solid #0d629c; }

		/* skinstitutArea */
		.skinstitutArea { padding: 70px 0px; width: 100%; float: left; font-family: 'Lato', sans-serif; background-color: #eaeaea; }
		.skinstitutArea .text h6 { padding: 0px 9.5%; font-size: 17px; color: #333; text-align: center; line-height: 26px; }
		.skinstitutArea .searchBox { padding: 10px 15px 10px 22px; margin: 50px 0px 40px; width: 100%; font-size: 18px; color: #222; text-transform: uppercase; box-shadow: inset 0 0 2px #999; background-color: #d5d5d5; }
		.skinstitutArea .sort { padding: 5px 30px 5px 10px; margin-left: 10px; width: 125px; height: 40px; font-size: 16px; color: #0d629c; font-weight: 400; border: 0px; border-radius: 4px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url(../images/select.png) no-repeat top 15px right 10px; }
		.skinstitutArea .showSelect { padding: 5px 30px 5px 10px; margin-left: 10px; height: 40px; font-size: 16px; color: #0d629c; font-weight: 400; border: 0px; border-radius: 4px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url(../images/select.png) no-repeat top 15px right 10px; }
		.skinstitutArea label { margin-bottom: 0px; width: 33%; font-weight: 400; }
		.skinstitutArea label:last-child { text-align: right; }
		.skinstitutArea label a { margin-left: 15px; display: inline-block; font-size: 15px; color: #025d9b; text-decoration: none; line-height: 23px; cursor: pointer; }
		.skinstitutArea label a span  { margin:-1px 0 0 7px; float: right; display: inline-block; font-size: 24px; color: #025d9b; text-decoration: none; line-height: 0px; }
		.skinstitutArea label span { margin-right: 15px; color: #025d9b; text-decoration: none; line-height; 23px; } 
		
		.skinstitutArea .product { margin: 40px 0px; width: 100%; height: 435px; float: left; border: 2px solid #ddd; overflow: hidden; background-color: #fff;  }
		.skinstitutArea .product .image { padding: 20px 15px; width: 100%; height: 360px; float: left; position: relative; text-align: center; transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -webkit-transition: .50s ease-in-out; border-bottom: 2px solid #eee; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center;}
		.skinstitutArea .product .image img { max-width: 100%; max-height: 100%; display: inline-block; vertical-align: middle; }
		.skinstitutArea .product .image em { padding: 25px 50px 10px; font-size: 19px; font-style: normal; transform: rotate(45deg); color: #fff; text-transform: uppercase; position: absolute; top: -8px; right: -53px; background-color: #025d9b; }
		
		.skinstitutArea .product .text { padding: 10px 15px; width: 100%; float: left; font-size: 17px; color: #333; font-weight: 400; }
		.skinstitutArea .product .borderBottom { padding-bottom: 10px; margin-bottom: 75px; width: 100%; float: left; }
		.skinstitutArea .product .productName { width: 75%; float: left; text-decoration: none; }
		.skinstitutArea .product .price { float: right; }
		.skinstitutArea .product .addBtn { padding: 10px 10px; margin: 15px auto 0px; width: 190px; display: block; color: #025d9b; clear: both; text-transform: uppercase; text-align: center; text-decoration: none; border: 2px solid #025d9b; border-radius: 5px; }
		
		.skinstitutArea .product:hover { box-shadow: 0 0 18px #aaa; border: 0px; cursor: pointer; }
		.skinstitutArea .product:hover .image { height: 220px; transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -webkit-transition: .50s ease-in-out; }
		.skinstitutArea .product:hover .image span { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-color: rgba(2,93,155,.3); }
		.skinstitutArea .product:hover  .productName, .skinstitutArea .product:hover .price { color: #025d9b; }
		.skinstitutArea .product:hover .borderBottom { margin-bottom: 15px; width: 100%; float: left; border-bottom: 2px solid #eee; }
		.skinstitutArea .product .addBtn:hover { color: #fff; display: block; background-color: #025d9b; }
		
		.skinstitutArea .prevNext { padding: 12px 0px; margin: 0px 12px; width: 115px; display: inline-block; font-size: 17px; color: #1a8800; text-decoration: none; border: 1px solid #1a8800; border-radius: 5px; }
		.skinstitutArea .prevNext:hover { color: #fff; background-color: #1a8800; }
		
		/* listing */
		.skinstitutArea .grid.listing .item { width: 50%; }
		.skinstitutArea .grid.listing .product { margin: 0px 0px 45px; width: 100%; min-height: 320px; }
		.skinstitutArea .grid.listing .image { width: 40%; height: 100%; border-bottom:0px; border-right: 2px solid #eee; overflow: hidden; }
		.skinstitutArea .grid.listing .text { padding-top: 8%; width: 60%; height: 100%; text-align: center; }
		.skinstitutArea .grid.listing .productName { margin-bottom: 30px; width: 100%; float: left; font-size: 19px; line-height: 28px; }
		.skinstitutArea .grid.listing .price { float: none; display: block; font-size: 36px; }
		.skinstitutArea .grid.listing .borderBottom { margin-bottom: 30px; }
		.skinstitutArea .grid.listing .product:hover .borderBottom { border: 0px; }
		.skinstitutArea .grid.listing .image em { font-size: 17px; top: -12px; }
		/* map area */
		.mapArea iframe { width: 100%; height: 468px; float: left; }
		
		/*contact area */
		.contactArea { padding: 0px 0px 70px;  width: 100%; float: left; font-family: 'Lato', sans-serif; text-align: center; background-color: #fff; }
		.contactArea h2 { margin-bottom: 30px; font-size: 38px; color: #222; font-weight: 600; }
		.contactArea .formUp { margin-top: -35px; width: 100%; float: left; box-shadow: 0 0 18px #ddd; }
		.contactArea .formUp .left { padding: 40px 70px; background-color: #fff; }
		.contactArea .formUp label { margin-bottom: 25px; width: 100%; float: left; }
		.contactArea .formUp input { padding: 5px 10px; width: 100%; height: 52px; font-size: 16px; color: #555; font-family: 'Lato', sans-serif; font-weight: 400; border-radius: 5px; border: 1px solid #bbb; box-shadow: 0 0 1px #ccc; }
		.contactArea .formUp textarea { padding: 10px 10px; width: 100%; height: 135px; font-size: 16px; color: #555; font-family: 'Lato', sans-serif; font-weight: 400; border-radius: 5px; border: 1px solid #bbb; box-shadow: 0 0 1px #ccc; }
		.contactArea .formUp input[type='submit'] { color: #fff; border: 0px; background-color: #1a8800; }
		.contactArea .formUp input[type='submit']:hover { background-color: #025d9b; }
		.contactArea .formUp input:hover, .contactArea .formUp input:focus, .contactArea .formUp textarea:hover, .contactArea .formUp textarea:focus { border-color: #025d9b; box-shadow-color: #025d9b; }
		.contactArea .formUp .right { padding: 40px 60px; height: 100%; font-size: 17px; color: rgba(255,255,255,.6); background-color: #025d9b; }
		.contactArea .formUp .right h2 { color: #fff; }
		.contactArea .formUp li { padding: 5px 0px 15px 60px; margin-bottom: 37px; text-align: left; list-style: none; background-position: top left; background-repeat: no-repeat; }
		.contactArea .formUp .right li a { color: rgba(255,255,255,.6); text-decoration: none; }
		.contactArea .formUp .right li a:hover { color: #eee; }
		.contactArea .socialLink li { padding: 0px 0px 0px 0px; margin-right: 35px; float: left; display: inline-block; text-align: left; }
		.contactArea .socialLink li a { width: 50px; height: 50px; font-size: 20px; color: rgba(255,255,255,.4); text-align: center;	line-height: 50px; border: 1px solid rgba(255,255,255,.4); border-radius: 5px; }
		.contactArea .socialLink li a:hover { color: #025d9b; background-color: #fff; }
		
		/* ourteam area */
		.ourteamArea { padding: 70px 0px; width: 100%; float: left; font-size: 15px; color: #e3e3e3; line-height: 24px; text-align: center; background-color: #025d9b; }
		.ourteamArea h2 { margin-bottom: 15px; font-size: 38px; color: #fff; }
		.ourteamArea .item { margin: 15px 0px; }
		.ourteamArea .item span { margin: 15px 0px; display: block; font-size: 23px; color: #fff; }
		.ourteamArea .item img { display: inline-block; border-radius: 100%; border: 2px solid #fff; }
		
		
		/* footer wrapper */
	#footerWrapper { width: 100%; float: left; background-color: #3d3d49; }
		
		/* footer area */
		.footerArea { padding: 40px 0px 40px; width: 100%; float: left; text-align: center;}
		.footerArea .footerMenu { padding: 0px 15px; width: 25%; float: left; text-align: left; }
		.footerArea .footerMenu h5 { margin-bottom: 25px; font-size: 26px; color: #fff; font-weight: 900; }
		.footerArea .footerMenu h6 { margin-bottom: 15px; font-size: 22px; color: #fff; font-weight: 900; }
		.footerArea .footerMenu ul { text-align:left; }
		.footerArea .footerMenu ul li { margin-top:7px; display: block; list-style: none; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 400; color: #969696; }
		.footerArea .footerMenu:first-child li { padding-left: 35px; margin-bottom: 18px; }
		.footerArea .footerMenu ul li a { font-size: 16px; color: #969696; text-decoration: none; }
		.footerArea .footerMenu ul li a:hover { color: #1a8800; }
		.footerArea .footerMenu ul li i { margin: 0px 15px 0px -35px; display: inline-block; font-size: 20px; color: #1a8800; }
		.footerArea .footerMenu ul li img { width: 20px; margin: 5px 15px 0px -35px; display: inline-block; }
		.footerArea .footerMenu ul li a i { padding-top: 5px; margin: 0px 10px 13px 0px; width: 50px; height: 50px; font-size: 23px; color: #969696; text-align: center; line-height: 47px; border: 1px solid #858585; border-radius: 8px; }
		.footerArea .footerMenu ul li a:hover i { color: #fff; border-color: #1a8800; background-color: #1a8800; }
		.footerArea .massengerBtn { padding: 15px 25px 15px 65px; display: inline-block; position: relative; top: -65px; font-size: 20px; color: #fff; text-decoration: none; background: #337ab7 url(../images/MessengerLogo.png) no-repeat center left 30px; }
		
		.footerArea .footerMenu form label { margin-top: 5px; width: 100%; float: left; color: #fff; }
		.footerArea .footerMenu form input { padding: 5px 10px; width: 65%; height: 34px; float: right; border-radius: 3px; border: 0px; }
		.footerArea .footerMenu form input[type=submit] { width: 65%; height: 34px; float: right; color: #fff; text-transform: none; border: 0px; border-radius: 3px; background-color: #025d9b; }
		.footerArea .footerMenu form input[type=submit]:hover { background-color: #1a8800; }
		/* copyright area */
		.copyrightArea { padding: 15px 0px 8px; width: 100%; float: left; font-family: 'Lato', sans-serif; font-weight: 300; background-color: #000; }
		.copyrightArea .copyText { width: 100%; font-size: 17px; color: #858585; text-align: center; }
		
		
		
		/* extra css */
		.w100pi {text-align:center;}
		
		
	/* Price List */
	.productListing { padding: 60px 0px; width: 100%; float: left; background-color: #f6f6f6; }
	.productListing .panel .panel-title { padding: 10px 15px; position: relative; display: block; text-decoration: none; color: #fff; background-color: #025d9b; }
	.productListing .panel .panel-title:after { content: '\f067'; font-family: FontAwesome; color: #fff; position: absolute; z-index: 11; top: 10px; right: 25px; }
	.productListing .panel .panel-title.active:after { content: '\f068'; font-family: FontAwesome; color: #fff; position: absolute; z-index: 11; top: 10px; right: 25px; }
	
	
	.productListing .open { display: none; }
	.productListing .open ul li { margin: 10px 0px; width: 33%; display: inline-block; list-style: none; border-bottom: 1px solid #d5d5d5; }
	.productListing .open ul li a { text-decoration: none; color: #444; }
	.productListing .open ul li a:hover { color: #025d9b; }
	.productListing .open ul li h4 { font-size: 18px; }
	.productListing .open ul li span { margin-right: 15px; font-size: 16px; }
	.productListing .panel-group .panel { margin: auto; width: 100%; }
		
		
		
		
		
		
		/**************************** responsive 320px to 767px ************************/

@media only screen and (max-width: 767px){
	
	#headerWrapper { padding: 50px 0px 10px; border-bottom: 1px solid #025d9b; }
	#headerWrapper .mycontainer { padding: 0px; }
	#headerWrapper.sticky { position: static; }
	#headerWrapper .btn-info { display: block; }
	
	/*  */
	.logoArea { margin-top: 100px; margin: auto; float: none;  }
	
	/* link area */
	.linkArea { padding: 7px 15px 4px; margin-top: -138px; width: 100%; background-color: #025d9b; }
	.linkArea ul { margin-bottom: 0px; float: right; }
	.linkArea > ul > li { margin: 0px 0px 0px 15px; font-size: 0px; }
	.linkArea > ul > li i { margin-right: 0px; font-size: 20px; color: #fff; }
	.linkArea > ul > li .fa-user-o { margin-right: 0px; color: #fff; border-color: #fff; }
	.linkArea > ul > li i:hover { color: #1a8000;	}
	.linkArea > ul > li .fa-user-o { width: 25px; height: 25px; line-height: 25px; }
	
	.linkArea .skip-link { width: auto; }
	
	/* menu area */
	.menuArea { display: none; }
	.mm-navbar { top: 35px; }
	.mm-panels > .mm-panel.mm-hasnavbar { padding-top: 70px; }
	.mm-listview { font-size: 17px; }
	
	/* banner area */
	.bannerArea .item { padding-top: 100px; min-height: 666px; }
	.bannerArea .overlay { width: 100%; }
	.bannerArea h1 { font-size: 44px; line-height: 50px; }
	.bannerArea h1 span { font-size: 34px; }
	.bannerArea h5 { font-size: 14px; letter-spacing: 2px; text-align: left; }
	.bannerArea .mybtn { width: 260px; font-size: 16px; }
	/* innerbanner area */
	.innerbannerArea { padding: 90px 0px; }
	.innerbannerArea h2 { font-size: 50px; }
	
	/* home page */
	
	.contentArea { font-size: 17px; line-height: 26px; }
	.contentArea h2{ font-size: 28px; }
	
	.benefitArea h2 { padding-right: 0px; font-size: 28px; line-height: 37px; }
	.benefitArea .text { padding: 40px 15px; }
	.benefitArea li { padding-left: 30px; font-size: 18px; background-position: top 10px left; background-size: 16px; }
	.benefitArea li span { font-size: 16px; }
	.benefitArea .getBtn { padding: 0px 25px; font-size: 18px; }
	
	.workArea h2 { margin: 0px 0px 30px; font-size: 28px; }
	.workArea h3 { font-size: 24px; }
	.workArea .play { margin: -40px 0px 0px -40px; width: 80px; height: 80px; border: 10px solid rgba(0,0,0,.4); }
	.workArea .play::after { width: 60px; height: 60px; background-position: top 15px center; background-size: 20px; }
	.workArea .text { margin-top: 40px; font-size: 17px; }
	.workArea .workBtn { font-size: 16px; }
	
	.appointmentArea { background-position: top left; }
	.appointmentArea.appointmentOne { background-position: top right 33%; }
	.appointmentArea h2 { font-size: 28px; line-height: 34px; }
	.appointmentArea .appointmentBtn { font-size: 18px; }
	.appointmentArea .left h2 { font-size: 27px; }
	.appointmentArea .left h3 { margin-top: 70px; font-size: 100px; line-height: 75px; }
	.appointmentArea .left h3 em { font-size: 38px; }
	.appointmentArea .left h3 span { font-size: 65px; }
	
	.promotionsArea h2 { font-size: 28px; }
	.promotionsArea .text { padding: 0px 15px; font-size: 17px; }
	.promotionsArea .left { margin-bottom: 20px; padding: 0px 15px; }
	.promotionsArea .left ul { width: 100%; }
	.promotionsArea li { margin: 0px 0px 50px; }
	.promotionsArea li .bgOne { margin: auto; float: none; }
	.promotionsArea li h5 { padding: 0px 0px 25px; width: 100%; font-size: 19px; }
	.promotionsArea .right li { padding-left: 18px; margin-bottom: 0px; font-size: 15px; }
	.promotionsArea .right li a::before { margin: 0px 10px 0px -25px }
	.promotionsArea .right h4 { padding-left: 15px; margin-left: -15px; }
	.promotionsArea .right { padding: 35px 15px; }
	.promotionsArea .callBtn { padding: 15px 40px; }
	
	.bluePicbgArea {padding-bottom: 30px; }
	.bluePicbgArea .item { margin-bottom: 40px; }
	.bluePicbgArea figure { width: 210px; height: 210px; }
	.bluePicbgArea figure img { width: 50%; }
	.bluePicbgArea h4 { font-size: 20px; }
	.bluePicbgArea h3 { margin-top: 0px; padding: 0px 15px; font-size: 22px; }
	
	.laserArea .text { margin-top: 40px; }
	.laserArea .text h2 { font-size: 28px; }
	.laserArea .text h3 { font-size: 20px; }
	.laserArea .text li { padding-left: 30px; font-size: 17px; }
	.laserArea .text li::before { margin: 0px 15px 0px -30px; }
	
	.pictureArea h2 { font-size: 28px; }
	.pictureArea h4 { font-size: 18px; }
	.pictureArea .image { margin-bottom: 25px; }
	.pictureArea .owl-buttons { margin-top: -10px; }
	
	.blogArea { font-size: 16px; }
	.blogArea .item { margin-top: 40px; }
	.blogArea h2 { margin-bottom: 0px; font-size: 28px; }
	.blogArea h3 { font-size: 22px; }
	
	/* about page */
	
	.serviceArea .serviceTitle .symbole { padding-top: 8px; width: 50px; height: 50px; }
	.serviceArea img { width: 10px; }
	.serviceArea h2 { font-size: 28px; }
	.serviceArea .bookBtn { width: 230px; height: 54px; line-height: 54px; }
	
	.lasmedicsArea p { margin-bottom: 20px; font-size: 17px; }
	.lasmedicsArea h2 { font-size: 28px; }
	
	.pricesArea h2 { font-size: 28px; }
	.pricesArea .left { padding-bottom: 0px; }
	.pricesArea .right { padding-top: 230px; background-position: top -90px right -9px; }
	.pricesArea .details { padding: 10px 15px 35px; width: 290px; }
	
	.storeArea h2 { font-size: 28px; }
	.storeArea ul li { margin-bottom: 20px; width: 100%; min-height: 30px; }
	
	.professionalsArea .text { padding: 0px 15px; }
	.professionalsArea h2 { font-size: 28px; }
	
	.skinArea h2 { font-size: 28px; }
	
	/* skin page */
	
	.therapistsArea { font-size: 18px; }
	.therapistsArea .text { padding: 0px 15px; }
	.therapistsArea h2 { font-size: 28px; }
	.therapistsArea h4 { margin-top: 20px; font-size: 20px; }
	.therapistsArea .item { margin-top: 60px; }
	.therapistsArea .item a { padding: 0px; font-size: 20px; }
	.therapistsArea .item figure { width: 250px; height: 250px; }
	.therapistsArea .callBtn { padding: 16px 35px; }
	
	/* body page */
	
	.therapistsArea .body { padding: 0px 15px; }
	.therapistsArea .body h2 { padding: 0px; line-height: 40px; }
	
	.weekArea .item figure { margin-bottom: 35px; min-height: 340px; }
	
	.cavitationArea .bookBg { padding: 5px 20px 30px; width: 80%; }
	.cavitationArea .bookBg h2 { font-size: 30px; line-height: 45px; }
	.cavitationArea .bookBg h2 em { font-size: 38px; font-weight: 600; }
	.cavitationArea .bookBg img { width: 93px; top: -4px; left: -48px; }
	.cavitationArea .bookBg .save { padding-top: 20px; width: 100px; height: 100px; right: -48px; font-size: 18px; line-height: 21px; }
	.cavitationArea .bookBg .save em { font-size: 14px; }
	
	.cavitationArea .cavitation { margin-top: 140px; width: 100%; }
	.cavitationArea .cavitation li { padding-left: 15px; width: 100%; }
	
	/* injectables page */
	.popularArea { background-position: center left 37%; }
	.popularArea .top { padding: 0px 15px; }
	.popularArea h2 { font-size: 25px; line-height: 38px; }
	.popularArea .right { padding: 0px 15px; width: 100%; }
	.popularArea .right h2 { font-size: 35px; font-weight: 900; }
	.popularArea .right h3 { font-size: 23px; }
	.popularArea .right h3 span { font-size: 32px; }
	.popularArea .right .sort { width: 230px; }
	.popularArea .right h5 { font-size: 24px; }
	.popularArea .right h5 span { font-size: 30px; }
	.popularArea .right h5 em { font-size: 20px; }
	
	
	/* eyebrow-feathering page */
	.FeatheringBanner { padding: 45px 0px 38px; }
	.FeatheringBanner h2 { font-size: 50px; }
	.featheringArea .image { margin-bottom: 40px; width: 100%; }
	.featheringArea .text { width: 100%; font-size: 18px; line-height: 26px; }
	.featheringArea h2 { margin-bottom: 18px; font-size: 28px; line-height: 40px; }
	.featheringArea .myBtn { padding: 11px 60px; }
	
	/* blog page */
	.blogspageArea { font-size: 16px; }
	.blogspageArea .blogItem .dates { width: 45px; }
	.blogspageArea .blogItem .dd { padding: 3px 0px 0px 0px; font-size: 20px; }
	.blogspageArea .blogItem .mm { padding: 3px 0px 0px; font-size: 17px; }
	.blogspageArea .blogItem .text  { padding: 15px 0px; }
	.blogspageArea .blogItem h3 { padding-left: 55px; margin-top: 5px; font-size: 17px; }
	.blogspageArea .blogItem li { padding-right: 4px; margin-right: 4px; font-size: 11px; }
	.blogspageArea .blogItem .text ul { padding-left: 55px; margin-bottom: 12px; }
	
	.blogspageArea .recents figure { width: 100%; }
	.blogspageArea .recents .details { padding: 0px; margin-top: 15px; width: 100%; }
	
	.blogspageArea .popularPost { padding-bottom: 50px; }
	.blogspageArea .popularPost li a { font-size: 17px; }
	
	.blogspageArea .blogItem h2 { font-size: 40px; line-height: 42px; }
	.blogspageArea .commentsBox { padding: 15px; }
	.blogspageArea .commentsBox .adminPic { width: 55px; }
	.blogspageArea .commentForm input, .blogspageArea .commentForm textarea { width: 100%; }
	
	/* skinstitut-online page */
	.skinstitutBanner { padding: 40px 0 90px; background-position: top right; }
	.skinstitutBanner h2 { font-size: 50px; }
	.skinstitutBanner h3 { width: 235px; font-size: 32px; }
	.skinstitutArea .text h6 { padding: 0px; }
	
	.skinstitutArea .searchBox { padding: 20px 15px; font-size: 15px; text-align: center; }
	.skinstitutArea label { margin-bottom: 16px; width: 100%;}
	.skinstitutArea label:last-child { margin-bottom: 0px; text-align: center; }
	.skinstitutArea .sort { margin-left: 31px; height: 35px; }
	.skinstitutArea .showSelect { margin-left: 31px; height: 35px; }
	
	.skinstitutArea .grid.listing .item { width: 100%; }
	.skinstitutArea .grid.listing .product { min-height: 535px!important; padding-bottom: 25px!important; }
	.skinstitutArea .grid.listing .image { width: 100%; height: 250px; border-bottom: 2px solid #eee; border-right: 0px; }
	.skinstitutArea .grid.listing .text { width: 100%; }
	.skinstitutArea .grid.listing .productName { margin-bottom: 10px; font-size: 17px; }
	.skinstitutArea .grid.listing .price { font-size: 26px; }
	.skinstitutArea .grid.listing .borderBottom { margin-bottom: 5px; }
	
	/* contact page */
	.mapArea iframe { height: 230px; }
	
	.contactArea h2 { font-size: 28px; }
	.contactArea .mycontainer { padding: 0px 35px; }
	.contactArea .formUp { margin-top: -20px; }
	.contactArea .formUp .left { padding: 40px 20px;	}
	.contactArea .formUp .right { padding: 40px 15px; font-size: 16px;	}
	.contactArea .formUp li { padding-left: 45px; }
	.contactArea .socialLink { text-align: center; }
	.contactArea .socialLink li { padding: 0px; margin-right: 16px; float: none; }
	.contactArea .socialLink li:last-child { margin-right: 0px; }
	
	/* footer area */
	.footerArea .footerMenu { width: 100%; }
	.footerArea .footerMenu ul li { font-size: 16px; }
	.footerArea .footerMenu ul li a { font-size: 16px; }
	.footerArea .footerMenu ul li a i { width: 40px; height: 40px; line-height: 30px; }
	.footerArea .massengerBtn { padding: 15px 14px 15px 60px; margin-top: 10px; position: static; }
	.copyrightArea .copyText { font-size: 17px; }
}


@media only screen and (min-width: 480px) and (max-width:767px){
	
	/* home page */
	.bannerArea .overlay { width: 380px; }
	.bannerArea h1 { font-size: 74px;  }
	.bannerArea h1 span { font-size: 58px; }
	.bannerArea h5 { font-size: 20px; }
	
	.appointmentArea h2 { width: 350px; }
	.appointmentArea .left h2 { width: 350px; }
	
	.promotionsArea .item { width: 50%; }
	.promotionsArea .right { padding-left: 50px; }
	.promotionsArea .right h4 { padding-left: 50px; margin-left: -50px; }
	
	.benefitArea .circle { padding: 0px 20%; }
	
	.bluePicbgArea .item { width: 33.33%; }
	.bluePicbgArea figure { width: 130px; height: 130px; }
	.bluePicbgArea .squreTabel { width: 130px; height: 130px; }
	
	.blogArea figure { max-height: 430px; }
	.blogArea figure img { width: 100%; }
	
	/* about page */
	.serviceArea .item { width: 50%; }
	.serviceArea .item a { font-size: 16px; }

	.pricesArea .right { padding-top: 130px; background-position: top 0px right -9px; }
	
	.therapistsArea .item { width: 50%; }
	.therapistsArea .item figure { width: 200px; height: 200px; }
	.therapistsArea .item.body figure { width: 200px; height: 200px; }
	
	/* body page */
	.cavitationArea .bookBg { padding: 5px 20px 30px; width: 310px; }
	.cavitationArea .cavitation { padding: 30px 45px; }
	
	/* injectables page */
	.popularArea .btn { width: 210px; font-size: 16px; }
	
	/* eyebrow-feathering page */
	.pictureArea .image { width: 50%; }
	
	/* blog page */
	.blogspageArea { font-size: 17px; }
	.blogspageArea .recents figure { width: 35%; }
	.blogspageArea .recents .details { padding-left: 12px; margin-top: 0px; width: 65%; }
	.blogspageArea .blogItem li { font-size: 14px; }
	.blogspageArea .blogItem h2{ font-size: 48px; }
	.blogspageArea .commentForm input, .blogspageArea .commentForm textarea { width: 450px; }
	
	/* skinstitut-online page */
	.skinstitutArea label { margin: 0px; width: 33.33%; float: left; }
	.skinstitutArea label:nth-child(2) { margin-top: 3px; }
	.skinstitutArea .searchBox { padding: 15px 8px; margin: 40px 0px; float: left; font-size: 11px; }
	.skinstitutArea .sort { padding: 5px 19px 5px 4px; margin-left: 5px; width: 80px; height: 27px; font-size: 12px; background-position: top 9px right 5px; }
	.skinstitutArea .showSelect { padding: 5px 17px 5px 0px; margin-left: 3px; height: 27px; font-size: 12px; background-position: top 9px right 3px; }
	.skinstitutArea label span { margin-right: 3px; }
	.skinstitutArea label a { margin-left: 2px; font-size: 12px; }
	.skinstitutArea label a span { margin: 5px 0 0 4px; font-size: 12px; }
	
	.skinstitutArea .grid.listing .product { min-height: 485px!important; }
	.skinstitutArea .product .productName { width: 86%; font-size: 18px; }
	.skinstitutArea .grid .product:hover .borderBottom { margin-bottom: 25px; }
	.skinstitutArea .listing .product:hover .borderBottom { margin-bottom: 5px!important; }
	.skinstitutArea .listing .addBtn { display: inline-block; }
	.skinstitutArea .listing .addBtn:hover { display: inline-block; }
  
}
@media only screen and (min-width: 768px) and (max-width:991px){
  
    /* link area */
	#headerWrapper { padding: 10px 0px; border-bottom: 1px solid #025d9b; }
	#headerWrapper .btn-info { padding: 5px 10px 6px; display: block; }
	.linkArea { margin-top: 28px; width: 220px; }
	.linkArea > ul > li { margin: 0px 0px 0px 9px; font-size: 0px; }
	.linkArea > ul > li > a i { font-size: 20px; }
	.linkArea > ul > li > a i:hover { color: #1a8000; }
	.linkArea > ul > li .fa-user-o { width: 25px; height: 25px; line-height: 27px; }

	/* menu area */
	.menuArea { width: 100%; display: none; }
	.menuArea ul { padding: 15px 20px; width: 100%; background-color: rgba(125,25,20,.8) }
	.menuArea li { margin: 5px 0px; float: none; display: block; border-bottom: 1px solid #000; }
	.menuArea li a { color: #fff; }
	.menuArea.mm-menu.mm-offcanvas { padding: 80px 15px; background-color: #025d9b;}
	
	/* banner area */
	.bannerArea .overlay { width: 488px; }
	.bannerArea h1 { font-size: 91px; }
	.bannerArea h1 span { font-size: 71px; }
	.bannerArea h5 { font-size: 17px; }
	
	/* innerbanner area */
	.innerbannerArea { padding: 100px 0 110px; }
	.innerbannerArea h2 { font-size: 100px; }
	
	/* home page */
	
	.contentArea { font-size: 17px; }
	.contentArea h2 { font-size: 28px; }
	
	.workArea .video { margin-bottom: 40px; }
	
	.appointmentArea h2 { font-size: 28px; line-height: 40px; }
	.appointmentArea .left h2 { font-size: 28px; }
	.appointmentArea .appointmentBtn { font-size: 18px; }
	.appointmentArea .left h3 { font-size: 140px; }
	.appointmentArea .left h3 em { font-size: 50px; }
	.appointmentArea .left h3 span { font-size: 67px; }
	
	.benefitArea h2 { padding-right: 0px; font-size: 28px; line-height: 40px; }
	.benefitArea li { padding-left: 32px; margin-bottom: 10px; font-size: 18px; line-height: 25px; background-size: 20px; }
	.benefitArea .getBtn { padding: 0px 25px; font-size: 18px; }
	
	.workArea { font-size: 17px; }
	.workArea h2 { margin-bottom: 28px; font-size: 30px; }
	.workArea h3 { font-size: 26px; }
	
	.promotionsArea { font-size: 17px; }
	.promotionsArea h2 { font-size: 28px; }
	.promotionsArea .text { padding: 0px 14% 70px; }
	.promotionsArea .left { padding: 0px 40px 0px 15px; }
	.promotionsArea .right { padding-left: 25px; }
	.promotionsArea .right h4 { padding-left: 35px; margin-left: -25px; }
	.promotionsArea .right li { margin: 5px 0px; line-height: 25px; }
	.promotionsArea li h5 { width: 51%; font-size: 15px; }
	.promotionsArea li { margin-top: 50px; font-size: 16px; }
	.promotionsArea li .bgOne {  padding: 15px; width: 160px; height: 160px; float: right; border-radius: 50%; background-filter: grayscale(100%); background-position: top center; overflow: hidden; background-size: cover; }
	.promotionsArea li .bgTwo {  width: 100%; height: 100%; background-position: top -15px left -15px; background-size: 120%; }

		
	.bluePicbgArea figure { width: 200px; height: 200px; }
	.bluePicbgArea figure img { width: 47%; }
	
	.laserArea .text h2 { font-size: 28px; }
	.laserArea .text h3 { font-size: 22px; }
	.bluePicbgArea h4 { font-size: 22px; }
	.laserArea .text li { padding-left: 30px; font-size: 18px; }
	.laserArea .text li:before { margin: 0px 12px 0px -30px; }
	
	.pictureArea h2 { font-size: 28px; }
	.pictureArea h4 { font-size: 20px; }
	
	.blogArea h2 { font-size: 28px; }
	.blogArea figure .dates { padding: 4px 5px; width: 45px; font-size: 17px; } 
	.blogArea li a { font-size: 14px; }
	.blogArea { font-size: 15px; }
	.blogArea h3 { font-size: 18px; }
	.blogArea .blogBtn { font-size: 17px; }
	
	/* about page */
	.serviceArea .item a { font-size: 15px; }
	.serviceArea .bookBtn { width: 260px; height: 56px; line-height: 56px; }
	
	.pricesArea .left { padding-bottom: 0px; }
	.pricesArea .right { padding-top: 90px; background-position: top right 50px; }
	.pricesArea .details { margin: auto; float: none; }
	.storeArea ul li { width: 50%; }
	
	.ourteamArea .item span  { margin-bottom: 10px; font-size: 20px; }
	
	/* skin page */
	.therapistsArea .item a { padding: 0px; }
	.therapistsArea .item figure { width: 200px; height: 200px; }
	
	/* body page */
	.therapistsArea h2 { font-size: 28px; }
	.therapistsArea .body h2 { padding: 0px; }
	.therapistsArea .item.body figure { width: 155px; height: 155px; }
	.therapistsArea .item .therapists { border-width: 5px; }
	
	.weekArea .item figure { padding-bottom: 20px; min-height: 411px; }
	
	.cavitationArea .bookBg { width: 420px; margin-bottom: 150px; }
	
	/* injectables page */
	.popularArea h2 { font-size: 28px; }
	.popularArea .top { padding: 0px 30px; }
	.popularArea .right { width: 410px; }
	.popularArea .right .sort { width: 330px; }
	.popularArea .right h2 { font-size: 50px; }
	.popularArea .right h3 { font-size: 31px; }
	.popularArea .right h3 span { font-size: 46px; }
	.popularArea .right h5 { font-size: 21px; }
	.popularArea .right h5 em { font-size: 22px; }
	.popularArea .right h5 span { font-size: 28px; }
	
	/* eyebrow-feathering page */
	.FeatheringBanner { padding-top: 60px; }
	.FeatheringBanner h2 { font-size: 100px; }
	
	.featheringArea .image { width: 40%; }
	.featheringArea .text { width: 60%; }
	.featheringArea h2 { font-size: 28px; }
	
	/* blog page */
	.blogspageArea .blogItem h3 { margin-top: 3px; font-size: 20px; }
	.blogspageArea .blogItem li { padding-right: 10px; margin-right: 10px; font-size: 15px; }
	.blogspageArea .blogItem .text { padding: 16px 15px 5px 60px; }
	.blogspageArea .blogItem .dates { width: 50px; }
	.blogspageArea .blogItem .dd { padding: 5px 0px 1px 0px; font-size: 20px; }
	.blogspageArea .blogItem .mm { padding: 1px 0px 0px; font-size: 19px; }
	.blogspageArea .recents { margin-bottom: 20px; }
	.blogspageArea .recents figure { width: 30%; }
	.blogspageArea .recents .details { width: 70%; }
	.blogspageArea .recents h4 { font-size: 15px; line-height: 20px;}
	.blogspageArea .recents .details li { font-size: 11px; }
	.blogspageArea .blogItem h2 { font-size: 44px; line-height: 52px; }
	
	.blogspageArea .commentsBox { padding-right: 100px; }
	.blogspageArea .commentsBox .adminPic { width: 70px; }
	
	.blogspageArea .popularPost { padding-top: 25px; }
	.blogspageArea .popularPost li { margin-top: 4px; }
	.blogspageArea .popularPost li a { font-size: 13px; }
	
	
	/* skinstitut-online page */
	.skinstitutArea .searchBox { font-size: 15px; }
	.skinstitutArea .grid.listing .product { height: 360px; }
	.skinstitutArea .grid.listing .image { padding: 20px 7px; width: 43%; }
	.skinstitutArea .grid.listing .text { padding: 20px 7px; width: 57%; }
	.skinstitutArea .grid.listing .productName { margin-top: 30px; font-size: 16px; line-height: 20px; }
	.skinstitutArea .grid.listing .price { font-size: 24px; }
	.skinstitutArea .product .addBtn { width: 165px; font-size: 15px; }
	
	/* contact page */
	.mapArea iframe { height: 300px; }
	.contactArea .mycontainer { padding: 0px 35px; }
	.contactArea .formUp { margin-top: -24px; }
	.contactArea .formUp .left { padding: 40px 20px; }
	.contactArea .formUp .right { padding: 40px 20px; font-size: 14px; }
	.contactArea h2 { font-size: 28px; }
	.contactArea .formUp li { padding: 0 0 0px 33px; margin-bottom: 35px; background-size: 22px; }
	.contactArea .formUp input { height: 46px }
	
	.contactArea .socialLink li { padding: 0px; margin-right: 15px; }
	
	
	/* footer area */
	.footerArea .footerMenu:first-child { width: 30%; }
	.footerArea .footerMenu:nth-child(2) { width: 22%; }
	.footerArea .footerMenu:nth-child(4) { width: 23%; }
	.footerArea .footerMenu h5 { font-size: 17px; }		.footerArea .footerMenu h6 { font-size: 17px; }
	.footerArea .footerMenu ul li { margin-top: 7px; font-size: 15px; }
	.footerArea .footerMenu ul li a { font-size: 15px; }
	.footerArea .footerMenu ul li a i { width: 30px; height: 30px; font-size: 15px; line-height: 23px; }
	.footerArea .footerMenu form input { margin-top: 5px; width: 100%; display: block; }		.footerArea .footerMenu form input[type=submit] { margin-top: 5px; width: 100%; display: block; }
	/* copyright area */
	.copyrightArea .copyText { font-size: 16px; }
	
	
}


@media only screen and (min-width: 992px) and (max-width: 1260px){ 
	
	/* header wrapper */
	.linkArea > ul > li  { margin-left: 12px; }
	.linkArea > ul > li:first-child  { margin-left: 0px; }
	.linkArea > ul > li i { margin-right: 1px; }
	
	.menuArea li { margin-left: 12px; }
	.menuArea li a { font-size: 15px; }
	
	/* banner area */
	.bannerArea .overlay { width: 516px; }
	.bannerArea h1 { font-size: 100px; }
	.bannerArea h1 span { font-size: 79px; }
	.bannerArea h5 { font-size: 19px; text-align: center; }
	
	/* .innerbanner area */
	.innerbannerArea { padding: 100px 0px; }
	.innerbannerArea h2 { font-size: 115px; }
	
	/* home page */
	.benefitArea h2 { font-size: 32px; line-height: 40px; }
	.benefitArea li { font-size: 22px; }
	
	.workArea { font-size: 18px; }
	.workArea h2 { font-size: 34px; }
	.workArea h3 { font-size: 30px; }
	
	.appointmentArea h2 { font-size: 32px; }
	.appointmentArea .left h3 { font-size: 170px; }
	.appointmentArea .left h3 em { font-size: 60px; }
	.appointmentArea .left h3 span { font-size: 102px; }
	
	.promotionsArea  { font-size: 18px; }
	.promotionsArea h2 { font-size: 34px; }
	.promotionsArea .left { padding: 0px 50px 0px 15px; }
	.promotionsArea li { font-size: 18px; }
	.promotionsArea li h5 { width: 40%; font-size: 16px; }
	.promotionsArea .right { padding-left: 50px; }
	.promotionsArea .right h4 { padding-left: 60px; margin-left: -50px; }
	
	.laserArea .text h2 { font-size: 32px; }
	.laserArea .text h3 { font-size: 24px; }
	.laserArea .text li { padding-left: 30px; font-size: 18px; }
	.laserArea .text li:before { margin-left: -30px; }
	
	.bluePicbgArea h4  { font-size: 22px; }
	
	.pictureArea h2 { font-size: 32px; }
	.pictureArea h4 { font-size: 20px; }
	
	.blogArea { font-size: 17px; }
	.blogArea h2 { font-size: 34px; }
	.blogArea .item a { font-size: 22px; line-height: 26px; }
	.blogArea .blogBtn { font-size: 20px; }
	
	/* about page */
	.serviceArea .item a { font-size: 16px; }
	.serviceArea .bookBtn { width: 250px; height: 60px; line-height: 60px; }
	.storeArea ul li { min-height: 70px; }
	.storeArea ul li a { font-size: 14px; }
	
	/* slin page */
	.therapistsArea .item a { padding: 0px; font-size: 20px; }
	.therapistsArea .item figure { width: 260px; height: 260px; }
	
	/* body page */
	.therapistsArea .body h2 { padding: 0px; }
	.therapistsArea .item.body figure { width: 200px; height: 200px; }
	.therapistsArea .item .therapists { border-width: 6px; }
	
	.cavitationArea .cavitation li { width: 100%; }
	.cavitationArea .bookBg { width: 320px; }
	.cavitationArea .bookBg h2 { font-size: 42px; line-height: 52px; }
	
	/* injectables page */
	.popularArea h2 { font-size: 32px; }
	.popularArea .right { width: 515px; }
	.popularArea .right .sort { width: 300px; }
	
	/* eyebrow-feathering page */
	.FeatheringBanner h2 { font-size: 110px; }
	.featheringArea h2 { font-size: 28px; }
	
	/* blog page */
	.blogspageArea .recents .details li { font-size: 12px; }
	.blogspageArea .blogItem h2 { font-size: 54px; line-height: 66px; }
	.blogspageArea .recents h4 { font-size: 14px; }
	
	/* skinstitut-online page */
	.skinstitutBanner { padding: 90px 0px 100px; }
	.skinstitutBanner h2 { font-size: 95px; }
	.skinstitutBanner h3 { width: 407px; font-size: 56px; }
	
	/* contact page */
	.mapArea iframe { height: 380px; }
	.contactArea .mycontainer { padding: 0px 70px; }
	.contactArea .formUp .left { padding: 40px; }
	.contactArea .formUp .right { padding: 40px; }
	.contactArea h2 { font-size: 32px; }
	.contactArea .formUp li { padding: 0px 0px 10px 30px; background-size: 22px; background-position: top 3px left; }
	.contactArea .socialLink li { padding-left: 0px; margin-right: 20px; }
	
	.footerArea .footerMenu h5 { font-size: 22px; }
	.footerArea .footerMenu ul li { font-size: 17px; }
	.footerArea .footerMenu ul li a { font-size: 17px; }
	.footerArea .footerMenu ul li a i { width: 40px; height: 40px; font-size: 18px; line-height: 32px; }
	.footerArea .footerMenu h6 { font-size: 18px; }		.footerArea .footerMenu form input { margin-top: 5px; width: 63%; display: block; }	.footerArea .footerMenu form input[type=submit] { margin-top: 5px; width: 63%; display: block; }
	.copyrightArea .copyText { font-size: 18px; }
}











