/* CSS Document */

/*SITE BACKGROUND*/
body {
	background-image:none;
	background-repeat:repeat;
	background-color:#fff;
}

/*LEFT MENU*/
.left-off-canvas-menu {
	/*background-image:url(../img/navigation-menu.jpg);*/
	background-repeat:repeat;
	background-position:top center;
	background-color:#2b2b2b;
	
}

body .tab-bar h1 {
	text-align: center;
	color:#FFFFFF!important;
}

.right-small i {
	color:#fff;
	margin-left:.8em;
}


/*Border coler for buttons*/
ul.off-canvas-list li a {
border-bottom:1px solid #0c1416;
}

/*Gives menu icons a 10px margin-right*/
ul.off-canvas-list li .fi-home:before, 
ul.off-canvas-list li .fi-torsos-all:before, 
ul.off-canvas-list li .fi-widget:before, 
ul.off-canvas-list li .fi-play-video:before, 
ul.off-canvas-list li .fi-pricetag-multiple:before, 
ul.off-canvas-list li .fi-mail:before {
margin-right:10px;
}

ul.off-canvas-list li a:hover {
	list-style:none;
}

/*Hover Color for Buttons*/
ul.off-canvas-list li a:hover {
background: #33a3c8;
}

ul.off-canvas-list li label {
border:none;	
background-color:#1c1c1c;
text-align:center;
}

.tab-bar {
	background-color:#224F5F!important;
}

.nav-logo {
	margin:1em;
	margin-bottom:1em;
	border:.5em solid #171d1e;
	background-color:#ffffff;
}

.nav-phone {
	margin-bottom:0;
}

.nav-username {
	padding:.5em;
}

.nav-username input[type="text"] {
	margin-bottom:0px;
	padding-bottom:0px;
}

.nav-password {
	padding:.5em;
}

.nav-password input[type="text"] {
	margin-bottom:0px;
	padding-bottom:0px;
}

ul.off-canvas-list .button.small {
	margin-bottom:0px;
}
/*SLIDER*/
.orbit-caption h1,
.orbit-caption h2,
.orbit-caption h3,
.orbit-caption h4,
.orbit-caption p{
	color:#fff;
}

.touch .orbit-bullets { 
display: block; 
margin-bottom:5px;
}



.shopowner-name {
	font-style:italic;
	font-size:.8em;
}

.footer p {
	font-size:.8em;
}

#services-list i {
	margin-right:.5em;
}


/*buttons*/
.button, .AutoAppointmentsLink {
	background-color:#224F5F;
	
}

.button i {
	margin-right:.5em;	
}

/*Affiliations*/
.affiliation-logo {
	margin-bottom:2em;
}



/*typography*/
body p {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .slider_title {
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	color:#224F5F!important;
}

h5 {
	line-height:1.8em;
}

.example-orbit h1, 
.example-orbit h2, 
.example-orbit h3, 
.example-orbit h4, 
.example-orbit h5, 
.example-orbit h6,
.slider_title
  {
	color:#fff!important;
}

li, li a {
	font-family: 'Open Sans', sans-serif;
}

li label {
	font-family: 'Oswald', sans-serif;
	font-weight:700;
}

.button,.AutoAppointmentsLink {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

.button span {
	margin-right:1em;
}

blockquote {
	font-family: 'Libre Baskerville', serif;
	font-weight:bold;
	font-size:1.2em;
	text-align:left;
	color:#333;
}



/*Home - hours of operation*/
.hours li {
	margin-bottom:.8em;
}


/*Services Elements List: Controls Spacing and Bold Property*/
 #services-list ul > li {
	font-weight:bold;
	margin-bottom:1.8em;
		
}

 #services-list ul > li > ul > li {
	font-weight:normal; 
	margin-bottom:.5em;
 }

.accordion .accordion-navigation > a:hover, .accordion dd > a {
	color:#fff;
	font-weight:bold;
}



.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
	color:#fff;
	font-weight:bold;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
	color:#fff;	
}

/*DATE PICKER*/

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

