@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
} 

p {
 font-family: "Roboto", sans-serif;
font-size:13px;
font-weight: 200;
font-style: normal;
} 

h1 {
font-size:20px;
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}

h2 {
  font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
font-style: normal;
}

.yellow {
color: #FBEA2C;
font-family: "Roboto", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: 40px;
}


.purp {
color: #7B2BBE;
font-family: "Roboto", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: 40px; 	
}


.blktitle {
color: #1A1A1A;
font-family: "Roboto", sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 300;
line-height: 25px; /* 141.667% */	
}

.whttitle {
color: #ffffff;
font-family: "Roboto", sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 300;
line-height: 25px; /* 141.667% */	
}

.para {
color: #FFF;
font-family: "Roboto", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 0;
line-height: 20px;
}

.para1 {
color: #FFF;
font-family: "Roboto", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 0;
line-height: 20px;
}

.parab {
color: #000;
font-family: "Roboto", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 0;
line-height: 20px;
}

.parabb {
color: #000;
font-family: "Roboto", sans-serif;
font-size: 16px;
font-style: normal;
line-height: 20px;
font-weight: bold;
}

.parab1 {
color: #000;
font-family: "Roboto", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 0;
line-height: 20px;
}


.yellowbutt {
display: flex;
justify-content: center;
width: 140px;
margin: 0px;
padding: 0px;
height: 30px;
align-items: center;
border-radius: 25px;
background-color: rgba(255,219,25,1);
transition: all 0.03s ease 0s;
cursor: pointer;
box-shadow: 2px 2px #333333;	
}

.yellowbutt:hover {
	background-color: rgba(255,219,25,0.5);
}

.purpbutt {
display: flex;
justify-content: center;
width: 140px;
height: 30px;
align-items: center;
border-radius: 25px;
background-color: purple;
	
}



.hrdiv{
	width: 1100px; 
	margin-left: auto; 
	margin-right: auto;
}
/* -------------------------- INDEX PAGE ------------------------------ */

 .home_header_nav {
	height: 75px;
	width: 100%;
	overflow: hidden;
}

 .home_header {
	height: 25px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
  }

 .home_header_container {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  }

 .home_hero {
	height: 600px;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url("../style/bg_main_comm.png");
  }

 .land_hero {
	height: 600px;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url("../style/bg_main_gfx3.png");
  }

.contentbreak {
display: flex;
width: 100%;
height: 60px;
justify-content: center;
flex-direction: row;
background: #D7CDCD;
padding-top: 20px;
}

 .home_hero_sec1 {
	height: 570px;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  }

 .home_hero_sec1_border {
	height: 550px;
	width: 95%;
	border:double;
	border-color: #0b0c2c; 
	margin-right: auto;
	margin-left: auto;
  }

 .home_hero_sec1_top {
	height: 350px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
  }

 .home_hero_sec1_bottom {
	height: 200px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
  }


 .home_hero_mid_con {
	height: 650px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
  }

 .home_hero_mid {
	height: 500px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
  }

 .home_hero_mid_l {
	height: 500px;
	width: 98%;
	text-align: right;
  }

 .home_hero_mid_lx {
	height: 430px;
	width: 90%;
	padding-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
  }

 .home_hero_mid_r {
	height: 500px;
	width: 50%;
  }

 .home_hero_mid_rx {
	float: right;
	height: 300px;
	width: 500px;
  }

 .home_hero_sec1_bottom_butt_con {
	height: 50px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
  }

 .home_hero_sec1_bottom_title {
	height: auto;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
  }


.contentrow1c {
max-width:352px;
height: 264px;
padding-bottom: 20px;
align-items: center;
margin-right: auto;
margin-left: auto;
margin-top: 40px;
margin-bottom: 30px;
}



 .home_hero_sec1_bottom_title_frame {
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	border: solid; 
	 text-align: center;
  }



 .home_hero_sec1_bottom_title_frame_sub {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	 text-align: center;
  }


 .home_hero_sec1_bottom_title_frame_con {
	height: 1300px;
	width: 100%;
	 text-align: center;
  }


 .home_hero_sec1_bottom_title_frame_conx {
	height: 740px;
	width: 100%;
	background-color: #f1f1f1;
	background-image: url("/style/bggrid.png");
  }

 .home_hero_sec1_bottom_title_frame_conxx {
	max-height: 950px;
	width: 95%;
	 margin-right: auto;
	 margin-left: auto;
  }

 .home_faq {
	max-height: 1500px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	align-content: center;
	margin-bottom: 60px;
  }

 .home_hero_sec1_bottom_title_frame_conxxx1 {
	height: 1040px;
	width: 100%;
	 text-align: center;
	 overflow: hidden;
  }


 .home_hero_sec1_bottom_title_frame_conxxxx1 {
	height: 930px;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	 overflow: hidden;
  }

 .home_hero_sec1_bottom_title_frame_conxxx {
	height: 400px;
	width: 100%;
  }


 .home_hero_sec1_bottom_title_frame_conxxxx {
	height: 3800px;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	align-content: center;
  }

 .home_footer_frame_bg {
	height: 850px;
	width: 100%;
	background: #000000;
	padding-top: 30px;
  }

 .home_hero_sec1_bottom_butt {
	float: left;
	height: auto;
	width: 90px;
	border-radius: 5px;
	margin-right: 10px;
	text-align: center;
	background-color: #21439c;
  }

 .home_hero_sec1_bottom_butt2 {
	float: left;
	height: auto;
	width: 90px;
	border-radius: 5px;
	margin-right: 10px;
	text-align: center;
	background-color: #FFED00;
  }

 .home_hero_sec1_left {
	height: 1000px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 65px;
  }

 .home_hero_sec1_left_box {
	width: 100%;
	height: 450px;
	overflow: hidden;
	 text-align: center;
  }

 .home_hero_sec1_left_box1 {
	height: 400px;
	width: 100%;
	margin-top: 20px;
  }

 .home_hero_sec1_left_box2 {
	width: 98%;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
  }


 .home_hero_sec1_left_box3 {
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 20px;
  }

 .home_hero_sec1_left_box4 {
	float: left;
	width: 31px;
	height: 31px;
	margin-left: 10px;
	margin-top: 10px;
  }


 .home_hero_sec1_left_box5 {
	float: left;
	width: 70%;
	height: 50px;
	overflow: hidden;
	line-height: 20px;
  }

 .home_hero_sec1_left_box6 {
	height: 50px;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
  }

 .home_hero_sec1_left_box7 {
	height: 50px;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 25px;
	overflow: hidden;
	text-align: center;
	background-color: #000000;
	box-shadow: 5px 3px #888888;
  }

 .home_hero_sec1_container  {
	height: 50px;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	text-align: center;
  }

 .home_hero_sec1_logo {
	height: 50px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  }

 .home_hero_sec1_nav {
	height: 50px;
	width: 300px;
	float: right;
	margin-left: auto;
	text-align: center;
  }


 .home_mid_slider {
	height: 300px;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  }

 .home_mid_slider_box {
	float: left;
	width: 285px;
	height: 215px;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 25px;
	 background-color: cornflowerblue;
  }

 .home_mid_slider_box2 {
	float: left;
	width: 285px;
	height: 215px;
	overflow: hidden;
	border-radius: 25px;
	background-color: cornflowerblue;
  }

 .home_mid_sec_2 {
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;	
	margin-bottom: 30px;
	background-image: url("../style/pic_mid_2.jpg"); 
  }


 .home_mid_3 {
	height: 500px;
	width: 98%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto; 
	text-align: center; 
	margin-top: 20px;	
	margin-bottom: 40px;
  }

 .home_mid_bottom {	
	width: 98%;
	max-height: 900px;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 0px;
	 padding-bottom: 20px;
	margin-bottom: 20px;	 
  }

 .home_overlay_form_res {	
	width: 95%;
	height: auto;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 20px;	
	margin-bottom: 60px;
	border-radius: 15px;
	background-color: white;
  }

 .home_mid_bottom_container_left {
	width: 98%;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	 text-align: center;
  }

 .home_mid_bottom_box_left {
	width: 95%;
	height: 310px;
	margin-left: auto;
	margin-right: auto;
  }

 .home_mid_bottom_box_left_title {
	float: left;
	width: 300px;
	height: 100px;
	margin-top: 15px;
	margin-bottom: 350px;
	margin-left: 15px;
	margin-right: 270px;
  }

 .home_bottom_box_left_buttons {
	float: left;
	width: 300px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: 15px;
  }

 .home_mid_bottom_container_right {
	width: 98%;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden; 
  }

 .home_mid_bottom_box_right_top {
	width: 98%;
	height: 250px;
	overflow: hidden;
	margin-left: 50px;
	border-radius: 25px;
	margin-top: 50px;
	margin-right: 50px;
  }


 .home_mid_bottom_box_right_bottom {
	width: 590px;
	height: 250px;
	overflow: hidden;
	margin-top: 50px;
	margin-right: 50px;
	border-radius: 25px;
	 background-color: cornflowerblue;
  }





 .home_bottom {
	height: 1400px;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;	 
  }

 .home_bottom_container_left {
	width: 98%;
	height: 550px;
	margin-right: auto;
	margin-left: auto;	
	overflow: hidden;
	border-radius: 25px;
  }

 .home_bottom_box_left {
	width: 93%;
	height: 649px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;	
	border-radius: 25px;
	background-image: url("../style/pic_5.jpg");
  }

 .home_bottom_box_left_title {
	float: left;
	width: 300px;
	height: 100px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 350px;
	margin-left: 15px;
	margin-right: 270px;
  }

 .home_bottom_box_left_buttons {
	float: left;
	width: 300px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: 15px;
  }

 .home_bottom_container_right {
	width: 98%;
	height: 550px;
	overflow: hidden;
	border-radius: 25px;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 30px;
	text-align: center;
  }

 .home_bottom_box_right_top {
	width: 590px;
	height: 250px;
	overflow: hidden;
	margin-right: 50px;
	border-radius: 25px;
	 background-color: cornflowerblue;
  }


 .home_bottom_box_right_bottom {
	width: 590px;
	height: 250px;
	overflow: hidden;
	margin-top: 50px;
	margin-right: 50px;
	border-radius: 25px;
	 background-color: cornflowerblue;
  }

 .home_footer {
	height: 25px;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: black;
  }
  
 .home_footer_a {
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  }

  


/* -------------------------- INDEX PAGE END ------------------------------ */



 .home_mid_bottomx {	
	width: 90%;
	height: 850px;
	margin-right: auto;
	margin-left: auto;	
	padding-top: 20px;	
	margin-bottom: 20px;	 
  }

 .home_mid_bottom_container_leftx {
	width: 98%;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
  }

 .home_bottom_container_leftx {
	width: 98%;
	height: 550px;
	margin-right: auto;
	margin-left: auto;	
  }


 .home_mid_bottom_box_rightx {
	width: 98%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
  }


 .home_mid_bottom_container_rightx {
	width: 98%;
	height: 300px;
	margin-right: auto;
	margin-left: auto;	
	
  }


 .home_hidden_conL {
	width: 100%;
	height: 290px;
	margin-right: auto;
	margin-left: auto;
  }


 .home_hidden_con {
	width: 300px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 40px;
	
  }


 .home_mid_bottom_box_leftx {
	width: 95%;
	height: 310px;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
  }

 .home_box_gfx1 {
	float: left;
	width: 300px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
  }

 .home_box_gfx2 {
	float: left;
	width: 300px;
	height: 300px;
	margin-left: 10px;
	margin-top: 10px;
  }

/* -------------------------- INDEX PAGE END ------------------------------ */


.storepg {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 98%;
	margin-bottom: 100px;
	margin-top: 20px;
}
/* -------------------------- INDEX PAGE END ------------------------------ */


/* ---------------------------------    Store PG ------------------------------------------------------------------ */

.storebanner {
	margin-left: auto;
	margin-right: auto;
	height: 180px;
	width: 1100px;
	padding: 10px;
	background-image: url(../style/banner_shop.jpg);
}


.storediv {
	width: 68%;
	height: 100%;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.storeitem {
	width: 320px;
	height: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	float: left;
}

.storeitems {
	width: 98%;
	height: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}


.storeitemsmall {
	width: 98%;
	height: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}

.storerowr {
	width: 30%;
	height: 800px;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #141414;
	float: right;
	border-radius: 25px;
}



/*------------------User PG------------------------------------- */

.userpg {
	width: 97%;
	padding-top: 10px;
	min-height: auto;
	/* [disabled]max-height: 5000px; */
}



.userpgvidbox {
	width: 97%;
	height: 250px;
	padding: 10px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
 
    

.userpgvid {
	width: 97%;
	height: 200px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
 
    

.userpgvidcol {
	width: 97%;
	height: 200px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
 
 
.photoarea2 {
	float:left;
	width: 82%;
	text-align: center;
	height: auto;
	margin-bottom: 150px;
}


.photoarea3 {
	float: left;
	width: 98%;
	height: 250px;
	padding: 5px;
	margin-top: 0px;
	text-align: left;
}

.photobox_id {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
    justify-content: center;
    align-items: center;
	width: 300px; /* Scale image to fit container width */
    height: 220px; /* Maintain aspect ratio */
    object-fit: cover;
	background-image: url("style/picon_default_bg.jpg");
} 

.photobox_id img {
    width: 100%;  /* Ensures the image fills the width */
    height: 100%; /* Ensures the image fills the height */
    object-fit: cover; /* Ensures the image covers the entire div */
    border-radius: 5px;
}


.photobox_id img {
    width: 100%;  /* Ensures the image fills the width */
    height: 100%; /* Ensures the image fills the height */
    object-fit: cover; /* Ensures the image covers the entire div */
    border-radius: 5px;
}

.photobox {
    width: 300px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; 
    border: 1px solid #999999;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("style/picon_default_bg.jpg");
    background-size: cover;  /* Make the image cover the div */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent tiling */
}

.photobox img {
    width: 100%;  /* Ensures the image fills the width */
    height: 100%; /* Ensures the image fills the height */
    object-fit: cover; /* Ensures the image covers the entire div */
    border-radius: 5px;
}


.photoareatop {
	width: 100%;
	height: auto;
	padding-bottom: 5px;
	margin: 0px auto 0px auto;
}



.photoareamid {
	width: 99%;
	height: 425px;
	padding-bottom: 5px;
	margin: 0px auto 0px auto;
}
 

.photobutton {
	float:left;
	width: 250px;
	height: 50px;
	margin:5px;
	text-align:center;
    display: flex;
    align-items: center; /* Vertically centers the text */
}

   
.photobuttcon {
	float:left;
    display: flex;
    align-items: center; /* Vertically centers the text */
	width: auto;
	height: 50px;
}
   
.photobuttword {
	float:left;
    display: none;
    align-items: center; /* Vertically centers the text */
	width: 150px;
	height: auto;
	text-align:center;
}
  
.probox1 {
	width: 100%;
	height: 200px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
 

.probox1_title {
	width: 100%;
	height: 25px;
	background-color: #999999; 
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px black;
}

.probox1_content {
	width: 100%;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
}


.user_trans_box {
	float: left;
	width: 98%;
	height: 200px;
	text-align: left;
	padding: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
    overflow-y: scroll;
}



.profile_info{
	margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
	width: 98%;
	height: 200px;
	overflow-y: hidden;
	background-color: #9C9C9C;
	overflow: hidden;
}


.profile_info2{
	width: 300px;
	max-height: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	text-align: center;
}

.profile_info2x{
	width: 168px;
	height: 30px;
	margin-left: auto;
    margin-right: auto;
	margin-top:20px;
	margin-bottom:15px;
}

	
	


.profile_info3{
	display: block;
	width: 100%;
	height: auto;
}

.profile_info3x{
	display: block;
	width: 100%;
	height: auto;
	height: 100px;
	text-align: center;
	align-content: center;
}	

.profile_info4{
	width: 290px;
	height: 50px;
	margin-left: auto;
    margin-right: auto;
}

.profile_info4x{
	width: 240px;
	height: 50px;
	margin-left: auto;
    margin-right: auto;
}

.profile_info5{
	margin-left: auto;
    margin-right: auto;
	margin-top:0px;
	margin-bottom:20px;
	width: 98%;
	height: 60px;
	overflow: hidden;
}


.profile_info6{
	float:left;
	width: 247px;
	height: 60px;
	margin-right: 20px;
	overflow: hidden;
	background-image: url(../style/butt_blu_bg.png);
}
	
	
.profile_info7{
	float:left;
	width: 247px;
	height: 60px;
	overflow: hidden;
	background-image: url(../style/butt_blu_bg.png);
}
			
.profile_picons{
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 5px;
}
	
	


  /* PAGE TOP */
  /* ---------------------------NAV HEADER MAIN MENU------------------------------------- */

#pageTop {
	background-image: url(style/banback.jpg) repeat-x;
	background-color: #000000;
	height: 125px;
	/* [disabled]margin-bottom: 25px; */
}
#pageTop > #pageTopWrap {
	width: 100%;
	margin: 0px auto;
	height: 150px;
}
#pageTop > #pageTopWrap > #pageTopNav {
	float: left;
	height: auto;
	width: 50px;
	display: inline-block;
}
#pageTop > #pageTopWrap > #pageTopLogo {
	float: left;
	height: auto;
	width: 76%;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	padding-top: 4px;
}
#pageTop > #pageTopWrap > #pageTopRest {
	float: left;
	height: 50px;
	width: 100%;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu1 {
	height: 44px;
	margin-top: 8px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu1 > div {
	margin-top: 12px;
	padding: 4px;
	text-align:center;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu1 > div > a {
	color: #CCC;
	text-decoration: none;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu1 > div > a:hover {
	color: #C0E73D;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu2 {
	height: 44px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu2 > div {
	margin-top: 2px;
	padding: 4px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu2 > div > a {
	display: block;
	float: left;
	color:#CCC;
	text-decoration: none;
	margin: 0px 16px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu2 > div > a:hover {
	color: #C0E73D;
}
/* PAGE MIDDLE */
#pageMiddle{
	width: 98%;
	margin: 100px auto;
	height: 900px;
	text-align: center;
}
/* PAGE BOTTOM */
#pageBottom{
	background: #666;
	padding: 24px;
	font-size: 12px;
	color: #CCC;
	text-align: center;
}

/* -------------------------------------------------------login PG-------------------------------------------------------------------------- */

 .homebannerframe {
	height: 768px;
	width: 100%;
	display: block;
	background-image: url("../style/bg_main_gfx.jpg");
	background-repeat: no-repeat; 
  }  
    
 .homebannerlogo {	
	height: 25px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-image: url("/images/lalm_issue1_cov2.png");
	background-repeat: none;
  }

 .homebannerlogin {
	height: 490px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border:#DBDBDB;
	border: thin;
	border-radius: 2px; 
	text-align: center;
  }



  /* ---------------------------Gallery Page------------------------------------- */

.picframe {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 327px;
	/* [disabled]padding: 20px; */
	padding-top: 15px;
	text-align: center;
}

.photouserpg {
	width: 98%;
	height: 400px;
	padding: 20px;
	margin-top: 75px;
}
 
.photoarea {
	float:left;
	width: 50px;
	height: 700px;
	margin-right: 10px;
	overflow:hidden;
}
 
.photoareaframe {
	float:left;
	width: 50px;
	height: auto;
	margin-right: 10px;
	overflow:hidden;

}

  

  /* ---------------------------User Products PG------------------------------------- */

.uprofullpg {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	height: auto;
	margin-top: 100px;
}

 
 .uproform {
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	float: left;
	height: auto;
}

 
 .uprorow {
	display: block;
	float: left;
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}


.uproinputmid {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	padding: 10px;
	height: auto;
	text-align: left;
	float: left;
}


.uproinputtiny {
	margin-left: auto;
	margin-right: auto;
	width: 10%;
	padding: 10px;
	height: auto;
	text-align: left;
	float: left;
}



.uprocol {
	margin-right: auto;
	width: 1060px;
	height: 1700px;
	margin-bottom: 75px;
	padding: 20px;
	margin-top: 75px;
	background-color: #FFF;
}


.uprotitle {
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	width: 28%;
	padding: 10px;
	height: 64px;
	text-align: left;
	float: left;
}


.uprotitlesmall {
	vertical-align: middle;
	margin-left: 10px;
	width: 18%;
	padding: 10px;
	height: 64px;
	text-align: left;
	float: left;
}


.uproinput {
	margin-left: auto;
	margin-right: auto;
	width: 45%;
	padding: 10px;
	height: auto;
	text-align: left;
	float: left;
}



.uproinputlong {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding: 10px;
	height: auto;
	text-align: left;
	/* [disabled]float: left; */
}



.uproinputsmall {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	padding: 10px;
	height: auto;
	text-align: left;
	float: left;
}



.uproinputsmallmid {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	padding: 10px;
	height: auto;
	text-align: left;
	float: left;
}





.uproinputtiny {
	margin-left: auto;
	margin-right: auto;
	width: 9%;
	padding: 10px;
	height: auto;
	text-align: left;
	float: left;
}


.uprosubmit {
	width: 47%;
	padding: 10px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}



.uproleftcol {
	float: left;
	width: 67%;
	height: auto;
	padding: 10px;
}


.uproritecol {
	float: left;
	width: 29%;
	height: 550px;
	padding: 10px;
	text-align: left;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	overflow: scroll;
}



  /* ---------------------------Video PG------------------------------------- */
  
.vid_pg {
	width: 98%;
	height: 1400px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
   
.vid_coll {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	height: auto;
}
 

.vid_coll_box1 {
	width: 100%;
	height: 100px;
} 

.vid_coll_box1_l {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: left;
} 

.vid_coll_box1_r {	
	float:left;
	width: auto;
	height: auto;
	margin-bottom: 10px;
	text-align:left; 
} 



.vid_coll_box_lr {
	width: 100%;
	height: auto;
}

.vid_coll_box2 {
	width: auto;
	height: 280px;
}


.vid_coll_box2_tv {
	width: auto;
	height: 280px;
}

.vid_coll_box2_vid {
	width: auto;
	height: 250px;
}


.vid_coll_box2a {
	width: 100%;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}


.vid_coll_box2b {	
	float:left;
	width: auto;
	height: auto;
	margin-bottom: 10px;
	text-align:left; 
} 



.vid_coll_box2c {	
	float:right;
	width: auto;
	height: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align:left; 
} 
  

.vid_coll_box3 {
	width: 100%;
	height: 125px;
	padding-bottom:50px;
	text-align: left;
}
 

.vid_colr {
	width: 99%;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}
  

.vid_colr_box1 {
	width: 285px;
	height: 300px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}


.vid_colr_box2 {
	width: 100%;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}




.vidbox_random {
	width: auto;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.vidbox_randoma {
	width: 300px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	
}


.vidbox_randomb {
	float: left;
	width: 135px;
	height: 75px;
	
}

.vidbox_randomc {
	float: right;
	width: 160px;
	height: 70px;
	text-align: left;
	line-height: 3em;
	overflow: hidden;
	
}

.vidbanner_bg {
	height: 200px;
	width: 100%;
	background: black;
	/* [disabled]background-image: url(../images/banner_3_RisingStar.jpg); */
}


.vidbanner {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	height: 500px;
	margin-bottom: 5px;
}



.vidbanner1 {
	float:left;
	width: 800px;
	height: 500px;
	background-image: url(../style/lalm_banner_home_1.jpg);
}

.vidbanner_title {
	width: 100%;
	height: 275px;
}

.vidbanner_title1 {
	overflow: hidden;
	width: 100%;
	height: 75px;
	text-align: center;
	background-image: url("../style/trans_bg.png");
}


.vidbanner2_title {
	width: auto;
	height: 19px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
}


.vidbanner2 {
	float:right;
	width: 300px;
	height: 100%;
	background-color:#1D1D1D;
}


.vidbox_ad1 {
	margin-left: auto;
	margin-right: auto;
	height: 350px;
	width: 1000px;
	margin-bottom: 5px;
	background-image: url("../vidz/173.jpg");
}

.vidbox_ad1x {
	margin-left: auto;
	margin-right: auto;
	height: 350px;
	width: 1000px;
	margin-bottom: 5px;
	background-image: url("../style/watermark_vid_big.png");
}


.vidbox_ad2_big {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 300px;
	margin-bottom: 5px;
}

.vidboxes_ad2 {
	float:left;
	width: 497px;
	height: 215px;
	background-image: url("../vidz/172.jpg");
}

.vidboxes_ad2x {
	width: 495px;
	height: 215px;
	background-image: url("../style/watermark_vid_mid.png");
}

.vidboxes_ad2x_title {
	width: 100%;
	height: 215px;
}

.vidboxes_ad2x_title1 {
	overflow: hidden;
	width: 100%;
	height: 75px;
	text-align: center;
	padding-bottom: 10px;
	background-image: url("../style/trans_bg.png");
}

.vidboxes_ad3 {
	float:right;
	width: 497px;
	height: 300px;
	background-image: url("../vidz/181.jpg");
}

.vidboxes_ad3x {
	width: 495px;
	height: 300px;
	background-image: url("../style/watermark_vid_mid.png");
}


.vidbott {
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	height: 300px;
	width: 100%;
	background-color: #2F2F2F;
}

.vidbott2 {
	margin-left: auto;
	margin-right: auto;
	height: 250px;
	width: 1100px;
}


.vidbottpanel1 {
	float:left;
	height: auto;
	width: 32%;
	margin-right: 10px;
	padding-top: 20px;
	text-align: center;
}


.vidbottpanel2 {
	float:left;
	height: auto;
	width: 32%;
	margin-right: 10px;
	padding-top: 20px;
	text-align: center;
}


.vidbottpanel3 {
	float:left;
	height: auto;
	width: 32%;
	padding-top: 20px;
	text-align: center;
}


.vidtitle {
	margin-left: auto;
	margin-right: auto;
	height: 90px;
	width: 1100px;
}


.vidsidecol {
	float: left;
	height: 800px;
	width: 215px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
}

.vidnavbg {
	width: 1100px;
	height: 50px;
	padding-top: 15px;
	margin-bottom: 10px;	
	margin-left: auto;
	margin-right: auto;	
}

.vidcontenttitle {
	width: 1100px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-radius: 2px;
	background-image: linear-gradient(#ffffff, #C0C0C0);
	padding-top: 15px;
	padding-left: 60px;
	border-color: #ADADAD;
	border-width: thin;
	
}

.vidsearch {
	width: 1100px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-radius: 2px;
	background-image: linear-gradient(#ffffff, #C0C0C0);
	padding-top: 15px;
	border-color: #ADADAD;
	border-width: thin;
	
}



.vidcontenthome {
	width: 900px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 150px;
	padding-top: 40px;
	padding-bottom: 50px;
}


.vidcontenttitle {
	width: 1100px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-radius: 2px;
	background-image: linear-gradient(#ffffff, #C0C0C0);
	padding-top: 15px;
	padding-left: 60px;
	border-color: #ADADAD;
	border-width: thin;
	
}

.vidsearch {
	width: 1100px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-radius: 2px;
	background-image: linear-gradient(#ffffff, #C0C0C0);
	padding-top: 15px;
	border-color: #ADADAD;
	border-width: thin;
	
}




 /* ---------------------------Store Page------------------------------------- */
.storebanner_bg {
	height: 200px;
	width: 100%;
	background: black;
}

.storebanner {
	margin-left: auto;
	margin-right: auto;
	height: 180px;
	width: 98%;
	/* [disabled]padding: 10px; */
	background-image: url(../style/banner_shop.jpg);
}



.storetitle {
	margin-left: auto;
	margin-right: auto;
	height: 125px;
	width: 100%;
}


.storesidecol {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 95%;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	padding: 10px;
}


.storecontent {
	height: 100%;
	width: 94%;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


.storediv {
	width: 95%;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}



.storeitem {
	width: 100%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.storeitems {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	
}


.storeitemsmall {
	width: 98%;
	height: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}
.storerowr {
	width: 100%;
	height: 100%;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}


.bgheadermid {
	background-image: url(../style/bgslider2.jpg);
	height: 300px;
	margin: 0px;
	width:100%;
	background-repeat: repeat-x;

}



 /* ---------------------------Products Page------------------------------------- */
 
 
.prodpg {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	margin-top: 30px;
	height: auto;
}
 
  
.prodframe {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	max-height: 4000px;
	padding-bottom: 5px;
}

.prodpgjax {
	background-image: url(../style/bgtrans.png);
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	height: 850px;
	padding: 5px;
	border-radius: 25px;
}


.prodrowl {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 98%;
	margin-bottom: 25px;
}

.prodrowljax {
	margin-left: auto;
	margin-right: auto;
	height: 565px;
	width: 95%;
	padding: 5px;
}

.prodrowr {
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	text-align: center;
	height: auto;
	margin-bottom: 25px;
}

.propic {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
	overflow: hidden;
	width: 98%;
}


.propicrow {
	margin-left: auto;
	margin-right: auto;
	height: 110px;
	width: 100%;
	text-align: right;
}

.prosocialbar {
	margin-left: auto;
	margin-right: auto;
	height: 75px;
	text-align: center;
	width: 200px;
}

.prosocialbox {
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: auto; */
	height: 65px;
	width: 65px;
	text-align: center;
	float: right;
}


.propic1 {
	float: left;
	margin-left: 5px;
	height: 100px;
	width: 43%;
	/* [disabled]padding: 5px; */
	overflow: hidden;
}

.propic2 {
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	width: 43%;
	padding: 5px;
	overflow: hidden;
}

.propic3 {
	float: left;
	margin-left: 5px;
	height: 100px;
	width: 43%;
	padding: 5px;
	overflow: hidden;
}

.propic4 {
	float: left;
	margin-left: 5px;
	height: auto;
	width: 43%;
	padding: 5px;
}

.propicjax {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align:center;
}

.propicdesc {
	float:left;
	margin-left: auto;
	margin-right: auto;
	height:650px;
	width: 95%;
	padding:5px;
}

.prodpg2 {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height: auto;
}

.probuttbox {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	text-align: center;
}

.probuttbox2 {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 10px;
	text-align: center;
}

.prodesc {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	padding: 5px;
}


.pricebox {
    display: inline-block;  /* Ensures the div adjusts to its content */
    width: auto;            /* Width of the div is determined by the content */
    max-width: 98%;         /* Prevents the div from being wider than 98% of its container */
    margin: 0 auto;         /* Centers the div horizontally */
    margin-right: 5px;      /* Adds some space on the right */
    margin-top: 20px;          /* Adds some space on the right */
    margin-bottom: 10px;    /* Adds some space at the bottom */
    height: auto;   
}

.priceopts {
	width: 98%;
	margin-right: 5px;
	margin-bottom: 10px;
	height: auto;
}

.price1 {
	float:left;
	margin-right: 5px;
	width: 30%;
	text-align: right;
}

.price2 {
	float: left;
	margin-right: 5px;
	width: auto;
	text-align: left;
	margin-right: 5px;
}

.price3 {
	float: left;
	margin-right: 5px;
	width: 20%;
	text-align: right;
}


.prorand {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	height: 800px;
	/* [disabled]padding: 5px; */
	text-align: center;
}

.prorand1 {
	float: left;
	width: 200px;
	height: auto;
	padding: 5px;
	text-align: center;
}



/* ---------------------------Products Page END------------------------------------- */



   /* ---------------------------User Video PG------------------------------------- */
  
 .vidupfullpg {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height: 700px;
	margin-top: 100px;
}


.vidupleftcol {
	width: auto;
	height: 550px;
	padding: 10px;
	text-align: left;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	overflow: scroll;
}

  /* ---------------------------User Products PG------------------------------------- */
  
 .uprofullpg {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height: auto;
	margin-top: 100px;
}


.uproleftcol {
	width: 97%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}


.uproritecol {
	width: 95%;
	height: 400px;
	padding:10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	overflow: scroll;
}



 .uproform {
	margin-left: auto;
	margin-right: auto;
	height: 2250px;
	width: 95%;
	padding: 10px;
}



 .uprorow {
	 display:block;
	float: left;
	text-align: left;
	width: 98%;
}



.uprotitle {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding: 10px;
	height: auto;
	text-align: center;
}

.uproinput {
	width: 98%;
	padding: 10px;
	height: auto;
	text-align: left;
	
}

.uproinputlong {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding: 10px;
	height: auto;
	text-align: left;
	/* [disabled]float: left; */
}

.uproinputsmall {
	margin-left: auto;
	margin-right: auto;
	width: 15%;
	padding: 10px;
	height: auto;
	text-align: left;
	float: left;
}


.uproinputmid {
	margin-left: auto;
	margin-right: auto;
	width: 93%;
	padding: 10px;
	height: auto;
	text-align: left;
	float: left;
}


.uproinputtiny {
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	padding: 10px;
	height: auto;
	text-align: left;
	float: left;
}

.uprosubmit {
	width: 47%;
	padding: 10px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}



.uprocol {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	height: auto;
}




 /* ---------------------------Bank Account Page------------------------------------- */
 
 
.bankpg {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height: 1350px;
	/* [disabled]padding: 20px; */
	margin-top: 75px;
	background-color: #FFF;
	border: #999 1px solid;
}



.bankheader {
	margin-left: auto;
	margin-right: auto;
	/* [disabled]width: 100%; */
	height: 120px;
	padding: 5px;
}


.bankheaderbox1 {
	float:left;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	height: 550px;
	padding: 20px;
	margin-top: 15px;
}



.bankheadertitle {
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 10px;
	
}

.banktokenzbg {
	background-image: url(../style/bg_tokens.png);
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 115px;
	background-repeat: no-repeat;
	height: 60px;
	
}

.bankheaderbox2 {
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height: 550px;
	padding: 5px;
	margin-top: 15px;
}



 /* ---------------------------FAQ  PAGE------------------------------------- */
.faqcontent {
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
	height: 950px;
	width: 94%;
	padding-bottom: 50px;
	margin-top: 75px;
	background-color: #fff;
}


.faqdiv {
	width: 98%;
	height: auto;
	text-align: left;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]float: left; */
	margin-bottom: 50px;
}

/* ---------------------------FOOD MENU------------------------------------- */

  

 .foodmenu_hero {
	height: 600px;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url("../style/bg_main_gfx_food.jpg");
  }

 .foodmenu_hero_sec1 {
	height: 600px;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  }

 .foodmenu_hero_sec1_top {
	height: 360px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
  }

 .foodmenu_hero_sec1_bottom {
	height: 200px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
  }

 .foodmenu_hero_sec1_bottom_butt_con {
	height: 90px;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  }

 .foodmenu_hero_sec1_bottom_butt {
	float: left;
	height: 30px;
	width: 90px;
	border-radius: 5px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	background-color: #21439c;
  }

.foodmenu_pg {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 98%;
	margin-bottom: 100px;
	margin-top: 20px;
}

.foodmenu_content {
	height: auto;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}


.fooditem {
	width: 300px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

.fooditempic {
	width: 270px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
}


.fooditempiccon {
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.fooditempiccost {
	width: 300px;
	height: auto;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.fooditems {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}


 /* ---------------------------Inventory List ------------------------------------- */


.invenall {
	margin-right: auto;
	width: 98%;
	height: 1700px;
	margin-bottom: 75px;
	/* [disabled]padding: 20px; */
	margin-top: 75px;
	background-color: #FFF;
	margin-left: auto;
}

 .inven1 {
	float: left;
	width: 100%;
	height: 900px;
	/* [disabled]padding: 10px; */
	text-align: left;
}


.inven2 {
	float: left;
	width: 100%;
	height: 800px;
	/* [disabled]padding: 10px; */
	text-align: left;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	overflow: scroll;
}


 
 /* ---------------------------Cart Page------------------------------------- */
 
.cartalldiv {
	width: 98%;
	height: 100%;
	display: block;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	background-color: #FFF;
}

.cartrow {
	width: 98%;
	height: 400px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.cartbox {
	float: left;
	width: auto;
	margin-top: 5px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-bottom: 25px;
}


.cartbox2 {
	float: left;
	width: 38%;
	margin-top: 5px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align:center;
}
.carttitle {
	width: 100%;
	height: auto;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color:#999;
	border-style:solid;
	border-width:1px;
	
	
}

.cartbutt {
	width: 98%;
	height: 150;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}



  
  /* -------------------------------------------------------------------------------------------------------------------------------------------------- */




/* -------------------------- POP UP FORM QUESTIONS END ------------------------------ */


 .popup_frame {	
	width: 100%;
	height: 600px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 0px;	
	margin-bottom: 0px;
	padding-top: 50px;		 
  }

 .popup_frame_left {
	display: block;
	width: 300px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 0px;	
  }

 .popup_frame_right {	
	display: block;
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
  }
	
/* ------------------------------------------ User Profile Picture  ------------------------------------------------------------------------------ */

textarea#statustext{width:90%; height:80px; padding:8px; border:#999 1px solid; font-size:11px; margin-left:auto; margin-right:auto;}
div.status_boxes{padding:12px; line-height:1.5em;}
div.status_boxes > div{padding:8px; border:#99C20C 1px solid; background: #F4FDDF;}
div.status_boxes > div > b{font-size:12px;}
div.status_boxes > button{padding:5px; font-size:12px;}
textarea.replytext{width:90%; height:40px; padding:1%; border:#999 1px solid;}
div.reply_boxes{padding:12px; border:#999 1px solid; background:#F5F5F5;}
div.reply_boxes > div > b{font-size:12px;}
	

div#profile_pic_box{
    width: 100px;
    height: 100px;
    margin: 20px auto 20px auto;
    overflow: hidden;
    border-radius: 50%;
    z-index: 7000;
    position: absolute;
    left: 309px;
    top: 231px;
    border: 5px;
    border-color: #424242;
}

	
	
div#profile_pic_box > img{z-index:2000; width:300px;}
div#profile_pic_box > a {  
	display: none;
	position:absolute; 
	margin:30px 0px 0px 15px;
	z-index:4000;
	background:#D8F08E;
	border:#81A332 1px solid;
	border-radius:3px;
	padding:5px;
	font-size:12px;
	text-decoration:none;
	color:#60750B;
}
div#profile_pic_box > form{
	display:none;
	position:absolute; 
	z-index:3000;
	padding:10px;
	opacity:.8;
	background:#F0FEC2;
	width:200px;
	height:200px;
}
div#profile_pic_box:hover a {
    display: block;
}
img.friendpics{border:#000 1px solid; width:40px; height:40px; margin:2px;}
div#photo_showcase{
	/* [disabled]float: right; */
	background: url(style/photo_showcase_bg.png) no-repeat;
	width: 136px;
	height: 127px;
	margin: 0px auto 0px auto;
	cursor: pointer;
}
div#photo_showcase > img{width:74px; height:74px; margin:37px 0px 0px 9px;}
img.friendpics{border:#000 1px solid; width:60px; height:70px; margin:2px;}
	

.profile_info{
	margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
	width: 98%;
	height: 200px;
	overflow-y: hidden;
	background-color: #9C9C9C;
	overflow: hidden;
}
	


 .pro_toggle_con {	
	width: 100%;
	height: 1200px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 0px;	
	margin-bottom: 40px;	 
  }

 .pro_toggle_con_box {	
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 0px;	
	margin-bottom: 40px;	 
  }

 .pro_toggle_box_left {
	width: 98%;
	height: auto;
  }

 .pro_toggle_box_right {
	width: 98%;
	height: 500px;
	padding-top: 30px;
	padding-bottom: 20px;
  }

 .pro_toggle_card {
	width: 90%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	background-color: lightblue;
  }

 .pro_toggle_card_left {
	width: auto;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
  }

 .pro_toggle_card_right {
	width: 98%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
  }

 .pro_toggle_card_logo {
	width: 190px;
	height: 50px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
  }

 .pro_toggle_card_text {
	width: 98%;
	height: auto;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
	 text-align: center;
  }

 .pro_toggle_card_pic {
	width: 200px;
	height: 200px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-radius: 100px;
	 border-style: solid;
  border-color: grey;
  border-width: 5px;
  }


 .pro_toggle_card_qr {
	width: 120px;
	height: 120px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
  }

	
/* ------------------------------------------ User Profile Picture END ------------------------------------------------------------------------------ */
/* --------------------------- Misc Page ------------------------------------- */

.musicmisc_pg {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: auto;
	margin-top: 25px;
	padding:5px;
	margin-bottom: 100px;
}


.musicmisc_ban {
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_Author.jpg");
	background-repeat: repeat;
}

.musicmiscad1_ban {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_MeowAndBarks.jpg");
	background-repeat: repeat;
}

.musicmiscad2_ban {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_AdHalfPg.jpg");
	background-repeat: repeat;
}

.musicmiscad3_ban {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_AD_PushDolla.jpg");
	background-repeat: repeat;
}


.musicmiscad4_ban {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_CatchYourCut.jpg");
	background-repeat: repeat;
}


.musicmisccov_ban {
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_Cover1.jpg");
	background-repeat: repeat;
}


.musicmiscmovies_ban {
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_Movies.jpg");
	background-repeat: repeat;
}

.musicmiscrcarpet_ban {
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_RedCarpet.jpg");
	background-repeat: repeat;
}

.musicmiscfashion_ban {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_Fashion.jpg");
	background-repeat: repeat;
}


.musicmiscnlife_ban {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_ClubSpotlight.jpg");
	background-repeat: repeat;
}
.musicmisccave_ban {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_ManCave.jpg");
	background-repeat: repeat;
}

.musicmiscartist_ban {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_FaceBreakers.jpg");
	background-repeat: repeat;
}

.musicmiscbaddie_ban {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_Choas.jpg");
	background-repeat: repeat;
}

.musicmisctwit_ban {
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_Twitterverse.jpg");
	background-repeat: repeat;
}

.musicmiscevents_ban {
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_Events.jpg");
	background-repeat: repeat;
}

.musicmiscfunz_ban {
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_FunZone.jpg");
	background-repeat: repeat;
}

.musicmiscartbloc_ban {
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_ArtistBlock.jpg");
	background-repeat: repeat;
}


.musicmiscredcar_ban {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_RedCarpet.jpg");
	background-repeat: repeat;
}


.musicmiscnews3_ban {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 618px;
	background-image: url("../images/Banner_LoudandLitiMag_NoFakeNews.jpg");
	background-repeat: repeat;
}



.musicmisc_ban_over {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 618px;
}


.musicmisc_ban_title {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	font-size: 70%;
}

.musicmisc_lcol {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 100px;
	text-align: center;
}


.musicmisc_rcol {
	width: 300px;
	height: 2100px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url("../images/mascarasmix_logos.png");*/
	background-repeat: none;
}


 
.musicmisc_all {
	width: 100%;
	height: 425px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

.musicmisc_pic {
	width: 190px;
	height: 190px;
	margin-right: 10px;
	margin-right: auto;
	margin-left: auto;
}

.musicmisc_info {
	width: 95%;
	height: 175px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}


.musicmisc_box {
	width: 100%;
	height: 350px;
	overflow:scroll;
}


/* ------------------------------------------ Music END ------------------------------------------------------------------------------ */

	

/* --------------------------- User Profile Overlays  ------------------------------------- */

.pro_over_con {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 95%;
	height: 500px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.pro_over_con2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 95%;
	height: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.memitem {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	display: block;
}

.memitems {
	width: 98%;
	height: 60px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}


/* --------------------------- Commerical Office Landing Page ------------------------------------- */


.office_ban {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 500px;
	background-image: url("../style/bg_main_comm.jpg");
}

.office_para {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	max-height: 600px;
}


.office_lpg {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	height: auto;
	margin-bottom: 0px;
}


.office_lpg2 {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 100px;
	text-align: center;
}

 .office_title_frame {
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	border-color: #ffffff;
	border: solid; 
  }

.office_row_pg {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	margin-bottom: 0px;
	margin-top: 20px;
}

 .office_row {
	width: 100%;
	min-height: 1300px;
	max-height: 1400px;
	display: block;
	margin-right: auto;
	margin-left: auto;	 
  }

 .office_row_bottom_container_left {
	width: 98%;
	height: 150px;
	margin-right: auto;
	margin-left: auto;	
	overflow: hidden;
	border-radius: 25px;
  }

 .office_row_bottom_box_left {
	width: 324px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;	
  }

 .office_row_bottom_box_left_title {
	float: left;
	width: 300px;
	height: 100px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 350px;
	margin-left: 15px;
	margin-right: 270px;
  }

 .office_row_bottom_box_left_buttons {
	float: left;
	width: 300px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: 15px;
  }

 .office_row_bottom_container_right {
	width: 98%;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 30px;
	text-align: center;
  }

 .office_row_bottom_box_right_top {
	width: 590px;
	height: 250px;
	overflow: hidden;
	margin-right: 50px;
	border-radius: 25px;
	 background-color: cornflowerblue;
  }


 .office_row_bottom_box_right_bottom {
	width: 590px;
	height: 250px;
	overflow: hidden;
	margin-top: 50px;
	margin-right: 50px;
	border-radius: 25px;
	 background-color: cornflowerblue;
  }





 /* ---------------------------Video Page------------------------------------- */


.vidbanner_bg {
	height: 200px;
	width: 100%;
	background: black;
	/* [disabled]background-image: url(../images/banner_3_RisingStar.jpg); */
}


.vidbanscroll {
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	width: 400px;
}



.vidbanner {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height: 1060px;
	margin-bottom: 5px;
}



.vidbanner1 {
	width: 100%;
	height: 500px;
	background-image: url(../style/lalm_banner_home_1.jpg);
}


.vidbanner_title {
	width: 100%;
	height: 275px;
}

.vidbanner_title1 {
	overflow: hidden;
	width: 100%;
	height: 75px;
	text-align: center;
	background-image: url("../style/trans_bg.png");
}


.vidbanner2_title {
	width: auto;
	height: 19px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
}

.vidbanner2 {
	width: 100%;
	height: 100%;
	background-color:#1D1D1D;
}



.vidbox_ad1 {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height: 350px;
	margin-bottom: 5px;
	background-image: url(../vidz/173.jpg);
}

.vidbox_ad1x {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height: 350px;
	margin-bottom: 5px;
	background-image: url("../style/watermark_vid_big.png");
}




.vidbox_ad2_big {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height: 620px;
	margin-bottom: 5px;
}

.vidboxes_ad2 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 300px;
	margin-bottom: 5px;
	background-image: url(../vidz/171.jpg);
}

.vidboxes_ad2x {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 300px;
	margin-bottom: 5px;
	background-image: url("../style/watermark_vid_mid.png");
}

.vidboxes_ad2x_title {
	width: 100%;
	height: 225px;
}

.vidboxes_ad2x_title1 {
	overflow: hidden;
	width: 100%;
	height: 75px;
	text-align: center;
	background-image: url("../style/trans_bg.png");
}

.vidboxes_ad3 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 300px;
	background-image: url(../vidz/181.jpg);
}

.vidboxes_ad3x {
	width: 100%;
	height: 300px;
	background-image: url("../style/watermark_vid_mid.png");
}



.vidboxes {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	height: 400px;
	margin-bottom: 90px;
}


.vidboxes1 {
	width: 98%;
	height: 400px;
	margin-right: 10px;
}

.vidboxes2 {
	width: 98%;
	height: 300px;
}



.vidbott {
	padding-top:20px;
	margin-left: auto;
	margin-right: auto;
	height: 825px;
	width: 100%;
	background-color: #2F2F2F;
}

.vidbott2 {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 400px;
}


.vidbottpanel1 {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-bottom: 10px;
}


.vidbottpanel2 {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-bottom: 10px;
}


.vidbottpanel3 {
	height: auto;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-bottom: 10px;
}


.viddiv {
	width: 95%;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.vidnavbg {
	width: 100%;
	height: 50px;
	padding-top: 15px;
	margin-bottom: 10px;	
	margin-left: auto;
	margin-right: auto;	
}


.vidsearch {
	width: 1100px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-radius: 2px;
	background-image: linear-gradient(#ffffff, #C0C0C0);
	padding-top: 15px;
	border-color: #ADADAD;
	border-width: thin;
	
}


.vidcontenttitle {
	width: 98%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-radius: 10px;
	background-image: linear-gradient(white, grey);
}


.vidconoverrow {
	height: 400px;
	width:300px; 
	margin-left: auto; 
	margin-right: auto; 
}


.vidconoverrow1 { 
	height: 300px;
	width:300px; 
	margin-left: auto; 
	margin-right: auto;
}


.vidconoverrow2 {
	height: 300px;
	width:300px; 
	margin-left: auto; 
	margin-right: auto; 
}



.vidcontenthomerow {
	width: 100%;
	height: 515px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url("../style/bg_image_1x.jpg");
}


.vidcontenthomerow3 {
	width: 95%;
	height: 515px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}



.vidcontenthomerow3x {
	width: 300px;
	height: 500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}


.vidcontenthomerowx {
	width: 900px;
	height: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}


.vidcontenthome {
	width: 200px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 150px;
	padding-top: 40px;
	padding-bottom: 25px;
}

.vidcontent {
	/* [disabled]float: right; */
	height: 1000px;
	width: 360px;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 40px;
}

.vidcontent1 {
	width:100%; 
	margin-left: auto; 
	margin-right: auto; 
	height: auto;
	margin-bottom: 40px;
}

.vidcontent2 {
	width:98%; 
	margin-left: auto; 
	margin-right: auto; 
	height: auto;
	text-align: center;
}

.vidcontent3 {
	width:100%; 
	margin-left: auto; 
	margin-right: auto; 
	height: auto;
}

.vidcontent4 {
	width:100%; 
	margin-left: auto; 
	margin-right: auto; 
	height: auto;
}

.vidcontent5 {
	width:100%; 
	margin-left: auto; 
	margin-right: auto; 
	height: auto;
}

.viditems {
	float: left;
	width: auto;
	height: auto;
	text-align: center;
}



.viditem {
	width: 200px;
	height: 300px;
	text-align: center;
	margin-left: 15px;
	margin-bottom: 15px;
}


.viditem_home {
	width: 225px;
	height: 150px;
	float: left;
	text-align: center;
	margin-right: 5px;
	border-radius: 25px;
  	line-height: 12px;
}

.viditempic {
	border-radius: 10px;
	overflow: hidden;
}

.viditempic2 {
	border-radius: 10px;
	overflow: hidden;
	border-color: red;
	border-width:thin;
}


.viditems {
	width: 95%;
	height: 340px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	
}

.viditems_home {
	width: 225px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-top: 20px;
	overflow: hidden;
	
}


.viditemsmall {
	width: 98%;
	height: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}
.vidrowr {
	width: 100%;
	height: 100%;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}


/* -------------------------------------------------------Photojounarlist Photo Gallery PG------------------------------------------------------------------- */



.photojo_items {
	width: 210px;
	height: 350px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
}

.photojo_item_pic {
	width: 146px;
	height: 211px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}


.photojo_item {
	float: left;
	width: 200px;
	height: 340px;
	text-align: center;
	overflow: hidden;
}


 /* ---------------------------Store Page------------------------------------- */
.epibanner_bg {
	height: 200px;
	width: 100%;
	background: black;
}

.epibanner {
	margin-left: auto;
	margin-right: auto;
	height: 180px;
	width: 98%;
	/* [disabled]padding: 10px; */
	background-image: url(../style/banner_shop.jpg);
}



.epititle {
	margin-left: auto;
	margin-right: auto;
	height: 125px;
	width: 100%;
}


.episidecol {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 95%;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	padding: 10px;
}


.epicontent {
	height: 100%;
	width: 94%;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


.epidiv {
	width: 95%;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}



.epiitem {
	width: 100%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-radius: 25px;
}

.epiitems {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	
}


.epiitemsmall {
	width: 98%;
	height: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}
.epirowr {
	width: 100%;
	height: 100%;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.epipg {
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	margin-bottom: 100px;
	margin-top: 50px;
	padding: 5px;
	height: auto;
}




 /* ---------------------------Home Videos ------------------------------------- */

.viditex {
	width: 100%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-radius: 25px;
}

.viditemsx {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	
}



 /* ---------------------------Dancers Videos ------------------------------------- */



.girlsitems {
	float: left;
	width: auto;
	height: auto;
	text-align: center;
}



.girlsitem {
	width: 300px;
	height: 340px;
	text-align: center;
	margin-left: 15px;
	margin-bottom: 15px;
}

.girlsitempic {
	border-radius: 10px;
	overflow: hidden;
}


/* -----------------------------------------  EPK's --------------------------------------------- */



 .epkrow {
	height: 160px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	 background-image: url("../style/gfx_epk_devices3.png");
  }

 .epkrow1 {
	height: 420px;
	width: 98%;
	border-radius: 15px; 
	margin-left: auto;
	margin-right: auto;
	background-image: url("../style/gfx_epk_devices22.png");
  }

 .epkrow2 {
	height: 180px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../style/gfx_epk_devices23.png");
  }


 .epk_butt_con {
	height: 70px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	overflow: hidden;
	text-align: center;
  }


 .epk_para_info {
	height: 280px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	align-content: center;
  }


 .epkgen_row {
	max-height: 1500px;
	width: 100%;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	background-color: black;
	background-image: url("../style/bgdiv1.png");
  }


 .epkgen_row_left {
	height: 800px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
  }


 .epkgen_row_right {
	height: 300px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	overflow:hidden;
  }


.footer_icons{
	width: 270px;
	height: 50px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

 .graphics_mid_row {	
	width: 98%;
	height: 700px;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: black;
  }


 .graphics_mid_l {
	width: 95%;
	max-height: 370px;
	margin-left: auto;
	margin-right: auto;
  }


 .graphics_mid_r {
	width: 95%;
	height: 280px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden; 
  }

/* -----------------------------------------  EPK Videos --------------------------------------------- */



 .arrow {
	height: 600px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../style/devices2.jpg");
  }


 .ar_para_info {
	height: 100px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	align-content: center;
  }

 .ar_butt_con {
	height: 70px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	overflow: hidden;
	text-align: center;
  }

 .heroar {
	height: 600px;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url("../style/bg_main_comm3.jpg");
  }

 .arrowbg {
	height: 600px;
	max-width: 400px;
	border-radius: 25px; 
	margin-left: auto;
	margin-right: auto;
	background-image: url("../style/ar_1.jpg");
  }

 .nl_frame_con {
	height: 1160px;
	width: 95%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
  }

.user_info_con {
	margin-left: auto;
    margin-right: auto;
	margin-top:35px;
	width: 98%;
	margin-bottom:0px;
	max-height: 100px;
	text-align: center;
}
	

 .user_title { 
	width: 98%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
  }

 .butt_tip {
	height: auto;
	width: 250px;
	text-align: center;
	align-content: center;
	background-color: green;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;  
  }

 .butt_drink { 
	height: auto;
	width: 250px;
	text-align: center;
	align-content: center;
	background-color: blue;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;  
  }


 .butt_contactz { 
	height: auto;
	width: 250px;
	text-align: center;
	align-content: center;
	background-color: blue;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;  
  }

 .butt_blu_generic {
	float: left; 
	height: 40px;
	width: 250px;
	text-align: center;
	align-content: center;
	background-color: blue;
	margin-right: 10px;
	padding-top: 10px; 
	border-radius: 5px;
    transition: transform 0.2s ease-in-out; /* Smooth scaling effect */ 
  }

 .butt_blu_generic:hover {
    transform: scale(1.1);
		
  }




/* -----------------------------------------  O-Go App Events Videos --------------------------------------------- */



.ogopg {
	margin-left: auto;
	margin-right: auto;
	max-height: 4500px;
	width: 98%;
	margin-bottom: 100px;
	margin-top: 20px;
}


.ogocontent {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 300px;
	text-align: center;
}



 .ogobanner1 {
	height: 100px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	 background-image: url("../style/devices2.jpg");
  }


 .ogobanner2 {
	height: 100px;
	width: 300px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	align-content: center;
	 background-image: url("../style/ogoadbox.jpg");
  }


.ogoitem {
	width: 320px;
	height: 420px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}

.ogoitempic {
	width: 270px;
	height: 330px;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #B1B1B1;
}


.ogoitems {
	width: 98%;
	height: 450px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}


.ogoitemsmalltitle {
	width: 98%;
	height: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}



.ogoitemsmall {
	width: 260px;
	height: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}

.ogoitemsmallx {
	width: 260px;
	height: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;		
}


.ogoitembox1 {
	width: 50px;
	height: 50px;
	text-align: center;
	margin-left: 10px;
	border: 2px solid #ffffff;
	border-radius: 5px;
	float: left;
}


.ogoitembox1x {
	width: 50px;
	height: 50px;
	text-align: center;
	margin-left: 10px;
	float: left;
}

.ogoitembox2 {
	width: 50px;
	height: 50px;
	text-align: center;
	margin-left: 10px;
	border: 2px solid #ffffff;
	border-radius: 5px;
	float: left;
}

.ogoitembox3 {
	width: 50px;
	height: 50px;
	text-align: center;
	margin-left: 10px;
	border: 2px solid #ffffff;
	border-radius: 5px;
	float: left;
}


.ogoitembox4 {
	width: 50px;
	height: 50px;
	text-align: center;
	margin-left: 10px;
	border: 2px solid #ffffff;
	border-radius: 5px;
	float: left;
}



.ogoitemboxnum {
	width: auto;
	height: 10px;
	padding-top: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



.ogoitemboxinfo {
	width: auto;
	height: 15px;
	padding-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.everowl {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 98%;
	margin-bottom: 25px;
}

/* ----------------------------- Style the nav tab on Events Live Page -----------------------------  */


.tab {
  max-width: 400px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  max-width: 300px;
  height: auto;
  display: none;
  padding-bottom: 0px;
  border-top: none;
}
 a:link {
	color: #C2C2C2;
}
a:visited {
	color: #C2C2C2;
}
a:hover {
	color: #C2C2C2;
}
a:active {
	color: #C2C2C2;
}



/* ----------------------------- Style the nav tab on Music Page -----------------------------  */


.muzcontent {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 95%;
	text-align: center;
}


/* ----------------------------- Style the nav tab on Music Page -----------------------------  */


.ogonowcontent {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 272px;
	text-align: center;
}



/* ----------------------------- Style Index Header O-Go Page -----------------------------  */


 .ogo_generic_pg {
	max-height: 3300px;
	max-width: 300px;
	width: 85%;
  }


 .ogo_hero_left {
	height: 290px;
	width: 98%;
	margin-left: auto;
	padding-top: 40px;
  }

 .ogoitemtitle {
	width: 98%;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
  }

 .ogo_hero_left_content {
	height: 250px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../style/ogo_hero.png");
	background-repeat: no-repeat;
  }


 .ogo_hero_right {
	height: 290px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
  }


 .ogo_hero_right_content {
	height: 250px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
  }

.avatarcontainer {
    width: 75px;
    height: 75px;
    border: 2px solid grey;
    border-radius: 50%;
    overflow: hidden;
}


 .ogo_qr_user {
	width: 150px;
	height: 150px; 
	margin-right: auto; 
	margin-left: auto;
  }


 .ogo_qr_user_pin {
	width: 100px;
	height: 50px;
	margin-top: 0px; 
	margin-bottom: 20px;
	margin-right: auto; 
	margin-left: auto;
  }


.photobox_id {
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
    justify-content: center;
    align-items: center;
	width: 300px; /* Scale image to fit container width */
    height: 220px; /* Maintain aspect ratio */
    object-fit: cover;
	background-image: url("style/picon_default_bg.jpg");
} 


 .profile_user_info_content {
	width: 98%;
	max-height: 200px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
  }


 .profile_ratingz {
	width: 98%;
	height: 100px;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
  }


.profile_bio_info_content{
	width: 300px;
	max-height: 240px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	text-align: center;
}	




.profile_services_content {
	margin-left: auto;
    margin-right: auto;
	margin-top:35px;
	width: 98%;
	margin-bottom:0px;
	max-height: 100px;
	text-align: center;
}


 .profile_user_button_connect {
	width: 98%;
	height: 60px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
  }



 .member_digi_id_box {	
	width: 98%;
	max-height: 900px;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;	 
  }

 .member_digi_id_box_left {
	width: 95%;
	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
  }

 .member_digi_id_box_right {
	width: 95%;
	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
  }



.eveflyerpg {
	width: 270px;
	max-height: 4000px;
	padding-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}


.eveflyerbox {
	width: 270px;
	height: 450px;
	padding-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}








