@charset "UTF-8";

/*-----------------[SITE WIDTH START]------------------------*/
body {
  max-width:1004px;
  margin-left:auto;
  margin-right:auto;
}

/*-----------------[SITE WIDTH END]------------------------*/
/*-----------------[SITE STYLES DEFAULT START]------------------------*/
body {
  background:url(http://s1.postimg.org/4foo95ban/blackorchid.png) repeat;
  color:#717171;
  font-family:Tahoma;
  font-size:13px;
  word-spacing:-.69px;
}

#wrap-me {
  margin:0 -20px;
}

a {
  color:#717171;
}

.notice {
  color:#717171;
}

.clean {
  clear:both;
}

#img_preview {
  background-color:#1a1a1a;
}

input[type="password"],textarea {
  border:1px solid #202020;
  background-color:#0d0d0d;
  color:#717171;
}

input[type="submit"] {
  color:#717171;
  border:none;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

input[type="submit"]:hover,input[type="submit"]:focus {
  background:none repeat scroll 0 0 #c42039;
  color:#fff;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#cboxLoadedContent {
  background:#101010;
}

#gallery_password_form_modal {
  background:#101010;
  color:#717171;
}

#protected_gallery_name {
  color:#b1b1b1;
}

#cboxClose:hover {
  background:none repeat scroll 0 0 #c42039;
  color:#fff;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#gallery_password_form_error,#send_message_form_error {
  color:#941010;
}

#strip_links_popup {
  background-color:#0d0d0d;
  border:2px solid #202020;
  color:#717171;
}

#member_type_value {
  color:#941010;
}

.wall_post:hover {
  -webkit-transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -o-transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
}

.wall_post_info {
  display:inline-table;
  padding:5px 0;
}  
}

.profile_section_content {
  z-index:inherit;
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #0d0d0d;
  border:4px solid #202020;
  border-radius:50%;
  margin-top:30px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#status_container {
  bottom:-2px;
  left:0;
  position:fixed;
  z-index:600;
}

#last_login_string_container {
  bottom:-2px;
  position:fixed;
  right:10px;
  z-index:600;
}

#status_container .label {
  min-width:40px;
}

#last_login_string_container .label {
  min-width:60px;
}

#profile_header_container a {
  text-decoration:none;
}

#cboxOverlay {
  background:#000;
}

#send_message_form_modal {
  color:#717171;
  margin-left:25px;
}

#send_message {
  margin-right:25px;
}

#rate_container {
  border-bottom:1px solid #121212;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  left:10px;
  margin:0;
  padding:10px 10px 10px 23px;
  position:fixed;
  top:158px;
  max-width:108px;
  z-index:95;
}

#new_admirer {
  border-bottom:1px solid #121212;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  left:10px;
  margin:0;
  padding:8px;
  position:fixed;
  top:48px;
  min-width:125px;
  z-index:99;
  text-align:center;
}

#new_admirer a {
  text-decoration:none;
}

#new_homepage_friend {
  border-bottom:1px solid #121212;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  left:10px;
  margin:0;
  padding:8px;
  position:fixed;
  top:80px;
  min-width:125px;
  z-index:98;
  text-align:center;
}

#new_homepage_friend a {
  text-decoration:none;
}

#rate_value {
  display:block;
}

#rate_label {
  min-width:104px;
}

#profile_main_photo {
  left:2px;
  position:absolute;
  top:235px;
  z-index:500;
}

#cam_score_container_bg {
  border-bottom:1px solid #121212;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  left:10px;
  line-height:10px;
  margin:0;
  max-width:108px;
  min-width:108px;
  height:28px;
  padding:10px 17px 10px 16px;
  position:fixed;
  top:111px;
  z-index:96;
}

#cam_score_container {
  left:10px;
  line-height:10px;
  margin:0;
  max-width:108px;
  min-width:108px;
  padding:10px 17px 10px 16px;
  position:fixed;
  top:111px;
  z-index:97;
}

#cam_score_container .label {
  display:block;
  margin-bottom:7px;
  margin-right:0;
  min-width:70px;
  text-align:center;
}

#cam_score_value {
  display:block;
  font-weight:700;
  text-align:center;
}

.photo_gallery_image {
  background:none repeat scroll 0 0 #0d0d0d;
  border:4px solid #202020;
  border-radius:50%;
  margin-top:30px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.photo_gallery_image:hover {
  -webkit-transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -o-transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/*-----------------[SITE STYLES DEFAULT END]------------------------*/
/*-----------------[POST & COMMENT STYLES START]------------------------*/
.user_comment_textarea_small {
  height:220px;
  padding:5px;
  width:992px;
  max-width:992px;
  min-width:992px;
}

.user_comment_textarea_big {
  height:220px;
  padding:5px;
  width:992px;
  max-width:992px;
  min-width:992px;
}

#user_comment_comment {
  color:#717171;
  background:none repeat scroll 0 0 #0d0d0d;
  font-family:Tahoma;
  font-size:13px;
  word-spacing:-.69px;
}

/*-----------------[POST & COMMENT STYLES END]------------------------*/
/*-----------------[HIDE START]------------------------*/
#profile_header_container > .heading {
  display:none;
}

#profile_header_container > #blurb_container {
  display:none;
}

#profile_header_container > #unix_last_updated_container {
  display:none;
}

#avatar_holder {
  display:none;
}  
}

#footer_bar {
  display:none;
}

#header_bar {
  display:none;
}

#profile_about_me .heading {
  display:none;
}

#new_comment .wall_post_avatar img {
  display:none;
}

/*-----------------[HIDE END]------------------------*/
/*-----------------[TOP PIC FLIP START]------------------------*/
.flip3D {
  width:360px;
  height:360px;
  float:left;
}

.flip3D > .front {
  position:absolute;
  -webkit-transform:perspective(600px) rotateY(0deg);
  transform:perspective(600px) rotateY(0deg);
  border-radius:7px;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  transition:-webkit-transform .5s linear 0;
  transition:transform .5s linear 0;
}

.flip3D > .back {
  position:absolute;
  -webkit-transform:perspective(600px) rotateY(180deg);
  transform:perspective(600px) rotateY(180deg);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  transition:-webkit-transform .5s linear 0;
  transition:transform .5s linear 0;
}

.flip3D:hover > .front {
  -webkit-transform:perspective(600px) rotateY(-180deg);
  transform:perspective(600px) rotateY(-180deg);
}

.flip3D:hover > .back {
  -webkit-transform:perspective(600px) rotateY(0deg);
  transform:perspective(600px) rotateY(0deg);
}

/*-----------------[TOP PIC FLIP END]------------------------*/
/*-----------------[SLIDER START]------------------------*/
#slider-container {
  left:-5px;
  position:absolute;
  top:17px;
}

#slider {
  width:1024px;
  height:420px;
  margin:0 auto;
  background:#fff;
  overflow:visible;
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
  position:relative;
  transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -o-transform:rotate(0deg);
}

#mask {
  overflow:hidden;
}

#slider:hover #pause {
  opacity:.8;
}

#slider:hover #progress {
  background-color:rgba(255,255,255,0.0);
}

#slider:hover ul,#slider:hover #progress,#slider:hover #overlay {
  -moz-animation-play-state:paused;
  -webkit-animation-play-state:paused;
}

#overlay {
  width:1024px;
  height:420px;
  position:absolute;
  top:0;
  background-image:url(http://w.noimage.png);
  background-position:center;
  background-repeat:no-repeat;
  pointer-events:none;
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
  opacity:.5;
  -moz-animation:overlay-fade 18s infinite;
  -webkit-animation:overlay-fade 18s infinite;
}

#progress {
  width:1px;
  height:3px;
  background:none repeat scroll 0 0 rgba(196,32,57,0.8);
  -moz-animation:progress 18s infinite;
  -webkit-animation:progress 18s infinite;
  position:relative;
  top:-3px;
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
}

#slider ul {
  width:4096px;
  list-style:none;
  padding:0;
  margin:0;
  -moz-animation:slide-animation 18s infinite;
  -webkit-animation:slide-animation 18s infinite;
  position:relative;
  left:0;
}

#slider li {
  display:inline;
  width:1024px;
  height:420px;
  margin:0;
  padding:0;
  float:left;
  position:relative;
  background-image:url(http://i62.tinypic.com/2m7cie1.gif);
  background-position:50% 50%;
  background-repeat:no-repeat;
}

#slider li:last-of-type {
  background-color:#362c30;
}

#slider li a {
  display:block;
  text-decoration:none;
}

#slider li .slider-span {
  display:block;
  width:100%;
  padding:15px 20px;
  position:absolute;
  bottom:0;
  left:0;
  background-color:rgba(0,0,0,0.4);
  text-shadow:1px 1px 1px #362c30;
  pointer-events:none;
  text-align:left;
}

@-webkit-keyframes slide-animation {
  0% {
    left:0;
    opacity:1;
  }
  
  2% {
    opacity:1;
  }
  
  20% {
    left:0;
    opacity:1;
  }
  
  22.5% {
    opacity:.6;
  }
  
  25% {
    left:-1024px;
    opacity:1;
  }
  
  45% {
    left:-1024px;
    opacity:1;
  }
  
  47.5% {
    opacity:.6;
  }
  
  50% {
    left:-2048px;
    opacity:1;
  }
  
  70% {
    left:-2048px;
    opacity:1;
  }
  
  72.5% {
    opacity:.6;
  }
  
  75% {
    left:-3072px;
    opacity:1;
  }
  
  95% {
    opacity:1;
  }
  
  98% {
    left:-3072px;
    opacity:1;
  }
  
  100% {
    left:0;
    opacity:1;
  }
}

@-moz-keyframes slide-animation {
  0% {
    left:0;
    opacity:1;
  }
  
  2% {
    opacity:1;
  }
  
  20% {
    left:0;
    opacity:1;
  }
  
  22.5% {
    opacity:.6;
  }
  
  25% {
    left:-1024px;
    opacity:1;
  }
  
  45% {
    left:-1024px;
    opacity:1;
  }
  
  47.5% {
    opacity:.6;
  }
  
  50% {
    left:-2048px;
    opacity:1;
  }
  
  70% {
    left:-2048px;
    opacity:1;
  }
  
  72.5% {
    opacity:.6;
  }
  
  75% {
    left:-3072px;
    opacity:1;
  }
  
  95% {
    opacity:1;
  }
  
  98% {
    left:-3072px;
    opacity:1;
  }
  
  100% {
    left:0;
    opacity:1;
  }
}

@-webkit-keyframes progress {
  0% {
    width:0;
    opacity:0;
  }
  
  2% {
    width:0;
    opacity:1;
  }
  
  20% {
    width:1024px;
    opacity:1;
  }
  
  22.5% {
    width:1024px;
    opacity:0;
  }
  
  22.59% {
    width:0;
  }
  
  25% {
    width:0;
    opacity:1;
  }
  
  45% {
    width:1024px;
    opacity:1;
  }
  
  47.5% {
    width:1024px;
    opacity:0;
  }
  
  47.59% {
    width:0;
  }
  
  50% {
    width:0;
    opacity:1;
  }
  
  70% {
    width:1024px;
    opacity:1;
  }
  
  72.5% {
    width:1024px;
    opacity:0;
  }
  
  72.59% {
    width:0;
  }
  
  75% {
    width:0;
    opacity:1;
  }
  
  95% {
    width:1024px;
    opacity:1;
  }
  
  98% {
    width:1024px;
    opacity:0;
  }
  
  100% {
    width:0;
    opacity:0;
  }
}

@-moz-keyframes progress {
  0% {
    width:0;
    opacity:0;
  }
  
  2% {
    width:0;
    opacity:1;
  }
  
  20% {
    width:1024px;
    opacity:1;
  }
  
  22.5% {
    width:1024px;
    opacity:0;
  }
  
  22.59% {
    width:0;
  }
  
  25% {
    width:0;
    opacity:1;
  }
  
  45% {
    width:1024px;
    opacity:1;
  }
  
  47.5% {
    width:1024px;
    opacity:0;
  }
  
  47.59% {
    width:0;
  }
  
  50% {
    width:0;
    opacity:1;
  }
  
  70% {
    width:1024px;
    opacity:1;
  }
  
  72.5% {
    width:1024px;
    opacity:0;
  }
  
  72.59% {
    width:0;
  }
  
  75% {
    width:0;
    opacity:1;
  }
  
  95% {
    width:1024px;
    opacity:1;
  }
  
  98% {
    width:1024px;
    opacity:0;
  }
  
  100% {
    width:0;
    opacity:0;
  }
}

@-webkit-keyframes rotatey {
  0% {
    transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
  }
  
  25% {
    transform:rotate(1deg);
    -ms-transform:rotate(1deg);
    -moz-transform:rotate(1deg);
    -webkit-transform:rotate(1deg);
    -o-transform:rotate(1deg);
  }
  
  50% {
    transform:rotate(-1deg);
    -ms-transform:rotate(-1deg);
    -moz-transform:rotate(-1deg);
    -webkit-transform:rotate(-1deg);
    -o-transform:rotate(-1deg);
  }
  
  100% {
    transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
  }
}

@-moz-keyframes rotatey {
  0% {
    transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
  }
  
  25% {
    transform:rotate(1deg);
    -ms-transform:rotate(1deg);
    -moz-transform:rotate(1deg);
    -webkit-transform:rotate(1deg);
    -o-transform:rotate(1deg);
  }
  
  50% {
    transform:rotate(-1deg);
    -ms-transform:rotate(-1deg);
    -moz-transform:rotate(-1deg);
    -webkit-transform:rotate(-1deg);
    -o-transform:rotate(-1deg);
  }
  
  100% {
    transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
  }
}

@-webkit-keyframes overlay-fade {
  0% {
    opacity:0;
  }
  
  2% {
    opacity:.5;
  }
  
  95% {
    opacity:.5;
  }
  
  98% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

@-moz-keyframes overlay-fade {
  0% {
    opacity:0;
  }
  
  2% {
    opacity:.5;
  }
  
  95% {
    opacity:.5;
  }
  
  98% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

#slider ul li .slider-span h2 {
  font-size:24px;
  line-height:24px;
  color:#fff;
  font-weight:normal;
  text-shadow:1px 1px 1px #362c30;
}

/*-------------------[SLIDER END]-------------------------*/
/*-----------------[ANIMATION PAGE CLASS AND ID START]------------------------*/
#rate_container {
  animation-duration:3s;
  animation-timing-function:ease-out;
  animation-name:slidein-left;
  -webkit-animation-duration:3s;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-name:slidein-left;
  -moz-animation-duration:3s;
  -moz-animation-timing-function:ease-out;
  -moz-animation-name:slidein-left;
  -o-animation-duration:3s;
  -o-animation-timing-function:ease-out;
  -o-animation-name:slidein-left;
}

#new_admirer {
  animation-duration:3s;
  animation-timing-function:ease-out;
  animation-name:slidein-left;
  -webkit-animation-duration:3s;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-name:slidein-left;
  -moz-animation-duration:3s;
  -moz-animation-timing-function:ease-out;
  -moz-animation-name:slidein-left;
  -o-animation-duration:3s;
  -o-animation-timing-function:ease-out;
  -o-animation-name:slidein-left;
}

#new_homepage_friend {
  animation-duration:3s;
  animation-timing-function:ease-out;
  animation-name:slidein-left;
  -webkit-animation-duration:3s;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-name:slidein-left;
  -moz-animation-duration:3s;
  -moz-animation-timing-function:ease-out;
  -moz-animation-name:slidein-left;
  -o-animation-duration:3s;
  -o-animation-timing-function:ease-out;
  -o-animation-name:slidein-left;
}

#profile_main_photo {
  animation-duration:3s;
  animation-timing-function:ease-out;
  animation-name:slidein-left;
  -webkit-animation-duration:3s;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-name:slidein-left;
  -moz-animation-duration:3s;
  -moz-animation-timing-function:ease-out;
  -moz-animation-name:slidein-left;
  -o-animation-duration:3s;
  -o-animation-timing-function:ease-out;
  -o-animation-name:slidein-left;
}

.dmca,#cam_score_container,#cam_score_container_bg {
  animation-duration:3s;
  animation-timing-function:ease-out;
  animation-name:slidein-left;
  -webkit-animation-duration:3s;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-name:slidein-left;
  -moz-animation-duration:3s;
  -moz-animation-timing-function:ease-out;
  -moz-animation-name:slidein-left;
  -o-animation-duration:3s;
  -o-animation-timing-function:ease-out;
  -o-animation-name:slidein-left;
}

.header {
  animation-duration:3s;
  animation-timing-function:ease-out;
  animation-name:slidein-top;
  -webkit-animation-duration:3s;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-name:slidein-top;
  -moz-animation-duration:3s;
  -moz-animation-timing-function:ease-out;
  -moz-animation-name:slidein-top;
  -o-animation-duration:3s;
  -o-animation-timing-function:ease-out;
  -o-animation-name:slidein-top;
}

#scroll-to-top,.my-status,#status_container,#last_login_string_container {
  animation-duration:3s;
  animation-timing-function:ease-out;
  animation-name:slidein-bottom;
  -webkit-animation-duration:3s;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-name:slidein-bottom;
  -moz-animation-duration:3s;
  -moz-animation-timing-function:ease-out;
  -moz-animation-name:slidein-bottom;
  -o-animation-duration:3s;
  -o-animation-timing-function:ease-out;
  -o-animation-name:slidein-bottom;
}

#profile {
  animation-duration:3s;
  animation-timing-function:ease;
  animation-name:p-fade;
  -webkit-animation-duration:3s;
  -webkit-animation-timing-function:ease;
  -webkit-animation-name:p-fade;
  -moz-animation-duration:3s;
  -moz-animation-timing-function:ease;
  -moz-animation-name:p-fade;
  -o-animation-duration:3s;
  -o-animation-timing-function:ease;
  -o-animation-name:p-fade;
}

/*-----------------[ANIMATION PAGE CLASS AND ID END]------------------------*/
/*-----------------[ANIMATION PAGE KEYFRAMES START]------------------------*/
@keyframes p-fade {
  0% {
    margin-left:-300%;
    opacity:0;
  }
  
  50% {
    margin-left:-100%;
    opacity:0;
  }
  
  100% {
    margin-left:0;
    opacity:1;
  }
}

@-webkit-keyframes p-fade {
  0% {
    margin-left:-300%;
    opacity:0;
  }
  
  50% {
    margin-left:-100%;
    opacity:0;
  }
  
  100% {
    margin-left:0;
    opacity:1;
  }
}

@-moz-keyframes p-fade {
  0% {
    margin-left:-300%;
    opacity:0;
  }
  
  50% {
    margin-left:-100%;
    opacity:0;
  }
  
  100% {
    margin-left:0;
    opacity:1;
  }
}

@-o-keyframes p-fade {
  0% {
    margin-left:-300%;
    opacity:0;
  }
  
  50% {
    margin-left:-100%;
    opacity:0;
  }
  
  100% {
    margin-left:0;
    opacity:1;
  }
}

@keyframes slidein-top {
  0% {
    margin-top:-10%;
  }
  
  100% {
    margin-top:0;
  }
}

@-webkit-keyframes slidein-top {
  0% {
    margin-top:-10%;
  }
  
  100% {
    margin-top:0;
  }
}

@-moz-keyframes slidein-top {
  0% {
    margin-top:-10%;
  }
  
  100% {
    margin-top:0;
  }
}

@-o-keyframes slidein-top {
  0% {
    margin-top:-10%;
  }
  
  100% {
    margin-top:0;
  }
}

@keyframes slidein-left {
  0% {
    margin-left:-100%;
  }
  
  100% {
    margin-left:0;
  }
}

@-webkit-keyframes slidein-left {
  0% {
    margin-left:-100%;
  }
  
  100% {
    margin-left:0;
  }
}

@-moz-keyframes slidein-left {
  0% {
    margin-left:-100%;
  }
  
  100% {
    margin-left:0;
  }
}

@-o-keyframes slidein-left {
  0% {
    margin-left:-100%;
  }
  
  100% {
    margin-left:0;
  }
}

@keyframes slidein-right {
  0% {
    margin-right:-100%;
  }
  
  100% {
    margin-right:0;
  }
}

@-webkit-keyframes slidein-right {
  0% {
    margin-right:-100%;
  }
  
  100% {
    margin-right:0;
  }
}

@-moz-keyframes slidein-right {
  0% {
    margin-right:-100%;
  }
  
  100% {
    margin-right:0;
  }
}

@-o-keyframes slidein-right {
  0% {
    margin-right:-100%;
  }
  
  100% {
    margin-right:0;
  }
}

@keyframes slidein-bottom {
  0% {
    margin-bottom:-100%;
  }
  
  100% {
    margin-bottom:0;
  }
}

@-webkit-keyframes slidein-bottom {
  0% {
    margin-bottom:-100%;
  }
  
  100% {
    margin-bottom:0;
  }
}

@-moz-keyframes slidein-bottom {
  0% {
    margin-bottom:-100%;
  }
  
  100% {
    margin-bottom:0;
  }
}

@-o-keyframes slidein-bottom {
  0% {
    margin-bottom:-100%;
  }
  
  100% {
    margin-bottom:0;
  }
}

/*-----------------[ANIMATION PAGE KEYFRAMES END]------------------------*/
#colorbox,#cboxOverlay,#cboxWrapper {
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  overflow:hidden;
}

#cboxOverlay {
  position:fixed;
  width:100%;
  height:100%;
}

#cboxMiddleLeft,#cboxBottomLeft {
  clear:left;
}

#cboxContent {
  position:relative;
}

#cboxLoadedContent {
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}

#cboxTitle {
  margin:0;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
  cursor:pointer;
}

.cboxPhoto {
  float:left;
  margin:auto;
  border:0;
  display:block;
  max-width:none;
}

.cboxIframe {
  width:100%;
  height:100%;
  display:block;
  border:0;
}

#colorbox,#cboxContent,#cboxLoadedContent {
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
}

#cboxOverlay {
  background:green;
}

#colorbox {
  outline:0;
}

#cboxContent {
  overflow:visible;
}

.cboxIframe {
  background:#fff;
}

#cboxError {
  padding:50px;
  border:1px solid #ccc;
}

#cboxLoadedContent {
  background:#fff;
  padding:8px;
}

#cboxLoadingOverlay {
  background:#fff;
}

#cboxLoadingOverlay,#cboxLoadedContent {
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
  border-radius:9px;
}

#cboxTitle {
  position:absolute;
  bottom:-25px;
  left:0;
  color:#000;
}

#cboxCurrent {
  position:absolute;
  bottom:-26px;
  right:205px;
  text-indent:-9999px;
}

#cboxClose {
  color:#999;
  font-size:32px;
  position:absolute;
  top:1px;
  right:5px;
}

#cboxClose:hover {
  color:#000;
}

.cboxSlideshow_on #cboxPrevious,.cboxSlideshow_off #cboxPrevious {
  right:66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position:-75px -25px;
  right:44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position:-100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position:-100px 0;
  right:44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position:-75px -25px;
}

#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active {
  outline:0;
}

body.ps-active,body.ps-building,div.ps-active,div.ps-building {
  background:#000;
  overflow:hidden;
}

body.ps-active *,div.ps-active * {
  -webkit-tap-highlight-color:rgba(255,255,255,0);
  display:none;
}

body.ps-active :focus,div.ps-active :focus {
  outline:0;
}

div.ps-document-overlay {
  background:#000;
}

div.ps-uilayer {
  background:#000;
  cursor:pointer;
}

div.ps-zoom-pan-rotate {
  background:#000;
}

div.ps-zoom-pan-rotate * {
  display:block;
}

div.ps-carousel-item-loading {
  background:url(../bundles/mfcprofile/vendor/img/photoswipe/loader.gif) no-repeat center center;
}

div.ps-carousel-item-error {
  background:url(../bundles/mfcprofile/vendor/img/photoswipe/error.gif) no-repeat center center;
}

div.ps-caption {
  background:#000;
  background:-moz-linear-gradient(top,#303130 0,#000101 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#303130),color-stop(100%,#000101));
  border-bottom:1px solid #42403f;
  color:#fff;
  font-size:13px;
  font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  text-align:center;
}

div.ps-caption * {
  display:inline;
}

div.ps-caption-bottom {
  border-top:1px solid #42403f;
  border-bottom:0;
  min-height:44px;
}

div.ps-caption-content {
  padding:13px;
  display:block;
}

div.ps-toolbar {
  background:#000;
  background:-moz-linear-gradient(top,#303130 0,#000101 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#303130),color-stop(100%,#000101));
  border-top:1px solid #42403f;
  color:#fff;
  font-size:13px;
  font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  text-align:center;
  height:44px;
  display:table;
  table-layout:fixed;
}

div.ps-toolbar * {
  display:block;
}

div.ps-toolbar-top {
  border-bottom:1px solid #42403f;
  border-top:0;
}

div.ps-toolbar-close,div.ps-toolbar-previous,div.ps-toolbar-next,div.ps-toolbar-play {
  cursor:pointer;
  display:table-cell;
}

div.ps-toolbar div div.ps-toolbar-content {
  width:44px;
  height:44px;
  margin:0 auto;
  background-image:url(../bundles/mfcprofile/vendor/img/photoswipe/icons.png);
  background-repeat:no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content {
  background-position:0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content {
  background-position:-44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content {
  background-position:-44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content {
  background-position:-132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content {
  background-position:-132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content {
  background-position:-88px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (min-resolution:240dpi) {
  div.ps-toolbar div div.ps-toolbar-content {
    -moz-background-size:176px 88px;
    -o-background-size:176px 88px;
    -webkit-background-size:176px 88px;
    background-size:176px 88px;
    background-image:url(../bundles/mfcprofile/vendor/img/photoswipe/icons@2x.png);
  }
}

UTF-8;body {
  font-family:Verdana;
  font-size:12px;
  padding:0 40px;
  min-width:600px;
}

img {
  border:0;
}

input[type="password"],textarea {
  background-color:#fff;
  border:1px solid #ccc;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition:border linear .2s,box-shadow linear .2s;
  -moz-transition:border linear .2s,box-shadow linear .2s;
  -o-transition:border linear .2s,box-shadow linear .2s;
  transition:border linear .2s,box-shadow linear .2s;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"] {
  margin-top:3px;
  display:inline-block;
  padding:4px 12px;
  color:#333;
  background-color:#f5f5f5;
  background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image:-o-linear-gradient(top,#fff,#e6e6e6);
  background-image:linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat:repeat-x;
  cursor:pointer;
  border:1px solid #ccc;
  border-color:#e6e6e6 #e6e6e6 #bfbfbf;
  border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color:#b3b3b3;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"]:hover,input[type="submit"]:focus {
  color:#333;
  background-color:#e6e6e6;
  *background-color:#d9d9d9;
  text-decoration:none;
  background-position:0 -15px;
  -webkit-transition:background-position .1s linear;
  -moz-transition:background-position .1s linear;
  -o-transition:background-position .1s linear;
  transition:background-position .1s linear;
}

#profile {
  display:table;
  width:100%;
  -webkit-overflow-scrolling:touch;
}

#fixed_background {
  z-index:-200;
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
}

.recent_photos {
  display:inline-block;
  width:250px;
}

.recent_photos img {
  float:left;
  margin:1px;
  width:80px;
  height:80px;
}

.photo_gallery_previews {
  overflow:auto;
  list-style-type:none;
  padding:0;
  margin:0;
}

.photo_gallery_preview {
  margin:10px;
  text-align:center;
  display:inline-block;
  width:140px;
}

.photo_gallery_name {
  margin-bottom:5px;
}

#average_rating_count {
  line-height:16px;
  font-size:10px;
}

.photo_gallery_lock {
  width:64px;
  height:64px;
  padding:8px;
}

.photo_gallery_image {
  width:80px;
  height:80px;
}

#avatar_holder {
  text-align:right;
  float:left;
  margin-right:15px;
  width:90px;
  height:90px;
}

.profile_row {
  display:table-row;
}

.profile_section {
  display:table-cell;
  border-spacing:2px;
  width:100%;
}

.profile_section .heading {
  margin-bottom:15px;
  padding:5px;
  font-size:17px;
  font-weight:bold;
}

.profile_section_content {
  z-index:1;
  position:relative;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:5px;
  margin:5px;
}

.profile_section_background {
  z-index:-100;
  -webkit-border-radius:inherit;
  -moz-border-radius:inherit;
  border-radius:inherit;
}

.container {
  display:table-row;
  margin:7px 0 7px 20px;
}

.label {
  display:table-cell;
  text-align:left;
  min-width:175px;
  margin-right:10px;
  font-weight:bold;
}

.value {
  display:table-cell;
}

#user_comment_comment {
  display:inline-block;
}

.user_comment_textarea_small {
  width:250px;
  height:30px;
  font-size:18px;
}

.user_comment_textarea_big {
  width:500px;
  height:100px;
  padding:5px;
}

#show_strip_links_popup {
  padding:2px;
}

#strip_links_popup {
  display:none;
  padding:10px;
  border:2px solid #555;
  border-radius:5px;
  position:absolute;
  z-index:100;
  background-color:#fff;
  color:#000;
}

#schedule_converted {
  font-size:10px;
}

#main_photo {
  text-align:center;
  margin-bottom:15px;
}

#profile_main_about_holder {
  display:table;
  width:100%;
  border-spacing:0;
}

#profile_main_photo {
  display:table-cell;
  vertical-align:top;
}

#profile_about_me_friends {
  display:table-cell;
  width:100%;
  vertical-align:top;
}

#profile_header_container {
  margin-left:105px;
  min-height:90px;
}

#profile_header .label {
  min-width:95px;
}

#profile_header .label,#profile_header .value {
  font-size:10px;
}

#profile_interests_content .label,#profile_interests_content .value {
  display:block;
  margin:3px 0;
}

#profile_schedule .label {
  min-width:90px;
}

#profile_interests_content .value {
  margin-left:12px;
}

#profile_interests_content .container {
  margin-bottom:10px;
}

.wall_post {
  clear:both;
  padding-bottom:30px;
}

.wall_post_avatar {
  float:left;
  margin-right:10px;
}

.wall_post_avatar img {
  width:50px;
  height:50px;
}

.wall_post_info {
  font-weight:bold;
}

.wall_post_time {
  font-size:9px;
}

.wall_post_body {
  overflow:auto;
  padding:8px 4px 30px 10px;
}

.holder {
  margin:15px 0;
  line-height:38px;
}

.holder a,.holder a:active,.holder a:visited,.holder a:hover {
  color:blue;
  font-weight:normal;
  text-decoration:underline;
  cursor:hand;
  cursor:pointer;
}

.holder a:hover {
  color:red;
}

.holder a,.holder a:hover {
  cursor:hand;
  cursor:pointer;
  display:inline-block;
  border:1px solid #ddd;
  border-left-width:0;
  padding:0 14px;
  line-height:38px;
  font-size:12px;
}

.holder a:hover {
  background-color:#f5f5f5;
}

.holder a.jp-previous {
  border-left-width:1px;
}

.holder a.jp-disabled,a.jp-disabled:hover,.holder a.jp-current,a.jp-current:hover {
  color:#bbb;
  text-decoration:none;
  cursor:default;
}

.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover {
  cursor:default;
}

.holder span {
  line-height:38px;
  font-size:12px;
  padding:0 14px;
  display:inline-block;
  border-right:1px solid #ddd;
}

#member_type_value {
  font-weight:bold;
  color:red;
}

#new_comment_login_message {
  margin:10px 10px 20px;
}

#new_comment {
  margin:20px 0 30px;
}

#new_comment input[type="submit"] {
  margin-left:15px;
  float:right;
}

#new_comment_inputs {
  display:inline-block;
}

#server_time {
  visibility:hidden;
  float:right;
  font-weight:bold;
  font-size:9px;
}

#protected_gallery_instructions {
  padding:5px 0;
}

#protected_gallery_name {
  font-weight:bold;
  color:#008000;
  padding:5px 0;
  font-size:16px;
}

#gallery_password_form {
  padding-top:5px;
}

#gallery_password_form_modal {
  font-size:14px;
  padding:40px 0 0 10px;
  color:#000;
  background-color:#fff;
}

#new_user_message label {
  float:left;
  display:inline-block;
  width:80px;
  padding-top:3px;
}

#new_user_message div {
  padding-bottom:10px;
}

#send_message {
  margin-right:50px;
}

#user_message_subject {
  width:350px;
}

#user_message_body {
  width:350px;
  height:90px;
  resize:none;
}

#cboxClose {
  font-size:20px;
}

#profile_load_more_comments {
  display:inline-block;
  margin:0 15px 15px;
}

#gallery_password_form_error,#send_message_form_error {
  padding-top:5px;
  color:red;
  font-weight:bold;
}

#send_message_form_success {
  text-align:center;
  color:#008000;
  font-weight:bold;
}

#send_message_form_modal {
  color:#000;
  background-color:#fff;
}

#header_bar {
  padding:5px 20px 10px 10px;
}

#footer_bar {
  padding:10px 20px 20px 10px;
}

.header_links,.footer_links {
  float:left;
  font-size:14px;
}

#no_profile_avatar {
  margin-top:10px;
  text-align:center;
}

.img_preview_loading {
  width:100px;
  height:100px;
  background-image:url(../bundles/mfcprofile/img/b-waiting.gif);
  background-repeat:no-repeat;
  background-position:center;
}

#img_preview {
  background-color:#000;
  padding:4px;
  z-index:100;
  border:0;
  display:none;
}

#img_preview,#img_preview img {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

#img_preview span {
  color:white;
  text-align:center;
  display:block;
  padding:10px 0 3px;
}

.pull-right {
  float:right;
}

.emphasis {
  font-weight:bold;
}

.hidden {
  display:none;
}

.notice {
  color:green;
}