.categoryLink {
    text-decoration: none !important;
    color: #fff !important;
}

.categoryLink:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.categoryLink:visited {
    text-decoration: none !important;
    color: #fff !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.jsp-env {
    visibility: hidden;
    display: none;
    font-size: 0;
    height: 0;
}

#list {
    margin: 5px 10px -12px 6px;
}

.briefdate {
    font-size: 11pt;
    width: 100%;
    padding: 4px 0px 2px 8px;
    margin: 0px 0px 5px;
    clear: both;
    background: #eafefa;

    color: #000;
    font-weight: bold;
}

.briefpost {
    margin: 0px 0px 19px 0px;
    font-size: 11pt;
}

#deleted_post {
    text-align: center;
    font-family: "Georgia";
    margin: auto;
    color: #d0d0d0;
    padding-top: 50px;
    font-weight: bold;
    font-size: 3em;
}

#loading_image_gif {
    height: 50px;
}

#loading_image__gif_text {
    padding-top: 5px;
    font-size: 1em;
    font-weight: bold;
    color: #a92072;
    opacity: 0;
}

#loading_image_gif_anim {
    opacity: 0;
    color: #a92072;
    font-size: 30px;
    float: left;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    left: 25%;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.7s infinite ease, round 1.7s infinite ease;
    animation: load 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

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

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

.listLocation {
    font-size: 11px;
    word-wrap: break-word;
}

#gallerylist {
    margin: 30px 0px 10px 0px;
}

#gallerylist:after {
    display: table;
    content: " ";
    clear: both;
}

.view_buttons_container .nav a {
    color: #958889;
    letter-spacing: 2px;
    font-weight: bold;

}

.view_buttons_container .active {
    background-color: #958889;
}

.view_buttons_container .active a {
    color: #fff;
    font-weight: bold;
}

#termsandconditions {
    z-index: 1000000000;
    background-color: #FBFEFA;
}

.view_buttons_container .galnorm {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 2px solid #958889;
    border-right: 2px solid #958889;
    border-bottom: 2px solid #958889;
}

.view_buttons_container .gallarge {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 2px solid #958889;
    border-left: 2px solid #958889;
    border-bottom: 2px solid #958889;
}

p.viewmode {
    float: right;
    font-size: 10pt;
    color: #b58352;
    line-height: normal;
}

.gallerylistad {
    float: left;
    width: 100%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    margin-bottom: 10px;
    position: relative;
    background: #ececec;
}

.gallerylistimage {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.gallerylistad img {
    width: 100%;
    height: auto;

}

.videoIconGallery {
    position: absolute;
    top: -4px;
    left: 0px;
    height: 15px;
    z-index: 1;
    width: 42px;
    height: 15px;
}

.view_buttons_container:after {
    display: table;
    content: " ";
    clear: both;
}

.nav {
    background-color: #fff;
    width: 80px;
    margin: 3px 0px 4px 0px;
    padding: 3px 5px;
    text-align: center;
    font-size: 10pt;
    float: right;

}

a.navtext:link {
    text-decoration: none;
}

a.navtext {
    color: #b58352;
    outline: none;
    font-size: 10pt;
}

.videoIconGallery img {
    height: 15px;
    border: none;
    border-top: solid 1px #d12222;
    border-right: solid 1px #d12222;
    border-bottom: none;
    border-left: none;
}

a.gallerylisttitle {
    display: block;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    line-height: 1.2em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gallerylistimage {
    text-align: center;
    overflow: hidden;
    position: relative;
    border: solid 1px #ccc;
    background: #f1f1f1;

}

.gallerylistdate {
    font-size: 16px;
    color: #999999;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.listtitleimg {
    float: right;
    width: 86%;
    margin-right: 5px;
}

img.listheader {
    max-width: 66%;
    margin-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

.list_city {
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 4%;
}

.listimage {
    width: 97px;
    height: 97px;
    text-align: center;
    border: solid 1px #666666;
    overflow: hidden;
    background-color: #999999;
    position: absolute;
    top: 2px;
    left: 9px;
    margin-top: 2px;
}

.view_buttons_container {
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-left: 38%;
}

.videoIcon {
    position: absolute;
    top: -5px;
    left: 0px;
    height: 15px;
    width: 42px;
}

.videoIcon img {
    height: 15px;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
}

a:visited {
    color: #a20092;
}

a:link {
    color: #0000EE;
}

a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

a.listtitle {
    font-size: 9pt;
    line-height: 1.3em;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.gallerylistdate1 {
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 9px;
    color: #777777;
    width: 104px;
    padding: 0px 0px 0px 0px;
    margin: 96px 0px 0px 4px;
}

.listview {
    padding-right: 0;
    padding-left: 0;
}

.listview #list {
    margin: 50px 0px 0px 0px;
}

.listimage_saved img {
    width: 97px;
    height: 97px;
    object-fit: cover;
    object-position: center;
}

.listview #list:after {
    display: table;
    content: " ";
    clear: both;
}

.listcontent {
    font-size: 8pt;
    max-height: 118px;
    position: relative;
    float: none;
    width: 100%;
    display: block;
}

.fakeBlock {
    display: block;
    width: 99px;
    height: 98px;
    float: left;
    position: absolute;
    left: 0px;
}

.listinfo {
    font-size: 6pt;
    line-height: 1.3em;
    display: block;
    position: relative;
    left: 112px;
    overflow: hidden;
    margin-top: 0px;
    word-wrap: break-word;
    width: 70%;
}

.titleAge {
    width: 25px;
    display: inline-block;
    height: 13px;
    font-size: 12px;
    border: 1px solid #F5B700;
    border-radius: 0.25em;
    -o-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    text-align: center;
    line-height: 13px;
    margin: 0px 0px 0px 5px;
    background-color: white;
}

.playIcon {
    border: medium none;
    display: inline-block;
    height: 13px;
    margin: 2px 0 0;
    padding: 0;
    position: relative;
    top: -1px;
    width: 15px;
}

.listbody {
    display: block;
    height: 52px;
    overflow: hidden;
    margin-top: 0px;
    line-height: 1.3em;
    position: relative;
    left: 112px;
    width: 80%;
}

.clearrHeight {
    clear: both;
}

.imageBehind {
    position: absolute;
    top: 105px;
    left: 0px;
    width: 98px;
    height: 10px;
}

.gallerylistdate1 {
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 9px;
    color: #777777;
    width: 104px;
    padding: 0px 0px 0px 0px;
    margin: 96px 0px 0px 12px;
}

.whiteGradientNew {
    background: -moz-linear-gradient(top, rgba(251, 254, 249, 0) 0%, rgba(251, 254, 249, 0) 30%, rgba(251, 254, 249, 1) 69%, rgba(251, 254, 249, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 254, 249, 0)), color-stop(30%, rgba(251, 254, 249, 0)), color-stop(69%, rgba(251, 254, 249, 1)), color-stop(100%, rgba(251, 254, 249, 1)));
    background: -webkit-linear-gradient(top, rgba(251, 254, 249, 0) 0%, rgba(251, 254, 249, 0) 30%, rgba(251, 254, 249, 1) 69%, rgba(251, 254, 249, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(251, 254, 249, 1) 69%, rgba(251, 254, 249, 1) 100%);
    background: -ms-linear-gradient(top, rgba(251, 254, 249, 0) 0%, rgba(251, 254, 249, 0) 30%, rgba(251, 254, 249, 1) 69%, rgba(251, 254, 249, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 254, 249, 0) 0%, rgba(251, 254, 249, 0) 30%, rgba(251, 254, 249, 1) 69%, rgba(251, 254, 249, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#fff', GradientType=0);
}

.camouflage3 {
    position: absolute;
    width: 100%;
    height: 56px;
    left: 106px;
    bottom: 0px;
    z-index: 0;
}

img {
    border: 0;
}

img.devilgirl_hookups {
    position: absolute;
    top: 0;
    max-height: 220px;
    display: block;
    max-width: 33.333%;
}

/*--------------to keep one row images centered----------*/
@media (max-width: 600px) {
    .viewpostgallery {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        margin: 0px auto 0px auto;
    }
}

@CHARSET "ISO-8859-1";
body {

    background-color: #fbfef9;
    font-family: Arial, sans serif;
    background-image: none;
    margin-top: 10px;

}

.titleAge {
    width: 25px;
}

.listadd,
.listad {
    min-height: 116px;
    max-height: 116px;
    height: 116px;
    overflow: hidden;
    padding: 4px 3px 4px 3px;
    margin: 4px 5px 0px 0px;
    position: relative;
    background: #ececec;
}

.container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 50px;
    position: relative;
}

.singlepost .container {
    padding-right: 0;
    padding-left: 0;
}

.flowers {
    padding: 0px 0px 0px 0px;
    margin-left: -20px;
}

/*------------------paddings--------------------------*/
.zeroSidePadding {
    padding-left: 0px;
    padding-right: 0px;
}

.padd-top-25 {
    padding-top: 25px;
}

.padd-top-4 {
    padding-top: 4px;
}

/*------------------width--------------------------*/
.img-width-85 {
    width: 85%;
}

.width-230 {
    width: 230px;
}

.width-280 {
    width: 280px;
}

.max-width-250 {
    max-width: 250px;
    margin: 0px auto 0px auto;
}

.width-130 {
    width: 130px;
}

.width-74 {
    width: 74px;
}

.width-205 {
    width: 205px;
}

.width-325 {
    width: 325px;
}

.width-280 {
    width: 280px;
}

.width-315 {
    width: 315px;
}

.width-195 {
    width: 195px;
}

img.img-width-72 {
    width: 72%;
}

.width-180 {
    width: 180px;
}

.width-265 {
    width: 265px;
}

.width-60-perc {
    width: 60%;
}

.img-width-100 {
    width: 100%;
}

.width-62 {
    width: 62px;
}

/*------------------color--------------------------*/

.gray {
    color: #6a6969;
}

/*------------------margin--------------------------*/
.marg-top-m8 {
    margin-top: -8px;
}

.marg-top-8 {
    margin-top: 8px;
}

.marg-top-45 {
    margin-top: 45px;
}

.marg-top-20 {
    margin-top: 20px;
}

.marg-bott-4 {
    margin-bottom: 4px;
}

.marg-top-0 {
    margin-top: 0px;
}

.marg-top-10 {
    margin-top: 10px;
}

.marg-top-14 {
    margin-top: 14px;
}

.marg-top-15 {
    margin-top: 15px;
}

.automargin {
    margin: 10px auto 10px auto;
}

/*------------------padding--------------------------*/

.bold {
    font-weight: bold;
}

.bordered {
    border: 2px solid #888888;
}

.centered {
    text-align: center;
}

.underlined {
    text-decoration: underline;
}

.zero-radius {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.three-radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.five-radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

textarea.height-200 {
    height: 200px;
}

#create_edit_post_body_field {

    height: 300px;
}

.candy input[type="text"], .candy input[type="tel"], #create_edit_post_body_field, .candy select {
    -webkit-box-shadow: inset 0px 3px 12px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: inset 0px 3px 12px 0px rgba(0, 0, 0, 0.22);
    box-shadow: inset 0px 3px 12px 0px rgba(0, 0, 0, 0.22);
}

.myButton {
    margin-top: 25px;
    width: 170px;
    height: 30px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 3px;
    background-color: #0492ff;
    color: white;
    border: 0px solid #fff;
    font-size: 18px
}

.successbutton {
    margin: 1em 0.3em;
    width: 140px;
}

#next_button_from_first_form_page {
    background: url('../img/button_next.png') no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    width: 130px;
    height: 60px;
    margin-top: 16px;
}

#back_button_from_second_form_page {
    background: url('../img/button_back.png') no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    width: 90px;
    height: 45px;
    position: absolute;
    left: 0px;
}

.previewbutton {
    background: transparent url('../img/button_publish.png') no-repeat;
    background-size: 100% 100%;
    width: 150px;
    height: 60px;
    display: block;
    clear: both;
    margin: auto auto 40px auto;
    position: relative;
    top: 20px;

}

.narrowButton {
    width: 100px;
}

.top-margin-55 {
    margin-top: 55px;
}

.top-margin-35 {
    margin-top: 35px;
}

.height-34 {
    height: 34px;
}

.relative-position {
    position: relative;
}

.right-4 {
    right: -4px;
}

#myInputTypeFileButton {
    position: relative;
    right: -4px;
}

.myAnchor {
    color: b8b8b8;
    font-weight: bold;
    font-size: 14px;
}

.foundad_header {
    position: absolute;
    width: 55%;
    right: 39px;
    z-index: 2000;
    top: 17px;
}

.foundad_devilgirl {
    position: relative;
    top: 3px;
    width: 97%;
    margin: 0;
}

.foundad_devilgirl_returning {
    position: relative;
    top: 3px;
    width: 97%;
    margin: 0;
}

#megap4choiceTopText {
    position: absolute;
    top: 32%;
    left: 29%;
    color: black;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2;
    width: 60%;
    text-align: right;
    font-style: italic;
}

#megap4choiceTopText .found_mostrecent {
    font-size: 17px;
}

@media screen and (max-width: 600px) {
    #megap4choiceTopText {
        width: 70%;
        left: 26%;
        font-size: 12px;
    }
}

#megap4choiceTopText span {
    color: #f96111;
}

#megap4choiceTopText span.whatwould {
    color: #3d3c3c;
}

#megap4choice {
    position: relative;
    margin-top: 6px;
    width: 100%;
    padding: 0 3px;
    margin: 5px auto -17px auto;
}

#megap4choiceDarkBlueButton {
    background: url('../img/3button_top.png') no-repeat;
    background-size: 100% 100%;
    top: 44%;
}

#megap4choiceDarkBlueButton2 {
    background: url('../img/3button_top2.png') no-repeat;
    background-size: 100% 100%;
    top: 40%;
}

#megap4choiceBlueButton {
    background: url('../img/3button_mid.png') no-repeat;
    background-size: 100% 100%;
    top: 52%;
}

#megap4choiceBlueButton2 {
    background: url('../img/3button_mid2.png') no-repeat;
    background-size: 100% 100%;
    top: 56.5%;
}

#megap4choiceLightBlueButton {
    background: url('../img/3button_bottom.png') no-repeat;
    background-size: 100% 100%;
    top: 72%;
}

#megap4choiceLightBlueButton2 {
    background: url('../img/3button_bottom2.png') no-repeat;
    background-size: 100% 100%;
    top: 74.2%;
}

#megap4choiceDarkBlueButton, #megap4choiceBlueButton, #megap4choiceLightBlueButton {
    border-radius: 0px;
}

#megap4AdSampleShadowEmulator {

    width: 100%;
    background: url('../img/newshadow.png') no-repeat;
    height: 17px;
    margin-bottom: -17px;
    background-position: center -8px;

}

.fromRight {
    float: right;
}

.fromLeft {
    float: left;
}

.width-25proc, .width-24proc {
    width: 25%;
    padding: 4px;
    position: relative;
}

.text-left {
    text-align: left;
}

p.success {
    font-size: 16px;
}

#megap4AdSampleHeader {
    color: black;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.2;
    width: 94%;
    /* height: 96px; */
    margin: 10px auto 10px auto;
    padding: 0.5em;
    /* background-color: #e4e6e6; */
}

@import url(https://fonts.googleapis.com/css?family=Oswald:700);
.megap4choiceButtons {
    padding-top: 1%;
    position: absolute;
    width: 72%;
    left: 9%;
    height: 21%;
    color: white;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.postCreatedOn {
    color: #666666;
    line-height: 1.8;
    font-size: 8pt;
    margin: -2px 7px 9px -2px;
    padding-bottom: 4px;
    font-weight: normal;
}

#megap4AdSampleContent {
    margin: 10px auto;
    color: black;
    font-size: 13px;
    width: 100%;
}

span.postersAge {
    font-size: 15px;
}

.viewpostlocation {
    margin: 0px 0px 0px -13px;
    font-size: 10pt;
    font-weight: bold;
    word-wrap: break-word;
    position: relative;
    left: -10px;
}

span.postersPhone {
    font-size: 18px;
    color: #0000ef;
    text-decoration: underline;
    display: block;
    margin: 10px 0;
}

#megap4AdSample {
    width: 100%;
    background: white;
}

.forFloatingElements:after {
    display: table;
    content: " ";
    clear: both;
}

.circle {
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 26px;
    color: #fff;
    background-color: #0084ff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.writePostContainer {
    margin-left: 15px;
    margin-right: 15px;
}

.photosRow {
    width: 100%;

}

.photosRow img {
    height: auto;
    width: 100%;
    border-radius: 10px;
}

.videosRow img {
    height: auto;
    width: 100%;
}

.zero_height {
    height: 0px;
}

#addPhotoBorderedBlock {
    width: 98%;
    padding: 1px 10px 5px 10px;
    margin: -6px auto 5px auto;
    border: 1px solid #818181;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 7px 22px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px 7px 22px 2px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px 7px 22px 2px rgba(0, 0, 0, 0.20);
}

#addVideoBorderedBlock {
    width: 98%;
    padding: 1px 10px 5px 10px;
    margin: -3px auto 5px 6px;
    border: 1px solid #818181;
    background: #fff;
    display: inline-block;
    -webkit-box-shadow: inset 0px 7px 22px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px 7px 22px 2px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px 7px 22px 2px rgba(0, 0, 0, 0.20);
    position: relative;
    top: -10px;
}

#yesNoButtonsContainer {
    width: 222px;
    margin: 0px auto 10px auto;
    padding: 0px 10px 10px 10px;
}

.what_are_invisible {
    color: #fea700;
    font-size: 17px;
    text-decoration: underline;
    width: 270px;
    margin: 28px auto 10px auto;
    padding: 0px 10px 10px 10px;
    font-style: italic;
    text-align: center;
}

.bottomDisclaimer {

    bottom: 10px;
    left: 0px;
    color: #e6c568;
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-style: italic;
    margin-top: 2em;
}

.front_testimonial {
    color: #dcd1b1;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}

.disclaimer {
    left: 0px;
    color: #e6c568;
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding-right: 16px;
    font-style: italic;

}

.invisible_tags_are {
    color: #787777;
    line-height: 1.2;
    font-size: 17px;
    width: 85%;
    margin: 12px auto 0px auto;
    padding: 0px 10px 10px 10px;
    font-style: italic;
}

.invisibleTagsField {
    width: 88%;
    margin: -7px auto 0px auto;
}

.videosRow video {
    height: 9em;
    width: 100%;
    float: left;
    margin: 0;
    border-radius: 10px;

}

.videosRow video::-webkit-media-controls {
    display: none !important;
}

.videosRow .vidthumboverlay {
    display: block;
    background: url('../img/videoplaybutton.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: absolute;
    height: calc(100% - 24px);
    pointer-events: none;
}

.picLabel {
    position: absolute;
    font-weight: bold;
    font-size: 5em;
    color: #E6E6E6;
    top: 42%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: (-50%, -50%);
}

/*----------------------post_preview_styles_starts-----------------------*/
.post_preview_title {
    word-wrap: break-word;
    font-size: 13pt;
    font-weight: bold;
    margin: 10px;
    min-height: 47px;
    text-align: left;
    background: #d7fdf8;
    padding: 5px;

}

.post_preview_date_time {
    color: #666666;
    font-size: 8pt;
    text-align: left;
    font-weight: normal;
    text-transform: none;
}

.post_preview_body {
    margin: 0px 0px 12px 0px;
    font-size: 11pt;
    padding: 0px 10px 0px 10px;
    clear: both;

}

.postbody {
    white-space: pre-line;
    display: block;
    margin: -1em 0;
    padding: 0 10px;
}

.singlepost .postbody {
    margin: 1em 0;
}

.post_preview_age {
    margin: 5px 20px 5px 0;
    font-size: 9pt;
    display: inline-block;
    float: right;
    background: #818181;
    border-radius: 2px;
    color: #fff;
    padding: 1px 5px;
}

.post_preview_phone {
    font-size: 11pt;
    font-weight: normal;
    text-decoration: underline;
    padding: 0;
    color: #0000EE;
    margin-left: 10px;
}

.post_preview_location {
    margin: 18px 0px 12px -14px;
    font-size: 9pt;
    font-weight: bold;
    word-wrap: break-word;
}

.post_preview_image {
    width: 90%;
    height: auto;
    float: left;
    margin: 2px 3px 4px 1px;
}

.preview_pinkhead {
    background: #fd34ab;
    padding: 1.5em 15px;
    position: relative;
    box-shadow: 0 6px 13px -5px #5D5D5D;
}

.previewborder {
    height: calc(100% - 10px) !important;
}

.preview_byline {
    width: 100%;
    position: absolute;
    right: 36px;
    bottom: 32px;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    font-style: italic;
    text-align: right;
    letter-spacing: 1px;
}

.preview_category {
    text-align: right;
    padding: 0 5px;
    font-style: italic;
    color: #757573;
    font-weight: bold;
    font-size: 12px;
}

.prev_bg {
    background: #fbfef9;
}

.prev_bg::after {
    content: '';
    display: block;
    clear: both;
}

body.candyprev {
    background: #aaa;
}

.prev_email a {
    text-decoration: underline;
}

p.prev_city {
    margin: 15px 0 0 0;
}

ul.prev_location {
    padding: 0;
    list-style-position: inside;
    font-style: italic;
}

.prev_bottom {
    background: #fcdeed;
    padding-top: 2em;
    position: relative;
}

.postnow_cake {
    background: url('../img/postnow_cake.png') no-repeat;
    width: 120px;
    height: 85px;
    background-size: 100% 100%;
    border: 0;
    margin-bottom: 3em;
}

.brown_editpost {
    background: url('../img/brown_editpost.png') no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    width: 110px;
    height: 52px;
    position: absolute;
    left: 0px;
    border: 0;
    top: 51px;
}

@media (min-width: 601px) {
    .post_preview_gallery {
        width: 94%;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        text-align: center;
    }
}

/*----------------------post_preview_styles_ends-----------------------*/

/*----------------------file upload button starts-----------------------*/
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 2px;
    float: left;
    padding-top: 17px;
    padding-bottom: 25px;
    color: white;
    background-color: #969595;
    width: 60px;
    text-align: center;
    text-decoration: underline;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 60px;
    height: 150px
}

.addButton {
    position: relative;
    top: -51px;
    right: 5px;
}

/*----------------------file upload button ends-----------------------*/

/*-------------------------navigation next - previous starts -------------------------*/
#first_form_page {
    display: block;
}

#second_form_page {
    display: none;
}

#third_form_page {
    display: none;
}

/*-------------------------navigation next - previous ends -------------------------*/
.addTagYesNoButtons {
    width: 90px;
    height: 28px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding-top: 2px;
}

.viewpostgallery img {
    width: 100%;
    padding: 2px 4px;
}

#addTagYesButton {
    float: left;
    background-color: #018a01;
}

#addTagNoButton {
    float: right;
    background-color: #920303;
}

.form_error_message {
    color: #b0b0b0;
    display: none;
    background: black;
    padding: 3px;
    border-radius: 3px;
    margin: auto 1em;
}

.field_error_message {
    color: #b0b0b0;
    display: block;
    background: black;
    padding: 3px;
    border-radius: 3px;
    margin: auto 1em;
}

#megap4choice a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
}

.black_px16 {
    color: black;
    font-size: 16px;
}

.red_px14 {
    color: #ff6600;
    font-style: italic;
    font-size: 14px;
}

.viewpostgallery video {
    width: 100%;
}

.writeuserPostDetailsContainer {
    margin-right: 15px;
    margin-left: -5px;
}

.galleryvideo video {
    margin: auto;
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 4px;
}

@media screen and (max-width: 420px) {
    #megap4AdSampleHeader {
        font-size: 20px;
    }

    .megap4choiceButtons {
        padding-top: 0;
        font-size: 20px;
        line-height: 32px;
    }

    #megap4choiceTopText {
        font-size: 11px;
        line-height: 1.2;
        width: 62%;
    }

    #megap4choiceTopText .found_mostrecent {
        font-size: 11px;
    }

    #megap4choice {
        margin: 5px auto -8px auto;
    }
}

/*----------------------front_page_first_styles_just_copy_paste_this_block_starts-----------------------*/
#front_page_post_free_button {
    position: relative;
    top: -22px;
    left: 10px;
}

.width-145 {
    width: 145px;
}

.width-285 {
    /* width: 285px; */
    margin: 0px auto 0px auto;
}

.width-385 {
    width: 385px;
    margin: 0px auto 0px auto;
}

.xtraBigMeetNow {
    color: #01d610;
    font-size: 39px;
    font-weight: 800;
    position: relative;
    top: -31px;
    left: 8%;
}

.italic {
    font-style: italic;
}

.brown {
    color: #b38f57;
}

.line-height-13 {
    line-height: 1.3;
}

.extraBigBlueButton {
    width: 286px;
    height: 50px;
    background-color: #305c85;
    color: white;
    margin: 32px auto 10px auto;
    padding: 3px 10px 10px 10px;
    text-align: center;
    font-size: 32px;
}

#meet_now_image {
    min-width: 215px;
    position: absolute;
    right: 0px;
}

.marg-top-45 {
    margin-top: 45px;
}

#frontPagetextBlockOne {
    width: 72%;
    margin: 36px auto 10px auto;
}

#frontPagetextBlockTwo {
    width: 80%;
    margin: -12px auto 18px auto;
}

#frontPagetextBlockThree {
    width: 72%;
    margin: 0px auto 10px auto;
}

.font-size-20 {
    font-size: 20px;
}

/*----------------------front_page_first_styles_just_copy_paste_this_block_ends-----------------------*/

/*----------------------front_page_second_styles_just_copy_paste_this_block_starts-----------------------*/
.megapCategoriesButtons {
    width: 100%;
    height: 49px;
    line-height: 49px;
    color: white;
    text-align: center;
    font-size: 31px;
    text-decoration: none;
    margin: 0px auto 16px auto;
    cursor: pointer;
}

.captcha_image {
    display: inline-block;
    width: 200px;
    float: left;
    position: relative;
}

.captcha_image img {
    width: 100%;
    height: 50px;
}

.contactus .cap_wrap, .replyform .cap_wrap {
    width: 90%;
    margin: auto;
}

.contactus .myButton, .myButton .cap_wrap, .enterphone .myButton {
    margin-top: 0.5em;
}

.buglink {
    text-align: center;
    color: #f00;
    margin: -1em 0 2em;
}

.buglink a {
    color: #f00 !important;
}

.replyCaptchaReloadButton {
    display: inline-block;
    margin-top: 8px;
    margin-left: 5px;
}

#megapCategoriesPurpleButton {
    background-color: #611e58;
    margin-top: 42px;
}

#megapCategoriesBlueButton {
    background-color: #3b5998;
}

#megapCategoriesLightBlueButton {
    background-color: #1daced;
}

#post_an_ad_image {
    min-width: 197px;
    position: absolute;
    right: 22px;
    width: 85%;
}

/*----------------------front_page_second_styles_just_copy_paste_this_block_ends-----------------------*/

/*----------------------front_page_third_styles_just_copy_paste_this_block_starts-----------------------*/
.devilgirl_side {
    padding: 0 0 0 15px;
}

img.devilgirl_sidebar {
    position: absolute;
}

img.meetnow {
    margin: 10px 0;
}

.green {
    color: #21d42b;
}

.meetnow_byline {
    font-weight: bold;
    color: #dcd1b1;
    text-align: center;
    display: block;
    font-size: 20px;
    font-style: italic;
}

#megapCategoriesOrangeButton {
    background-color: #c75400;
    margin-top: 0;
}

#megapCategoriesYellowButton {
    background-color: #ffa300;
}

#megapCategoriesLightGreenButton {
    background-color: #e7c660;
}

#megapCategoriesGreenButton {
    background-color: #857a30;
}

#megapCategoriesGrayButton {
    background-color: #a6a3a3;
}

#megapCategoriesOrangeButton, #megapCategoriesYellowButton, #megapCategoriesLightGreenButton, #megapCategoriesGreenButton, #megapCategoriesGrayButton {
    border-radius: 3px;
}

#hookup_an_ad_image {

    width: 85%;
    padding: 1em 2.5em;
    background: #2FAEEA;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.36);
    box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.36);
    margin-left: 17px;
    margin-bottom: 9px;

}

.fp_buttons {
    padding-top: 4em;
}

.postadforfree_words {
    max-width: 100%;
}

.postadforfree_words_inner {
    position: absolute;
    bottom: 0;
    top: 160px;
    width: 135px;
    left: 23px;
    z-index: 1000;
}

.third_page_shadowed_buttons {
    -webkit-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.46);
    -moz-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.46);
    box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.46);
}

/*----------------------front_page_third_styles_just_copy_paste_this_block_ends-----------------------*/

.changeCityLink {
    cursor: pointer;
    display: block;
    color: #a9b5d5;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 12px;
}

/*-------------city choice starts---------------------*/

#cityChoicePopUp {
    /*display: none;*/
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 12500;
    width: 100%;
    height: 100%;
}

#postCostPopUp {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 12500;
    width: 100%;
    height: 100%;
}

#semiTransparentChoicePopUpBackground {
    background-position: 50% 0%;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .50;
    background-color: #000;
}

#cityChoicePopUpWindow {
    position: absolute;

    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

    background-image: url('../img/MPcityChoiceWhiteBgv1_345.png');
    width: 345px;
    height: 295px;
    /*display: none;*/
}

#youre_viewing_ads_from {
    position: absolute;
    top: 160px;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);;
    width: 345px;
    height: 215px;
    /*display: none;*/
}

#youre_post_price {
    position: absolute;
    width: 345px;
    height: 215px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#youre_viewing_ads_from_top_part {
    position: absolute;
    top: 0px;
    left: 00px;
    background-image: url('../img/you_are_viewing_345.png');
    background-repeat: no-repeat;
    width: 345px;
    height: 152px;
}

#enter_ver_codde_background {
    position: absolute;
    top: 0px;
    left: 00px;
    background-image: url('../img/enter_verif_code.png');
    background-repeat: no-repeat;
    width: 345px;
    height: 152px;
}

#post_will_cost_central_part {
    position: absolute;
    font-size: 16px;
    top: 0px;
    left: 0px;
    background: #404040;
    border-radius: 10px;
    width: 345px;
    height: 146px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 1.5em;
    -webkit-box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.34);
}

#post_will_cost_central_part span {
    color: #fff261;
}

#post_will_cost_central_part p {
    margin-bottom: 20px;
}

.tokenpop {
    opacity: 0 !important;
}

.pinkok {
    background: #d8006d;
    display: block;
    clear: both;
    margin: auto;
    width: 140px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
}

#youre_viewing_ads_from_top_part_city_name {
    color: #39bafd;
    font-size: 29px;
    font-family: Verdana;
    position: relative;
    top: 54px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

#enter_ver_codde {
    color: #39bafd;
    font-size: 19px;
    font-family: Verdana;
    position: relative;
    top: 25px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

#youre_viewing_ads_from_bottom_part {
    position: absolute;
    bottom: -4px;
    left: 0px;
    background-image: url('../img/MPchangeCityChangev1_345.png');
    background-repeat: no-repeat;
    width: 345px;
    height: 70px;
}

#cityChoicePopUpWindowStates {
    position: relative;
    top: 55px;
    left: 33px;
    background-image: url('../img/MPcityChoiceUsBtnv1_345.png');
    width: 280px;
    height: 32px;
}

select#canadaDropDown, select#statesDropDown {
    font-size: 0px;
}

#statesDropDown {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/MPcityChoiceUsBtnv1_345.png');
    width: 280px;
    height: 32px;
    color: #FFF;
    padding: 5px;
}

#statesDropDown option {
    background: #2d4f88;
    font-size: 14px;
}

#cityChoicePopUpWindowCanada {
    position: absolute;
    top: 101px;
    left: 33px;
    background-image: url('../img/MPcityChoiceCanadaBtnv1_345.png');
    width: 280px;
    height: 32px;
}

#canadaDropDown {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/MPcityChoiceCanadaBtnv1_345.png');
    width: 280px;
    height: 32px;
    color: #FFF;
    padding: 5px;
}

#canadaDropDown option {
    background: #2d4f88;
    font-size: 14px;
}

#cityChoicePopUpWindowEurope {
    position: absolute;
    top: 147px;
    left: 33px;
    background-image: url('../img/MPcityChoiceEuroBtnv1_345.png');
    width: 280px;
    height: 32px;
}

#europeDropDown {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/MPcityChoiceEuroBtnv1_345.png');
    width: 280px;
    height: 32px;
    color: #FFF;
    padding: 5px;
}

#europeDropDown option {
    background: #2d4f88;
    font-size: 14px;
}

#cityChoicePopUpWindowAustralia {
    position: absolute;
    top: 193px;
    left: 33px;
    background-image: url('../img/MPcityChoiceAustralBtnv1_345.png');
    width: 280px;
    height: 32px;
}

#australiaDropDown {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/MPcityChoiceAustralBtnv1_345.png');
    width: 280px;
    height: 32px;
    color: #FFF;
    padding: 5px;
}

#australiaDropDown option {
    background: #2d4f88;
    font-size: 14px;
}

#cityChoicePopUpWindowNewZel {
    position: absolute;
    top: 239px;
    left: 33px;
    background-image: url('../img/MPcityChoiceNZBtnv1_345.png');
    width: 280px;
    height: 32px;
}

#newZelDropDown {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/MPcityChoiceNZBtnv1_345.png');
    width: 280px;
    height: 32px;
    color: #FFF;
    padding: 5px;
}

#newZelDropDown option {
    background: #2d4f88;
    font-size: 14px;
}

.mpcityname {
    cursor: pointer;
    display: block;
    color: #810107;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 4px;

}

.frontpage {
    margin-top: 10px;
}

.frontpage .mpcityname {
}

/*-------------pagination starts---------------------*/

.paginationwrapper {
    text-align: center;
    width: 100%;
    display: block;
}

.paginationwrapper_inner {
    display: inline-block;
    margin: auto;
}

#newVersionPagination {
}

.wholePaginationBlock {
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 5px;

}

.paginationUnactiveNewArrow {
    float: left;

}

.paginationUnactiveNew {
    float: left;
    width: 45px;
}

.paginationActiveNew {
    float: left;
    width: 35px;
}

.paginationUnactiveNew {
    float: left;
    width: 35px;
}

.paginationUnactiveNewDots {
    float: left;
    width: 14px;
    color: #a9b6d4;
    font-weight: bold;
}

.paginationUnactiveNewDots.prevdots {
    margin-right: 5px;
}

a.pageNumbersNew {
    display: inline-block;
    height: 2em;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    color: #01469c;
    font-weight: bold;
    padding-bottom: 1px;
}

#paginationNext {
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #a9b6d4;
}

#paginationNext:hover,
a.pageNumbersNew:hover {
    cursor: pointer;
}

#paginationPrevious {
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #a9b6d4;
}

.pagin_placeholder {
    width: 84px;
    float: left;
}

.paginationFigureUnactive, #paginationFigureUnactive,
.pageNumbersNew.ng-binding {
    display: block;
    width: 25px;
    height: 25px;
    background: #ffffff;
    color: #a9b6d4;
    padding: 0;
    line-height: 25px;
    border: 1px solid #a9b6d4;
}

.paginationFigureActive {
    display: block;
    width: 25px;
    height: 25px;
    background: #a9b6d4;
    color: white;
    line-height: 25px;
}

/*-------------pagination ends---------------------*/

/*-------------city choice ends---------------------*/

.subcategoryName {
    color: #01d610;
    font-size: 31px;
    font-family: Arial;
    float: right;
    position: relative;
    top: 45px;
    font-weight: bold;
}

.meetNow {
    color: #01d610;
    font-size: 26px;
    font-family: Arial;
    float: right;
    position: relative;
    top: 27px;
    right: 10px;
    font-weight: bold;
}

#bottom_container {

    max-width: 600px;
    position: fixed;
    bottom: 0px;
    margin: 0px auto;
    z-index: 1000;
}

#bottom_container_buy_tokens {
    width: 100%;
    max-width: 600px;
    position: fixed;
    bottom: 0px;
    margin: 0px auto;
    z-index: 900;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: none;

}

#ageCheckPopupInner {
    width: 550px;
    margin: 3em auto;
    padding: 1em 4em 4em;
    z-index: 2000;
    position: relative;
    background: url('../img/agepopup_bg.png') no-repeat;
    background-size: 100% 100%;
    color: #4f0202;
}

#ageCheckPopupInner h1 {
    font-weight: bold;
    font-size: 50px;
    letter-spacing: -1px;
    text-align: center;
}

#ageCheckPopupDiv {
    background-position: 50% 0%;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fbfefa;
    /*display:none;*/
    z-index: 13000;
    top: 0;
}

.agecake {
    width: 200px;
    display: block;
    margin: auto;
}

#ageagree {
    background: #fe8d8d;
    color: #fff;
    width: 100%;
    border-radius: 0;
    font-size: 60px;
    margin: 23px 0;
    font-weight: bold;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.31);
}

.agecheck_byline {
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
}

.agecheck_byline a, .agecheck_byline a:hover {
    color: #fead81;
    text-decoration: none;
}

.you_have_tokens {
    width: 30%;
    height: 6em;
    float: right;
    background: url('../img/cornerHUD.png') no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
}

.you_have_tokens a:hover {
    text-decoration: none;
}

.buy_more_tokens {
    float: right;
    width: auto;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

#bottom_container_buy_tokens span {
    color: #666;
    font-size: 23px;
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 37%;
    line-height: 3em;
}

footer {
    color: #046aaf;
    font-family: Verdana;
    font-size: 12px;
    margin-top: 45px;
    padding-bottom: 32px;
}

footer .pager li > a {
    padding: 2px 0px 2px 0px;
    margin: 2px -2px 2px -1px;
    color: #046aaf;
    border: none;
}

#bottom_button_container {
    float: left;
    margin: 0px 0px 5px -9px;
    padding: 0px 0px 0px 0px;
}

#copyrigh {
    width: 100%;
    text-align: center;
    margin-top: -18px;
}

/*--------------links-------------------*/

a.linksUnderButton {
    font-size: 14px;
    font-weight: bold;
    color: #b8b8b8;
    text-decoration: none;
}

#three_button_header {
    position: fixed;
    z-index: 300;
    max-width: 600px;
    padding-top: 0px;

    background: #ff4600; /* Old browsers */
    background: -moz-linear-gradient(top, #ff4600 55%, #fe9000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff4600 55%, #fe9000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff4600 55%, #fe9000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4600', endColorstr='#fe9000', GradientType=0); /* IE6-9 */

}

.zero-padding-top {
    padding-top: 0px;
}

#body_border {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1000;

}

nav .pager li > a, .pager li > span {
    background-color: initial;
}

nav .pager li > a:hover, .pager li > span {
    background-color: initial;
}

/*manage post*/
#managepost_header {
    position: fixed;
    top: 0;
    z-index: 300;
    max-width: 600px;
    width: 100%;
    padding-top: 0px;
    background: #ff4d03; /* Old browsers */
    background: -moz-linear-gradient(top, #ff4d03 0%, #ff8f02 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff4d03 0%, #ff8f02 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff4d03 0%, #ff8f02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d03', endColorstr='#ff8f02', GradientType=0); /* IE6-9 */

}

.manage_flowers {
    max-width: 147px;
    width: 27%;
}

.manage_header {
    position: absolute;
    width: 53%;
    right: 10px;
    z-index: 2000;
    top: 17px;
}

#manageTopText {
    text-align: right;
    padding: 0 40px 0;
    margin: -3em 0 1.5em 0;
    font-weight: bold;
    font-style: italic;
}

#manageTopText span {
    color: #fff;
}

.managechoiceButtons {

    width: 48%;
    height: 18%;
    color: white;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

#manageEditButton {
    background: url('../img/managebutton_edit.png') no-repeat;
    background-size: 100% 100%;
    float: left;
}

#manageRemoveButton {
    background: url('../img/managebutton_remove.png') no-repeat;
    background-size: 100% 100%;
    float: left;
}

#manageWriteNew {
    background: url('../img/managebutton_writenew.png') no-repeat;
    background-size: 100% 100%;
    float: right;
}

#manageRepostAd {
    background: url('../img/managebutton_bump.png') no-repeat;
    background-size: 100% 100%;
    float: right;
}

#manageBumpAd {
    background: url('../img/managebutton_bump.png') no-repeat;
    background-size: 100% 100%;
    float: right;
}

.managepostpage #megap4AdSampleContent p, .managepostpage #megap4AdSampleContent ul {
    margin: 10px;
}

#manage_ad_body {
    padding-top: 18em;
}

.managebutton_wrapper {
    width: calc(100% - 50px);
    margin: auto auto 30px auto;
    display: block;
}

.managebutton_wrapper::after {
    display: block;
    clear: both;
    width: 100%;
    content: '';
}

/*manage post end*/

/* Candy Skin */
.candy {
    height: 100%;
}

.candy body {
    padding-top: 0;
    height: 100%;
}

.candywrapper {
    background: #fd34ab; /* Old browsers */
    background: -moz-linear-gradient(top, #fd34ab 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fd34ab 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fd34ab 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd34ab', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    min-height: 100%;
    position: relative;
    padding: 1.5em 0;
}

.candypreview {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.candylabelphotos, .candylabelvideo {
    margin: -10px 0 0 10px;
}

.candylabelphotos {
    margin-top: -10px;
    max-height: 25px;
}

.candy_header {
    position: absolute;
    width: 55%;
    right: 22px;
    z-index: 2000;
}

.writepost_devilgirl {
    width: 65%;
    clear: both;
    float: left;
    display: block;
}

.preview_devilgirl {
    margin-bottom: -35px;
}

.candylabel {
    margin: 5px 0 5px 6px;
    height: 2.5em;
}

.candylabel.age {
    margin-top: 0;
}

.form_element {
    margin: 1em;
}

#second_form_page .form_element {
    margin-bottom: 0em;
}

.imagedelete {
    clear: both;
    background: #feffa6;
    color: #797a21;
    max-width: 70px;
    margin: auto;
}

.imageDeleteEmpty {
    clear: both;
    height: 21px;
    max-width: 1px;
    margin: auto;
}

.imageUploadButton {
    visibility: hidden;
}

.videodelete {
    clear: both;
    background: #feffa6;
    color: #797a21;
    max-width: 80%;
    margin: auto;
}

.videogrey {
    color: #a8a7a8;
}

.candy label[for="is_mail_checkbox"], .candy label[for="is_phone_checkbox"] {
    color: #FD51B7;
    margin-left: 0.7em;
}

.candy label[for="is_phone_checkbox"] {
    display: none;
}

.mediabutton {
    background: #fff;
    border: 2px solid #fc6621;
}

input#is_mail_checkbox, input#is_phone_checkbox {
    float: left;
    position: relative;
    display: inline-block;
    margin: 4px;
}

.changephonelink {
    display: inline-block;
    margin-left: 8px;
}

#prevpostnow {
    color: #c1f6eb;
    cursor: pointer;
}

/*borders*/
.topborder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url('../img/topborder.png') repeat-x;
    display: block;
    background-size: auto 100%;
    background-position-x: 19px;
}

.leftborder {
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: calc(100% - 15px);
    background: url('../img/leftborder.png') repeat-y;
    background-size: 100% auto;
    display: block;
}

/*.rightborder{position: absolute;top: 19px;right:0;width:10px;height: 1180px;background: url('../img/rightborder.png') repeat-y;background-size: 100% auto;display:block;background-position: top right; left: 0;margin-left: 965px;}*/
.bottomborder {
    position: relative;
    bottom: 59px;
    left: 0;
    width: 44%;
    height: 9px;
    background: url('../img/bottomborder.png') repeat-x;
    background-size: auto 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#firstStage:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: calc(100% - 15px);
    background: url('../img/rightborder.png') repeat-y;
    background-size: 100% auto;
    display: block;
    margin-left: 590px;
    top: 10px;
}

.phonetext_field {
    padding: 0 0 0 1em;
}

.addphotoheading {
    margin: 2em 0 0 0;
}

.addvideoheading {
    margin: 1em 0;
}

/* New login page */
html.loginpage {
    height: 100%;
}

.loginpage body {
    background: #ECECEC;
    padding-top: 0;
    min-height: 100%;
    height: 100%;
}

.loginpage .container {
    background: #fbfef9;
    padding: 1em 0;
    min-height: 100%;
    margin-bottom: 0;
}

h3.logincopy {
    color: #b7a690;
    font-size: 18px;
    letter-spacing: 0.2px;
}

a.starthere {
    display: block;
    width: 90%;
    color: #fff;
    background-color: #0492ff;
    margin: auto;
    font-size: 25px;
    line-height: 30px;
    padding: 3px;
    letter-spacing: 1px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    max-width: 245px;
}

a.starthere:hover {
    text-decoration: none;
}

a.starthere:visited {
    color: #fff;
}

#login_data_form, .forgotpass_form, #sign_up_data_form, #contact_us_form, #reply_post_separate_form, #person_phone_form_to_check {
    background: #fdfeb5;
    padding: 10px;
    border: 2px solid #fde45b;
    border-radius: 25px;
    width: 90%;
    margin: auto;
}

#login_data_submit_button, #sign_up_data_submit_button, #reset_password_submit_button, #enter_new_password_submit_button, #id_select_city_submit {
    display: block;
    margin: auto auto 10px auto;
    width: 110px;
    height: 45px;
    border: 0;
    background: #feb161;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;
}

.loginlabel {
    margin-top: 7px;
    font-size: 25px;
    font-weight: lighter;
    color: #B7A690;
}

#person_username_field_login, #person_password_field_login, #person_username_field_signup, #person_password_field_signup, #person_phone_field_to_check, #email_field_password_reset,
#email_contact_us_field, #subject_contact_us_field, #message_contact_us_field, #captcha_code, #person_email_field_signup, #person_confirmPassword_field_signup {
    width: 90%;
    margin: 0.5em auto;
    font-size: 18px;
    border-radius: 3px;
}

.loginwrapper {
    max-width: 400px;
    margin: auto;
}

/* styled error message */

.stylederror {
    background: #F9DFDF;
    border: 2px solid #f00;
    border-radius: 5px;
    padding: 1em;
    color: #f00;
}

/* styled success message */
.styledsuccess {
    background: #dfffd3;
    border: 2px solid #2c9d00;
    border-radius: 5px;
    padding: 1em;
    color: #2c9d00;
}

.agechecker {
    width: 90%;
    margin: 1em auto;
}

.privacy p, .privacy ol, .privacy li {
    text-align: left;
}

.privacy blockquote {
    font-size: 12px;
}

#bottom_button_container_back_from_brief, #bottom_button_container_back_to_list {
    display: inline-block;
}

/*Searching the internet*/

#searching_the_internet {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    display: none;
}

.phoneverify {
    width: 300px;
    margin: 2em auto;

}

#threebuttoncontainer, #threebuttoncontainer_new {
    display: block;
}

.searching_text {
    text-align: center;
    display: block;
    font-size: 21px;
    margin: 1em auto;
}

img.searchgif {
    clear: both;
    display: block;
    margin: auto;
    width: 180px;
}

.searchcenter {
    width: 310px;
    height: 210px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 1em;

}

/* Buy panel */

#buy_panel {
    height: calc(100% + 50px);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: red;
    z-index: 2000;
    margin-bottom: -50px;
    display: none;

}

.candy h4.gray::after {
    content: '';
    display: block;
    clear: both;
}

/* success page */

html.successpage {
    min-height: 100%;

    background: #bdeefe; /* Old browsers */
    background: -moz-linear-gradient(top, #bdeefe 0%, #ffffff 45%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bdeefe 0%, #ffffff 45%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bdeefe 0%, #ffffff 45%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdeefe', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

}

.successpage body {
    background: none;
    min-height: 100%;
    height: 100%;
}

.successpage body {
    padding-top: 1em;
}

#viewpost_button, #editpost_button {
    display: inline-block;
    text-align: center;
    width: 199px;
    height: 63px;
    margin: 0 4px;
}

#successcake {
    max-width: 80%;
    margin: -1.5em auto;
}

#viewpost_button:hover, #editpost_button:hover {
    text-decoration: none;
}

#viewpost_button {
    background: url('../img/button_viewpost.png') no-repeat;
    background-size: 100% 100%;
}

#editpost_button {
    background: url('../img/button_editpost.png') no-repeat;
    background-size: 100% 100%;
}

.videocomingsoon {
    display: block;
    margin: 0;
    clear: both;
    width: 95%;
}

/* Media Queries */

/* start above 480 -- Desktop */

@media screen and (min-width: 481px) {
    .candylabel.category, .candylabel.body, .candylabel.age {
        height: 25px;
    }

    .candylabel.headline {
        height: 22px;
    }

    .candylabel.city {
        height: 26px;
    }

    .candylabel.location {
        height: 21px;
    }

    .candylabel.name {
        height: 22px;
    }

    .candylabel.phonetext {
        height: 22px;
        display: block;
        margin-bottom: 10px;
    }

    .mediabutton {
        margin-left: 6px;
    }

    .phoneselector {
        width: 50%;
        float: left;
    }

    .changephonelink {
        line-height: 2em;
    }

    p.success {
        font-size: 20px;
    }

    .betatag {
        width: 78px;
        height: 50px;
        left: 7%;
        top: 10%;
    }

    .profiledit .betatag, .brief .betatag, .gallery .betatag {
        left: auto;
        top: 16px;
        right: 48%;
    }

    .singlepost .betatag {
        left: 32%;
        top: 22px;
    }

    .managepostpage .betatag {
        top: 29px;
        right: 249px;
        left: auto;
        width: 65px;
        height: 37px;
        z-index: 9000;
    }

    .candy .betatag {
        top: 41px;
        right: 269px;
        left: auto;
        width: 65px;
        height: 37px;
        z-index: 9000;
    }

    .successpage .betatag {
        top: 20px;
        left: 120px;
    }

}

.table-agree-to-terms tr td img {
    width: 90%;
    position: relative;
    top: -5px;
}

/*end above 480 */

/* start below 480 -- mobile iphone 6 */
@media screen and (max-width: 500px) {
    .phonetext_field {
        float: left;
        margin-top: 10px;
        width: 100% !important;
    }

    .zeroSidePadding {
        width: 100%;
    }

    .table-agree-to-terms tr td img {
        width: auto;
        height: 22px;
    }
}

@media screen and (max-width: 480px) {
    .meetnow_byline {
        font-size: 13px;
    }

    .candywrapper {
        margin-bottom: 0;
    }

    .candylabel.category, .candylabel.age {
        height: 20px;
    }

    .candylabel.body {
        height: 21px;
    }

    .candylabel.headline {
        height: 18px;
    }

    .candylabel.city {
        height: 20px;
    }

    .candylabel.location {
        height: 17px;
        margin-top: 2px;
    }

    .candylabel.name {
        height: 18px;
        margin-top: 2px;
    }

    .candylabel.phonetext {
        height: 18px;
        margin-bottom: 7px;
    }

    .candylabelphotos {
        height: 18px;
    }

    .candylabelvideo {
        height: 17px;
    }

    .mediabutton {
        margin-left: 3px;
    }

    .preview_byline {
        font-size: 17px;
        line-height: 19px;
        bottom: 19px;
        right: 31px;
    }

    .preview_devilgirl {
        margin-bottom: -29px;
    }

    .brown_editpost {
        width: 80px;
        height: 40px;
        top: 58px;
    }

    video {
        max-width: 100%;
        width: 100%;
    }

    .devilgirl_hookups {
        width: 32%;
        top: 8px;
        left: 4px;
    }

    .list_city .mpcityname, .list_city .changeCityLink {
        font-size: 12px;
    }

    a.navtext {
        font-size: 8pt;
    }

    .nav {
        width: 61px;
        padding: 1px 5px;
    }

    .view_buttons_container {
        margin-top: 5px;
        margin-left: 36%;
    }

    .gallerylistad {
        width: 100%;
    }

    .fp_buttons {
        padding-top: 2em;
    }

    .changeCityLink {
        font-size: 10px;
    }

    .mpcityname {
        font-size: 10pt;
    }

    #hookup_an_ad_image {
        padding: 0.8em 1.5em;
        width: 86%;
        margin-left: 12px;
    }

    .picLabel {
        font-size: 2.5em;
        top: 40%;
    }

    .captcha_image {
        display: inline-block;
        width: 200px;
        float: left;
        position: relative;
    }

    .captcha_image img {
        width: 100%;
        height: 50px;
    }

    #manageTopText {
        padding: 0 27px 0;
        font-size: 11px;
        margin-top: -1.5em;
        margin-bottom: 0.5em;
    }

    .managechoiceButtons {
        font-size: 31px;
    }

    .managebutton_wrapper {
        margin: auto auto 20px auto;
    }

    #manage_ad_body {
        padding-top: 12em;
    }

    .manage_flowers {
        width: 25%;
    }

    .phonetext_field {
        padding: 0;
        width: 47%;
    }

    .changephonelink {
        margin-top: 8px;
        margin-bottom: -8px;
    }

    .you_have_tokens {
        width: 43%;
        height: 5em;
    }

    #bottom_container_buy_tokens span {
        font-size: 22px;
        line-height: 2.5em;
    }

    #ageCheckPopupInner {
        position: absolute;
        width: 100%;
        margin: auto;
        padding: 1em 2.5em 2.5em;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #ageCheckPopupInner h1 {
        font-size: 31px;
    }

    .agecheck_byline {
        font-size: 18px;
        line-height: 19px;
    }

    .agecake {
        width: 168px;
    }

    #ageagree {
        font-size: 38px;
        margin: 15px auto;
    }

    .videosRow video {
        height: 5.7em;
    }

    #viewpost_button, #editpost_button {
        width: 140px;
        height: 50px;
    }

    p.success {
        padding: 0 16px;
    }

    .candy .black_px16 {
        font-size: 14px;
    }

    .betatag {
        width: 46px;
        height: 26px;
        right: 72%;
        top: 11px;
        background: url('../img/betatag.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
    }

    .contactus .betatag, #termsandconditions .betatag, .privpolicy .betatag {
        right: 68% !important;
        background: url('../img/betatag.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
    }

    .profiledit .betatag {

        right: 48% !important;
        background: url('../img/betatag.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;

    }

    .loginpage .betatag {
        right: 68% !important;
        background: url('../img/betatag.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 30px;
    }

    .brief .betatag, .gallery .betatag {
        right: 47% !important;
    }

    .singlepost .betatag {
        right: 58% !important;
        top: 14px;
    }

    .singlepost #megapersonalsPageHeader {
        margin-right: 10px;
    }

    .managepostpage .betatag {
        top: 27px;
        right: 155px;
        left: auto;
        width: 46px;
        height: 27px;
        z-index: 9000;
    }

    .candy .betatag {
        top: 30px;
        right: 176px;
        left: auto;
        width: 46px;
        height: 27px;
        z-index: 9000;
    }

    .successpage .betatag {
        right: 67%;
    }

    .listview #list {
        margin: 30px 0px -12px 0px;
    }

    .candy label[for="is_mail_checkbox"], .candy label[for="is_phone_checkbox"] {
        margin-left: 0.7em;
    }

    .postadforfree_words_inner {
        top: 112px;
        width: 94px;
        left: 19px;
    }

    .listcontent {
        width: 87%;
    }

}

/* End below 480 */

/* start below 320 -- iphone 5 and under */

@media screen and (max-width: 320px) {
    #megap4choiceTopText {
        font-size: 10px;
    }

    #megap4choiceTopText .found_mostrecent {
        font-size: 8.5px;
    }

    .megap4choiceButtons {
        font-size: 18px;
        line-height: 26px;
    }

    .meetnow_byline {
        font-size: 11px;
        bottom: 15px;
        right: 30px;
    }

    .candylabelvideo {
        width: 108px;
        height: auto;
        margin-top: -16px;
    }

    #back_button_from_second_form_page {
        width: 70px;
        height: 35px;
        margin-top: 30px;
    }

    .preview_byline {
        font-size: 14px;
        bottom: 11px;
    }

    .nav {
        font-size: 8px;
        width: 55px;
    }

    .changeCityLink {
        font-size: 10px;
    }

    .mpcityname {
        font-size: 10pt;
    }

    a.navtext {
        font-size: 7pt;
    }

    .fp_buttons {
        padding-top: 1.9em;
    }

    #hookup_an_ad_image {
        padding: 1em;
    }

    .list_city .mpcityname, .list_city .changeCityLink {
        font-size: 10px;
    }

    .circle {
        font-size: 15px;
        height: 20px;
        width: 20px;
        line-height: 20px;
    }

    .candylabelphotos {
        height: 16px;
        margin-top: -15px;
    }

    .imagedelete {
        height: 18px;
        line-height: 18px;
    }

    #manage_ad_body {
        padding-top: 11em;
    }

    .captcha_image {
        display: inline-block;
        width: 160px;
        float: left;
        position: relative;
    }

    .captcha_image img {
        width: 100%;
        height: 40px;
    }

    #manageTopText {
        font-size: 9px;
        margin-bottom: 0.5em;
    }

    .managechoiceButtons {
        font-size: 26px;
    }

    .manage_flowers {
        width: 25%;
    }

    .changephonelink {
        font-size: 12px;
    }

    .you_have_tokens {
        height: 4.5em;
    }

    #bottom_container_buy_tokens span {
        font-size: 20px;
    }

    .form_element {
        margin: 0.5em;
    }

    #ageCheckPopupDiv {
        position: absolute;
    }

    #ageCheckPopupInner {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
    }

    #ageCheckPopupInner h1 {
        font-size: 30px;
    }

    .phonetext_field {
        width: 40%;
    }

    #photolabel {
        position: relative;
        float: left;
        top: 5px;
    }

    .videosRow video {
        height: 4em;
    }

    #viewpost_button, #editpost_button {
        width: 135px;
        height: 47px;
    }

    .betatag {
        width: 39px;
        height: 26px;
        right: 72%;
        top: 11px;
    }

    .contactus .betatag, #termsandconditions .betatag, .privpolicy .betatag {
        right: 68% !important;
        top: 10px !important;
        background: url('../img/betatag.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
    }

    .loginpage .betatag {
        right: 68% !important;
        top: 25px !important;
    }

    .brief .betatag, .gallery .betatag {
        right: 47% !important;
    }

    .singlepost .betatag {
        right: 58% !important;
        top: 14px;
    }

    .singlepost #megapersonalsPageHeader {
        margin-right: 10px;
    }

    .managepostpage .betatag {
        top: 25px;
        right: 136px;
        left: auto;
        width: 39px;
        height: 23px;
        z-index: 9000;
    }

    .candy .betatag {
        top: 31px;
        right: 150px;
        left: auto;
        width: 39px;
        height: 23px;
        z-index: 9000;
    }

    .agecake {
        width: 130px;
    }

    .postadforfree_words_inner {
        top: 97px;
        width: 78px;
    }

    .listcontent {
        width: 83%;
    }
}

#sent_sms_confirmation_cover {
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2000;
}

.betatag {
    background: url('../img/betatag.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
}

.singlepost .betatag {
    right: -10px;
}

.contactus .betatag, #termsandconditions .betatag, .privpolicy .betatag {
    right: 68%;
    left: auto;
    top: 20px;
}

.loginpage .betatag {
    right: 68%;
    left: auto;
    top: 40px;
}

#create_edit_post_age_field_errmessage {
    position: relative;
    left: -6px;
}

#postreportlink {
    background: #fdf889;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 10px 5px;
    display: inline-block;
    color: #858584;
    font-size: 12px;
}

.errorclose {
    display: inline-block;
    float: right;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

/* profile display */

#profile_moreinfo {
    display: block;
    margin: auto;
    max-width: 280px;
}

#escortProfile {
    padding: 1em;
    margin: 1em;
}

#escortProfile h1 {
    background: #d7fdf8;
    font-size: 25px;
    padding: 10px;
    font-weight: bold;
}

@media screen and (max-width: 480px) {

    #escortProfile {
        padding: 5px;
        margin: 0;
    }
}

table.profile_stats {
    border: 3px solid #fde35a;
    font-weight: bold;
}

.profile_stats tr:nth-child(odd) {
    background: #fbe8ae;
}

.profile_stats tr:nth-child(even) {
    background: #fcfce0;
}

.profile_stats td {
    display: inline-block;
    padding: 2px !important;
}

td.profile_term {
}

.profile_stats td {
    border: none;
    border-top: 0 !important;
}

.statsheader {
    text-align: center;
    background: #fde35a;
    margin-bottom: -1px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}

.profile_text {
    color: #91184d;
}

.profile_rate {
    color: #3a8236;
}

.profile_name {
    color: #ff0082;
}

/*Profile About*/
.profile_about {
    margin: 0 0 10px;
    border: 3px solid #fee4e7;
    background: #f6f2f1;
    color: #513738;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
}

.profile_about > div {
    padding: 10px;
}

.profile_about h3 {
    color: #4e3433;
    text-align: center;
    margin: 0;
    background: #fee4e7;
    padding: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

/*Profile Latest*/
.profile_latest {
    margin: 0 0 10px;
    border: 3px solid #fdf41b;
    background: #ededd3;
    color: #9c1861;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
}

.profile_latest > div {
    padding: 10px;
}

.profile_latest h3 {
    color: #000;
    text-align: center;
    margin: 0;
    background: #fdf41b;
    padding: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}

/*Profile Wishlist*/
.profile_wishlist {
    margin: 0 0 10px;
    border: 3px solid #fee4e7;
    background: #f6f2f1;
    color: #513738;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
}

.profile_wishlist > div {
    padding: 10px;
}

.profile_wishlist h3 {
    color: #4e3433;
    text-align: center;
    margin: 0;
    background: #fee4e7;
    padding: 3px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* View Profile Link */
.linktoprofile {
    display: inline-block;
    position: relative;
    float: right;
    margin: 5px 10px 5px -10px;
    background-color: fuchsia;
    padding: 1px 5px;
    font-size: 9pt;
    color: #fff !important;
    border-radius: 3px;
}

/* Profile form */

.panel-profile {
    padding-bottom: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 2px 3px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 3px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 3px 14px 0px rgba(0, 0, 0, 0.16);
}

.panel-profile .form_element {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 10px;
}

@media screen and (max-width: 480px) {

    .panel-profile .form_element {
        width: 100%;
    }

}

.panel-profile .form_element.last {
    width: 100%;
}

.panel-profile .form_element h3 {
    font-size: 14px;
    text-transform: uppercase;
    background: #f0f0f0;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
}

.makeown_top {
    margin-bottom: 5px;
}

.editprofile_header {
    background: #d7fdf8;
    font-size: 25px;
    padding: 10px;
    font-weight: bold;
}

.notround {
    border-radius: 0;
    -webkit-border-radius: 0;
}

#profile_about_field {
    resize: vertical;
}

.updatemybio_button {
}

.superstar_link {
    font-size: 20px;
    color: white !important;
    background: fuchsia none repeat scroll 0% 0%;
    padding: 10px;
    border-radius: 40px;
    display: inline-block;
    margin: auto;
    text-align: center;
}

h1.successlink, h1.successlink a {
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: cornflowerblue;
    font-size: 20px;
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation: portrait) {
    /* iPhone 6 and iPhone 6+ portrait */
    h1.successlink, h1.successlink a {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    h1.successlink, h1.successlink a {
        font-size: 12px;
    }

}

.widthFix {
    width: 90%;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}

.fixbag {
    padding-bottom: 25px;
}

.popup h2 {
    margin-top: 0;
    color: #00cbff;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.selectStyle {
    background: #f9a51c;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding: 5px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 245px;
    margin-left: auto;
    margin-right: auto;
}

.selectStyle option {
    background: #fff;
    font-size: 14px;
    -moz-appearance: none;
    color: #c75400;
}

.selectPadding select {
    margin-top: 15px;
}

.ui-widget-overlay {
    opacity: .50;
    background-color: #000;
}

.ui-widget.ui-widget-content {
    position: fixed;
    /*margin-top: 16px;*/
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
}

.ui-corner-all {
    border-radius: 7px;
}

.ui-widget select {
    font-size: 18px;
}

.ui-widget select option {
    font-size: 14px;
}

.ui-dialog .ui-dialog-content {
    width: 299px !important;
    height: auto !important;
    padding: 0.5em 0.1em;
    overflow: visible;
}

.ui-dialog .ui-dialog-content .container {
    margin-bottom: 10px;
}

.sponsore {
    width: 93%;
    /* height: 134px; */
    background: #eff0eb;
    display: block;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px solid #000000;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.header-sponsore {
    text-align: center;
    text-transform: uppercase;
    background: #dedddb;
    color: #fff;
    border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
}

.sponsore ul {
    list-style: none;
    margin-left: -40px;
}

.sponsore ul li {
    margin-top: 18px;
    text-align: center;
}

.sponsore ul li a {
    font-weight: bold;
    color: #939391;
    text-decoration: underline;
    display: inline-block;
}

#cityChoiceActivateLink {
    color: #fcb9e3;
}

.fixed-table-body {
    overflow: scroll;
    height: 100vh;
}

.sponsore-links {
    list-style: none;
}

.ui-dialog {
    z-index: 99999 !important;
    border-radius: 7px;
}

.ui-widget-header {
    border-bottom: 1px solid #aaaaaa;
}

.ui-dialog .ui-dialog-title {
    text-align: left;
    font-size: 14px;
}

.dialog-confirm-dlt .ui-dialog .ui-dialog-buttonpane button,
.dialog-confirm-dlt .ui-style-button {
    width: 50%;
}

.ui-dialog .ui-dialog-buttonpane button,
.ui-style-button {
    background: #177cea;
    color: #fff;
}

.ui-button .ui-icon,
.ui-button:hover .ui-icon {
    background: url(../img/warning-close.jpg);
    width: 11px;
    height: 11px;
    margin-left: -6px;
    margin-top: -5px;
}

#warning-msg-body-id {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#warning-msg-body-id:before,
.btn-label-delete:before {
    content: "";
    background: url(../img/warning.jpg);
    width: 16px;
    height: 13px;
    position: absolute;
    margin-left: -18px;
    margin-top: 4px;
}

.dialog-confirm-dlt .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    width: 105%;
    float: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-label-delete {
    padding-left: 17px;
}

@media (max-width: 480px) {
    .dev {
        width: 80%;
        margin-bottom: 7px;
    }

    .header-sponsore {
        font-size: 12px;
    }

    .sponsore ul {
        margin-top: -7px;
    }

    .sponsore {
        padding-bottom: 6px;
    }

    .sponsore ul li {
        margin-top: 18px;
    }

    .g-recaptcha {
        position: relative;
        top: -70px;
    }

    .paginationwrapper {
        margin-top: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 359px) {
    .sponsore-links img {
        left: -15px;
        position: relative;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 380px) {
    .sponsore-links img {
        left: -10px;
        position: relative;
    }
}

@media only screen and (min-device-width: 381px) and (max-device-width: 421px) {
    .sponsore-links img {
        left: -5px;
        position: relative;
    }
}

.dev {
    width: 84%;
}

.sponsore-links img {
    width: 100%;
    min-width: 120px;
    object-fit: contain;
    transform: translateX(-50%);
    margin-left: 50%;
}

.dropdown-city {
    overflow: scroll;
    height: 300px;
}

.dropdown-city li {
    color: #fff;
    background: #2c4f87;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-menu li {
    margin-top: 5px;
    border-radius: 5%;
}

.onOff {
    display: block;
}

.ui-accordion .ui-accordion-content {
    height: auto !important;
}

.accordion .ui-state-default,
.accordion .ui-widget-content .ui-state-default,
.accordion .ui-widget-header .ui-state-default,
.accordion .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #2c4f87;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding: 5px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 12px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: none;
    display: none;
}

.ui-widget-content {
    border: none;
}

.cityPrefix {
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px !important;
}

.city {
    text-align: left;
    color: #c19e1d;
    cursor: pointer;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 0.7em;
}

.city_list {
    padding: 1em 1.3em;
}

.btn-center .ui-dialog-buttonpane .ui-dialog-buttonset {
    width: 43%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.btn-center .ui-dialog-buttonpane {
    padding: 0;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: .0em 0em 1em .0em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    text-align: center;
}

.notifyjs-removed-post-base {
    opacity: 0.95;
    width: 200px;
    background: #1ac782;
    padding: 5px;
    border-radius: 10px;
}

.notifyjs-removed-post-base .notify-title {
    font-size: 12pt;
    width: 100px;
    float: left;
    margin: 5px 0 0 5px;
    text-align: right;
}

.table-agree-to-terms tr td {
    padding-top: 15px;
    padding-left: 10px;
}

.checkbox-agree {
    display: none;
}

.checkbox-custom {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid black;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}

.checkbox-agree:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;

    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: black;
}

.btn-agree-wrap input[type="submit"] {
    background: #27b900;
    width: 155px;
    height: 40px;
    color: #fff;
    border: none;
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
}


