@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#c9568e;
  color:#666666;
  font-family:'Times New Roman';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/189/18984168/778-822-289-160-7731544.jpg);
}

.profile_section_content {
  color:#666666;
  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=100);
  opacity:1;
}

.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:#BCEC76;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -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;
}

#videoBody {
  display:inline-block;
  width:800px;
  height:720px;
  background:url(http://mfcdesign.files.wordpress.com/2014/01/bg1.jpg) no-repeat rgba(51,51,51,1);
  position:relative;
  overflow:hidden;
}

#infoHeader {
  display:inline-block;
  width:800px;
  height:100px;
  background:rgba(210,210,250,1);
  margin-top:160px;
  margin-bottom:50px;
}

.info {
  display:inline-block;
  width:770px;
  height:90px;
  margin:10px;
  text-align:center;
  font-size:14px;
  color:#333;
  text-shadow:0 1px 0 #ccc;
  overflow:auto;
}

#bovids {
  display:inline-block;
  width:780px;
  height:380px;
  margin:10px;
  background:rgba(251,251,251,.3);
  overflow:auto;
}

.vids {
  display:inline-block;
  width:180px;
  height:280px;
  margin-left:6px;
  margin-top:12px;
  margin-bottom:10px;
  background:url(http://mfcdesign.files.wordpress.com/2014/01/bgin.png) center no-repeat #000;
}

.buy {
  display:block;
  background:#3498db;
  background-image:-webkit-linear-gradient(top,#3498db,#2980b9);
  background-image:-moz-linear-gradient(top,#3498db,#2980b9);
  background-image:-ms-linear-gradient(top,#3498db,#2980b9);
  background-image:-o-linear-gradient(top,#3498db,#2980b9);
  background-image:linear-gradient(to bottom,#3498db,#2980b9);
  -webkit-border-radius:6;
  -moz-border-radius:6;
  border-radius:6px;
  text-shadow:3px 1px 3px #0099CC;
  -webkit-box-shadow:0 3px 3px #0099CC;
  -moz-box-shadow:0 3px 3px #0099CC;
  box-shadow:0 3px 3px #0099CC;
  font-family:Georgia;
  color:#333;
  text-shadow:0 1px 0 #ccc;
  font-size:14px;
  padding:6px 40px;
  border:dotted #1f628d 1px;
  text-decoration:none;
}

.buy:hover,.buy:focus {
  display:block;
  background:#3cb0fd;
  background-image:-webkit-linear-gradient(top,#3cb0fd,#285b7d);
  background-image:-moz-linear-gradient(top,#3cb0fd,#285b7d);
  background-image:-ms-linear-gradient(top,#3cb0fd,#285b7d);
  background-image:-o-linear-gradient(top,#3cb0fd,#285b7d);
  background-image:linear-gradient(to bottom,#3cb0fd,#285b7d);
  text-decoration:none;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -o-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
  color:#FFF;
  text-shadow:0 1px 0 #333;
}

img {
  border:none;
}

.animated {
  -webkit-animation-fill-mode:both;
  -moz-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  -o-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1.5s;
  -moz-animation-duration:1.5s;
  -ms-animation-duration:1.5s;
  -o-animation-duration:1.5s;
  animation-duration:1.5s;
}

.fadeOutUp {
}

.fadeOutUp:hover,.fadeOutUp:focus {
  -webkit-animation-name:fadeOutUp;
  -moz-animation-name:fadeOutUp;
  -o-animation-name:fadeOutUp;
  animation-name:fadeOutUp;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity:1;
    -webkit-transform:translateY(0);
  }
  
  100% {
    opacity:0;
    -webkit-transform:translateY(-20px);
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    opacity:1;
    -moz-transform:translateY(0);
  }
  
  100% {
    opacity:0;
    -moz-transform:translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity:1;
    -o-transform:translateY(0);
  }
  
  100% {
    opacity:0;
    -o-transform:translateY(-20px);
  }
}

.content {
  padding:5px;
}