@charset "UTF-8";

.link-instagram a {
  display:block;
  width:249px;
  height:160px;
  top:100px;
  left:565px;
  background:transparent url(http://3.bp.blogspot.com/-8olKneYv5ew/UqfFbsaSjZI/AAAAAAAADAQ/jyHjLnAfeHA/s1600/instagram.png) no-repeat;
  position:absolute;
}

.link-instagram a:hover {
  background-position:0 -160px;
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  transform:rotate(360deg);
  -webkit-transition:all .6s linear 0;
  -moz-transition:all .6s linear 0;
  -o-transition:all .6s linear 0;
  -ms-transition:all .6s linear 0;
  transition:all .6s linear 0;
}

.dockzoom link-instagram:hover {
  background-size:249px;
  background-position:bottom;
  -webkit-transition:all 3s ease-in;
  -moz-transition:all 3s ease-in;
  -o-transition:all 3s ease-in;
  -ms-transition:all 3s ease-in;
  transition:all 3s ease-in;
}

.link-twitter a {
  display:block;
  width:249px;
  height:160px;
  float:left;
  background:transparent url(http://1.bp.blogspot.com/-UfXVwXKjfJU/VNMSV1wP59I/AAAAAAAAHiY/QDDrd9Z_Yko/s1600/twitter_pink.png) no-repeat;
  position:relative;
  margin:215px 0 0 -5px;
  text-indent:-3000px;
}

.link-twitter a:hover {
  background-position:0 -160px;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://3.bp.blogspot.com/-lMUoQcQpZME/VNMSUt885qI/AAAAAAAAHiM/rORCuMHm3qY/s1600/amazon_purple.png) no-repeat;
  position:relative;
  margin:215px 0 0 -185px;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -140px;
}

::-webkit-scrollbar-thumb {
  width:30px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:3px solid #990066;
  background:#990066;
}

#evid {
  position:relative;
  width:960px;
  height:960px;
  z-index:1;
  background-image:url(http://2.bp.blogspot.com/-FGVMyvC2eTo/Uk1BBzGyhuI/AAAAAAAACF4/0_p_uIffDVQ/s1600/420+theme.png);
  background-repeat:no-repeat;
  color:#FFF;
}

#evid-con {
  width:868px;
  height:400px;
  overflow:auto;
  padding:13px;
  background:#;
  margin-top:60px;
  margin-left:52px;
  margin-right:52px;
  margin-bottom:11px;
}

.efe_x {
  text-shadow:0 1px 3px #000;
  width:240px;
  height:240px;
  float:left;
  display:block;
  position:relative;
  margin:30px 8px;
}

.efe_x img {
  width:240px;
  height:159px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -webkit-box-shadow:0 5px 10px 0 #000;
  -moz-box-shadow:0 5px 10px 0 #000;
  box-shadow:0 5px 10px 0 #000;
  position:relative;
}

.efe_x:hover img {
  opacity:.4;
}

.efe_x a {
  color:#FFF;
  font-weight:normal;
  width:100%;
  font-size:18px;
  text-align:center;
  display:block;
  float:left;
  margin-top:8px;
}

.sold:after {
  content:url();
  top:60px;
  left:80px;
  position:absolute;
  display:block;
}

.sold:hover img {
  opacity:.2;
  background:#FF0;
}

.efe_x a span {
  clear:both;
  display:block;
  font-size:14px;
  font-weight:bold;
  line-height:25px;
  color:#CCC;
  text-transform:none;
}

.efe_x div {
  z-index:9999;
  display:none;
  opacity:0;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  position:absolute;
  top:0;
  left:0;
  width:222px;
  background:#000;
  background:rgba(0,0,0,0.7);
  padding:8px;
  border:1px solid #333;
}

.efe_x a div {
  clear:both;
  display:block;
  font-size:14px;
  font-weight:normal!important;
  line-height:22px;
  text-align:center;
  color:#FFF;
  text-transform:uppercase;
  position:relative;
  top:0;
  background:url(http://4.bp.blogspot.com/-vVJDQXqFRwc/Uk1D6fvlMmI/AAAAAAAACHE/fuVfEFTk9fg/s1600/420+theme+button+dark.gif);
  height:34px;
  border:none!important;
  opacity:1!important;
  margin-top:5px;
}

.efe_x:hover div {
  display:block;
  opacity:1;
}

.efe_x div span {
  text-transform:none!important;
  line-height:16px;
  font-size:12px;
  text-align:left;
  color:#FFF;
  font-weight:lighter;
}

.efe_x div span:before {
  content:'About Vid:';
  color:#FF0;
  font-weight:bold;
}

.vids {
  position:relative;
  width:155px;
  text-align:justify;
  height:270px;
  float:left;
  margin-right:13px;
  margin-left:13px;
}

span {
  font-weight:bold;
}

.vids img {
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s;
  margin-bottom:5px;
  width:145px;
  height:75px;
  background:rgb(30,24,20);
  background:-moz-linear-gradient(top,rgba(30,24,20,1) 0%,rgba(17,13,9,1) 50%,rgba(5,2,1,1) 51%,rgba(12,9,7,1) 76%,rgba(7,4,2,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,24,20,1)),color-stop(50%,rgba(17,13,9,1)),color-stop(51%,rgba(5,2,1,1)),color-stop(76%,rgba(12,9,7,1)),color-stop(100%,rgba(7,4,2,1)));
  background:-webkit-linear-gradient(top,rgba(30,24,20,1) 0%,rgba(17,13,9,1) 50%,rgba(5,2,1,1) 51%,rgba(12,9,7,1) 76%,rgba(7,4,2,1) 100%);
  background:-o-linear-gradient(top,rgba(30,24,20,1) 0%,rgba(17,13,9,1) 50%,rgba(5,2,1,1) 51%,rgba(12,9,7,1) 76%,rgba(7,4,2,1) 100%);
  background:-ms-linear-gradient(top,rgba(30,24,20,1) 0%,rgba(17,13,9,1) 50%,rgba(5,2,1,1) 51%,rgba(12,9,7,1) 76%,rgba(7,4,2,1) 100%);
  border:1px solid #111;
  -webkit-box-shadow:inset 0 0 5px 0 #312622,inset 0 3px 3px -3px #6b6b6b,0 2px 5px 0 #000000;
  -moz-box-shadow:inset 0 0 5px 0 #312622,inset 0 3px 3px -3px #6b6b6b,0 2px 5px 0 #000000;
  box-shadow:inset 0 0 5px 0 #312622,inset 0 3px 3px -3px #6b6b6b,0 2px 5px 0 #000000;
  padding:5px;
}

.vids img:hover {
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  transform:scale(1.1);
  -webkit-box-shadow:inset 0 0 5px 0 #312622,inset 0 3px 3px -3px #6b6b6b,0px 0 5px 2px rgba(26,150,255,0.8);
  -moz-box-shadow:inset 0 0 5px 0 #312622,inset 0 3px 3px -3px #6b6b6b,0px 0 5px 2px rgba(26,150,255,0.8);
  box-shadow:inset 0 0 5px 0 #312622,inset 0 3px 3px -3px #6b6b6b,0px 0 5px 2px rgba(26,150,255,0.8);
}

.vids span {
  clear:both;
  font-weight:lighter;
  float:left;
  color:#a47f62;
  font-size:11px;
  width:100%;
}

.efe_x:hover a div,.vezi:hover a div {
  background:url(http://1.bp.blogspot.com/-Pz6S5696Ja8/Uk1D6WwH-UI/AAAAAAAACHA/LH3wW_MZ2PU/s1600/420+theme+button+light.gif);
}

.frame::-webkit-scrollbar {
  height:9px;
  width:9px;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  border-left:1px dotted #FFF;
  border-right:1px dotted #FFF;
}

.frame::-webkit-scrollbar-thumb {
  width:9px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #000;
  background:#333;
}

body {
  background-image:url(https://img.mfcimg.com/photos2/176/17644075/970-909-622-436-7332003.jpg);
  background-color:purple;
}

.heading {
  background-color:#9400D3;
  color:#7CFC00;
}

.profile_section_background {
  background-color:#DDA0DD;
  opacity:.7;
}

.label .value {
  color:#7CFC00;
}