	html, body {
		position: relative;	
	}

	.no-scroll{
		overflow: hidden;
	}

	


	/* IMAGE LIGHTBOX SELECTOR */

	#imagelightbox
	{
		cursor: pointer;
		position: fixed;
	    left: 50%;
  		top: 50%;
		max-width: 100%;
		height: auto;
		max-height: 100%;
		z-index: 10000;
		-ms-touch-action: none;
		touch-action: none;
		-webkit-transform: translate( -50%, -50%);
		-ms-transform: translate( -50%, -50%);
		transform: translate( -50%, -50%);
		-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	}

	/* ACTIVITY INDICATION */

	#imagelightbox-loading
	{
		width: 2.5em; /* 40 */
		height: 2.5em; /* 40 */
		color: #999999;
		position: fixed;
		z-index: 10003;
		top: 50%;
		left: 50%;
		padding: 0.625em; /* 10 */
		margin: -1.25em 0 0 -1.25em; /* 20 */
		font-size: 30px;
	}
			


	/* OVERLAY */

	#imagelightbox-overlay
	{
		background-color: #000;
		background-color: rgba( 0, 0, 0, .8 );
		position: fixed;
		z-index: 9998;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}


	/* "CLOSE" BUTTON */

	#imagelightbox-close 
	{
		text-align: left;
		position: fixed;
		z-index: 10002;
		top: 0px; /*2.5em*/
		right: 0px; /*2.5em*/
		color: #999999;
		font-size: 30px;
		background-color: transparent;
		border: none;
		cursor: pointer;
		font-weight: lighter;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}

	#imagelightbox-close:hover{
		color: #ffffff;
	}



	/* CAPTION */

	#imagelightbox-caption
	{
		text-align: center;
		color: #999999;
		position: fixed;
		z-index: 10001;
		left: 0;
		right: 0;
		bottom: 10px;
	}

		

	/* ARROWS */

	.imagelightbox-arrow
	{
		vertical-align: middle;
		display: none;
		position: fixed;
		z-index: 10001;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 30px;
		background-color: transparent;
		border: none;
		cursor: pointer;
		color: #999999;
	}

	.imagelightbox-arrow:hover{
		color: #ffffff;
	}
		
	.imagelightbox-arrow-left
	{
		left: 0px; /* 2.5em */
	}

	.imagelightbox-arrow-right
	{
		right: 0px; /* 2.5em */
	}




	/* Mobile */

	.box.spotify
	{
		padding-bottom: 0px;
		height: 180px;
	}

	.nav-item a.active{
		color: #fce37c;
	}

	*{
		font-family: 'Neucha', sans-serif;
	}

	body
	{
		/*background-image: url(../img/TheVibes_StandingAtYourOwnGrave_Cover_mobile.jpg);*/
		background-repeat: no-repeat;
		background-position: top center;
		margin: 0;
		padding: 0;
		color: #ffffff;
		line-height: 150%;
		background-color: #911e23;
		font-size: 20px;

	}

	a{
		cursor: pointer;
		text-decoration: none;
		color: #666666;

	}

	a i {
		line-height: 100%;
	}

	p {
		margin-bottom: 12px;
		line-height: 150%;
	}

	.content-holder .col{
		float: left;
	}

	img{
		max-width: 100%;
	}

	.main h1
	{
		color: #ffffff;

	}

	.box.main
	{
		background-color: #3d0000;
		color: #ffffff;
		padding-bottom: 10px;
	}

	h1{
    	font-family: 'Permanent Marker', cursive;
		font-weight: normal;
		font-size: 30px;
		line-height: 150%;
		color: #ffffff;
		padding-bottom: 0px;
		text-transform: uppercase;
	}

	h2{
    	font-family: 'Permanent Marker', cursive;
		font-weight: normal;
		line-height: 130%;
		font-size: 30px;
		color: #a6c0c1;
		padding-bottom: 10px;
		text-transform: uppercase;
	}

	.all
	{
		font-size: 25px;
	}
	h3, h4, h5
	{
	    font-family: 'Neucha', sans-serif;
		font-weight: normal;
		font-size: 25px;
		line-height: 120%;
		font-weight: 700;
		color: #ffffff;
		margin-bottom: 10px;
		margin-top: 10px;
	}


	header{
		position: relative;
		margin-bottom: 10px;
	}

	header .col{
		float: left;
	}


	header .logo-container{
		position: relative;
		width: 100%;
		
	}

	.header-logo{
		display: block;
		height: auto;
		width: 100%;
		margin-left: auto;
    	margin-right: auto;
	}


	iframe{
		width: 100%;
		height: 250px;
	}



	.nav-mobile-btn-show{
	  position: absolute;
	  font-size: 30px;
	  line-height: 30px;
	  color: #ffffff;
	  background-color: #911e23;
	  width: 40px;
	  text-align: center;
	  bottom: 0;
	  right: 0;
	  z-index: 999;
	}
	
	.nav-mobile-btn-hide{
	  position: absolute;
	  font-size: 30px;
	  line-height: 30px;
	  color: #ffffff;
	  width: 40px;
	  text-align: center;
	  padding-bottom: 8px;
	  top: 10px;
	  right: 10px;
	  z-index: 999;
	}
	
	.nav-mobile-holder.hidden{
		display: none;
	}
	
	
	section.hidden, footer.hidden{
		display: none;
	}
	
	
	.nav-mobile-holder{
	  background-color: rgba(61,0,0, 0.9);
	  position: absolute;
	  width: 100%;
	  top: 0;
	  left: 0;
	  z-index: 9999;
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
	
	nav.mobile a{
		display: block;
		line-height: 120%;
		font-size: 20px;
		padding: 10px 10px 10px 30px;
		border-bottom: 1px solid	#cccccc;
		color: #ffffff;
		position: relative;
	}
	
	nav.mobile span{
		display: block;
		line-height: 120%;
		font-size: 20px;
		padding: 10px;
		border-bottom: 1px solid	#cccccc;
		color: #ffffff;
		position: relative;
	}
	
	nav.mobile a:after{
		position: absolute;
		left: 10px;
		top: 15px;
		font-size: 80%;
		content:"\f054";
		display:inline-block;
		font-family:FontAwesome;
		font-style:normal;
		font-weight:normal;
		line-height:1;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale
	}
	
	nav.mobile span, nav.mobile a.main{
		padding-top: 40px;
	}
	
	nav.mobile a.main:after{
		top: 45px;
	}
	
	nav.mobile a.secondary{
		padding-left: 60px;
	}
	
	nav.mobile a.secondary:after{
		left: 40px;
	}













	.nav{
		display: none;
	}

	.page{
		float: left;
	}

	.page img{
		width: 100%;
	}

	.box{
		position: relative;
		width: 100%;
		background-color: #3d0000;
		margin-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 15px;
		padding-bottom: 60px;
	}

	.box a{
		text-decoration: none;
		color: #fce37c;
	}

	.box.shows li a
	{
		color: #ffffff;
	}

	.all
	{
		font-family: 'Permanent Marker', cursive;
		color: #fce37c;
		position: absolute;
		right: 30px;
		font-weight: normal;
	}

	.all:hover, .all.blue:hover
	{
		color: #ffffff;
	}

	.all.blue
	{
		color: #a6c0c1;
	}

	.all.pics
	{
		position: absolute;
		right: 40px;
		bottom: 15px;
	}



	.box a i{
		position: absolute;
		bottom: 20px;
		right: 20px;
		font-size: 30px;
		color: #fce37c;
	}

	.box a i:hover{
		color: fef1c1ff
	}

	.box.notitle{
		padding-top: 30px;
	}

	.box.nolink{
		padding-bottom: 20px;
	}

	.subnav .cartcheckout{
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.subnav .cartcheckout a{
		position: relative;
		background-color: #999999;
		color: #000000;
		height: 50px;
		width: 50px;
		margin-left: 5px;
		margin-right: 15px;
		float: left;
		border-radius: 50%;
		text-align: center;
		margin-bottom: 20px;
	}

	.subnav .cartcheckout a:hover{
		background-color: #ffffff;
	}

	.subnav .cartcheckout a i:hover{
		color: #000000;
	}

	.subnav .cartcheckout a i{
		position: absolute;
		padding-left: 0;
      	color: #000000;
        top: 50%;
        left: 50%;
		font-size: 30px;
        -ms-transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
	}


	.vibestv{
		text-align: center;
	}

	.mailinglist{
		padding-bottom: 110px;
	}

	.shop{
		background-color: #5b0000;
		color: #ffffff;
	}

	.shows span{
		padding-left: 10px;
	}

	.box ul{
		list-style-type: none;
	}

	.line{
		height: 2px;
		width: 100%;
		background-color: #7f7f7f;
		margin-bottom: 10px;
	}

	.news a{
		text-decoration: none;
	}
	.newstitle{
		position: relative;
    	font-family: 'Permanent Marker', cursive;
		font-weight: normal;
		line-height: 130%;
		font-size: 30px;
		color: #ffffff;
	}

	.newsdate{
		position: relative;
    	font-family: 'Permanent Marker', cursive;
		font-weight: normal;
		line-height: 130%;
		color: #a6c0c1;
	}

	.news .line{
		margin-top: 10px;
	}

	.newsdate{
		margin-top: 5px;
		margin-bottom: 5px;
		display: block;
		font-size: 18px;
		word-spacing: 10px;
	}

	.newsentry{
		position: relative;
		padding-bottom: 60px;
	}

	.newsentry a{
		font-family: 'Permanent Marker', cursive;
		position: absolute;
		right: 0px;
		color: #fce37c;
	}

	.newsentry a i{
		position: absolute;
		bottom: auto;
		right: auto;
		top: 6px;
		padding-left: 10px;
		font-size: 90%;
		color: #999999;
	}

	.newsentry img{
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.newsdate-page{
		position: relative;
		display: block;
    	font-family: 'Permanent Marker', cursive;
		padding-bottom: 20px;
		color: #999999;
	}

	.shop{
		padding-bottom: 60px;
	}

	.shop h2{
		color: #fce37c;
	}

	.shop a i:hover{
		color: #ffffff;
	}

	.shop a i{
		color: #999999;
	}

	.shoplinks{
		position: absolute;
		bottom: 50px;
		right: 20px;
	}

	.shoplinks a{
		position: relative;
		background-color: #999999;
		color: #000000;
		height: 40px;
		width: 40px;
		margin-left: 5px;
		margin-right: 5px;
		float: left;
		border-radius: 50%;
		text-align: center;
		margin-bottom: 20px;
	}

	.shoplinks a:hover{
		background-color: #ffffff;
	}

	.shoplinks a i{
		color: #000000;
	}

	.shoplinks a i:hover{
		color: #000000;
	}

	.shoplinks a i{
		position: absolute;
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        margin-right: -50%;
        -ms-transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
		color: #000000;
		font-size: 20px;
	}

	.note{
		font-size: 14px;
		line-height: 14px;
		margin-top: 20px;
	}

	.subnav .note a{
		color: #dedede;
		text-decoration: underline;
	}

	.download a{
		display: block;
	}

	.download a i{
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		font-size: 100%;
		padding-right: 10px;
	}

	.download a i:hover{
		color: #999999;
	}

	.newspage-titledate{
		position: relative;
	}
	.newslinks{
		position: absolute;
		right: 0px;
		bottom: -10px;
	}

	.newslinks a{
		position: relative;
		background-color: #666666;
		color: #999999;
		height: 40px;
		width: 40px;
		margin-left: 5px;
		margin-right: 5px;
		float: left;
		border-radius: 50%;
		text-align: center;
		margin-bottom: 20px;
	}

	.newslinks a:hover{
		background-color: #000000;
	}

	.newslinks a i:hover{
		color: #ffffff;
	}

	.newslinks a i{
		position: absolute;
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        margin-right: -50%;
        -ms-transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
		color: #ffffff;
		font-size: 20px;
	}


	.black{
		background-color: #5b0000;
		color: #ffffff;
	}

	.black a{
		color: #fce37cff;
	}

	.black a:hover{
		color: #ffffff;
	}

	.subnav{
		text-align: left;
		padding-bottom: 30px;
	}

	.subnav a{
		text-decoration: none;
		font-family: 'Permanent Marker', cursive;
		font-size:32px;
		font-weight: normal;
		color: #a6c0c1;

	}

	.subnav a.active{
		color: #fce37c;
	}

	.subnav a:hover
	{
		color: #ffffff;
	}

	.page .title{
		font-weight: 700;
		padding-right: 20px;
	}



	.content ul{
		margin-left: 20px;
	}


	.content th{
		font-weight: bold;
		padding-left: 5px;
		line-height: 150%;
		padding-bottom: 5px;
	}

	.content tr:nth-child(even) td{
		background-color: #cccccc;
	}

	.content tr:nth-child(odd) td{
		background-color: #eeeeee;
	}

	.content tr td{
		text-align: left;
		padding-right: 5px;
		padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

/*	.content tr td:first-child{
		text-align: left;
	}*/

	.content table{
		width: 100%;
		 border-collapse: collapse;
		margin-bottom: 10px;

	}

	strong{
		font-weight: 700;
	}

	.content img{
		display: block;
		height: auto;
		max-width: 100%;
		margin-bottom: 20px;
		padding-right: 20px;
	}

	.content a{
		text-decoration: underline;
	}

	.content [href$=".pdf"]{
		display: inline-block;
		padding: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
		width: auto;
		text-decoration: none;
		background-color: rgba(220,220,220,0.2)
	}

	.content [href$=".pdf"]:after{
		display:inline-block;
		font-family:FontAwesome;
		font-style:normal;
		font-weight:normal;
		line-height:1;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
		content:"\f1c1";
		margin-left: 10px;
		color: #e37335;
	}

	.blocks{
		margin-bottom: 40px;
	}

	.img-left{
		float: none;
		margin-bottom: 20px;
	}

	.content-small{
		float: none;
		margin-bottom: 20px;
	}

	.lead{
		font-size: 130%;
		line-height: 150%;
		margin-bottom: 20px;
	}


	footer .col{
		float: left;
	}

	footer{
		position: relative;
		padding-top: 40px;
		padding-bottom: 20px;
		min-height: 300px;
		background-color: #911e23;
		-webkit-box-shadow: 0px -10px 10px 5px rgba(145,30,35,1);
		-moz-box-shadow: 0px -10px 10px 5px rgba(145,30,35,1);;
		box-shadow: 0px -10px 10px 5px rgba(145,30,35,1);;
	}

	

	footer a{
		position: relative;
		color: #fce37c;
		font-size: 16px;
		display: block;
	}

	footer a:hover{
		color: #ffffff;
	}

	footer .service-links{
		text-align: center;
		margin-bottom: 40px;
	}

	footer .service-links a{
		display: inline;
		margin-left: 5px;
		margin-right: 5px;
	}

	footer .social-media{
		position: relative;
		width: 100%;
		margin-bottom: 40px;
	}

	footer .social-media-container{
		position: relative;
		width: 320px;
		margin-left: auto;
		margin-right: auto;
	}

	footer .social-media a{
		position: relative;
		background-color: #fce37c;
		height: 60px;
		width: 60px;
		margin-left: 10px;
		margin-right: 10px;
		float: left;
		border-radius: 50%;
		text-align: center;
	}

	footer .social-media a:hover{
		background-color: #ffffff;
	}

	footer .social-media a i{
		position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -ms-transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
		color: #000000;
		font-size: 40px;
	}
	
	footer .copyright p{
		text-align: center;
		font-size: 12px;
		color: #a6c0c1;
	}

	footer .logo-container{
		position: relative;
		margin-right: auto;
		margin-left: auto;
		width: 200px;
		margin-bottom: 20px;
		/*text-align: left;
		top: 60px;
		left: 100px;*/
	}

	.footer-logo{
		/*height: 200px;*/
		width: 200px;
	}

	.impressionen h2{
		text-align: center;
		color: #000000;
		text-shadow: 2px 2px 2px white; 
		margin-bottom: 20px;
	}

	.impressionen{
		text-align: center;
		padding-top: 20px;
		margin-bottom: 40px;
		padding-bottom: 20px;
	}

	.impressionen img{
		width: 100%;
		margin: 0;
	}

	.impressionen a i{
		position: absolute;
		bottom: 20px;
		right: 20px;
		font-size: 30px;
	}

	.impressionen a i:hover{
		color: #ffffff;
	}


	/* Form */
	::-webkit-input-placeholder { /* WebKit browsers */
	    color:    #333333;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #333333;
	   opacity:  1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #333333;
	   opacity:  1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
	   color:    #333333;
	}


	.form-std {
		text-align: right;
	}

	.form-std input[type="text"], .form-std select, .form-std textarea{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 10px;
		font-size: 20px;
		line-height: 20px;
		background-color: #999999;
		color: #333333;
		margin-bottom: 10px;
		border: none;
		border-radius: 0;
	}

	.form-std textarea{
		height: 110px;
	}
	.form-std button{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
    	font-family: 'Permanent Marker', cursive;
		padding: 10px;
		font-size: 25px;
		line-height: 20px;
		background-color: #3d0000;
		color: #fce37c;
		border: none;
		cursor: pointer;
		margin-bottom: 20px;
	}

	.form-std button:disabled, .form-std button[disabled]
	{
  		display: none;
	}


	.form-std button i{		
		margin-left: 10px;
	}

	.form-std button:hover{
		color: #ffffff;
	}

	.form-std button i:hover{
		color: #ffffff;
	}

	/*Newsletter Form*/

	.form-newsletter {
		text-align: right;

	}
	.form-newsletter input[type="text"]{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 10px;
		font-size: 20px;
		line-height: 40px;
		background-color: #a6c0c1;
		color: #333333;
		margin-bottom: 10px;
		border: none;
		border-radius: 0;
		float: left;
		height: 40px;
	}



	.form-newsletter .button{
		position: absolute;
		font-size: 20px;
		line-height: 40px;
		height: 40px;
		border: none;
		cursor: pointer;
		text-align: center;
		background-color: transparent;
		font-size: 25px;
		color: #fce37c;
		right: 20px;
		top: 120px;
    	font-family: 'Permanent Marker', cursive;
	}

	.form-newsletter .message{
		border-radius: 0;
	}

	.form-newsletter .button:hover{
		color: #ffffff;
	}



	.form-newsletter .button i{
		
	}

	.form-newsletter .button i:hover{
		color: #ffffff;
	}


	.gallery img{
		position: relative;
	}
	
	.gallery-container{
		position: relative;
		padding-bottom: 40px;
		margin-bottom: 40px;
		width: 100%;
	}

	.gallery div{
		width: 100%;
	}

	.gallery div img{
		margin-right: 0;
		float: left;
		width: 48%;
	}

	.gallery div a:first-child img{
		margin-right: 4%;
	}

	.slider-gallery_nav.prev i{
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.slider-gallery_nav.next i{
		position: absolute;
		right: 0;
		bottom: 0;
	}


	.product-category img{
		padding-top: 20px;
		width: 100%;
	}

	.product-row .w-4{
		float: left;
	}

	.product-description ol{
		padding-left: 30px;
	}

	.product-meta{
		width: 100%;
	}

	

	.product-meta .shoplinks{
		position: relative;
		float: right;
		bottom: 0;
		right: 0;
		margin-top: 5px;
		margin-right: -5px;
	}

	.product-meta .shoplinks a{
		position: relative;
		background-color: #666666;
	}

	.product-meta .shoplinks a:hover{
		background-color: #000000;
	}

	.product-meta .shoplinks a i{
		color: #ffffff;
	}

	.account-page{
		padding-top: 20px;
	}


	.Actions input[type="submit"], .order-form input[type="submit"], .product-form input[type="submit"], .cart-form input[type="submit"], .cart-form input[type="button"]{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 10px;
		font-size: 20px;
		line-height: 20px;
		background-color: #000000;
		color: #999999;
		font-weight: 400;
		border: none;
		cursor: pointer;
		border-radius: 0;
	}

	#ShippingCompany, #ShippingAddressLine2, #ShippingState{
		display: none;
	}


	.Actions input[type="submit"]:hover, .order-form input[type="submit"]:hover, .product-form input[type="submit"]:hover, .cart-form input[type="submit"]:hover, .cart-form input[type="button"]:hover{
		color: white !important;
	}

	.product-form input[type="text"]{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		display: block;
		padding: 10px;
		font-size: 20px;
		width: 50px;
		line-height: 40px;
		background-color: #999999;
		color: #333333;
		margin-bottom: 10px;
		border: none;
		border-radius: 0;
		float: left;
		height: 40px;
	}

	.product-form .dropdown select{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		display: block;
		padding-left: 10px;
		font-size: 20px;
		line-height: 40px;
		background-color: #999999;
		color: #333333;
		margin-bottom: 10px;
		border: none;
		border-radius: 0;
		height: 40px;
		width: 100px;
	}

	#MemberLoginForm_LoginForm input[type="text"],
	#MemberLoginForm_LoginForm input[type="password"]{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		display: block;
		padding-left: 10px;
		font-size: 20px;
		line-height: 40px;
		background-color: #999999;
		color: #333333;
		margin-bottom: 10px;
		border: none;
		border-radius: 0;
		float: none;
		height: 40px;
	}

	.order-form input[type="email"],
	.order-form input[type="password"],
	.order-form input[type="text"], .order-form .dropdown select, .order-form textarea{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		display: block;
		padding-left: 10px;
		font-size: 20px;
		line-height: 40px;
		background-color: #999999;
		color: #333333;
		margin-bottom: 10px;
		border: none;
		border-radius: 0;
		float: left;
		height: 40px;
	}



	.order-form textarea{
		height: 110px;
	}

	.cart-form input[type="text"]{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		display: block;
		padding-left: 10px;
		font-size: 16px;
		width: 50px;
		line-height: 20px;
		background-color: #ffffff;
		color: #333333;
		border-radius: 0;
		float: left;
		height: 30px;
	}


	#address-billing{
		display: none;
	}


.bad{
	padding:8px 35px 8px 14px;
	margin-bottom:18px;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	background-color:#fcf8e3;
	border:1px solid #fbeed5;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	color:#c09853;
	background-color:#f2dede;
	border-color:#eed3d7;
	color:#b94a48;
}


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


	.form-newsletter .button{
		top: 110px;
	}

	.w-4
	{
		display: table-cell;
	}

	.row{
		display: table-row;
	}


	.all.pics
	{
		position: absolute;
		top: auto;
		right: 25px;
	}


	.newsentry {
	    padding-bottom: 20px;
	}
	header{
		background-image: none;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.header-logo{
		display: block;
	}
	
	.page iframe{
		height: 150px;
	}

	body{
		background-image: url(../img/background_tablet.jpg);
		background-color: #911e23;
		background-repeat: no-repeat;
		background-position: 0px 290px;
		background-size: 100%;
	}



	.nav-mobile-btn-show{
		display: none;
	}

	.nav{
		display: block;
	}

	.nav-container{
		position: relative;
		display: block;
	}


	.nav-item a{
    	font-family: 'Permanent Marker', cursive;
		text-transform: uppercase;
		font-weight: normal;
		display: block;
		margin-right: 30px;
		font-size: 25px;
		color: #a6c0c1;
		padding-bottom: 15px;
		padding-top: 15px;
		text-shadow: 4px 4px 4px black; 

	}

	.nav-item a:hover{
		color: #ffffff;
	}

	.nav-item:last-child a{
		margin-right: 0;
	}

	.nav-item{
		position: relative;
		float: left;
	}

	h2{
		font-size: 24px;
		padding-bottom: 5px
	}

	.shows{
		text-align: center;
	}

	.shows a{
		text-decoration: none;
	}

	.shows span{
		display: block;
		padding-left: 0px;
	}

	.shows li{
		margin-bottom: 10px;
	}

	.newstitle{
		font-size: 25px;
	}

	.newsdate{
		font-size: 18px;
		padding-bottom: 5px;
	}

	.newsentry img{
		float: left;
		width: 40%;
		margin-right: 10px;
	}

	.subnav a i{
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		padding-left: 10px;
	}

	.content img{
		float: left;
	}

	.product-category .box{
		height: 360px;
	}


	.subnav .cartcheckout{
		position: absolute;
		top: auto;
		bottom: 20px;
		right: 20px;
	}

	footer .logo-container{
		position: absolute;
		text-align: left;
		top: 40px;
		left: 40px;
	}

	.product-category img{
		padding-top: 10px;
	}

	.product.subnav{
		padding-bottom: 150px;
	}

}

/* Desktop Small */
@media only screen and (min-width:1010px){

	.form-newsletter .button{
		top: 125px;
	}


	body{
		background-image: url(../img/background_small.jpg);
		background-color: #911e23;
		background-repeat: no-repeat;
		background-position: 0px 380px;
		background-size: 100%;
	}

	.all.pics
	{
		position: absolute;
		top: auto;
		right: 45px;
	}


	header{
		margin-bottom: 15px;
	}

	iframe{
		height: 300px;
	}

	.page iframe{
		height: 200px;
	}

	.form-std button{
		font-size: 35px;
	}

	.nav-item a{
		font-size: 35px;
		padding-top: 20px;
	}


	p{
		margin-bottom: 12px;
	}

	body{
		font-size: 28px;
	}

	h1{
		font-size: 35px;
		line-height: 150%;
		padding-bottom: 20px;
	}



	h2{
		font-weight: normal;
		line-height: 130%;
		font-size: 30px;
		padding-bottom: 10px;
	}

	h3, h4, h5{
		font-size: 30px;
		line-height: 120%;
		margin-bottom: 10px;
		margin-top: 10px;
	}


	.newstitle{
		font-size: 30px;
	}

	.newsdate{
		position: absolute;
		font-size: 25px;
		top: 0px;
		right:0;
	}


	.shows{
		text-align: left;
	}

	.shows span{
		display: inline;
		padding-left: 20px;
	}

	.shows li{
		margin-bottom: 10px;
	}

	footer{
		padding-top: 60px;
	}

	footer .service-links{
		margin-bottom: 60px;
	}

	footer .service-links a{
		font-size: 24px;
		margin-left: 10px;
		margin-right: 10px;
	}

	footer .social-media{
		margin-bottom: 60px;
	}
	

	footer .social-media a i{
		font-size: 40px;
	}
	
	footer .copyright{
		font-size: 18px;
	}

	footer .logo-container{
		position: absolute;
		text-align: left;
		top: 60px;
		left: 60px;
	}

	.footer-logo{
		margin-left: 100px;
		width: 250px;
	}

	footer .logo-container{
		width: 250px;
	}


	/* IMAGE LIGHTBOX SELECTOR */

	#imagelightbox
	{
		max-width: 80%;
		max-height: 90%;
	}


	/* "CLOSE" BUTTON */

	#imagelightbox-close 
	{
		width: 100px;
		height: 100px;
		line-height: 100px;
	}



	/* CAPTION */

	#imagelightbox-caption
	{
		bottom: 20px;
	}

		

	/* ARROWS */

	.imagelightbox-arrow
	{
		width: 100px;
		height: 100px;
		line-height: 100px;
	}

	.product-category{
		width: 100%;
	}

	.product-row{
		width: 100%;
	}

	.product-category .box{
		height: 430px;
	}

	.subnav .cartcheckout a{
		height: 60px;
		width: 60px;
	}

	.subnav .cartcheckout a i{
		font-size: 40px;
	}

	.product-category img{
		padding-top: 20px;
	}

}


/* Desktop Standard */
@media only screen and (min-width:1200px){

	.form-newsletter .button{
		top: 137px;
		font-size: 30px;
	}

	.all
	{
		font-size: 30px;
	}

	header{
		margin-bottom: 30px;
	}

	iframe{
		height: 350px;
	}
	
	.page iframe{
		height: 250px;
	}

	body{
		background-image: url(../img/background.jpg);
		background-color: #911e23;
		background-repeat: no-repeat;
		background-position: 0px 450px;
		background-size: 100%;
	}

	p{
		margin-bottom: 18px;
	}




	h1{
		font-size: 50px;
	}

	h2{
		font-size: 40px;
	}

	.nav
	{
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.nav-item a{
		font-size: 48px;
		margin-right: 40px;
		padding-top: 0px;
		padding-bottom:10px;
	}


	.newstitle{
		font-size: 50px;
	}

	.newsdate{
		top: 12px;
		font-size: 30px;
	}


	footer{
		padding-top: 60px;
	}

	footer .service-links{
		margin-bottom: 60px;
	}

	footer .service-links a{
		font-size: 24px;
		margin-left: 20px;
		margin-right: 20px;
	}

	footer .social-media{
		margin-bottom: 60px;
	}
	

	footer .social-media a i{
		font-size: 40px;
	}
	
	footer .copyright{
		font-size: 18px;
	}

	footer .logo-container{
		position: absolute;
		text-align: left;
		top: 60px;
		left: 100px;
	}

	.footer-logo{
		width: 250px;
	}

	footer .logo-container{
		width: 250px;
	}





	footer .social-media-container{
		width: 480px;
	}

	footer .social-media a{
		height: 80px;
		width: 80px;
		margin-left: 20px;
		margin-right: 20px;
	}

	footer .service-links a{
		margin-left: 20px;
		margin-right: 20px;
	}

	.product-category .box{
		height: 500px;
	}

}









@media print {

header{
	height: 150px;
}

header .logo-container{
	position: absolute;
	top: 0;
	left: 0;
}

header .address{
	display:block;
	position: absolute;
	top: 100px;
	left: 0;
}

footer{
	display: none;
}




.nav{
  display: none;
}

.nav-mobile{
	display: none;
}

*{
  color: #131313 ! important;
}

img{
	max-width: 50%;
}


.nav{
  display: none;
}

.action-holder{
  display: none;
}

.sidebar{
	display: none;
}


}
