@charset "UTF-8";

/***---TJ-2019----***/
      a:link {
        color:#FFFFFF;
        font-size:20px;
      }

      a:hover {
        color:#C0C0C0;
        text-shadow:1px 1px 1px rgba(000,000,000,1);
        font-size:20px;
      }

      a:visited {
        color:#a9a9a9;
        font-size:20px;
      }

      body {
        margin:0 auto;
        width:1000px!important;
        position:relative;
        top:30px;
        left:-24px;
      /*** This sets your background image ------------------------------***/
        background:url(),url(),url(https://i.ibb.co/G9bKkKP/Top4A.png);
        background-repeat:no-repeat,no-repeat,no-repeat;
        background-position:bottom left,top center,top center;
        background-size:auto,auto,100%;
        background-attachment:local,local,fixed;
        color:#FFF;
        background-color:rgba(255,255,255,1);
        font-family:"Century Gothic",Palatino Linotype,Book Antiqua,Palatino,serif;
        font-weight:normal;
        font-style:normal;
        font-size:16px!important;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        -o-border-radius:10px;
        padding-left:5px;
        padding-right:5px;
        padding-bottom:105px;
      }

      #five_things_container,#profile_interests_content,#for_fun_container,#craziest_thing_container {
        z-index:999;
      }

      /*** this changes the color of the user info-menu ***/
      #username_label,#gender_label,#body_type_label,#ethnicity_label,#hair_label,#eyes_label,#weight_label,#height_label,#age_label,#country_label,#sexual_preference_label,#smoke_label,#drink_label,#marital_status_label,#be_anywhere_container,#know_me_container,#photo_gallery_previews,#photo_galleries,#occupation_label,#cam_score_label,#city_label,#drugs_label,#school_label,#You_like_it_label,#pets_label,#favorite_food_label#automobile_label {
        font-size:22px;
        color:#FFFFFF;
        text-shadow:0 1px 5px #000000;
        line-height:30px;
        font-weight:normal;
        background:url(https://i.ibb.co/2yBpYgF/Check-Paws.gif) no-repeat;
        background-position:-80px 0;
      }

      /*** this changes the hover color of the user info-menu ***/
      #username_label:hover,#gender_label:hover,#body_type_label:hover,#ethnicity_label:hover,#hair_label:hover,#eyes_label:hover,#weight_label:hover,#height_label:hover,#age_label:hover,#country_label:hover,#sexual_preference_label:hover,#smoke_label:hover,#drink_label:hover,#marital_status_label:hover,#occupation_label:hover,#cam_score_label:hover,#city_label:hover,#drugs_label:hover,#school_label:hover,#You_like_it_label:hover,#pets_label:hover,#favorite_food_label:hover,#automobile_label:hover {
        font-size:22px;
        color:#000000;
        line-height:30px;
        font-weight:normal;
        background:url(https://i.ibb.co/2yBpYgF/Check-Paws.gif) no-repeat;
        -webkit-transition:all .5s;
        -moz-transition:all .5s;
        transition:all .5s;
        background-position:500px 0;
      }

      /*** this changes the color of the user info ***/
      #username_value,#gender_value,#body_type_value,#ethnicity_value,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#smoke_value,#drink_value,#marital_status_value,#occupation_value,#cam_score_value,#city_value,#drugs_value,#school_value,#You_like_it_value,#pets_value,#favorite_food_value,#automobile_value {
        font-size:22px;
        color:#000000;
        text-shadow:0 1px 5px #FFFFFF;
        line-height:30px;
        font-weight:normal;
        background:url(https://i.ibb.co/2yBpYgF/Check-Paws.gif) no-repeat;
        background-position:-80px 0;
      }

      /*** this changes the hover color of the user info ***/
      #username_value:hover,#gender_value:hover,#body_type_value:hover,#ethnicity_value:hover,#hair_value:hover,#eyes_value:hover,#weight_value:hover,#height_value:hover,#age_value:hover,#country_value:hover,#sexual_preference_value:hover,#smoke_value:hover,#drink_value:hover,#marital_status_value:hover,#occupation_value:hover,#cam_score_value:hover,#city_value:hover,#drugs_value:hover,#school_value:hover,#You_like_it_value:hover,#pets_value:hover,#favorite_food_value:hover,#automobile_value:hover {
        font-size:22px;
        color:#FFFFFF;
        text-shadow:0 1px 5px #000000;
        line-height:30px;
        font-weight:normal;
        background:url(https://i.ibb.co/2yBpYgF/Check-Paws.gif) no-repeat;
        -webkit-transition:all .5s;
        -moz-transition:all .5s;
        transition:all .5s;
        background-position:500px 0;
      }

      #about_me_label {
        opacity:0;
      }

      #profile_about_me {
        font-size:18px!important;
      /*-----------------[ANIMATION PAGE CLASS AND ID START]------------------------*/
        @keyframesbuy-button0transform:scale(1);
      }

      50% {
        transform:scale(1.2);
      }

      100% {
        transform:scale(1);
      }  
    }

    @-webkit-keyframes buy-button {
      0% {
        transform:scale(1);
      }

      50% {
        transform:scale(1.2);
      }

      100% {
        transform:scale(1);
      }
    }

    @-moz-keyframes buy-button {
      0% {
        transform:scale(1);
      }

      50% {
        transform:scale(1.2);
      }

      100% {
        transform:scale(1);
      }
    }

    @-o-keyframes buy-button {
      0% {
        transform:scale(1);
      }

      50% {
        transform:scale(1.2);
      }

      100% {
        transform:scale(1);
      }
    }

    /*-----------------[ANIMATION PAGE CLASS AND ID STOP]------------------------*/
    /*-----------------[LINK DOWNLOAD POPUP + BUTTON START]------------------------*/
    .tabs > div:not(:target) > div {
      position:absolute;
      visibility:hidden;
    }

    .tabs > div:target > div {
      position:absolute;
      visibility:visible;
      z-index:999;
    }

    .download-now-button-Name {
      font-family:"Fredericka the Great",Arial;
      font-size:12px;
      position:relative;
      margin-top:-6px;
      -webkit-transition:all .6s ease;
      -moz-transition:all .6s ease;
      -o-transition:all .6s ease;
      -ms-transition:all .6s ease;
      transition:all .6s ease;
    }

    .download-now-button-click-here {
      margin-top:-6px;
      -webkit-transition:all .6s ease;
      -moz-transition:all .6s ease;
      -o-transition:all .6s ease;
      -ms-transition:all .6s ease;
      transition:all .6s ease;
    }

    .download-now-button-tip-now {
      font-size:18px;
      padding-top:10px;
      -webkit-transition:all .6s ease;
      -moz-transition:all .6s ease;
      -o-transition:all .6s ease;
      -ms-transition:all .6s ease;
      transition:all .6s ease;
    }

    .download-now-button-a {
      background-color:rgba(34,139,34,0.9);
      color:#fff;
      border:5px solid #fff;
      border-radius:50%;
      bottom:50px;
      box-shadow:1px 1px 2px #e6e6e6;
      height:100px;
      left:15px;
      margin:10px;
      position:fixed;
      text-align:center;
      width:100px;
      text-decoration:none;
      z-index:900;
    }

    .download-now-button-a:hover {
      background-color:#0088CC;
      color:#717171;
    }

    .download-now-popup-bg {
      background:rgba(255,255,255,0.9);
      color:#fff;
      height:100%;
      left:0;
      position:fixed!important;
      top:0;
      width:100%;
    }

    .close-download-x {
      left:11px;
      position:absolute;
      top:4px;
    }

    .close-download-a {
      background:linear-gradient(to bottom,#f6f6f6 0%,#e4e4e4 100%) repeat scroll 0 0 rgba(0,0,0,0);
      border:1px solid #e0e0e0;
      border-radius:50%;
      color:#a0a0a0!important;
      font-size:15px;
      padding:14px;
      position:absolute;
      right:-11px;
      text-decoration:none;
      top:-11px;
    }

    .close-download-a:hover {
      background:linear-gradient(to bottom,#F6F6F6 0%,#eaeaea 100%) repeat scroll 0 0 rgba(0,0,0,0);
      border:1px solid #e0e0e0;
    }

    .buy-button-animation:hover {
      -webkit-animation:none;
      -moz-animation:none;
      -o-animation:none;
      animation:none;
    }

    .profile_section_content {
      z-index:inherit;
    }

    .buy-button-animation {
      animation-name:buy-button;
      -webkit-animation:buy-button 1s infinite;
      -moz-animation:buy-button 1s infinite;
      -o-animation:buy-button 1s infinite;
      animation:buy-button 1s infinite;
    }

    /*-----------------[LINK DOWNLOAD POPUP + BUTTON END]------------------------*/
    /*--
                                                                                /*--
                                                                                /*--

                                                              #profile_about_me2 {                   
                                                                                    /*--------- 2nd button on the right ---test----*/
    /*-----------------[ANIMATION PAGE CLASS AND ID START]------------------------*/
    @keyframesbuy-button0transform:scale(1)
    50 {
      
    }

    100% {
      transform:scale(1);
    }  
  }

  @-webkit-keyframes buy-button {
    0% {
      transform:scale(1);
    }

    50% {
      transform:scale(1.2);
    }

    100% {
      transform:scale(1);
    }
  }

  @-moz-keyframes buy-button {
    0% {
      transform:scale(1);
    }

    50% {
      transform:scale(1.2);
    }

    100% {
      transform:scale(1);
    }
  }

  @-o-keyframes buy-button {
    0% {
      transform:scale(1);
    }

    50% {
      transform:scale(1.2);
    }

    100% {
      transform:scale(1);
    }
  }

  /*-----------------[ANIMATION PAGE CLASS AND ID STOP]------------------------*/
  /*-----------------[LINK DOWNLOAD POPUP + BUTTON START]------------------------*/
  .tabs > div:not(:target) > div {
    position:absolute;
    visibility:hidden;
  }

  .tabs > div:target > div {
    position:absolute;
    visibility:visible;
    z-index:999;
  }

  .download-now-button-Name2 {
    font-family:"Fredericka the Great",Arial;
    font-size:12px;
    position:relative;
    margin-top:-6px;
    -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    -ms-transition:all .6s ease;
    transition:all .6s ease;
  }

  .download-now-button-click-here2 {
    margin-top:-6px;
    -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    -ms-transition:all .6s ease;
    transition:all .6s ease;
  }

  .download-now-button-tip2-now {
    font-size:18px;
    padding-top:10px;
    -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    -ms-transition:all .6s ease;
    transition:all .6s ease;
  }

  .download-now-button-aRight {
    background-color:rgba(34,139,34,0.9);
    color:#fff;
    border:5px solid #fff;
    border-radius:50%;
    bottom:50px;
    box-shadow:1px 1px 2px #e6e6e6;
    height:100px;
    left:15px;
    margin:10px;
    position:fixed;
    text-align:center;
    width:100px;
    text-decoration:none;
    z-index:900;
  }

  .download-now-button-aRight:hover {
    background-color:#0088CC;
    color:#717171;
  }

  .download-now-popup-Rightbg {
    background:rgba(255,255,255,0.9);
    color:#fff;
    height:100%;
    left:0;
    position:fixed!important;
    top:0;
    width:100%;
  }

  .close-download-x {
    left:11px;
    position:absolute;
    top:4px;
  }

  .close-download-aRight {
    background:linear-gradient(to bottom,#f6f6f6 0%,#e4e4e4 100%) repeat scroll 0 0 rgba(0,0,0,0);
    border:1px solid #e0e0e0;
    border-radius:50%;
    color:#a0a0a0!important;
    font-size:15px;
    padding:14px;
    position:absolute;
    right:-11px;
    text-decoration:none;
    top:-11px;
  }

  .close-download-aRight:hover {
    background:linear-gradient(to bottom,#F6F6F6 0%,#eaeaea 100%) repeat scroll 0 0 rgba(0,0,0,0);
    border:1px solid #e0e0e0;
  }

  .buy-button-animationRight:hover {
    -webkit-animation:none;
    -moz-animation:none;
    -o-animation:none;
    animation:none;
  }

  .profile_section_content {
    z-index:inherit;
  }

  .buy-button-animationRight {
    animation-name:buy-button;
    -webkit-animation:buy-button 1s infinite;
    -moz-animation:buy-button 1s infinite;
    -o-animation:buy-button 1s infinite;
    animation:buy-button 1s infinite;
  }/*-----------------[LINK DOWNLOAD POPUP + BUTTON END]------------------------*/
    
}

.profile_subsection {
  font-size:18px;
}

.profile_section_content {
  text-align:left;
  text-indent:3px;
  color:#FFFFFF;
  font-family:"Century Gothic",Palatino Linotype,Book Antiqua,Palatino,serif;
  padding:5px;
  margin:0 auto;
  font-size:20px;
  -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;
}

#five_things_label,#for_fun_label,#craziest_thing_label,#be_anywhere_label,#know_me_label {
  display:none;
  opacity:0;
}

.profile_section_background {
  background-color:rgba(255,255,255,0.0);
  filter:Alpha(opacity='0');
  opacity:0;
  font-size:18px;
}

.img_radius_shadow {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border:3px solid rgba(0,102,153,.3);
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.img_radius_shadow:hover {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border:3px solid rgba(0,102,153,1);
  -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:0 auto;
  background-color:#000000;
  color:#FFFFFF;
  font-family:"Century Gothic",Verdana;
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  -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;
  display:none;
}

.content {
  background-color:rgba(0,0,0,0.7);
  border-radius:10px;
  font-size:18px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -o-border-radius:10px;
  padding:5px;
  margin:0 auto;
  min-width:900px;
}

.heading {
  display:none;
  opacity:0;
}

.userShow {
  color:#FFFFFF;
  display:inline-block;
  width:300px;
  height:auto;
  padding-left:5px;
  padding-right:5px;
}

#header_bar {
  display:block;
}

.profile_row {
  top:-850px;
  padding-top:5px;
  border-radius:10px;
  font-size:16px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -o-border-radius:10px;
}

/***  SECTION DOCKS USER INFO ,PHOTO BAR , FAV BOOKS AND FAV. FOTO MOMENTS BG ------***/
.profile_section {
  background:url(),url(https://i.ibb.co/HGCMbV3/Background-Anim-A.gif);
  background-repeat:repeat,no-repeat,no-repeat;
  background-position:center,left top,top right;
  background-size:auto,100%;
  margin-top:10px;
  margin-bottom:20px;
  border-radius:10px;
  font-size:16px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -o-border-radius:10px;
}

/***----- margin sets space between TOP HEADER and main user info and TOP-header-bar image to 820px ---***/
/***---------------------------------------------------extra comments-----------------------------------------------------------------***/
/***----- Set to 820px so the main BG image comes good into view during scrolling down the page,  ----***/
/***-----Taking out the pic.link like this :  Background url(),url() will result in a black transparent top user info, no pic ---***/
/***-----------------------------------------------------------------------------------------------------------------------------------***/
#profile_header {
  background:url(),url(https://i.ibb.co/j6m776r/Header-welcome-PG.gif);
  background-repeat:repeat,no-repeat,no-repeat;
  background-position:center,left top,top right;
  background-size:auto,100%;
  display:block;
  margin-bottom:480px;
}

#profile_label {
  display:none;
}

/*** set color en type boder for main boxes ------------------------***/
.profile_section_content {
  background-color:rgba(0,0,0,0.5);
  border:10px double rgba(0,0,0,0.7);
  color:#FFFFFF;
  font-size:16px;
}

#profile_main_about_holder {
  float:right;
  font-size:18px;
}

#be_anywhere_label {
  opacity:1;
}

#profile_main_photo {
  opacity:1;
}

/***--- Set vote,friends and fav. models box , DONT change font size, it will ruin the effect bc Pic will not fit 100% ----- ***/
#profile_friends {
  background:url(https://i.ibb.co/WP8fWV5/ezgif-com-gif-maker-1.gif)rgba(255,255,255,0.4);
  background-repeat:no-repeat,no-repeat,no-repeat;
  -webkit-box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  -moz-box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  border:8px double rgba(0,0,0,0.3);
  border-top-left-radius:1em 5em;
  border-top-right-radius:4em 5em;
  border-bottom-right-radius:4em 5em;
  border-bottom-left-radius:1em 5em;
  height:150px;
  overflow:auto;
  color:#fff;
  font-size:16px;
  margin-top:20px;
  padding:10px;
  line-height:18px;
  -webkit-transition:width 2s,height 2s,-webkit-transform 2s;
/* For Safari 3.1 to 6.0 */
  transition:width 2s,height 2s,transform 2s;
}

/***--- Set vote,friends and fav. spining box , DONT change font size, it will ruin the effect bc Pic will not fit 100% ----- ***/
#profile_friends:hover {
  background:url(https://i.ibb.co/4sB97rP/ezgif-com-gif-maker.gif)rgba(255,255,255,0.4);
  background-repeat:no-repeat,no-repeat,no-repeat;
  -webkit-box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  -moz-box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  border:8px double rgba(0,0,0,0.3);
  border-top-left-radius:1em 7em;
  border-top-right-radius:4em 7em;
  border-bottom-right-radius:4em 7em;
  border-bottom-left-radius:1em 7em;
  height:150px;
  overflow:auto;
  color:#fff;
  font-size:16px;
  margin-top:20px;
  padding:10px;
  line-height:18px;
  -webkit-transform:rotate(360deg);
/* Safari */
  transform:rotate(360deg);
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
}

/***--------------------------testing tip menu-----------------------------------------

#tble{display:block;

width:700px;
margin:0 auto;
height:auto;
padding-bottom:1px;
padding-top:11px;
background:#000;


border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
-ms-border-radius:5px 5px 0 0;
-o-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
margin:20px auto 30px auto;
font-family:Arial, Helvetica, sans-serif;}#tble > table tr td{padding-top:5px;
padding-bottom:5px;}.tservice{background:#333;
text-indent:5px;
font-size:13px;
color:#999;
border-bottom:1px solid #666;
padding:5px 5px;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;}.tservice:nth-child(odd){background:#222;transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
-webkit-transition:all .3s;}.tservice:nth-child(even){background:#333;transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
-webkit-transition:all .3s;}.tservice:hover:nth-child(odd){background:rgba(0,0,0,0.7);
text-shadow:0 0 8px #fff;color:#fff;}.tservice:hover:nth-child(even){background:#222;
text-shadow:0 0 8px #fff;color:#fff;}.tprice:link,.tprice:visited{display:inline-block;
padding:5px 11px;
font-size:12px;
color:#fff;
text-decoration:none;
text-align:center;
background:#F06;
border:solid 1px #444;box-shadow:inset 0 -1px 3px #000;
-moz-box-shadow:inset 0 -1px 3px #000;
-ms-box-shadow:inset 0 -1px 3px #000;
-o-box-shadow:inset 0 -1px 3px #000;
-webkit-box-shadow:inset 0 -1px 3px #000;
-webkit-border-radius: 4px;-moz-border-radius: 4px;
border-radius: 4px;}.tprice:hover,.tprice:active{display:inline-block;
padding:5px 11px;
color: #F06;
font-size:12px;
text-decoration:none;
text-align:center;
border:solid 1px #333;
background:#000;
text-shadow:0 1px 0 #000;}.ttle{display:inline-block;
text-shadow:0 1px 0 #000;
text-align:center;
font-size:15px;
width:90%;
height:20px;
font-family:Arial, Helvetica, sans-serif;
color:#F06;
background:#000;}.tservice,.tprice{-webkit-transition:all .4s;
-moz-transition:all .4s;
transition:all .4s;}#tble h1{display:block;
text-align:center;
color:#F39;}.credits{display:block;
text-align:center;}.credits img{display:block;
width:80%;
height:auto;opacity:0.5;
transition:all .3s;
-webkit-transition:all .3s;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
margin:0 auto;}.credits:hover img{-webkit-filter: grayscale(0%);
filter: grayscale(0%);opacity:1;}#tble{background-image:url(https://mediadexdesign2002.files.wordpress.com/2016/09/c03_2sbg.jpg);
background-size:100%;
background-repeat:no-repeat;background-position:0 0;}


/***---------------------------- end tip menu---------------------------------


#profile_friends_label,.profile_friends_label {
  font-size:16px;
  line-height:18px;
}

#profile_friends_value,.profile_friends_value {
  font-size:16px;
}

#rate_container,#average_rating_container {
  font-size:16px;
}

/*** --- taken out the background--  see through effect ----   background:rgba(0,0,0,0.07); ---***/
/***-----------------------------------------------------extra comments--------------------------------------------------***/
/***--- Inserting this code > background:rgba(0,0,0,0.07); will make skewed photo preview box transparent ----***/
/***--- The last number sets amount of transparency -------/
/***--- Learn more here >  https://www.w3schools.com/css/css3_colors.asp ------***/
/***--- Converting RGBA to CSS  color codes > http://hex2rgba.devoth.com/ ----***/
/***-------------------------------------------------------------------------------------------------------------------------------***/
/***--- sets the free photo preview bar in a skewed angle ---- ***/
#profile_photo_galleries {
  display:block;
  margin-top:60px;
  margin-bottom:60px;
  background-repeat:repeat;
  background-position:left;
  background-attachment:fixed;
  transform:rotate(5deg) scale(1) skew(7deg) translate(10px);
  -webkit-transform:rotate(5deg) scale(1) skew(7deg) translate(10px);
  -moz-transform:rotate(5deg) scale(1) skew(7deg) translate(10px);
  -o-transform:rotate(5deg) scale(1) skew(7deg) translate(10px);
  -ms-transform:rotate(5deg) scale(1) skew(7deg) translate(10px);
}

#profile_photo_galleries_img {
  border:2px solid #06C;
  background:#06C;
  padding:3px;
}

#profile_photo_galleries_img:hover {
  border:2px solid #009;
  background:#000;
  padding:3px;
}

/*** set here the text color of the free photo folder ------------------------------------------ **** /
#profile_photo_galleries a:link {
  color:#FF00FF;
}
#profile_photo_galleries a:hover {
  color:#FF00FF;
}
#profile_photo_galleries a:visited {
  color:#FF00FF;
}
.photo_gallery_preview {
  border:0 solid #FF00FF;
  color:#ccc;
}
.photo_gallery_preview:hover {
  border:0 solid #036;
}
.profile_section_background {
  background-color:#fff;
}
#footer_bar {
  display:none;
  opacity:0;
}
img {
  border:2px;
}
/*** ---------------set overall used font & shadow ------------------ ***/
td,div {
  font-size:18px;
  font-weight:bold;
  color:#FFFFFF;
  text-shadow:2px 3px 2px rgba(0,0,0,1);
}

input[type="password"],textarea {
  background-color:#FFF;
  border:1px solid #ccc;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition:border linear .2s,box-shadow linear .2s;
  -moz-transition:border linear .2s,box-shadow linear .2s;
  -o-transition:border linear .2s,box-shadow linear .2s;
  transition:border linear .2s,box-shadow linear .2s;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"] {
  margin-top:3px;
  display:inline-block;
  padding:4px 12px;
  color:#333;
  background-color:#f5f5f5;
  background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image:-o-linear-gradient(top,#fff,#e6e6e6);
  background-image:linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat:repeat-x;
  cursor:pointer;
  border:1px solid #ccc;
  border-color:#e6e6e6 #e6e6e6 #bfbfbf;
  border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color:#b3b3b3;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"]:hover,input[type="submit"]:focus {
  color:#333;
  background-color:#e6e6e6;
  text-decoration:none;
  background-position:0 -15px;
  -webkit-transition:background-position .1s linear;
  -moz-transition:background-position .1s linear;
  -o-transition:background-position .1s linear;
  transition:background-position .1s linear;
}

textarea {
  margin:10px 15px;
  width:760px!important;
  background:#333;
  -moz-box-shadow:0 0 4px #000 inset;
  -webkit-box-shadow:0 0 4px #000 inset;
  box-shadow:0 0 4px #000 inset;
  outline:1px solid #333;
  border:1px solid #000;
  padding:5px;
  color:#ccc;
  font-size:16px;
}

textarea.start {
  background-repeat:repeat-x,repeat-x,repeat-x,repeat-x;
  background-position:0 0,0 0,0 0,0 0;
  background:-moz-linear-gradient(top,rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%);
/* FF3.6+ */
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(100%,rgba(125,185,232,0)));
/* Chrome,Safari4+ */
  background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%);
/* Chrome10+,Safari5.1+ */
  background:-o-linear-gradient(top,rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%);
/* Opera 11.10+ */
  background:-ms-linear-gradient(top,rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%);
/* IE10+ */
  background:linear-gradient(to bottom,rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%);
/* W3C */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799',endColorstr='#007db9e8',GradientType=1);
/* IE6-9 */
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
}

textarea.end {
  -moz-transition-property:background-position;
  -moz-transition-duration:30s;
  -moz-transition-timing-function:linear;
  -webkit-transition-property:background-position;
  -webkit-transition-duration:30s;
  -webkit-transition-timing-function:linear;
  -o-transition-property:background-position;
  -o-transition-duration:30s;
  -o-transition-timing-function:linear;
  transition-property:background-position;
  transition-duration:30s;
  transition-timing-function:linear;
  background-position:-3400px 0,-2600px 0,-1800px 0,-1300px 0;
}

textarea:hover {
  -webkit-animation-direction:normal;
  -webkit-animation-duration:20s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-name:colors;
  -webkit-animation-timing-function:ease;
}

textarea.unfocus {
  background:#000!important;
  -webkit-animation-name:none;
}

#profile {
  display:table;
  width:100%;
  -webkit-overflow-scrolling:touch;
  font-size:16px;
}

#fixed_background {
  z-index:-200;
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
}

.recent_photos {
  display:none;
  width:250px;
}

.recent_photos img {
  float:left;
  margin:1px;
  width:80px;
  height:80px;
}

.photo_gallery_previews {
  overflow:auto;
  list-style-type:none;
  padding:0;
  margin:0;
}

/***------  set color  or BG-pic around preview photo folders --- ***/
.photo_gallery_preview {
  background-image:url(https://i.ibb.co/4s9rkYg/Pic-Folder-Icon.png);
  background-repeat:no-repeat;
  -webkit-box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  -moz-box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  margin:20px;
  text-align:center;
  display:inline-block;
  width:200px;
}

.photo_gallery_name {
  margin-bottom:15px;
  margin-top:15px;
}

#average_rating_count {
  line-height:16px;
  font-size:14px;
}

.photo_gallery_lock {
  width:64px;
  height:64px;
  padding:4px;
  border:8px double rgba(0,0,0,0.3);
  border-top-left-radius:4em 5em;
  border-top-right-radius:4em 5em;
  border-bottom-right-radius:1em 5em;
  border-bottom-left-radius:1em 5em;
}

.photo_gallery_image {
  border:8px double rgba(200,200,200,0.3);
  border-top-left-radius:1em 5em;
  border-top-right-radius:4em 5em;
  border-bottom-right-radius:1em 5em;
  border-bottom-left-radius:4em 5em;
  cursor:zoom-in;
  width:75px;
  height:75px;
  -webkit-transition:width 2s,height 2s,-webkit-transform 2s;
/* For Safari 3.1 to 6.0 */
  transition:width 2s,height 2s,transform 2s;
  background:#000000;
  -webkit-box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  -moz-box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
}

.photo_gallery_image:hover {
  border:14px double rgba(200,200,200,0.7);
  border-top-left-radius:4em 5em;
  border-top-right-radius:1em .5em;
  border-bottom-right-radius:4em 5em;
  border-bottom-left-radius:1em .5em;
  width:140px;
  height:140px;
  background:#000000;
  -webkit-box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  -moz-box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  box-shadow:7px 7px 5px 0 rgba(50,50,50,0.75);
  -webkit-transform:rotate(360deg);
/* Safari */
  transform:rotate(360deg);
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
}

/***--- this sets your Avatar and top header text -time online- last updated etc ----***/
#avatar_holder {
  text-align:right;
  float:left;
/***--- position you header text ---***/
  margin-right:90px;
/*** ---position your Avatar and sets opacity  ---***/
  width:110px;
  height:90px;
  opacity:.3;
}

.profile_row {
  display:table-row;
}

/*** ----  radius sets rounded corners on inner space --------- ***/
.profile_section {
  display:table-cell;
  border-spacing:2px;
  width:100%;
  border-top-left-radius:4em 5em;
  border-top-right-radius:4em 5em;
  border-bottom-right-radius:1em 5em;
  border-bottom-left-radius:1em 5em;
}

.profile_section .heading {
  margin-bottom:15px;
  padding:5px;
  font-size:17px;
  font-weight:bold;
}

/***---   radius sets rounded corners on outline border ----***/
.profile_section_content {
  z-index:1;
  position:relative;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:5px;
  margin:5px;
  border-top-left-radius:4em 5em;
  border-top-right-radius:4em 5em;
  border-bottom-right-radius:1em 5em;
  border-bottom-left-radius:1em 5em;
}

.profile_section_background {
  z-index:-100;
  background:transparent;
  top:0;
  left:0;
  bottom:0;
  right:0;
  position:absolute;
  -webkit-border-radius:inherit;
  -moz-border-radius:inherit;
  border-radius:inherit;
}

.container {
  display:table-row;
  margin:0 auto;
  text-color:#C0C0C0;
  min-width:900px;
  padding-top:200px;
}

.label {
  display:table-cell;
  text-align:left;
  min-width:175px;
  margin-right:10px;
  font-weight:bold;
  font-size:15px;
}

.value {
  display:table-cell;
  font-size:20px;
}

#user_comment_comment {
  display:inline-block;
}

.user_comment_textarea_small {
  width:700px;
  height:30px;
  font-size:18px;
}

.user_comment_textarea_big {
  width:800px;
  height:100px;
  padding:5px;
}

#schedule_converted {
  font-size:12px;
}

div#comments {
  background:rgba(255,255,255,.3);
  margin:0 auto;
  border-radius:6px;
  -webkit-border-radius:6px;
  padding-top:10px;
}

#main_photo {
  width:250px;
  margin-bottom:15px;
}

#profile_main_about_holder {
  display:table;
  width:100%;
  border-spacing:0;
}

#profile_main_photo {
  width:250px;
  display:none;
  vertical-align:top;
}

#profile_about_me_friends {
  display:table-cell;
  width:100%;
  vertical-align:top;
}

#profile_header_container {
  margin-left:105px;
  min-height:90px;
}

#profile_header .label {
  min-width:95px;
  display:none;
}

#profile_header .label {
  font-size:14px;
  display:none;
}

#profile_header .value {
  font-size:16px;
}

#profile_interests_content .value {
  display:block;
  margin:3px 0;
}

#profile_interests_content .label {
  display:block;
  margin:3px 0;
  display:none;
}

#profile_schedule .label {
  min-width:90px;
}

#profile_interests_content .value {
  margin-left:16px;
}

#profile_interests_content .container {
  margin-top:300px;
  margin-bottom:10px;
}

#
img.img_radius_shadow show_preview:hover;
img_radius_shadow show_preview:hover {
  display:inline-block;
  left:5px;
  top:-50px;
}

.wall_post {
  clear:both;
  padding-bottom:30px;
}

.wall_post_avatar {
  float:left;
  margin-right:10px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}

/***---  set border color ---for member avatar wall posting  ---***/
.wall_post_avatar img {
  background-color:rgba(255,255,255,0.3);
  width:65px;
  height:65px;
  rgbapadding:5px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border:1px solid #000000;
}

/***--- make size avatar bigger--  looks like animated --- ***/
/***--- Use different BG color-- to change color on mouse hover ---***/
.wall_post_avatar img:hover {
  width:85px;
  height:85px;
  padding:5px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  background-color:rgba(0,0,0,0.3);
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -o-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
  border:1px solid #333;
}

/***--- this sets member name above comment and the thin separation line ---***/
.wall_post_info {
  height:22px;
  padding:4px;
  width:988px;
  border-bottom:1px solid #333;
  margin-left:12px;
  color:#C0C0C0;
  border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  font-size:20px;
}

/*** set here the color of the user name on wall ----------and VISIT PROFILE link --------------------------  ***/
.wall_post_info a:link {
  color:#C0C0C0;
  text-decoration:underline;
  font-size:22px;
}

/***-- sets member name color ---***/
.wall_post_info a:visited {
  color:#778899;
  text-decoration:underline;
  font-size:26px;
}

/***---change mouse over color member name---***/
.wall_post_info a:hover {
  color:#C0C0C0;
  text-decoration:none;
  font-size:22px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

.wall_post_info a:hover:after {
  content:'Â« Visit Profile';
  width:150px;
  height:20px;
  margin-left:2px;
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  text-indent:22px;
  font-size:20px;
  color:#C0C0C0;
  -webkit-transition:all .8s;
  -moz-transition:all .8s;
  transition:all .8s;
}

.wall_post_time {
  font-size:16px;
  color:#FFFFFF;
  display:block;
}

/***--- this sets the font type and color color of the comments posted section ---***/
.wall_post_body {
  background:rgba(0,0,0,0.5);
  overflow:auto;
  padding:8px 4px 10px 10px;
  width:903px;
  color:#C0C0C0;
  border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  font-size:18px;
  font-family:Arial,Helvetica,sans-serif;
}

#member_type_value {
  font-weight:bold;
  color:#000000;
  display:inline-block;
  width:200px;
  height:22px;
  position:fixed;
  left:2px;
  top:50px;
}

#new_comment_login_message {
  margin:10px 10px 20px;
}

#new_comment {
  margin:20px 0 30px;
}

#new_comment input[type="submit"] {
  margin-left:15px;
  float:right;
}

#new_comment_inputs {
  display:inline-block;
}

#server_time {
  visibility:inherit;
  float:right;
  font-weight:bold;
  font-size:14px;
}

#member_type_value {
  font-weight:bold;
  color:rgba(63,231,227,1);
  display:inline-block;
  width:200px;
  height:22px;
  position:fixed;
  left:2px;
  top:50px;
}

#new_comment_login_message {
  margin:10px 10px 20px;
}

#new_comment {
  margin:20px 0 30px;
}

#new_comment input[type="submit"] {
  margin-left:15px;
  float:right;
}

#new_comment_inputs {
  display:inline-block;
}

/***---  set server time -post wall message --- *** /
#server_time {
  visibility:inherit;
  float:right;
  font-weight:bold;
  font-size:14px;
}
/*** from here ------------------------- sets the BG color and text for input PW page ------------- ***/
#protected_gallery_instructions {
  padding:0;
}

/***--- sets text in popup window -- pw input box ---- ***/
#protected_gallery_name {
  font-weight:bold;
  color:#ADD8E6;
  padding:0;
  font-size:20px;
}

#gallery_password_form {
  padding-top:5px;
}

/*** from here ----------sets the BG color and text for input PW input block and DMCA badge------------- ***/
#gallery_password_form_modal {
  border:5px solid grey;
  font-size:14px;
  padding:35px;
  color:#00FFFF;
  background:url(https://i.postimg.cc/bwVV43KF/DCMA-B.png) no-repeat;
}

#new_user_message label {
  float:left;
  display:inline-block;
  width:80px;
  padding-top:3px;
}

#new_user_message div {
  padding-bottom:10px;
}

#send_message {
  margin-right:50px;
}

#user_message_subject {
  width:350px;
}

#user_message_body {
  width:350px;
  height:90px;
  resize:auto;
}

/*** ------sets variabels cbox ---- popup screen when sending mail - message -----  ***/
#cboxClose {
  font-size:20px;
}

/*** This sets the PLEASE ENTER PW PIC. --------- ***/
#cboxOverlay {
  background:url(https://i.postimg.cc/VN6QCSc2/PleasePW.png) no-repeat scroll 50% 18% rgba(0,0,255,0.7);
  #cboxLoadedContentbackground:none repeat scroll 0 0 #FF0000;
  padding:8px;
}

#profile_load_more_comments {
  display:inline-block;
  margin:0 15px 15px;
}

#gallery_password_form_error,#send_message_form_error {
  padding-top:5px;
  color:red;
  font-weight:bold;
}

#send_message_form_success {
  text-align:center;
  color:#008000;
  font-weight:bold;
}

/*** ------------------------ input field for sending mfc message ---------------------***/
#send_message_form_modal {
  color:#000;
  background-color:#fff;
  background:body {;
  background-color:#696969;
  padding:2%;
  color:#ccc;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:1em;
}

a {
  color:#696969;
  text-decoration:none;
}

a:hover {
  color:#DCE808;
  text-decoration:underline;
}

p {
  margin:0 auto;
  width:960px;
  margin-top:1%;
  text-align:center;
}

p.larger {
  font-size:1.1em;
}

.container {
  margin:0 auto;
  position:relative;
  overflow:hidden;
}

.container span {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:absolute;
}

.container ul,.container li {
  padding:0;
  margin:0;
  list-style:none;
}

.container li {
  display:none;
}

.container li.active {
  display:inline;
}