@charset "UTF-8";

body {
  background-color:#FFFFFF;
  background-image:url(https://img.mfcimg.com/photos2/175/17519657/941-568-193-482-7637152.jpg);
  background-position:left top;
  background-size:100%;
  background-repeat:no-repeat;
  background-attachment:fixed;
  width:1024px;
  margin:0 auto;
}

.profile_section {
  background-color:none;
}

.label {
  color:Black;
}

.value {
  color:Black;
}

.heading {
  color:Black;
}

#profile_header .heading {
  color:orange;
}

.profile_section_background {
  box-shadow:0 0 10px rgba(0,0,0,.5),0 0 5px rgba(0,0,0,.26);
  background-color:#FFFFFF;
  opacity:.4;
}

.profile_section_content {
  border:1px solid #FF9900;
}

#profile_avatar {
  border-radius:50px;
  box-shadow:0 0 5px rgba(0,0,0,.5),0 0 2px rgba(0,0,0,.12);
}

.photo_gallery_preview {
  padding-left:-10px;
  margin-left:-10px;
}

.profile_section_background {
  z-index:-100;
}

.profile_section_content {
  z-index:auto;
}

#video_1 {
  width:529px;
  height:192px;
  position:absolute;
  margin-top:-370px;
  margin-left:463px;
  z-index:9998;
  border:1px solid #F90;
  border-radius:0 5px 5px 0;
  background-color:black;
}

#video_1 a {
  text-decoration:none;
  color:#F90;
  font-size:16px;
  font-weight:bolder;
}

#video_1 a:hover {
  color:#FFFFFF;
}

#main_photo {
  height:473px;
}

#my-div {
  width:335px;
  height:230px;
  overflow:hidden;
  position:relative;
  margin-left:50px;
  margin-top:10px;
}

#my-iframe {
  position:absolute;
  top:-165px;
  left:-466px;
  width:1280px;
  height:1200px;
}

.boxcutter {
  background-color:#000000;
  -moz-border-radius-topleft:37px;
  border-top-left-radius:37px;
  -webkit-border-top-right-radius:0;
  -moz-border-radius-topright:0;
  border-top-right-radius:0;
  -webkit-border-bottom-right-radius:37px;
  -moz-border-radius-bottomright:37px;
  border-radius:0 0 0 35px;
  -webkit-border-bottom-left-radius:0;
  -moz-border-radius-bottomleft:0;
  text-indent:0;
  border-left:1px solid #F90;
  border-bottom:1px solid #F90;
  border-top:1px solid Black;
  display:inline-block;
  color:#F90;
  font-family:Arial;
  font-size:18px;
  font-weight:bold;
  font-style:normal;
  height:65px;
  line-height:65px;
  width:151px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0 #505050;
}

.boxcutter:hover {
  background-color:#303030;
}

.boxcutter:active {
  position:relative;
  margin-top:-156px;
}

#nav {
  position:fixed;
  background-color:#F90;
  top:0;
  left:0;
  line-height:70px;
  width:100%;
  margin:inherit;
  text-align:center;
  z-index:9999;
  text-transform:uppercase;
  box-shadow:10px 10px 5px #000000;
  background:-webkit-linear-gradient(#FF9900,#F90);
/* For Safari 5.1 to 6.0 */
  background:-o-linear-gradient(#FF9900,#F90);
/* For Opera 11.1 to 12.0 */
  background:-moz-linear-gradient(#FF9900,#F90);
/* For Firefox 3.6 to 15 */
  background:linear-gradient(#FF9900,#F90);
/* Standard syntax */
  border:1px solid black;
  border-bottom-left-radius:25px;
  border-bottom-right-radius:25px;
}

#nav a {
  font-family:Futura;
  font-weight:bolder;
  font-size:16px;
  color:#000;
  text-decoration:none;
  cursor:pointer;
  margin:0 10px;
  transition:all 0 ease-out -6.4s;
}

#nav a:hover {
  color:#FFFFFF;
}

#header_bar {
  margin-top:40px;
}

#profile_password_photo_galleries .profile_section_content {
  background:-webkit-linear-gradient(#FF9900,#F90);
/* For Safari 5.1 to 6.0 */
  background:-o-linear-gradient(#FF9900,#F90);
/* For Opera 11.1 to 12.0 */
  background:-moz-linear-gradient(#FF9900,#F90);
/* For Firefox 3.6 to 15 */
  background:linear-gradient(#FF9900,#F90);
  background-color:#F90;
}

.photo_gallery_preview {
  margin-left:15px;
  width:172px;
}

.photo_gallery_preview a {
  text-decoration:none;
  color:#000000;
  font-size:14px;
  font-weight:bolder;
}

.photo_gallery_preview a:hover {
  color:#FFFFFF;
}

.new_lock {
  background-image:url(https://img.mfcimg.com/photos2/175/17519657/763-820-675-172-7649862.jpg);
  height:96px;
  width:96px;
  position:absolute;
  z-index:9998;
}

#profile_main_photo .profile_section .profile_section_content .heading {
  color:#F90;
}

#footer_bar {
  background-color:#F90;
  height:20px;
  border:1px solid black;
  border-bottom-left-radius:25px;
  border-bottom-right-radius:25px;
  margin-top:-10px;
  margin-left:4px;
  width:984px;
  margin-bottom:10px;
}

#footer_bar a:hover {
  color:#FFFFFF;
}

#footer_bar a {
  color:#000000;
  text-decoration:none;
}

a {
  color:#000000;
  text-decoration:none;
}

a:hover {
  color:#FFFFFF;
}