@charset "UTF-8";

/**********************************************************************************
HTML & CSS CODE COPYRIGHT by Silverrr on myfreecams.com
Profile version: 1.0
DATE: 2016
 

/**********************************************************************************
 Global Styles
/*********************************************************************************/
body {
  background-image:url(https://mfcprofiles-c255c.firebaseapp.com/aa/mrsv_bg_aa_back.jpg);
  background-size:100%;
  min-height:100%;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  margin:auto!important;
  width:914px!important;
  background-color:#fff0f7!important;
  font-family:Arial,"Gill Sans","Gill Sans MT","Myriad Pro","DejaVu Sans Condensed",Helvetica,sans-serif;
  font-size:14px;
  line-height:16px;
  -webkit-font-smoothing:antialiased;
}

.clear {
  clear:both;
}

#profile {
  background-color:#fff!important;
}

a:link,a:visited {
  color:#fb98c2;
}

a:hover {
  color:#58a4c3;
}

.footer_links a:hover {
  color:#fff;
}

/**********************************************************************************
 TYPE & COLORS
/*********************************************************************************/
/*---- Back Colors ------------------------------------------------------------*/
.sections,#comments,#profile,.wall_post,#photo_galleries .profile_section_content {
  background-color:#ffffff!important;
}

/*---- Body Copy Colors ------------------------------------------------------------*/
Body,a.photo_gallery_link,#favorite_books_container,#for_fun_container,#favorite_songs_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#know_me_container,#meaning_life_container,#photo_galleries .profile_section_content .heading,p.desc-cost,p.desc-rank,p.desc-cost span,#tokentable table {
  color:#323a45!important;
}

/*---- Headline Colors ------------------------------------------------------------*/
.heading,#photo_galleries .profile_section_content .heading,.bordered th,.bordered tr td:nth-child(2) {
  color:#fd8ebe!important;
}

/*---- Border Colors ------------------------------------------------------------*/
#avatar_holder img,.heading,.wall_post,a.photo_gallery_link img,#favorite_books_container,#for_fun_container,#favorite_songs_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#know_me_container,#meaning_life_container,#photo_galleries .profile_section_content .heading,#photo_galleries .profile_section_content,#photo_galleries .profile_section_content img,.video-tile {
  border-color:#fd8ebe!important;
}

/*---- Button Colors ------------------------------------------------------------*/
#tokentable .bordered tr a,.small-btn {
  background-color:#fd8ebe!important;
}

/*---- Link Accent Color 1 ------------------------------------------------------------*/
a.desc-name,.silverrr-mark a,.wall_post_info a {
  color:#fd8ebe!important;
}

/***********************************************************************************/
@font-face {
  font-family:'latoregular';
  src:url(https://mfcprofiles-c255c.firebaseapp.com/sv/fonts/lato/lato-regular-webfont.eot);
  src:url(https://mfcprofiles-c255c.firebaseapp.com/sv/fonts/lato/lato-regular-webfont.eot?#iefix) format("embedded-opentype"),url(https://mfcprofiles-c255c.firebaseapp.com/sv/fonts/lato/lato-regular-webfont.woff2) format("woff2"),url(https://mfcprofiles-c255c.firebaseapp.com/sv/fonts/lato/lato-regular-webfont.woff) format("woff"),url(https://mfcprofiles-c255c.firebaseapp.com/sv/fonts/lato/lato-regular-webfont.ttf) format("truetype"),url(https://mfcprofiles-c255c.firebaseapp.com/sv/fonts/lato/lato-regular-webfont.svg#arvoregular) format("svg");
  font-weight:normal;
  font-style:normal;
}

.heading {
  padding:7px 0 5px;
  margin:5px 10px 0 0;
  color:#fd8ebe;
  font-family:'latoregular',Helvetica,Arial,sans-serif;
  font-size:16px!important;
  font-weight:normal!important;
  line-height:1.3em;
  border-bottom:1px solid #f1d9e4!important;
  letter-spacing:1.5px;
}

.silverrr-mark a {
  background-position:top center;
  background-image:url(https://mfcprofiles-c255c.firebaseapp.com/aa/mrsv_logo_pink.png);
  background-repeat:no-repeat;
  display:block;
  height:35px;
  width:100px;
  boreder:1px solid red;
  z-index:9999;
  position:fixed;
  bottom:0;
  right:25px;
  padding-top:80px;
  text-decoration:none;
  font-size:12px;
  text-align:center;
  font-family:Georgia;
  font-style:italic;
}

/**********************************************************************************
 Fixed Top Menu Styling 
**********************************************************************************/
#nav .logo span {
  visibility:hidden;
}

#nav .logo {
  float:left;
  height:15px;
  width:146px;
  display:block;
  background-position:bottom center;
  background-image:url(https://mfcprofiles-c255c.firebaseapp.com/hq/mrsv_bg_hq_logo.png);
  background-repeat:no-repeat;
  margin-right:35px;
  margin-top:5px;
}

#fixedmenu {
  z-index:9999;
  position:fixed;
  top:0;
  left:0;
  width:100%;
/*Change this to have stretch across whole page*/
  border-top:0 solid #dfbd79;
}

#fixedmenu .fixedmenu-wrap {
  width:100%;
  margin:0 auto;
/* background:rgba(16,10,57,.75);
 border-top:4px solid #ee2869;*/
  display:block;
  padding:0;
}

/* NEW MENU STYLES ========================== */
.sub-menu ul,#nav {
  margin:0 auto;
  width:914px;
}

.sub-menu {
  padding:0;
  margin:0;
  opacity:.9;
  background-color:#ffffff;
  border-bottom:1px solid #e1e1e1;
}

.sub-menu ul {
  padding-left:0;
}

.sub-menu ul li {
  display:inline-block;
}

.sub-menu ul li a {
  display:block;
  padding:0 20px;
  color:#444444;
  font-size:13px;
  line-height:35px;
  text-decoration:none;
}

.main-menu {
  background:rgba(254,244,250,0.95);
  box-shadow:0 1px 1px #b59ba6;
}

#nav {
  height:60px;
  position:relative;
}

#nav ul {
  padding:15px 0 0;
  margin:0;
  list-style:none;
}

#nav ul li {
  display:inline-block;
}

#nav a {
  display:block;
  padding:0 13px;
  color:#444444;
  font-size:14px;
  line-height:33px;
  text-decoration:none;
  font-family:'latoregular',Helvetica,Arial,sans-serif;
  text-transform:uppercase;
}

#nav a:hover,.sub-menu ul li a:hover {
  color:#fb98c2;
}

#nav .blue-button {
  float:right;
  margin-top:-34px;
  line-height:0!important;
}

a.blue-button {
  -webkit-border-radius:30;
  -moz-border-radius:30;
  border-radius:30px;
  font-family:'latoregular',Helvetica,Arial,sans-serif;
  color:#fff!important;
  font-size:15px!important;
  background:#fd8dbe;
  padding:17px 35px 15px!important;
  text-decoration:none;
  text-transform:uppercase;
}

a:hover.blue-button {
  background:#7fbfff;
  color:#fff!important;
}

/* Hide Dropdowns by Default */
#nav ul ul {
  display:none;
  position:absolute;
  top:48px;
}

/* Display Dropdowns on Hover */
#nav ul li:hover > ul {
  display:inherit;
  background-color:#fff;
  color:#fb98c2;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  padding-bottom:15px;
}

/* Fisrt Tier Dropdown */
#nav ul ul li {
  width:170px;
  float:none;
  display:list-item;
  position:relative;
}

/* Change this in order to change the Dropdown symbol */
#nav li > a:after {
  content:' -';
}

#nav li > a:only-child:after {
  content:'';
}

/**********************************************************************************
 BASE Header 914 x 425 Deafault (changeable, but change body top padding)
**********************************************************************************/
body {
  padding-top:1000px;
}

#base-inner {
  position:relative;
}

#base-header {
  display:block;
  position:absolute;
  width:914px;
  background-position:bottom center;
  background-repeat:no-repeat;
  z-index:900;
  left:-290px;
/* main photo approved*/
/* left:-40px;  pending approve missing main photo*/
/*  transform-origin:50% 80%;animation:imageZoom linear 50s;animation-iteration-count:infinite;-webkit-animation:imageZoom linear 50s;-webkit-animation-iteration-count:infinite;-moz-animation:imageZoom linear 50s;-moz-animation-iteration-count:infinite;-ms-animation:imageZoom linear 50s;-ms-animation-iteration-count:infinite}@keyframes imageZoom{0%,100%{transform:scale(1)}50%{transform:scale(1.24)}}@-moz-keyframes imageZoom{0%,100%{-moz-transform:scale(1)}50%{-moz-transform:scale(1.24)}}@-webkit-keyframes imageZoom{0%,100%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.24)}}@-ms-keyframes imageZoom{.fullscreen-cover 0%{-ms-transform:scale(1)}.fullscreen-cover 50%{-ms-transform:scale(1.24)}.fullscreen-cover 100%{-ms-transform:scale(1)} */
  background-image:url(https://mfcprofiles-c255c.firebaseapp.com/aa/mrsv_aa_bg_intro.png);
  top:-1152px;
  height:976px;
}

#base-header .header-layer {
  display:block;
  position:absolute;
  z-index:955;
  background-repeat:no-repeat;
  background-position:top center;
  top:680px;
  left:508px;
}

#base-header ul {
  list-style-type:none;
  padding:0;
  margin-bottom:px;
}

/**********************************************************************************
 RESET New profile selectors - Non Traditional
/*********************************************************************************/
#profile {
  padding-top:28px;
}

/* --- Hide Elements  -- */
#five_things_label,#profile_interests_content .heading,#header_bar,#server_time table,.thumbfloat,#meaning_life_container {
  height:0;
  display:block;
  visibility:hidden;
}

.profile_section_content {
  padding:0;
}

/* --- Container Padding  -- */
#profile_main_about_holder {
  padding:0 20px;
  margin-top:20px;
}

#profile_about_me_friends {
  width:589px!important;
  display:block;
  float:left;
  padding-left:20px;
}

#profile_header {
  padding:0 20px;
  margin-bottom:0;
  display:block;
  width:872px;
}

.profile_section {
/*border:1px solid red ; */
}

#profile_password_photo_galleries,#profile_photo_galleries,#photo_galleries .profile_section_content,#five_things_container,#profile_schedule {
  padding:15px 20px 10px;
}

#favorite_books_container,#for_fun_container,#favorite_songs_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#know_me_container,#meaning_life_container {
  padding:5px 20px;
  display:block;
  color:#bebeab;
  width:380px;
  float:left;
  border:1px dotted #f1b2cd!important;
  -webkit-border-radius:5px 5px 5px 5px;
  border-radius:5px 5px 5px 5px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#272244+0,0d0e1f+100 */
/*background: #eaceda; 
background: -moz-linear-gradient(top,  #f6dde8 0%, #eaceda 100%);
background: -webkit-linear-gradient(top,  #f6dde8 0%,#eaceda 100%); 
background: linear-gradient(to bottom,  #f6dde8 0%,#eaceda 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6dde8', endColorstr='#eaceda',GradientType=0 ); 
*/
}

#five_things_container {
  padding:5px 0;
  display:block;
  margin:0;
/*background-color:#FF3; yellow*/
}

#profile_interests_content .value {
  margin-left:0;
}

.profile_section_content {
  margin:0;
}

/**********************************************************************************
 Gallery Styling 
/*********************************************************************************/
#avatar_holder {
  padding-right:15px;
}

#avatar_holder img {
  border:1px solid #d21a1a;
  background:#000;
  -webkit-border-radius:5px 5px 5px 5px;
  border-radius:5px 5px 5px 5px;
  box-shadow:0 1px 5px rgba(0,0,0,0.46);
}

#photo_gallery_preview {
  margin-bottom:0;
  padding:10px 0 0;
  color:#323A45;
  width:123px!important;
}

#photo_galleries .profile_section_content .heading {
  color:#dfbd79;
  border-bottom-color:#8168b9;
}

#photo_galleries .profile_section_content img {
  margin-right:24px;
  margin-bottom:10px;
  display:inline-block;
  border:4px solid #dfbd79;
  background:#8168b9;
  -webkit-border-radius:5px 5px 5px 5px;
  border-radius:5px 5px 5px 5px;
}

#photo_galleries .profile_section_content {
  background-color:#fff0f7!important;
  margin:20px;
  clear:both;
}

.photo_gallery_count {
  font-family:Georgia,"Times New Roman",Times,serif;
  font-style:italic;
  font-size:11px;
}

a.photo_gallery_link {
  color:#bebeab;
  text-decoration:none;
}

a.photo_gallery_link img {
  border:4px solid #d21a1a;
  -webkit-border-radius:5px 5px 5px 5px;
  border-radius:5px 5px 5px 5px;
}

a:hover.photo_gallery_link img {
  border-color:#6ac0f7!important;
}

/**********************************************************************************
 Comment Styling
/*********************************************************************************/
#footer_bar {
  margin:30px 0 100px;
  text-align:center;
}

#profile_comments .heading {
  text-align:center;
  border-top:1px solid #cccccc!important;
  margin-top:50px;
  visibility:hidden;
}

#profile_comments > div {
  z-index:0;
}

#new_comment_inputs {
  margin-top:20px;
}

#comments {
  background-color:#f1b2cd;
  padding:30px 0;
  z-index:1!important;
}

#comments .profile_row {
  background-color:#f1b2cd!important;
}

.wall_post {
  background-color:#f1b2cd;
  margin:20px 24px;
  -webkit-border-radius:5px 5px 5px 5px;
  border-radius:5px 5px 5px 5px;
  width:864px;
  overflow:hidden;
/*	box-shadow: 0 4px 2px -3px;*/
  border:1px solid #dfbd79;
  position:relative;
}

.wall_post_body {
  padding:0 30px 0 0;
  margin:0;
  margin-top:15px;
}

.wall_post_info {
  background-color:#fee5f0;
  padding:7px;
  border-bottom:1px solid #edd6ea;
}

.wall_post_info a {
  color:#ca1919;
  text-decoration:none;
}

.wall_post_info a:hover {
  color:#fff;
}

.wall_post_time {
  position:absolute;
  display:block;
  top:5px;
  right:10px;
  color:#6B6B6B;
  padding:1px 10px;
}

a#profile_load_more_comments {
  color:#b3bfb2;
  display:block;
  padding:5px 7px;
  border:1px solid #596964;
  text-decoration:none;
  text-align:center;
  background:rgba(0,25,25,.5);
  font-family:Georgia,"Times New Roman",Times,serif;
  font-style:italic;
}

/*.wall_post_avatar { background-color:#000; } 
.wall_post_avatar img {   content: "?"; font-size:50px; color:red; position:relative; z-index:901; } 
.wall_post_avatar:before  { background-color:#000;  content: "?"; font-size:45px; color:#dfbd79; position:absolute; top:0; left:0; z-index:900; display:block; width:50px; height:50px; text-align:center; line-height:50px;    } */
a:hover#profile_load_more_comments {
  background:rgba(0,25,25,1);
  color:#fff;
}

.interests_info:nth-child(1) {
  visibility:hidden;
}

/**********************************************************************************
 Content Inside About Me / ALL SECTIONS
/*********************************************************************************/
.container-width {
  margin:0 auto;
}

.section ul {
  list-style-type:none;
  padding:0;
  margin-bottom:px;
}

/*.section { border-top:1px solid #cccccc; } */
.section {
  min-height:100px;
  padding:0 20px;
  margin:0;
  background:#ffffff;
}

#section-1,#section-2,#section-3,#section-4,#section-5,#section-6,#section-7,#section-8,#section-9,#section-10 {
  background-position:top center;
  background-repeat:no-repeat;
}

#section-1 {
  background-image:url(https://mfcprofiles-c255c.firebaseapp.com/aa/mrsv_aa_bg_social.jpg);
  height:462px;
}

#section-2 {
  background-image:url(https://mfcprofiles-c255c.firebaseapp.com/aa/mrsv_aa_bg_mvids.jpg);
  height:588px;
}

#section-3 {
  background-image:url(https://mfcprofiles-c255c.firebaseapp.com/aa/mrsv_aa_bg_rules.jpg);
  height:687px;
}

#section-4 {
  background-image:url(https://mfcprofiles-c255c.firebaseapp.com/aa/mrsv_aa_bg_giftcard.jpg);
  height:587px;
}

#section-5 {
  background-image:url(https://mfcprofiles-c255c.firebaseapp.com/aa/mrsv_aa_bg_menu.jpg);
  height:245px;
}

/*----Section 1 ------------------------------------------------------------*/
#section-1 {
}

#section-1 .content-box {
}

#section-1 #icons {
  position:relative;
}

#section-1 #icons a span {
  visibility:hidden;
  display:none;
}

#section-1 #icons a {
  height:232px;
  width:232px;
  display:block;
  padding:0;
  margin:0;
  position:absolute;
  top:90px;
  background-repeat:no-repeat;
}

#section-1 #icons a.icon-twitter {
  background-image:url(https://mfcprofiles-c255c.firebaseapp.com/aa/icon_twitter.png);
  left:70px;
}

#section-1 #icons a.icon-snap {
  background-image:url(https://mfcprofiles-c255c.firebaseapp.com/aa/icon_snap.png);
  left:319px;
}

#section-1 #icons a.icon-mail {
  background-image:url(https://mfcprofiles-c255c.firebaseapp.com/aa/icon_mail.png);
  left:562px;
}

/*----Section 2 ------------------------------------------------------------*/
#section-2 .content-box {
}

#section-2 .content-box {
  position:relative;
}

#section-2 .content-box a span {
  visibility:hidden;
  display:none;
}

#section-2 .content-box a {
  height:72px;
  width:256px;
  display:block;
  position:absolute;
  top:400px;
  left:521px;
  background-repeat:no-repeat;
  background-image:url(https://mfcprofiles-c255c.firebaseapp.com/aa/manyvid_button.png);
}

/*----Section 3 ------------------------------------------------------------*/
#section-3 {
}

#section-3 .content-box {
}

/*----Section 4 ------------------------------------------------------------*/
#section-4 {
}

#section-4 .content-box {
  position:relative;
}

#section-4 .content-box a {
  display:block;
  position:absolute;
  top:317px;
  left:380px;
  font-size:26px;
  text-decoration:none;
}

/*----Section 5 ------------------------------------------------------------*/
/*----Section 6 ------------------------------------------------------------*/
/**********************************************************************************
Widget - VIDEOS 
/*********************************************************************************/
::-webkit-scrollbar {
  width:12px;
  background-color:#0f1125;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  border-radius:10px;
  background-color:#edccda;
}

::-webkit-scrollbar-thumb {
  border-radius:10px;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  background-color:#fd8ebe;
}

/**********************************************************************************
Widget - TIP TABLE
/*********************************************************************************/
#tokentable .bordered {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}

#tokentable table {
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.55em;
  background-color:#ffffff;
}

#tokentable .bordered {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}

.bordered td,.bordered th {
  border-top:1px solid #f1d9e4;
  padding:9px;
  text-align:left;
}

.bordered td {
  padding:6px;
}

.bordered th {
  background-color:#fff;
  color:#323a45!important;
  border-top:none;
  font-family:'latoregular',Helvetica,Arial,sans-serif;
  font-size:14px!important;
  font-weight:normal!important;
  line-height:1.3em;
  border-bottom:1px solid #f1d9e4!important;
  text-transform:uppercase;
  letter-spacing:2px;
}

.bordered td:first-child,.bordered th:first-child {
  border-left:none;
}

.bordered th:first-child {
  -moz-border-radius:6px 0 0;
  -webkit-border-radius:6px 0 0 0;
  border-radius:6px 0 0 0;
}

.bordered th:last-child {
  -moz-border-radius:0 6px 0 0;
  -webkit-border-radius:0 6px 0 0;
  border-radius:0 6px 0 0;
}

.bordered th:only-child {
  -moz-border-radius:6px 6px 0 0;
  -webkit-border-radius:6px 6px 0 0;
  border-radius:6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
  -moz-border-radius:0 0 0 6px;
  -webkit-border-radius:0 0 0 6px;
  border-radius:0 0 0 6px;
}

.bordered tr:last-child td:last-child {
  -moz-border-radius:0 0 6px;
  -webkit-border-radius:0 0 6px 0;
  border-radius:0 0 6px 0;
  width:100px;
}

bordered tr th:nth-child(1) {
}

.bordered tr td:nth-child(1),.bordered tr th:nth-child(1) {
  padding-left:50px;
}

.bordered tr td:nth-child(1) {
  font-size:14px;
}

.bordered tr td:nth-child(2) {
  color:#fb98c2!important;
  font-size:20px;
  font-family:'latoregular',Helvetica,Arial,sans-serif;
}

#tokentable .bordered tr a {
  color:#fff;
  background-color:#fb98c2!important;
  font-size:13px;
  text-decoration:none;
  font-weight:bold;
  display:block;
  width:80px;
  text-align:center;
  padding:2px 0;
  -webkit-border-radius:30;
  -moz-border-radius:30;
  border-radius:30px;
}

#tokentable .bordered tr a:hover {
  background-color:#7fbfff!important;
  color:#fff;
  text-decoration:none;
}

.bordered tr th strong {
  font-family:Georgia,'Times New Roman',Times,serif;
  font-style:italic;
  font-size:14px;
  font-weight:normal;
}

#tokentable tr.last th {
  background-color:#ca1919;
}

/*  ========================== */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family:si;
    src:url(https://mfcprofiles-c255c.firebaseapp.com/sv/fonts/socicon.svg) format("svg");
  }
}

.soc {
  overflow:hidden;
  margin:0;
  padding:0;
  list-style:none;
  float:left;
  padding-top:12px;
  padding-left:5px;
}

.soc li {
  display:inline-block;
  *display:inline;
  zoom:1;
}

.soc li a {
  font-family:si!important;
  font-style:normal;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  -o-transition:.1s;
  -ms-transition:.1s;
  -moz-transition:.1s;
  -webkit-transition:.1s;
  transition:.1s;
  -webkit-transition-property:transform;
  transition-property:transform;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  overflow:hidden;
  text-decoration:none;
  text-align:center;
  display:block;
  position:relative;
  z-index:1;
  width:30px;
  height:30px;
  line-height:30px;
  font-size:16px;
  -webkit-border-radius:100px;
  -moz-border-radius:100px;
  border-radius:100px;
  margin-right:7px;
  color:#ffffff;
  background-color:none;
}

.soc a:hover {
  z-index:2;
  -webkit-transform:translateY(-5px);
  transform:translateY(-5px);
  background-color:#cf7e9b;
}

.soc-icon-last {
  margin:0!important;
}

.soc-twitter:before {
  content:'a';
}

.soc-instagram:before {
  content:'x';
}

.soc-email2:before {
  content:'.';
}

/**********************************************************************************
Animations
/*********************************************************************************/
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
  }
  
  75% {
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
  }
  
  75% {
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
  }
}

.hvr-pulse {
  display:inline-block;
  vertical-align:middle;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
}

.hvr-pulse:hover,.hvr-pulse:focus,.hvr-pulse:active {
  -webkit-animation-name:hvr-pulse;
  animation-name:hvr-pulse;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}

/* Rotate */
.rotate {
  -webkit-transition-duration:.8s;
  -moz-transition-duration:.8s;
  -o-transition-duration:.8s;
  transition-duration:.8s;
  -webkit-transition-property:-webkit-transform;
  -moz-transition-property:-moz-transform;
  -o-transition-property:-o-transform;
  transition-property:transform;
  overflow:hidden;
}

.rotate:hover {
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
}

/*Slow Bounce*/
.animated-2 {
  -webkit-animation-duration:12s;
  animation-duration:12s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
}

.animated {
  -webkit-animation-duration:10s;
  animation-duration:10s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
}

/*
@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 

.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}*/