@import url("//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css");
@import url("//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css");
@import url("css/jquery.mCustomScrollbar.css");
@import url("css/animate.css");

@font-face 
{
    font-family: lobster;
    src: url('Lobster_1.3.otf');
}
@charset "utf-8";
/*CSS Document foundations by html 5 boilerplate http://html5boilerplate.com*/
/*reset all margins, padding, borders, a clean slate*/

/*
Theme Name: Nauti & Nice
Theme URI: http://wordpress.org/
Description: Adult Megastores.
Author: Roger A
Author URI: http://wordpress.org/
Version: 2.0
*/

body, div, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt,
blockquote, fieldset, legend, label, article, aside, input, textarea,
header, nav
{
    	margin:0; 
	padding:0; 
	border:0;
}


/*animated rotation*/
/* entire container, keeps perspective */
.flip-container 
{
	perspective: 1000;
	transform-style: preserve-3d;
	margin: auto;
}
	/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back 
	{
		transform: rotateY(0deg);
	}
	.flip-container:hover .front 
	{
	    transform: rotateY(180deg);
	}

.flip-container, .front, .back 
{
	width: 230px;
	height: 180px;
}

/* flip speed goes here */
.flipper 
{
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back 
{
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front 
{
	z-index: 2;
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back 
{
	transform: rotateY(-180deg);
}

/* 
	Some vertical flip updates 
*/
.vertical.flip-container 
{
	position: relative;
}

	.vertical .back 
	{
		transform: rotateX(180deg);
	}

	.vertical.flip-container:hover .back 
	{
	    transform: rotateX(0deg);
	}

	.vertical.flip-container:hover .front 
	{
	    transform: rotateX(180deg);
	}

/*--------------------------------------------------------------------------------------------------*/
/*Bootstrap carousel alterations*/
.site_whatson
{
	background-color: #222222;
	height: 1000px;
	overflow: hidden;
}
.carousel .item 
{
	left: 0 !important;
	-webkit-transition: opacity 2s; /*adjust timing here */
	-moz-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
}
/* Fade controls with items */
.next.left,
.prev.right 
{
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right 
{
    opacity: 0;
    z-index: 2;
}

/*image mouse overs*/
/*---------------------------------------------*/
.ceasar img 
{
    opacity: 0.3;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.ceasar img:hover 
{
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}​
/*---------------------------------------------*/

.carousel .item 
{
    width: 100%; /*slider width*/
    max-height: 600px; /*slider height*/
	
}

.carousel .item img 
{
    width: 100%; /*img width*/
}


/*full width container*/
.container
{
	width: 100% !important;
	padding-right:0px !important;
	padding-left:0px !important;
}
/*end bootstrap carousel adjustments*/
/*--------------------------------------------------------------------------------------------------------*/
/*main carousel text*/
.carousel_top
{
	z-index: 2;
	top: 10%;
	position: absolute;
	height: 0px;
	text-align: center;
	margin-left: 75%;
	width: 20%;
	
}
.rock_star
{
	z-index: 2;
	top: 30%;
	position: absolute;
	height: 0px;
	text-align: right;
	width: 85%;
}
/*---------------------------------------*/
.navbar_1
{
	visibility: visible;
}
/* hidden navbar class for second bootstrap navbar, fades in at 150px */
.navbar_2
{
width: 100%;
visibility: hidden;
position: fixed !important;
top: 0px !important;
z-index: 20;
}



/*----------------------------------------------------------------------*/
/*VIP registration page styling*/
#mc_embed_signup

{

	border-radius:5px;

	

	background-color: #060608;

	

}

.mc-field-group

{

	color: #787878;

}

.validate

{

	border-radius:5px;

	background-color: #060608;

	

}

input.button

{

  -webkit-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0 !important;

	-moz-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0 !important;

	box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0 !important;

	background-color:#29333e !important;

	border:1px solid #34404e !important;

	font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;

	color:#fff !important;

	border-radius:5px !important;

	-moz-border-radius:5px !important;

	-webkit-border-radius:5px !important;

}

.indicates-required

{

	color: #787878;

}

div.mc-field-group input

{

     -webkit-box-shadow: 0px 0px 8px rgba(196,207,220, 0.9);

     -moz-box-shadow: 0px 0px 8px rgba(196,207,220, 0.9);

     box-shadow: 0px 0px 8px rgba(196,207,220, 0.9);

     border: 1px solid #fff;

     background: rgba(196,207,220,0.5);

}

.video_container 
{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.google_map
{
	width: 70%;
	
	min-height: 280px;
}

.video_container iframe, .video_container object, .video_container embed 
{
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
}
.btn
{
      -webkit-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	background-color:#29333e;
	border:1px solid #34404e;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	padding:2px 5px 2px 5px;
	height:28px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


input:hover
{
	background-color: #f0c067;
	color:#000000 !important;
	text-decoration:underline;
}
/*----------------------------------------------------------------------*/

.mobile_resize_update
{
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.float_left
{
	float: left;
}

.featured_image
{
	padding-top: 150px;
	padding-bottom: 100px;
}
.middle_dots
{
	 border-right: dotted 3px #787878;
	 min-height: 300px;
	
}
.left_margin
{
	margin-top: 20px;
	margin-left: 50px;
}

.our_stores
{
	margin-left: 200px;
}
.content_bottom
{
	margin-bottom: 200px;
}

.three_row
{
	min-height: 500px;
	width: 80% !important;
}
.middle_spacer_margin
{
	 margin-top: 40px;
}
.footer_spacer
{
	border-bottom: 1px solid #424242;
	border-top: 1px solid #212121;
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.middle_spacer
{
	min-height: 700px;
	background-image:url(images/middle_spacer_v001.jpg);
	background-repeat:repeat-x;
	
	background-color: #222222;
	border-top: 2px solid #080808;
}
.background_post_image
{
	background-image:url(images/background_post_v001.jpg);
	background-repeat:repeat;
	background-color: #333333; /*redundancy background colour*/
}
.stores_and_hours_margin
{
	padding-top: 50px;
}
.squeeze
{
	width: 70% !important;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.squeeze_2
{
	width: 85% !important;
	margin: auto;
}
.undertitle
{
	font-size: 20px;
}
.centre
{
	text-align: center;
}
.about_us
{
	margin-top: 50px;
	margin-left: 50px;
	line-height: 8px;
}
.centered
{
	display:block;
    	margin:auto;
	margin-top: 30px;
}
.posts_margin
{
	padding-top: 100px;
	padding-bottom: 100px;
}
.iconograph
{
	
	background-image:url(images/icon_bar_gradient_v001.gif);
	background-repeat:repeat-x;
	min-height: 290px;
	border-top: 2px solid #080808;
	background-color: #3c3c3c;
}

.bottom_images
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 80px;
	
	z-index: 10;
	visibility: hidden;
}


.single_spacer
{
	padding-bottom: 150px;
}
.background_opacity
{
	border-top: 2px solid black;
	border-right: dotted 2px #787878;
	border-left: dotted 2px #787878;
	background-color: #191919;
}
.right_footer_images
{
	
	width:230px;
	height:50px;
	float: right;
	margin-top: 30px;
}
.left_footer_images
{
	float: left;
	width: 200px;
	height: 200px;
	margin-top: -95px;
}
.img_resize
{
	max-width: 100%;
    	height: auto;
    	width: auto\9; /* ie8 */
}
.copyright
{
	top: 140px;
	right: 115px;
	position: absolute;
}
.carousel_colour
{
	background-color: #c0bfc0;
}
.my-fluid-container 
{
  margin-left: auto;
  margin-right: auto;
}
.navbar
{
	margin: 0px;
}

a:link
{
	color:#809db3;
	text-decoration:none;
}

a:active
{
	color:#009933;
}

a:hover
{
	color:#f0c067;
	text-decoration:underline;
}

a:visited 
{
	color:#FFF;
}
hr.style-gradient
{
	margin-bottom: 15px;
	margin-top: 15px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}

article
{
	width:942px;
	margin-top:0px;
	margin-left:18px;
	height:inherit;
	min-height:400px;
	/*background-color:#07090b;*/
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	/*opacity:0.8;*/
	background: rgba(7, 9, 11, 0.6);
	overflow:auto;
}
/*footer for any auxillary information, currently containing the 18yr old warning and stores*/
/*main body element attributes*/
body
{
	background-color:#060608;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
    line-height:1.4;
	height:auto;
}
/*grey general text*/
p
{
	color:#787878;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	orphans:3;
    	widows:3;
}
p.spacing
{
	line-height: 16px;
}
/*used for bold gold text*/
h1
{
	font-family: lobster;
    	font-size: 3.0vw;
	color:#f0c067;
	text-shadow: 2px 2px #000000;
	orphans:3;
    	widows:3;
 	page-break-after:avoid;
}

h2
{
	font-family: lobster;
    font-size: 60px;
	color:#f0c067;
	orphans:3;
    	widows:3;
 	page-break-after:avoid;
}

h3
{
	font-family: arial !important;
    	font-size: 24px;
	color:#f0c067;
	text-shadow: 2px 2px #000000;
	orphans:3;
    	widows:3;
 	page-break-after:avoid;
}

h4
{
	font-family: arial !important;
    font-size:14px;
	color:#f0c067;
	
}

h5
{
	font-family: arial !important;
    font-size:16px;
	color:#f0c067;
}

/*line styling for the horizontal rule elements to break up content*/
hr.style-gradient
{
    	border: 0;
    	height: 1px;
    	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    	background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}
/*full width scalable video within carousel, display block is for a margin anomaly that crops up */
video 
{
	display: block;
	width: 100%    !important;
	height: auto   !important;
}

/*what follows here are some more boilerplate fixes for selection, blockquote, fieldset and textarea*/
blockquote
{
	border: 1px solid #999;
    	page-break-inside: avoid;
}

::-moz-selection 
{
    	background: #b3d4fc;
    	text-shadow: none;
}

::selection 
{
    background: #b3d4fc;
    text-shadow: none;
}
fieldset 
{
    border: 0;
    margin: 0;
    padding: 0;
}
textarea 
{
    resize: vertical;
}
/*end standard components*/
/*--------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------*/
/* begin unique divs*/

.store_address
{
	opacity: 0.0;
}
/*footer shop listings*/
/*--------------------------------------------------------------------------------------------------*/
#footer_stores
{
	line-height: 150%;
	width: 100%;
	height: 500px;
	
}
#footer_store_centered
{
	margin-right: auto;
	margin-left: auto;
}
#footer_stores ul
{
	margin-top: 10px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}

#footer_stores ul li 
{ 
	color:#FFFFFF;
	display:inline;
	height:15px;
	float:left;
	list-style:none;
	width:50%;
	position:relative;
	font-size:10px;
	text-align:center;
}


#footer_stores li li
{
	list-style:none;
	display:list-item;
	width: 100%;
	padding:0px;
	margin: 0px;	
}

#footer_stores ul li a 
{ 
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------*/
/*end unique divs*/
/*--------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------*/
/*classes*/

.ir:before 
{
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden 
{
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden 
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after \
	{
        content: "";
    }
.chromeframe 
{
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus 
{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible 
{
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after 
{
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after 
{
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix 
{
    *zoom: 1;
}
/*end classes*/
/*--------------------------------------------------------------------------------------------------*/
/*WORDPRESS CSS STYLE INCLUDES*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
/*END WORDPRESS INCLUDES*/

/* ==========================================================================
   Media queries at breakpoint of 991 width bootstrap
   ========================================================================== */
@media screen and (max-width: 991px)
{
	.content_bottom
	{
		margin-bottom: 75px;
	}	

	.featured_image
	{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.middle_dots
	{
		border-bottom: dotted 3px #787878;
		border-right: 0px;
		min-height: 200px;
		padding-bottom: 30px;
	}
	.privacy_spacer
	{
		margin-top: 30px;
	}
	.mobile_hide
	{
		display: none !important;
    		visibility: hidden;
	}
	.mobile_margin
	{
		margin-bottom: 30px;
		margin-right: 0px;
		margin-left: 0px;
	}
	#footer_stores
	{
		line-height: 150%;
		width: 100%;
		height: 600px;
	
	}
	.nopadding 
	{
   	 padding-right: 0 !important;
   	 padding-left: 0 !important;
	}
	.squeeze
	{
		width: 98% !important;
		margin: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 10px;
	}
	h1
	{
		break-after:avoid;
  		color:#F0C067;
  		font-family:lobster;
  		font-size: 20px;
  		orphans:3;
 		text-shadow:#000000 2px 2px;
  		widows:3;
	}
	.posts_margin
	{
		padding-top: 20px;
		padding-bottom: 10px;
		
	}
}



@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) 
{
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print 
{
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited 
	{
        text-decoration: underline;
    }

    a[href]:after 
	{
        content: " (" attr(href) ")";
    }

    abbr[title]:after 
	{
        content: " (" attr(title) ")";
    }
}

    /*
     * Don't show links for images, or javascript/internal links
     */