﻿@charset "UTF-8";
/* Set the encoding of the style sheet to Unicode UTF-8 */

/*CSS RESETS -----------------------------------------------------------------------------------------------------------*/

/*Limited Reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
}


/*HTML5 Display Rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

/*LAYOUT STYLES -------------------------------------------------------------------------------------------------------*/
td{
        color:#3e434f ;
}

html {
	
}

body {
	margin: 0 auto;  /*	always center the body of the document with even spacing to sides */
    top:0;
	width: 100%;
    position:relative;
}

main {
    width: 100%;
    position: absolute;
    top: 530px;
    background-color: #eeeeee;
    z-index: 2;
}

main#homePage {
    


}


.containerMain{
     position:relative;
     max-width:1080px;
     min-height:600px;
     margin: 0 auto;
     top:-70px;
     border-radius: 10px;
     -moz-border-radius: 10px;
     border: 1px solid #caae7f;
     background-color:white;

}

main h1 {
    text-align:center;
}
#newTableMenu {
    width:67%;
}

/*GLOBAL CLASSES AND SETTINGS ---------------------------------------------------------------------------------------------------*/

.inline {
	display: inline;
}

.inlineBlock {
	display: inline-block;
}
.floatLeft{
    float:left;
}
.floatRight{
    float:right;
}
.clearBoth
{
    clear:both;
}
/* ClearFix */

.clearFix:before,
.clearFix:after {
    content: "";
    display: table;
} 
.clearFix:after {
    clear: both;
}
.clearFix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


/*FONT/TEXT STYLES -----------------------------------------------------------------------------------------------------------*/

body {
    /*font-family:"effra-1","effra-2",sans-serif;*/
    font-family:"effra-1","effra-2",sans-serif;
	line-height: 1.5;
    font-weight:normal;
	font-style:normal;	
    color:#3e434f;
    font-size:1em;
}

/* Update/Remove this when we create new system editing tools */
.EditorBG, .EditorBG2 {
    font-weight: normal;
	color: #3e434f;
	font-style:normal;
    background-color: #ffffff;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

 /* Main Page Titleline - use .title1 for non-semantic text/titles */
 h1, .title1 { 
     color: #717171;
     font-size:1.75em;
     font-weight:normal;
     line-height:1.5em;
 }

 /* Page Titles */
 h2, .title2  {
	color:#717171;
    font-size: 1.4em;
	font-weight:normal;
    line-height:1.5em;
 }

 /* Grouped Text/Element Titles  */
 h3, .title3   {
    font-size:1.2em;
    font-weight:bold;
    line-height:1.5em;
}

/* Sub-Groups / Titles  */
 h4, .title4  {
    color:#c4935f;
    font-size:1.2em;
    line-height:1.5em;
}

/* Other Sub-Groups / Titles  */
 h5, .title5  {
}

/* Other Sub-Groups / Titles  */
 h5, .title6  {
}

/*LINK STYLES -----------------------------------------------------------------------------------------------------------*/

/* Main Site Links */
a:link {
    text-decoration: none;
	color: #caae7f;
}

/* visited link */
a:visited {
    text-decoration: none;
	color: #caae7f;
}

/* mouse over link */
a:hover, a:visited:hover {
    color: #c4935f;
}

/* selected link */
a:active {
   
}


/* Secondary Links (place class="link2" into <a> tag) */
a.link2:link, main a:link {
    color: #c4935f;
}

/* visited link */
a.link2:visited, main a:visited {
     color: #c4935f;
}

/* mouse over link */
a.link2:hover, a.link2:visited:hover, main a:hover, main a:visited:hover {
    color: #000000;
}

/* selected link */
a.link2:active, main a:active, {
   
}




/*BUTTON AND INPUT BUTTON STYLES -----------------------------------------------------------------------------------------------------------*/

button, input[type=button], .button, input[type=submit]{
    background: #fde871; /* Old browsers */
    background: -moz-linear-gradient(top,  #fde871 0%, #b78433 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fde871 0%,#b78433 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fde871 0%,#b78433 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde871', endColorstr='#b78433',GradientType=0 ); /* IE6-9 */
    border: none;   
    padding: .3em .5em;
    text-align: center;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    moz-border-radius: 5px;
}

button:hover, input[type=button]:hover,  .button:hover, input[type=submit]:hover{

    background: #b78433; /* Old browsers */
    background: -moz-linear-gradient(top,  #b78433 0%, #fde871 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b78433 0%,#fde871 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b78433 0%,#fde871 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b78433', endColorstr='#fde871',GradientType=0 ); /* IE6-9 */
}

.bookAppt a.button, .bookAppt a.button:link, .bookAppt a.button:visited:link{
    color:#000000;
}

a.button:hover, a.button:visited:hover{
    color:black;
}
/* CONTENT REGION STYLES -----------------------------------------------------------------------------------------------------------*/

/*Header Styles*/
header {
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
    position: relative;
}

header h1 {
    padding-top: 20px; 
    color:#685e58;
    font-size:3.2em;  
    display:inline-block;
    font-family: "effra-1","effra-2",sans-serif;
}

header h2 {
	
}

.logo {
    max-width: 1080px;
    margin: 2em auto;
    z-index: 15;
    position: relative;
}
.logoResponsive{

        float:right;
}

#mainHeader {
    background-image: url('images/nav-border.png');
    background-repeat:repeat-x;
    background-position:bottom;
 }

nav_all {


}

Nav ul {
	list-style: none; 
}

Nav li {
	
}

Nav a {
	
}

Nav a:hover {

}
.sb_navLink {
}
.navLinksMobile, .menu {
    display:none;
}
.mobileLogo, .slicknav_menu, #mobileNav {   
    
    display:none;
  }
.navLinks {
    padding-top:10px;

}
.mainSlideShow {
    margin:0 auto;
}
.featuredSlideImg {
    max-width:100%;
}
.featuredSlide {
    max-width: 100%;
}
.left {
    float: left;
}
.right {
     float:right;
}
#mainNav {
    padding:0 0 10px 0;
    text-align:center;
    display:inline-block;
    
    width:100%;
    margin:0 auto;
    font-size:14pt;
    background-color: transparent;
    background: #282526; /* Old browsers */
    background: -moz-linear-gradient(top,  #282526 0%, #696a6c 47%, #282526 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #282526 0%,#696a6c 47%,#282526 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #282526 0%,#696a6c 47%,#282526 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282526', endColorstr='#282526',GradientType=0 ); /* IE6-9 */

   
	


}

#mainNav li {
    padding: 0;
    text-transform:uppercase;
	display:inline-block;
	margin-right: 20px;
    list-style:none;
}

#mainNav a {
    color:#ddbb56;
    font-family: 'BenchNine', sans-serif;
    background: -webkit-linear-gradient(#fde871, #b78433);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	display: block;
	border: none;

    font-weight:bold;
}
 
#mainNav a:hover {

    color:#ddbb56;
     /* font-family:"modula-round-sans-1","modula-round-sans-2",sans-serif;*/
    font-family: 'BenchNine', sans-serif;
    background: -webkit-linear-gradient(#b78433, #fde871);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#nav_all{
    margin:0 auto;
    max-width:1080px;
}
/*------Flyout Menus----- */

.flyoutHeader {
    display:none;
}



.sb_subnav a {
    padding:8px 0px;
    line-height:1.3em;
    text-align:center;
}
.sb_subnav a:hover {
    background-color:#f3f3f3;
    line-height:1.3em;
    text-align:center;
}
.sb_subnav .spacer{
    display:none;
}


.sb_subnav {
    position:absolute;
    top:20px; 
    left:-74px; 
    width:200px;
    background-color: white; 
    box-shadow: 0px 8px 10px #000000;
    border-bottom: 10px solid #c92921;
 }

.flyoutlink .sb_sub_subnav {
   
	display:none ;
}
.sb_sub_subnav a {
   
	display:none;
}





/*article styles*/
article {
	
}

article h1, article h2, article h3 {
	
}


article p {
	
}
article ul {
	
}
/*Section Styles*/
section {
	
}

section h1, section h2, section h3 {
	
}

section ul {
	list-style: none;
	margin: 0;
	padding:0;
}
section li {
	padding:0;
    float: left;
    list-style: none;
}
/*Featured Boxes --- change the css for these to use section elements like section H2 above*/

.featuredContent {
    width:315px;
    height:140px;
    background: #282526; /* Old browsers */
    background: -moz-linear-gradient(top,  #282526 0%, #696a6c 50%, #282526 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #282526 0%,#696a6c 50%,#282526 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #282526 0%,#696a6c 50%,#282526 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282526', endColorstr='#282526',GradientType=0 ); /* IE6-9 */
    border: 1px solid #caae7f;
    cursor:pointer;
    display: inline-block;
    margin:.5em; 
    text-align:left;
    color: #ffffff;

    
}
.featuredimgdiv{
    margin-top:12px;
}

 .featuredTitle, .featuredTitleSmall {
    font-size: 18pt;
    color:#ddbb56;
    font-family: 'BenchNine', sans-serif;
    background: -webkit-linear-gradient(#fde871, #b78433);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform:uppercase;


}


/*SideBar Styles*/

#sideBar{
    float:right;
    margin:0 20px 30px 0;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px  #3a3a3a;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 10px 0px #3a3a3a;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 0px 10px 0px #3a3a3a;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

#sideBar a, #sideBar a:visited {
   color: #ffffff;
}

#sideBar a:hover, #sideBar a:visited:hover {
   color: #c4935f;
}

#sideBar div[id*=imgWrap] {
	margin: 15px auto;
}

/*SideBar menu and list styles*/
.servCatList, .asideLocationList ul, .asideLocationList
{
    display:block;
    margin-top:10px;
    margin-bottom:15px;
    list-style: none;
    max-width:300px;
}

.servCatList a, .asideLocationList a
{

    background-color:rgba(0,0,0, 0.6); 
    line-height:2.5em;
    border:1px solid #424242;
    padding:8px;
}
.servCatList a:hover, .asideLocationList a:hover
{

    background-color: #424242;
    color:#c4935f;
    padding:8px;
    margin-top:5px;
    margin-bottom:5px;
}


/*footer styles*/
#pageFooter {   
        position:relative;
        bottom:0px;
        clear:both;
        width:100%;
        min-height:150px;
        border-top: 1px solid #caae7f;
}
aside#contact {
    float:left;    
    padding: 2%;
    position:absolute;
        bottom:0px;
}
#copy, #social {
    float:right;

}

footer {
    text-align:right;
    font-size:.6em;   
    width:35%;
    float:right;
    padding: 2%;
}

#copy a, #copy a:visited {
    color:#575757;
}

#copy a:hover, #copy a:visited:hover {
    color:#c4935f;
}

.CC img{
    padding: 0 3px;
}

#ServicePage a[href="#top"]
{
    display:none;
}
/* IMAGE AND PHOTO STYLES -----------------------------------------------------------------------------------------------------------*/

#bgGraphic {
    position:absolute;
    top:0;
    margin-left:auto;
    margin-right:auto;
    z-index:-10;
}
#bgGraphic img {
    /* Set rules to fill background */

 ;   
}
#editBGgraphic {
    background-color:#000000;
    padding:4px;
    border:2px solid #fff000;
    color:#fff000;
    font-size:14pt;
    font-weight:bold;
    width:230px;
}

#imgOuter {
    margin:15px;
}
#chgBG > #imgOuter {
    margin:0px;
}

.photos {
    display:inline-block;
    padding:0 30px 0 0;   
    
}

.photos::after {
    /* content: "ADD THIS TEXT AFTER EACH PHOTO"  */
}

#photos{
    margin:40px auto;
    text-align:center;
}


.photo {
    padding-bottom: 10em;
}

.photo img{
 vertical-align:top;
    width: 400px;
    padding: 0 0 3em 0;

}
.shadow {
        position: relative;
        max-width: 400px;
}

.shadow:before, .shadow:after

{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 60px;
  left: 10px;
  width: 50%;
  top: 70%;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
    .shadow:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

/* SOCIAL NETWORKING STYLES ----------------------------------------------------------------------------------------------------------*/


a.twitter {
	
}

a.flickr {
	
}

a.facebook {
	
}

a.linked {
	
}

a.google {
	
}

a.youtube {

}

#likeButton
{
    vertical-align:top;
    text-align:center;
}


#socialBar{
    list-style:none;

}
#socialBar li{
    float:left;
    margin:2px;
}
#socialBar img{
    width:32px;
}
.twitter {
    text-align:center;
}

/* FORM STYLES ----------------------------------------------------------------------------------------------------------------------*/
fieldset {
	border: none;
	background: rgb(237, 228, 214);
	position: relative;
	width: 80%;
	min-width: 300px;
	padding:1em;
	margin: 1em 0;
	-webkit-border-radius: 0 .5em .5em 0;
	-moz-border-radius: 0 .5em .5em 0;
	border-radius: 0 .5em .5em 0;

    /*These are default browser values for most browsers:
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove (internal value);*/
}

legend {
    position: absolute;
	top:0;
	left: -2000em;
    /*This will make the legend invisible and remove it from document flow*/
}

label {
	font-size: 1em;
	margin: .8em 0 0;
}


/* PAGE SPECIFIC STYLES --------REPLACE AS MANY OF THESE PAGE SPECIFIC CLASSES AS POSSIBLE WITH GENERIC TITLES AND H1/H2/etc----------------------*/



/*All Page Styles*/

 .midSection, .mapSection, .featuredSection{
    border-top: 1px solid #caae7f;
    width:100%;
    clear:both;

}
 .featuredSection {
   text-align:center;
   padding: 1em 0;
   background-color: #e1e5ce;

}
 .featuredSection h1 {
   text-align:center;
   text-transform:uppercase;
  color: #ddbb56;
    font-family: 'BenchNine', sans-serif;
    background: -webkit-linear-gradient(#fde871, #b78433);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   font-size:3em;
  text-shadow: 2px 2px #000;
}

.mapSection {
    position:relative;
    bottom:0;

}
.topSection {
    text-align:center;

}
.topSection img {
    padding:2%;
}
.bookAppt {
    clear:left;
    margin:2em 1em;
    text-transform:uppercase;
    font-size:1.3em;
}
.clientFormBut {
    text-transform:uppercase;
    font-size:1.3em;
    margin:.5em 0 1em 0;

    }
.clientFormBut a.button {
        color:black
}
.titleline{
    float:left;
    margin:2em
}

.bizHours {
    position:absolute;
    top:10%;
    right:10%;
    z-index:20;
    background-color:white;
    padding:2em;
    border-radius:.5em;
    moz-border-radius:.5em; 
    border: 1px solid #caae7f;
    
}
.bizHours h3 {
    text-transform: uppercase;
    text-align:center;
    font-size: 1.6em;
}
.mapSection iframe{
    z-index:19;
}

.days {

    background: #282526; /* Old browsers */
    background: -moz-linear-gradient(top,  #282526 0%, #696a6c 50%, #282526 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #282526 0%,#696a6c 50%,#282526 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #282526 0%,#696a6c 50%,#282526 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282526', endColorstr='#282526',GradientType=0 ); /* IE6-9 */

     padding: .2em .3em 0 .6em;
     margin: .4em 0;
     border: 1px solid #caae7f;
     display:inline-block;
     width: 110px;
}
.daysText{

            color:#ddbb56;
    font-family: 'BenchNine', sans-serif;
    background: -webkit-linear-gradient(#fde871, #b78433);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 20pt;
    line-height: 1.1em;
}

.hours {
     background-color:white;
     padding: 3px 0 4px 7px;
     margin: 7px 0;
     border: 1px solid #caae7f;
     display:inline-block;
     width: 150px;
     vertical-align:top;
}

.mainText{
    padding: 2% 5%;
    display:block;
}

.mainContent {
    padding: 2% 5%;
}
#staffPage .mainContent {
    padding: 2% 0%;
}
#staffMemberPage .mainContent {
    padding: 2% 5%;
}
.mainAltRow1Title, .mainAltRow2Title, .mainAltRow1, .mainAltRow2 {
    padding:0;
}

.mainImgDiv {
    margin: 3% 5% 3% 5%;
    float: left;
    width: 300px;
}

/*Home Page Styles*/
#homePage {
	
}
#homePage .mainImgDiv   {
    margin: 3% 5% 0 5%;
    float:left;
    width:300px;
}
#homePage .mainText{
    display:block;
    line-height:2.5 ;
}
.subHeader {
    text-align:center;
    font-size:.8em;
    padding-bottom:.8em;
    border-bottom: 1px solid #ccc;
}

/*Service Page Styles*/

#servicesPage .midsection div[id*=imgWrap] {
    margin: 2% 0;
    padding-bottom:2%;
    max-width:925px;
    width:97% !important;



}

.ServListCatName {
     background-color: transparent;
     color:#3e434f;
     font-size:1.75em;
    padding:2em 0 0 0 ;
     margin:30px 0 0 0;
     font-weight:normal;
}

.ServListCatDesc {
    background-color: transparent;
    font-size:1em;
    padding:0 0 1em 0;
    line-height:1.5em;
    margin:0;
    color:#3e434f;

}

.ServListAltRow1Title, .ServListAltRow2Title {
    font-weight: bold;
    background-color:transparent;
    color:#3e434f;
    font-size:1.2em;
    padding-top:1em;
}

a[name="328016"], a[name="328018"]{
    margin-top:2em;
    display:block;
}



.ServListAltRow1Detail, .ServListAltRow2Detail {
     background-color: transparent;
     font-size:.9em;
}

.ServListAltRow1Desc, .ServListAltRow2Desc {    
    background-color: transparent;
    font-weight:normal;
    font-size:.9em;
    text-align:left;
}

.policy {
    margin:10px;
}

/*Products Page Styles*/
.prodListDivLogo img {
    margin: 1em 1em 1em 0;
}

.prodPageList {
    vertical-align:top;
    padding:0;
}

.ProdListCatName { 
    display:none;
}

.ProdListAltRow1Title, .ProdListAltRow2Title {
    font-size: 1.5em;
    font-weight: normal;
    background-color:transparent;

    color:#c4935f;
}

.ProdListAltRow1Detail, .ProdListAltRow2Detail {

    line-height:1.5em;    
    background-color:transparent;
    vertical-align:top;
    color:#3e434f;
}

/*Specials Page Styles*/

.promoPageList {
    vertical-align:top;
    padding:0;
}
.promoPageList em {
    
  
    background-color: rgba(255,255,255, 0.6);
    padding: 3px;   
    margin-left:10px;
}

.SpecListCategory {
    font-size: 1.5em;
    font-weight:normal;
    background-color:transparent;
}

.SpecListAltRow1, .SpecListAltRow2 {
    font-size: 1em;
    line-height:1.5em;    
    background-color:transparent;
    vertical-align:top;
    color: #3e434f;
}

.SpecListAltRow1Title, .SpecListAltRow2Title {

     color: #717171;
     font-size:1.75em;
     font-weight:normal;
     line-height:1.5em;

}

/*Staff Page Styles*/

.StaffListHeader {
  display:none;
}

.StaffListAltRow1, .StaffListAltRow2 {
    font-size: 1.5em;
    font-weight: normal;
    background-color:transparent;
    padding-left:20px;
    vertical-align:middle;
}

.staffPageList {
    float:left;
    padding-left:15px;
    display:inline-block;
    width:100%;
    line-height:1.5em;
}

.staffphoto {
    float:left;
    display:inline-block;
}

#stafImg {
    float:left;
    margin-right:20px;
}

#stafTxt {
     float:left;
}
.stafTxt h1{
     text-align:left;
}

.staff > #newTableMenu p {    
    margin-left:10px;
    margin-top:15px;
    color: #c4935f;
    font-size:1.1em;
    font-weight:normal;
}
.staffDays{
    display:inline-block;
}
.StaffHours {
    display:inline-block;
}

/*Guestbook Page Styles*/


#ifrmDiv {
    width:600px;   
    background-color:transparent;

}

.GuestFormBody {
    
	color: #3e434f;
	font-weight:normal;
	font-style:normal;	
	background-color:transparent;
	margin-top:0;
	padding-top:0;
    min-width:100%;
      
}

.GuestHeader {
    font-size: .9em;
    line-height:1.5em;
    text-align:left;
    background-color:transparent;
}

.GuestTitles {
    font-size: 1.4em; 
    FONT-WEIGHT:normal;
    color: #c4935f;  
    line-height:1.5em;
    background-color:transparent;
}


/*Gift Page Styles*/
#giftPage .mainText{
    padding: 2% 5%;
    display:block;
}
#giftPage .mainContent{
    padding: 0;
}
.GiftFormBody {
   color: #3e434f;
	font-weight:normal;
	font-style:normal;	
	background-color:transparent;
	margin:0 10px;
	padding-top:0;
    min-width:100%;
}

.GiftListDivBox {
    background-color:transparent;
}

.GiftHeader {
    font-size: .9em;
    line-height:1.5em;
    text-align:left;
    background-color:transparent;
    
}

.GiftFormTitles, .GiftPackageTitles {
     font-size: 1.4em; 
    FONT-WEIGHT:normal;
    color: #c4935f;  
    line-height:1.5em;
    background-color:transparent;
}

#GCList.GiftListDivBox, #PackageList.GiftListDivBox
{
    background-color:transparent !important; 
    width:95% !important;
}
/*Contact Page Styles*/

#contactInfo {
     margin: 0 0 0 1em;
}

.contactDetails {
        margin: 0 15px 0 0;
        display:inline-block;
        vertical-align:top;
}

#contact #newTableMenu, #guestbook #newTableMenu {
    margin:15px;
}

.phn {    
       background: url('images/icon-phone.png');
   }
.mail {    
    background: url('images/icon-email.png');
   }
.addr {
      background: url('images/icon-house.png');    
}

.phn, .mail, .addr {
    padding:5px 0 5px 25px;
    background-position:left;
    background-repeat:no-repeat;
    border-bottom: 1px solid #caae7f;
    width: 40%;
    display:inline-block;

}
.credit img{
    padding: 2% .1%;
}
.ApptFormBody {

    BACKGROUND-COLOR:transparent;
    min-width:100%;

}

.ApptHeader {
    color:#c4935f;
    font-size: 1.5em;    
    padding-top:30px;
    FONT-WEIGHT:normal;
    BACKGROUND-COLOR:transparent;

}

.ApptFormTitles {
   color:#c4935f;
    font-size: 1.5em;    
    padding-top:30px;
    FONT-WEIGHT:normal;
    background-color:transparent;
}
.ApptListAltRow1, .ApptListAltRow2 {
    font-size: .9em;
    line-height:1.5em;
    background-color:transparent;
    background:transparent;
}

a[name="bookapp"] + #ifrm {
    background-color:transparent;

}


/* ----------- Ecommerce Catalog ----------- */

.ecomHeaderBG {

    background-color: transparent;
    background: #282526; /* Old browsers */
    background: -moz-linear-gradient(top,  #282526 0%, #696a6c 47%, #282526 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #282526 0%,#696a6c 47%,#282526 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #282526 0%,#696a6c 47%,#282526 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282526', endColorstr='#282526',GradientType=0 ); /* IE6-9 */

}

.ecomLogo {
    margin: 0 auto;
    padding-left: 300px;
}
.ecomTitles {

    color:#ddbb56;
    background: -webkit-linear-gradient(#b78433, #fde871);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top:1em;
    font-weight:bold
}

.ecomSiteInfo{
    display:none;
}

/* MEDIA QUERIES ----------------------------------------------------------------------------------------------------------------------*/

/* ----------- Mobile ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 0px) and (max-device-width: 736px) {

    body {
        width: 100%;
        max-width: 100%;
    }

    .logoResponsive {
        top: 70px;
        right:10px;
        position: relative;
        max-width: 50%;
    }

    .days, .hours {
        width: 45%;
    }

    .bizHours h3 {
        padding-top: 1em;
    }

    .titleline {
        margin: 1em;
    }
    .topSection img {
        padding:2%;
        float:initial;
    }
    .purevirginLink {
        text-align: center;
        display: block;
    }
    #bgGraphic {
        top: 0;
    }

    main {
        margin-top: 0;
    }

    .maincontent {
        padding-top: 1em;
    }

    .bookAppt {
        padding: 5px 8px;
        display: block;
        margin: 10px;
        font-size: 1.1em;
    }
    .clientFormBut {
        font-size: 1.1em;
    }

    main#homePage {
        top: 400px;
    }

    .containerMain {
        top: -50px;
    }

    #homePage .mainText {
        padding: 2% 5%;
    }

    .featuredContent {
        width: 90%;
    }

    .bookAppt .button {
        margin-top: 10px;
        display: inline-block;
    }

    .ProdListAltRow1Title, .ProdListAltRow2Title {
        display: block;
    }

    .ProdListAltRow1Detail, .ProdListAltRow2Detail {
        display: block !important;
    }

    td.SpecListAltRow1, td.SpecListAltRow2 {
    }

    .staffListTbl {
        margin: 0 auto;
    }



    .prodlistDivLogo img {
        width: 95%;
        max-width: 300px;
        margin: 1em 1em 1em 0;
    }

    .prodlistDivCopy {
        padding-top: 2em;
    }

    .mobileLogo {
        position: fixed;
        top: 0;
        float: left;
    }

    .mobileLogo, .slicknav_menu, #mobileNav {
        display: block;
    }

    #mainNav {
        display: none;
    }

    #mobileNav {
        display: none;
    }

    #pageFooter .container {
        max-width: 568px;
        width: 95%;
    }

    .mobileMap {
        display: inline-block;
    }

    #copy {
        font-size: .8em;
        width: 90%;
        float: initial;
    }

    .copySBMobile {
        display: inline-block;
    }

    .copySB {
        display: none;
    }

    .bizHours {
        position: initial;
        border-radius: 0;
        moz-border-radius: 0;
        border: 0;
        padding: initial;
        margin: 0 auto;
        text-align: center;
    }

    aside#contact {
        float: initial;
        text-align: center;
        position: initial;
    }

    footer {
        float: initial;
        text-align: center;
        font-size: initial;
        width: 100%;
    }

    #social {
        float: initial;
        margin: 0 auto;
        width: 100%;
    }

    #socialbar img {
        width: initial;
    }

    #socialbar li {
        float: initial;
        display: inline-block;
    }

    .mapSection iframe {
        height: 300px !important;
    }

    #servicePage section {
        width: 100%;
        padding-bottom: 1em;
    }

    #servicePage .photo {
        float: none;
        text-align: center;
        clear: both;
    }

    .photo img {
        width: 80%;
    }

    .photo {
        padding-bottom: 0;
    }

    .shadow:before, .shadow:after {
        display: none;
    }

    #giftPage .mainText {
        padding: 2% 5% 2% 5%;
    }

    .GiftPackageTitles {
        display: block;
    }

    #JITDesignImg {
        max-width: 300px !important;
    }

    #plnBuyGift img {
        max-width: 300px !important;
    }

    .certDesignPreview, .purchasedCertDesign {
        max-width: 300px;
    }

    td#clientInfoTD1, td#clientInfoTD2, .certPackageString, .certPackageImg {
        display: block !important;
    }

    .certPackageString, .certPackageImg {
        width: 75%;
    }

    #TxtComments {
        width: 150px !important;
    }

    #ifrmDiv {
        width: 100%;
    }

    /* below iphone 5 Portrait and Landscape */
    @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (-webkit-min-device-pixel-ratio: 2) {

        .GuestFormBody table, .GuestFormBody tr, .GuestFormBody td {
            display: inline-block;
        }

        .GuestFormBody td {
            min-width: 215px;
        }

        .GiftFormBody #AmountList td {
            min-width: 85px;
            display: inline-block;
        }

        .GiftFormBody #AmountList tr {
            display: inline;
        }

        .GiftFormBody {
            margin: 0;
        }

            .GiftFormBody table {
                margin: 0;
            }
    }






    /*
   SlickNav Mobile Menu
*/

    .slicknav_btn {
        position: relative;
        display: block;
        vertical-align: middle;
        float: right;
        padding: 0.438em 0.625em 0.438em 0.625em;
        line-height: 1.125em;
        cursor: pointer;
    }
    .slicknav_menu {
        z-index: 100;
        position: relative;
    }
    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        float: left;
       
    }

    .slicknav_menu .slicknav_icon {
        float: left;
        margin: 0.188em 0 0 0.438em;
    }

    .slicknav_menu .slicknav_no-text {
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 0.125em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: 0.188em;
    }

    .slicknav_nav {
        clear: both;
        z-index: 10000;
        position: relative;
    }

        .slicknav_nav ul, .slicknav_nav li {
            display: block;
        }

        .slicknav_nav .slicknav_arrow {
            font-size: 0.8em;
        }

        .slicknav_nav .slicknav_item {
            display: block;
            cursor: pointer;
        }

        .slicknav_nav a {
            display: block;
        }

        .slicknav_nav .slicknav_item a {
            display: inline;
        }

    .slicknav_menu:before, .slicknav_menu:after {
        content: " ";
        display: table;
    }

    .slicknav_menu:after {
        clear: both;
    }
    /* IE6/7 support */
    .slicknav_menu {
        *zoom: 1;
    }

    /* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

    .slicknav_menu {
        font-size: 16px;
    }
    /* Button */
    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #222222;
    }
    /* Button Text */
    .slicknav_menu .slicknav_menutxt {
        color: #FFF;
        font-weight: bold;
        text-shadow: 0 1px 3px #000;
    }
    /* Button Lines */
    .slicknav_menu .slicknav_icon-bar {
        background-color: #f5f5f5;
    }

    .slicknav_menu {
        padding: 0 5px;
    }

    .slicknav_nav {
        color: #fff;
        margin: 10px 0 0 0;
        padding: 0;
        font-size: 0.875em;
    }

        .slicknav_nav, .slicknav_nav ul {
            list-style: none;
            overflow: hidden;
            text-align: right;
            background-color: rgba(0,0,0,.8);
            border-radius: 8px;
            moz-border-radius: 8px;
        }

            .slicknav_nav ul {
                padding: 0;
                margin: 0 0 0 20px;
            }

            .slicknav_nav .slicknav_item {
                padding: 5px 10px;
                margin: 2px 5px;
            }

            .slicknav_nav a {
                padding: 5px 10px;
                margin: 2px 5px;
                text-decoration: none;
                color: #fff;
            }

            .slicknav_nav .slicknav_item a {
                padding: 0;
                margin: 0;
            }

            .slicknav_nav .slicknav_item:hover {
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px;
                background: #d3a87c;
                color: #fff;
            }

            .slicknav_nav a:hover {
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px;
                background: #d3a87c;
                color: #222;
            }

            .slicknav_nav .slicknav_txtnode {
                margin-left: 15px;
            }
}

.ShopItem, #divCartSummary, #shopCart a, #LblCatName {
    color:black;
}




.bx-wrapper {
    z-index:1;
    position:fixed;
    top:0;

}
.bxslider img {
    width:100%;
}