@charset "UTF-8";

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#c47e0a;
  color:#040404;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:28px;
}

#fixed_background {
  display:block;
  background-position:top right;
  background-attachment:fixed;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/110/11079128/914-129-965-174-4499983.jpg);
}

.profile_section_content {
  color:#040404;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=20);
  opacity:.2;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#c47e0a;
  color:#d2760c;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:28px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}  
}

#vlst div {
  width:100%;
  position:relative;
  float:block;
  line-height:20px;
}

#vlst div span {
  position:relative;
  display:block;
  float:right;
}

#vlst div:first-child {
  font-size:22px;
  margin-bottom:20px;
  font-family:'Century Gothic',Helvetica,sans-serif;
}

.ex5 {
  width:auto;
  height:auto;
}

.ex5 img {
  margin:3px;
  opacity:.8;
  border:0 solid #eee;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -webkit-box-reflect:below 0 -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(.7,transparent),to(rgba(0,0,0,0.1)));
}

.ex5 img:hover {
  opacity:1;
  -webkit-box-reflect:below 0 -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(.7,transparent),to(rgba(0,0,0,0.4)));
  -webkit-box-shadow:0 0 20px rgba(255,255,255,0.8);
  -moz-box-shadow:0 0 20px rgba(255,255,255,0.8);
  box-shadow:0 20px 50px rgba(255,255,255,0.8);
}

.frame::-webkit-scrollbar {
  -webkit-appearance:none;
  width:16px;
  height:50px;
}

.frame::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:1px solid #F00;
  background:#900;
}