@charset "UTF-8";

/*-----------------[LAYOUT START]------------------------*/
#rw_logo {
  position:fixed;
  top:5.5%;
  right:1%;
}

#chat_room {
  position:absolute;
  top:-115px;
  right:10px;
}

#welcome_message {
  position:absolute;
  top:-115px;
  right:110px;
}

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

a:visited {
  color:#000;
}

body {
  background:rgba(1,28,45,0.5) url(https://www.dropbox.com/s/2mn9an1qibyck9z/MainbackGround3.jpg?raw=1) top center no-repeat;
  background-attachment:fixed;
  background-repeat:repeat;
}

#profile_header_container .heading {
  font-family:'Chewy',cursive;
  text-align:center;
  font-size:80px;
}

#username_container,#cam_score_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#favorite_food_container,#pets_container {
  font-family:'Amatic SC',cursive;
  font-size:18px;
}

#profile {
  z-index:5;
  width:52%;
  margin:-20px auto -10px;
  background:rgba(0,36,35,0.6) url(https://www.dropbox.com/s/6g0y1ym8wa4qfqr/banner.gif?raw=1) top center no-repeat;
  background-size:100%;
  background-position:center 380px;
  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_section_content {
  color:#000000;
  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 {
  margin-top:51px;
  background-color:transparent;
  background-color:rgba(255,255,255,0.6);
  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 {
  margin-top:51px;
  padding:5px;
  background-color:rgba(177,177,177,0.7);
  color:rgba(43,43,43,1);
  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;
}

.content {
  padding:5px;
}

#profile_avatar {
  margin:55px 3px 0;
  padding:4px;
  -moz-border-radius-topleft:75px;
  -moz-border-radius-topright:75px;
  -moz-border-radius-bottomleft:75px;
  -moz-border-radius-bottomright:75px;
  -webkit-border-top-left-radius:75px;
  -webkit-border-top-right-radius:75px;
  -webkit-border-bottom-left-radius:75px;
  -webkit-border-bottom-right-radius:75px;
  border-top-left-radius:75px;
  border-top-right-radius:75px;
  border-bottom-left-radius:75px;
  border-bottom-right-radius:75px;
  -webkit-animation:spin .5s linear;
  -moz-animation:spin .5s linear;
  animation:spin .5s linear;
  animation-duration:.5s;
  -webkit-animation-duration:.5s;
  -moz-animation-duration:.5s;
  -o-animation-duration:.5s;
  -ms-animation-duration:.5s;
}

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

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

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

.about_me_text {
  margin:-17px 0 0 195px;
}

#profile_about_me {
  margin:20px 0;
}

#about_me_value {
  width:100%;
}

.about-me .header {
  font-size:1.25rem;
  font-weight:bold;
}

.profile_section_content {
  z-index:5;
}

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

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  color:rgba(43,43,43,1);
  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_about_me {
  margin:20px 0;
  padding-top:0;
}

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

#member_status_value a {
  text-decoration:none;
  visibility:initial;
  font-family:'Kaushan Script',cursive;
  font-weight:600;
  font-size:50px;
  color:#1e1e1e;
  vertical-align:middle;
}

#member_type_value,#member_message_value,#blurb_label,#blurb_value,#unix_last_broadcast_label,#unix_last_broadcast_value,#unix_last_updated_label,#unix_last_updated_value,#last_login_string_label,#last_login_string_value,a[href='#wall'] {
  visibility:hidden;
}

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

/*-----------------[LAYOUT END]------------------------*/
/*-----------------[TOP NAVIGATION START]------------------------*/
.nav {
  background:linear-gradient(to bottom,#ccc 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;
  border-bottom-right-radius:55px;
  border-bottom-left-radius:55px;
}

.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(112,0,100,0.3);
  border-top-left-radius:45px;
  border-top-right-radius:45px;
}

.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(112,0,100,0.6);
  width:13.8%;
}

/*-----------------[TOP NAVIGATION END]------------------------*/
/*-----------------[VIDEO STORE START]------------------------*/
.videos {
  font-size:1rem;
  line-height:1;
}

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

.videos-header {
  background-color:rgba(177,177,177,0);
  color:rgba(43,43,43,1);
  border-bottom:#73c4fa solid 0;
  margin:auto;
  font-size:27px;
  font-weight:bold;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.videos-list {
/*background-color: #F3C;*/
  border:0 solid #73c4fa;
  width:100%;
  margin:auto;
  height:auto;
  overflow:auto;
}

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

.four-rows {
  height:575px;
}

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

.videos-footer {
  border-top:#666 solid 0;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.videos-footer-message {
  color:#666;
  margin:auto;
  border-top:#444 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;
}

.videos-item {
  border:2px solid rgba(167,167,167,0.3);
  width:350px;
  height:236px;
  margin:.5%;
  float:left;
  left:15%;
  background-color:#dbf5ed;
  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;
  box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.videos-item .image {
  width:100%;
  margin-top:36px;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
}

.videos-item .desc {
  width:100%;
  height:36px;
  background-color:rgba(245,245,245,0.50);
  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;
}

.videos-item:hover .desc,.videos-item:hover .desc a {
  background-color:rgba(107,107,107,0.8);
  color:#000;
  width:100%;
  height:100%;
  padding:0 40px;
}

.desc .title {
  height:12px;
  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;
  color:rgba(255,255,255,0);
}

.desc-footer {
  height:20px;
  width:100%;
  text-align:right;
  padding-left: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:#fff;
  background-color:#000;
  padding:2px 10px;
  border-radius:8px;
}

.purchase {
  background-color:#f6f6f6;
}

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

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

.videos-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid #73c4fa;
  background-color:#ccc;
}

/*-----------------[VIDEO STORE END]------------------------*/
/*-----------------[KNIGHTS START]------------------------*/
.knights {
  font-size:25px;
  line-height:1;
  text-align:center;
  font-family:'Dosis',sans-serif;
}

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

.knights-header {
  background-color:rgba(177,177,177,0);
  color:rgba(43,43,43,1);
  border-bottom:#73c4fa solid 0;
  margin:auto;
  color:#000;
  font-size:27px;
  font-weight:bold;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.knights-list {
/*background-color: #F3C;*/
  border:0 solid #73c4fa;
  margin:auto;
  height:auto;
  overflow:auto;
}

.three-plus-half-rows {
  height:auto;
}

.four-rows {
  height:auto;
}

.four-plus-half-rows {
  height:auto;
}

.knights-footer {
  border-top:#666 solid 0;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.knights-footer-message {
  color:#666;
  margin:auto;
  border-top:#444 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;
}

.knights-item {
  border:2px solid rgba(167,167,167,0.3);
  width:24%;
  height:50px;
  margin:.5%;
  float:left;
  background:rgba(214,214,214,0.5) url(https://www.dropbox.com/s/wqfwxxreie7t97v/castle.png?raw=1) top center no-repeat;
  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;
  box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  text-shadow:0 0 8px #fff,0 0 5px #fff,0 0 4px #fff,0 0 3px #fff,0 0 2px #fff,0 0 1px #fff;
}

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

.image img {
  height:100%;
}

.knights-item .desc {
  width:100%;
  height:100%;
  background-color:rgba(255,255,255,0);
  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;
}

.desck .titlek {
  text-align:right;
  height:16px;
  width:100%;
  margin:7px 0 0;
  font-size:1em;
  font-weight:bold;
}

.desc-content {
  height:auto;
  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-left: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:#fff;
  background-color:#000;
  padding:2px 10px;
  border-radius:8px;
}

.purchase {
  background-color:#f6f6f6;
}

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

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

.knights-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid #73c4fa;
  background-color:#ccc;
}

/*-----------------[KNIGHTS END]------------------------*/