@charset "UTF-8";

a:link,a:active,a:hover {
  color:#133dcc;
}

a:visited {
  color:#133dcc;
}

.container_image {
  width:200px;
  height:120px;
}

#about_me_label,#pets_container,#automobile_container,#favorite_food_container,#school_container,#occupation_container,#marital_status_container,#drugs_container,#drink_container,#smoke_container,#sexual_preference_container,#country_container,#city_container,#age_container,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#body_type_container,#gender_container,#cam_score_container,#username_container,#tags_label,#tags_value,#footer_bar,#header_bar,#profile_main_photo {
  display:none;
}

#profile_avatar {
  border-radius:50%;
}

body {
  background-color:#ffffff;
  background-color:#f2cccc;
  color:#000000;
  font-weight:normal;
  font-style:normal;
  font-family:'Verdanax';
}

.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 #000062;
  -moz-box-shadow:0 0 0 #000062;
  box-shadow:0 0 0 #000062;
}

.profile_section_background {
  background-color:transparent;
  background-color:#f9d2d2;
  filter:alpha(opacity=100);
  opacity:1;
  background-image:url();
}

.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 {
  padding:5px;
  background-color:#000000;
  color:#FFFFFF;
  font-family:'Verdanax';
  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;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

#nameFont {
  font-family:'TheBlacklist';
  color:white;
  font-size:20px;
}

div.content {
  display:flex;
  background-color:#f2cccc;
}

div.column1 {
  width:15%;
  background-color:#f2cccc;
  overflow:hidden;
  height:100%;
}

div.column2 {
  width:80%;
  height:100%;
  overflow:hidden;
  background-color:#f2cccc;
}

.banner {
  width:50vw;
  height:10vh;
  background-color:#fff;
}

.container2 {
  display:flex;
  align-items:center;
  padding-top:1rem;
  padding-bottom:1rem;
  justify-content:center;
}

.componentWrapper {
  border:solid cadetblue;
  border-radius:40px;
  padding:15px 10px 10px;
  width:95%;
  margin-top:10px;
}

.componentWrapper .name {
  position:absolute;
  margin-top:-32px;
  margin-left:40px;
  color:white;
  background:cadetblue;
  border-radius:10px;
  padding:2px 10px;
}

.componentWrapper .photo {
  position:absolute;
  margin-top:0;
  margin-left:100px;
  color:white;
  background:cadetblue;
  border-radius:10px;
  padding:2px 10px;
}

.componentWrapper .menu {
  position:absolute;
  margin-top:0;
  margin-left:290px;
  color:white;
  background:cadetblue;
  border-radius:10px;
  padding:2px 10px;
}

.image2 {
  flex-grow:1;
  flex-shrink:0;
  max-width:400px;
  margin:0;
}

.image2 img {
  width:100%;
  height:100%;
  object-fit:contain;
  box-sizing:border-box;
}

.content {
  flex-grow:1;
  flex-basis:50%;
  overflow:hidden;
  padding-left:1rem;
}

@media screen and (max-width:600px) {
  .container2 {
    flex-direction:column;
  }
}

.fling-minislide {
  width:1200px;
  height:500px;
  position:relative;
  margin:0 auto;
}

.fling-minislide img {
  position:absolute;
  animation:fling-minislide 20s infinite;
  opacity:0;
  width:100%;
  height:400px;
}

@keyframes fling-minislide {
  25% {
    opacity:1;
  }

  40% {
    opacity:0;
  }
}

.fling-minislide img:nth-child(4) {
  animation-delay:0s;
}

.fling-minislide img:nth-child(3) {
  animation-delay:5s;
}

.fling-minislide img:nth-child(2) {
  animation-delay:10s;
}

.fling-minislide img:nth-child(1) {
  animation-delay:15s;
}

#photoDiv {
  display:none;
}

#photoDiv:target {
  display:block;
}

#menuDiv {
  display:none;
}

#menuDiv:target {
  display:block;
}

.addition {
  height:250px;
  margin-left:40%;
  margin-top:1%;
}

.slideshow {
  position:centre;
  margin:0 auto;
  padding-top:1px;
  height:250px;
  box-sizing:border-box;
}

.rotation {
  margin:auto;
  width:190px;
  perspective:1000px;
  position:relative;
}

.rotation-carrousel {
  padding-left:40px;
  width:100%;
  position:absolute;
  float:right;
  animation:rotar 15s infinite linear;
  transform-style:preserve-3d;
}

.rotation-carrousel:hover {
  animation-play-state:paused;
  cursor:pointer;
}

.rotation-carrousel figure {
  width:100%;
  height:120px;
  border:1px solid #4d444d;
  overflow:hidden;
  position:absolute;
}

.rotation-carrousel figure:nth-child(1) {
  transform:rotateY(0deg) translateZ(300px);
}

.rotation-carrousel figure:nth-child(2) {
  transform:rotateY(60deg) translateZ(300px);
}

.rotation-carrousel figure:nth-child(3) {
  transform:rotateY(120deg) translateZ(300px);
}

.rotation-carrousel figure:nth-child(4) {
  transform:rotateY(180deg) translateZ(300px);
}

.rotation-carrousel figure:nth-child(5) {
  transform:rotateY(240deg) translateZ(300px);
}

.rotation-carrousel figure:nth-child(6) {
  transform:rotateY(300deg) translateZ(300px);
}

.rotation-carrousel figure:nth-child(7) {
  transform:rotateY(360deg) translateZ(300px);
}

.slideshow {
  position:absolute;
  box-shadow:0 0pz 20px 0 #000;
  border-radius:2px;
}

.rotation-carrousel img {
  image-rendering:auto;
  transition:all 300ms;
  width:100%;
  height:100%;
}

.rotation-carrousel img:hover {
  transform:scale(1.2);
  transition:all 300ms;
}

@keyframes rotar {
  from {
    transform:rotateY(0deg);
  }

  to {
    transform:rotateY(360deg);
  }
}

h2 {
  font-weight:bold;
  font-size:1.5rem;
}

#sticky {
  font-size:2rem;
}

ul,li {
  list-style:none;
}

ul {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}

ul li a {
  text-decoration:none;
  color:#000;
  background:#ffc;
  display:block;
  height:14em;
  width:14em;
  padding:1em;
  box-shadow:5px 5px 7px rgba(33,33,33,.7);
  transform:rotate(-6deg);
  transition:transform .15s linear;
}

ul li:nth-child(even) a {
  transform:rotate(4deg);
  position:relative;
  top:5px;
  background:#cfc;
}

ul li:nth-child(3n) a {
  transform:rotate(-3deg);
  position:relative;
  top:-5px;
  background:#ccf;
}

ul li:nth-child(5n) a {
  transform:rotate(5deg);
  position:relative;
  top:-10px;
}

ul li a:hover,ul li a:focus {
  box-shadow:10px 10px 7px rgba(0,0,0,.7);
  transform:scale(1.25);
  position:relative;
  z-index:5;
}

ul li {
  margin:1em;
}

body {
  background-color:#f2cccc;
}

#description {
  font-style:bold;
  font-size:1.7rem;
  color:green;
}

@font-face {
  font-family:'TheBlacklist';
  font-style:normal;
  font-weight:400;
  src:url(https://tehnic.wink.ro/assets/css/font/TheBlacklist.ttf) format("truetype");
}

.fontsforweb_fontid_79299 {
  font-family:'TheBlacklist'!important;
}