html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	overflow: scroll;
    overflow-x: hidden;
}
.clearBuffer {
	clear: both;
	height: 35px;
}
#banner {
	width: 100%;
	max-width: 1350px;
	display: block;
	overflow: visible;
}
#banner img {
	width: 186px;
	max-width: 85%;
	margin: 10px auto;
	display: block;
}
#mainContent {
	position: relative;
	width: 90%;
	max-width: 1350px;
	margin: auto;
	display: block;
	background-color: #FFFFFF;
}
#navigation {
	position: relative;
	width: 100%;
	background-color: #8FC446;
	font-family: 'SourceSansProBlack', sans-serif;
	font-size: 28px;
	color: #DFE3EB;
	text-decoration: none;
	overflow: hidden;
}
.navContainer {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
    border-spacing: 10px;
	vertical-align:top;
}
.navCells {
	position: relative;
	display: table-cell;
}
#navigation ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.nav {
	text-align: right;
}
#navigation ul li {
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navigation ul li > a {
	color: #DFE3EB;
	margin: 0px 18px;
	text-decoration: none;
}
#navigation ul li > a:hover {
	color: #333333;
}
#pageContent {
	position: relative;
	width: 92%;
	margin: 35px auto;
}

#columnLeft {
	position: relative;
	width: 50%;
	vertical-align: top;
	display: table-cell;
}
#columnRight {
	position: relative;
	width: 50%;
	vertical-align: top;
	display: table-cell;
	
}

/*footer */
#footer {
	position: relative;
	width: 100%;
	background-color: #8FC446;
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 16px;
	color: #DFE3EB;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
#footerContainer {
	position: relative;
	width: 100%;
	margin: 8px 16px;
	text-align: center;
}
#footerContainer ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#footerContainer ul li {
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footerContainer ul li > a {
	color: #DFE3EB;
	margin: 0px 18px;
	text-decoration: none;
}
#footerContainer ul li > a:hover {
	color: #999999;
}
#copyRight {
	position: relative;
	width: 90%;
	max-width: 1350px;
	margin: auto;
	padding-top: 4px;
	padding-bottom: 10px;
	display: block;
}
h1 {
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #333333;
}
h2 {
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}
h3 {
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
.basicTxt {
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}
.largeTxt {
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
}
.basicTxt a, .largeTxt a {
	color: #666666;
	text-decoration: none;
}
.basicTxt a:hover, .largeTxt a:hover {
	color: #666666;
	text-decoration: underline;
}
.smallCartTxt {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 14px;
	color: #333333;
}
.smallCartTxt a {
	color: #DFE3EB;
	text-decoration: none;
}
.smallCartTxt a:hover {
	color: #DFE3EB;
	text-decoration: underline;
}
.movie-description {
	position: relative;
	top: 0px;
	width: 90%;
	margin: 10px;
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
.movie-choice {
	position: relative;
	bottom: 0px;
	width: 94%;
	margin: 10px auto;
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: justify;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.fCenter {
	margin: auto;
	width: 350px;
}
.aLeft {
	text-align: left;
}
.aRight {
	text-align: right;
}
#pageNav {
	position: relative;
	width: 80%;
	margin: 25px auto;
	text-align: center;
}
#pageNav p {
	text-align: center;
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 18px;
	color: #999999;
	line-height: 280%;
}
#pageNav p a {
	padding: 5px 8px;
	color: #999999;
	text-decoration: none;
	border: solid 1px #999999;
}
#pageNav p a:hover {
	color: #999999;
	text-decoration: none;
	border: solid 1px #999999;
	background-color: #FFFFFF;
}
.activePage {
	padding: 5px 8px;
	color: #FFFFFF;
	text-decoration: none;
	border: solid 1px #999999;
	background-color: #999999;
}
#pageNav p a::after {
	content: '';
}
.btnAddAction {
	font-family: 'SourceSansProBlack', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 2px solid #FFFFFF;
	background-color: #8F041F;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
	text-decoration: none;
}
.btnAddAction:hover {
	/* border-color: #999;
	color: #999; */
	background-color: #666666;
}
#cartAction {
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
	display: none;	
}
#cartMessage {
	position: relative;
	top: 15%;
	width: 450px;
	max-width: 80%;
	height: 300px;
	padding: 8px 25px;
	margin: auto;
	background-color: #FFFFFF;
	border: solid 3px #8F041F;
	border-radius: 25px;
	vertical-align: middle;
}
#cartContent, #checkoutCart {
	position: relative;
	top: 40%;
	width: 700px;
	max-width: 94%;
	margin: auto;
	text-align: center;
	font-size: 14px;
}

#cartContent table, #checkoutCart table {
	width: 100%
}
#cartContent th, #checkoutCart th {
	border-bottom:solid 1px #333333;
}
#cartContent td, #checkoutCart td {
	border-bottom:solid 1px #DEDEDE;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
#cartContent #picDisplay, #checkoutCart #picDisplay {
	width: 120px;
}
#picDisplay img {
	max-width: 100%;
	max-height: 125px;
	margin: auto;
	display: block;
}
#cartContent td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #73A233;
	padding: 5px 12px;
	margin: 0px 10px;
	border-radius: 10px;
	text-decoration: none;
	white-space: nowrap;
	line-height: 280%;	
}
#cartContent .largeLink {
	font-size: 18px;
}
#cartContent td a:hover {
	opacity: 0.7;
}
.buttonLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #73A233;
	padding: 5px 12px;
	margin: 0px 10px;
	border-radius: 10px;
	text-decoration: none;
	white-space: nowrap;
	line-height: 280%;	
}
.buttonLargeLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #73A233;
	padding: 9px 18px;
	margin: 0px 10px;
	border-radius: 10px;
	text-decoration: none;
	white-space: nowrap;
	line-height: 280%;	
}
.submitLargeLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #73A233;
	padding: 7px 18px 8px 18px;
	margin: 0px 10px;
	border-radius: 10px;
	border: solid 0px #000000;
	text-decoration: none;
	white-space: nowrap;
	cursor:pointer;
}
.buttonLink a:hover, .buttonLargeLink a:hover, .submitLargeLink:hover {
	opacity: 0.7;
}
.cartPic {
	height: 150px;
	max-width: 96%;
	vertical-align:middle;
}
.emphasisLine {
	border-bottom: solid 1px #666666;
}
#joinNowBlock {
	position: relative;
	width: 88%;
	height: 100%;
	margin: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align:center;
	line-height: 230%;
}
#joinNowBlock h2 {
	font-family: 'SourceSansProBlack', sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #333333;
}
#joinNowBlock p {
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}
.largeButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	background-color: #8F041F;
	padding: 5px 12px;
	margin: 0px 10px;
	border-radius: 10px;
	border: solid 2px #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	line-height: 280%;	
}
.largeButton:hover {
	opacity: 0.6;
}
.messageboxerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFFF;
	padding: 2px 8px;
	border: solid 1px #CC0000;
	border-radius: 8px;
	white-space:nowrap;
}
.messageboxok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CC66;
	background-color: #FFFFFF;
	padding: 2px 8px;
	border: solid 1px #00CC66;
	border-radius: 8px;
	white-space:nowrap; 
}

/* movie settings */
#dataPopUp {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.7);
	display: none;
	text-align: center;
	padding-top: 5%;
}
video {
	max-width: 100%  !important;
}
#dataContainer {
	position: relative;
	width: 90%;
	max-width: 1000px;
	height: auto;
	max-height: 90%;
	background-color:#000000;
	border: solid 2px #FFFFFF;
	border-radius: 12px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	display: block;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	overflow: visible;
}
#dataTable {
	position: relative;
	width: 96%;
	margin: auto;
	display: block;
	border-collapse: separate;
    border-spacing: 10px;
}
#dataContainer ul {
	padding: 0px 0px 50px 0px;
	margin: 0px 15px;
	list-style-type: none;
	text-align: left;
}
#dataContainer li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 165%;
	color: #333333;
}
#dataTitle {
	position: relative;
	width: 96%;
	margin: auto;
	height: 30px;
	display: block;
}
#dataFooter {
	position: relative;
	width: 96%;
	margin: 20px auto;
	height: 45px;
	text-align: right;
	display: block;
}
#dataFooter img {
	max-height: 48px;
}
#dataFooter a:hover {
	opacity: 0.7;
}
.vid-close {
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	/* bottom: 20px; */
	right: 20px;
	cursor: pointer;
}

.vid-close::before,
.vid-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #FFFFFF;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.vid-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.vid-close:hover::before,
.vid-close:hover::after {
	background: #999999;
}
#movieContainer {
	max-width: 600px;
	margin: auto;
	overflow: hidden;
	/* postion: relative;
	width: 96%;
	height: 90%;
	max-height: 580px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	clear:both;
	border:solid 1px red; */
}
#movieView {
	/*max-width: 100%;
	max-height: 100%; */
}
.downloadButtons {
	max-width: 100px;
	border: none;
}
.downloadButtons a {
	text-decoration: none;
}
.downloadButtons:hover {
	opacity: 0.70;
}
.mobileOnly {
	display: none;
}
.movieDetailPage {
	position: relative;
	width: 85%;
	margin: 35px auto;
}
.movieDetailLeft {
	position: relative;
	width: 40%;
	float: left;
	display: block;
	padding-bottom: 8px;
}
.movieDetailRight {
	position: relative;
	width: 55%;
	float: right;
	
}
.movieDetailLeft img {
	max-height: 100%;
	max-width: 100%;
	width: 476px;
}

.movieDetailRight h3 {
	font-family: 'SourceSansProBlack', sans-serif;
	font-size: 28px;
	color: #333333;
	font-weight: normal;
	padding: 20px 0 10px;
	margin-bottom: 10px;
}

.movieDetailRight h4 {
	font-family: 'SourceSansProBlack', sans-serif;
	font-size: 21px;
	color: #333333;
	font-weight: normal;
	padding: 10px 0 10px;
	margin-bottom: 10px;
}

.movieDetailRight p {
	font-family: 'SourceSansProLight', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 6px;
	color: #000000;
}
.preview-details a {
	font-family: 'SourceSansProBlack', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 2px 10px;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	background-color: #339933;
	/* background-color: #8F041F; */
	display: inline-block;
	margin: 10px 0 0;
	outline: none;
	text-decoration: none;
}

.preview-details a::before {
	/* content: '\2192';
	display: inline-block;
	margin-right: 10px; */
	
}

.preview-details a:hover {
	/* border-color: #999;
	color: #999; */
	background-color: #666666;
}

#savedMovies {
	position: relative;
	margin: auto;
	padding: 0px;
	width: auto;
	max-width: 500px;
	text-align: center;
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 165%;
}
#savedMovies ul {
	position: relative;
	list-style:none;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#savedMovies li {
	display: block;
	clear:both;
	padding: 15px 5px 15px 5px;
	border-bottom: solid 1px #DEDEDE;
	overflow:hidden;
}
#savedMovies li img {
	position: relative;
	width: 100%;
	max-width: 125px;
	float: left;
	margin-right: 10px;
}
#savedMovies li a {
	color: #8F041F;
	text-decoration: underline;
}
#savedMovies li a:hover {
	color: #999999;
	text-decoration: none;
}
.savedIcon {
	position: relative;
	width: 15px;
	height: 15px;
	display: inline-block;
	padding-top: 0px;
	z-index: 200;
}
.savedIcon img{
	width: 15px;
	max-width: 15px;
	vertical-align: middle;
	display: inline;
}
.saveLink {
	margin-top: 25px;
}
.saveLink a {
	font-weight: bold;
	color: #8F041F;
	text-decoration: underline;
}
.saveLink a:hover {
	color: #999999;
	text-decoration: none;
}
.saveStatus {
	width: 20px;
	vertical-align: middle;
	display: inline;
	margin-right: 4px;
}
#mobileSearch {
	display: none;
	padding-bottom: 15px;
	border-bottom: solid 1px #CCCCCC;
}
#searchBoxTop input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #8F041F;
	padding: 5px 12px;
	margin: 0px 10px;
	border-radius: 10px;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
}
#searchCategoryTop {
	width: 210px;
}
#searchFetishTop {
	width: 225px;
}
#warningBox {
	border: solid 1px #000000;
	background-color:#FFFFFF;
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 8px 12px;
	width: 595px;
	max-width: 89%;
	margin: auto;
	overflow: hidden;
	display: block;
}
#warningBox a {
	background-color:none;
}
select {
	padding: 2px 5px;
}
.updateButton {
	font-size: 12px;
	display: none;
}
.warning {
	color: #CC0000;
	font-weight: bold;
}
.billingTable {
	width: 600px;
	max-width: 90%;
	margin: 25px auto;
}
.billingTable td {
	text-align: left;
}
#checkOut {
	position: relative;
}
#checkOut input[type=text], #checkOut input[type=email],#checkOut select, #checkOut option, #checkOut textarea {
	width: 100%;
	margin: 2px;
	padding: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
#shipSame {
	position: relative;
	overflow: hidden;
	display: none;
}
#submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #339900;
	padding: 9px 18px;
	margin: 0px 10px;
	border-radius: 20px;
	border: solid 1px #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	line-height: 280%;	
}
#submit:hover {
	opacity: 0.7;
}
#orderContent {
	position: relative;
	top: 40%;
	width: 800px;
	max-width: 94%;
	margin: auto;
}
.orderInfo {
	position: relative;
	width: 100%;
	display: table;
	border-collapse:separate;
	border-spacing: 12px;
	text-align: left;
	font-size: 14px;
	line-height: 165%;
}
.orderLeft {
	position: relative;
	width: 50%;
	vertical-align: top;
	display: table-cell;
}
.orderRight {
	position: relative;
	width: 50%;
	vertical-align: top;
	display: table-cell;
}
.itemTable {
	position: relative;
	width: 98%;
	margin:auto;
	border: solid 1px #333333;
}
.itemTable th {
	background-color: #000000;
	padding: 3px 10px;
	color: #FFFFFF;
	font-size: 14px;
}
.itemTable td {
	padding: 3px 10px;
	font-size: 14px;
	vertical-align: top;
	border-bottom: solid 1px #AAAAAA;
}




@media screen and (max-width: 1400px) {
	#navigation {
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.navContainer {
    border-spacing: 8px;
	}
	#navigation ul li > a {
	margin: 0px 10px;
	}
	.movieDetailPage {
	width: 75%;
	}
	#searchContent h3 {
	font-size: 24px;
	}
	
}

@media screen and (max-width: 1200px) {
	.navContainer {
	display: block;
	text-align: center;
	}
	.navCells {
	width: 100%;
	display: block;
	}
	.nav {
	text-align: center;
	}
	.aLeft, .aRight {
	text-align: center;
	}
	#dataFooter {
	height: 40px;
	text-align: right;
	}
	#dataFooter a img {
	height: 40px;
	}
	#searchContent h3 {
	font-size: 21px;
	}
}

@media screen and (max-width: 830px) {
	#navigation {
	font-size: 18px;
	}
	#movieContent {
	display: block;
	}
	#movieList {
	width: 100%;
	display: block;
	}
	#searchList, #columnLeft, #columnRight {
	width: 100%;
	display: block;
	border-left: solid 0px #999999;
	}
	#footerContainer {
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
	}
	#footerContainer ul li {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	padding-top: 9px;
	padding-bottom: 6px;
	border-bottom: solid 1px #EDEDED;
	}
	#cartContent {
	top: 30%;
	}
	h1 {
	font-size: 24px;
	}
	h2 {
	font-size: 18px;
	}
	h3 {
	font-size: 16px;
	}
	#searchContent h3 {
	text-align:center;
	font-size: 16px;
	}
	.girdleBack {
	background-position: left top;
	min-height: 400px;
	}
	.bootsBack {
	background-position: left top;
	height: 400px;
	}
	#dataFooter {
	height: 30px;
	text-align: center;
	}
	#dataFooter a img {
	height: 30px;
	}
	.fLeft {
	float: none;
	}
	.fRight {
	float: none;
	}
	.fCenter {
	margin: auto;
	width: 100%;
	}
	.mobileOnly {
	display: block;
	text-align: center;
	margin-top: 10px;
	}
	.movieDetailPage {
	position: relative;
	width: 90%;
	margin: 35px auto;
	}
	.movieDetailLeft, .movieDetailRight {
	position: relative;
	width: 100%;
	float: none;
	display: block;
	}
	.movieDetailLeft img {
	display: inline-block;
	margin: auto;
	}
	.movieDetailLeft {
	text-align: center;
	}
	.mobileCenter {
	text-align: center;
	}
	.noShowMobile {
	display: none;
	}
	#searchContent img {
	width: 100%;
	max-width: 320px;
	}
	#searchContent h3 {
	margin: 20px auto 0px auto;
	}
	.clearBuffer {
	height: 5px;
	}
	.cartPic {
	height: 110px;
	}
	#cartContent #picDisplay, #checkoutCart #picDisplay {
	width: 80px;
	}
}


@media screen and (max-width: 650px) {
	#mainContent {
	width: 100%;
	}
	#searchList {
	width: 100%;
	display: block;
	border-left: solid 0px #999999;
	}
	#copyRight {
	text-align: center;
	}
	
	#cartContent {
	top: 20%;
	}
	h1 {
	font-size: 21px;
	}
	h2 {
	font-size: 16px;
	}
	h3 {
	font-size: 14px;
	}
	.cartPic {
	height: 100px;
	}
	#cartContent #picDisplay, #checkoutCart #picDisplay {
	display: none;
	}
	table td {
	padding-top: 8px;
	font-size: 12px;
	}
	
}


@media print {
	.noPrint {
		display: none;
	}
}