@charset "UTF-8";

body {
  background-image:url(bg-winter.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-color:#fff;
  margin:auto;
  width:900px!important;
  padding:40px 0 0;
}

hr {
  border-top:1px dashed #fff;
  border-bottom:1px dotted #fff;
  color:#fff;
  height:4px;
}

body,td {
  color:#4d5b84;
  font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-weight:200!important;
  font-style:normal;
  font-size:14px;
  line-height:150%;
}

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

.custom-heading {
  font-size:20px;
  text-align:center;
}

#navbar-container {
  z-index:1000;
  position:fixed;
  top:0;
  left:0;
  width:100%;
}

#navbar {
  position:relative;
  z-index:1000;
  background-image:url(http://milliwall.com/wp-content/uploads/2015/03/Black-Wallpaper-31-HD.jpg);
  width:100%;
  border-bottom:10px solid #dce2ef;
  -webkit-box-shadow:0 10px 40px 0 rgba(31,41,79,0.8);
  box-shadow:0 10px 40px 0 rgba(31,41,79,0.8);
}

#navbar-content {
  width:900px;
  margin:auto;
  padding:50px;
}  
}

#colorbox,#cboxOverlay,#cboxWrapper {
  z-index:auto!important;
}

.profile_section_content {
  z-index:auto!important;
}

.vixen-button {
  -webkit-animation-name:button-pulse;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  position:relative;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  border:2px solid #a7b2cc;
  cursor:pointer;
  color:#4d5b84;
  font-size:15px;
  font-weight:bold;
  padding:12px 16px;
  text-decoration:none;
  text-shadow:0 1px 0 #ebf1ff;
  margin-left:10px;
  margin-right:10px;
}

.vixen-button:hover {
  background-color:#d9deeb;
}

.vixen-button:active {
  position:relative;
  top:1px;
}

#profile_interests_content {
  margin-top:20px;
}

@-webkit-keyframes button-pulse {
  from {
    background-color:rgba(255,255,255,1);
  }
  
  50% {
    background-color:rgba(177,187,213,1);
  }
  
  to {
    background-color:rgba(255,255,255,1);
  }
}