/* Rhea Lana's 2017 */
@font-face
{
font-family: Cheri;
src: url(/fonts/cheri.ttf);
}
/* Account for fixed navbar */
body {
  padding-bottom: 30px;
}
body {
	background: url("/img/fabric_plaid.png") repeat;
}

/* 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: 970px;
}

/* 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);
}
.navbar .open .dropdown-menu > li > a {
  color: #333;
}
.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;
}
.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;
}
/* Header */
#header-bg {
	background: url("/img/header-bg.png") repeat-x top center;
	position: absolute;
	top: 0;
	left: 0;
	height: 245px;
	z-index: -9999;
	width: 100%;
}
.home #header-bg {
	background: url("/img/header-swoosh-blue.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;
}
/* Logo */
#logo {
	margin-top: 0px;
}
/* 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/content-repeat-700.png") repeat-y;
	padding: 10px 50px 20px;
	min-height: 450px;
}
.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 {
	-webkit-box-shadow: 0px 10px 21px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 21px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 21px -6px rgba(0,0,0,0.75);
	border: 1px solid #666;
}
/* Info Box */
.home #event-name {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 40px;
	text-shadow: 3px 3px 4px #666;
}
#event-name {
	text-align: center;
	margin-top: -5px;
	font-size: 40px;
	text-shadow: 3px 3px 4px #666;
}
.northarlington #event-name, .southwestdfw #event-name {
	font-size: 27px !important;
}
.germantown #event-name, .grandrapids #event-name, .nwsanantonio #event-name {
	font-size: 29px !important;
}
.lewisville #event-name, .neworleans #event-name, .richmondrosenberg #event-name {
	font-size: 36px !important;
}
#event-name a {
	color: #fff;
	font-family: Cheri, sans-serif;
}
#event-name a:hover {
	text-decoration: none;
}
.info-box-top {
	background: url("/img/info-box-top-cap.png") no-repeat;
	height: 28px;
}
.info-box {
	background: url("/img/info-box-repeat.png") repeat-y;
	padding: 0 40px;
}
.info-box a {
	color: #ed008c;
}
.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 {
	margin-bottom: 6px;
}
.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/header-swoosh-pink.png") repeat-x top center;
}
.template-pink #header-bg {
	background: url("/img/header-swoosh-pink.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/header-swoosh-purple.png") repeat-x top center;
}
.template-purple #header-bg {
	background: url("/img/header-swoosh-purple.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;
}
.template-purple .dropdown-menu > li > a {
	color: #f5f5f5;
}
.template-purple .dropdown-menu > li > a:hover, .template-purple .dropdown-menu > li > a:focus {
	color: #666;
}
.template-purple h1, .template-purple h2, .template-purple h3, .template-purple h4, .template-purple h5, .template-purple h6 {
	color: #8ec63f;
}
/* Blue - blue background with green accents*/
.template-blue .home #header-bg {
	background: url("/img/header-swoosh-blue.png") repeat-x top center;
}
.template-blue #header-bg {
	background: url("/img/header-swoosh-blue.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;
}
.template-blue .dropdown-menu > li > a {
	color: #f5f5f5;
}
.template-blue .dropdown-menu > li > a:hover, .template-blue .dropdown-menu > li > a:focus {
	color: #666;
}
.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/header-swoosh-pink.png") repeat-x top center;
}
.template-orange #header-bg {
	background: url("/img/header-swoosh-pink.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;
}
.template-orange .dropdown-menu > li > a {
	color: #f5f5f5;
}
.template-orange .dropdown-menu > li > a:hover, .template-orange .dropdown-menu > li > a:focus {
	color: #666;
}
.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/header-swoosh-pink.png") repeat-x top center;
}
.template-yellow #header-bg {
	background: url("/img/header-swoosh-pink.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;
}
.template-yellow .dropdown-menu > li > a {
	color: #f5f5f5;
}
.template-yellow .dropdown-menu > li > a:hover, .template-yellow .dropdown-menu > li > a:focus {
	color: #666;
}
.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/header-swoosh-green.png") repeat-x top center;
}
.template-green #header-bg {
	background: url("/img/header-swoosh-green.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;
}
.template-green .dropdown-menu > li > a {
	color: #f5f5f5;
}
.template-green .dropdown-menu > li > a:hover, .template-green .dropdown-menu > li > a:focus {
	color: #666;
}
.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) {
.navbar-brand {
	margin-top: -60px;
}
.event-name-container {
	/* margin-top: -25px; */
}
}
@media (max-width: 939px) {
.full-width #content-top-cap {
	display: none;
}
.full-width #content-inner {
	background: none;
	padding: 10px 10px 20px;
	min-height: 450px;
}
.full-width #content-bottom-cap {
	display: none;
}
}
@media (min-width: 768px) and (max-width: 989px) {
	.navbar-brand {
		margin-top: -60px;
	}
	.home .navbar {
		margin-top: 0px;
	}
	.container.event-name-container {
	width: 67%;
	}
}
@media (max-width: 767px) {
.navbar-brand img {
	margin-top: 0px;
}
#logo {
	margin-top: 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;
}
.navbar-collapse {
	 background: #f8f8f8;
}
.nav > li > a {
	font-family: 'Open Sans';
	text-transform: uppercase;
}
.nav-pills>li+li {
	margin-left: 0;
}
.nav-pills>li {
	float: none;
}
#header-upper {
	display: none;
}
#slideshow {
	margin: 0 auto;
}
#info-box-wrapper {
	max-width: 370px;
	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;
}
}
@media (max-width: 480px) {
.navbar-brand {
	max-width: 100%;
}
.navbar-brand img {
	max-width: 75%;
	margin-top: -15px !important;
}
/* .nav-pills>li+li {
	margin-left: 2px;
} */
#event-name {
	text-align: center;
	margin: 0px 0px 40px 0px;
	padding: 0;
	font-size: 36px;
	text-shadow: 3px 3px 4px #666;
	clear: both;
	position: relative;
}
.info-box-top {
	display: none;
}
.info-box {
	background: url("/img/plaid_2x.png");
	padding: 10px 5px;
	text-align: center;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 3px 10px #999;
	border: 1px solid #666;	
}
.info-box a {
	color: #ed008c;
}
.info-box-bottom {
	display: none;
}
#content-top-cap, .full-width #content-top-cap {
	display: none;
}
#content-inner {
	background: none;
	padding: 10px 10px 20px;
	min-height: 450px;
}
#content-bottom-cap, .full-width #content-bottom-cap {
	display: none;
}
}

/*
 * Off Canvas navbar toggle right
 * --------------------------------------------------
 */

@media screen and (max-width: 768px) {
  .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: relative;
	  border: 0;
	  box-shadow: none;
  }
  .row-offcanvas .navbar-collapse {
	  z-index: 9999;
  }
}