@charset "UTF-8";
/* CSS Document */

.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
	padding:0 !important;
	margin:0 !important;
}

body {
	/* background: url(../ogimages/site_bkg.jpg) repeat; */
	/* background-color: rgb(237,228,191) !important; */
	background: #222222 url(../images/jumpa_wall_500x500.jpg) repeat !important;
	min-width:320px;
}

/*
.container-header {
	background:url(../images/jumpa_header.jpg) no-repeat;
	height:150px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	float:none;
	z-index: 1;
}
*/

/* .container-header {
	background-image:url(../images/jumpa_header.jpg) !important;
	height:150px;
	width:1024px;
	padding-left:auto;
	padding-right:auto;
} */

/*
img.img-responsive-header {
	background:url(../images/jumpa_header.jpg) no-repeat !important;
	background-size:100% 100%;
}
*/


.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle {
    position: relative;
/*    float: right; */
    float: left !important;
    padding: 5px 5px !important;
    margin-top: 8px !important;
    margin-right: 15px;
	margin-left:15px;
    margin-bottom: 8px !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.top.banner {
	max-height:200px;
	max-width:1024px;
	position: static;
}

div.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	min-width:320px;
}

container-fluid {
}

#icon {
	padding-top:0px; 
	padding-right:10px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top: -35px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	max-width:1024px;
}

icon-sm-screen{
	display:none !important;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    border-color: rgb(237,228,191) !important;
}

/* 
ul {
	padding-left:auto !important;
	padding-right:auto !important;
	margin-left:auto !important;
	margin-right:auto !important;
	max-width:532px;
}
*/

div#myNavbar.collapse.navbar-collapse ul.nav.navbar-nav  {
	padding-left:auto !important;
	padding-right:auto !important;
	margin-left:auto !important;
	margin-right:auto !important;
}

ul.nav.navbar-nav {
    /* margin: 0px 0px; */
    margin-right: auto !important;
    margin-left: auto !important;
	padding-left: auto !important;
	padding-right: auto !important;
	/* width: 1024px; */
	text-align:center;
}

.navbar {
  position: relative;
  min-height: 32px;
  /* margin-bottom: 20px; */
  border: 1px solid transparent;
}

.navbar-inverse {
background-color: rgba(120,70,30,1) !important;
border:none !important;
max-width:1024px;
margin-left:auto;
margin-right:auto;
float:none;
    /* background-color: #080808 !important;
    border-color: #080808 !important; */
}

.navbar-inverse .navbar-nav > li > a {
	letter-spacing:1px;
    color: rgb(237,228,191) !important;
	padding: 6px 20px !important;
	margin-left:auto !important;
	margin-right:auto !important;

}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff !important;
    background-color: #080808 !important;
}

.navbar-nav {
    /* margin: 7.5px -15px; */
	margin:0px !important;
	float: none !important;
}


.navbar-nav > li > a {
	padding-top:15px;
	padding-bottom:15px;
}

div#myNavbar.collapse.navbar-collapse ul.nav.navbar-nav {
}

ul.nav.navbar-nav {
	padding:0 auto;
	margin-left:auto !important;
	margin-right:auto !important;
	width:690px !important;
}

ul.nav.navbar-nav >li > a {
}

ul.nav.navbar-nav li:hover, ul.nav.navbar-nav.navbar-right li:hover {
    background-color: #555;
    color: white;
}

ul.dropdown-menu.dropdown-content li a:hover {
    background-color: #000;
}

ul.nav.navbar-nav.navbar-right {
	/* padding-right:30px; */
}

.navbar-right {
	display:none;
}

/*
ul.nav.navbar-nav > li > a:hover {
	background-color:#000;
} */

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 127px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/*
.dropdown-content a:hover {
	background-color: #f1f1f1;
} */

/*.dropdown:hover */ .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  /* min-width: 127px; */
  /* padding: 5px 0; */
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

li.dropdown.open {
	width:auto;
}

div#myNavbar.collapse.navbar-collapse {
	padding:-15px;
}

li#wheel.dropdown.open ul.dropdown-menu.dropdown-content {
	width:127px;
}

ul#replacement.dropdown-menu.dropdown-content > li > a {
	width:215px;
/*	padding-left:30px; */
}

ul.dropdown-menu.dropdown-content > li {
	margin-left: 0;
}

ul.dropdown-menu.dropdown-content {

}

.dropdown-content {
}

.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.navbar-inverse .navbar-nav > li:hover {
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent !important;
	color: #FC0 !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.col-md-4 {
	padding-top:1em !important;
	padding-bottom:2em !important;
	padding-right:2em !important;
	padding-left:2em !important;
}

.col-sm-4 {
	padding-top:1em !important;
	padding-bottom:2em !important;
	padding-right:2em !important;
	padding-left:2em !important;
}
/*
.col-sm-3 {
	padding:.1em 1em !important;
}
*/

/* item container boxes -panel start on 5458 in Bootstrap.css */
.panel {
	text-align:center;
    /* margin-bottom: 10px; */
    /** background-color: #fff; **/
    /* border: 2px solid transparent;
    border-radius: 4px; */
	display:block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

/* ***** arts boxes ***** */
.panel.panel-wheels {
  border-color: #ccc;
}

.panel-wheels > .panel-header {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
} 
.panel-header {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-variant: small-caps;
	padding: .2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-photo {
	padding:1em;
}

.panel-des {
	padding: .2em;
	background-color: #f5f5f5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(221, 221, 221);
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}


.price {
    display: block;
    margin-bottom: 0px;
}

.price h4 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 1.95em;
    color: #999999;
}

.price h4 span {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
    display: inline-block;
    font-size: 1.1em;
    /* background: #3CC395; */
    background: rgb(194,181,155);
    color: #ffffff;
    padding: 8px 30px;
    margin-left: .6em;
	cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.price h4 span:hover {
    background: rgb(150,151,155);
}

/* ***** end arts boxes ***** */




/* ******  ****** */
.bottom-spacer {
	height:34px;
}

.container-gototop {
	max-width:1080px;
	padding:0 auto;
}

a#top-link {
	float: none;
	margin-right: 3em;
	margin-bottom: 2em;
	max-width:1080px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 15px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/scroll_up_II_40x40.png) no-repeat right top;
	z-index:1050;
}
span.fa.fa-angle-up {
	font-size:3em;
	padding: 10px;
	background-color:#999;
}

footer.container-fluid.text-center {
	color:#999;
    background-color: #666;
    padding: 10px;
}

/* Add a gray background color and some padding to the footer */
footer {
  background-color: rgb(120,70,30);
  padding: 25px;
}

.navbar-fixed-bottom {
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
}

/* start footer1 */
.footer_bg1{
	background: rgb(120,70,30) /* #2DA89B */;
	padding-top:.8em;
	padding-bottom:1em;
	padding-right:1em;
	padding-left:1em;
	min-width:320px;
}

.copy{
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
}
.copy p{
	font-size: .8em /*0.9725em*/;
	line-height: 1em /*1.8em*/;
	color: rgba(237,228,191,.3) /*#ffffff*/;
	margin:0px;
}
.copy p a{
	color: #999 /*#fefefe*/;
	text-decoration: none/*underline*/;
}
.copy p a:hover{
	color:#FC0;
	text-decoration: none;
}

/* ****** Product Styles ****** */

/* ***** Top Photos Slider ***** */
.dark {
    color: #dddddd;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5 {
    color: #ffffff;
}


h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    text-rendering: optimizeLegibility;
	padding:0;
	direction:ltr;
}

.ux_banner h4, .ux_text h4 {
    font-size: 150%;
    line-height: 100%;
    margin: 10px 0;
}

.iosSlider.default {
    position: relative;
    height: 300px;
    min-height: 300px;
    overflow: hidden;
    width: 100%;
    position: relative;
/*	top: -1.6em !important; */
}

.iosSlider {
	position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transition: min-height 500ms ease-out;
	-moz-transition: min-height 500ms ease-out;
    transition: min-height 500ms ease-out;
    /* margin-bottom: 30px; */
    margin-bottom: 0px !important;
}

.iosSlider .slider {
	float: left
    width: 100%;
    height: 100%;
	background-color: #669999;
    -webkit-tap-highlight-color: transparent;
}


.iosSlider .sliderNav a.prevSlide {
    right: 0;
}

.iosSlider .sliderNav a.prevSlide span {
    right: 30%;
    padding-left: 3px;
}

.iosSlider .sliderNav a.nextSlide {
    left: 0;
}

.iosSlider .sliderNav a {
    z-index: 2;
    /* width: 7%; */
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.iosSlider .sliderNav a.nextSlide span {
    left: 30%;
    padding-right: 3px;
}

.dark > .sliderNav a span {
    border-color: #000000;
    color: #000000;
}
.iosSlider .sliderNav a span {
    display: block;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    font-size: 32px;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 99px;
	transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-delay: initial;
}

.ux_banner {
    /* font-size: 16px; */
	word-wrap: normal;
    background: #627f9a;
    line-height: 140%;
    display: block;
    position: relative;
    overflow: hidden;
	overflow-x: hidden;
    overflow-y: hidden;
	-ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.iosSlider .slider > .ux_banner {
    float: left;
    width: 100%;
    height: 100%;
}

.ux_banner .banner-bg, .ux-section .banner-bg, .ux-section .bg-overlay, .ux_banner .bg-overlay, .ux-section-img {
    z-index: 1;
    position: absolute;
    top: -2em;
    left: 1px;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
}

.banner-bg, .parallax_img_inner, .mfp-bg, .mob-helper, .featured-product .product-bg, .featured-product .product-text, .product-thumbnails .thumb {
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-delay: initial;
    -webkit-transition-delay: initial;
    -moz-transition-delay: initial;
}

img {
    display: inline-block;
    vertical-align: middle;
	max-width: 100%;
    height: auto;
}

.ux_banner .row {
    position: relative;
    height: 100%;
    z-index: 2;
    max-width: 67.5em !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ux_banner .inner {
    white-space: normal;
}


.ux_banner .h-large, .ux_text .h-large {
    font-size: 650%;
    line-height: 85%;
    padding: 0 !important;
}


.ux_banner h1, .ux_text h1 {
    font-weight: bolder;
    font-size: 350%;
    line-height: 95%;
    margin: 15px 0;
}

.ux_banner .text-center .tx-div, .ux_banner .text-center p {
    margin: 0 auto;
    max-width: 90%;
}


.ux_banner .button {
    padding-top: 0.93em;
    padding-bottom: 1em;
	text-decoration:none;
}

#submit.white, button.white, .button.white, input[type="submit"].white {
    background-color: #FFF;
    border-color: #FFF;
    color: #333;
}


.text-center .button {
    margin: 10px 5px 10px;
}

.button {
	display:inline-block;
	text-decoration:none;
}

#submit, button, .button, input[type="submit"] {
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    display: inline-block;
    padding-top: 0.75em;
    padding-right: 1.5em;
    padding-bottom: 0.8125em;
    padding-left: 1.5em;
    font-size: 1.2em;
/*    background-color: #627f9a;
    border-color: #627f9a; */
    background-color: #669999;
    border-color: #669999;	
    color: #fff;
}

a {
    background: transparent;
	line-height: inherit;
}

.sliderBullets {
    position: absolute;
    bottom: 25px;
    left: 10%;
    right: 10%;
    text-align: center;
    -webkit-transition: opacity 200ms ease-out;
    transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition-property: opacity;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-delay: initial;
    z-index: 2;
}

.dark > .sliderBullets .bullet, .flipContainer .pager span.dot {
    border-color: #8fd4bc;
    border-top-color: rgb(143, 212, 188);
    border-right-color: rgb(143, 212, 188);
    border-bottom-color: rgb(143, 212, 188);
    border-left-color: rgb(143, 212, 188);
    opacity: 60%;
}


.sliderBullets .bullet {
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 3px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 3px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 3px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.sliderBullets .bullet, .flipContainer .pager span.dot {
    border-color: #8fd4bc;
    border-top-color: rgb(143, 212, 188);
    border-right-color: rgb(143, 212, 188);
    border-bottom-color: rgb(143, 212, 188);
    border-left-color: rgb(143, 212, 188);
    opacity: 60%;
}


/* -- loading bar --*/
.ux-loading {
  z-index: 99999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -42px;
  padding: 10px;
  border-radius: 5px; }

.ux-loading i {
  float: left;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #627f9a;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: loadingFade 1.5s infinite;
  -moz-animation: loadingFade 1.5s infinite;
  animation: loadingFade 1.5s infinite; }

.dark.ux-loading i {
  background: #ffffff !important; }

.ux-loading i:nth-child(0) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s; }

.ux-loading i:nth-child(1) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s; }

.ux-loading i:nth-child(2) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s; }

.ux-loading i:nth-child(3) {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s; }

.ux-loading i:nth-child(4) {
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  animation-delay: .8s; }

@-webkit-keyframes loadingFade {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } 
}
@keyframes loadingFade {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } 
}


.product-gallery-slider .sliderNav.small a {
    background: none !important;
    box-shadow: none !important;
    width: 10% !important;
}



script {
    display: none !important;
}


.product-gallery-slider .sliderNav.small a {
    background: none !important;
    box-shadow: none !important;
    width: 10% !important;
}

.product-gallery-slider .sliderNav.small a.prevSlide span {
    right: 15px;
    border: 0;
    line-height: 28px;
}

/* .sliderNav.small a.prevSlide span {
    padding-left: 3px;
} */

.sliderNav.small a span {
    opacity: 0;
    color: #000000;
    height: 30px;
    width: 30px;
}

.iosSlider .sliderNav a span {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
	border-radius: 99px;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
}

.product-gallery-slider .sliderNav.small a.nextSlide span {
    left: 15px;
    border: 0;
    line-height: 28px;
}

a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: none !important;
    cursor: auto;
}

/* *********** Top Slider Height ************ */  


/* ****** Expand text box ****** */
.inner.center.text-center {
	width:90% !important;
}

h4.thin-font {
	font-weight:bold !important;
}


/* ***** Divided Lines Inside Top Slider ***** */
.inner-wrap.animated .tx-div.small, .inner-wrap.animated.flipInY .tx-div.small{
    background-color: #ffffff;
    opacity: .3;
	display: block;
    height: 3px;
	width:30px;
	display: block;
    height: 3px;margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* ***** Align All Text Center ***** */
.text-center {
	text-align:center !important;
}

/* ***** ANY TEXT AFTER "A" will not have underline ***** */
a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: none !important;
    cursor: auto;
}


/* space before top slider */
#main-content.site-main.hfeed.light div#content div.ux_slider_wrapper {
	margin-top: 140px !important;
	-webkit-user-select: none;
	position: relative;
	margin: 0;
    padding: 0;
    direction: ltr;
	box-sizing: border-box;
	cursor: default;
}

/* start bullets slider */
div.sliderControlls.hide-for-small.dark .sliderBullets .bullet,
.flipContainer .pager span.dot 
{
  display: inline-block;
  height: 7px;
  width: 30px;
  margin: 0 2px;
/*  border: 2px solid #ffffff;
  background:#ffffff;
*/
  background: #8fd4bc;
  opacity: .5;
  border-radius: 99px;
  -webkit-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
 }

.sliderBullets .bullet.active,
.sliderBullets .bullet:hover,
.flipContainer .pager span.dot.current 
{
  opacity: 1 !important;
  background: #8fd4bc !important;
/*
  border: 2px solid #ffffff !important;
*/
  border-radius: 99px;
  cursor: pointer; 
}
/* end bullets slider */

/*
element.style {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 376px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    perspective: 1000px;
    backface-visibility: hidden;
    width: 1080px;
    height: auto;
}
*/

/* ********* Spacer After Top Photos Slider ********* */
.clearfix {
	display:block !important;
	/* height:30px !important; */
}

/* ********* Featured Products ********* */
#slider_featured.iosSlider.column-slider {
	background-color:#FFF;
}


/* **** Featured Box Size **** */
/*******************************
********************************/
li.product-small.grid1.grid-normal {
	width:270px !important;
	margin-left:0 !important;
	margin-right:0 !important;
	float:left !important;
}
/*******************************
********************************/

/* Featured Header */
h5.category a {
	font-size:1.5em !important;
	text-decoration:none !important;
	margin-top:5px;
	color: #490808;
}

/* Featured Sub-Header */
p.name {
	color: #490808;
	font-size:1.2em !important;
	margin-top:5px !important;
	text-decoration:none !important;
}

a {
	text-decoration:none !important;
}


/* Featured Photos */
.product-image .back-image img {
    min-width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    height: auto !important;
    display: block;
    -webkit-backface-visibility: hidden;
}

img.attachment-shop_catalog.size-shop_catalog.post-image {
	width:240px !important;
}

.back-image.back img.attachment-shop_catalog.size-shop_catalog {
	width:240px !important;
}

/* Featured Quick View */
.product-image .quick-view {
	background-color: #669999;
}

.quick-view {
    font-weight: bold;
    font-size: 78%;
    opacity: 0;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    color: #ffffff;
    background: #627f9a;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
	margin:0;
	direction:ltr;
	box-sizing:border-box;
	display:block;
	cursor:auto;
	text-decoration:none !important;
	line-height:inherit;
	list-style-position:outside;
	list-style-type:disc;
	-webkit-font-smoothing: antialiased;
	background-color:transparent;
	font-style:normal;
	font-family:inherit;
	
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-delay: initial;
    -webkit-transition-delay: initial;
    -moz-transition-delay: initial;
}

/********** custom main .row ***********/
.row {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1080px;
}
 


/* *********** Featured Slider Buttons *********** */
.sliderNav.small a {
    width: 15px;
	background-color: #FFF !important;
	background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
}


.sliderNav.small a.prevSlide span {
    right: 0;
    padding-left: 3px;
}

.column-slider .sliderNav a span {
    top: 50%;
    margin-top: -50px;
}

.sliderNav.small a span {
    opacity: 0;
    border-color: #000000;
    color: #000000;
    height: 30px;
    width: 30px;
    border-width: 2px;
    line-height: 24px;
}

.iosSlider .sliderNav a span {
    display: block;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    font-size: 32px;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #ffffff;
    border: 3px solid #ffffff;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 3px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 3px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 3px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 99px;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
}

.sliderControlls a.nextSlide.prev_featured span.fa.fa-angle-left, .sliderControlls a.prevSlide.next_featured span.fa.fa-angle-right {
	left: 1px !important;
	padding-right: 1px !important;
	width:37px;
	height:37px

}

.sliderControlls a.nextSlide.prev_featured span.fa.fa-angle-left:hover, .sliderControlls a.prevSlide.next_featured span.fa.fa-angle-right:hover {
	left: 1px !important;
	padding-right: 1px !important;
	width:37px;
	height:37px
	border: 3px solid #333;
}

.sliderNav.small a span {
    opacity: 0;
    border-color: #000000;
    color: #000000;
    height: 30px;
    width: 30px;
    border-width: 2px;
    /* line-height: 24px; */
}
/* *********** End Featured Slider Buttons *********** */


.navbar-fixed-bottom, .bottom-spacer {
	height:32px;
}

.container {
  background:rgb(129,147,89);
}

.container_contact {
	background:rgb(237,228,191);
}


/* ••••••• Waitlist •••••••• */
/*
#waitList_II {
	margin-top:-30px;
	margin-right:auto;
	margin-left:auto;
	padding-right:130px;
	padding-bottom: 3px;
	padding-top:0px;
}
*/

/*
#waitList_II {
	margin-top:119px;
	margin-right:auto;
	margin-bottom:-149px;
	margin-left:auto;
	padding-right:130px;
	padding-bottom: 3px;
	padding-top:0px;
}
*/

#waitList_II {
	margin-top:-5px;
	margin-right:auto;
	margin-bottom:-30px;
	margin-left:auto;
	padding-right:10px;
	padding-bottom: 3px;
	padding-top:0px;
}


#waitList {
	margin-top:-31px;
	margin-right:auto;
	margin-left:auto;
	padding-right:130px;
	padding-bottom: 3px;
}

.btn-lg {
    /* padding: 4px 8px !important; */
    padding: 9px 8px 4px 8px !important;
    font-size: 13px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px;
	letter-spacing:1px;
}

.btn-info {
    color: #fff;
    /*  background-color: #5bc0de;  */
    background-color: #008080 !important;
    border-color: #46b8da;
}

.btn-info:hover {
    color: #fff;
    /*  background-color: #5bc0de;  */
    background-color: #009090 !important;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.modal-dialog {
    width: 283px !important;
    margin: 30px auto !important;
}

/* ••••••• End Waitlist •••••••• */


@media (min-width: 1024px) {
  .container {
    width: 1024px;
	background:rgb(129,147,89);
  }

/* ***** column width ***** */  
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }


/*
#waitList_II {
	margin-top:119px;
	margin-right:auto;
	margin-bottom:-149px;
	margin-left:auto;
	padding-right:130px;
	padding-bottom: 3px;
	padding-top:0px;
}
*/

}

/*
@media only screen and (max-width: 1015px) {
#waitList_II {
	margin-top:118px;
	margin-bottom:-148px;
}
}
*/

@media only screen and (max-width: 1000px) {
/* ***** arts boxes ***** */

body {
	/* background-color: rgb(237,228,191) !important; */
	background-color:rgb(129,147,89) !important;
}

.panel-header {
	font-size: 1.4em;
	padding: .2em;
}

.panel-des {
	padding: .2em;
}

.price h4 {
    font-size: 1.95em;
}

.price h4 span {
    font-size: 1.1em;
    padding: 8px 25px;
    margin-left: .4em;
}

/*
#waitList_II {
	margin-top:114px;
	margin-right:auto;
	margin-bottom:-144px;
	margin-left:auto;
	padding-right:130px;
	padding-bottom: 3px;
	padding-top:0px;
}
*/

}

/*
@media only screen and (max-width: 975px) {
#waitList_II {
	margin-top:112px;
	margin-bottom:-142px;
}
}

@media only screen and (max-width: 965px) {
#waitList_II {
	margin-top:110px;
	margin-bottom:-140px;
}
}
*/

@media only screen and (max-width: 950px) {
/* ***** arts boxes ***** */

.panel-header {
	font-size: 1.4em;
	padding: .2em;
}

.panel-des {
	padding: .2em;
}

.price h4 {
    font-size: 1.85em;
}

.price h4 span {
    font-size: 1em;
    padding: 8px 25px;
    margin-left: .25em;
}
}

@media only screen and (max-width: 885px) {
/* ***** arts boxes ***** */
.col-md-4 {
    padding: 1em 1.4em !important;
}
.panel-header {
	font-size: 1.4em;
	padding: .5em;
}

.panel-des {
	padding: .2em;
}


.price {
    margin-bottom: 0px;
}

.price h4 {
    font-size: 1.8em !important;
}

.price h4 span {
    font-size: 1em !important;
    padding: 8px 20px !important;
    margin-left: .4em !important;
}

/* ***** end arts boxes ***** */

}

@media only screen and (min-width: 850px) {
	
#big_map {
	display:block;
}

#med_map {
	display:none;
}

#sm_map {
	display:none;
}

#xs_map {
	display:none;
}

#xxs_map {
	display:none;
}

}

@media only screen and (max-width: 850px) {
/* ***** arts boxes ***** */

.panel-header {
	font-size: 1.4em;
	padding: .5em;
}

.panel-des {
	padding: .2em;
}


.price {
    margin-bottom: 0px;
}

h4 {
	margin: 5px 0 !important;
}

.price h4 {
    font-size: 1.6em !important;
}

.price h4 span {
    font-size: 1em !important;
    padding: 8px 20px !important;
    margin-left: .2em !important;
}

/* ***** end arts boxes ***** */

}

@media only screen and (max-width: 800px) {
/* ***** arts boxes ***** */

.panel-header {
	font-size: 1.4em;
	padding: .5em;
}

.panel-des {
	padding: .2em;
}


.price {
    margin-bottom: 0px;
}

.price h4 {
    font-size: 1.5em !important;
}

.price h4 span {
    font-size: 1em !important;
    padding: 8px 20px !important;
    margin-left: .2em !important;
}

/* ***** end arts boxes ***** */

}

@media only screen and (min-width: 768px) {

#icon {
	display:block !important;
}
li.div_line {
	display:block !important;
}

}


@media only screen and (max-width: 768px) {

.navbar {
    /* margin-bottom: 15px !important; */
}

ul.nav.navbar-nav.navbar-right {
    /* margin-bottom:7.5px !important; */
}
/* ***** arts boxes ***** */

.price h4 {
    font-size: 1.5em !important;
    color: #999999;
}

.price h4 span {
    font-size: 1em !important;
    padding: 8px 20px !important;
    margin-left: .4em !important;
}

/* ***** end arts boxes ***** */

.copy p{
	font-size: .7em /*0.9725em*/;
	line-height: .7em /*1.8em*/;
}


li.div_line {
	display:none;
}

.container-header img.img-responsive {
	src:url(../images/jumpa_header_414x100.jpg) !important;
}

#icon {
	display:none;
}

#icon a img {
	/* margin-top:-35px !important;
	margin-top:-20px !important; */
}

*/
icon-sm-screen{
	display: block !important;
}

div.navbar-toggle.icon-sm-screen {
	float:right !important;
	margin:0px !important;
	padding-top: 0px !important;
	padding-right: 15px !important;
	padding-bottom: 0px !important;
	padding-left: auto !important;
	border:0px !important;
	max-width: 500px;
}

div.navbar-toggle.icon-sm-screen a img {
	width:auto;
	height:32px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
}

.navbar-fixed-bottom, .bottom-spacer {
	height:28px;
}

}

@media only screen and (max-width: 767px) {

li.div_line {
	display:none !important;
}


/* ••••••• Waitlist •••••••• */
/*
.btn-lg {
    padding: 5px 8px !important;
    font-size: 12px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px;
}

.btn-info {
    color: #fff;
    background-color: #008080 !important;
    border-color: #46b8da;
}

.btn-info:hover {
    color: #fff;
    background-color: #009090 !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.modal-dialog {
    width: 283px !important;
    margin: 30px auto !important;
}

/* ••••••• End Waitlist •••••••• */

/* •••••••• Waitlist •••••••• */
/*
#waitList {
	margin-top:-35px;
	margin-right:auto;
	margin-left:auto;
	padding-right:130px;
	padding-bottom: 3px;
}
*/

/*
#waitList_II {
	margin-top:-115px;
	margin-right:auto;
	margin-bottom:84px;
	margin-left:auto;
	padding-right:10px;
	padding-bottom: 0px;
	padding-top:0px;
}
*/
/*
#waitList_II {
	margin-top:0px;
	margin-right:auto;
	margin-bottom:-84px;
	margin-left:auto;
	padding-right:10px;
	padding-bottom: 0px;
	padding-top:0px;
}
*/
#waitList_II {
	margin-top:-4px;
	margin-right:auto;
	margin-bottom:-30px;
	margin-left:auto;
	padding-right:10px;
	padding-bottom: 3px;
	padding-top:0px;
}

#waitList {
	margin-top:-158px;
	margin-right:auto;
	margin-left:auto;
	padding-right:10px;
	padding-bottom: 3px;
}

.btn-lg {
    padding: 9px 8px 4px 8px !important;
    font-size: 12px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px;
	letter-spacing:1px;
}

/* •••••••• End Waitlist •••••••• */





}

@media only screen and (width: 753px) {

#icon a img {
	/* margin-top:-35px !important; */
	margin-top:-20px !important;
}

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-158px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}

@media only screen and (max-width: 752px) {
/* ****** Navbar collapse ****** */

.navbar-nav {
	margin: 7.5px 0px !important;
}

ul.nav.navbar-nav.navbar-right {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

/* .navbar-right-icon {
	display: block !important;
	padding-right:15px !important;
} */

#icon {
	display:none !important;
}

icon-sm-screen{
	display: block !important;
}

div.navbar-toggle.icon-sm-screen {
	float:right !important;
	margin:0px !important;
	padding-top: 0px !important;
	padding-right: 15px !important;
	padding-bottom: 0px !important;
	padding-left: auto !important;
	border:0px !important;
	max-width: 500px;
}

div.navbar-toggle.icon-sm-screen a img {
	width:auto;
	height:32px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
}

/* ***** arts boxes ***** */

.price h4 {
    font-size: 1.75em;
}

.price h4 span {
    font-size: 1.05em;
    padding: 8px 25px;
    margin-left: .5em;
}

/* ***** end arts boxes ***** */

}

@media only screen and (max-width: 740px) {
/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-155px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}

@media only screen and (min-width: 736px) {

div#myNavbar.navbar-collapse.collapse.in ul.nav.navbar-nav.navbar-right {
	border-top: 1px !important;
	border-color:#FFF;
}
div#myNavbar.collapse.navbar-collapse ul.nav.navbar-nav {
	border-top: 1px !important;
	color:#CCC;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0em;
}
/* .navbar-nav li {
	margin-left: .5em;
} */

/* .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 45px !important;
} */

/* ul.dropdown-menu.dropdown-content {
	padding-left:30px !important;
} */

ul.dropdown-menu.dropdown-contant > li > a {
	display:none !important;
}

a.dropdown-toggle, {
	display:none;
}

.nav > li > a {
    position: relative;
    display: block;
    /* padding: 10px 0px !important; */
}

/* .navbar-nav .open .dropdown-menu > li > a, */ .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 0px !important;
}

ul.nav.navbar-nav {
    /* margin: 0px 0px !important; */
}

ul.nav.navbar-nav >li > a {
    /* padding-left:15px !important;
    padding-right:15px !important; */
}

.dropdown-menu {
}

/* ul#replacement.dropdown-menu.dropdown-content {
	padding-left: 30px !important;
} */

ul.nav.navbar-nav {
    /* margin: 0px 0px; */
	/* padding-left:15px !important; */
}

ul.dropdown-menu.dropdown-content:hover {
	display: block;
}

.dropdown:hover .dropdown-content {
    display: ;
}

/* ***** arts boxes ***** */

.price h4 {
    font-size: 1.75em;
}

.price h4 span {
    font-size: 1.05em;
    padding: 8px 25px;
    margin-left: .5em;
}

/* ***** end arts boxes ***** */

}

@media only screen and (max-width: 720px) {
/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-152px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}

@media only screen and (max-width: 700px) {
/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-148px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}



@media only screen and (max-width: 675px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-144px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

	.price {
    margin-bottom: 0px;
}

.price h4 {
    font-size: 1.6em !important;
}

.price h4 span {
    font-size: 1em !important;
    padding: 8px 20px !important;
    margin-left: .4em !important;
}

}

@media only screen and (max-width: 850px) {
	
#big_map {
	display:none;
}

#med_map {
	display:block;
}

#sm_map {
	display:none;
}

#xs_map {
	display:none;
}

#xxs_map {
	display:none;
}

}

@media only screen and (max-width: 650px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-140px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

#big_map {
	display:none;
}

#med_map {
	display:none;
}

#sm_map {
	display:block;
}

#xs_map {
	display:none;
}

#xxs_map {
	display:none;
}

}


@media only screen and (max-width: 625px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-137px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}

@media only screen and (max-width: 600px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-133px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}

@media only screen and (max-width: 580px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-131px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}

@media only screen and (max-width: 560px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-127px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}

@media only screen and (max-width: 540px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-123px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}



@media only screen and (max-width:533px) {

ul.nav.navbar-nav {
	padding:0 auto;
	margin-left:auto !important;
	margin-right:auto !important;
	width:auto !important;
}

}


@media only screen and (max-width:500px) {
.navbar {
    /* margin-bottom: 25px !important; */
	padding-left: 0px !important;
}

ul.nav.navbar-nav {
    padding: 0px;
}

.container {
	/* padding-right: 15px !important;
	padding-left: 15px !important; */
}

.col-md-4 {
    padding: .0em .5em !important;
}

.panel {
	margin-bottom: 15px;
}


.price {
    margin-bottom: 0px;
}

.price h4 {
    font-size: 1.4em !important;
}

.price h4 span {
    font-size: 1em !important;
    padding: 8px 20px !important;
    margin-left: .3em !important;
}

}

@media only screen and (max-width: 520px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-121px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}

@media only screen and (max-width: 495px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-118px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}


@media only screen and (max-width: 475px) {
	
/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-114px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

#big_map {
	display:none;
}

#med_map {
	display:none;
}

#sm_map {
	display:none;
}

#xs_map {
	display:block;
}

#xxs_map {
	display:none;
}

}

@media only screen and (max-width: 450px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-112px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}

@media only screen and (max-width: 435px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-147px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}

@media only screen and (max-width: 425px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-142px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}

@media only screen and (max-width: 414px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-140px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

/*
.container-header {
	background:url(../images/jumpa_header_414x100.jpg) no-repeat;
	height:100px;
	width:414px;
	margin-left:auto;
	margin-right:auto;
	float:none;
}
*/

.navbar {
    /* margin-bottom: 10px !important; */
}

.container {
	/* padding-right: 10px !important;
	padding-left: 10px !important; */
}

.col-md-4 {
    padding: .0em .5em !important;
}

.panel {
	/* margin-bottom: 15px; */
	margin-bottom:0;
}

.panel-header {
	font-size: 1em !important;
	padding: .2em;
}

.price h4 {
    font-size: 1.1em !important;
}

.price h4 span {
    font-size: .8em !important;
    padding: 8px 20px;
    margin-left: .4em !important;
}
	
.bottom-spacer {
    height: 28px;
}

}


@media only screen and (width: 414px) {
/* div.top.banner.center-block, img.img-responsive {
	background-image:url(../images/jumpa_header_414x100.jpg) !important;
	background:url(../images/jumpa_header_414x100.jpg) !important;
}
div.top.banner.center-block img {
	background-image:url(../images/jumpa_header_414x100.jpg) !important;
	background:url(../images/jumpa_header_414x100.jpg) !important;
}
.container-header {
	background-image:url(../images/jumpa_header_414x100.jpg) !important;
} */

img.img-responsive {
	src:url(../images/jumpa_header_414x100.jpg) !important;
	src:url(../images/jumpa_header_414x100.jpg) !important;
	background-image:url(../images/jumpa_header_414x100.jpg) !important;
	
}

body {
	background-color: rbg(237,228,191) !important;
}

}

@media only screen and (max-width: 395px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-137px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}

@media only screen and (max-width: 385px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-135px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}




@media only screen and (max-width: 375px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-132px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

.panel-header {
	font-size: 1em !important;
	padding: .2em;
}

.price h4 {
    font-size: 1.1em !important;
}

.price h4 span {
    font-size: .8em !important;
    padding: 8px 20px;
    margin-left: .4em !important;
}
	
div.text-center p {
	font-size: 1.4em !important; 
	line-height:25px !important;
	margin-bottom: .5em;
}

div.text-center p2 {
	font-size: 1em !important; 
	line-height: 20px !important;
}
	
#big_map {
	display:none;
}

#med_map {
	display:none;
}

#sm_map {
	display:none;
}

#xs_map {
	display:block;
}

#xxs_map {
	display:none;
}


}

@media only screen and (max-width: 360px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-130px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */


#big_map {
	display:none;
}

#med_map {
	display:none;
}

#sm_map {
	display:none;
}

#xs_map {
	display:none;
}

#xxs_map {
	display:block;
}

}


@media only screen and (max-width: 345px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-126px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}

@media only screen and (max-width: 332px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-123px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

}


@media only screen and (max-width: 320px) {

/* •••••••• Waitlist •••••••• */
#waitList {
	margin-top:-121px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
}
/* •••••••• End Waitlist •••••••• */

.panel-header {
	font-size: 1em;
	padding: .2em;
}

.price h4 {
    font-size: 1em !important;
}

.price h4 span {
    font-size: .8em !important;
    padding: 8px 10px;
    margin-left: .1em !important;
}
	
}



/* CONTAINER FOR THE GALLERY PAGES*/
#gallery {
	width:1024px;
	margin: 0px auto 0px;
	padding-bottom: 10px;
	height: auto;
	overflow: hidden;
}



#container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none; /* this overrides the text-align: center on the body element. */
	background-color: transparent;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0;
}

#mainContent {
background-color:rgb(237,228,191);
margin: 0 auto;
width: 1024px;
height: 1526px;
text-align:center;
position:relative;
}
.page { max-width: 1024px; margin: 0px auto; padding: 0px;}










html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    -x-system-font: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    font-family: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

p {
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
h1 {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    color: #FF6600;
    font-size: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-indent: 0;
}

#container {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 800px;
}

/* Flexslider */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }
 
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
.flexslider a img { outline: none; border: none; }
 
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
 
.flexslider .slides img {
    width: 100%;
    display: block;
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }

.flexslider {
    position: relative;
    zoom: 1;
    padding: 10px;
    background: #ffffff;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    box-shadow: 0px 1px 1px rgba(0,0,0, .2);
}

.flex-container {
    min-width: 150px;
    max-width: 960px;
}
 
.flexslider .slides { zoom: 1; }

.flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
 
    background-color: #82d344;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
    background-image: -webkit-linear-gradient(top, #82d344, #51af34);
    background-image: -moz-linear-gradient(top, #82d344, #51af34);
    background-image: -o-linear-gradient(top, #82d344, #51af34);
    background-image: linear-gradient(to bottom, #82d344, #51af34);
}

.flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    top: 11px;
    left: 11px;
    background: url(../img/arrows.png) no-repeat;
}
 
.flex-direction-nav a:after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 35px;
}

.flex-direction-nav .flex-next {
    right: -5px;
 
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
 
.flex-direction-nav .flex-prev {
    left: -5px;
 
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
 
.flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
.flex-direction-nav .flex-prev:before { background-position: 0 0; }
 
.flex-direction-nav .flex-next:after {
    right: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #31611e;
}
 
.flex-direction-nav .flex-prev:after {
    left: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #31611e;
}

.flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
}
 
.flex-control-nav li {
    display: inline-block;
    zoom: 1;
}
 
.flex-control-paging li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #b6b6b6 \9;
 
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
 
    -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
    -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
    box-shadow: inset 0 0 0 2px #b6b6b6;
}
 
.flex-control-paging li a.flex-active {
    background-color: #82d344;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
    background-image: -webkit-linear-gradient(top, #82d344, #51af34);
    background-image: -moz-linear-gradient(top, #82d344, #51af34);
    background-image: -o-linear-gradient(top, #82d344, #51af34);
    background-image: linear-gradient(to bottom, #82d344, #51af34);
 
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    margin: 0;
 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
 
    background-color: #222222;
    background: rgba(0,0,0, .9);
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


/*-- Splash Screen Loader --*/

.splash {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222222 url(../images/jumpa_wall_500x500.jpg) repeat !important;
	/*-- background: black; --*/
	z-index: 200;
	color: white;
	text-align: center;
	line-height: 90vh;
	margin: 0;
	padding: 300px 0 0 0;
	
}

.splash.display-none {
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222222 url(../images/jumpa_wall_500x500.jpg) repeat !important;
	/*-- background: black; --*/
	z-index: -10;
	color: white;
	text-align: center;
	line-height: 90vh;
	transition: all 5.0s;
}

@media only screen and (max-width: 414px) {
	
.splash {
	padding: 200px 0 0 0;

}
}

/*-- End Splash Screen Loader --*/