@charset "utf-8";
/* CSS Document */
a {
	display:inline-block;
}
a:link {
	text-decoration: none;
	color: #3E4B4F;
	border-bottom: thin dotted black;
	transition: all .2s ease-in-out; 
}
a:active {
	text-decoration: none;
	color: #3E4B4F;
	transition: all .2s ease-in-out; 
}
a:visited {
	text-decoration: none;
	color: #3E4B4F; 
	transition: all .2s ease-in-out; 
}  
a:hover {
	text-decoration: none;
	color: black;
	transform: scale(1.1); 
	transform-origin:center;
    image-rendering: auto;
}  
a img {
	filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444');
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
	filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
	text-decoration: none;
	border: 0 none;
}
img {
	border: none;
}
a i {
	filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444');
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
	filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
	text-decoration: none;
	border: 0 none;	
}

body {
	margin:0px;
	margin-top:5px;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	color:#3E4B4F;
	line-height: 24px;
	background: linear-gradient(to right, black, red, lightpink, white, white, lightpink, red, black);
}
html, body {
    height: 100%;
    width: 100%; 
}
/* clearfix forces a container to stretch vertically to accomodate the container's elements */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.center_text {
	text-align:center;
}
.full-width {
	width:100%;
}
.guest-model-thumbs {
	margin-top:50px;
	margin-bottom:50px;
}
.single-column {
	display: flex;
	flex-flow:column nowrap;
	justify-content: space-around;
	align-items:center;
	align-content:space-around;
	text-align:justify;
	flex:1;
	font-size: 1em;
	margin-top:0px;
	margin-bottom:0px;
}
.container-single-column {
	margin-left:auto;
	margin-right:auto;
	display: flex;
	flex-flow:column nowrap;
	justify-content: center;
	align-items:center;
	align-content:center;
	text-align:center;
	flex-grow:1;
	font-size: 1em;
	margin-top:0px;
	margin-bottom:0px;
	width:auto;
	/* min-width:1000px; */
    padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
.container-single-column-fixed-position-backtotop {
	margin-left:auto;
	margin-right:auto;
	display: flex;
	flex-flow:column nowrap;
	justify-content: center;
	align-items:center;
	align-content:center;
	text-align:center;
	flex-grow:1;
	width:48px;
	height:48px;
	/* min-width:1000px; */
    padding:10px;
	border-style:solid;
	border-width:3px;
	border-color:#FF0000;
	border-radius:7px;
	z-index: auto;
}
.container-single-column-fixed-position-backtotop:hover {
	background-color:#FF0000;
	border-radius:10px;
}
.container-single-column-fixed-position-join {
	margin-left:auto;
	margin-right:auto;
	display: flex;
	flex-flow:column nowrap;
	justify-content: center;
	align-items:center;
	align-content:center;
	text-align:center;
	flex-grow:1;
	width:48px;
	height:48px;
	/* min-width:1000px; */
    padding:10px;
	border-style:solid;
	border-width:3px;
	border-color:#00CCFF;
	border-radius:7px;
	z-index: auto;
}
.container-single-column-fixed-position-join:hover {
	background-color:#00CCFF;
	border-radius:10px;
}
.container-single-column-fixed-position-login {
	margin-left:auto;
	margin-right:auto;
	display: flex;
	flex-flow:column nowrap;
	justify-content: center;
	align-items:center;
	align-content:center;
	text-align:center;
	flex-grow:1;
	width:48px;
	height:48px;
	/* min-width:1000px; */
    padding:10px;
	border-style:solid;
	border-width:3px;
	border-color:#66FF33;
	border-radius:7px;
	z-index: auto;
}
.container-single-column-fixed-position-login:hover {
	background-color:#66FF33;
	border-radius:10px;
}
.container-justified {
	margin-left:auto;
	margin-right:auto;
	display: flex;
	align-content:center;
	flex-wrap:nowrap;
	flex-grow:1;
	justify-content: space-around;
	align-items:center;
	font-size: 1em;
	margin-top:0px;
	margin-bottom:16px;
	width:80%;
	min-width:980px;
    padding:10px;
	background-color:white;
    border-radius:10px;
}
.links-bar {
	margin-left:auto;
	margin-right:auto;
	display: flex;
	flex-direction:row;
	align-items:center; /*beginning middle or end of container*/
	align-content:center; /*positioning vertically in the container*/
	flex-wrap:nowrap;
	justify-content: space-around;
	flex-grow:1;
	flex-shrink:1;
	flex:1 1 auto;
	font-size: 1em;
	line-height:inherit;
	margin-top:0px;
	margin-bottom:16px;
	height:auto;
	width:80%;
	min-width:1000px;
    padding:10px;
    background-color:white;
    border-radius:10px;
	overflow:hidden;
}
.links-bar div {
	min-width:200px;
	height: auto;
	padding:10px;
	display:flex;
	justify-content: center;
	background-color: white;
	overflow:hidden;
}
.three-wide {
	width:33%;
}
.two-wide {
	width:50%;
}
/*.links-bar div:hover {
	text-decoration: none;
	text-decoration-color:black;
	font-weight: bolder;
	}*/
.links-bar a:link {
	text-decoration: none;
	color: #3E4B4F; 
	border-bottom:none;
}
.links-bar a:hover {
	text-decoration:none;
	font-weight: bolder;
	color:black;
	border-bottom:none;
	background-color:lightpink;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	overflow:hidden;
}
.links-bar-top {
	display: flex;
	align-content:center;
	flex-wrap:nowrap;
	flex-grow:1;
	flex-shrink:1;
	flex:1 1 auto;
	justify-content: space-around;
	align-items:center;
	line-height:inherit;
	height:auto;
	width:80%;
	min-width:980px;
    padding-top:5px;
	padding-bottom:5px;
	padding-left: 10px;
	padding-right: 10px;
    background-color:white;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:16px;
	margin-top:0px;
	text-align: justify;
}
.links-bar-top div {
	display:flex;
	margin-left:auto;
	margin-right:auto;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex:1 1 auto;
	padding:5px;
	overflow: visible;
	border-radius: 10px;
}
.links-bar-top div:hover {
	text-decoration: none;
	text-decoration-color:black;
	font-weight: bolder;
	background-color:lightpink;
	border-radius: 10px;
} 
.links-bar-top a:link {
	text-decoration: none;
	color: #3E4B4F; 
	border-bottom:none;
}
.links-bar-top a:hover {
	text-decoration:none;
	font-weight: bolder;
	color:black;
	border-bottom:none;
	background-color:lightpink;
}
.members-links-bar {
	margin-left:auto;
	margin-right:auto;
	display: flex;
	align-content:center;
	flex-wrap:nowrap;
	flex:1 1 auto;
	justify-content: space-around;
	align-items:center;
	font-size: 1em;
	margin-top:0px;
	margin-bottom:16px;
	height:auto;
	width:80%;
	min-width:1000px;
    padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
    background-color:white;
    border-radius:10px;
	overflow:hidden;
}
.members-links-bar div {
	display:flex;
	width:12%;
	flex:1 1 auto;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align:center;
	padding-bottom:5px;
	padding-top: 5px;
	height:auto;
	overflow:hidden;
}
.members-links-bar div:hover {
	text-decoration: none;
	text-decoration-color:black;
	font-weight: bolder;
	background-color:lightpink;
}
.members-links-bar a:link {
	text-decoration: none;
	color: #3E4B4F; 
	border-bottom:none;
}
.members-links-bar a:hover {
	text-decoration:none;
	color:black;
	border-bottom:none;
}
.three-links-bar {
	width:80%;
	min-width:980px;
    padding:10px;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	align-content:center;
	align-items:center;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content: space-between;
	font-size: 1em;
	margin-top:0px;
	margin-bottom:16px;
	height:auto;
	min-height:40px;
    background-color:white;
    border-radius:10px;
	overflow:hidden;
}
/* .three-links-bar div {
	display:flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align:center;
	padding-bottom:10px;
	padding-top: 10px;
	width:33%;
	height:100%;
}
.three-links-bar div:hover {
	text-decoration: none;
	background-color:lightpink;
} */
.three-links-bar a:link {
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	color: #3E4B4F; 
	border-bottom:none;
}
.three-links-bar a:hover {
	text-decoration:none;
	color:black;
	font-weight: bold;
	border-bottom:none;
	background-color:lightpink;
	border-radius:10px;
}
.even-spaced-obj {
	height:60px;
	width:80%;
	min-width:1000px;
    padding:10px;
	position:relative;
	display: flex;
	justify-content:space-around;
	font-size: 1em;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:16px;
    background-color:white;
    border-radius:10px;
	text-align:center;
}
.thumbnail_layout {
    width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:16px;
    padding-bottom:10px;
    padding-top:10px;
	padding-left:10px;
	padding-right:10px;
    text-align:center;
    background-color:white;
    border-radius:10px;
}
.thumbnail_layout img {
    padding:10px;
    border:0px;
}
.thumbnail_layout a:link {
	text-decoration: none;
	border-bottom: none;
}  
.flex-box_space-around {	
	display: flex;
	width:100%;
	flex-direction:row;
	align-items:center; /*beginning middle or end of container*/
	align-content:center; /*positioning vertically in the container*/
	flex-wrap:nowrap;
	justify-content: space-around;
	flex-grow:1;
	flex-shrink:1;
	flex:1 1 auto;
	line-height:inherit;
	height:auto;
	padding:10px;
}
.flex-box_space-between {
	display: flex;
	width:100%;
	flex-direction:row;
	align-items:center; /*beginning middle or end of container*/
	align-content:center; /*positioning vertically in the container*/
	flex-wrap:nowrap;
	justify-content: space-between;
	flex-grow:1;
	flex-shrink:1;
	flex:1 1 auto;
	line-height:inherit;
	height:auto;
	padding:10px;
}
.standard-width-style {
	width:80%;
	min-width:980px;
	text-align:center;
	height:auto;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom:0px;
}
.rounded-border {
	text-align:center;
	height:auto;
	padding:10px;
	margin-top: 0px;
	margin-bottom:16px;
	background-color:white;
	border-radius:10px;
}
.round-corner-table-border {
	width:80%;
	min-width:980px;
	text-align:center;
	height:auto;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom:16px;
	background-color:white;
	border-radius:10px;
}
.container-text-align-left {
	width:80%;
	min-width:980px;
	text-align:left;
	height:auto;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom:16px;
	background-color:white;
	border-radius:10px;
}
.main-banner-container {
	z-index:-1;
	text-align:left;
	width:80%;
	min-width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom:16px;
	background-color:white;
	padding-top:10px;
	padding-bottom:10px;
	border-color:white;
	border-style:none;
    border-radius:10px;
}
#main-banner-container-img {
	position:absolute;
	text-align:left;
	z-index:-1;
	padding:10px;
}
.text-box_layout100 {
    width:100%;
    padding-bottom:10px;
    padding-top:10px;
	padding-left:10px;
	padding-right:10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:center;
    background-color:white;
    border-radius:10px;
    margin-left: auto;
    margin-right: auto;
}
.text-box_layout80 {
	position:relative;
    font-size: 1em;
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:16px;
	width:80%;
	min-width:1000px;
    padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	color:#3E4B4F;
    text-align:left;
    background-color:white;
    border-radius:10px;
}
.text-box_layout80_shrunk {
	position:relative;
    font-size: 1em;
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:16px;
	width:80%;
	min-width:1000px;
    padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	color:#3E4B4F;
    text-align:left;
    background-color:white;
    border-radius:10px;
}
.text-box_description {
    font-size: 1em;
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:16px;
	width:80%;
	min-width:1000px;
    padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
    text-align:justify;
    background-color:white;
	border-radius:10px;
}
.text-box_layout70 {
	display:block;
	text-align:center;
	width:70%;
	min-width:800px;
	height:auto;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom:16px;
	background-color:white;
	border:10px;
    border-radius:10px;
}
.text-box_layout60 {
	display:block;
	text-align:center;
	width:60%;
	min-width:500px;
	height:auto;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom:16px;
	background-color:white;
	border-color:white;
	border:10px;
    border-radius:10px;
}
.text-box_layout_special {
	font-size: .75em;
	line-height: 1.33em;
    display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:16px;
	width:97%;
	min-width:300px;
    padding:10px;
    background-color:white;
    border-radius:10px;
}
.text-box_layout_97 {
	font-size: .75em;
	line-height: 1.33em;
    display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:16px;
	margin-bottom:16px;
	width:97%;
	min-width:500px;
    padding:10px;
    background-color:white;
    border-radius:10px;
}
.links-bar_custom100 {
	margin-left:auto;
	margin-right:auto;
	display: flex;
	align-content:center;
	flex-wrap:nowrap;
	flex-grow:1;
	flex:1 1 auto;
	justify-content: space-around;
	align-items:center;
	font-size: 1em;
	line-height:inherit;
	margin-top:0px;
	margin-bottom:16px;
	height:auto;
	width:100%;
	min-width:480px;
    padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
    background-color:white;
    border-radius:10px;
	overflow:hidden;
}
.links-bar_custom100 div {
	display:flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align:center;
	flex:1 1 auto;
	padding-bottom:0px;
	padding-top: 0px;
	height:50px;
	overflow: hidden;
}
.links-bar_custom100 div:hover {
	text-decoration: none;
	text-decoration-color:black;
	font-weight: bolder;
	background-color:lightpink;
}
.links-bar_custom100 a:link {
	text-decoration: none;
	color: #3E4B4F; 
	border-bottom:none;
}
.links-bar_custom100 a:hover {
	text-decoration:none;
	color:black;
	border-bottom:none;
}
.text-box_layout30 {
	font-size: .75em;
	line-height: 1.33em;
    display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	width:30%;
	min-width:300px;
    padding:10px;
    background-color:white;
    border-radius:10px;
}
.text-box_vert-banner {
    width:95%;
	height:100%;
	min-width: 300px;
    margin-right:20px;
	margin-left:0px;
    padding: 10px;
    text-align:center;
    background-color:white;
    border-radius:10px;
}
.text-box_vert-banner img {
    width:auto;
	max-height: 800px;
	}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.text-align-center {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.text-align-justify {
	text-align: justify;
}
.even-spaced-horizontal {
	display: flex;
	flex-direction:row;
	align-items:center; /*beginning middle or end of container*/
	align-content:center; /*positioning vertically in the container*/
	flex-wrap:nowrap;
	justify-content: space-around;
	flex-grow:1;
	flex-shrink:1;
	flex:1 1 auto;
	line-height:inherit;
	height:auto;
	padding:10px;
}

.round-corners {
	height:auto;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	border-radius:10px;
   border:10px;
}
.home-page-main-table {
	width:81%;
	min-width:980px;
	margin-left:auto;
	margin-right:auto;
}
.home-page-sidebar-left {
	padding:20px;
	margin-right:16px;
	margin-left:auto;
	margin-bottom:16px;
	margin-top:0px;
	height:auto;
}
.home-page-sidebar-right {
	padding:20px;
	margin-right:auto;
	margin-left:0px;
	margin-bottom:16px;
	margin-top:0px;
	height:auto;
}
/* Styling for Christmas Lights Border Background */
.xmas-lights-border {
    background: white url(/images/bkgrds/animated/christmas-lights.gif) no-repeat;
    background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}	
/* Styling for Pure CSS Image Zoom on Hover; */
.grow { 
    display:inline-block;
	transition: all .2s ease-in-out; 
}
.grow:hover { 
    transform: scale(1.1); 
	transform-origin: center;
    image-rendering: auto;
}
#transform-origin-r-c {
	transform-origin: right center;
}
	/* image-rendering: -moz-crisp-edges;          /* Firefox                        */
    /* image-rendering: -o-crisp-edges;            /* Opera                          */
    /* image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    /* image-rendering: pixelated; /* Chrome */
    /* image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    /* -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */

/* End Styling for Image Zoom; */
.shadowed {
	filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444');
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
	filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
}
.shadowed_large_italics_text {
	filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444');
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
	filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
    font-size: 18pt;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.shadowed_Medium_italics_text {
	filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444');
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
	filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
    font-size: 12pt;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.shadowed_Download_button {
	filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444');
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
	filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
    font-size: 12pt;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
div.contain {
  background-size: contain;
}
div.cover {
  background-size: cover;
}
/* drop shadow on the images; */
div.dropshadow {
    width: 540px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 3px 5px 5px #aaaaaa;
}
.join_button {
  display: inline-block;
  padding: 10px 25px;
  min-width:400px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #00CCFF;
  border: none;
  border-radius: 10px;
  box-shadow: 3px 5px #999;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.join_button:hover {background-color: #00A2CB}
.join_button:active {
  background-color: #0135AF;
  box-shadow: 3px 3px #888;
  transform: translateY(4px);
}
.join_button_compact {
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #0248EB;
  border: none;
  border-radius: 10px;
  box-shadow: 3px 5px #999;
}
.join_button_compact:hover {background-color: #0135AF}
.join_button_compact:active {
  background-color: #0135AF;
  box-shadow: 3px 3px #888;
  transform: translateY(4px);
}
.fluid-image {
    width: 95%; 
    height: auto;
    padding: 20px;
}
/* container holding banner image and text */
.banner-top {
	z-index:50;
	width:80%;
	min-width:1000px;
	margin-left:auto;
	margin-right:auto;
	color: #3E4B4F;
	background-color:white;
	border-radius:10px;
}
/* positioning of text */
.bottom-left {
	position: absolute;
	bottom:  8px;
	left: 16px;
}
.top-left {
	position: relative;
	top:  8px;
	left: 16px;
}
.top-right {
	z-index:75;
	position: relative;
	text-align:right;
	top:  8px;
	right: 16px;
}
.bottom-right {
	position: relative;
	bottom:  8px;
	right: 16px;
}
.centered {
	position: absolute;
	top:  50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
/* end top banner positioning */
.banner-tablebg {
	display:inline-block;
	width:100%;
	background-color: white;
	background-image: url(/images/banner/pretty-pink-lingerie-banner980X350.jpg);
	background-size: contain;
    background-repeat: no-repeat;
	background-position: bottom left;
	height: 350px;
	min-width: 1000px;
	text-align: right;
	vertical-align:top;
	margin:0px;
}
.banner-tablebg-shrunk {
	display:inline-block;
	width:100%;
	background-color: white;
	background-image: url(/images/banner/pretty-pink-lingerie-banner980X350.jpg);
	background-size: contain;
    background-repeat: no-repeat;
	background-position: bottom left;
	height: 100px;
	min-width: 1000px;
	transform:scale(.3);
	text-align: right;
	vertical-align:top;
	margin:0px;
}
.banner-shrink {
	
}
.banner-video-tablebg {
	background-color: white;
	background-image: url(/images/banner/pretty-pink-lingerie-banner980X350.jpg);
	background-size: contain;
    background-repeat: no-repeat;
	background-position: bottom left;
}

.backyard-banner-tablebg {
	background-color: white;
	background-image: url(/images/banner/sonias-backyard-vert-banner-1080.jpg);
	background-size: contain;
    background-repeat: no-repeat;
	background-position: top center;
}

.themepack-tablebg {
	background-color: white;
	background-image: url(/images/sonia-dane-themepack/Sonia-Dane-ThemePack-thumbs1180.jpg);
	background-size: contain;
    background-repeat: no-repeat;
	background-position: left;
}

.join-page-bg {
	background-color: white;
	background-image: url(/images/sonias-selection-sml.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.xmas-page-bg {
	background-color: white;
	background-image: url(/images/banner/happy-holidays-banner.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.style1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 26px;
	color: #3E4B4F;
}

.style1B {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-style: italic;
	font-variant: normal;
	font-weight: 500;
	line-height: 26px;
	color: #3E4B4F;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	margin:0px;
	margin-bottom:0px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	font-weight:bold;
	line-height:34px;
	margin:0px;
	margin-bottom:0px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin:0px;
	margin-bottom:0px;
}

h4 {
    font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin:0px;	
	margin-bottom:1em;
}

h5 {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin:0px;	
	margin-bottom:1em;
}

h6 {
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-top:0px;
	margin-bottom:1em;
} 

p {
	margin-top:0px;
	margin-bottom:1em;
}

.style2 {
	font-size: 32px;
	font-weight: 500;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	color: #3E4B4F;
    line-height: 32px;
}
.style2B {
	font-size: 32px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #3E4B4F;
    line-height: 32px;
}
.style3 {
	font-size: 18pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #3E4B4F;
}

.style3B {
	font-size: 18pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #3E4B4F;
}

.style4 {
	font-size: 16pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #3E4B4F;
}
.style45 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26px;
	color: #3E4B4F;
}

.style5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 26px;
	color: #3E4B4F;
}

.style6 {
	font-family: 'Open Sans', sans-serif;
	font-size: .75em;
	color: #3E4B4F;
    line-height: 1em;
}
.free-links-bar-subtext {
	font-family: 'Open Sans', sans-serif;
	font-size: .7em;
	/* line-height: 1.33em; */
	color: #3E4B4F;
    line-height: 1em;
	text-align: center;
	white-space: pre;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
	color: #3E4B4F;
}

.white_text {
	color: #FFFFFF;
}

.table_bkgrd_top_banner {
	background-color: #FFFFFF;
	background-image: url(/images/banner/pretty-pink-lingerie-banner980X350.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.video {
	width:60%;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
	filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444');
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
	filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
}
.video-clip-image-link-container{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
    top:0;
    left:0;
    right:0;
    text-align:center;
}
.video_banner {
    position:relative;
    top:0;
    left:0;
    right:0;
    display:inline;
    text-align:center;
    width:80%; 
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.links-bar-top {
	display: flex;
	align-content:center;
	flex-wrap:nowrap;
	flex-grow:1;
	flex-shrink:1;
	flex:1 1 auto;
	justify-content: space-around;
	align-items:center;
	line-height:inherit;
	height:auto;
	width:80%;
	min-width:980px;
    padding-top:5px;
	padding-bottom:5px;
	padding-left: 10px;
	padding-right: 10px;
    background-color:white;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:16px;
	margin-top:0px;
	text-align: justify;
}
.fixed-bottom-right {
	position:fixed;
	bottom: 50px;
	right: 10px;
	-webkit-transform: translateZ(0);
	display: flex;
	align-content:center;
	flex-wrap:nowrap;
	flex-grow:1;
	flex-shrink:1;
	flex:1 1 auto;
	justify-content: center;
	align-items:center;
	line-height:inherit;
	height:60px;
	width:60px;
    padding:10px;
    background-color:white;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	z-index: 100;
}
.fixed-bottom-right a:link {
	text-decoration: none;
	color: #3E4B4F; 
	border-bottom:none;
}
.fixed-top-right {
	position:fixed;
	top: 10px;
	right: 10px;
	-webkit-transform: translateZ(0);
	display: flex;
	align-content:center;
	flex-wrap:nowrap;
	flex-grow:1;
	flex-shrink:1;
	flex:1 1 auto;
	justify-content: center;
	align-items:center;
	line-height:inherit;
	height:60px;
	width:60px;
    padding:10px;
    background-color:white;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	z-index: 100;
}
.fixed-top-right a:link {
	text-decoration: none;
	color: #3E4B4F; 
	border-bottom:none;
}
/* .fixed-top-right a:hover {
	text-decoration:none;
	font-weight: bolder;
	color:black;
	border-bottom:none;
	background-color:lightpink;
	border-radius:10px;
} */
.fixed-top-right_lower {
position:fixed;
	top: 105px;
	right: 10px;
	-webkit-transform: translateZ(0);
	display: flex;
	align-content:center;
	flex-wrap:nowrap;
	flex-grow:1;
	flex-shrink:1;
	flex:1 1 auto;
	justify-content: center;
	align-items:center;
	line-height:inherit;
	height:60px;
	width:60px;
    padding:10px;
    background-color:white;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	z-index: 100;
}
 .fixed-top-right_lower a:link {
	text-decoration: none;
	color: #3E4B4F; 
	border-bottom:none;
} 
/*.fixed-top-right_lower a:hover {
	text-decoration:none;
	font-weight: bolder;
	color:black;
	border-bottom:none;
	background-color:#66ff00;
	border-radius:10px;
} */
.back-to-top {
	z-index: 100;
	text-align:center;
	height:40px;
	width:40px;
	padding:10px;
	background-color:white;
	border-radius:10px;
	position:fixed;
	bottom: 20px;
	right: 10px;
	-webkit-transform: translateZ(0);	
}
.back-to-top div {
	display:flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align:center;
	padding:3px;
	width:90%;
	height:90%;
}
.back-to-top div:hover {
	text-decoration: none;
	background-color:lightpink;
}
.back-to-top a:link {
	text-decoration: none;
	color: #3E4B4F; 
	border-bottom:none;
}
.back-to-top a:hover {
	text-decoration:none;
	color:black;
	font-weight: bold;
	border-bottom:none;
}
.pink-link {
	filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444');
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
	filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.8));
	transition: all .2s ease-in-out; 
}
.pink-link a:link {
	text-decoration: none;
	color: #3E4B4F; 
	transform: scale(1.1); 
	transform-origin: center;
    image-rendering: auto;
}
.pink-link a:hover {
	transform: scale(1.1); 
	transform-origin: center;
    image-rendering: auto;
	background-color:lightpink;
}
/*.pink-link-grow-shadowed a:hover {
	transform: scale(1.1); 
	transform-origin: center;
    image-rendering: auto;
	background-color:lightpink;
}*/

.container-width_80 {
	width:80%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
