@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(fonts/SourceSansPro-Light.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(fonts/SourceSansPro-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url(fonts/SourceSansPro-LightIt.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(fonts/SourceSansPro-It.woff) format('woff');
}


@font-face {
	font-family: Montserrat-Light;
	src: url('fonts/Montserrat-Light.otf');
}

@font-face {
	font-family: Montserrat-Bold;
	src: url('fonts/Montserrat-Bold.otf');
}

@font-face {
	font-family: SpringLPStd;
	src: url('fonts/SpringLPStd.otf');
}

@font-face {
	font-family: headlinenails;
	src: url('fonts/Lobster_1.0.otf');
}

body {
	background: #fff;
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body, input, select, textarea {
	color: #666;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 300;
	line-height: 1.65em;
}

a {
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s
		ease-in-out;
	-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	border-bottom: dotted 1px #666;
	color: inherit;
	text-decoration: none;
}

a:hover {
	border-bottom-color: transparent !important;
	color: #F7DBc6;
}

strong, b {
	color: #Fb925b;
	font-weight: 400;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
	opacity: 1.0 !important;
}

h1 {
	font-family: 'SpringLPStd';
	color: #FFF;
	margin: 0 0 1em 0;
}

h2 {
	color: #Fb925b !important;
}

h3, h4, h5, h6 {
	color: #838383;
	line-height: 1em;
	margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 10em;
	line-height: .7em;
}

h2 {
	font-size: 2em;
	line-height: 1.35em;
}

h3 {
	font-size: 1.35em;
	line-height: 1.5em;
}

h4 {
	font-size: 1.25em;
	line-height: 1.5em;
}

h5 {
	font-size: 0.9em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border: 0;
	border-bottom: solid 1px #Fb925b;
	margin: 2em 0;
}

hr.major {
	margin: 3em 0;
	color: #Fb925b;
}

blockquote {
	border-left: solid 4px rgba(144, 144, 144, 0.5);
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(144, 144, 144, 0.075);
	border-radius: 4px;
	border: solid 1px rgba(144, 144, 144, 0.5);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

section.special, article.special {
	text-align: center;
}

header p {
	color: rgb(255, 255, 255, 1.0) !important;
	opacity: 1.0 !important;
	margin: 0 0 .5em 0;
	position: relative;
}

header h2+p {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-top: -1em;
}

header h3+p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: -0.8em;
}

header h4+p, header h5+p, header h6+p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: -0.6em;
}

header.major {
	margin: 0 0 1em 0;
}

header.major:after {
	background: #Fb925b;
	content: '';
	display: inline-block;
	height: 1px;
	margin-top: 1.5em;
	width: 6em;
}

header.major h2, header.major h3, header.major h4, header.major h5,
	header.major h6 {
	margin: 0;
}

header.major p {
	margin: 0.7em 0 0 0;
}

header.special {
	text-align: center;
}

.image {
	border-radius: 4px;
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	border-radius: 4px;
	display: block;
}

.image.left {
	float: left;
	padding: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	padding: 0 0 1em 1.5em;
	top: 0.25em;
}

.image.left, .image.right {
	max-width: 40%;
}

.image.left img, .image.right img {
	width: 100%;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

ul.actions {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.actions li {
	display: inline-block;
	padding: 0 1em 0 0;
	vertical-align: middle;
}

ul.actions li:last-child {
	padding-right: 0;
}

ul.actions.small li {
	padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
	display: block;
	padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child {
	padding-top: 0;
}

ul.actions.vertical li>* {
	margin-bottom: 0;
}

ul.actions.vertical.small li {
	padding: 0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
	padding-top: 0;
}

ul.actions.uniform li>* {
	min-width: 12em;
}

ul.actions.fit {
	display: table;
	margin-left: -1em;
	padding: 0;
	table-layout: fixed;
	width: calc(100% + 1em);
}

ul.actions.fit li {
	display: table-cell;
	padding: 0 0 0 1em;
}

ul.actions.fit li>* {
	margin-bottom: 0;
}

ul.actions.fit.small {
	margin-left: -0.5em;
	width: calc(100% + .5em);
}

ul.actions.fit.small li {
	padding: 0 0 0 0.5em;
}

dl {
	margin: 0 0 2em 0;
}

input[type="submit"], input[type="reset"], input[type="button"], button,
	.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s
		ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s
		ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s
		ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 4px;
	border: 0;
	box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.5);
	color: #555 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 400;
	height: 2.75em;
	letter-spacing: 0.125em;
	line-height: 2.75em;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
	text-indent: 0.125em;
	text-transform: uppercase;
	white-space: nowrap;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,
	button:hover, .button:hover {
	background-color: rgba(144, 144, 144, 0.075);
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active,
	button:active, .button:active {
	background-color: rgba(144, 144, 144, 0.2);
}

input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon,
	button.icon, .button.icon {
	padding-left: 1.35em;
}

input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before,
	button.icon:before, .button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit,
	button.fit, .button.fit {
	display: block;
	margin: 0 0 1em 0;
	width: 100%;
}

input[type="submit"].small, input[type="reset"].small, input[type="button"].small,
	button.small, .button.small {
	font-size: 0.7em;
}

input[type="submit"].big, input[type="reset"].big, input[type="button"].big,
	button.big, .button.big {
	font-size: 1.25em;
}

input[type="submit"].special, input[type="reset"].special, input[type="button"].special,
	button.special, .button.special {
	background-color: #555;
	box-shadow: none !important;
	color: #fff !important;
}

input[type="submit"].special:hover, input[type="reset"].special:hover,
	input[type="button"].special:hover, button.special:hover, .button.special:hover
	{
	background-color: #626262;
}

input[type="submit"].special:active, input[type="reset"].special:active,
	input[type="button"].special:active, button.special:active, .button.special:active
	{
	background-color: #484848;
}

input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled,
	input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled,
	button.disabled, button:disabled, .button.disabled, .button:disabled {
	cursor: default;
	opacity: 0.25;
}

.main {
	padding: 2em 0 2em 0;
}

.main.style1 {
	background: #fff;
}

.main.style2 {
	background-color: #333;
	color: rgba(255, 255, 255, 0.75);
	text-shadow: rgba(0, 0, 0, 0.4) 0 0 20px;
	background-attachment: fixed, fixed;
	background-image: url("../images/header.jpg");
	background-size: auto, cover;
}

.main.style2 a {
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

.main.style2 a:hover {
	color: #ffffff;
}

.main.style2 h1, .main.style2 h2, .main.style2 h3, .main.style2 h4,
	.main.style2 h5, .main.style2 h6, .main.style2 strong, .main.style2 b {
	color: #ffffff;
}

.main.style2 header p {
	color: #ffffff;
}

.main.style2 header.major:after {
	background: #ffffff;
}

.main.style2 input[type="submit"], .main.style2 input[type="reset"],
	.main.style2 input[type="button"], .main.style2 button, .main.style2 .button
	{
	box-shadow: inset 0 0 0 1px #ffffff;
	color: #ffffff !important;
}

.main.style2 input[type="submit"]:hover, .main.style2 input[type="reset"]:hover,
	.main.style2 input[type="button"]:hover, .main.style2 button:hover,
	.main.style2 .button:hover {
	background-color: rgba(255, 255, 255, 0.125);
}

.main.style2 input[type="submit"]:active, .main.style2 input[type="reset"]:active,
	.main.style2 input[type="button"]:active, .main.style2 button:active,
	.main.style2 .button:active {
	background-color: rgba(255, 255, 255, 0.25);
}

.main.style2 input[type="submit"].special, .main.style2 input[type="reset"].special,
	.main.style2 input[type="button"].special, .main.style2 button.special,
	.main.style2 .button.special {
	background-color: #ffffff;
	box-shadow: inset 0 0 0 1px #ffffff !important;
	color: #Fb925b !important;
}

.main.style2 input[type="submit"].special:hover, .main.style2 input[type="reset"].special:hover,
	.main.style2 input[type="button"].special:hover, .main.style2 button.special:hover,
	.main.style2 .button.special:hover {
	background-color: #Fb925b !important;
	color: #ffffff !important;
}

.main.style2 input[type="submit"].special:active, .main.style2 input[type="reset"].special:active,
	.main.style2 input[type="button"].special:active, .main.style2 button.special:active,
	.main.style2 .button.special:active {
	background-color: rgba(255, 255, 255, 0.25) !important;
}

.main.style2 ul.major-icons li .icon {
	border-color: #ffffff;
}

.main.style2 .icon.major {
	color: #ffffff;
}

#header {
	padding: 4em 0 2em 0;
	background-color: #dfeef5;
	color: rgba(255, 255, 255, 0.75);
	text-shadow: rgba(0, 0, 0, 0) 0 0 20px;
	background-attachment: fixed, fixed, fixed;
	background-image: url("../images/shop/interior-pano-1.jpg"); /* ../images/head.jpg*/
	background-size: 100% auto, cover, cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-position: top left, center center, center center;	
}

#header a {
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

#header a:hover {
	color: #ffffff;
}

#header h1, #header h2, #header h3, #header h4, #header h5, #header h6,
	#header strong, #header b {
	color: #ffffff;
}

#header header p {
	color: #ffffff;
}

#header header.major:after {
	background: #ffffff;
}

#header input[type="submit"], #header input[type="reset"], #header input[type="button"],
	#header button, #header .button {
	box-shadow: inset 0 0 0 1px #ffffff;
	color: #ffffff !important;
}

#header input[type="submit"]:hover, #header input[type="reset"]:hover,
	#header input[type="button"]:hover, #header button:hover, #header .button:hover
	{
	background-color: rgba(255, 255, 255, 0.125);
}

#header input[type="submit"]:active, #header input[type="reset"]:active,
	#header input[type="button"]:active, #header button:active, #header .button:active
	{
	background-color: rgba(255, 255, 255, 0.25);
}

#header input[type="submit"].special, #header input[type="reset"].special,
	#header input[type="button"].special, #header button.special, #header .button.special
	{
	background-color: #ffffff;
	box-shadow: inset 0 0 0 1px #ffffff !important;
	color: #4686a0 !important;
}

#header input[type="submit"].special:hover, #header input[type="reset"].special:hover,
	#header input[type="button"].special:hover, #header button.special:hover,
	#header .button.special:hover {
	background-color: rgba(255, 255, 255, 0.125) !important;
	color: #ffffff !important;
}

#header input[type="submit"].special:active, #header input[type="reset"].special:active,
	#header input[type="button"].special:active, #header button.special:active,
	#header .button.special:active {
	background-color: rgba(255, 255, 255, 0.25) !important;
}

#header ul.major-icons li .icon {
	border-color: #ffffff;
}

#header .icon.major {
	color: #ffffff;
}

#header h1 {
	margin: 0;
}

#header p {
	margin: 1em 0 0 0;
}

#header .actions {
	margin: 2.5em 0 0 0;
	position: relative;
}

#header .actions:after {
	background: #ffffff;
	content: '';
	height: 100vh;
	left: 50%;
	position: absolute;
	top: 100%;
	width: 0px;
}

#header .inner {
	-moz-transition: -moz-transform 1.5s ease, opacity 2s ease;
	-webkit-transition: -webkit-transform 1.5s ease, opacity 2s ease;
	-o-transition: -o-transform 1.5s ease, opacity 2s ease;
	-ms-transition: -ms-transform 1.5s ease, opacity 2s ease;
	transition: transform 1.5s ease, opacity 2s ease;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	position: relative;
	z-index: 1;
}

#header .inner .actions {
	-moz-transition: -moz-transform 1.25s ease;
	-webkit-transition: -webkit-transform 1.25s ease;
	-o-transition: -o-transform 1.25s ease;
	-ms-transition: -ms-transform 1.25s ease;
	transition: transform 1.25s ease;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

#header:after {
	transition: -moz-opacity 1s ease;
	transition: -webkit-opacity 1s ease;
	transition: -o-opacity 1s ease;
	transition: -ms-opacity 1s ease;
	transition: opacity 1s ease;
	background: #FFF;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

body.is-loading #header .inner {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0;
}

body.is-loading #header .inner .actions {
	-moz-transform: translateY(30em);
	-webkit-transform: translateY(30em);
	-o-transform: translateY(30em);
	-ms-transform: translateY(30em);
	transform: translateY(30em);
	opacity: 0;
}

body.is-loading #header:after {
	opacity: 1;
}

#footer{
	padding: 1em 0 1em 0;
	background-color: #e9e9e9;
    color: #4a4747;
	text-align: center;	
	letter-spacing: 2px;
	font-size: 1em;
}

#footer a {
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

#footer a:hover {
	color: #4a4a4a;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6,
	#footer strong, #footer b {
	color: #ffffff;
}

#footer header p {
	color: #ffffff;
}

#footer header.major:after {
	background: #ffffff;
}

#footer input[type="submit"], #footer input[type="reset"], #footer input[type="button"],
	#footer button, #footer .button {
	box-shadow: inset 0 0 0 1px #ffffff;
	color: #ffffff !important;
}

#footer input[type="submit"]:hover, #footer input[type="reset"]:hover,
	#footer input[type="button"]:hover, #footer button:hover, #footer .button:hover
	{
	background-color: #Fb925b;
}

#footer input[type="submit"]:active, #footer input[type="reset"]:active,
	#footer input[type="button"]:active, #footer button:active, #footer .button:active
	{
	background-color: #Fb925b;
}

#footer input[type="submit"].special, #footer input[type="reset"].special,
	#footer input[type="button"].special, #footer button.special, #footer .button.special
	{
	background-color: #ffffff;
	box-shadow: inset 0 0 0 1px #ffffff !important;
	color: #Fb925b !important;
}

#footer input[type="submit"].special:hover, #footer input[type="reset"].special:hover,
	#footer input[type="button"].special:hover, #footer button.special:hover,
	#footer .button.special:hover {
	background-color: #Fb925b !important;
	color: #ffffff !important;
}

#footer input[type="submit"].special:active, #footer input[type="reset"].special:active,
	#footer input[type="button"].special:active, #footer button.special:active,
	#footer .button.special:active {
	background-color: # !important;
}

#footer ul.major-icons li .icon {
	border-color: #ff8839;
}

#footer .icon.major {
	color: #ff8839;
}

#footer .icons {
	margin: 0;
}

#footer .auto-margin {
	margin: auto !important;
}

#footer .text-nowrap{
	white-space: nowrap;
}

#footer .heading{
	font-weight: 400;
}

#footer .address_row{
	margin: auto !important;
	width: 100%;
}

#footer .copyright {
	font-size: 0.8em;
	list-style: none;
	margin: 0em 0 0 0;
	padding: 0;
}

#footer .copyright li {
	color: #fba70e;
	border-left: solid 1px;2px solid #ffa588 !important;
	display: inline-block;
	line-height: 1em;
	margin-left: 1em;
	padding: 0 0 0 1em;
}

#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding: 0;
}

#footer .socialmedia{
	margin: 0 0 1em 0;
}


#footer .socialmedia .icon{
	font-size: 25px;
	border-radius: 50%;
    border: 1px solid #e2e0db;
    padding: 5px;
    margin: 0;
    width: 36px;
    height: 36px;
    background: #fba70e;
    color: white;
    cursor: pointer;
}

#footer .socialmedia .icon:hover{
	color: black;
	background: white;
}

input[type="submit"], input[type="reset"], input[type="button"], button,
	.button2 {
	background-color: transparent;
	border: 4px solid #fff !important;
	color: #FFF !important;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat-Bold";
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2.75em;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
	text-indent: 0.125em;
	text-transform: uppercase;
	white-space: nowrap;
	text-shadow: none;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,
	button:hover, .button2:hover {
	border: 4px solid #fff;
	background-color: #fff;
	color: #f3cfb1 !important;
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active,
	button:active, .button2:active {
	border: 4px solid #fff;
}

input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon,
	button.icon, .button2.icon {
	padding-left: 1.35em;
}

input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before,
	button.icon:before, .button2.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit,
	button.fit, .button2.fit {
	display: block;
	margin: 0 0 1em 0;
	width: 100%;
}

input[type="submit"].small, input[type="reset"].small, input[type="button"].small,
	button.small, .button2.small {
	font-size: 0.7em;
}

input[type="submit"].big, input[type="reset"].big, input[type="button"].big,
	button.big, .button2.big {
	font-size: 1.25em;
}

input[type="submit"].special, input[type="reset"].special, input[type="button"].special,
	button.special, .button2.special {
	background-color: #555;
	box-shadow: none !important;
	color: #fff !important;
}

input[type="submit"].special:hover, input[type="reset"].special:hover,
	input[type="button"].special:hover, button.special:hover, .button2.special:hover
	{
	border: 3px solid #Fb925b;
}

input[type="submit"].special:active, input[type="reset"].special:active,
	input[type="button"].special:active, button.special:active, .button2.special:active
	{
	background-color: #484848;
}

input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled,
	input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled,
	button.disabled, button:disabled, .button2.disabled, .button2:disabled
	{
	cursor: default;
	opacity: 1;
}

ul.yo {
	height: 50px
}

ul.yo.small li {
	padding: 0 0.5em 0 0;
}

ul.yo.vertical li {
	display: block;
	padding: 1em 0 0 0;
}

ul.yo.vertical li:first-child {
	padding-top: 0;
}

ul.yo.vertical li>* {
	margin-bottom: 0;
}

ul.yo.vertical.small li {
	padding: 0.5em 0 0 0;
}

ul.yo.vertical.small li:first-child {
	padding-top: 0;
}

ul.yo.uniform li>* {
	min-width: 12em;
}

ul.yo.fit {
	display: table;
	margin-left: -1em;
	padding: 0;
	table-layout: fixed;
	width: calc(100% + 1em);
}

ul.yo.fit li {
	display: table-cell;
	padding: 0 0 0 1em;
}

ul.yo.fit li>* {
	margin-bottom: 0;
}

ul.yo.fit.small {
	margin-left: -0.5em;
	width: calc(100% + .5em);
}

ul.yo.fit.small li {
	padding: 0 0 0 0.5em;
}

/* navigation */
.navigation {
	width: 100vw;
	background-color: #FFF;
	color: #fba70e;
	position: fixed;
	top: 0;
	z-index: 9999;
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #f0f0f0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:bold;
	font-size: 0.9em;	
}

.navigation a:hover, .navigation a:link{
    text-decoration:none;
    border-bottom-color:rgba(255,255,255,.5)
}

.navigation a:hover{
    color: #F7DBc6 !important
}

.navigation li {
	padding-left: 5px;
	padding-right: 7px;
}

.navigation.small {
	width: 100vw;
	min-width: 100vw;
	background-color: #FFF;
	color: #Fb925b;
	position: fixed;
	top: 0;
	z-index: 9999;
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #f0f0f0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a {
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

/*********** CUSTOM GENERAL FOR THE SITE **********/
.hr-container{text-align:center; width:100%}
.hr-line{background: #Fb925b; height: 1px; margin:0px; width: 100%;}
.subtitle{font-size: 1.2em}
.subtitle.bold{font-weight: 800}
.subtitle-small{font-size: 1em}
.center-container{position: relative}
.center-div{
	margin: 0;
    background: yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}

.bookNow{
	margin-top: 10px; 
	width: calc(100% - 200px); 
	min-width: 200px; 
	max-width: 450px;
	color: #505050fc !important;
}

.mainPhone{
	font-family: 'headlinenails'; 
	font-weight:bold; 
	color: #cc2e05 !important;
	text-shadow: 0 0 10px #FFFFFF;
}

.font_mont{
	font-family: 'Montserrat-Bold';
}

.justify {
	text-align: justify;
}

.auto-margin{
	margin: auto !important;
}

.location-heading{
	font-weight: 400;
}

.sectionTitle {
	font-family: 'Montserrat-Bold'; 
	font-weight: 900
}

.formFit{
	
}

.formFit.title{
	font-weight: bold;
  text-transform: uppercase;
}

.formFit .time, .formFit .guestCount, .formFit .technician, .formFit .service{
  text-align: center;
  font-size: 1.2em;
  width: 98px;
  height: 35px;
  line-height: 35px;
  display: table;
  position: relative;
  float: left;
  min-width: 85px;
  box-shadow: inset 0px 1px 3px 0px #fffefb;
  background: linear-gradient(to bottom, #fff9f9 5%, #eeedea 100%);
  background-color: #838786;
  border-radius: 5px;
  border: 1px solid #c7cdcb;
  color: #0a0a0a; 
  padding: 1px;
  text-decoration: none;
  margin: 7px;
  cursor: pointer;
  text-transform: uppercase;
}

.formFit .time.active, .formFit .guestCount.active, .formFit .technician.active, .formFit .service.active{
	font-family: Arial;
  color: white;
  box-shadow: inset 0px 1px 3px 0px #f4f3ef;
  background: linear-gradient(to bottom, #c9c5c5 5%, #8a8989 100%);
  background-color: #9ca09f;
  border-radius: 5px;
  border: 1px solid #c7cdcb;
}

.formFit .guestCount{
	width: 42px; 
	min-width: 42px; 
	font-size: 1.1em;
}

.formFit .technician{
	width: 155px; 
	font-size: 1.1em;
}

.formFit .service{
	width: 155px; 
	font-size: 1.1em;
}

.formFit .title{
	color:  black;
}

.formFit .title .info{
	color: #676d67;
  text-transform: none;
}

/***** HOME PAGE #4f8be8, 74a8f9 ***/
.headline-title{
	font-family: 'SpringLPStd'; color: #FB7B0C;     text-shadow: 0 0 10px #FFFFFF; margin: 0 0 1em 0; font-size:8em;
}  

.logo{width: 50%;}

.header-sub-text{
	font-size:1.2em; 
	font-family: headlinenails; 
	opacity: 1.0; 
	color: #FFE86C !important; 
	text-shadow: rgba(0, 0, 0, 0.4) 0 0 20px; 
	margin-top:10px;
	margin-bottom:2em;
}
.header-sub-text span{
	font-size: 0.8em;
	color: #fffaf4; 
	text-transform: uppercase; 
	font-family: 'Montserrat-Bold';
}
.header-slogan{color: #cc2e05 !important;font-family: 'headlinenails';text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #f3f3e6, 0 -10px 20px #cc2e05, 0 -18px 40px #cc2e05;}
.home-hygiene{font-family: headlinenails; font-size:1em}
.home-addr {font-family: 'Montserrat-Light'; color: #6e6e6e; font-size: 1.2em; text-shadow: none};
.apptTodayBtn{margin-top:1em; color: #ff00af !important;}

/**** CONTACT PAGE ***/
.contact-us-tbl tr{height:45px}
.contact-tbl-label{text-align: right; padding-right:10px; width:30%;}
.contact-tbl-value{text-align: left}
.contact-lbl, .contact-entry{float:left; margin-bottom: 0.3em}
.contact-lbl{white-space: nowrap; min-width:5em;text-align:right;margin-right:5px; border:1px solid blue; clear:both}
.contact-entry{}

.column-div{
    position: relative;
    text-align: left;
    min-height: 1px;
    margin: auto;
    padding-top: 15px;
}

.form-input{
	display: block;
    width: 100%;
    max-width: 100%;
    padding: 6px 12px;
    vertical-align: middle;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background: #fcfcfc;
    height: 50px;
    color: #333!important;
    border-right: 1px solid #f7bf9d;
    border-bottom: 1px solid #f7bf9d;
    border-top: 1px solid #FB9250;
    border-left: 1px solid #FB9250;
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px #f1ddd1;
    box-shadow: inset 1px 1px 2px rgba(241,221,209,.075);
}

/**** TESTIMONIALS *****/
.testimonialBubleContainer {
	margin: 13px;
	text-align: right;
}

.testimonialCustomer {
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}

.testimonialBubble {
	display: inline-block;
	margin-top: 4px;
	color: white;
	border-radius: 7px;
	padding: 10px;
	text-align: left;
	text-wrap: normal;
	width: 100%;
	position: relative;
	background: rgba(134, 174, 204, 1);
	background: -moz-linear-gradient(top, rgba(134, 174, 204, 1) 0%,
		rgba(212, 228, 239, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134, 174,
		204, 1)), color-stop(100%, rgba(212, 228, 239, 1)));
	background: -webkit-linear-gradient(top, rgba(134, 174, 204, 1) 0%,
		rgba(212, 228, 239, 1) 100%);
	background: -o-linear-gradient(top, rgba(134, 174, 204, 1) 0%,
		rgba(212, 228, 239, 1) 100%);
	background: -ms-linear-gradient(top, rgba(134, 174, 204, 1) 0%,
		rgba(212, 228, 239, 1) 100%);
	background: linear-gradient(to bottom, rgba(134, 174, 204, 1) 0%,
		rgba(212, 228, 239, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86aecc',
		endColorstr='#d4e4ef', GradientType=0);
}

.testimonialBubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: #8FB4D0 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -10px;
	right: 30px;
}

.bubbleMessage {
	color: #072D3E;
	font-size: 1em;
	font-style: italic;
}

.bubbleMessage a, .bubbleMessage a:active, .bubbleMessage a:visited,
	.bubbleMessage a:hover, .bubbleMessage a:active {
	color: white;
}

/*** SERVICES ***/
.pricelistLinkContainer{
	margin-top: 2em;
	margin-left:5em;
	width: 20em;
}

.pricelistLinkContainer h2{
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	background: #fb7b0c;
    color: #ffffff !important;
    border: 1px solid #fb7b0c;	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#93cede', GradientType=0 );
    padding-left: 0.3em;
    font-family: "Montserrat-Bold";
}

.pricelistLinkContainer ul{
	display: block;
    list-style-type: none;
    background: rgba(237,237,237,1);
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}

.pricelistLinkContainer a{
	border-bottom: none;
}

.priceListContainer{ 
	width: 100%;
	display: block;
	padding: 10px 10px 2px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
  	background-color: #ffdfcf;
}

.priceListContainer h2{ 
	font-size: 1.2em; 
	text-align: center; 
	font-weight: bold; 
	color: #cc2e05 !important
}

.priceList {
	width: 100%;
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	font: 0.8em Arial, Helvetica, sans-serif;
}

.priceList li {
	clear: both;
	margin: 0;
	padding: 0 0 1.8em 0;
	position: relative;
	border-bottom: dotted 2px #999;
}
.priceList strong {
	background: #ffdfcf;
	padding: 0 10px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -.3em;
	left: 0;
	color: #fb7b0c;
}
.priceList em {
	background: #ffdfcf;
	padding: 0 0 0 5px;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	bottom: -.2em;
	right: 0;
}
.priceList sup {
	font-size: 70%;
	color: #666;
	margin-left: 3px;
}


/***** HELPER QUESTION MARK ***/
.helpMarker {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 42px;
    text-align: center;
    padding: 9px;
    margin: -20px 0;
    cursor: pointer;
}

.helpMarker:before {
    font-family: "Open Sans",sans-serif;
    content: "*";
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #bbb;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    margin: 0 auto;
}

.loading-show{
	display : block;
    position : fixed;
    z-index: 100;
    background-image : url('../images/ajax-loader.gif');
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
 }

 /***** GIFTCARD ***/
 #gcSlider{
	width:100%; 
	max-width: 500px;
	margin: 0 auto;
	position: relative;
    display: block;
}

#gcSlider .giftcard{
	width: 500px;
	height: 324px;
	border: 1px solid #e0e0e0; 
	border-radius: 15px; 
	background-size: contain;
	background-repeat: no;
}

#gcSlider img {
    border: 5px solid #fff;
    display: block;
    width: 100%;
}

/**** EGIFTCARD BROWSER ****/
.egcBox{

}

.egcBox span{
	
}

.egcBox h3{

}

.egcBox .egc-subtitle{

}

.egcBox .inner{

}

/**** APPOINTMENT ****/
.view-apt-cal-icon{
	width: 45px;
	vertical-align: bottom;
}

.view-apt-cal-icon:hover{
	cursor: pointer;
}

.popup-row{
	clear: both;
	padding-top: 25px;
}

.popup-row .text{
	float: left;
	margin-right: 25px;
}

.apt-available{
	float: left;
	width: 30px;
	box-shadow: inset 0px 1px 3px 0px #fffefb;
	background: linear-gradient(to bottom, #fff9f9 5%, #eeedea 100%);
	border: 1px solid #c7cdcb;
	margin-right: 10px;
}

.apt-spacer{
	width: 40px;
}

.apt-unavailable{
	float: left;
	width: 30px;
	box-shadow: inset 0px 1px 3px 0px #f4f3ef;
	background: linear-gradient(to bottom, #c9c5c5 5%, #8a8989 100%);
	border: 1px solid #c7cdcb;
	margin-right: 10px;
}

.formFit .time.pop{
	width: 138px;
}

#popTechPanel .technician{
	width: 138px;
}
