body
{
left:0;
background-color:#000000;
//-webkit-touch-callout:none;
//-webkit-user-select:none;
}
 
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 1001;
	right: 20px;
	bottom: 20px;
	background: #666666 url("https://www.lifestylelounge.com/images/up-arrow.png") no-repeat center 43%;
	border: solid #ffffff 2px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #008000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #008000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

#mainframesetwrapper {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.giftmembershiptagfont 
{ 
font-family : arial,helvetica,sans-serif; 
font-size : 16pt; color: #000000; 
}

.BorderGold {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid #CBAA5C 1px;
  font-size: 12px;
  background: #1E1E1E;
  padding: 0px 8px 0px 8px;
  text-decoration: none;
}

.BorderGold:hover {
  background: #333333;
}

.BorderBlue {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid #009AEC 1px;
  font-size: 12px;
  background: #009AEC;
  padding: 0px 7px 0px 7px;
  text-decoration: none;
}

.BorderBlue:hover {
  background: #333333;
}

.HeaderTitle {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 40px;
  border-bottom: 1px solid #CBAA5C;
  text-decoration: none;
}

.SectionTitle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-family: Arial;
  color: #FFFFFF;
  background: #000000;
  font-size: 40px;
  border-bottom: 1px solid #CBAA5C;
}

.SectionTitle:hover {
  background: #333333;
}

.dropdownstyle
{
border: 0px;
color: #FFFFFF;
font-size: 24px;
text-decoration: underline;
background-color: #000000;
-webkit-appearance: none;
direction: rtl;
}
    
.btnLarge {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 20px;
  background: #0099EA;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

.btnLarge:hover {
  background: #254DC0;
  text-decoration: none;
}

.btnLargeDimmed {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 20px;
  background: #0D193D;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

.btnLargeDimmed:hover {
  background: #0099EA;
  text-decoration: none;
}

.btnLargeDisabled {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #4B4B4B;
  font-size: 20px;
  background: #183748;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

.btnSmall {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 20px;
  background: #0099EA;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
}

.btnSmall:hover {
  background: #254DC0;
  color: #FFFFFF;
  text-decoration: none;
}

.btnSmallDimmed {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 20px;
  background: #0D193D;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
}

.btnSmallDimmed:hover {
  background: #0099EA;
  color: #FFFFFF;
  text-decoration: none;
}

.btnBlackSmall {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 20px;
  background: #000000;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
}

.btnBlackSmall:hover {
  background: #333333;
  color: #FFFFFF;
  text-decoration: none;
}

.btnSelect {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #000000;
  background: #FFFFFF;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  valign: top;
}
.btnUnSelect {
  -webkit-border-radius: 24;
  -moz-border-radius: 24;
  border-radius: 24px;
  font-family: Arial;
  color: #FFFFFF;
  background: #000000;
  padding: 8px 15px 8px 15px;
  border: solid #FFFFFF 2px;
  text-decoration: none;
  text-align:center;
  valign: top;
}
    
.MenuFont
{
		color:#FFFFFF;
    font-family : arial,helvetica,sans-serif; 
    font-size: 1.2vw;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.SelectionFont
{
		color:#FFFFFF;
    font-family : arial,helvetica,sans-serif; 
    font-size: 2.5vw;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.menubox
{
	-webkit-transition:300ms linear;
	-moz-transition:300ms linear;
	-o-transition:300ms linear;
	-ms-transition:300ms linear;
	transition:300ms linear;
}

.smoothslide
{
	-webkit-transition:300ms linear;
	-moz-transition:300ms linear;
	-o-transition:300ms linear;
	-ms-transition:300ms linear;
	transition:300ms linear;
}

.transparent 
{

        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=25);

        /* Older than Firefox 0.9 */
        /*-moz-opacity:0.25;*/

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.25;

        /* Modern!*/
        /* Firefox 0.9+, Safari 2?, Chrome any?*/
        /* Opera 9+, IE 9+ */
        opacity: 0.25;

}

.nounderline 
{
text-decoration: none;
} 

/* HOMEPAGE */

.MobileSiteFont
{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
		color:#FFFFFF;
		font:20px sans-serif,arial;
}

.MainSiteFont
{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
		color:#FFFFFF;
		font:16px sans-serif,arial;
}

.postbtn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  border: none;
  font-family: Arial;
  color: #000000;
  font-size: 20px;
  background: #FCC402;
  padding: 5px 20px 6px 20px;
  text-decoration: none;
}

.postbtn:hover {
  background: #3cb0fd;
  text-decoration: none;
}

.currentday 
{
color:#FFFFFF;
font:bold 13px arial,sans-serif;
} 

.otherday 
{
color:#0000FF;
font:bold 13px arial,sans-serif;
} 

.container {
    margin: 5px;
}
.container img {
    display: block;
}

.portrait img {
    width: 100%;
}
.landscape img {
    height: 100%;
}