/* Rhea Lana's 2017 */
@font-face
{
font-family: Cheri;
src: url(/fonts/cheri.ttf);
}
@font-face
{
font-family: cardenio_modern;
src: url(/fonts/CardenioModernStd.ttf);
}
@font-face
{
font-family: billabong;
src: url(/fonts/billabong.ttf);
}



/* Account for fixed navbar */
body {
  padding-bottom: 30px;
}
body {
	background: url("/img/Blue-Grey diamonds-01.png") repeat;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #ffffff
}
.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
   background-color: #fdedf5
}

/* Finesse the page header spacing */
.page-header {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-bottom: 0px;
  border: 0;
}
.home .page-header {
	margin-top: 10px;
	margin-bottom: 20px;
}
.page-header .lead {
  margin-bottom: 10px;
}
.page-header h1 {
	margin-top: 0px;
	font-family: Cheri, sans-serif;
	text-shadow: 3px 3px 4px #666;
}
/* Because rounded borders */
input {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Size the container */
.container {
  max-width: 1070px;
}

/* Demonstrate the grids */

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}


.navbar-default {
	background-color: transparent;
	border: 0;
}
.navbar {
	min-height: 0px;
}
.navbar-toggle {
	border: 1px solid #efefef;
}
.navbar-toggle .icon-bar {
	background-color: #efefef;
}

/* Redeclare since we override the float above */
.navbar-nav .navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-family:cardenio_modern, sans-serif;
  font-size: 25px;
}
.navbar .open .dropdown-menu > li > a {
  color: #333;
  font-family:cardenio_modern, sans-serif;  
}
.navbar .open .dropdown-menu > li > a:hover,
.navbar .open .dropdown-menu > li > a:focus,
.navbar .open .dropdown-menu > .active > a,
.navbar .open .dropdown-menu > .active > a:hover,
.navbar .open .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #428bca;
    font-family:cardenio_modern, sans-serif;
}
.navbar .open .dropdown-menu > .disabled > a,
.navbar .open .dropdown-menu > .disabled > a:hover,
.navbar .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
    font-family:cardenio_modern, sans-serif;
}
/* Header */
#header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
	position: absolute;
	top: 0;
	left: 0;
	height: 245px;
	z-index: -9999;
	width: 100%;
}
.home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
	position: absolute;
	top: 0;
	left: 0;
	height: 185px;
	z-index: -9999;
	width: 100%;
}
#header-upper {
	text-align: right;
	margin-top: 3px;
	margin-bottom: 15px;
}
#header-upper .btn {
	font-size: 12px;
	font-weight: bold;
}
#header-upper .btn-primary {
	background: #92ca46;
	text-transform: lowercase;
	border: 1px solid #5b8028;
}
#header-upper .btn-primary:hover {
	background: #5b8028;
}
.popover-markup {
	display: inline;
}

/* Header */
#subheader-bg {
	background: url("/img/greenbox.png") repeat;
	position: relative;
	height: 114px;
	z-index: -9999;
	width: 100%;
}

/* Logo */

#logo {
	margin-top: 50px;
width: 370PX; 
height: auto;

}


/* Nav */
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.nav > li > a {
	padding: 5px;
	font-size: 24px;
	font-family: Cheri, sans-serif;
}
.nav > li > a.consign {
	padding: 5px 5px 3px 5px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background: #92ca46;
} /* default the background to green */
.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: #92ca46;
}
.nav-pills>li+li {
	margin-left: 20px;
}
/* Content */
#content-top-cap {
	background: url("/img/content-top-cap-700.png") no-repeat;
	height: 59px;
}
#content-inner {
	background: url("/img/pinkleftbox.png") repeat-y;
	padding: 20px 50px 20px;
	min-height: 450px;
	text-align: center;
	margin-left: 10px;
	margin-top: -21px;
	z-index: -9999;
}

#content-inner-shift {
	background: url("/img/pinkleftbox.png") repeat-y;
	background-size: contain;
	padding: 20px 45px 20px;
	min-height: 450px;
	text-align: center;
	margin-left: 0px;
	margin-top: -21px;
	z-index: -9999;
}
.recall-finder #content-inner {
	min-height: 750px;
}
#content-inner a {
	color: #662d91;
}
#content-inner a:hover {
	color: #8248ad;
}
#content-bottom-cap {
	background: url("/img/content-bottom-cap-700.png") no-repeat;
	height: 60px;
}
#dashboard-buttons {
    margin-bottom: 10px;
}
/* Slideshow */
#slideshow .carousel-inner {
	border: 0px ;
}
/* Info Box */
.home #event-name {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;

	font-size: 30px;
	text-shadow: 3px 3px 4px #666;
}
#event-name {
	text-align: center;
	margin-top: -5px;
	font-size: 40px;
	text-shadow: 3px 3px 4px #666;
}

#event-name a {
	color: #ffffff;
	font-family: Cheri, sans-serif;
}
#event-name a:hover {
	text-decoration: none;
}
#date-location  {
	color: #000000;
	font-family:cardenio_modern, sans-serif;
		font-size: 36px !important;
}

#date-location-small  {
	color: #000000;
	font-family:cardenio_modern, sans-serif;
		font-size: 26px !important;
}

#consignwithus {
	color: #824d99;
	font-family:billabong, sans-serif;
		font-size: 56px !important;
		text-align: center;
}


#schedule-mailing a {
	color: #eb297a;
	font-family:billabong, sans-serif;
		font-size: 36px !important;
		text-align: center;
}
#subject-header  {
	color: #824d99;
	font-family:billabong, sans-serif;
		font-size: 76px !important;
		text-align: left;
		margin-left: 60px;
}

#subject-header img {
	color: #824d99;
	font-family:billabong, sans-serif;
		font-size: 76px !important;
		text-align: left;
		margin-left: 60px;
}

.info-box-top {
	background: url("/img/info-box-top-cap.png") no-repeat;
	height: 28px;
}
.info-box {
	background: url("/img/greenbox.png") repeat;
	padding: 0 20px;
	margin-left: -90px;
	height: 268px;
	
}
.info-box-green {
	position:relative;
	background: url("/img/greenbox.png") repeat;
	padding: 0 40px;
	margin-top: 10px;
	margin-left: -90px;
	height: 110px;
	z-index: 100;
	
}
.info-box a {
	color: #000000;
}
.info-box a:hover {
	color: #b8006d;
	text-decoration: none;
}
.info-box img {
	margin-bottom: 6px;
}
.info-box-bottom {
	background: url("/img/info-box-bottom-cap.png") no-repeat;
	height: 27px;
	margin: 0 0 10px 0;
}
.info-box input.email, .info-box input.first-name, .info-box input.last-name {
	border: 1px solid #000;
	background: #CCC;
	margin: 5px 0 5px 5px;
	padding: 3px;
	width: 90%;
}
.info-box input.submit {
	margin: 0 0 0 140px;
	width: 50px;
	font-size: 10px;
}
#dates, #location {
	padding: 10px 0;
}
#slideshow {
	max-width: 530px;
	margin-bottom: 20px;
}
/* Right Sidebar */
#right-sidebar {
	margin-top: 25px;
}
#right-sidebar #online-store-promo {
	margin-bottom: 10px;
}
.sidebar-box-top {
	background: url("/img/sidebar-box-top-cap.png") no-repeat;
	height: 16px;
	margin-top: 10px;
}
.sidebar-box {
	background: url("/img/sidebar-box-repeat.png") repeat-y;
	padding: 8px 20px;
}
.sidebar-box img {
	width: 80px;
}
.sidebar-box-bottom {
	background: url("/img/sidebar-box-bottom-cap.png") no-repeat;
	height: 15px;
	margin: 0 0 10px 0;
}
#enews input {
	margin-bottom: 7px;
}
.award-years {
	margin-top: -20px;
	margin-bottom: 20px;
	z-index: 9999;
	position: relative;
}
.award-years ul {
	list-style-type: none;
	display: inline;
}
.award-years ul li {
	float: left;
	display: inline;
	width: 40px;
	margin-left: -5px;
	margin-right: 0px;
	}
.award-years ul li.first {
	margin-left: -10px;
}
.consignment-mommies {
    margin-bottom: 10px;
}
/* Helpers */
.bg-warning {
	background-color: #fcf8e3;
	padding: 15px;
}
/* Footer */
#footer-inner {
	padding: 20px;
	font-size: 10px;
	margin-top: 15px;
}
#social-icons {
	margin-right: 30px;
}

/* Full-width */
.full-width #content-top-cap {
	background: url("/img/content-top-cap-940.png") no-repeat;
	height: 59px;
}
.full-width #content-inner {
	background: url("/img/content-repeat-940.png") repeat-y;
	padding: 10px 50px 20px;
	min-height: 450px;
}
.full-width #content-bottom-cap {
	background: url("/img/content-bottom-cap-940.png") no-repeat;
	height: 60px;
}

/* Form Styling */


#size-price-table ul {
	padding: 0;
	display: block;
}
#size-price-table li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
}
#voice-notification {
	margin: 0 0 10px 0;
}
/* Misc */
.btn {
	background: #8ec63f;
	text-transform: lowercase;
	border: 1px solid #666;
}
.video-container {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Colors */
/* Pink - pink background with green accents*/
.template-pink .home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}
.template-pink #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}
.template-pink #header-upper .btn-primary {
	background: #8ec63f;
	border: 2px solid #fff;
	border-radius: 10px;
}
.template-pink #header-upper .btn-primary:hover {
	background: #5e8e3e;
}
.template-pink .nav > li > a:hover, .template-pink .nav > li > a:focus, .template-pink .nav .open > a, .template-pink .nav .open > a:hover, .template-pink .nav .open > a:focus, .template-pink .nav-pills > li.active > a, .template-pink .nav-pills > li.active > a:hover, .template-pink .nav-pills > li.active > a:focus {
	background: #8ec63f;
}
.template-pink .dropdown-menu {
	background-color: #8ec63f;
}
.template-pink .dropdown-menu > li > a {
	color: #f5f5f5;
}
.template-pink .dropdown-menu > li > a:hover, .template-pink .dropdown-menu > li > a:focus {
	color: #666;
}
.template-pink h1, .template-pink h2, .template-pink h3, .template-pink h4, .template-pink h5, .template-pink h6 {
	color: #8ec63f;
}
/* Purple - purple background with green accents*/
.template-purple .home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;

}
.template-purple #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}
.template-purple #header-upper .btn-primary {
	background: #8ec63f;
	border: 2px solid #fff;
	border-radius: 10px;
}
.template-purple #header-upper .btn-primary:hover {
	background: #5e8e3e;
}
.template-purple .nav > li > a:hover, .template-purple .nav > li > a:focus, .template-purple .nav .open > a, .template-purple .nav .open > a:hover, .template-purple .nav .open > a:focus, .template-purple .nav-pills > li.active > a, .template-purple .nav-pills > li.active > a:hover, .template-purple .nav-pills > li.active > a:focus {
	background: #8ec63f;
	color: #fff;
}
.template-purple .dropdown-menu {
	background-color: #8ec63f;
	font-family:cardenio_modern, sans-serif;
	font-size: 25px;
}
.template-purple .dropdown-menu > li > a {
	color: #f5f5f5;
		font-family:cardenio_modern, sans-serif;
}
.template-purple .dropdown-menu > li > a:hover, .template-purple .dropdown-menu > li > a:focus {
	color: #666;
		font-family:cardenio_modern, sans-serif;
}
.template-purple h1, .template-purple h2, .template-purple h3, .template-purple h4, .template-purple h5, .template-purple h6 {
	color: #662d91;
}


.template-purple h6 {
	font-size: 25px;
	color: #7030a0;
}

.template-purple h6 a:link{
	font-size: 25px;
	color: #7030a0;
}

/* Blue - blue background with green accents*/
.template-blue .home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}
.template-blue #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}
.template-blue #header-upper .btn-primary {
	background: #8ec63f;
	border: 2px solid #fff;
	border-radius: 10px;
}
.template-blue #header-upper .btn-primary:hover {
	background: #5e8e3e;
}
.template-blue .nav > li > a {
	color: #fff;
}
.template-blue .nav > li > a:hover, .template-blue .nav > li > a:focus, .template-blue .nav .open > a, .template-blue .nav .open > a:hover, .template-blue .nav .open > a:focus, .template-blue .nav-pills > li.active > a, .template-blue .nav-pills > li.active > a:hover, .template-blue .nav-pills > li.active > a:focus {
	background: #fff;
	color: #8ec63f;
}
.template-blue .dropdown-menu {
	background-color: #8ec63f;
	  font-family:cardenio_modern, sans-serif;
}
.template-blue .dropdown-menu > li > a {
	color: #f5f5f5;
	  font-family:cardenio_modern, sans-serif;
}
.template-blue .dropdown-menu > li > a:hover, .template-blue .dropdown-menu > li > a:focus {
	color: #666;
	  font-family:cardenio_modern, sans-serif;
}
.template-blue h1, .template-blue h2, .template-blue h3, .template-blue h4, .template-blue h5, .template-blue h6 {
	color: #8ec63f;
}
/* Orange - pink background with orange accents*/
.template-orange .home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}
.template-orange #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}
.template-orange #header-upper .btn-primary {
	background: #f67f21;
	border: 2px solid #fff;
	border-radius: 10px;
}
.template-orange #header-upper .btn-primary:hover {
	background: #ae5726;
}
.template-orange .nav > li > a:hover, .template-orange .nav > li > a:focus, .template-orange .nav .open > a, .template-orange .nav .open > a:hover, .template-orange .nav .open > a:focus, .template-orange .nav-pills > li.active > a, .template-orange .nav-pills > li.active > a:hover, .template-orange .nav-pills > li.active > a:focus {
	background: #f67f21;
}
.template-orange .dropdown-menu {
	background-color: #f67f21;
	  font-family:cardenio_modern, sans-serif;
}
.template-orange .dropdown-menu > li > a {
	color: #f5f5f5;
	  font-family:cardenio_modern, sans-serif;
}
.template-orange .dropdown-menu > li > a:hover, .template-orange .dropdown-menu > li > a:focus {
	color: #666;
	  font-family:cardenio_modern, sans-serif;
}
.template-orange h1, .template-orange h2, .template-orange h3, .template-orange h4, .template-orange h5, .template-orange h6 {
	color: #f67f21;
}
/* Yellow - pink background with yellow accents*/
.template-yellow .home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}
.template-yellow #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}
.template-yellow #header-upper .btn-primary {
	background: #fef200;
	border: 2px solid #fff;
	border-radius: 10px;
	color: #666;
}
.template-yellow #header-upper .btn-primary:hover {
	background: #e1d82a;
}
.template-yellow .nav > li > a:hover, .template-yellow .nav > li > a:focus, .template-yellow .nav .open > a, .template-yellow .nav .open > a:hover, .template-yellow .nav .open > a:focus, .template-yellow .nav-pills > li.active > a, .template-yellow .nav-pills > li.active > a:hover, .template-yellow .nav-pills > li.active > a:focus {
	background: #ed008c;
}
.template-yellow .dropdown-menu {
	background-color: #ed008c;
	  font-family:cardenio_modern, sans-serif;
}
.template-yellow .dropdown-menu > li > a {
	color: #f5f5f5;
	  font-family:cardenio_modern, sans-serif;
}
.template-yellow .dropdown-menu > li > a:hover, .template-yellow .dropdown-menu > li > a:focus {
	color: #666;
	  font-family:cardenio_modern, sans-serif;
}
.template-yellow h1, .template-yellow h2, .template-yellow h3, .template-yellow h4, .template-yellow h5, .template-yellow h6 {
	color: #ed008c;
}
/* Green - purple background with green accents*/
.template-green .home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}
.template-green #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}
.template-green .nav > li > a:hover, .template-green .nav > li > a:focus, .template-green .nav .open > a, .template-green .nav .open > a:hover, .template-green .nav .open > a:focus, .template-green .nav-pills > li.active > a, .template-green .nav-pills > li.active > a:hover, .template-green .nav-pills > li.active > a:focus {
	background: #8ec63f;
	color: #fff;
}
.template-green #header-upper .btn-primary {
	background: #fef200;
	border: 2px solid #fff;
	border-radius: 10px;
	color: #666;
}
.template-green #header-upper .btn-primary:hover {
	background: #e1d82a;
}
.template-green .dropdown-menu {
	background-color: #8ec63f;
	  font-family:cardenio_modern, sans-serif;
}
.template-green .dropdown-menu > li > a {
	color: #f5f5f5;
	  font-family:cardenio_modern, sans-serif;
}
.template-green .dropdown-menu > li > a:hover, .template-green .dropdown-menu > li > a:focus {
	color: #666;
	  font-family:cardenio_modern, sans-serif;
}
.template-green h1, .template-green h2, .template-green h3, .template-green h4, .template-green h5, .template-green h6 {
	color: #662e91;
}
@media screen and (min-width: 992px) {  /*-- which is the widest?  --*/
	
#datetimetable{
    width: 600px;
		margin-left: -40px;
}

#firstcoltimetable{
	width: 40%;
		font-family:arial;
		font-size: 15px;
}

#secondcoltimetable{
	width: 30%;
	font-family:cardenio_modern, sans-serif;
	  font-weight: bold;
	  font-size: 30px;
}
#thirdcoltimetable{
	width: 20%;
		font-family:cardenio_modern, sans-serif;
	  font-weight: bold;
	  font-size: 30px;
}
#tabledivider{
background-color: #91c77b;
height: 3px;
}

.navbar-brand {
	margin-top: -60px;
	max-width: 100%;
}
.event-name-container {
	margin-top: 25px;
}
#content-inner-inner {
	padding: 10px 20px 20px;
	min-height: 450px;
	text-align: center;
	margin-left: 130px;
	z-index: -9999;
}
#content-inner-left {
	padding: 10px 0px 20px;
	min-height: 450px;
	text-align: left;
	margin-left: 20px;   /* 20px for wixform1a.asp */
	width: 100%;
		z-index: -9999;
}

#content-inner-table {
	padding: 10px 50px 20px;
	min-height: 450px;
	text-align: left;
	margin-left: 30px;
		z-index: -9999;
}

}
@media (min-width: 1070px) { /*--  The widest  --*/
	
#datetimetable{
    width: 700px;
		margin-left: -10px;
		font-family:cardenio_modern, sans-serif;
	  font-weight: bold;
	  font-size: 20px;
}

#firstcoltimetable{
	width: 200px;
}

#secondcoltimetable{
	width: 200px;
		font-family:cardenio_modern, sans-serif;
	  font-weight: bold;
}
#thirdcoltimetable{
	width: 200px;
}
#tabledivider{
background-color: #91c77b;
height: 3px;
}


#content-inner {
	background: url("/img/pinkleftbox.png") repeat-y;  /* moves the left  pink box on laptop  */
	padding: 10px 60px 0px;
	min-height: 450px;
	text-align: center;
	margin-left: -5px;
	margin-top: -20px;
}

#content-inner-franchisepage-box {
	background: url("/img/pinkleftbox.png") repeat-y;  /* moves the left  pink box on laptop  */
	padding: 10px 60px 0px;
	min-height: 450px;
	text-align: center;
	margin-left: 10px;
	margin-top: -20px;
}

#content-inner-franchisepage {
	padding: 10px 60px 0px;
	min-height: 450px;
	text-align: center;
	margin-left: 10px;  /* for the franchise page */
	margin-top: -20px;
}

#content-inner-franchisepage-box img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
    margin-right: auto;
}


#content-inner-inner {   /* moves the text in the pink left box on laptop*/
	padding: 10px 50px 20px;
	min-height: 450px;
	text-align: left;
	margin-left: 15px;
		z-index: -9999;
	
}

#content-inner-left {
	padding: 10px 50px 20px;
	min-height: 450px;
	text-align: left;
	width: 100%;
	margin-left: -55px;  /*  -55px for wiform1a.asp this one */
		z-index: -9999;
} 
}
@media (max-width: 939px) {

#datetimetable{
    width: 600px;
		margin-left: -20px;
}
#firstcoltimetable{
	width: 200px;
}

#secondcoltimetable{
	width: 200px;
	font-family:cardenio_modern, sans-serif;
	  font-weight: bold;

}
#thirdcoltimetable{
	width: 200px;
}

#tabledivider{
background-color: #91c77b;
height: 3px;
}

#content-inner-inner {
	padding: 10px 50px 20px;
	min-height: 450px;
	text-align: center;
	margin-left: 15px;
		z-index: -9999;
}

#content-inner-left {
	padding: 10px 50px 20px;
	min-height: 450px;
	text-align: left;
	margin-left: 15px;
		z-index: -9999;
}
}
@media (min-width: 768px) and (max-width: 989px) { 
	

#datetimetable{
    width: 600px;
		margin-left: -20px;
}
#firstcoltimetable{
	width: 200px;
}

#secondcoltimetable{
	width: 200px;
	font-family:cardenio_modern, sans-serif;
	  font-weight: bold;

}
#thirdcoltimetable{
	width: 200px;
}

#tabledivider{
background-color: #91c77b;
height: 3px;
}

#content-inner-left {
	padding: 10px 50px 20px;
	min-height: 450px;
	text-align: left;
	margin-left: -115px;
		z-index: -9999;
}


	.navbar-brand {
		margin-top: -60px;
		max-width: auto:
	}
	.home .navbar {
		margin-top: 0px;
	}
	.container.event-name-container {
	width: 67%;
	}
}
@media (max-width: 767px) {  /*-- sort of skinny --*/
	

#datetimetable{
    width: 350px;
		margin-left: -40px;
}

#firstcoltimetable{
	width: 40%;
}

#secondcoltimetable{
	width: 30%;
	  font-family:cardenio_modern, sans-serif;
	  font-weight: bold;
	  font-size: 20px;
}
#thirdcoltimetable{
	width: 30%;
	  font-family:cardenio_modern, sans-serif;
	  font-weight: bold;
	  font-size: 20px;
}

#tabledivider{
background-color: #91c77b;
height: 3px;
}

#babydivider{
background-color: #000000;
height: 1px;
}


.navbar-brand img {
	margin-top: 0px;
}
#logo {
	margin-top: -60px;
		padding: 0px 0px;
}

.template-blue .nav > li > a, .template-green .nav > li > a, .template-yellow .nav > li > a, .template-pink .nav > li > a, .template-orange .nav > li > a, .template-purple .nav > li > a {
	color: #666;
}

.navbar-nav .open .dropdown-menu>li>a {
	color: #666;
}



.navbar-default .navbar-toggle {
	background: #f8f8f8;
	    position: absolute;
    right: -10px;
    top: -100px;
	
}
.navbar-collapse {
	 background: #f8f8f8;
}
.nav > li > a {
	font-family: cardenio_modern;
	text-transform: uppercase;
}
.nav-pills>li+li {
	margin-left: 0;
}
.nav-pills>li {
	float: none;
}
#header-upper {
	display: none;
}
#slideshow {
	margin-top: -20px;
	margin-left: -30px;
}
#info-box-wrapper {
	max-width: 370px;
	margin: 20px auto;
}
#info-box-wrapper-green {
	max-width: 770px;
	margin: 20px auto;

}
.home #event-name {
	margin-top: 20px;
    margin-bottom: 0px;
}
.full-width #content-inner {
	background: none;
}
.voice {
	word-wrap: break-word;
	white-space: normal;
}
.info-box-green {
	background: url("/img/greenbox.png") repeat;
	padding: 0 40px;
	margin-left: -90px;
	height: 60px;
	margin-top: -10px;
}

#content-inner-inner {
	padding: 10px 5px 20px;
	min-height: 450px;
	text-align: center;
	margin-left: -5px;
		z-index: -9999;
	margin-top: -60px;   /* moves the iphone content up and down */
}

#content-inner-left {
	padding: 10px 50px 20px;
	min-height: 450px;
	text-align: left;
	margin-left: 15px;
		z-index: -9999;
		
}
#content-inner-table {
	padding: 10px 50px 20px;
	min-height: 450px;
	text-align: left;
	margin-left: -70px;
		z-index: -9999;
}

}
@media (max-width: 480px) {

#content-inner-shift {
	background: none;
	padding: 20px 45px 20px;
	min-height: 450px;
	text-align: center;
	margin-left: -40px;
	margin-top: -21px;
	z-index: -9999;
}

#content-inner-franchisepage-box img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
    margin-right: auto;
}

textarea {
 resize: both;
 overflow: auto;
}


#datetimetable{
    width: 100%;
		margin-left: 0px;
}

#firstcolmomtobetable{
	width: 20px;
	padding-right: 5px; 
}

#firstcoltimetable{
	width: 40%;
}

#secondcoltimetable{
	width: 30%;
	  font-family:cardenio_modern, sans-serif;
	  font-weight: bold;
	  font-size: 20px;
}
#thirdcoltimetable{
	width: 30%;
	  font-family:cardenio_modern, sans-serif;
	  font-weight: bold;
	  font-size: 20px;
	  text-align: right;
}

#tabledivider{
background-color: #91c77b;
height: 3px;
}

#babydivider{
background-color: #000000;
height: 1px;
}


.navbar-brand {
	max-width: 100%;
	    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.navbar-brand img {
	max-width:90%;
	margin-top: -15px !important;
}
/* .nav-pills>li+li {
	margin-left: 2px;
} */

.navbar .open .dropdown-menu {
  position: relative;
  float: left;
  background-color: #fdedf5 ;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-family:cardenio_modern, sans-serif;
  font-size: 25px;
  z-index: 1; 
}
#event-name {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 36px;
	text-shadow: 3px 3px 4px #666;
	clear: both;
	position: relative;
	margin-top: 60px !important;
}
#subject-header  {
	color: #824d99;
	font-family:billabong, sans-serif;
		font-size: 40px !important;
		width: 100%;
		text-align: center;
		margin-left: -10px;
}

#consignwithus {
	color: #824d99;
	font-family:billabong, sans-serif;
		width: 100%;
		font-size: 40px !important;
		text-align: center;
}
#consignwithus img {
	width: 60px;
}
#subject-header img {
	width: 60px;
}
.info-box-top {
	display: none;
}
.info-box {
	background: url("/img/greenbox.png") repeat;
	display: block;
	padding: 0px 20px;
	width: 115%;
	height: 100%;
    margin-left: -30px;
    margin-right: auto;
	margin-top: -20px;
	
	text-align: center;
	border-radius: 0px 0px 5px 5px;

}
.info-box a {
	color: #000000;
}
.info-box-bottom {
	display: none;
}
#content-top-cap, .full-width #content-top-cap {
	display: none;
}
#content-inner {
	background: none;
	padding: 10px 5px 20px;
	min-height: 450px;
	text-align: center;
}

#content-inner-shift {
	background: none;
	padding: 20px 45px 20px;
	min-height: 450px;
	text-align: center;
	margin-left: -40px;
	margin-top: -21px;
	z-index: -9999;
}

#content-inner-left { /*-- -5px for wixparticipate.asp  --*/
	background: none;
	padding: 10px 10px 20px;
	min-height: 450px;
	text-align: left;
	margin-left: -5px;  
}


#content-inner-franchisepage-box img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
    margin-right: auto;
}


#content-inner img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
    margin-right: auto;
}

#content-bottom-cap, .full-width #content-bottom-cap {
	display: none;
}
}

.green-banner{
	background: url("/img/greenbannernarrow.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
	padding: 0px 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 0px 0px 0px 0px;	
}

/* Right Sidebar */
#right-sidebar {
	margin-top: 25px;
	background: none;
	padding: 10px 10px 20px;
	min-height: 450px;
	text-align: left;
}
#right-sidebar img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
    margin-right: auto;
}




/*
 * Off Canvas navbar toggle right
 * --------------------------------------------------
 */

@media screen and (max-width: 768px) {  /*-- Rhea Lana's iphone! and maybe 480?  --*/

#datetimetable{
		width:100%;
		margin-left: 0px;
}

#firstcolmomtobetable{
	width: 20px;
	padding-right: 5px; 
}

#firstcoltimetable{
	width: 20%;
	padding-right: 5px; 
}

#secondcoltimetable{
	width: 30%;
	  font-family:cardenio_modern, sans-serif;
	  font-weight: bold;
	  font-size: 20px;
	  	padding-right: 5px; 
}
#thirdcoltimetable{
	width: 30%;
	  font-family:cardenio_modern, sans-serif;
	  font-weight: bold;
	  font-size: 20px;
}

#tabledivider{
background-color: #91c77b;
height: 3px;
}

#babydivider{
background-color: #000000;
height: 1px;
}

  .row-offcanvas .collapsing {
	-webkit-transition: none 0;
    -moz-transition: none 0;
    transition: none 0;
  }
 .row-offcanvas .navbar {
	position: absolute;
	z-index: 2;
    right:0;
    height:100%;
    width:55px;
    border:0;
  }
  .row-offcanvas .navbar-toggle {
    margin-right: 5px;
  	margin-left: 5px;
  }
  .row-offcanvas {
	/* margin-top: -80px; */
  }
  .row-offcanvas-right.active .navbar {
	position: absolute;
	z-index: 2;
    right: 0%;
    width:60%;
  }
  .row-offcanvas-right.active {
    left: 0%;
  }  
  .row-offcanvas-right.active .navbar-collapse {
    position: relative;
    width: 100%;
	max-height: 450px;
  }  
  .row-offcanvas .content {
	width:calc(100% - 60px);
  }
  .row-offcanvas .navbar .open .dropdown-menu {
	  float: none;
	  background: none;
	  position: absolute;
	  border: 0;
	  box-shadow: none;
  }
  .row-offcanvas .navbar-collapse {
	  z-index: 9999;
  }
}