@charset "UTF-8";

/*-----------------[LAYOUT START]------------------------*/
a:link,a:active,a:hover {
  color:#000;
}

a:visited {
  color:#000;
}

body {
  background:url() no-repeat top center scroll,url()no-repeat bottom center scroll,url(http://orig07.deviantart.net/65ac/f/2015/118/e/4/bg_by_evilinfiltrator-d8rdvsy.jpg)no-repeat fixed;
  background-size:100%;
  background-color:rgba(0,0,0,0.9);
}

#profile {
  width:939px;
  margin:-20px auto -10px;
  background:rgba(220,188,193,9) url(http://orig09.deviantart.net/935c/f/2015/118/b/e/profile_bg_by_evilinfiltrator-d8rdvsk.jpg)top center no-repeat fixed;
  box-shadow:0 0 10px 1px rgba(0,0,0,0.3);
  font-size:.875em;
  line-height:1.25;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

#profile_header {
  padding:417px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#ffffff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
}

.profile_section_content {
  z-index:auto;
}

.content {
  padding:5px;
}

.photo_gallery_previews {
  text-align:center;
}

.books img,.movies img {
  margin:4px;
  border:1px solid #A2E2EE;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.about-me .header {
  font-size:1.25rem;
  font-weight:bold;
  margin-top:20px;
  margin-bottom:-10px;
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  color:#000;
  font-size:1.25rem;
  font-weight:bold;
  border-bottom:#000 solid 2px;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:5px;
}

.profile_section_content {
  z-index:auto;
}

#profile_about_me {
  margin:20px 0;
  padding-top:20px;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

.images {
  margin-top:20px;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
}

#meaning_life_label {
  margin-top:15px;
}

#craziest_thing_label,#tags_value,#tags_label,#about_me_label,#profile_main_photo,#profile_about_me > div:nth-child(1),.header_links,#server_time,.footer_links {
  display:none;
  opacity:0;
}

.photo_gallery_lock:hover,#main_photo:hover,#profile_avatar:hover,.photo_gallery_image:hover {
  border:1px solid #ffffff;
/*-----------------[LAYOUT END]------------------------*/
/*-----------------[SIDE NAVIGATION START]------------------------*/
}

#menu {
  position:absolute;
  right:50px;
  top:-500px;
  width:9em;
}

#menu li {
  display:inline;
  list-style-type:none;
  padding:20px;
}

/* css buttons */
.menulink {
  background:#FFFFFF;
  margin-top:3px;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  font-style:normal;
  height:40px;
  line-height:40px;
  width:130px;
  text-decoration:none;
  text-align:center;
  padding-left:0;
  -webkit-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  -moz-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  border-top-left-radius:60px;
  border-bottom-left-radius:60px;
  opacity:.9;
}

.menulink:hover {
  opacity:1;
}

.menulink:hover {
  background:rgba(255,255,255,0.8);
/*-----------------[SIDE NAVIGATION ENID]------------------------*/
/*-----------------[TOP NAVIGATION START]------------------------*/
}

.nav {
  background:linear-gradient(to bottom,#000000 0%,#000000 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #000000;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  filter:none;
  height:50px;
  left:0;
  position:fixed;
  top:-5px;
  z-index:100;
  width:100%;
  opacity:.9;
}

.nav ul {
  padding:0 0 0 60px;
  margin-left:auto;
  margin-right:auto;
  width:845px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.nav ul li {
  display:inline-block;
  list-style-type:none;
  -webkit-transition:all .2s;
  -moz-transition:all .2s;
  -o-transition:all .2s;
  transition:all .2s;
}

.nav > ul > li > a > .caret {
  border-top:4px solid #fff;
  border-right:4px solid transparent;
  border-left:4px solid transparent;
  content:"";
  display:inline-block;
  height:0;
  width:0;
  vertical-align:middle;
  -webkit-transition:color .1s linear;
  -moz-transition:color .1s linear;
  -o-transition:color .1s linear;
  transition:color .1s linear;
}

.nav > ul > li > a {
  color:#fff;
  display:block;
  line-height:40px;
  padding:0 24px;
  text-decoration:none;
  text-transform:uppercase;
}

.nav > ul > li:hover {
  background-color:rgba(0,0,0,0.9);
}

.nav > ul > li:hover > a {
  color:rgb(255,255,255);
}

.nav > ul > li:hover > a > .caret {
  border-top-color:rgb(255,255,255);
}

.nav > ul > li > div {
  background-color:rgba(0,0,0,0.9);
  border-top:0;
  border-radius:0 0 5px 5px;
  display:none;
  margin:0;
  opacity:0;
  position:absolute;
  width:165px;
  visibility:hidden;
  -moz-transition:opacity .2s;
  -o-transition:opacity .2s;
  -webkit-transition:opacity .2s;
  transition:opacity .2s;
}

.nav > ul > li:hover > div {
  display:block;
  opacity:1;
  visibility:visible;
}

.nav > ul > li:hover > div > ul {
  padding:0;
}

.nav > ul > li > div ul > li {
  display:block;
}

.nav > ul > li > div ul > li > a {
  color:#fff;
  display:block;
  padding:12px 24px;
  text-decoration:none;
}

.nav > ul > li > div ul > li:hover > a {
  background-color:rgba(255,255,255,0.1);
  width:13.8%;
/*-----------------[TOP NAVIGATION END]------------------------*/
/*-----------------[MENU CAMSCORE LEFT START]------------------------*/
}

#cam_score_container {
  background:linear-gradient(to bottom,#FFFFFF 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  line-height:10px;
  margin:0;
  max-width:108px;
  min-width:108px;
  height:28px;
  padding:10px 17px 10px 16px;
  z-index:96;
  position:absolute;
  left:-5px;
  top:-390px;
  -border-bottom-right-radius:100px;
  border-top-right-radius:100px;
  opacity:.9;
}

#new_homepage_friend {
  background:linear-gradient(to bottom,#FFFFFF 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  margin:0;
  padding:8px;
  min-width:125px;
  z-index:98;
  text-align:center;
  position:absolute;
  left:-5px;
  top:-342px;
  opacity:.9;
}

#new_admirer {
  background:linear-gradient(to bottom,#FFFFFF 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  margin:0;
  padding:8px;
  min-width:125px;
  z-index:99;
  text-align:center;
  position:absolute;
  left:-5px;
  top:-313px;
  opacity:.9;
}

#rate_container {
  background:linear-gradient(to bottom,#FFFFFF 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  margin:0;
  padding:10px 10px 10px 23px;
  max-width:108px;
  z-index:95;
  position:absolute;
  left:-5px;
  top:-284px;
  border-bottom-right-radius:100px;
  -border-top-right-radius:100px;
  opacity:.9;
}

#rate_container:hover {
  opacity:1;
}

#new_admirer:hover {
  opacity:1;
}

#new_admirer a {
  text-decoration:none;
}

#new_homepage_friend:hover {
  opacity:1;
}

#new_homepage_friend a {
  text-decoration:none;
}

#rate_value {
  display:block;
}

#rate_label {
  min-width:109px;
}

#cam_score_container:hover {
  opacity:1;
}

#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;
}

#new_homepage_friend:hover {
  background:rgba(255,255,255,0.8);
}

#cam_score_container:hover {
  background:rgba(255,255,255,0.8);
}

#new_admirer:hover {
  background:rgba(255,255,255,0.8);
}

#rate_container:hover {
  background:rgba(255,255,255,0.8);
/*-----------------[MENU CAMSCORE LEFT END]------------------------*/
/*-----------------[TipMenuSTART END]------------------------*/
}

#TipContent {
  display:block;
  padding:10px;
  /background:rgba(215,179,207,0.3);
  margin:10px;
  height:500px;
  overflow:auto;
  border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  -ms-border-radius:3px;
  -webkit-border-radius:3px;
}

.tiprequest {
  display:block;
  padding-top:8px;
  padding-bottom:8px;
  border-left:0 solid rgba(0,0,0,0);
  font-size:15px;
  color:#000;
  font-weight:normal;
  font-family:Century Gothic;
  text-shadow:0 1px 0 #333;
  text-indent:11px;
}

.tiprequest:hover {
  display:block;
  padding-top:8px;
  padding-bottom:8px;
  border-left:5px solid #000;
  font-size:15px;
  color:#000;
  text-indent:7px;
  background:rgba(220,188,193,0.9);
  border-radius:8px;
}

.price {
  display:block;
  float:right;
}

.price > a {
  display:block;
  padding:4px 14px;
  background:#;
  color:#000;
  border:1px solid #;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  margin-top:-3px;
  margin-right:5px;
}

.price > a:hover {
  display:block;
  padding:4px 14px;
  background:#FFFFFF;
  color:#000000;
  border:1px solid #FFFFFF;
  text-align:center;
  margin-top:-3px;
  margin-right:5px;
  text-shadow:0 1px 0 #000000;
  border-radius:8px;
/*-----------------[TipMenu END]------------------------*/
/*-----------------[TOPTIPCONTENT START]------------------------*/
}

#TopTipContent {
  display:block;
  padding:10px;
  margin:10px;
  height:500px;
  overflow:auto;
}

.ttipers {
  display:inline-block;
  background:rgba(220,188,193,0.6);
  width:198px;
  height:300px;
  margin:3px;
  padding:7px 3px;
  color:#000;
  border:1px solid rgba(000,000,000,0);
  border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  -ms-border-radius:3px;
  -webkit-border-radius:3px;
  overflow:auto;
  text-align:center;
}

.ttipers:hover {
  border:1px solid #c8a4c0;
  box-shadow:0 0 9px #c8a4c0;
  -moz-box-shadow:0 0 9px #c8a4c0;
  -ms-box-shadow:0 0 9px #c8a4c0;
  -o-box-shadow:0 0 9px #c8a4c0;
  -webkit-box-shadow:0 0 9px #c8a4c0;
}

.ttipers > p {
  display:block;
  line-height:13px;
  margin-bottom:-4px;
}

.ttipers > p:hover {
  display:block;
  line-height:13px;
  color:#000;
/*-----------------[TOPTIPCONTENT END]------------------------*/
/*-----------------[STORE START]------------------------*/
}

.store {
  font-size:1rem;
  line-height:1;
}

.store a {
  color:#000;
  text-decoration:none;
}

.store-header {
  color:#000;
  border-bottom:#000 solid 2px;
  margin:auto;
  font-size:1.25em;
  font-weight:bold;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-list {
/*background-color: #ccc;*/
/*border:5px solid #fff;*/
  margin:auto;
  height:432px;
  overflow:auto;
}

.three-plus-half-rows {
  height:500px;
}

.four-rows {
  height:575px;
}

.four-plus-half-rows {
  height:655px;
}

.store-footer {
  border-top:#000 solid 2px;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.store-footer-message {
  color:#000;
  margin:auto;
  border-top:#ffffff solid 2px;
  font-size:.8rem;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:20px;
}

.store-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background-color:rgba(220,188,193,0.6);
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.store-item .image {
  width:40%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
}

.store-item .desc {
  width:59.7%;
  height:100%;
  background-color:;
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  -webkit-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-item:hover .desc,.store-item:hover .desc a {
  background-color:rgba(220,188,193,0.9);
  color:#000;
  width:100%;
  padding:0 40px;
}

.desc .title {
  height:16px;
  width:100%;
  margin:7px 0 0;
  font-size:1em;
  font-weight:bold;
}

.desc-content {
  height:85px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  font-size:.75em;
  line-height:1.2;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:1.5px;
  font-size:.75rem;
  line-height:1;
}

.desc-footer {
  height:20px;
  width:100%;
  text-align:right;
  padding-right:5px;
  position:absolute;
  bottom:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  z-index:30;
}

.item-tag {
  font-size:.625em;
  color:#000000;
  background-color:#FFFFFF;
  padding:2px 10px;
  border-radius:8px;
}

.purchase {
  background-color:#ffffff;
}

.purchase:hover {
  background-color:#ffffff;
}

.store-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.store-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid #ffffff;
  background-color:#ffffff;
/*-----------------[STORE END]------------------------*/
/*-----------------[POST & COMMENT STYLES START]------------------------*/
}

.wall_post_body {
  background:none repeat scroll 0 0 rgba(220,188,193,0.6);
  border:1px dotted #000;
}

.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 #;
  border:4px solid rgba(255,255,255,9.9);
  border-radius:50%;
  margin-top:30px;
}

.user_comment_textarea_small {
  height:220px;
  padding:5px;
  width:818px;
  max-width:818px;
  min-width:818px;
}

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

#user_comment_comment {
  color:#02478c;
  font-family:Tahoma;
  font-size:13px;
  word-spacing:-.69px;
}

.wall_post:hover .wall_post_body {
  box-shadow:0 0 13px rgba(0,0,0,0.1);
}

.wall_post:hover .wall_post_avatar img {
  box-shadow:0 0 13px rgba(0,0,0,0.1);
}

.wall_post:hover {
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
  -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);
/*-----------------[POST & COMMENT STYLES END]------------------------*/
/*-----------------[BUZZ ANIMATION START]------------------------*/
}

@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform:translateX(3px) rotate(2deg);
    transform:translateX(3px) rotate(2deg);
  }
  
  20% {
    -webkit-transform:translateX(-3px) rotate(-2deg);
    transform:translateX(-3px) rotate(-2deg);
  }
  
  30% {
    -webkit-transform:translateX(3px) rotate(2deg);
    transform:translateX(3px) rotate(2deg);
  }
  
  40% {
    -webkit-transform:translateX(-3px) rotate(-2deg);
    transform:translateX(-3px) rotate(-2deg);
  }
  
  50% {
    -webkit-transform:translateX(2px) rotate(1deg);
    transform:translateX(2px) rotate(1deg);
  }
  
  60% {
    -webkit-transform:translateX(-2px) rotate(-1deg);
    transform:translateX(-2px) rotate(-1deg);
  }
  
  70% {
    -webkit-transform:translateX(2px) rotate(1deg);
    transform:translateX(2px) rotate(1deg);
  }
  
  80% {
    -webkit-transform:translateX(-2px) rotate(-1deg);
    transform:translateX(-2px) rotate(-1deg);
  }
  
  90% {
    -webkit-transform:translateX(1px) rotate(0);
    transform:translateX(1px) rotate(0);
  }
  
  100% {
    -webkit-transform:translateX(-1px) rotate(0);
    transform:translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform:translateX(3px) rotate(2deg);
    -ms-transform:translateX(3px) rotate(2deg);
    transform:translateX(3px) rotate(2deg);
  }
  
  20% {
    -webkit-transform:translateX(-3px) rotate(-2deg);
    -ms-transform:translateX(-3px) rotate(-2deg);
    transform:translateX(-3px) rotate(-2deg);
  }
  
  30% {
    -webkit-transform:translateX(3px) rotate(2deg);
    -ms-transform:translateX(3px) rotate(2deg);
    transform:translateX(3px) rotate(2deg);
  }
  
  40% {
    -webkit-transform:translateX(-3px) rotate(-2deg);
    -ms-transform:translateX(-3px) rotate(-2deg);
    transform:translateX(-3px) rotate(-2deg);
  }
  
  50% {
    -webkit-transform:translateX(2px) rotate(1deg);
    -ms-transform:translateX(2px) rotate(1deg);
    transform:translateX(2px) rotate(1deg);
  }
  
  60% {
    -webkit-transform:translateX(-2px) rotate(-1deg);
    -ms-transform:translateX(-2px) rotate(-1deg);
    transform:translateX(-2px) rotate(-1deg);
  }
  
  70% {
    -webkit-transform:translateX(2px) rotate(1deg);
    -ms-transform:translateX(2px) rotate(1deg);
    transform:translateX(2px) rotate(1deg);
  }
  
  80% {
    -webkit-transform:translateX(-2px) rotate(-1deg);
    -ms-transform:translateX(-2px) rotate(-1deg);
    transform:translateX(-2px) rotate(-1deg);
  }
  
  90% {
    -webkit-transform:translateX(1px) rotate(0);
    -ms-transform:translateX(1px) rotate(0);
    transform:translateX(1px) rotate(0);
  }
  
  100% {
    -webkit-transform:translateX(-1px) rotate(0);
    -ms-transform:translateX(-1px) rotate(0);
    transform:translateX(-1px) rotate(0);
  }
}

#main_photo:hover {
  -webkit-animation-name:buzz-out;
  animation-name:buzz-out;
  -webkit-animation-duration:.75s;
  animation-duration:.75s;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
}

.img_radius_shadow:hover {
  -webkit-animation-name:buzz-out;
  animation-name:buzz-out;
  -webkit-animation-duration:.75s;
  animation-duration:.75s;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
}

.photo_gallery_image:hover {
  -webkit-animation-name:buzz-out;
  animation-name:buzz-out;
  -webkit-animation-duration:.75s;
  animation-duration:.75s;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
}

.item-tag:hover {
  -webkit-animation-name:buzz-out;
  animation-name:buzz-out;
  -webkit-animation-duration:.75s;
  animation-duration:.75s;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
/*-----------------[BUZZ ANIMATION END]------------------------*/
/*-----------------[EvilDesigns START]------------------------*/
}

#evildaddy:hover {
  -webkit-animation-name:buzz-out;
  animation-name:buzz-out;
  -webkit-animation-duration:.75s;
  animation-duration:.75s;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:999;
  animation-iteration-count:999;
}

#evildaddy {
  position:fixed;
  bottom:0;
  right:0;
  z-index:999;
  width:133px;
  height:117px;
  margin:0;
  background:url(http://fc01.deviantart.net/fs71/f/2015/026/a/1/evilddadymfc1_by_evilinfiltrator-d8fgq0m.png) no-repeat left top;
  -moz-transition-property:min-width,min-height,padding;
  -moz-transition-duration:150ms;
  -webkit-transition-property:min-width,min-height,padding;
  -webkit-transition-duration:150ms;
  -o-transition-property:min-width,min-height,padding;
  -o-transition-duration:150ms;
  transition-timing-function:cubic-bezier(0.2,0.4,0.7,0.8);
}

#evildaddy:hover {
  width:422px;
  height:359px;
  padding:0 124px 47px 0;
  background-image:url(http://fc07.deviantart.net/fs70/f/2015/028/2/2/daddy_by_evilinfiltrator-d8fqj1a.png);
  -moz-transition-property:min-width,min-height,padding;
  -moz-transition-duration:500ms;
  -webkit-transition-property:min-width,min-height,padding;
  -webkit-transition-duration:500ms;
  -o-transition-property:min-width,min-height,padding;
  -o-transition-duration:500ms;
  transition-timing-function:cubic-bezier(0.2,0.4,0.7,0.8);
}

/* animate shine */
@-webkit-keyframes rotateshine {
  0% {
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(-0deg);
    transform:rotate(-0deg);
  }
  
  100% {
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

@-moz-keyframes rotateshine {
  0% {
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(-0deg);
    transform:rotate(-0deg);
  }
  
  100% {
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

@-o-keyframes rotateshine {
  0% {
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(-0deg);
    transform:rotate(-0deg);
  }
  
  100% {
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

/*-----------------[EvilDesigns END]------------------------*/