body {
    margin: 0;
    background: #000000 url('../images/scbg5.jpg');
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-size: 16px;
}
.css-panes {
    margin-left: 2px;
}
/*from here coding by as*/
.as-popup-top-div {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.as-popup-parent-div {
    width: 560px;
    background-color: #fff;
    opacity: 1;
    z-index: 999998;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
}
.as-popup-info-contain-div {
    width: 100%;
    height: 100%;
}
.as-popup-close-button {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 50px;
    cursor: pointer;
}
.as-popup-overlay-div {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    z-index: 999997;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}
@media(max-width: 767px) {
    .as-popup-parent-div {
        width: 80%;
    }
}
@media(max-width: 499px) {
    .as-popup-parent-div {
        width: 90%;
    }
    .as-popup-close-button {
        right: -10px;
    }
}
@media(max-width: 450px) {
    .as-popup-info-img {
        width: 270px;
    }
}
@media(max-width: 370px) {
    .as-popup-info-img {
        width: 230px;
    }
}
/*end*/
a {
    color: #696969;
    text-decoration: underline;
    outline: none
}
a:hover {
    color: #696969;
    text-decoration: none
}
img {
    border: 0
}
.wrapper {
    background: url(../images/bg-wrapper.png);
    width: 980px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0px;
    border-collapse: separate;
    padding: 0px;
}
.wrapper-inner {}
.main {
    background: url(../images/bg-main.png) no-repeat;
}
.main-inner {}
.top-part {
    height: 126px;
    vertical-align: top
}
.mid-part {
    background-color: grey;
    border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
     border: 2px solid rgba(0,0,0,0.9);
}
.bottom-part {
    background: url(../images/bg-bottom.png) no-repeat;
    height: 168px;
}
.bottom-part-inner {
    height: 18px;
}
.new-home {
    background-color: grey;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
     border: 2px solid rgba(0,0,0,0.9);
}
ul.top-nav,
ul.inner-top-nav {
    margin-top: 15px;
    list-style: none;
    margin-left: 15px;
    padding-left: 25px;
}
ul.top-nav li,
ul.inner-top-nav li {
    float: left;
    margin-right: 1px;
}
ul.top-nav li a,
ul.inner-top-nav li a {
    background: url(../images/bullet.png) left center no-repeat;
    text-transform: uppercase;
    color: #3e3e3e;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    padding-left: 25px;
}
ul.top-nav li a span,
ul.inner-top-nav li a span {
    color: #820000;
}
ul.top-nav li a:hover,
ul.top-nav li a.current,
ul.inner-top-nav li a:hover,
ul.inner-top-nav li a.current {
    background: url(../images/bullet-hover.png) left center no-repeat;
}
table.inner-table {
    width: 585px;
    margin-top: 0px;
}
table.inner-table-blog {
    width: 810px;
    margin-top: 0px;
}
td.heading {
    background: url(../images/bg-heading.png) no-repeat;
    color: #980102;
    font-size: 14px;
    text-transform: uppercase;
    height: 37px;
    width: 41px;
    padding-left: 20px;
    font-weight: bold;
}
td.heading1 {
    color: #980102;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
}
td.heading-light {
    color: #FBFBFB;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px;
    font-weight: bold;
}
.heading span {
    position: absolute;
    right: 0;
    top: 10px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.box {
    color: #666666;
    font-size: 11px;
}
table.login-box {
    border: 1px solid #cccccc;
    border-right: 2px solid #666666;
    border-bottom: 2px solid #666666;
    margin-bottom: 10px;
    margin-top: 5px;
}
table.login-box tr td {
    padding: 7px 10px 0 10px
}
.login-box input {
    width: 125px;
    border: none;
    background: #ffffff;
    color: #A01617;
    border: 1px solid #cccccc
}
.login-box input.button {
    background: #830302;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 13px;
    width: auto;
    padding: 1px 5px 1px 5px;
    font-weight: bold;
    width: auto
}
table.shadow-box {
    border: 1px solid #740100;
    border-right: 1px solid #740100;
    border-bottom: 1px solid #740100;
    margin-bottom: 10px;
    margin-top: 5px;
}
table.shadow-box tr td {
    padding: 10px 10px 10px 10px
}
table.shadow-box tr td table tr td {
    padding: 0
}
table.shadow-box p {
    padding: 5px 0 5px 0;
    margin: 0
}
.pageflip {
    position: absolute;
    bottom: 35px;
    right: 8px;
    z-index: 5000
}
table.shadow-box2 {
    border: 0px solid #740100;
    border-right: 0px solid #740100;
    border-bottom: 0px solid #740100;
    margin-bottom: 0px;
    margin-top: 0px;
}
table.shadow-box2 tr td {
    padding: 10px 10px 0px 10px
}
table.shadow-box2 tr td table tr td {
    padding: 0
}
table.shadow-box2 p {
    padding: 5px 0 5px 0;
    margin: 0
}
.pageflip {
    position: absolute;
    bottom: 35px;
    right: 8px;
    z-index: 5000
}
table.shadow-box3 {
    border: 0px solid #740100;
    border-right: 0px solid #740100;
    border-bottom: 0px solid #740100;
    margin-bottom: 10px;
    margin-top: 5px;
}
table.shadow-box3 tr td {
    padding: 10px 10px 10px 10px
}
table.shadow-box3 tr td table tr td {
    padding: 0
}
table.shadow-box3 p {
    padding: 5px 0 5px 0;
    margin: 0
}
.pageflip {
    position: absolute;
    bottom: 35px;
    right: 8px;
    z-index: 5000
}
table.shadow-box-red {
    border: 1px solid #951717;
    border-right: 1px solid #740100;
    border-bottom: 1px solid #740100;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 3px;
}
table.shadow-box-red tr td {
    padding: 10px 10px 10px 10px
}
table.shadow-box-red tr td table tr td {
    padding: 0
}
table.shadow-box-red p {
    padding: 5px 0 5px 0;
    margin: 0
}
table.shadow-box-type-1 {
    border: 1px solid #740100;
    border-right: 1px solid #740100;
    border-bottom: 1px solid #740100;
    margin-bottom: 10px;
    margin-top: 5px;
}
table.shadow-box-type-1 tr.chooseoption {
    background-color: null;
    cursor: pointer;
}
table.shadow-box-type-1 tr.chooseoption:hover {
    background-color: #e6e6e6
}
table.shadow-box-type-1 tr td {
    padding: 5px 5px 5px 5px
}
table.shadow-box-type-1 tr td table tr td {
    padding: 0
}
table.shadow-box-type-1 p {
    padding: 5px 0 5px 0;
    margin: 0
}
table.registration-box {
    border: 1px solid #cccccc;
    border-right: 2px solid #666666;
    border-bottom: 2px solid #666666;
    margin-bottom: 10px;
    margin-top: 5px;
}
table.registration-box tr td {
    padding: 10px 10px 0 10px
}
.registration-box input {
    width: 125px;
    border: none;
    background: #ffffff;
    color: #A01617;
    border: 1px solid #cccccc
}
.registration-box input.long {
    width: 200px;
    border: none;
    background: #ffffff;
    color: #A01617;
    border: 1px solid #cccccc
}
.registration-box input.button {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    font-size: 12px;
    width: auto;
    padding: 1px 5px 1px 5px;
    font-weight: bold;
    width: auto
}
a.small-link {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}
a.small-link2 {
    color: #8B3131;
    font-size: 11px;
}
a.small-link3 {
    color: #8B3131;
    font-size: 12px;
}
table.form-box {
    margin-bottom: 15px;
    margin-top: 15px;
}
table.form-box tr td {
    padding: 5px 5px 0px 5px
}
table.form-box tr td table tr td {
    padding: 0
}
table.form-box p {
    padding: 5px 0 5px 0;
    margin: 0
}
table.form-box a img {
    border: 1px solid #D4D4D4;
    margin: 0px 0 5px 0
}
table.form-box img {
    border: 1px solid #D4D4D4;
    margin: 0px 0 5px 0
}
table.form-box2 {
    margin-bottom: 15px;
    margin-top: 15px;
}
table.form-box2 tr td {
    padding: 5px 5px 0px 5px
}
table.form-box2 tr td table tr td {
    padding: 0
}
table.form-box2 p {
    padding: 5px 0 5px 0;
    margin: 0
}
table.form-box2 a img {
    border: 1px solid #1B1B1B;
    margin: 0px 0 5px 0
}
table.form-box2 img {
    border: 1px solid #1B1B1B;
    margin: 0px 0 5px 0
}
.img-border {
    border: 1px solid #D4D4D4;
}
td.border-box {
    border: 0px solid #cccccc;
    border-right: 0px solid #1A1A1A;
    border-bottom: 0px solid #1A1A1A;
    padding: 0px;
}
td.border-box.alt {
    background: url(../images/bg-model.gif) repeat-x #1B1B1B;
}
td.border-box2 {
    border: 1px solid #980102;
    border-right: 1px solid #980102;
    border-bottom: 1px solid #980102;
    padding: 10px;
}
td.border-box2.alt {
    background: url(../images/bg-boxback.gif) repeat-x #1B1B1B;
}
td.border-box3 {
    background: #ffffff;
    border: 1px solid #980102;
    border-right: 1px solid #980102;
    border-bottom: 1px solid #980102;
    padding: 0px;
}
.border-box3 {
    background: #ffffff;
    border: 1px solid #980102;
    border-right: 1px solid #980102;
    border-bottom: 1px solid #980102;
    padding: 15px;
}
td.border-box3.alt {
    background: #ffffff;
    repeat-x #ffffff;
}
h1.heading-1 {
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    margin-bottom: 10px;
}
h2.heading-2 {
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
    background: url(../images/bullet1.gif) no-repeat left center;
    padding-left: 20px
}
h3.heading-3 {
    color: #820000;
    font-size: 11px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0;
    background: url(../images/bullet1.gif) no-repeat left 2px;
    padding-left: 20px
}
h2.heading-6 {
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    background: url(../images/bullet1.gif) no-repeat left center;
    padding-left: 20px
}
h2.heading-7 {
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    line-height: 10px;
    background: url(../images/bullet1.gif) no-repeat left center;
    padding-left: 20px
}
h1.message-1 {
    color: #3b3b3b;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.listing {
    list-style: none;
    margin-top: 7px;
    margin-bottom: 0
}
ul.listing li {
    background: url(../images/bullet2.gif) no-repeat left center;
    padding-left: 12px;
    margin-bottom: 5px;
}
ul.listing-plan {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-top: 0
}
ul.listing-plan li {
    background: url(../images/bullet2.gif) no-repeat left center;
    padding-left: 12px;
    margin-bottom: 5px;
}
input.btn-1 {
    display: inline-block;
    border: 0;
    border-radius: 30px;
    background: #830303;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    padding: 8px 8px;
    border: none;
    height: auto !important;
    box-shadow: none;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
}
input:hover.btn-1 {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  background-color: #333333; /* Green */
  color: cccccc;
}
h12 {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
text-shadow:1px 1px 2px #000000, 1px 1px 2px #000000;
}
h13 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;    color: #FDED67;
    text-shadow:
        -1px -1px 0 #000,
        3px -1px 0 #000,
        -1px 3px 0 #000,
        3px 3px 0 #000;
}
h14 {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    color: #FDED67;
  text-shadow: 4px 4px #000000;
}
h15 {
    font-size: 13px;
    color: #00FF00;
    font-family: 'Montserrat', sans-serif;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}
h16 {
    font-size: 13px;
    color: #CCCCCC;
    font-family: 'Montserrat', sans-serif;
  text-shadow: 1px 1px #000000;
}
h17 {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
  text-shadow: 3px 3px #000000;
}
h18 {
    font-size: 29px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #FDED67;
    text-shadow:
        -1px -1px 0 #000,
        2px -1px 0 #000,
        -1px 2px 0 #000,
        2px 2px 0 #000;
}
h19 {
    font-size: 16px;
    color: #FDED67;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}
h20 {
    font-size: 14px;
    color: #FDED67;
    font-family: 'Montserrat', sans-serif;
    text-shadow:
        -1px -1px 0 #000,
        3px -1px 0 #000,
        -1px 3px 0 #000,
        3px 3px 0 #000;
}
h21 {
    font-size: 16px;
    color: #0E0E0E;
    font-family: 'Montserrat', sans-serif;
}
h22 {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
h23 {
    font-size: 14px;
    color: #FDED67;
    font-family: 'Montserrat', sans-serif;
}
h24 {
    font-size: 16px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
h25 {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
h26 {
    font-size: 16px;
    color: #00FF00;
    font-family: 'Montserrat', sans-serif;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}
h27 {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
  text-shadow: 1px 1px #EEEEEE;
}
h28 {
    font-size: 18px;
    /*color: #ffffff;*/
    color:#DDDDDD;
    font-family: 'Montserrat', sans-serif;
/*	text-shadow:
        -1px -1px 0 #000,
        3px -1px 0 #000,
        -1px 3px 0 #000,
        3px 3px 0 #000;*/
}
h29 {
    font-size: 18px;
   /* color: #FDED67;*/
   color: #FDED67;
    font-family: 'Montserrat', sans-serif;
/*	text-shadow:
        -1px -1px 0 #000,
        3px -1px 0 #000,
        -1px 3px 0 #000,
        3px 3px 0 #000;*/
}
h30 {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
h31 {
    font-size: 22px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-shadow:
        -1px -1px 0 #000,
        3px -1px 0 #000,
        -1px 3px 0 #000,
        3px 3px 0 #000;
}
h32 {
    font-size: 18px;
    color: #ffffff;
  text-shadow: 1px 1px #000000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-shadow:
        -1px -1px 0 #000,
        3px -1px 0 #000,
        -1px 3px 0 #000,
        3px 3px 0 #000;
}
h33 {
    font-size: 16px;
    color: #FDED67;
  text-shadow: 1px 1px #000000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
h34 {
    font-size: 17px;
    color:#830303;
    font-family: 'Montserrat', sans-serif;
}
h35 {
    font-size: 17px;
    color:#830303;
    font-family: 'Montserrat', sans-serif;
}
h36 {
    font-size: 18px;
    color:#B40307;
    font-family: 'Montserrat', sans-serif;
}
h40 {
    font-size: 14px;
    color: #555555;
    font-family: 'Montserrat', sans-serif;
}
h41 {
    font-size: 16px;
    color: #000000;
 	//text-shadow: 2px 2px #000000;
    font-family: 'Montserrat', sans-serif;
}
h42 {
    font-size: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
h43 {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
h44 {
    font-size: 16px;
    color: #00FF00;
    font-family: 'Montserrat', sans-serif;
  text-shadow: 1px 1px #000000;
}
h45 {
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
h37 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;    color: #00FF00;
    text-shadow:
        -1px -1px 0 #000,
        3px -1px 0 #000,
        -1px 3px 0 #000,
        3px 3px 0 #000;
}
h39 {
    font-size: 12px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
h38 {
    font-size: 14px;
    color: #00FF00;
    font-family: 'Montserrat', sans-serif;
}
h100 {
    font-size: 17px;
    color: #FF0707;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
h101 {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
h102 {
    font-size: 16px;
    color: #00FF00;
    font-family: 'Montserrat', sans-serif;
}
h103 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
  text-shadow: 2px 2px #000000;
    font-family: 'Montserrat', sans-serif;
}
h104 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
  text-shadow: 2px 2px #FF0707;
    font-family: 'Montserrat', sans-serif;
}
h105 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
  text-shadow: 2px 2px #000000;
}
h106 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
  text-shadow: 1px 1px #ffffff;
}
h108 {
    font-size: 20px;
    color: #FF0707;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
h109 {
    font-size: 11px;
    color: #555555;
    font-family: 'Montserrat', sans-serif;
}
h110 {
    font-size: 22px;
    color: #FF0707;
    font-family: 'Montserrat', sans-serif;
}
.wrappercat {
    // width: 1000px;
    width:350px;
    overflow-y:scroll;
    position:relative;
    height: 200px;
}
input.btn-2 {
    background: #B20000;
    color: #ffffff;
    color: #ffffff;
    font-size: 15px;
    padding: 2px 0px 2px 0px;
    font-weight: bold;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 18px;
    width: 125px
}
input:hover.btn-2 {
    background: #333333
}
input.btn-b1 {
    background: #808080;
    color: #ffffff;
    color: #ffffff;
    font-size: 10px;
    padding: 3px;
    font-weight: bold;
    border: 0;
    text-transform: uppercase;
    cursor: pointer
}
input:hover.btn-b1 {
    background: #333333
}
table.product {
    text-align: center;
    background: url(../images/bg-model.gif) repeat-x #ffffff;
    border: 1px solid #A5A5A5;
}
.product {
    text-align: center;
    background: url(../images/bg-model.gif) repeat-x #ffffff;
    border: 1px solid #A5A5A5;
    padding: 0;
}
table.product tr td {
    text-align: center
}
table.product a img {
    border: 0px solid #D4D4D4;
    margin: 0px 0 2px 0
}
table:hover.product {
    background: #CCCCCC;
}
table.boxbg {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #a5a5a5;
    background: #fafafa;
}
table:hover.boxbg {
    background: #f1f1f1;
}
table.boxbg tr td.header {
    color: #7E0000;
    font-size: 11px;
    font-weight: bold;
}
table.boxbg tr td.label {
    font-weight: bold;
    color: #444444;
}
table.boxbg tr td.data {
    font-weight: normal;
    color: #000000;
}
span.vote {
    color: #7E0000;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #a5a5a5;
    background: #ffffff;
    padding: 5px 10px 5px 10px
}
table.rss-list {
    border: 1px solid #a5a5a5;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
table.rss-list tr th {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    background: #550000
}
table.rss-list tr th.mid {
    text-align: center;
    padding-left: 0
}
table.rss-list tr th.right {
    text-align: right;
    padding-left: 0
}
table.rss-list tr td {
    padding: 5px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}
table.rss-list tr td.mid {
    text-align: center;
    padding-left: 0
}
table.rss-list tr td.right {
    text-align: right;
    padding-left: 0
}
table.rss-list tr.last td {
    border-bottom: none
}
table.rss-list tr.alt td {
    background: #f1f1f1
}
table.rss-list tr.last.alt td {
    background: #f1f1f1;
    border-bottom: none
}
table.new-models-list {
    border: 1px solid #ffffff;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
table.new-models-list tr th {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    padding-left: 25px;
    background: #550000
}
table.new-models-list tr th.mid {
    text-align: center;
    padding-left: 0
}
table.new-models-list tr th.right {
    text-align: right;
    padding-left: 0
}
table.new-models-list tr td {
    padding: 5px;
    padding-left: 25px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}
table.new-models-list tr td.mid {
    text-align: center;
    padding-left: 0
}
table.new-models-list tr td.right {
    text-align: right;
    padding-left: 0
}
table.new-models-list tr.last td {
    border-bottom: none
}
table.new-models-list tr.alt td {
    background: #f1f1f1
}
table.new-models-list tr.last.alt td {
    background: #f1f1f1;
    border-bottom: none
}
table.new-models-list2 {
    border: 1px solid #ffffff;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
table.new-models-list2 tr th {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    padding-left: 25px;
    background: #740000
}
table.new-models-list2 tr th.mid {
    text-align: center;
    padding-left: 0
}
table.new-models-list2 tr th.right {
    text-align: right;
    padding-left: 0
}
table.new-models-list2 tr td {
    padding: 5px;
    padding-left: 25px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}
table.new-models-list2 tr td.mid {
    text-align: center;
    padding-left: 0
}
table.new-models-list2 tr td.right {
    text-align: right;
    padding-left: 0
}
table.new-models-list2 tr.last td {
    border-bottom: none
}
table.new-models-list2 tr.alt td {
    background: #1A1A1A
}
table.new-models-list2 tr.last.alt td {
    background: #1A1A1A;
    border-bottom: none
}
table.latest-gallery-detail {
    border: 1px solid #a5a5a5;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
table.latest-gallery-detail tr th {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    padding-left: 15px;
    background: #ffffff
}
table.latest-gallery-detail a img {
    border: 1px solid #D4D4D4;
    margin: 10px 0 5px 0
}
table.latest-gallery-detail tr th.mid {
    text-align: center;
    padding-left: 0;
}
table.latest-gallery-detail tr th.right {
    text-align: right;
    padding-left: 0;
}
table.latest-gallery-detail tr {
    border-left: 13px solid #000;
    border-right: 13px solid #000;
}
table.latest-gallery-detail tr td {
    padding: 5px;
    padding-left: 15px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}
table.latest-gallery-detail tr td.mid {
    text-align: center;
    padding-left: 0;
}
table.latest-gallery-detail tr td.right {
    text-align: right;
    padding-left: 0;
}
table.latest-gallery-detail tr.last td {
    border-bottom: none
}
table.latest-gallery-detail tr.alt td {
    background: #ffffff
}
table.latest-gallery-detail tr.even td {
    background: #ffffff
}
table.latest-gallery-detail tr.last.alt td {
    background: #f1f1f1;
    border-bottom: none
}
table.ads-manager-listing {
    border: 1px solid #a5a5a5;
    border-bottom: 3px solid #a5a5a5;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
table.ads-manager-listing tr th {
    color: #444444;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    padding-left: 15px;
    background: #E7E7E7;
    border-bottom: 1px solid #cccccc
}
table.ads-manager-listing a img {
    border: 1px solid #D4D4D4;
    margin: 10px 0 5px 0
}
table.ads-manager-listing tr th.mid {
    text-align: center;
    padding-left: 0;
}
table.ads-manager-listing tr th.right {
    text-align: right;
    padding-left: 0;
}
table.ads-manager-listing tr td {
    padding: 5px;
    padding-left: 15px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    background: #ffffff
}
table.ads-manager-listing tr td.mid {
    text-align: center;
    padding-left: 0;
}
table.ads-manager-listing tr td.right {
    text-align: right;
    padding-left: 0;
}
table.ads-manager-listing tr.last td {
    border-bottom: none
}
table.ads-manager-listing tr.alt td {
    background: #fcfcfc
}
table.ads-manager-listing tr.last.alt td {
    background: #f1f1f1;
    border-bottom: none
}
table.search-options {
    border: 1px solid #a5a5a5;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
table.search-options tr th {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    padding-left: 15px;
    background: #000000
}
table.search-options tr th.mid {
    text-align: center;
    padding-left: 0;
}
table.search-options tr th.right {
    text-align: right;
    padding-left: 0;
}
table.search-options tr td {
    padding: 5px;
    text-align: left;
}
table.search-options tr td.mid {
    text-align: center;
    padding-left: 0;
}
table.search-options tr td.right {
    text-align: right;
    padding-left: 0;
}
table.group-fields {
    border: 1px solid #a5a5a5;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
table.group-fields tr th {
    color: #444444;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    padding-left: 15px;
    background: #E7E7E7;
    border-bottom: 1px solid #cccccc
}
table.group-fields tr th.mid {
    text-align: center;
    padding-left: 0;
}
table.group-fields tr th.right {
    text-align: right;
    padding-left: 0;
}
table.group-fields tr td {
    padding: 5px;
    text-align: left;
}
table.group-fields tr td.mid {
    text-align: center;
    padding-left: 0;
}
table.group-fields tr td.right {
    text-align: right;
    padding-left: 0;
}
table.online-models-listing {
    border: 1px solid #000000;
    margin-left: 0px;
    margin-top: 5px;
    background: url(../images/bg-model.gif) repeat-x
}
table.online-models-listing tr td {
    padding: 4px;
    vertical-align: top;
    text-align: left;
}
table.online-models-listing tr.last td {
    border-bottom: none
}
table.online-models-listing.alt {
    background: none
}
table.online-models-listing a img {
    border: 1px solid #D4D4D4;
    margin: 1px 0 0px 0
}
table.online-models-listing img {
    border: 1px solid #D4D4D4;
    margin: 1px 0 0px 0
}
table.online-models-listing img.highlighted-model-border {
    border: 1px solid #cc3300;
}
table.online-models-listing2 {
    border: 1px solid #CCCCCC;
    margin-left: 0px;
    margin-top: 5px;
    background: url(../images/bg-model.gif) repeat-x
}
table.online-models-listing2 tr td {
    padding: 4px;
    vertical-align: top;
    text-align: left;
}
table.online-models-listing2 tr.last td {
    border-bottom: none
}
table.online-models-listing2.alt {
    background: none
}
table.online-models-listing2 a img {
    border: 1px solid #D4D4D4;
    margin: 1px 0 0px 0
}
table.online-models-listing2 img {
    border: 1px solid #D4D4D4;
    margin: 1px 0 0px 0
}
table.online-models-listing2 img.highlighted-model-border {
    border: 1px solid #cc3300;
}
table.highlighted-model-border {
    border: 1px solid #000000;
}
table.highlighted-model {
    border: 1px solid #000000;
    margin-left: 0px;
    margin-top: 5px;
    background: url(../images/bg-model-highlighted.jpg) repeat-x #F9EF7D;
    color: #000000
}
.highlighted-model {
    border: 1px solid #000000;
    padding-left: 0;
    background: url(../images/bg-model-highlighted.jpg) no-repeat #F9EF7D;
    color: #000000;
    background-size: 100%;
}
table.highlighted-model tr td {
    padding: 4px;
    vertical-align: top;
    text-align: left;
}
table.highlighted-model tr.last td {
    border-bottom: none
}
table.highlighted-model.alt {
    background: none
}
table.highlighted-model a {
    color: #000000
}
table.highlighted-model a img {
    border: 1px solid #000000;
    margin: 1px 0 0px 0;
    color: #000000
}
table.highlighted-model img {
    border: 1px solid #000000;
    margin: 1px 0 0px 0
}
table.highlighted-model span.model-updated {
    color: #BA6203
}
table.album-listing {
    border: 1px solid #a5a5a5;
    margin-left: 0px;
    margin-top: 5px;
    background: #ffffff;
    font-size: 10px;
}
table.album-listing tr td {
    padding: 2px 4px 2px 4px;
    vertical-align: top;
    text-align: left;
}
table.album-listing tr.last td {
    border-bottom: none
}
table.album-listing.alt {
    background: none
}
table.album-listing a img {
    border: 1px solid #D4D4D4;
    margin: 1px 0 0px 0
}
table.album-listing img {
    border: 1px solid #D4D4D4;
    margin: 1px 0 0px 0
}
table.album-listing span {
    color: #696969;
    font-size: 10px;
}
.video-list-rec {
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 225px;
    line-height: 17px;
    color: #696969;
    float: left;
}
.video-list-rec img {
    float: left;
    margin-right: 10px;
}
.video-list-rec a {
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}
.video-list-rec2 {
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 750px;
    line-height: 17px;
    color: #696969;
    float: left;
}
.video-list-rec2 img {
    float: left;
    margin-right: 10px;
}
.video-list-rec2 a {
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}
table.gallery-listing {
    border: 1px solid #a5a5a5;
    margin-left: 0px;
    margin-top: 5px;
    background: url(../images/bg-model.gif) repeat-x;
    font-size: 11px;
    color: #3f3f3f
}
table.gallery-listing tr td {
    padding: 1px;
    vertical-align: top;
    text-align: left;
}
table.gallery-listing tr.last td {
    border-bottom: none
}
table.gallery-listing.alt {
    background: none
}
table.gallery-listing a img {
    border: 1px solid #D4D4D4;
    margin: 1px 0 0px 0
}
table.gallery-listing img {
    border: 1px solid #D4D4D4;
    margin: 1px 0 0px 0
}
table.gallery-listing .icon img {
    border: 0;
    margin: 1px 0 2px 0
}
table.gallery-listing .hd a {
    color: #590000;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
table.gallery-listing .hd a:hover {
    text-decoration: underline;
}
table.job-rec2 h3 {
    background: url(../images/commentbar2015.png) repeat-x;
    margin: 0;
    padding: 6px;
    width: 98%;
    height: 38px;
}
table.job-rec3 {
    border: 0px solid #000000;
    margin-left: 0px;
    margin-top: 8px;
    background: url(../images/jobrec3.gif) repeat-x
}
table.job-rec3.alt {
    background: url(../images/job_rec2015.png) repeat-x;
}
table.job-rec3 tr td {
    padding: 5px;
    vertical-align: top
}
table.job-rec3 h1 {
    background: url(../images/jobpostbar.png) repeat-x;
    margin: 0;
    padding: 0px;
    width: 100%;
    height: 51px;
}
table.job-rec3 h1 span {
    padding-left: 10px;
    color: #35ADEB;
    font-size: 11px;
    font-style: italic
}
table.job-rec3 h1 span.title {
    padding-left: 1px;
    color: #ffff99;
    font-size: 11px;
    font-style: normal
}
table.job-rec3 h1 a {
    font-size: 12px;
    padding-left: 39px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none
}
table.job-rec3 h1 a:hover {
    color: #cccccc;
    text-decoration: underline
}
table.job-rec {
    border: 0px solid #000000;
    margin-left: 0px;
    margin-top: 8px;
    background: url(../images/job-rec-back3.gif) repeat-x
}
table.job-rec.alt {
    background: url(../images/job_rec2015.png) repeat-x;
}
table.job-rec tr td {
    padding: 5px;
    vertical-align: top
}
table.job-rec h1 {
    background: url(../images/job_rec20151.png) repeat-x;
    margin: 0;
    padding: 0px;
    width: 100%;
    height: 51px;
}
table.job-rec h1 span {
    padding-left: 10px;
    color: #35ADEB;
    font-size: 11px;
    font-style: italic
}
table.job-rec h1 span.title {
    padding-left: 1px;
    color: #ffff99;
    font-size: 11px;
    font-style: normal
}
table.job-rec h1 a {
    font-size: 12px;
    padding-left: 39px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none
}
table.job-rec h1 a:hover {
    color: #cccccc;
    text-decoration: underline
}
table.news3 {
    border: 0px solid #000000;
    margin-left: 0px;
    margin-top: 8px;
    background: url(../images/job-rec-back3.gif) repeat-x
}
table.news3.alt {
    background: url(../images/job_rec2015.png) repeat-x;
}
table.news3 tr td {
    padding: 5px;
    vertical-align: top
}
table.news3 h1 {
    background: url(../images/job_rec20151.png) repeat-x;
    margin: 0;
    padding: 0px;
    width: 100%;
    height: 51px;
}
table.news3 h1 span {
    padding-left: 10px;
    color: #35ADEB;
    font-size: 11px;
    font-style: italic
}
table.news3 h1 span.title {
    padding-left: 1px;
    color: #ffff99;
    font-size: 11px;
    font-style: normal
}
table.news3 h1 a {
    font-size: 12px;
    padding-left: 39px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none
}
table.news3 h1 a:hover {
    color: #cccccc;
    text-decoration: underline
}
table.simple {
    border: 1px solid #a5a5a5;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
table.simple tr th {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    padding-left: 5px;
    background: #000000
}
table.simple tr td {
    padding: 5px;
    padding-left: 5px;
    text-align: left;
    font-weight: bold;
}
a.special {
    color: #006600;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold
}
a:hover.special {
    color: #006600;
    text-decoration: none;
    font-style: italic;
    font-weight: bold
}
a.topspecial {
    color: #009300;
    text-decoration: underline;
    font-weight: bold
}
a:hover.topspecial {
    color: #009300;
    text-decoration: none;
    font-weight: bold
}
.inner-tabs ul {
    margin: 0px 0 0 0px;
    padding: 0;
    list-style: none
}
.inner-tabs ul li {
    float: left;
    width: auto;
    background: #770000;
    margin-right: 3px;
    border: 1px solid #ffffff
}
.inner-tabs ul li a {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 5px 8px 5px 8px;
}
.inner-tabs ul li a:hover,
.inner-tabs ul li a.current {
    background: #333333;
    display: block
}
.inner-sub-tabs ul {
    margin: 0px 0 0 10px;
    padding: 0;
    list-style: none
}
.inner-sub-tabs ul li {
    float: left;
    width: auto;
    background: #CCCCCC;
    margin-right: 5px;
}
.inner-sub-tabs ul li a {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 5px 10px 5px 10px;
}
.inner-sub-tabs ul li a:hover,
.inner-sub-tabs ul li a.current {
    background: #888888;
    display: block
}
ul.buttonlist {
    list-style: none;
    margin: 1px 10px 10px 0
}
ul.buttonlist li {
    width: 155px;
    height: 33px;
    background: url(../images/bg-buttonlist.gif) no-repeat;
    text-align: center;
    line-height: 31px;
    margin-bottom: 5px;
}
ul.buttonlist li a {
    color: #ffffff;
    font-family: tahoma, arial;
    font-weight: bold;
    display: block;
    text-decoration: none
}
ul.buttonlist li a:hover {
    background: url(../images/bg-buttonlist-hover.gif) no-repeat;
}
ul.buttonlist li.curr a {
    background: url(../images/bg-buttonlist-hover.gif) no-repeat;
}
ul.wizard-buttonlist {
    list-style: none;
    margin: 0 10px 10px 0
}
ul.wizard-buttonlist li {
    width: 155px;
    height: 33px;
    background: url(../images/bg-buttonlist.png) no-repeat;
    text-align: left;
    line-height: 32px;
    color: #ffffff;
    font-family: tahoma, arial;
    font-weight: bold;
    margin-bottom: 6px;
}
ul.wizard-buttonlist li img {
    padding-left: 5px
}
ul.wizard-buttonlist li.text {}
ul.wizard-buttonlist li.textcurr {
    background: url(../images/bg-buttonlist-hover.gif) no-repeat;
}
ul.wizard-buttonlist li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    vertical-align: middle
}
ul.wizard-buttonlist li a:hover {
    background: url(../images/bg-buttonlist-hover.gif) no-repeat;
}
.note-box {
    background: #333333;
    padding: 8px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold
}
.note-box span {
    color: #ffffff;
    font-weight: normal
}
.help-note {
    color: #333333;
    font-weight: normal;
    font-size: 10px;
}
.top-right-area,
.top-right-area-inner {
    margin-top: 21px;
    margin-right: 30px;
    padding: 5px 0;
    float: right;
    color: #ffffff;
    vertical-align: top;
    background: url(../images/bg-top-right-area.png) no-repeat;
    background-size: 100% 100%;
    width: 280px;
    height: 90px;
    text-align: right;
}
.top-right-area a,
.top-right-area-inner a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
}
.top-right-area a:hover,
.top-right-area-inner a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.errormsg {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #FF0000;
    FONT-FAMILY: "tahoma", Verdana, Arial, Helvetica, sans-serif;
}
.errormsgTEXT {
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #CCCCCC;
    FONT-FAMILY: "tahoma", Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #C40808;
}
table.paging tr td {
    padding: 0 0 0 0
}
.paging {
    font-weight: normal;
    font-weight: bold;
    color: #ffffff
}
.paging a {
    background: #000000;
    color: #ffffff;
    margin-left: 0px;
    width: 25px;
    text-decoration: none;
    padding: 0 5px 0 5px;
    border: 1px solid #ffffff;
    margin-left: 2px;
    height: 30px;
}
.paging1 a {}
.paging a:hover {
    color: #FFEF63;
}
.paging .current {
    color: #ffffff;
    background: #000000;
    width: 25px;
    text-decoration: none;
    padding: 0 4px 0 4px;
    border: 1px solid #ffffff;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px
}
.paging a.view {
    background: none;
    color: #FFEF63;
    text-decoration: none;
    border: 0;
    padding: 0px;
}
.paging a:hover.view {
    background: none;
    color: #FFEF63;
    text-decoration: underline;
    border: 0;
    padding: 0px;
}
.paging a.currentpage {
    background: #000000;
    color: #ffffff;
    width: 25px;
    text-decoration: none;
    padding: 0 5px 0 5px;
    border: 1px solid #666666;
    margin-left: 2px;
}
.paging a:hover.currentpage {
    background: #000000
}
.paging p {
    margin-top: 10px;
}
span.model-updated {
    color: #8E0001;
    font-weight: bold;
    font-style: italic;
}
span.free-account {
    color: #8E0001;
    font-weight: bold;
    font-style: italic;
}
.statusfont {
    FONT-SIZE: 16px;
    COLOR: #ffffff;
    FONT-FAMILY: "tahoma", Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #CC0000;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
}
.model-content-img {
    border: 1px solid #D4D4D4;
    margin: 1px 0 0px 0
}
.footer {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    FONT-FAMILY: "tahoma", Verdana, Arial, Helvetica, sans-serif;
    height: 25px;
    padding-right: 30px;
}
.footer a {
    color: #C9C9C9;
    text-decoration: underline;
    FONT-SIZE: 10px;
    FONT-FAMILY: "tahoma"
}
.footer a:hover {
    color: #C9C9C9;
    text-decoration: none;
}
.footer a.current {
    color: #C9C9C9;
    text-decoration: underline;
}
.country-links {
    font-weight: normal;
    color: #ffffff;
    font-size: 10px;
    padding-right: 28px;
    text-align: right;
    padding-bottom: 10px;
}
.country-links a {
    color: #949494;
    text-decoration: none;
    font-weight: normal
}
.country-links a:hover {
    text-decoration: underline
}
.bold-text {
    color: #8E0001;
    FONT-WEIGHT: bold;
}
td.heading_manager {
    background: url(../images/bg-heading.png) no-repeat;
    color: #980102;
    font-size: 14px;
    text-transform: uppercase;
    height: 37px;
    padding-left: 20px;
    padding-bottom: 35px;
    font-weight: bold;
    font-weight: bold;
    position: relative;
}
.scroller1 {
    SCROLLBAR-FACE-COLOR: #C572A3;
    SCROLLBAR-HIGHLIGHT-COLOR: #EDEDF0;
    OVERFLOW: auto;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #C572A3;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #EDEDED;
    SCROLLBAR-DARKSHADOW-COLOR: #C572A3;
    SCROLLBAR-BASE-COLOR: #ffffff;
    POSITION: relative
}
.scroller {
    SCROLLBAR-FACE-COLOR: #130000;
    SCROLLBAR-HIGHLIGHT-COLOR: #EDEDF0;
    OVERFLOW: auto;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #130000;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #EDEDED;
    SCROLLBAR-DARKSHADOW-COLOR: #4A4D56;
    SCROLLBAR-BASE-COLOR: #ffffff;
}
.priceMsg {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #FF0000;
    FONT-FAMILY: "tahoma", Verdana, Arial, Helvetica, sans-serif;
}
.tellafriend-div {
    border: solid 3px #590000;
    background: #eeeeee;
    color: #000000;
    padding: 4px;
    width: 600px;
    height: 315px;
    position: absolute;
    margin: 27px 0px 0px 142px;
    z-index: 2;
}
.model-add-friend-div {
    border: solid 3px #590000;
    background: #eeeeee;
    color: #000000;
    padding: 4px;
    width: 590px;
    height: 315px;
    position: absolute;
    margin: 27px 0px 0px 142px;
    z-index: 2;
}
.model-accept-reject-div {
    border: solid 3px #590000;
    background: #eeeeee;
    color: #000000;
    padding: 4px;
    width: 500px;
    height: 315px;
    position: absolute;
    margin: 27px 0px 0px 142px;
    z-index: 2;
}
.contactmodel-div {
    border: solid 3px #590000;
    background: #eeeeee;
    color: #000000;
    padding: 4px;
    width: 600px;
    height: 224px;
    position: absolute;
    margin: 27px 0px 0px 142px;
    z-index: 2;
}
.reportmodel-div {
    border: solid 3px #590000;
    background: #eeeeee;
    color: #000000;
    padding: 4px;
    width: 600px;
    height: auto;
    position: absolute;
    margin: 27px 0px 0px 142px;
    z-index: 2;
}
.reportmodelvideo-div {
    border: solid 3px #590000;
    background: #eeeeee;
    color: #000000;
    padding: 4px;
    width: 600px;
    height: auto;
    position: absolute;
    margin: 230px 0px 0px 142px;
    z-index: 2;
}
.viewmodelinfo-div {
    border: solid 3px #590000;
    background: #eeeeee;
    color: #000000;
    padding: 4px;
    width: 600px;
    height: 500px;
    position: absolute;
    margin: 27px 0px 0px 142px;
    z-index: 2;
}
.hireamodel-div {
    border: solid 3px #590000;
    background: #eeeeee;
    color: #000000;
    padding: 4px;
    width: 600px;
    height: 224px;
    position: absolute;
    margin: 27px 0px 0px 142px;
    z-index: 2;
}
.editCampaign-div {
    border: solid 3px #590000;
    background: #eeeeee;
    color: #000000;
    padding: 4px;
    width: 400px;
    height: 280px;
    position: absolute;
    margin: 0px 0px 0px 50px;
}
.reviewaccount-div {
    border: solid 3px #590000;
    background: #eeeeee;
    color: #000000;
    padding: 4px;
    width: 500px;
    height: 120px;
    position: absolute;
    margin: 51px 0px 0px 140px;
}
table.inner-table-model-listing {
    width: 400px;
    margin-top: 0px;
}
td.heading {
    background: url(../images/bg-heading.png) no-repeat;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    height: 41px;
    padding-left: 50px;
    font-weight: bold;
}
td.heading-light {
    color: #FBFBFB;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px;
    font-weight: bold;
}
.heading span {
    position: absolute;
    right: 0;
    top: 10px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
div.fan-rate-img {
    float: right;
    margin-right: 0px
}
.page {
    color: #990000;
    font-size: 14px;
    font-weight: bold
}
.dvhdr1 {
    background: #F3F0E7;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #C8BA92;
    padding: 5px;
    width: 150px;
}
.dvbdy1 {
    background: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    border-left: 1px solid #C8BA92;
    border-right: 1px solid #C8BA92;
    border-bottom: 1px solid #C8BA92;
    padding: 5px;
    width: 150px;
}
span .s1 {
    background: #none;
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
}
table.contest-listing {
    border: 1px solid #a5a5a5;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: url(../images/bg_g1.gif) repeat-x
}
table.contest-listing tr td {
    padding: 4px;
    vertical-align: top;
    text-align: left;
}
table.contest-listing tr.last td {
    border-bottom: none
}
td.topprofiletab {
    background: url(../images/topprofiletab.png) top repeat-x;
    height: 49px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    font-family: Verdana, Arial, Helvetica, sans-serif
}
td.heading-new {
    background: url(../images/bg-heading4.gif) top repeat-x;
    height: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    font-family: Verdana, Arial, Helvetica, sans-serif
}
td.heading-new img {
    vertical-align: middle;
    margin-right: 5px;
}
.heading-new img {
    vertical-align: middle;
    margin-right: 5px;
}
td.heading-new2 {
    background: url(../images/affiliatebannerbar.png) top repeat-x;
    height: 49px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    font-family: Verdana, Arial, Helvetica, sans-serif
}
.heading-new2 {
    background: url(../images/affiliatebannerbar.png) top repeat-x;
    height: 49px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    font-family: Verdana, Arial, Helvetica, sans-serif
}
td.heading-new2 img {
    vertical-align: left;
    margin-right: 0px;
}
.heading-new2 img {
    vertical-align: left;
    margin-right: 0px;
}
.bg-rounde-strip a {
    background: url(../images/bg-rounded-strip.gif) center no-repeat;
    height: 34px;
    display: block;
    color: #7E0000;
    font-weight: bold;
    text-decoration: none;
    line-height: 34px;
}
.bg-rounde-strip a:hover {
    background: url(../images/bg-rounded-strip-hover.gif) center no-repeat;
}
.bg-rounde-strip a img {
    vertical-align: middle;
}
.left-bor {
    background: url(../images/bg-left-border.png) top left repeat-y;
}
.right-bor {
    background: url(../images/bg-right-border.png) top right repeat-y
}
.model-detail {
    background: #000000;
    padding: 10px 0 2px 0;
    color: #C0C0C0;
    font-size: 11px;
    font-weight: bold;
}
.model-detail span {
    color: #F0F0F0
}
.model-detail .desc {
    font-weight: normal;
    color: #333333
}
.bg-bottom {
    background: url(../images/bg-bott.png) repeat-x top;
    line-height: 12px;
}
.checklist {
    color: #F0F0F0;
    font-weight: normal;
    margin-top: 7px;
}
.bot-red-border {
    background: url(../images/bg-bot-red-bor.gif) no-repeat right bottom
}
.bot-red-border-1 {
    background: url(../images/bg-bot-red-bor-1.gif) no-repeat center bottom;
}
.bot-red-border-home {
    background: url(../images/bg-bot-red-bor-home.gif) no-repeat center bottom;
}
.inner-pad {
    background: #ffffff;
    padding: 10px 0 10px 10px;
}
.inner-pad2 {
    background: #000000;
    padding: 10px 0 10px 10px;
}
.inner-pad3 {
    background: #1A1A1A;
    padding: 10px 10px;
    10px 10px;
}
.heading-new-1 {
    background: url(../images/bg-heading5.gif) repeat-x;
    height: 29px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold
}
.comment-box {
    background: #000000;
    border-bottom: 1px solid #1B1B1B;
    border-left: 1px solid #1B1B1B;
    border-right: 1px solid #1B1B1B;
}
.gallery-box {
    background: #F1F1F1;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
tr.gallery-row td {
    background: #F1F1F1;
    border-bottom: 1px solid #cccccc;
    height: 25px;
}
tr.gallery-row td.first {
    border-left: 1px solid #cccccc
}
tr.gallery-row td.last {
    border-right: 1px solid #cccccc
}
.content-red {
    color: #7E0000;
    font-size: 11px;
    font-weight: bold;
}
.buttonstyle {
    BORDER-RIGHT: #999999 2px solid;
    PADDING-RIGHT: 1px;
    BACKGROUND-POSITION: 5px 3px;
    BORDER-TOP: #cccccc 1px solid;
    PADDING-LEFT: 18px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BACKGROUND-IMAGE: PADDING-BOTTOM:1px;
    BORDER-LEFT: #cccccc 1px solid;
    CURSOR: hand;
    COLOR: #666666;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #999999 2px solid;
    BACKGROUND-REPEAT: no-repeat;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: #e6e6e0;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
.txt_italic_red {
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px
}
.backtolinkcolor a {
    color: #980102;
    text-decoration: none;
    FONT-SIZE: 13px;
    FONT-FAMILY: "tahoma"
}
.backtolinkcolor a:hover {
    color: #980102;
    text-decoration: underline;
    FONT-SIZE: 13px;
}
.backtolinkcolor a.current {
    color: #980102;
    text-decoration: none;
    FONT-SIZE: 13px;
}
table.contest_display {
    border: 1px solid #a5a5a5;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
table.contest_display tr th {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    padding-left: 5px;
    background: #000000
}
table.contest_display tr td {
    padding: 5px;
    padding-left: 5px;
    text-align: left;
    font-weight: normal;
}
.contest_display_prize {
    font-weight: normal;
    color: #800000;
    font-size: 11px
}
.search-ad-box {
    background: #fafafa;
    border: 1px solid #a5a5a5;
    padding: 2px;
}
table.new-models-contest-code {
    border: 1px solid #a5a5a5;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.alert {
    border: 1px solid #ea7500;
    color: #000000;
    font-size: 12px;
    background: url(../images/icon/alert.gif) no-repeat 10px 10px #fff0e1;
    padding-left: 45px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.help {
    border: 1px solid #CCCCCC;
    color: #333333;
    font-size: 12px;
    background: url(../images/icon/help.gif) no-repeat 10px 4px #F5F5F5;
    padding-left: 35px;
}
.success_alert {
    border: 1px solid #009900;
    color: #006633;
    font-size: 12px;
    background: url(../images/icon/success.gif) no-repeat 10px 4px #DFFFDF;
    padding-left: 45px;
    font-weight: bold;
    padding-top: 2px;
    ;
    padding-bottom: 2px;
}
.error_alert {
    border: 1px solid #ff0000;
    color: #ff0000;
    font-size: 12px;
    background: url(../images/icon/error.gif) no-repeat 10px 4px #ffffff;
    padding-left: 45px;
    font-weight: bold;
    padding-top: 2px;
    ;
    padding-bottom: 2px;
}
.online-model-sorting {
    font-weight: normal;
    font-weight: bold;
    color: #990000
}
.online-model-sorting a {
    font-weight: normal;
    font-weight: bold;
    color: #990000
}
table.notification {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
table.notification tr td {
    padding: 5px;
}
table.notification tr td a {
    background: url(../images/bullet-notificatoin.gif) no-repeat left 3px;
    color: #303030;
    text-decoration: underline;
    font-weight: bold;
    padding-left: 10px
}
table.notification tr td a:hover {
    color: #303030;
    text-decoration: none;
    font-weight: bold
}
table.notification tr td.highlight a {
    background: url(../images/bullet-notificatoin-high.gif) no-repeat left 3px;
    color: #009300;
    text-decoration: underline;
    font-weight: bold
}
table.notification tr td.highlight a:hover {
    color: #009300;
    text-decoration: none;
    font-weight: bold
}
table.notification tr td.description {
    padding-top: 0px;
    padding-left: 15px
}
.model-info-div {
    border: solid 3px #590000;
    background: #eeeeee;
    color: #000000;
    padding: 4px;
    width: 300px;
    height: 300px;
    position: absolute;
    margin: 27px 0px 0px 142px;
}
ul.faq-cat-list {
    margin-left: 12px;
    padding-left: 12px;
    margin-top: 5px;
    margin-bottom: 8px;
}
ul.faq-cat-list li {
    color: #FEEE67;
    font-weight: bold;
    font-size: 14px
}
ul.faq-cat-list ul.faq-que-list {
    list-style: none;
    margin-left: 0px;
    padding-left: 0;
    margin-top: 5px;
}
ul.faq-cat-list .faq-que-list li {
    background: url(../images/bullet2.gif) no-repeat left 3px;
    color: #8E0001;
    font-size: 11px;
    font-weight: normal;
    padding-left: 15px;
    margin-bottom: 5px;
}
ul.faq-cat-list .faq-que-list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}
ul.faq-cat-list .faq-que-list li a:hover {
    color: #F9E965;
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
}
ul.faq-cat-list .faq-que-list li div {
    color: #333333;
    background: #f9f9f9;
    padding: 8px;
    margin: 5px 0 5px 0;
    border: 1px solid #cccccc
}
a.back-to-link {
    color: #990000;
    text-decoration: underline;
    font-weight: bold;
    padding-right: 8px;
}
a:hover.back-to-link {
    color: #990000;
    text-decoration: none;
    font-weight: bold;
    padding-right: 8px;
}
fieldset {
    border: 1px solid #808080;
}
legend {
    color: #990000;
    font-weight: bold
}
.statusbar {
    width: 70px;
    color: #fff;
    border: 1px solid #fff;
    vertical-align: middle;
    font-size: 11px;
    font-family: Arial;
    background: #000 url(../images/aniloading.gif) no-repeat 2px 2px;
    padding: 0px 0 4px 19px;
}
.statusbar_content,
.msg_content {
    font-size: 9px;
    vertical-align: middle;
    padding-top: 4px;
}
td.mem-plan-title {
    color: #980102;
    font-size: 13px;
    font-weight: bold;
}
td.testimonial1 {
    color: ##9A9A9A;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
}
ul.home-tabstips {
    padding: 0 0 0 2px;
    margin: 0 0 0 2px;
    list-style-type: none
}
ul.home-tabstips li {
    float: left;
    margin-right: 1px;
}
ul.home-tabstips li a {
    background: url(../images/home-tabstrips.gif) -158px 0 no-repeat;
    width: 157px;
    height: 37px;
    text-align: center;
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 37px;
    text-decoration: none
}
ul.home-tabstips li a:hover {
    background: url(../images/home-tabstrips.gif) 0 0 no-repeat;
}
ul.home-tabstips li.curr a {
    background: url(../images/home-tabstrips.gif) 0 0 no-repeat;
}
ul.tabstrip-type-1 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style-type: none
}
ul.tabstrip-type-1 li {
    float: left;
    margin-right: 1px;
}
ul.tabstrip-type-1 li a {
    background: url(../images/tabstrip-type-1.png) -131px 0 no-repeat;
    width: 130px;
    height: 50px;
    text-align: center;
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none
}
ul.tabstrip-type-1 li a:hover {
    background: url(../images/tabstrip-type-1.png) 0 0 no-repeat;
    color: #ffffff;
}
ul.tabstrip-type-1 li.curr a {
    background: url(../images/tabstrip-type-1.png) 0 0 no-repeat;
    color: #ffffff;
}
ul.tabstrip-type-2 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style-type: none
}
ul.tabstrip-type-2 li {
    margin-right: 1px;
}
ul.tabstrip-type-2 li a {
    background: url(../images/tabstrip-type-1.gif) -91px 0 no-repeat;
    width: 90px;
    height: 25px;
    text-align: center;
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none
}
ul.tabstrip-type-2 li a:hover {
    background: url(../images/tabstrip-type-1.gif) 0 0 no-repeat;
}
ul.tabstrip-type-2 li.curr a {
    background: url(../images/tabstrip-type-1.gif) 0 0 no-repeat;
}
.most-pop-video-rec {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0
}
.most-pop-video-rec h2 {
    padding: 0;
    margin: 0
}
.most-pop-video-rec h2 a {
    color: #590000;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}
.most-pop-video-rec h2 a:hover {
    text-decoration: underline;
}
.most-pop-video-rec span {
    color: #737373;
    font-size: 10px;
    line-height: 15px;
}
.most-pop-video-rec img.rating {
    position: absolute;
    top: 34px;
    right: 0px;
}
.most-pop-video-rec span a {
    color: #590000;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
}
.most-pop-video-rec span a:hover {
    text-decoration: underline;
}
.recent-updated-galleries-rec {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0
}
.recent-updated-galleries-rec h2 {
    padding: 0;
    margin: 0
}
.recent-updated-galleries-rec h2 a {
    color: #590000;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}
.recent-updated-galleries-rec h2 a:hover {
    text-decoration: underline;
}
.recent-updated-galleries-rec span {
    color: #808080;
    font-size: 10px;
    line-height: 15px;
}
.recent-updated-galleries-rec img.small-pic {
    float: left;
    margin-right: 10px;
}
.recent-updated-galleries-rec a {
    color: #740000;
    line-height: 14px;
}
.heading-new-latestvideos {
    FONT-WEIGHT: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    BACKGROUND: url(../images/latestvideobutton.png) repeat-x;
    COLOR: #ffffff;
    HEIGHT: 37px;
    width: 284;
}
.heading-new-gallerylistings {
    FONT-WEIGHT: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    BACKGROUND: url(../images/latestgallerybutton.png) repeat-x;
    COLOR: #ffffff;
    HEIGHT: 37px;
    width: 284;
}
.heading-new-2 {
    FONT-WEIGHT: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 13px;
    BACKGROUND: url(../images/bg-heading6.png) repeat-x;
    COLOR: #ffffff;
    HEIGHT: 29px;
}
.remove-border-bottom {
    border-bottom: 0;
}
div.homecontest {
    text-align: left;
}
div.homecontest a.title {
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}
div.homecontest a:hover.title {
    text-decoration: underline;
}
div.online_status {
    color: #00bf00;
    font-weight: bold
}
table.cart-detail {
    border: 1px solid #a5a5a5;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}
table.cart-detail tr th {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    background: #000000
}
table.cart-detail a img {
    border: 1px solid #D4D4D4;
    margin: 10px 0 5px 0
}
table.cart-detail tr th.mid {
    text-align: center;
    padding-left: 5px;
}
table.cart-detail tr th.right {
    text-align: right;
    padding-left: 0;
}
table.cart-detail tr td img {
    padding-left: 5px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}
table.cart-detail tr td {
    padding-left: 5px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px
}
table.cart-detail tr td.mid {
    text-align: center;
    padding-left: 0;
}
table.cart-detail tr td.right {
    text-align: right;
    padding-left: 0;
}
table.cart-detail tr.alt td {
    background: #f1f1f1
}
.matrix {
    overflow: hidden;
    margin-left: -10px;
}
.matrix .item {
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}
div#dmgk {
    display: none;
}
div#infscr-loading {
    float: left;
    position: absolute;
}
tr.paging {
    display: none;
}
.article-div td {
    padding: 9px;
}
#sidebar-wdgt {
    position: fixed;
    right: 5px;
    bottom: 0px;
    width: 310px;
    z-index: 99999;
}
.sidebar-wdgt-tabs {
    display: table;
    color: #000;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.sidebar-wdgt-tabs li {
    display: table-cell;
    padding: 8px 0;
    background: #999999;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
.sidebar-wdgt-tabs li.active {
    background: #FFF;
}
.sidebar-wdgt-container {
    border: 1px solid #C8C8C8;
    background: #DEDEDE;
    box-sizing: border-box;
}
.sidebar-list-container {
    overflow-y: scroll;
    height: 500px;
    box-sizing: border-box;
}
.sidebar-wdgt-filter {
    margin: 10px 0;
}
.sidebar-wdgt-filter label {
    margin: 0 2px;
}
.sidebar-wdgt-filter select {
    width: 75px;
}
.sidebar-wdgt-bottom {
    float: left;
    border: 1px solid #C8C8C8;
    background: #FFFFFF;
    padding: 7px 10px;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
}
.sidebar-wdgt-bottom img {
    margin: 5px 7px 0px 0px;
    float: left;
}
.sidebar-wdgt-bottom label {
    float: left;
    line-height: 25px;
}
.sidebar-wdgt-bottom span img {
    float: none;
}
.sidebar-wdgt-list {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.sidebar-wdgt-list li {
    min-height: 85px;
    float: left;
    margin: 2px 5px;
    padding: 5px;
    width: 98%;
    box-sizing: border-box;
}
.sidebar-wdgt-list li.sidebar-online {
    background: #00FF01;
}
.sidebar-wdgt-list li .swdgt-img {
    float: left;
}
.sidebar-wdgt-list li .swdgt-detail {
    float: left;
    margin-left: 15px;
}
.sidebar-wdgt-list li .swdgt-detail label {
    font-size: 12px;
    font-weight: bold;
}
.sidebar-wdgt-list li .swdgt-detail input {
    vertical-align: baseline;
    display: block;
    margin-top: 65px;
}
.sidebar-toggle-init {
    color: #FFF;
background: url(arrowup2.jpg);
    width: 30px;
    text-align: center;
    height: 30px;
    display: block;
    border-radius: 15px;
    font-size: 21px;
    float: right;
    cursor: pointer;
}
.sidebar-toggle-init img {
    width: 30px;
    margin: 8px 0px 0px 1px;
}
.sidebar-toggle-init.close {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sendmessage-div {
    background: #eeeeee;
    color: #000000;
    padding: 0px;
    width: 350px;
    position: fixed;
    margin: 0px;
    z-index: 2;
    right: 340px;
    bottom: 0px;
}
.sendmessage-div input[type=text] {
    width: 96%;
}
.sendmessage-div textarea {
    width: 96%;
}
.sendmessage-div table th {
    padding-top: 7px;
}
.sendmessage-div table {
    margin: 10px 0px;
}
.sendmessage-div div.heading {
    font-weight: bold;
    background: #000;
    color: #FFF;
    padding: 10px 12px;
}
.sendmessage-div div.heading .fa {
    position: absolute;
    right: 10px;
    font-size: 15px;
    cursor: pointer;
}
.sbw-add-buddy {
    border: solid 3px #590000;
    background: #eeeeee;
    color: #000000;
    padding: 5px;
    width: 355px;
    height: auto;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 2;
}
.free-listing-icon {
    float: left;
    position: absolute;
    top: 30px;
    left: 12px;
}
.paid-listing-icon {
    float: left;
    position: absolute;
    top: 30px;
    left: 12px;
}
.home-sidebar {
    height: auto;
    width: 270px;
    margin-left: 53px;
    margin-top: 2px;
}
.home-sidebar-box {
    width: 96%;
    border: #000000 1px solid;
    min-height: 120px;
    border-radius: 5px 5px 0 0;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding-bottom: -10px;
}
.home-sidebar-box h2 {
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 0px 6px;
    margin: 0px;
    border-radius: 0px 0px 0 0;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #030303 13%, #0f0504 30%, #0f0504 52%, #0f0504 68%, #060203 81%, #060203 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(13%, #030303), color-stop(30%, #0f0504), color-stop(52%, #0f0504), color-stop(68%, #0f0504), color-stop(81%, #060203), color-stop(100%, #060203));
    background: -webkit-linear-gradient(top, #000000 0%, #030303 13%, #0f0504 30%, #0f0504 52%, #0f0504 68%, #060203 81%, #060203 100%);
    background: -o-linear-gradient(top, #000000 0%, #030303 13%, #0f0504 30%, #0f0504 52%, #0f0504 68%, #060203 81%, #060203 100%);
    background: -ms-linear-gradient(top, #000000 0%, #030303 13%, #0f0504 30%, #0f0504 52%, #0f0504 68%, #060203 81%, #060203 100%);
    background: linear-gradient(to bottom, #000000 0%, #030303 13%, #0f0504 30%, #0f0504 52%, #0f0504 68%, #060203 81%, #060203 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#060203', GradientType=0);
}
.home-sidebar-box h2 {
    background: url("../images/bg-heading6.png") repeat-x scroll 0% 0%;
    display: block;
    padding: 0px 0 17px;
}
.sidebar-box-list {
    float: left;
    display: block;
    width: 100%;
    padding: 7px 5px;
    border: 7px solid #c7c7c7;
}
.sidebar-box-left {
    float: left;
    margin-right: 10px;
}
.sidebar-box-right {
    float: left;
    width: 55%;
    font-size: 11px;
    text-align: justify;
}
.sidebar-box-right p span {
    color: #ADADAD;
}
.sidebar-more-link:before {
    content: '\25BA';
    margin-right: 2px;
    color: #8E0001;
    font-size: 11px;
}
.sidebar-more-link {
    display: block;
    text-align: right;
    margin-right: 12px;
}
.sidebar-stats {
    width: 95%;
    float: left;
    margin: 0px auto;
    padding: 10px;
}
.sidebar-stats li {
    float: left;
    list-style: none;
    display: block;
    width: 100%;
    padding: 2px 0;
}
.sidebar-stats li label {
    float: left;
    width: 70%;
    font-weight: bold;
}
.sidebar-stats li span {
    float: left;
    width: 30%;
    display: block;
    font-weight: bold;
    color: #8E0001;
}
.profile-page-box {
    position: relative;
    padding-top: 18px !important;
}
.profile-label {
    position: absolute;
    top: 2px;
    left: 12px;
}
#ajax_response {
    color: #dd1111;
}
#uploadifive-file_upload {
    background: url("../images/upload_images_from_computer.png") no-repeat;
    float: right;
    width: 125px !important;
    height: 86px !important;
    border-radius: 0px !important;
    border: none !important;
    margin-bottom: 10px !important;
    cursor: pointer !important;
    text-indent: -10000px !important;
}
#uploadifive-file_upload input {
    height: 86px !important;
    cursor: pointer !important;
}
.model-upload-photo #upload_from_gallery,
.model-upload-photo #record_it {
    float: right;
    margin-left: 0px;
}
.top-login-box {
    background: #000101;
    background: -moz-linear-gradient(top, #000101 0%, #030303 4%, #050505 6%, #060606 10%, #070707 15%, #0a0a0a 22%, #121212 32%, #151515 38%, #161616 43%, #191919 48%, #212121 52%, #232323 56%, #252525 59%, #272727 64%, #282828 71%, #2d2d2d 78%, #313131 86%, #323232 91%, #343434 96%, #353535 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000101), color-stop(4%, #030303), color-stop(6%, #050505), color-stop(10%, #060606), color-stop(15%, #070707), color-stop(22%, #0a0a0a), color-stop(32%, #121212), color-stop(38%, #151515), color-stop(43%, #161616), color-stop(48%, #191919), color-stop(52%, #212121), color-stop(56%, #232323), color-stop(59%, #252525), color-stop(64%, #272727), color-stop(71%, #282828), color-stop(78%, #2d2d2d), color-stop(86%, #313131), color-stop(91%, #323232), color-stop(96%, #343434), color-stop(100%, #353535));
    background: -webkit-linear-gradient(top, #000101 0%, #030303 4%, #050505 6%, #060606 10%, #070707 15%, #0a0a0a 22%, #121212 32%, #151515 38%, #161616 43%, #191919 48%, #212121 52%, #232323 56%, #252525 59%, #272727 64%, #282828 71%, #2d2d2d 78%, #313131 86%, #323232 91%, #343434 96%, #353535 100%);
    background: -o-linear-gradient(top, #000101 0%, #030303 4%, #050505 6%, #060606 10%, #070707 15%, #0a0a0a 22%, #121212 32%, #151515 38%, #161616 43%, #191919 48%, #212121 52%, #232323 56%, #252525 59%, #272727 64%, #282828 71%, #2d2d2d 78%, #313131 86%, #323232 91%, #343434 96%, #353535 100%);
    background: -ms-linear-gradient(top, #000101 0%, #030303 4%, #050505 6%, #060606 10%, #070707 15%, #0a0a0a 22%, #121212 32%, #151515 38%, #161616 43%, #191919 48%, #212121 52%, #232323 56%, #252525 59%, #272727 64%, #282828 71%, #2d2d2d 78%, #313131 86%, #323232 91%, #343434 96%, #353535 100%);
    background: linear-gradient(to bottom, #000101 0%, #030303 4%, #050505 6%, #060606 10%, #070707 15%, #0a0a0a 22%, #121212 32%, #151515 38%, #161616 43%, #191919 48%, #212121 52%, #232323 56%, #252525 59%, #272727 64%, #282828 71%, #2d2d2d 78%, #313131 86%, #323232 91%, #343434 96%, #353535 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000101', endColorstr='#353535', GradientType=0);
    border: 2px solid #C40808;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 40px;
    padding: 5px;
    width: 400px;
}
.form-row {
    float: left;
    color: #FFF;
    padding: 0 0 0 5px;
}
.form-row label {
    float: left;
    width: 65px;
    line-height: 22px;
    font-size: 12px;
}
.form-row input {
    float: left;
    width: 120px;
}
.form-row.submit input {
    width: auto;
    background: #8D1717;
    border-radius: 6px;
    color: #FFF;
    border: none;
    padding: 2px 6px;
    margin-top: 2px;
    cursor: pointer;
}
.form-row.submit .checkbox input {
    line-height: 22px;
    margin-top: 6px;
}
.form-row.submit .checkbox {
    line-height: 22px;
    width: auto !important;
    cursor: pointer;
}
.search-bar {
    background: url(../images/searchbar2015.png);
}
.search-bar-inner {
    width: 100%;
    padding: 5px;
    text-align: center;
}
.search-bar-inner label {
    margin-right: 5px;
    margin-left: 10px;
}
.search-bar-inner input.btn-1 {
    margin-top: -6px;
    line-height: 15px;
    vertical-align: middle;
}
.search-bar-search img {
    vertical-align: middle;
    margin-left: 15px;
}
.clear {
    clear: both;
}
.fixed-nav .sticky-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    background: url(../menu2.files/back-normal.gif);
    padding: 0 0px;
    border-bottom: 2px solid #DEDEDE;
}
.fixed-nav .container {
    max-width: 1200px;
}
.friends-heading {
    color: #980102;
    margin: 0px;
    padding: 2px 0 5px 2px;
}
.alert {
    padding: 15px 15px 15px 45px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: bold;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.phone-bg {
    position: relative;
}
.phone-overlay {
    position: absolute;
    top: 280px;
    left: 37%;
}
.phone-overlay.times-up {
    top: 248px;
    left: 30%;
}
.phone-overlay.connected-call {
    top: 258px;
    left: 37%;
}
.phone-overlay.connect-to-code {
    top: 258px;
    left: 37%;
}
.phone-overlay.connect-to-code h2 {
    margin: 15px 0;
    line-height: 25px;
}
.phone-overlay.times-up textarea {
    width: 315px;
    height: 70px;
    margin: 0 0 10px;
    border-radius: 5px;
}
.call-duration {
    font-size: 42px;
    font-weight: bold;
    margin: 2px 0 5px;
}
.phone-overlay p {
    color: #FFF;
    font-size: 16px;
    margin: 0 0 5px;
}
.phone-overlay h1 {
    color: #FFFFFF;
    font-size: 20px;
    padding: 0px;
    margin: 0 0 8px;
}
.phone-overlay h2 {
    font-size: 18px;
    padding: 0px;
    margin: 0 0 8px;
}
.phone-overlay h3 {
    color: #F1E785;
    font-size: 22px;
    padding: 0px;
    margin: 0 0 8px;
}
.phone-overlay input[type='text'] {
    padding: 7px 10px;
    margin: 0 0 8px;
    width: 200px;
    line-height: 20px;
}
.phone-overlay input[type='submit'] {
    padding: 7px 10px;
    font-weight: bold;
    cursor: pointer;
}
.callcodes-list {
    background-color: #FFF;
    padding: 5px;
}
.gallery-listing .used-label {
    font-weight: bold;
    color: #000;
}
.gallery-listing .used-label font {
    text-transform: uppercase;
    margin-left: 20px;
}
.phoneimg {
    width: 810px;
}
.callcodes-list a {
    color: #812122;
    font-weight: bold;
}
.callcode-heading {
    padding: 0px;
    margin: 0px;
}
.callcode-active {
    color: #0DFB0C;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.callcode-used {
    color: #FE0213;
    font-size: 18px;
    font-weight: bold;
}
.green-text {
    color: #07ef00 !important;
}
.yellow-text {
    color: #FEEE67 !important;
}
.red-text {
    color: #CC0000 !important;
}
.call-info h1 {
    color: #FEFEFE;
    margin: 0px;
    padding: 4px 0px;
}
.call-info h2 {
    margin: 0px;
    padding: 4px 0px;
}
.call-info p {
    color: #FFF;
    margin: 0px;
    padding: 4px 0px;
    font-size: 16px;
}
.call-info textarea {
    margin: 2px 0 5px;
}
.reactions {
    margin: 10px 0;
    text-align: center;
    display: table;
}
.reactions a {
    margin: 0 10px 0;
}
.dark-red-button {
    background: #830302;
    border: 1px solid #830302;
    color: #ffffff;
    font-size: 13px;
    width: auto;
    width: auto;
    padding: 12px;
    font-size: 18px;
    font-weight: normal;
    border-radius: 12px;
}
#wrap > #connections {
    background: #fff none repeat scroll 0 0;
    min-height: 380px;
    padding: 5px;
    height: 380px;
    overflow-y: scroll;
}
#video-window {
    background: #FFF;
    padding: 5px;
    display: none;
}
#video-window #wrap {
    background: #dedede none repeat scroll 0 0;
    border-radius: 5px;
    padding: 10px;
}
#send-box {
    margin-top: 15px;
}
#send-box input[type='text'] {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    width: 98%;
}
.messages > div {
    font-size: 17px;
}
.messages > em {
    display: none;
}
.clear {
    clear: both;
}
.peer {
    color: #0903F1;
    font-weight: bold;
}
.you {
    color: #F10001;
    font-weight: bold;
}
#friend-video-name {
    font-size: 15px;
}
#my-video-name {
    font-size: 15px;
}
#connections .connection h1 {
    display: none;
}
.affiliate-links-table {
    border: 1px solid #FFF;
    background: #000;
    border-collapse: collapse;
}
.affiliate-links-table tr {
    border-bottom: 1px solid #FFF;
}
.affiliate-links-table tr td,
.affiliate-links-table tr th {
    padding: 5px;
    color: #fff;
}
table.studios-list {
    border: 0px solid #000000;
    margin-left: 0px;
    margin-top: 8px;
}
table.studios-list.alt {
    background: url(../images/job_rec2015.png) repeat-x;
}
table.studios-list tr td {
    vertical-align: top
}
table.studios-list h1 {
    background: url(../images/job_rec20151.png) no-repeat;
    border-radius: 5px 7px 0 0;
    background-size: cover;
    margin: 0;
    padding: 0px;
    width: 100%;
    height: 51px;
}
table.studios-list h1 a {
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 60px;
    line-height: 51px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none
}
table.studios-list h1 a:hover {
    color: #cccccc;
    text-decoration: underline
}
table.studios-list .highlight {
    background: #FCEE67;
}
table.studios-list .nohighlight {
    background: #FFFFFF;
}
.studios-content {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0px;
}
.studios-content-left {
    box-sizing: border-box;
    float: left;
    width: 85%;
    display: block;
    text-align: left;
    padding: 10px;
}
.studios-content-left .content-txt {
    display: block;
    margin-top: 5px;
}
.studios-content-left img {
    width: 100%;
    height: 60px;
}
.studios-content-right {
    box-sizing: border-box;
    float: right;
    display: block;
    width: 15%;
    text-align: center;
    padding: 10px;
}
.studios-content-right img {
    height: 60px;
}
.studios-content-right label {
    color: #134506;
    font-weight: bold;
    line-height: 15px;
    font-size: 15px;
    display: block;
    margin-top: 5px;
}
.gallery-heading {
    background: rgba(0, 0, 0, 0) url("../images/heading_background.jpg") repeat-x scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}
.gallery-heading > img {
    margin: 12px 15px -6px 17px;
}
.similar-gallery {
    margin: 2px 10px 2px 20px;
}
.similar-gallery-item {
    float: left;
    width: 21%;
    margin: 10px 2%;
    padding: 0px;
}
.similar-gallery-item.no-record {
    display: block;
    width: 100%;
}
.similar-video {
    margin: 2px 5px 2px 5px;
}
.similar-video-item {
    float: left;
    width: 23%;
    margin: 10px 1%;
    padding: 0px;
}
.similar-video-item.no-record {
    display: block;
    width: 100%;
    text-align: center;
}
table.video-listing {
    border: 1px solid #a5a5a5;
    margin-left: 0px;
    margin-top: 5px;
    background: #ffffff;
    font-size: 10px;
}
table.video-listing tr td {
    padding: 0;
    vertical-align: top;
    text-align: left;
}
table.video-listing tr.last td {
    border-bottom: none
}
table.video-listing.alt {
    background: none
}
table.video-listing a img {
    border: 1px solid #D4D4D4;
    width: 100%;
    margin: 5px 0 0px 0
}
table.video-listing img {
    border: 1px solid #D4D4D4;
    width: 100%;
    margin: 5px 0 0px 0;
    height: 134px;
}
table.video-listing span {
    color: #696969;
    font-size: 10px;
}
table.video-listing tr td .video-title {
    color: #671C20;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
    display: block;
    text-align: center;
}
.btn-black {
    margin-top: 10px;
    text-decoration: none;
    padding: 7px 25px;
    background: #000;
    color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #565656;
    font-size: 20px;
}
.btn-red {
    margin-top: 10px;
    text-decoration: none;
    padding: 7px 25px;
    background: #770000;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 20px;
}
.btn-sm {
    padding: 5px 20px;
    font-size: 12px;
}
.top-right-area-in {
    text-align: left;
    margin-left: 50px;
    margin-top: 5px;
}
.free-listing-icon img,
.paid-listing-icon img {
    width: 40px;
    height: 40px;
}
.top-inbox {
    background: url('../images/unread-mail.gif') no-repeat left 5px;
    padding-left: 24px;
    margin-left: 5px;
}
span.new-msg-count {
    color: #00f900;
    font-weight: bold;
    animation: blink 1.2s steps(1) infinite;
}
@keyframes blink {
    0% {
        color: #00f900;
    }
    25% {
        color: red;
    }
    50% {
        color: #00f900;
    }
    75% {
        color: red;
    }
    100% {
        color: #00f900;
    }
}
.frm-dpst-fund-row {
    margin-top: 10px;
}
.frm-dpst-fund-row select {
    width: 80px;
    float: left;
    height: 42px;
}
.frm-dpst-fund-row input {
    width: 200px;
    float: left;
    margin-left: 10px;
    box-sizing: border-box;
}
.card-status-inactive,
.card-status-pending {
    color: #FB2724;
}
.card-status-active {
    color: #31F331;
}
.form-group {
    width: 100%;
}
.form-group label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}
.form-horizontal .form-group {
    margin-top: 18px;
}
.form-horizontal .form-group input,
.form-horizontal .form-group select {
    width: 100%;
    box-sizing: border-box;
}
.form-horizontal .form-group input.input-half,
.form-horizontal .form-group select.input-half {
    width: 49%;
    margin-right: 1%;
    float: left;
}
.form-horizontal .form-group input.input-half:nth-child(3),
.form-horizontal .form-group select.input-half:nth-child(3) {
    width: 50%;
    margin-right: 0%;
}
.cc-list .cc-detail {
    display: table;
}
.cc-list .cc-detail img {
    display: table-cell;
    vertical-align: middle;
}
.cc-list .cc-detail label {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.cc-list .cc-detail.new-card label {
    padding-left: 0px;
}
.deposit_text {
    font-size: 12px;
}
.form-group.cvv-field .form-control {
    width: 100px;
    float: left;
}
.form-group.cvv-field img {
    margin-left: 10px;
    float: left;
}
.form-group.cvv-field .cvv-info {
    float: left;
    line-height: 17px;
    width: 45%;
    margin-left: 15px;
}
.noTitleStuff .ui-dialog-titlebar {
    display: none;
}
.ui-corner-all {
    border-radius: 0px !important;
}
table.chat-sales-list {
    border: 1px solid #000000;
    margin-top: 5px;
    margin-bottom: 10px;
}
table.chat-sales-list tr th {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 8px 5px;
    padding-left: 25px;
    background: #000000
}
table.chat-sales-list tr th.mid {
    text-align: center;
    padding-left: 0
}
table.chat-sales-list tr th.right {
    text-align: right;
    padding-left: 0
}
table.chat-sales-list tr td {
    padding: 8px 5px;
    padding-left: 25px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}
table.chat-sales-list tr td.mid {
    text-align: center;
    padding-left: 0
}
table.chat-sales-list tr td.right {
    text-align: right;
    padding-left: 0
}
table.chat-sales-list tr.last td {
    border-bottom: none
}
table.chat-sales-list tr.alt td {
    background: #f1f1f1
}
table.chat-sales-list tr.last.alt td {
    background: #f1f1f1;
    border-bottom: none
}
.m-about-me {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.m-about-me h4 {
    margin: 0px;
    color: #fded67;
}
.m-about-me p {
    margin: 4px 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}
.m-about-me p a {
    color: #fded67;
}
.full-profile-content {
    text-align: left;
    font-size: 15px;
    max-height: 450px;
    overflow: scroll-y;
    width: 100%;
}
.full-profile-content h3 {
    text-align: center;
}
.like-my-page-btn {
    position: relative;
    display: block;
}
.like-my-page-btn span {
    color: #07e707 !important;
    font-size: 14px;
    font-weight: normal;
    left: 90px;
    position: absolute;
    text-align: center;
    top: 42px;
}
.shout-buttns a img {
    width: 165px;
}
table.shout-list {
    border: 0px solid #000000;
    margin-left: 0px;
    margin-top: 8px;
}
.shout-list {
    border: 0px solid #000000;
    margin-left: 0px;
    margin-top: 8px;
}
table.shout-list.alt {
    background: url(../images/job_rec2015.png) repeat-x;
}
.alt {
    background: #ffffff;
    background: -webkit-linear-gradient(left top, #ffffff, #ffffff);
    background: -o-linear-gradient(bottom right, #ffffff, #ffffff);
    background: -moz-linear-gradient(bottom right, #ffffff, #ffffff);
    background: linear-gradient(to bottom right, #ffffff, #ffffff);
    border: 13px solid black;
}
table.shout-list tr td {
    padding: 2px;
    vertical-align: top
}
table.shout-list td.head {
    background: url(../images/heading_background.jpg) repeat-x;
    border-radius: 5px 5px 0 0;
}
.head {
    background: url(../images/heading_background.jpg) repeat-x;
    border-radius: 5px 5px 0 0;
}
table.shout-list td.head h1 {
    margin: 0;
    padding: 0px 0 0 20px;
    width: 100%;
    height: 40px;
    background: url(../images/bg-heading.png) no-repeat;
}
table.shout-list h1 span {
    padding-left: 10px;
    color: #35ADEB;
    font-size: 11px;
    font-style: italic
}
table.shout-list h1 span.title {
    padding-left: 1px;
    color: #ffff99;
    font-size: 11px;
    font-style: normal
}
table.shout-list h1 a {
    font-size: 12px;
    padding-left: 39px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    line-height: 44px;
    margin-left: 28px;
}
table.shout-list h1 a:hover {
    color: #cccccc;
    text-decoration: underline
}
.member-status-comment {
    font-size: 15px;
    font-weight: bold;
    color: #770000;
}
.list-tab-items td .img {
    width: 100%;
    height: auto;
}
.ajax-popup-heading {
    margin: 5px auto;
}
.ajax-popup-body {
    color: #FFFFFF;
    background: #000000;
    width: 100%
}
.star-rating {
    display: block;
    height: 30px;
    left: 14px;
    position: relative;
}
.star-rating-blank {
    display: block;
    margin: auto;
    background: url(../images/ratestars/blank_star.png);
    height: 30px;
    width: 150px;
    background-repeat: repeat;
    margin-left: 28px;
}
.star-rating-fill {
    position: absolute;
    display: block;
    background: url(../images/ratestars/full_rating_star.png);
    height: 30px;
}
.model-voice-sample {
    background: url(/images/icon/voice_icon0.png) !important;
    cursor: pointer;
}
.model-voice-sample:hover {
    background: url(/images/icon/voice_icon_hover1.png) !important;
}
.model-voice-sample1 {
    background: url(/images/icon/player_icon8.png) !important;
    cursor: pointer;
}
.css-panes div table tbody tr:nth-child(5) {
    display: none;
}
.css-panes div table tbody tr:nth-child(4) {
    display: none;
}
.css-panes div table tbody tr:nth-child(3) {
    display: none;
}
#homemid-panes div div div:nth-child(3) {
    display: none;
}
#homemid-panes div div div:nth-child(4) {
    display: none;
}
#homemid-panes div div div:nth-child(5) {
    display: none;
}
#homemid-panes div div div:nth-child(6) {
    display: none;
}
#homemid-panes div div div:nth-child(7) {
    display: none;
}
#homemid-panes div div div:nth-child(8) {
    display: none;
}
#homemid-panes div div div:nth-child(9) {
    display: none;
}
#homemid-panes div div div:nth-child(10) {
    display: none;
}
#homemid-panes div div div:nth-child(11) {
    display: none;
}
.home-background {
    width: 100%;
}
#hometop-panes div table tbody tr:nth-child(4) {
    display: table-row;
}
h1.shah {
    color: green
}
.shah2 {
    color: aqua
}
#timeLeft {
    width: 250px;
    height: 80px;
    background: black;
    color: #66FF66;
    font-size: 60px;
    color: #33FF33;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 30px;
}
.reOrderSuccess {
    background: lightgreen
}
.reOrderEror {
    background: red
}
/*Addind loader on sidebar*/
.ajaxdatashow:empty {
    margin: auto;
    width: 200px;
    height: 1800px;
    /* change height to see repeat-y behavior */
    background-image:
        /*            radial-gradient( circle 50px at 50px 50px, lightgray 99%, transparent 0 ), */
        linear-gradient(lightgray 100px, transparent 0),
        linear-gradient(145deg, rgba(255, 255, 255, 0), #555 50%, rgba(255, 255, 255, 0) 80%),
        linear-gradient(lightgray 10px, transparent 0),
        linear-gradient(lightgray 10px, transparent 0),
        linear-gradient(lightgray 10px, transparent 0),
        linear-gradient(lightgray 10px, transparent 0);
    background-repeat: repeat-y;
    background-size: 70px 150px,
        /* circle */
        10px 150px,
        /* highlight */
        100px 150px,
        350px 150px,
        300px 150px,
        250px 150px;
    background-position: 0 0,
        /* circle */
        0 0,
        /* highlight */
        100px 0,
        100px 20px,
        100px 40px,
        100px 60px;
    animation: shine 1s infinite;
}
@keyframes shine {
    to {
        background-position: 0 0,
            100% 0,
            /* move highlight to right */
            100px 0,
            100px 20px,
            100px 40px,
            100px 60px;
    }
}
.extention-home--s {
    display: flex;
    min-height: 0px;
    background: transparent;
    border: none;
    padding: 10px 8px 10px;
    align-items: center;
}
.extention-home--s {
    display: flex !important;
    min-height: 0px !important;
    background: transparent !important;
    border: none;
    padding: 10px 15px 10px !important;
    align-items: center !important;
}
.extention-home--s .call-num--s {
    margin: 0;
    font-size: 14px;
    text-align: right;
}
.extention-home--s .call-num--s strong {
    margin: 0;
    font-size: 16px;
}
.extention-home--s .orange-bk--s {
    margin-left: 15px;
}
.pin--s {
    float: left;
    position: absolute;
    top: 47px;
    left: 12px;
}
.access--s {
    float: left;
    position: absolute;
    top: 66px;
    left: 12px;
}
@media screen and (max-width: 767px) {
    .extention-home--s .call-num--s {
        font-size: 12px;
    }
    .extention-home--s .call-num--s strong {
        font-size: 14px;
    }
}
.call-num--s {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.call-num--s strong {
    font-size: 18px;
    color: #000;
    margin-right: 5px;
}
.orange-bk--s {
    margin-left: 5px;
    background: #FF0707;
    font-size: 12px;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    vertical-align: text-bottom;
    letter-spacing: 0.5px;
}
.new-flex-row--s {
    display: flex;
    flex-wrap: wrap;
}
.profile-call--s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 8px 15px;
}
.profile-call--s .call-num--s {
    color: #fff;
}
.profile-call--s .call-num--s p {
    margin: 5px 0px;
}
.profile-call--s .call-num--s strong {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .profile-call--s {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .profile-call--s br {
        display: none;
    }
    .profile-call--s br:after {
        display: inline-block;
        content: " ";
    }
}
.success-message--s {
    min-height: 400px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.client-stat-popup {
    color: #000;
}
.client-stat-popup h2 {
    margin: 0 0 20px;
    font-size: 18px;
    color: #960000;
}
.client-stat-popup span {
    color: #960000;
    font-weight: 700;
}
.client-stat-popup .modal-content {
    border-radius: 45px;
    padding: 15px 30px;
}
.client-stat-popup .modal-dialog {
    margin-top: 100px;
}
.trigger--stats {
    margin-left: 15px;
    color: #fff !important;
    text-decoration: underline !important;
    font-size: 12px;
    font-weight: 600;
}
.trigger--stats.pink-text {
    margin-left: 15px;
    color: #960000 !important;
    text-decoration: underline !important;
}
@keyframes blinkText {
    form {
        color: #fff;
    }
    25% {
        color: #fff;
    }
    75% {
        color: #008000;
    }
    to {
        color: #008000;
    }
}
@-webkit-keyframes blinkText {
    form {
        color: #fff;
    }
    25% {
        color: #fff;
    }
    75% {
        color: #008000;
    }
    to {
        color: #008000;
    }
}
@keyframes blinkBackground {
    form {
        background: #fff;
    }
    25% {
        background: #fff;
    }
    75% {
        background: #008000;
    }
    to {
        background: #008000;
    }
}
@-webkit-keyframes blinkBackground {
    form {
        background: #fff;
    }
    25% {
        background: #fff;
    }
    75% {
        background: #008000;
    }
    to {
        background: #008000;
    }
}
.ml-25 {
    margin-left: 25px;
}
.online--now--s {
    position: absolute;
    color: #fff;
    margin-top: 10px;
    margin-left: 10px;
    height: auto !important;
    background: transparent !important;
    animation: blinkText 0.4s linear alternate infinite;
    -webkit-animation: blinkText 0.4s linear alternate infinite;
}
.online--now--s:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    background: #fff;
    animation: blinkBackground 0.4s linear alternate infinite;
    -webkit-animation: blinkBackground 0.4s linear alternate infinite;
}
.online--now--s1 {
    position: absolute;
    color: #fff;
    margin-top: 40px;
    margin-left: 5px;
    height: auto !important;
    background: transparent !important;
    animation: blinkText 0.4s linear alternate infinite;
    -webkit-animation: blinkText 0.4s linear alternate infinite;
}
.online--now--s1:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    background: #fff;
    animation: blinkBackground 0.4s linear alternate infinite;
    -webkit-animation: blinkBackground 0.4s linear alternate infinite;
}
.online--now--s2 {
    position: absolute;
    color: #fff;
    margin-top: 32px;
    margin-left: 5px;
    height: auto !important;
    background: transparent !important;
    animation: blinkText 0.4s linear alternate infinite;
    -webkit-animation: blinkText 0.4s linear alternate infinite;
}
.online--now--s3 {
    position: absolute;
    color: #fff;
    margin-top: 40px;
    margin-left: 12px;
    height: auto !important;
    background: transparent !important;
    animation: blinkText 0.4s linear alternate infinite;
    -webkit-animation: blinkText 0.4s linear alternate infinite;
}
.online--now--s3:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    background: #fff;
    animation: blinkBackground 0.4s linear alternate infinite;
    -webkit-animation: blinkBackground 0.4s linear alternate infinite;
}
.paypercallstatus {
    position: absolute;
    display: inline-block;
    color: #fff;
    margin-top: 289px;
    margin-left: -82px;
    height: auto !important;
}
.paypercallstatus1 {
    position: absolute;
    display: inline-block;
    color: #fff;
    margin-top: 300px;
    margin-left: -82px;
    height: auto !important;
}
.paypercallstatus2 {
    position: absolute;
    display: inline-block;
    color: #fff;
    margin-top: 290px;
    margin-left: -82px;
    height: auto !important;
}
.paypercallstatus3 {
    position: absolute;
    display: inline-block;
    color: #fff;
    margin-top: 292px;
    margin-left: -82px;
    height: auto !important;
}
.reviewsc {
    background: #FEEE67 url('../images/reviewsc.jpg');
    border: 2px solid #080808;
    margin-top: 15px;
    text-align: center;
    -moz-box-shadow: 0 0 5px 5px #fff;
    -webkit-box-shadow: 0 0 5px 5px#fff;
    box-shadow: 0 0 5px 5px #fff;
    border-radius: 8px;
}
.rockstar {
    background: url(/images/icon/rockstarpso1.png) no-repeat;
    cursor: pointer;
}
.rockstar1 {
    background: url(/images/icon/rockstarpso1.png) no-repeat;
    cursor: pointer;
}
.rockstar2 {
    background: url(/images/icon/rockstarpso1.png) no-repeat;
    cursor: pointer;
}
.missed--call-table {
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
}
.missed--call-table h3 {
    text-align: center;
    text-decoration: underline;
    font-size: 15px;
    color: #fff;
    display: block;
    margin: 0;
    padding: 8px 10px;
    background: #770000;
}
.missed--call-table table {
    background: #fff;
    border: 1px solid #000;
    border-top: 0;
    color: #000;
    width: 100%;
}
.missed--call-table table img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
}
.missed--call-table table a {
    text-decoration: underline;
}
.missed--call-table table a:hover {
    color: #000;
}
.missed--call-table table td {
    padding: 5px;
}
/*
.missed--call-table  table td:last-child{
    text-align: center;
}
*/
.missed--call-table table tr:last-child td {
    padding-bottom: 15px;
}
.missed-call-popup .modal-header {
    color: #000;
    text-align: center;
}
.missed-call-popup .modal-header > * {
    margin: 0 auto;
}
.missed-call-popup .modal-footer > * {
    margin: 0 auto;
}
.missed-call-popup .modal-footer {
    color: #000;
    text-align: center;
}
.missed-call-popup .modal-footer .close-missed-modal {
    cursor: pointer;
    display: table;
    margin: auto;
    border: 0;
}
.missed-call-popup .modal-footer .close-missed-modal:hover {
    color: #770000;
    border: 0;
}
.missed-call-popup .modal-body {
    background: #000;
}
.missed-call-popup .modal-body .modal-body-content {
    margin: auto;
    display: table;
    max-width: 400px;
}
.missed-call-popup .modal-dialog {
    margin-top: 100px;
}
.missed-call-popup .modal-content {
    padding: 0 20px;
}
.missed-call-popup .modal-body label {
    color: #f1d867;
    text-align: center;
    font-weight: 400;
    display: block;
}
.missed-call-popup .modal-body input[type=text] {
    border-radius: 0;
}
.missed-call-popup .modal-body textarea {
    resize: none;
    min-height: 100px;
    border-radius: 0;
}
.missed-call-popup .modal-body .btn {
    display: table;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .missed--call-table table td {
        padding: 5px 25px;
        white-space: nowrap
    }
}
.loginTop a.master-setting--link {
    color: #fff;
}
.loginTop a.master-setting--link:hover {
    color: #ccc;
}
.master-setting--wrapper {
    padding: 0 40px;
}
.master-setting--wrapper label,
.master-setting--wrapper h3,
.master-setting--wrapper h4 {
    font-weight: 400;
}
.master-setting--wrapper .setting--row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.master-setting--wrapper .setting--row a {
    color: #fff;
}
.master-setting--wrapper .setting--row label {
    color: #fff;
}
.master-setting--wrapper .setting--row h3 {
    font-size: 20px;
}
.master-setting--wrapper .setting--row h4 {
    font-size: 16px;
}
.master-setting--wrapper .setting--row .form--group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.master-setting--wrapper .setting--row .form--group .form--control {
    color: #000;
    margin: 0 3px;
}
.master-setting--wrapper .setting--row .form--group .form--control .btn {
    padding: 5px 15px;
    border-radius: 0;
    background: #ccc;
    color: #000;
    font-weight: bold;
    border: 1px solid #d1dcdf;
    color: #000000;
    background-color: #f2f5f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f5f6), to(#c8d7dc));
    background-image: -webkit-linear-gradient(top, #f2f5f6, #c8d7dc);
    background-image: -moz-linear-gradient(top, #f2f5f6, #c8d7dc);
    background-image: -ms-linear-gradient(top, #f2f5f6, #c8d7dc);
    background-image: -o-linear-gradient(top, #f2f5f6, #c8d7dc);
    background-image: linear-gradient(to bottom, #f2f5f6, #c8d7dc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f2f5f6, endColorstr=#c8d7dc);
}
.master-setting--wrapper .setting--row .form--group .form--control .btn:hover {
    border: 1px solid #b6c7cc;
    background-color: #d4dee1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d4dee1), to(#a9c0c8));
    background-image: -webkit-linear-gradient(top, #d4dee1, #a9c0c8);
    background-image: -moz-linear-gradient(top, #d4dee1, #a9c0c8);
    background-image: -ms-linear-gradient(top, #d4dee1, #a9c0c8);
    background-image: -o-linear-gradient(top, #d4dee1, #a9c0c8);
    background-image: linear-gradient(to bottom, #d4dee1, #a9c0c8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d4dee1, endColorstr=#a9c0c8);
}
.master-setting--wrapper .setting--row .form--group .form--control input {
    max-width: 160px;
}
.master-setting--wrapper .setting--row .form--group .form--control select {
    max-width: 120px;
}
.master-setting--wrapper .setting--row .form--group .form--control select,
.master-setting--wrapper .setting--row .form--group .form--control input {
    padding: 5px 5px;
    border-radius: 0;
    color: #000;
    font-weight: bold;
}
.master-setting--wrapper .setting--row .ammount--s {
    display: inline-block;
    min-width: 160px;
    text-align: center;
    color: #00FF00;
    font-weight: bold;
    font-size: 16px;
}
.master-setting--wrapper .setting--row .all--online {
    background: url(../images/green-button--bk.jpg) center no-repeat;
    background-size: 100% 100%;
    padding: 6px 20px;
    min-width: 150px;
    margin: 2px 4px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
.master-setting--wrapper .setting--row .all--offline {
    background: url(../images/red-button--bk.jpg) center no-repeat;
    background-size: 100% 100%;
    padding: 6px 20px;
    min-width: 150px;
    margin: 2px 4px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
.master-setting--wrapper .setting--row .all--online:hover,
.master-setting--wrapper .setting--row .all--offline:hover {
    color: #000;
}
.master-setting--wrapper .panel-group {
    margin-bottom: 0;
}
.master-setting--wrapper .panel-group > a:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/minus-icon.png) center no-repeat;
    position: absolute;
    left: -32px;
    top: 50%;
    margin-top: -8px;
}
.master-setting--wrapper .panel-group > a.collapsed:before {
    background: url(../images/plus-icon.png) center no-repeat;
}
.master-setting--wrapper .panel-group > a {
    position: relative;
    display: block;
}
.master-setting--wrapper .panel-group .panel-collapse {
    color: #fff;
    padding-left: 34px;
}
.payment--receve-panel {
    background: #fff;
    padding: 10px 20px 20px;
}
.payment--receve-panel .heading-area {
    text-align: center;
    display: table;
    margin: auto;
}
.payment--receve-panel .radio-wrap {
    text-align: left;
    display: table;
    margin: auto;
    font-weight: bold;
}
.payment--receve-panel .radio-wrap label {
    font-weight: bold;
}
.payment--receve-panel .text--red {
    color: red;
}
.payment--receve-panel .radio--options {
    display: none;
}
.payment--receve-panel .radio-choice--sec label {
    font-weight: bold
}
.payment--receve-panel .radio-choice--sec .button-wrap {
    text-align: center
}
.payment--receve-panel .radio-choice--sec .btn {
    padding: 15px 30px;
    font-size: 16px;
}
.manage-account--sec .manage-account-top--sec select {
    max-width: 150px;
}
@media screen and (max-width: 480px) {
    .top-right-area,
    .top-right-area-inner {
        height: 90px !important;
        background-size: 100% 100% !important;
    }
}
.payment--receve-panel label {
    font-weight: bold;
}
.fav-hide--wrap {
    position: absolute;
    top: 1px;
    background: transparent !important;
    min-height: 2px !important;
    width: 100%;
    padding: 0 15px 0 12px !important;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.center-item {
    justify-content: center;
}
.fav-hide--wrap a {
    color: #333 !important;
    font-weight: 700;
    transition: 0.4s all ease;
}
.fav-hide--wrap a:hover {
    color: #830303 !important;
}
.fav-hide--wrap .add--fav:before {
    content: "";
    background: url(../images/heartpng.png) center no-repeat;
    background-size: contain;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.fav-hide--wrap .s--hide3:before {
    display: inline-block;
    width: 20px;
}
.fav-hide--wrap.online-model--fav-hide--wrap {
    margin-top: -24px;
    margin-left: -20px;
    margin-right: -28px;
    width: auto;
    padding: 0 0px 0 0px !important;
    font-size: 10px;
    width: 176px;
    left: -170px;
}
.fav-hide--wrap.online-model--fav-hide--wrap2 {
    margin-top: 0px;
    margin-left: 175px;
    margin-right: -28px;
    width: auto;
    padding: 0 0px 0 0px !important;
    font-size: 10px;
    width: 180px;
    left: -170px;
}
.fav-hide--wrap.online-model--fav-hide--wrap3 {
    margin-top: 0px;
    margin-left: 175px;
    margin-right: -28px;
    width: auto;
    padding: 0 0px 0 0px !important;
    font-size: 10px;
    width: 185px;
    left: -170px;
}
@media screen and (max-width: 767px) {
    .fav-hide--wrap.online-model--fav-hide--wrap {
        width: 100%;
        left: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
.fav-hide--wrap.online-model--fav-hide--wrap a {
    color: #fff;
}
.bor-top {
    border-top-width: 30px;
}
.blocked--user-panel h4 {}
.user--lists {
    padding: 25px;
    display: block;
    width: 100%;
}
.user--lists img.loading {
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .user--lists {
        padding: 20px 0;
    }
}
.user--lists [class*="col-"] {
    padding: 0 10px 20px;
}
.user--lists:after,
.user--lists:before {
    content: "";
    display: table;
    line-height: 1;
}
.user--lists:after {
    clear: both;
}
.no-pad-top {
    padding-top: 0 !important;
}
.new-horizontal-form {
    width: 100%;
    max-width: 620px;
    margin: auto;
    padding: 0 15px;
}
.new-horizontal-form .row {
    margin-left: -5px;
    margin-right: -5px;
}
.new-horizontal-form .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.new-horizontal-form .form-group {
    margin: 0 0 15px;
}
.new-horizontal-form input[type=radio],
.new-horizontal-form input[type=checkbox] {
    display: inline-block;
    width: auto !important;
    margin-right: 10px;
    vertical-align: middle;
}
.new-horizontal-form select {
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.new-horizontal-form .control-label {
    margin: 0 0 15px;
}
.new-horizontal-form .control-label span {
    display: block;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    font-size: 10px;
}
.new-horizontal-form .captcha {
    transform-origin: left center;
    transform: scale(0.85);
}
.new-horizontal-form .btn {
    border-radius: 3px;
    background: #830303;
    border-color: #830303;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 8px 8px;
    text-transform: uppercase;
    transition: 0.3s all ease;
}
.new-horizontal-form .btn:hover,
.new-horizontal-form .btn:focus,
.new-horizontal-form .btn:active {
    background: #650000;
    border-color: #650000;
}
.new-horizontal-form.no-margin {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
}
.ui-dialog.ui-widget.new-call-dialog {
    border-radius: 45px !important;
    padding: 15px 30px !important;
    max-width: 88% !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
}
.ui-dialog.ui-widget.new-call-dialog h1 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 30px;
}
.ui-dialog.ui-widget.new-call-dialog h2 {
    font-size: 24px;
    font-weight: 700;
}
.ui-dialog.ui-widget.new-call-dialog #cancel-chat-order {
    color: #960000;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
}
.ui-dialog.ui-widget.new-call-dialog .ui-widget-content {
    border: none;
}
.ui-dialog.ui-widget.new-call-dialog .ui-dialog-buttonset button {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    background: #830303;
    font-size: 14px;
    color: #fff;
    padding: 8px 8px;
    font-weight: bold;
}
.ui-dialog.ui-widget.new-call-dialog #js-alert-notitle-content b {
    color: #960000;
}
.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.7) !important;
}
@media screen and (max-width: 767px) {
    .ui-dialog.ui-widget.new-call-dialog h1,
    .ui-dialog.ui-widget.new-call-dialog h2 {
        font-size: 20px;
    }
    .ui-dialog.ui-widget.new-call-dialog {
        font-size: 14px;
    }
    .ui-dialog.ui-widget.new-call-dialog .ui-dialog-content {
        padding-left: 0;
        padding-right: 0;
    }
}
.send-msg-popup input,
.send-msg-popup textarea {
    width: 100% !important;
    max-width: 325px;
    margin: 6px 0;
    box-shadow: none !important;
    border: none !important;
    padding: 5px 15px !important;
}
.send-msg-popup .btn {
    width: auto !important;
    padding: 8px 15px !important;
}
.ui-dialog.ui-widget.send-msg-popup {
    border-radius: 5px !important;
    position: fixed !important;
    padding: 0 30px !important;
    max-width: 92% !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    transform: translateY(-50%) translateX(-50%) !important;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
    -ms-transform: translateY(-50%) translateX(-50%) !important;
    -moz-transform: translateY(-50%) translateX(-50%) !important;
    -o-transform: translateY(-50%) translateX(-50%) !important;
}
@media screen and (max-width: 767px) {
    .ui-dialog.ui-widget.send-msg-popup {
        padding: 0 0px !important;
    }
}
.new-profile-modal {
    width: 600px;
    max-width: 92%;
    position: fixed;
    transform: translateY(-50%) translateX(-50%) !important;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
    -ms-transform: translateY(-50%) translateX(-50%) !important;
    -moz-transform: translateY(-50%) translateX(-50%) !important;
    -o-transform: translateY(-50%) translateX(-50%) !important;
    z-index: 99;
    background: #fff;
    border: none;
    margin: 0 !important;
    top: 50%;
    left: 50%;
    height: auto;
    border-radius: 5px;
    height: auto;
    padding: 15px;
    max-height: 80%;
    overflow: hidden;
    overflow-y: auto;
}
body.open-profile-popup:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.4;
    pointer-events: none;
}
.profile-popup-inner {
    position: relative;
    z-index: 91;
    color: #fff;
    background: #000;
    padding: 15px;
}
.profile-popup-inner .heading,
.profile-popup-inner .heading font {
    color: #fff;
}
.profile-popup-inner .heading {
    padding: 10px 0 10px 70px !important;
    margin-bottom: 15px;
}
.profile-popup-inner .heading font {
    font-size: 18px;
}
.profile-popup-inner table {
    width: 80%;
}
.profile-popup-inner td {
    display: block;
    text-align: left !important;
    width: 100%;
    padding-bottom: 10px;
}
.profile-popup-inner td textarea,
.profile-popup-inner td input[type='text'],
.profile-popup-inner td input[type='email'],
.profile-popup-inner td input[type='url'] {
    display: block;
    width: 100%;
    border: none;
    color: #000;
    padding: 5px 15px;
}
.profile-popup-inner td img,
.profile-popup-inner td input[type='Image'] {
    vertical-align: middle;
    display: inline-block;
}
#like-my-page-btn img {
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .profile-popup-inner table {
        width: 100%;
    }
    .profile-popup-inner .heading font {
        font-size: 16px;
    }
}
.chat-time-up .modal-content {
    padding: 0 15px;
}
.chat-time-up .modal-body {
    background: #000;
    color: #fff;
    padding: 15px 50px;
}
.chat-time-up .modal-body .btn {
    display: block;
    font-weight: bold;
    border: 0;
    border-radius: 3px;
    background: #830303;
    font-size: 14px;
    color: #fff;
    padding: 8px 8px;
    width: auto;
    min-width: 150px;
    margin: 20px auto 15px;
}
@media screen and (max-width: 767px) {
    .chat-time-up .modal-body {
        padding: 15px 15px;
    }
}
/*--------------------------------------------------------
Article page styling
---------------------------------------------------------*/
.model-main-article-list:after,
.model-main-article-list:before {
    content: "";
    display: table;
    line-height: 1;
    clear: both;
}
.model-main-article-list {
    color: #fff;
    margin: 0 -15px;
    padding: 0 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.model-main-article-list .article-list-model {
    list-style: none;
    margin: 0;
    padding: 0;
}
.model-main-article-list .article-list-model li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: bold;
    padding: 10px;
    border-bottom: 2px solid #000;
}
.model-main-article-list .article-list-model li p.text-center {
    width: 100%;
    text-align: center;
}
.model-main-article-list .article-list-model li .active {
    color: #00FF00;
}
.model-main-article-list .article-list-model li .inactive {
    color: #f00;
}
.pagi-holder {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 20px;
}
.pagi-holder a {
    background: #000000;
    color: #960000;
    margin-left: 0px;
    min-width: 25px;
    text-decoration: none;
    padding: 0 5px 0 5px;
    border: 1px solid #960000;
    margin-left: 2px;
    height: 22px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.pagi-holder a:hover {
    color: #f00;
}
.pagi-holder a.jp-current {
    background: transparent;
    color: #000;
    border-color: #000;
    cursor: default;
}
.pagi-holder a.jp-disabled {
    display: none;
}
.model-main-article-list .control-label {
    padding-top: 5px;
    padding-bottom: 0;
}
.model-main-article-list .control-label h4 {
    margin: 0;
}
.model-main-article-list .form-group {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}
.model-main-article-list .btn {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    background: #830303;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.4s all ease;
    margin-bottom: 15px;
    margin-right: 5px;
}
.model-main-article-list .btn:hover {
    background: #333333;
}
.model-main-article-list .article-content {
    background: #fff;
    color: #000;
    padding: 15px;
}
.model-main-article-list .article-content .btn {
    margin-top: 15px;
}
.article-write {
    border-bottom: 10px solid #2c2c2c;
}
.article-write:last-child {
    border-bottom: 0px solid #2c2c2c;
}
.article-call-info {
    margin: 0 -30px;
    padding: 0 15px;
    font-weight: bold;
}
.article-call-info .success-info {
    background: #2c2c2c;
    padding: 10px 15px;
    text-align: center;
    color: #00FF00;
    font-weight: bold;
}
.article-call-info .danger-info {
    background: #2c2c2c;
    padding: 10px 15px;
    text-align: center;
    color: #f00;
    font-weight: bold;
}
.article-call-info .phone-info {
    padding: 10px 30px;
    text-align: center;
}
.article-call-info .phone-info .info {
    padding: 15px 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    margin-top: 10px;
}
.article-call-info .phone-info .info h2,
.article-call-info .phone-info .info h3,
.article-call-info .phone-info .info h4,
.article-call-info .phone-info .info p {
    margin: 0;
    line-height: 1.5;
}
.my-article-area .article-list-model {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}
.my-article-area .article-list-model li {
    padding: 10px 15px;
    margin: 0 -15px;
    border-bottom: 2px solid #000;
    display: flex;
}
.my-article-area .article-list-model li p.text-center {
    width: 100%;
    text-align: center;
}
.my-article-area .article-list-model li figure {
    margin-right: 20px;
}
.my-article-area .article-list-model li h3 {
    font-size: 100%;
    font-weight: bold;
}
.my-article-area .article-list-model li .article-title {
    margin-bottom: 25px;
}
.my-article-area .article-list-model li .full-article {
    font-size: 26px;
    text-align: center;
    color: #830303;
    font-weight: bold;
    margin-top: 25px;
}
.my-article-area .article-list-model .model-voice-sample {
    left: -10px !important;
    top: 203px !important;
}
.article-detail .top-s-part {
    display: flex;
    border-bottom: 4px solid #000;
    margin: 0 -15px;
    padding: 0 15px;
}
.article-detail .top-s-part.text-center p {
    display: block;
    width: 100%;
    text-align: center;
}
.article-detail:last-child .top-s-part {
    border-bottom: 4px solid #000;
}
.article-detail:after,
.article-detail:before {
    content: "";
    display: table;
    line-height: 1;
    clear: both;
}
.article-detail .top-s-part:after,
.article-detail .top-s-part:before {
    content: "";
    display: table;
    line-height: 1;
    clear: both;
}
.article-detail {
    font-size: 16px;
    background: #fff;
    padding: 15px;
}
.article-detail p {
    margin-bottom: 30px;
}
.article-detail figure {
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
}
.article-detail .model-voice-sample {
    left: -10px !important;
    top: 203px !important;
}
.article-detail .article-title {
    font-size: 100%;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}
.article-detail .full-article {
    font-size: 26px;
    text-align: center;
    color: #830303;
    font-weight: bold;
    margin-top: 25px;
}
.back-to {
    padding: 10px 15px;
    text-align: right;
}
.back-to a {
    color: #fff !important;
}
.article-footer {
    margin-top: 30px;
    text-align: center;
}
.article-footer:after,
.article-footer:before {
    content: "";
    display: table;
    line-height: 1;
    clear: both;
}
.article-footer h3 {
    color: #830303;
    font-weight: bold;
    font-size: 28px;
}
.article-footer .code {
    color: #000;
    font-weight: bold;
}
.article-footer .info {
    color: #830303;
}
.article-footer * {
    margin: 0 !important;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .article-detail figure {
        float: none;
        display: block;
        text-align: center;
        margin: 20px auto;
    }
    .article-detail .top-s-part {
        flex-direction: column;
    }
    .article-detail .full-article {
        font-size: 18px;
        margin-top: 18px;
        margin-bottom: 18px;
    }
}
.missed--call-table .article-table a {
    color: #000 !important;
}
.missed--call-table .article-table td {
    text-align: center;
    padding: 8px 15px;
}
.missed--call-table .article-table td:first-child {
    text-align: left;
}
.missed--call-table .article-table td:last-child {
    text-align: right;
}
.missed--call-table .article-table .text-center {
    text-align: center !important;
}
.mb-30 {
    margin-bottom: 30px;
    margin-top: 0;
}
.article-sub-author {
    float: left;
    position: relative;
    background: #fff;
    border: 3px solid #000;
    padding: 20px;
    padding-bottom: 0;
    color: #960000;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 25px;
}
.article-sub-author .model-voice-sample {
    left: 10px !important;
    top: 223px !important;
}
.article-sub-author figure {
    margin-bottom: 0;
    margin-right: 0;
    float: none;
}
.article-sub-author .model-name--s {
    max-width: 195px;
    font-size: 13px;
    font-weight: bold;
    margin: 4px 0;
}
.article-sub-author .online--now--s {
    margin-left: 8px;
}
.article-list-model thead {
    display: none;
}
.dataTables_paginate a {
    padding: 0px 4px !important;
    background: #830303 !important;
    font-size: 14px !important;
    color: #fff !important;
}
.dataTables_paginate a.current {
    background: #333 !important;
}
@media screen and (max-width: 767px) {
    .article-sub-author figure {
        margin-top: 0;
    }
    .article-sub-author {
        margin: auto;
        float: none;
        margin-bottom: 20px;
        width: auto;
        display: table;
    }
    .article-content textarea {
        width: 100%;
    }
}
.profile-modal .modal-body {
    background: #000;
    color: #fff;
}
.profile-modal .modal-body .modal-body-content {
    margin: auto;
    display: table;
    max-width: 400px;
}
.profile-modal .modal-dialog {
    margin-top: 100px;
}
.profile-modal .modal-content {
    padding: 20px;
}
.profile-modal .modal-body h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.profile-modal .row--wrap-s {
    display: table;
    margin: 12px auto;
}
.profile-modal .row--wrap-s .columns {
    display: table-cell;
    vertical-align: middle;
    min-width: 170px;
    font-size: 16px;
}
.profile-modal .switch {
    width: 24rem;
    position: relative;
}
.profile-modal .switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.profile-modal .switch input:checked {
    z-index: 1;
}
.profile-modal .switch input:checked + label {
    opacity: 1;
    cursor: default;
}
.profile-modal .switch input:not(:checked) + label:hover {
    opacity: 0.5;
}
.profile-modal .switch label {
    color: #fff;
    opacity: 0.33;
    transition: opacity 0.25s ease;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
.profile-modal .switch .toggle-outside {
    height: 100%;
    border-radius: 2rem;
    padding: 0.25rem;
    overflow: hidden;
    transition: 0.25s ease all;
}
.profile-modal .switch .toggle-inside {
    border-radius: 5rem;
    background: #fff;
    position: absolute;
    left: 17px;
    transition: 0.25s ease all;
}
.profile-modal .switch--horizontal {
    width: 18rem;
    height: 3rem;
    margin: 0 auto;
    font-size: 0;
}
.profile-modal .switch--horizontal input {
    height: 3rem;
    width: 6rem;
    left: 6rem;
    margin: 0;
}
.profile-modal .switch--horizontal label {
    display: inline-block;
    width: 6rem;
    height: 100%;
    margin: 0;
    text-align: center;
    margin-top: 5px;
}
.profile-modal .switch--horizontal label:last-of-type {
    margin-left: 6rem;
}
.profile-modal .switch--horizontal .toggle-outside {
    background: #ccc;
    position: absolute;
    width: 6rem;
    left: 6rem;
}
.profile-modal .switch--horizontal .toggle-inside {
    height: 2.5rem;
    width: 2.5rem;
}
/*
.profile-modal .switch--horizontal input:checked ~ .toggle-outside {
    background: green;
}
*/
.profile-modal .switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
    left: 0.25rem;
}
.profile-modal .switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 3.25rem;
}
.profile-modal .switch--horizontal input:checked ~ .toggle-outside {
    background: #770000;
}
.profile-modal .switch--horizontal input ~ input:checked ~ .toggle-outside {
    background: #005800;
}
/*Mew message modal*/
.new-message-modal .modal-body {
    background: #000;
    color: #fff;
    font-weight: bold;
}
.new-message-modal .modal-body .modal-body-content {
    margin: auto;
    display: table;
    max-width: 400px;
}
.new-message-modal .modal-dialog {
    margin-top: 100px;
}
.new-message-modal .modal-content {
    padding: 20px;
}
.new-message-modal .modal-content h3 {
    color: #FEEE68;
    margin-top: 0;
    font-size: 18px;
}
.new-message-modal .modal-content label {
    font-weight: 700;
}
.new-message-modal .modal-content .form-control {
    border-radius: 0;
}
.new-message-modal .modal-content .form-control[readonly] {
    background: #fff;
    cursor: default;
}
.new-message-modal .modal-content .form-control::-webkit-input-placeholder {
    color: #000;
}
.new-message-modal .modal-content .form-control::-moz-placeholder {
    color: #000;
}
.new-message-modal .modal-content .form-control:-ms-input-placeholder {
    color: #000;
}
.new-message-modal .modal-content .form-control:-moz-placeholder {
    color: #000;
}
.new-message-modal .modal-content .flex-row {
    display: flex;
    align-items: center;
}
.new-message-modal .modal-content .mail-jail-row .form-control {
    width: auto;
    margin-right: 15px;
}
.new-message-modal .modal-content .mail-jail-row {
    font-size: 11px;
}
.new-message-modal .modal-content .mail-jail-row label {
    min-width: 95px;
    color: #FEEE68;
}
.new-message-modal .modal-content .flex-row label {
    margin-right: 15px;
}
.new-message-modal .modal-content .message-box {
    background: #fff;
    margin-bottom: 20px;
    padding-top: 10px;
}
.new-message-modal .modal-content .message-box .click-to-pay-sec {
    padding: 15px 15px;
    color: #000;
}
.new-message-modal .modal-content .message-box .click-to-pay-sec a {
    display: block;
    max-width: 350px;
    margin: 10px auto 0;
    background: #960000;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
}
.new-message-modal .modal-content .message-box .click-to-pay-sec a:hover {
    background: #222;
}
.new-message-modal .modal-content .message-box .click-to-pay-sec a + p {
    font-size: 80%;
    text-align: center;
}
.new-message-modal .modal-content .message-box textarea {
    border: none;
    resize: none;
    border-radius: 0;
    min-height: 70px;
    box-shadow: none;
}
.new-message-modal .modal-content .message-box textarea::-webkit-input-placeholder {
    color: #960000;
}
.new-message-modal .modal-content .message-box textarea::-moz-placeholder {
    color: #960000;
}
.new-message-modal .modal-content .message-box textarea:-ms-input-placeholder {
    color: #960000;
}
.new-message-modal .modal-content .message-box textarea:-moz-placeholder {
    color: #960000;
}
.new-message-modal .modal-content .message-box .comments-m {
    height: 220px;
}
.new-message-modal .modal-content .message-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000;
    box-sizing: border-box;
    padding: 15px;
}
.new-message-modal .modal-content .message-box ul li {
    margin-bottom: 10px;
}
.new-message-modal .modal-content .message-box ul li.adv-msg {
    color: #ccc;
}
.new-message-modal .modal-content .message-box figure {
    text-align: center;
}
.new-message-modal .modal-content .btn-primary {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    background: #830303;
    font-size: 14px;
    color: #fff;
    padding: 8px 8px;
    border: none;
    height: auto !important;
    box-shadow: none;
    margin-right: 10px;
    cursor: pointer;
    min-width: 80px;
    border-radius: 0;
}
.new-message-modal .modal-content .btn-primary.btn-submit {
    background: #14e814;
    color: #000;
    min-width: 150px;
}
.btn1:hover {
    background: #333333;
}
.btn-primary1 {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    background: #830303;
    font-size: 14px;
    color: #fff;
    padding: 8px 8px;
    border: none;
    height: auto !important;
    box-shadow: none;
    margin-right: 10px;
    cursor: pointer;
    min-width: 80px;
    border-radius: 0;
}
.simplebar-scrollbar:before {
    border-radius: 0;
}
.send-msg-popup .new-mail-jail-m-area {
    max-width: 325px;
    margin: 0px auto;
}
.file-upload {
    display: block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.file-upload .file-select {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.file-upload .file-select .file-select-button {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    background: #830303;
    font-size: 14px;
    color: #fff;
    padding: 8px 8px;
    border: none;
    height: auto !important;
    box-shadow: none;
    margin-right: 10px;
    cursor: pointer;
    min-width: 80px;
    border-radius: 0;
}
.file-upload1 .file-select1 .file-select-button1 {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    background: #830303;
    font-size: 14px;
    color: #fff;
    padding: 8px 8px;
    border: none;
    height: auto !important;
    box-shadow: none;
    margin-right: 0px;
    cursor: pointer;
    min-width: 80px;
    border-radius: 0;
}
.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}
.new-balance {
    color: #00FF00;
}
.new-mail-jail-m-area figure {
    text-align: center;
    margin-bottom: 15px;
}
.new-mail-jail-m-area .click-to-pay-sec a {
    display: block;
    max-width: 350px;
    margin: 10px auto 0;
    background: #960000;
    color: #fff !important;
    padding: 5px 15px;
    text-align: center;
}
.new-mail-jail-m-area .click-to-pay-sec a:hover {
    background: #222;
}
.new-mail-jail-m-area .click-to-pay-sec a + p {
    text-align: center;
    font-size: 80%;
}
.tr_message_unread td,
.alt.tr_message_unread td {
    background-color: #CDFFCC !important;
    color: #639462 !important;
}
.tr_message_unread td *,
.alt.tr_message_unread td * {
    color: #639462 !important;
}
.tr_message_unread td .pink-text,
.alt.tr_message_unread td .pink-text {
    color: #936805 !important;
}
.adviser_call_package_popup_image {
    max-width: 150px;
}
/* 25.03.2019 Accordian */
.latest-gallery-detail .tab-content {
    display: none;
}
.latest-gallery-detail .tab-content tr {
    border: none;
}
.latest-gallery-detail .tab-content tr td {
    padding: 0;
    border: none;
}
/* 25.03.2019 Accordian */
/* 26.03.2019 Styles ********************/
.latest-gallery-detail .tab-content table.new-models-list {
    border: 1px solid #ffffff;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.latest-gallery-detail .tab-content table.new-models-list tr th {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    padding-left: 25px;
    background: #550000;
    font-size: 14px;
}
/*
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt{
    border: 13px solid black;
}
*/
.latest-gallery-detail .tab-content table.new-models-list3 tr th.mid {
    text-align: center;
    padding-left: 0
}
.latest-gallery-detail .tab-content table.new-models-list3 tr th.right {
    text-align: right;
    padding-left: 0
}
.latest-gallery-detail .tab-content table.new-models-list3 tr td {
    padding: 5px;
    padding-left: 25px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}
.latest-gallery-detail .tab-content table.new-models-list3 tr td.mid {
    text-align: center;
    padding-left: 0
}
.latest-gallery-detail .tab-content table.new-models-list3 tr td.right {
    text-align: right;
    padding-left: 0
}
.latest-gallery-detail .tab-content table.new-models-list3 tr.last td {
    border-bottom: none
}
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt td {
    background: #f1f1f1
}
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt td:first-child span,
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt2 td:first-child span {
    font-weight: bold;
}
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt td:nth-last-child(2n),
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt2 td:nth-last-child(2n) {
    font-weight: bold;
}
.latest-gallery-detail .tab-content table.new-models-list3 tr.last.alt td {
    background: #f1f1f1;
    border-bottom: none
}
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt td input[type="Button"],
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt td a.close-btn {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    background: #830303;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.4s all ease;
    margin-bottom: 0;
    margin-right: 5px;
}
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt td input[type="Button"]:hover,
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt td a.close-btn:hover {
    background: #333333;
}
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt2 div.file-upload {
    text-align: left;
}
/* 26.03.2019 Styles ********************/
/* 29.03.2019 Styles ********************/
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt2.alt2-color td {
    background: #f1f1f1;
}
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt.alt-color-none,
.latest-gallery-detail .tab-content table.new-models-list3 tr.alt.alt-color-none td {
    background: none;
}
#sidebar-wdgt {
    height: auto;
-webkit-box-shadow: 1px 1px 23px 3px #000000;
box-shadow: 1px 1px 23px 3px #000000;
}
#sidebar-wdgt #sidebar-toggle-block {
    height: 400px;
}
#sidebar-wdgt .sidebar-list-container {
    overflow: auto;
    padding: 10px;
    background: #DEDEDE;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 364px;
}
#sidebar-wdgt .sidebar-wdgt-filter {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
    float: left;
    width: 100%;
}
#sidebar-wdgt .sidebar-wdgt-filter input.btn-1 {
    width: 26%;
    padding: 5px 0;
    border: none;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    float: right;
    display: block;
}
#sidebar-wdgt .sidebar-wdgt-filter > label {
    font-weight: 400;
    min-width: 15%;
    max-width: 17%;
}
#sidebar-wdgt .sidebar-wdgt-filter > select.sidebar_usertype {
    margin-right: 21px;
}
#sidebar-wdgt .sidebar-list-container .sidebar-wdgt-list li {
    margin: 2px 0 5px;
    padding: 10px;
    width: 100%;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
#sidebar-wdgt .sidebar-list-container .sidebar-wdgt-list li.green{
    border: solid 4px #2e9419;
    box-shadow: inset 1px 1px 10px 1px #00000087;
    -webkit-box-shadow: inset 1px 1px 10px 1px #00000087;
}
#sidebar-wdgt .sidebar-wdgt-tabs li {
    font-weight: normal;
    background: #939393;
    color: #cccaca;
    font-size: 14px;
    width: 50%;
}
#sidebar-wdgt .sidebar-wdgt-tabs li.active {
    color: #000;
    background: #fff;
}
#sidebar-wdgt .sidebar-wdgt-list li .swdgt-img {
    width: 25%;
}
#sidebar-wdgt .sidebar-wdgt-list li .swdgt-img a {
    display: block;
}
#sidebar-wdgt .sidebar-wdgt-list li .swdgt-img a img {
    width: 100% !important;
}
#sidebar-wdgt .sidebar-wdgt-list li .swdgt-detail {
    line-height: 1.2;
    width: 75%;
    margin: 0;
    padding: 0px 0px 0px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#sidebar-wdgt .sidebar-wdgt-list li .swdgt-detail >a{
    color: #313131;
}
#sidebar-wdgt .sidebar-wdgt-list li .swdgt-detail >a >b{
    font-weight: 600;
}
#sidebar-wdgt .sidebar-wdgt-list li .swdgt-detail input{
    padding: 5px 10px;
    border: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    float: right;
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
}
#sidebar-wdgt #sb_load_more.sb_load_more{
    display: block;
    padding: 6px 10px !important;
    text-align: center;
    font-size: 12px !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    background: #515151;
    color: #dedede;
    letter-spacing: 1px;
}
#sidebar-wdgt .sidebar-toggle-init{
    border-radius: 0;
    opacity: .5;
}
#sidebar-wdgt .sidebar-toggle-init.close{
    opacity: 1;
}
#sidebar-wdgt .sidebar-toggle-init img{
    margin: 0;
}
#sidebar-wdgt .sidebar-wdgt-bottom label{
    font-weight: 400;
    margin-bottom: 0;
    line-height: 25px;
    padding-top: 4px;
}
/* 29.03.2019 Styles ********************/
/* 01.04.2019 Styles ********************/
.top-right-area,
.top-right-area-inner {
    margin-top: -3px;
    margin-right: -10px;
    padding: 5px 0;
    float: right;
    color: #ffffff;
    vertical-align: top;
    background: url(../images/bg-top-right-area.png) no-repeat;
    background-size: 100% 100%;
    width: 330px;
    height: 90px;
    text-align: left;
}
.top-right-area a,
.top-right-area-inner a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
}
.top-right-area a:hover,
.top-right-area-inner a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.top-right-area-in {
    text-align: left;
    margin-left: 50px;
    margin-top: 5px;
}
.top-right-area-in strong a.balance-account {
    color: #000000;
    text-decoration: underline;
    margin-left: 5px;
}
.free-listing-icon img,
.paid-listing-icon img {
    width: 40px;
    height: 40px;
}
.top-inbox {
    background: url('../images/unread-mail.gif') no-repeat left 5px;
    padding-left: 24px;
    margin-left: 5px;
}
@media screen and (max-width: 480px) {
    .top-right-area,
    .top-right-area-inner {
        height: 90px !important;
        background-size: 100% 100% !important;
    }
}
header .loginTop .top-right-area-in strong a.balance-account font{
    color: #ffffff;
}
header .loginTop a:not(.a_create_new_sub_account), header .loginTop a:not(.free-listing-icon) font{
  color: #FEEE68;
}
header .top-inbox{
    background-position: left 9px;
}
header .loginTop a.free-listing-icon font{
        color: #FEEE68;
}
header .loginTop a.top-inbox{
    padding-right: 20px;
    position: relative;
}
header .loginTop a.top-inbox span.online--now--s{
    margin-left: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 6px;
    margin-top: 0;
}
header .loginTop a.top-inbox > span, header .loginTop a.top-inbox > font > span{
    width: auto;
}
.manage-account-top--sec .select_mate{
    width: 150px;
    clear: both;
    display: block;
}
.manage-account-top--sec .select_mate p.selecionado_opcion{
    width: 100%;
    text-align: left;
    padding: 6px;
    line-height: 1.2;
    margin-top: 0;
}
.manage-account-top--sec .select_mate span.icon_select_mate{
    margin-top: 0;
    top: 10px;
}
.sidebar-wdgt-bottom a.sidebar-toggle-init{
    margin-right: 0;
    position: relative;
    float: left;
    left: 62%;
}
.sidebar-wdgt-bottom a.sidebar-toggle-init img {
    float: none;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#sidebar-wdgt{
    -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
#sidebar-wdgt .sidebar-wdgt-bottom a{
     -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
#sidebar-wdgt.hide-sidebar{
    -moz-transform: translateX(85%);
    -webkit-transform: translateX(85%);
    -o-transform: translateX(85%);
    -ms-transform: translateX(85%);
    transform: translateX(85%);
}
#sidebar-wdgt.hide-sidebar .sidebar-wdgt-bottom > img.loading{
    display: none;
}
#sidebar-wdgt.hide-sidebar .sidebar-wdgt-bottom a.panel-hide{
    left: 0;
}
#sidebar-wdgt.hide-sidebar .sidebar-wdgt-bottom a.panel-hide img{
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* 01.04.2019 Styles ********************/
/* 02.04.2019 Styles ********************/
table.tcalhis div.select_mate.select_mate-2{
    width: 180px;
    text-align: left;
    margin-right: 10px;
}
table.latest-gallery-detail a.see-all{
    display: inline-block;
}
table.latest-gallery-detail a.see-all > img{
    border: none;
    margin: 0;
    display: block;
}
table.latest-gallery-detail div.container-checkbox{
    display: inline-block;
}
table.latest-gallery-detail div.container-checkbox input[type = checkbox] {
  display: none;
}
table.latest-gallery-detail div.container-checkbox input + label {
  font-size: 1.2rem;
  width: 20px;
  height: 19px;;
  display: flex;
  justify-content: center;
  align-items: center;
  border: .1rem solid var(--blue);
  border-radius: 50%;
  background: var(--darkblue);
  transition: .1s all;
  cursor: pointer;
  z-index: 999 !important;
    margin-bottom: 0;
}
table.latest-gallery-detail div.container-checkbox input + label:hover {
  background: url('../images/star-1-fill.png') 50% no-repeat;
}
table.latest-gallery-detail div.container-checkbox input + label:after {
    content: "";
    width: 20px;
    height: 19px;
    background: url('../images/star-1.png') 50% no-repeat;
}
/*
table.latest-gallery-detail div.container-checkbox input:checked + table.latest-gallery-detail div.container-checkbox label {
  background: var(--blue);
  transform: scale(1.1);
}
*/
table.latest-gallery-detail div.container-checkbox input:checked + label:hover {
  background: url('../images/star-1-fill.png') 50% no-repeat;
}
table.latest-gallery-detail div.container-checkbox input:checked ~ label:after {
    content: "";
    width: 20px;
    height: 19px;
    background: url('../images/star-1-fill.png') 50% no-repeat;
}
table.latest-gallery-detail td.inbmes-custom div.all-icon-center{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 02.04.2019 Styles ********************/
/* 03.04.2019 Styles ********************/
table.tcalhis .inbox-sort-by{
    width: 150px;
    height: 26px;
}
/* 03.04.2019 Styles ********************/
/* Absolute Center Spinner */
.inbox_whole_loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.inbox_whole_loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.inbox_whole_loading:not(:required) {
  /* hide "inbox_whole_loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.inbox_whole_loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* 04.04.2019 Styles ********************/
div.profile-popup-inner form.popup-form table tr td {
  font-weight: 600;
}
div.profile-popup-inner form.popup-form table tr td textarea {
  resize: none;
}
div.profile-popup-inner form.popup-form table tr td div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  div.profile-popup-inner form.popup-form table tr td div {
    flex-wrap: wrap;
  }
}
div.profile-popup-inner form.popup-form table tr td div input.amount {
  width: 130px;
}
@media only screen and (max-width: 767px) {
  div.profile-popup-inner form.popup-form table tr td div input.amount {
    width: 100%;
    margin-bottom: 5px;
  }
}
div.profile-popup-inner form.popup-form table tr td div span {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  div.profile-popup-inner form.popup-form table tr td div span {
    padding-left: 0px;
  }
}
/* 04.04.2019 Styles ********************/
div.profile-popup-inner form.popup-form table tr td {
  font-weight: 600;
}
div.profile-popup-inner form.popup-form table tr td textarea {
  resize: none;
}
div.profile-popup-inner form.popup-form table tr td div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  div.profile-popup-inner form.popup-form table tr td div {
    flex-wrap: wrap;
  }
}
div.profile-popup-inner form.popup-form table tr td div input.amount {
  width: 130px;
}
@media only screen and (max-width: 767px) {
  div.profile-popup-inner form.popup-form table tr td div input.amount {
    width: 100%;
    margin-bottom: 5px;
  }
}
div.profile-popup-inner form.popup-form table tr td div span {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  div.profile-popup-inner form.popup-form table tr td div span {
    padding-left: 0px;
  }
}
/* 04.04.2019 Styles ********************/
/* 10.04.2019 Styles ***********************/
table.chat-sales-list tr th.my_customer_order_th {
    text-align: left;
}
table.chat-sales-list tr td.my_customer_order_td {
    text-align: left;
}
/* 09.04.2019 Styles ***********************/
table.chat-sales-list.chat-sales-list-custom tr td.mid, table.chat-sales-list.chat-sales-list-custom tr td{
    text-align: left;
    padding: 8px 10px;
}
table.chat-sales-list.chat-sales-list-custom tr th{
    padding: 8px 10px;
    text-align: left;
}
/* 09.04.2019 Styles ***********************/
/* 10.04.2019 Styles ***********************/
.profile-popup-inner td select{
    display: block;
    width: 100%;
    border: none;
    color: #000;
    padding: 5px 15px;
}
/** Custom Select Box ************/
div.profile-popup-inner form.popup-form .custom-select {
  position: relative;
  display: block;
}
div.profile-popup-inner form.popup-form .custom-select select {
  display: none;
}
div.profile-popup-inner form.popup-form .select-selected {
  background-color: #fff;
}
/*style the arrow inside the select element:*/
div.profile-popup-inner form.popup-form .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #830303 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
div.profile-popup-inner form.popup-form .select-selected.select-arrow-active:after {
  border-color: transparent transparent #830303 transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
div.profile-popup-inner form.popup-form .select-items div, div.profile-popup-inner form.popup-form div.select-selected {
  color: #000;
  padding: 5px 15px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  display: block;
}
/*style items (options):*/
div.profile-popup-inner form.popup-form .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  display: block;
}
/*hide the items when the select box is closed:*/
div.profile-popup-inner form.popup-form .select-hide {
  display: none;
}
div.profile-popup-inner form.popup-form .select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/** Custom Select Box ************/
div.paging.paging-custom{
    padding: 5px 0 10px;
}
form.pagination-search{
    float: right;
}
form.pagination-search input{
    height: 26px;
    color: #000;
    font-weight: normal;
}
div.paging.paging-custom p{
    margin: 0;
}
div.paging.paging-custom p:first-of-type{
    margin-right: 10px;
}
div.paging.paging-custom p:last-of-type{
    margin-left: 10px;
}
div.paging.paging-custom p span{
    display: block;
    padding: 0;
    text-align: center;
    line-height: 24px;
    margin-right: 0;
}
table.chat-sales-list.chat-sales-list-custom tr th.width-table-1{
    width: 30%;
}
table.chat-sales-list.chat-sales-list-custom tr th.width-table-2{
    width: 15%;
}
table.chat-sales-list.chat-sales-list-custom tr th.width-table-3{
    width: 25%;
}
table.chat-sales-list.chat-sales-list-custom tr th.width-table-4{
    width: 15%;
}
table.chat-sales-list.chat-sales-list-custom tr th.width-table-5{
    width: 15%;
}
/*********************************************************************/
table.chat-sales-list.chat-sales-list-custom-2 tr th.width-table-1{
    width: 25%;
}
table.chat-sales-list.chat-sales-list-custom-2 tr th.width-table-2{
    width: 25%;
}
table.chat-sales-list.chat-sales-list-custom-2 tr th.width-table-3{
    width: 25%;
}
table.chat-sales-list.chat-sales-list-custom-2 tr th.width-table-4{
    width: 25%;
}
@media screen and (max-width: 991px) {
    table.chat-sales-list.chat-sales-list-custom tr th.width-table-1{
        width: 20%;
    }
    table.chat-sales-list.chat-sales-list-custom tr th.width-table-2{
        width: 15%;
    }
    table.chat-sales-list.chat-sales-list-custom tr th.width-table-3{
        width: 25%;
    }
    table.chat-sales-list.chat-sales-list-custom tr th.width-table-4{
        width: 15%;
    }
    table.chat-sales-list.chat-sales-list-custom tr th.width-table-5{
        width: 25%;
    }
    form.pagination-search input{
        border: none;
    }
}
@media screen and (max-width: 649px) {
    table.chat-sales-list.chat-sales-list-custom tr th.width-table-1{
        width: 20%;
    }
    table.chat-sales-list.chat-sales-list-custom tr th.width-table-2{
        width: 15%;
    }
    table.chat-sales-list.chat-sales-list-custom tr th.width-table-3{
        width: 25%;
    }
    table.chat-sales-list.chat-sales-list-custom tr th.width-table-4{
        width: 15%;
    }
    table.chat-sales-list.chat-sales-list-custom tr th.width-table-5{
        width: 25%;
    }
}
@media screen and (max-width: 480px) {
    table.chat-sales-list.chat-sales-list-custom-2 tr td{
        padding: 6px 5px 6px 7px;
    }
}
/* 10.04.2019 Styles ***********************/
input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
-moz-box-shadow: 1px 1px 1px rgba(128,128,128,1);
-webkit-box-shadow: 1px 1px 1px rgba(128,128,128,1);
box-shadow: 1px 1px 1px rgba(128,128,128,1);
    font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
}
textarea:focus {
  background:#FDED67;
    font-family: 'Montserrat', sans-serif;
}
input:focus[type=text], text {
  background:#FDED67;
    font-family: 'Montserrat', sans-serif;
}
/* 5.18.2019 defined inline images ***********************/
.pendvid {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 47px;
}
#images{
    text-align:center;
}
.linkvid {
    width: 50%;
    float: left;
    text-align: center;
}
/* Zoom images while hover main avatars */
    .sincats {
        overflow: hidden;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    border:2px solid #080808;
    border:2px solid #4279BD;
    }
    .sincats img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
    .sincats:hover img {
        transform: scale(1.5);
    }
/* Zoom images while hover main avatars */
    .sincats2 {
        overflow: hidden;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    }
    .sincats img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
    .sincats:hover img {
        transform: scale(1.5);
    }
/* new online and rock star style for call package images ***********************/
.online--now--s4 {
    position: absolute;
    color: #fff;
    margin-top: -3px;
    margin-left: -8px;
    height: auto !important;
    background: transparent !important;
    animation: blinkText 0.4s linear alternate infinite;
    -webkit-animation: blinkText 0.4s linear alternate infinite;
}
.rockstar4 {
    background: url(/images/icon/rockstarpso1_small.png) no-repeat;
    cursor: pointer;
}
.sincatpro4 {
    background: url(/images/icon/sincatspro.png) no-repeat;
    cursor: pointer;
}
.rockstar5 {
    background: url(/images/icon/rockstarpso1.png) no-repeat;
    cursor: pointer;
}
}
/* top button hoover ***********************/
a.button1{
 display:inline-block;
     width: 129px;
     height: 32px;
 text-decoration:none;
 font-family:'Roboto',sans-serif;
 font-weight:bold;
  border: #F1EA54 solid 2px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
 background-color:#000000;
transition: all 0.8s;
}
a.button1:hover{
 display:inline-block;
 color:#FF0707;
     width: 129px;
     height: 32px;
  border: #F1EA54 solid 2px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
 background-color:#B81612;
}
@media all {
 a.button1{
 display:inline-block;
     width: 129px;
     height: 32px;
  border: #F1EA54 solid 2px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
 background-color:#000000;
  margin: auto;
 }
}
/* button pin ***********************/
.image_box {
    width: 80%;
    max-width: 41px;
    margin: 0 auto;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.image_box img {
    width: 100%;
    height: auto;
}
.rotate:hover {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transition:  1s ease all;
    -moz-transition: 1s ease all;
    -webkit-transition:  1s ease all;
}
.rotateY:hover {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transition: 2.0s ease;
    -moz-transition: 2.0s ease;
    -webkit-transition: 2.0s ease;
}
.rotateX:hover {
    transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transition: 2.0s ease;
    -moz-transition: 2.0s ease;
    -webkit-transition: 2.0s ease;
}
/* button slide ***********************/
.button_slide {
  color: #FFF;
  border: 2px solid #F1EA54;
width: 300px;
  border-radius: 8px;
  padding: 5px 5px;
margin-bottom: 2px;
  display: inline-block;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 100 0 0 0 #000;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.slide_right:hover {
  box-shadow: inset 400px 0 0 0 #691719;
}
#outer {
  width: 364px;
  margin: 50px auto 0 auto;
  text-align: center;
}
/* call packge order buttons online ***********************/
.button_slide1 {
  color: #ccc;
  border: 2px solid #000000;
width: 138px;
  border-radius: 8px;
  padding: 3px 3px;
margin-bottom: 2px;
background-color: #4279BD;
  display: inline-block;
  cursor: pointer;
  box-shadow: inset 100 0 0 0 #000;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.slide_right1:hover {
  box-shadow: inset 400px 0 0 0 #691719;
}
#outer {
  width: 364px;
  margin: 50px auto 0 auto;
  text-align: center;
}
/* call packge order buttons offline ***********************/
.button_slide2 {
  color: #ccc;
  border: 2px solid #000000;
width: 145px;
  border-radius: 8px;
  padding: 3px 3px;
margin-bottom: 2px;
background-color: #4279BD;
  display: inline-block;
  cursor: pointer;
  box-shadow: inset 100 0 0 0 #000;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.slide_right2:hover {
  box-shadow: inset 400px 0 0 0 #691719;
}
#outer {
  width: 364px;
  margin: 50px auto 0 auto;
  text-align: center;
}
/* colored buttons ***********************/
.button_slide3 {
background-color: #FF0707;
  color: #FFF;
  border: 2px solid #F1EA54;
width: 300px;
  border-radius: 8px;
  padding: 5px 5px;
margin-bottom: 2px;
  display: inline-block;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 100 0 0 0 #000;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.slide_right3:hover {
  box-shadow: inset 400px 0 0 0 #691719;
}
#outer {
  width: 364px;
  margin: 50px auto 0 auto;
  text-align: center;
}
/* call packge order buttons offline ***********************/
.myButton1 {
    box-shadow: 0px 1px 0px 0px #8a2a21;
    background:linear-gradient(to bottom, #9C0000 5%, #f24437 100%);
    background-color:#9C0000;
    width: 230px;
    margin-bottom: 3px;
    border-radius:8px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:5px 7px;
    text-decoration:none;
    text-shadow:1px 2px 0px #810e05;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton1:hover {
    background:linear-gradient(to bottom, #f24437 5%, #9C0000 100%);
    background-color:#9C0000;
}
.myButton1:active {
    position:relative;
    top:1px;
}
.myButton2 {
    box-shadow: 0px 1px 0px 0px #f9eca0;
    background:linear-gradient(to bottom, #ffab23 5%, #f2ab1e 100%);
    background-color:#F1A806;
    width: 230px;
    margin-bottom: 3px;
    border-radius:8px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#c92200;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:5px 7px;
    text-decoration:none;
    text-shadow:1px 2px 0px #ded17c;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton2:hover {
    background:linear-gradient(to bottom, #f2ab1e 5%, #ffab23 100%);
    background-color:#ffab23;
}
.myButton2:active {
    position:relative;
    top:1px;
}
.myButton3 {
    box-shadow: 0px 1px 0px 0px #bee2f9;
    background:linear-gradient(to bottom, #4279BD 5%, #468ccf 100%);
    background-color:#4279BD;
    width: 230px;
    margin-bottom: 3px;
    border-radius:8px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#14396a;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:5px 7px;
    text-decoration:none;
    text-shadow:1px 2px 0px #7cacde;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton3:hover {
    background:linear-gradient(to bottom, #468ccf 5%, #4279BD 100%);
    background-color:#4279BD;
}
.myButton3:active {
    position:relative;
    top:1px;
}
.myButton4 {
    box-shadow: 0px 1px 0px 0px #ffffff;
    background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color:#ededed;
    width: 230px;
    margin-bottom: 3px;
    border-radius:8px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#777777;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:5px 7px;
    text-decoration:none;
    text-shadow:1px 2px 0px #ffffff;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton4:hover {
    background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
    background-color:#dfdfdf;
}
.myButton4:active {
    position:relative;
    top:1px;
}
.myButton5 {
    box-shadow: 0px 1px 0px 0px #caefab;
    background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    background-color:#77d42a;
    width: 230px;
    border-radius:8px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#306108;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:5px 7px;
    text-decoration:none;
    text-shadow:1px 2px 0px #aade7c;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton5:hover {
    background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
    background-color:#5cb811;
}
.myButton5:active {
    position:relative;
    top:1px;
}
.myButton6 {
    box-shadow: 0px 1px 0px 0px #caefab;
    background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    background-color:#77d42a;
    width: 138px;
    border-radius:8px;
    display:inline-block;
    cursor:pointer;
    color:#306108;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:3px 5px;
    text-decoration:none;
    text-shadow:1px 2px 0px #aade7c;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton6:hover {
    background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
    background-color:#5cb811;
}
.myButton6:active {
    position:relative;
    top:1px;
}
.myButton7 {
    box-shadow: 0px 1px 0px 0px #f9eca0;
    background:linear-gradient(to bottom, #ffab23 5%, #f2ab1e 100%);
    background-color:#F1A806;
    width: 138px;
    border-radius:8px;
    display:inline-block;
    cursor:pointer;
    color:#c92200;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:3px 5px;
    text-decoration:none;
    text-shadow:1px 2px 0px #ded17c;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton7:hover {
    background:linear-gradient(to bottom, #f2ab1e 5%, #ffab23 100%);
    background-color:#ffab23;
}
.myButton7:active {
    position:relative;
    top:1px;
}
.myButton8 {
    box-shadow: 0px 1px 0px 0px #8a2a21;
    background:linear-gradient(to bottom, #9C0000 5%, #f24437 100%);
    background-color:#9C0000;
    height: 60px;
    width: 70px;
    margin-top: 3px;
    border-radius:8px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:2px 2px;
    text-decoration:none;
    text-shadow:1px 2px 0px #810e05;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton8:hover {
    background:linear-gradient(to bottom, #f24437 5%, #9C0000 100%);
    background-color:#9C0000;
}
.myButton8:active {
    position:relative;
    top:1px;
}
.myButton9 {
    box-shadow: 0px 1px 0px 0px #f9eca0;
    background:linear-gradient(to bottom, #ffab23 5%, #f2ab1e 100%);
    background-color:#F1A806;
    height: 60px;
    width: 70px;
    margin-top: 3px;
    border-radius:8px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#c92200;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:2px 2px;
    text-decoration:none;
    text-shadow:1px 2px 0px #ded17c;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton9:hover {
    background:linear-gradient(to bottom, #f2ab1e 5%, #ffab23 100%);
    background-color:#ffab23;
}
.myButton9:active {
    position:relative;
    top:1px;
}
.myButton10 {
    box-shadow: 0px 1px 0px 0px #bee2f9;
    background:linear-gradient(to bottom, #4279BD 5%, #468ccf 100%);
    background-color:#4279BD;
    height: 60px;
    width: 70px;
    margin-top: 3px;
    border-radius:8px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#14396a;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:2px 2px;
    text-decoration:none;
    text-shadow:1px 2px 0px #7cacde;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton10:hover {
    background:linear-gradient(to bottom, #468ccf 5%, #4279BD 100%);
    background-color:#4279BD;
}
.myButton10:active {
    position:relative;
    top:1px;
}
.myButton11 {
    box-shadow: 0px 1px 0px 0px #caefab;
    background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    background-color:#77d42a;
    height: 60px;
    width: 70px;
    margin-top: 3px;
    border-radius:8px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#306108;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:2px 2px;
    text-decoration:none;
    text-shadow:1px 2px 0px #aade7c;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton11:hover {
    background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
    background-color:#5cb811;
}
.myButton11:active {
    position:relative;
    top:1px;
}
.myButton12 {
    box-shadow: 0px 1px 0px 0px #caefab;
    background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    background-color:#77d42a;
    width: 370px;
    border-radius:8px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#306108;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:5px 7px;
    text-decoration:none;
    text-shadow:1px 2px 0px #aade7c;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton12:hover {
    background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
    background-color:#5cb811;
}
.myButton12:active {
    position:relative;
    top:1px;
}
.myButton13 {
    box-shadow: 0px 1px 0px 0px #caefab;
    background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    background-color:#77d42a;
    height: 60px;
    width: 175px;
    margin-top: 3px;
    border-radius:8px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#306108;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:2px 2px;
    text-decoration:none;
    text-shadow:1px 2px 0px #aade7c;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton13:hover {
    background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
    background-color:#5cb811;
}
.myButton13:active {
    position:relative;
    top:1px;
}
.myButton14 {
    box-shadow: 0px 1px 0px 0px #8a2a21;
    background:linear-gradient(to bottom, #9C0000 5%, #f24437 100%);
    background-color:#9C0000;
    height: 60px;
    width: 95px;
    margin-top: 3px;
    border-radius:8px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:2px 2px;
    text-decoration:none;
    text-shadow:1px 2px 0px #810e05;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton14:hover {
    background:linear-gradient(to bottom, #f24437 5%, #9C0000 100%);
    background-color:#9C0000;
}
.myButton14:active {
    position:relative;
    top:1px;
}
.myButton15 {
    box-shadow: 0px 1px 0px 0px #f9eca0;
    background:linear-gradient(to bottom, #ffab23 5%, #f2ab1e 100%);
    background-color:#F1A806;
    height: 60px;
    width: 95px;
    margin-top: 3px;
    border-radius:8px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#c92200;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:2px 2px;
    text-decoration:none;
    text-shadow:1px 2px 0px #ded17c;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton15:hover {
    background:linear-gradient(to bottom, #f2ab1e 5%, #ffab23 100%);
    background-color:#ffab23;
}
.myButton15:active {
    position:relative;
    top:1px;
}
.myButton16 {
    box-shadow: 0px 1px 0px 0px #bee2f9;
    background:linear-gradient(to bottom, #4279BD 5%, #468ccf 100%);
    background-color:#4279BD;
    height: 60px;
    width: 95px;
    margin-top: 3px;
    border-radius:8px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#14396a;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:2px 2px;
    text-decoration:none;
    text-shadow:1px 2px 0px #7cacde;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}
.myButton16:hover {
    background:linear-gradient(to bottom, #468ccf 5%, #4279BD 100%);
    background-color:#4279BD;
}
.myButton16:active {
    position:relative;
    top:1px;
}
.bigText {
    height:30px;
}
.managercontainer {
    width: 100%;
    clear: both;
}
.managercontainer input {
    width: 100%;
    clear: both;
}
.managercontainer2 {
    width: 100%;
    clear: both;
}
.managercontainer2 input {
    width: 100%;
    clear: both;
}
.aff-co-table-container {
    margin-bottom: 30px;
}
#affiliate-sales {
    width: 98%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 0 auto;
    min-height: 96px;
}
#affiliate-sales thead {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #000;
    background: #540002;
    color: #fff;
    text-shadow:2px 2px 4px #000000, 1px 1px 4px #000000;
}
#affiliate-sales thead tr {
    height: 35px;
}
#affiliate-sales tbody tr {
    height: 30px;
}
#affiliate-sales tbody {
    background: #fff;
    position: relative;
}
#affiliate-search-area {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 93%;
    color: #fff;
    margin: 20px auto;
}
#affiliate-search-area label {
    padding-right: 10px;
    margin-top: 5px;
}
#affiliate-search-area input {
    color: #000;
}
.affiliate-search-loader {
    display: none;
    position: absolute;
}
.affiliate-search-loader:not(:empty), .affiliate-search-loader td {
    width: 100%;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(242, 242, 242, 0.5);
}
.affiliate-search-loader td {
    background-color: #fff;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #540002;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.user--homenew {
display: inline-block;
vertical-align: middle;
  align-items: center;
    padding: 25px;
    width: 100%;
}
.newwrapper {
}
.newbox {
}
.center-align {
  letter-spacing: -4px;
  text-align: center;
  font-size: 0;
}
.center-align [class*='col-'] {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 14px;
  float: none;
}
/*\
 * Media Bootstrap 3 utility classes.
\*/
/* Breakpoint XS */
@media (max-width: 767px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up,
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }
}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up,
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }
}
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }
}
/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    }
}
/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    }
}
@media(max-width: 767px) {
    .as-popup-parent-div {
        width: 80%;
    }
}
@media(max-width: 499px) {
    .as-popup-parent-div {
        width: 90%;
    }
    .as-popup-close-button {
        right: -10px;
    }
}
@media(max-width: 450px) {
    .as-popup-info-img {
        width: 270px;
    }
}
@media(max-width: 370px) {
    .as-popup-info-img {
        width: 230px;
    }
}
/* New Menu */
.topnav {
  overflow: hidden;
  background-color: #000;
  text-align: center;
}
.topnav a {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 5px 14px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #939393;
  color: black;
}
.topnav a.active {
  background-color: #830303;
  color: white;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 850px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* Browser Type Compatabilities */
/* Chrome version 29 and above */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
selector{ property:value; }
}
/* Chrome version 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
selector { -chrome-:only (;
property:value;
);}
}
/* Chrome, Safari, and also the Edge Browser and Firefox */
@media and (-webkit-min-device-pixel-ratio:0) {
selector { property:value; }
}
/* new favorite styles for new home page design 1.20.2022 */
 /* new design text only */
.favvv-hide--wrap {
    position: absolute;
    top: 8px;
    background: transparent !important;
    min-height: 2px !important;
    width: 90%;
    padding: 0 17px 0 12px !important;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.center-item {
    justify-content: center;
}
.favvv-hide--wrap a {
    color: #333 !important;
    font-weight: 700;
    transition: 0.4s all ease;
}
.favvv-hide--wrap a:hover {
    color: #830303 !important;
}
{* modify this one *}
.favvv-hide--wrap .add--fav2:before {
    background-size: contain;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.favvv-hide--wrap .s--hide:before {
    display: inline-block;
    width: 20px;
}
.favvv-hide--wrap.online-model--fav-hide--wrap {
    margin-top: 0px;
    margin-left: 155px;
    margin-right: -28px;
    width: auto;
    padding: 0 0px 0 0px !important;
    font-size: 10px;
    width: 180px;
    left: -170px;
}
@media screen and (max-width: 767px) {
    .favvv-hide--wrap.online-model--fav-hide--wrap {
        width: 100%;
        left: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
.favvv-hide--wrap.online-model--fav-hide--wrap a {
    color: #fff;
}
