html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
html{
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100%;
}
ol,
ul {
    list-style: inside;
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear30 {
    clear: both;
    height: 30px;
}

.clear40 {
    clear: both;
    height: 40px;
}

.clear50 {
    clear: both;
    height: 50px;
}

.hide {
    display: none;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.col10 {
    width: 10% !important;
}

.col20 {
    width: 20% !important;
}

.col30 {
    width: 30% !important;
}

.col33 {
    width: 33% !important;
}

.col40 {
    width: 40% !important;
}

.col50 {
    width: 50% !important;
}

.col60 {
    width: 60% !important;
}

.col70 {
    width: 70% !important;
}

.col80 {
    width: 80% !important;
}

.col90 {
    width: 90% !important;
}

.col100 {
    width: 100% !important;
}

.rad3 {
    border-radius: 3px;
}

.rad5 {
    border-radius: 5px;
}

.rad7 {
    border-radius: 7px;
}

a {
    color: #0793b2;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #075b6d;
}

.l {
    float: left;
}

.r {
    float: right;
}

.err,
.ok {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    margin: 10px 0;
    padding: 5px 2px;
}

.err {
    background-color: #CC0033;
}

.ok {
    background-color: #6DA22E;
}

.err a,
.ok a {
    color: #fff !important;
    text-decoration: underline;
}

.ok2 {
    border: solid 1px #6DA22E;
    padding: 10px;
}

.ok2 .icon-ok {
    color: #6DA22E;
}

.bluebutton,
.bluedegrade {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(160, 0, 160)), to(rgb(100, 0, 100)));
    background: linear-gradient(to bottom, rgb(160, 0, 160), rgb(100, 0, 100));
    color: #FFF;
    border: 1px solid rgb(200, 0, 200);
    -webkit-transition: 100ms;
    transition: 100ms;
}

.bluebutton:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(130, 0, 130)), to(rgb(60, 0, 60)));
    background: linear-gradient(to bottom, rgb(130, 0, 130), rgb(60, 0, 60));
    color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 10px rgb(200, 0, 200);
    box-shadow: 0px 0px 10px rgb(200, 0, 200);
}

.clickbutton {
    background: #df51d5;
    background: -webkit-gradient(linear, left top, left bottom, from(#2da50c), to(#207554));
    background: linear-gradient(to bottom, #2da50c 0%, #207554 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2da50c', endColorstr='#207554', GradientType=0);
    color: #07938a;
}

.pinkbutton,
.pinkdegrade {
    background: #ff6fbe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNmZiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTAyOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6fbe), to(#fe028b));
    background: linear-gradient(to bottom, #ff6fbe 0%, #fe028b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6fbe', endColorstr='#fe028b', GradientType=0);
    color: #FFF;
}

.pinkbutton:hover {}

.blueishbutton {
    background: #eff8ff;
    color: #1b96c5;
    border: 1px #2EA7D2 solid;
}

.blueishbutton:hover {
    background: #2EA7D2;
    color: #fff;
}

.blueishdegrade {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eff8ff));
    background: linear-gradient(to bottom, #ffffff 0%, #eff8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eff8ff', GradientType=0);
}

.orangebutton,
.orangedegrade {
    background: #fea037;
    background: -webkit-gradient(linear, left top, left bottom, from(#fea037), to(#fd6420));
    background: linear-gradient(to bottom, #fea037 0%, #fd6420 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea037', endColorstr='#fd6420', GradientType=0);
    color: #fff;
}

.purpbtnsia {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(160, 0, 160)), to(rgb(100, 0, 100)));
    background: linear-gradient(to bottom, rgb(160, 0, 160), rgb(100, 0, 100));
    -webkit-animation: purpsiya;
    animation: purpsiya 2s infinite alternate ease-in-out;
}

@-webkit-keyframes purpsiya {
    0% {
        -webkit-box-shadow: 0px 0px 10px rgb(200, 0, 200);
        box-shadow: 0px 0px 10px rgb(200, 0, 200);
    }
    50% {
        -webkit-box-shadow: 0px 0px 2px rgb(100, 0, 100);
        box-shadow: 0px 0px 2px rgb(100, 0, 100);
    }
    100% {
        -webkit-box-shadow: 0px 0px 10px rgb(200, 0, 200);
        box-shadow: 0px 0px 10px rgb(200, 0, 200);
    }
}

@keyframes purpsiya {
    0% {
        -webkit-box-shadow: 0px 0px 10px rgb(200, 0, 200);
        box-shadow: 0px 0px 10px rgb(200, 0, 200);
    }
    50% {
        -webkit-box-shadow: 0px 0px 2px rgb(100, 0, 100);
        box-shadow: 0px 0px 2px rgb(100, 0, 100);
    }
    100% {
        -webkit-box-shadow: 0px 0px 10px rgb(200, 0, 200);
        box-shadow: 0px 0px 10px rgb(200, 0, 200);
    }
}

.orangebutton:hover {
    background: #FD9929;
}

.redbutton,
.reddegrade {
    background: #fd5959;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkNTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMTQ4NDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, from(#fd5959), to(#d14841));
    background: linear-gradient(to bottom, #fd5959 0%, #d14841 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd5959', endColorstr='#d14841', GradientType=0);
    color: #fff;
}

.redbutton:hover {
    background: #fd5959;
}

.greenbutton,
.greendegrade {
    background: #30ce73;
    background: -webkit-gradient(linear, left top, left bottom, from(#30ce73), to(#27ae60));
    background: linear-gradient(to bottom, #30ce73 0%, #27ae60 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30ce73', endColorstr='#27ae60', GradientType=0);
    color: #fff;
}

.greenbutton:hover {
    background: #22e56d;
    background: -webkit-gradient(linear, left top, left bottom, from(#22e56d), to(#17c15b));
    background: linear-gradient(to bottom, #22e56d 0%, #17c15b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22e56d', endColorstr='#17c15b', GradientType=0);
    color: #fff;
}

.graybutton,
.graydegrade {
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
    background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
    color: #727272;
}

.graybutton:hover {
    background: #ededed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#d8d8d8));
    background: linear-gradient(to bottom, #ededed 0%, #d8d8d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#d8d8d8', GradientType=0);
}

.bluebutton,
.pinkbutton,
.blueishbutton,
.orangebutton,
.redbutton,
.greenbutton,
.graybutton {
    text-decoration: none !important;
    padding: 4px 7px;
    cursor: pointer;
    border: none;
}

body {
    font-family: 'Open Sans', "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
    font-size: 90%;
    color: rgb(255, 255, 255);
    padding: 0 0px;
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(128, 0, 128, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800080', endColorstr='#000000', GradientType=1);
    /* ie6-9 */
    z-index: 0;
    position: relative;
    min-height: 100%;
}

.woman_absl {
    position: absolute;
    width: 190px;
    height: 302px;
    background: url(i/woman.png) center no-repeat;
    bottom: 0px;
    right: 0px;
    z-index: 0;
}
.error404 .woman_absl{
    display: none;
}
.all {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.contentwrapper {
    float: left;
    width: 100%;
}

.body {
    margin: 0 190px 0 0px;
}

.bodybox {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin: 10px;
    margin-top: 0;
    overflow: hidden;
}

.bodybox h3,
.bodybox h4 {
    font-weight: normal;
}

.bodybox h3 {
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 10px;
    position: relative;
}

.blocknmsrad {
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}

.radbordname {
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid rgb(200, 0, 200);
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.blocknmsrad:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 187px;
    height: 1px;
    width: calc(100% - 183px);
    background: rgb(200, 0, 200);
}
.imgmenumobile{
    display: none;
}
.linkrd {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid rgb(200, 0, 200);
    float: none;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(160, 0, 160)), to(rgb(100, 0, 100)));
    background: linear-gradient(to bottom, rgb(160, 0, 160), rgb(100, 0, 100));
    -webkit-transition: 200ms;
    transition: 200ms;
}

.linkrd:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(130, 0, 130)), to(rgb(60, 0, 60)));
    background: linear-gradient(to bottom, rgb(130, 0, 130), rgb(60, 0, 60));
    color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 10px rgb(200, 0, 200);
    box-shadow: 0px 0px 10px rgb(200, 0, 200);
}

.normlinebords {
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 243px);
}

.normlinebords:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 301px;
    height: 1px;
    width: calc(100% - 297px);
    background: rgb(200, 0, 200);
}

.nrmbordbtn {
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid rgb(200, 0, 200);
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.linkdpr {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid rgb(200, 0, 200);
    float: none;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(160, 0, 160)), to(rgb(100, 0, 100)));
    background: linear-gradient(to bottom, rgb(160, 0, 160), rgb(100, 0, 100));
    -webkit-transition: 200ms;
    transition: 200ms;
}

.linkdpr:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(130, 0, 130)), to(rgb(60, 0, 60)));
    background: linear-gradient(to bottom, rgb(130, 0, 130), rgb(60, 0, 60));
    color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 10px rgb(200, 0, 200);
    box-shadow: 0px 0px 10px rgb(200, 0, 200);
}

.bodybox .settingspagetitle {
    color: #1b96c5;
    font-size: 20px;
    padding-bottom: 10px;
}

.bodybox .pagetitle-menu li {
    padding: 0 2px;
    list-style: none;
    float: left;
    display: block;
    line-height: 2em;
}

.pagedesign a {
    color: #0793b2;
}

.pagedesign a:hover {
    color: #075b6d;
}

.post-edit-link {
    color: #5c9ee0;
}

.topnav {
    padding-top: 10px;
    font-size: 0px;
	padding-left: 18px;
}

/*
.girlimgs {
    position: absolute;
    bottom: 0px;
    left: 50%;
}
*/

.top-site-menu {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#47284E), to(#312335));
    background: linear-gradient(to bottom, #47284E, #312335);
}

.header-menu {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0px;
}

.header-menu li {
    list-style: none;
    margin-bottom: 0px;
    margin-right: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.header-menu ul > li:last-child {
    margin-right: 0;
}

.header-menu li a {
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 100%;
    display: block;
    padding: 15px 20px;
    -webkit-transition: 100ms;
    transition: 100ms;
    position: relative;
}

.header-menu li a:hover,
.header-menu > li.current_page_item > a,
.header-menu li.current_page_parent > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#7F4B83), color-stop(90%, rgb(58, 0, 58)), to(rgb(128, 0, 128)));
    background: linear-gradient(to bottom, #7F4B83 0%, rgb(58, 0, 58) 90%, rgb(128, 0, 128) 100%);
    color: rgb(255, 255, 255);
}

.header-menu > li.current_page_item > a:after,
.header-menu li.current_page_parent > a:after {
    content: "";
    border: 6px solid transparent;
    border-top: 6px solid rgb(128, 0, 128);
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
}

.header-menu li:hover ul {
    display: block;
}

.header-menu ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#47284E), to(#312335));
    background: linear-gradient(to bottom, #47284E, #312335);
    color: #6A4067;
    position: absolute;
    left: -1px;
    z-index: 2;
    display: none;
}

.header-menu ul a {
    display: block;
    float: none;
    color: rgb(255, 255, 255);
}

.header-menu ul a:hover {
    background: rgb(88, 0, 88);
    color: rgb(255, 255, 255);
    text-shadow: none;
}

.header-menu ul li.current_page_item > a {
    color: rgb(255, 255, 255);
    background: rgb(128, 0, 128);
}

.header-menu ul li {
    position: relative;
    padding: 0px 0;
    float: none;
    margin-right: 0;
    width: 100%;
}

.header-menu ul > li:first-child {
    padding-top: 0px;
}

.header-menu ul > li:last-child {
    padding-bottom: 0px;
}

.subnav .social {
    padding-left: 20px;
}

.subnav .social li {
    float: left;
    list-style: none;
    padding-left: 10px;
}

.subnav .social li:first-child {
    padding-left: 0;
}

.subnav .social li a {
    font-size: 1.2em;
    color: #FFF;
    border-radius: 3px;
}

.subnav .social li a:hover {
    background-color: #2574a9;
}

.topnav .subnav .subnav-menu {
    padding-top: 5px;
    text-align: right;
}

.topnav .subnav .subnav-menu li {
    float: none;
    list-style: none;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.topnav .subnav .subnav-menu li a {
    color: rgb(255, 255, 255);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px 10px 30px;
    border-radius: 5px;
    font-weight: 900;
}

.logoutlink {
    background: url(i/shape_1.png) rgb(110, 0, 110) center left 5px no-repeat;
}

.loginlink {
    background: url(i/shape_1_4.png) rgb(110, 0, 110) center left 5px no-repeat;
}

.registerlink {
    background: url(i/register.png) rgb(110, 0, 110) center left 5px no-repeat;
}

.header-menu li.mailmenulink a {
    background: url(i/icon.png) rgb(110, 0, 110) center left 5px no-repeat;
    padding-left: 30px;
    display: block;
}

.header-menu li.mailmenulink a:hover, .logoutlink:hover, .loginlink:hover, .registerlink:hover {
    background-color: rgb(90, 0, 90);
}

.topnav .subnav .subnav-menu li a:hover {}

nav .headerlangselect {
    margin-left: 10px;
}

.headerlangselect option,
.headerlangselect select {
    text-transform: lowercase;
    font-size: 11px;
    border: none;
    padding: 3px 2px;
}

.subnav {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 250px);
}
.logo a span, .logo a img{
    display: inline-block;
    vertical-align: middle; 
}
.logo a span{
    font-size: 26px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 900;
    margin-right: 20px;
}
.logo h1 a {
    color: #FFF;
    font-size: 1.3em;
    overflow: hidden;
}

.logo h1 a img {
    display: block;
}

.logo .sitedesc {
    padding-top: 5px;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
}

.sliderall {
    position: relative;
}

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: url(i/slider-bg.png);
}

.slider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider .slide {
    list-style: none;
    padding: 10px;
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.slider .slide .girlimg {
    position: relative;
    display: block;
}

.slider .slide .girlimg img {
    border: 1px #565656 solid;
    width: 100%;
    display: block;
}

.slider .slide .girlimg:hover img {
    border: 1px #a9a9a9 solid;
}

.slider .slide .girlimg .labels {
    position: absolute;
    bottom: 4px;
    left: 4px;
}

.slider .slide .girlimg .labels span {
    display: block;
    float: left;
    padding: 2px 5px;
    margin-top: 3px;
    font-size: 0.8em;
}
.block_f_tab{
    display: block;
    margin: 0px 0px 20px;;
    color: rgb(255, 255, 255);
}
.slider .slide .girlinfo {
    color: #FFF;
}
.lefttb, .rght_tb{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(200, 0, 200);
    border-radius: 5px;
    padding: 10px 15px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: 100ms;
    transition: 100ms;
}
.lefttb:hover, .rght_tb:hover, .lefttb.active, .rght_tb.active{
    -webkit-box-shadow: 0px 0px 15px rgb(200, 0, 200);
    box-shadow: 0px 0px 15px rgb(200, 0, 200);
}
.girlsingle .girlinfo.thitab{
    display: none;
    width: 100%;
    font-size: 0px;
}
.girlsingle .girlinfo.thitab.active{
    display: block;
}
.leftintb, .rghtintb{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 15px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.rghtintb{
    padding-right: 0px;
}
.slider .slide .girlinfo a.modelname {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
}

.slider .slide .girlinfo a.modelname:hover {
    color: #89C4F4;
}

.slider .slide .girlinfo .girlinfo-location {
    font-size: 0.8em;
}

.slider .slide .girlinfo span {
    padding-bottom: 2px;
}

.slider .slide .girlinfo .rating {
    padding-top: 4px;
}

.slider .slider-control-prev,
.sliderall .slider-control-next {
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -28px;
    color: #357BAA;
    line-height: 40px;
    font-size: 50px;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}

.slider .slider-control-prev:hover,
.sliderall .slider-control-next:hover {
    color: #fff;
}

.slider .slider-control-prev {
    left: -16px;
}

.slider .slider-control-next {
    right: -16px;
}

.slider-pagination {
    text-align: center;
    display: none;
}

.mobile-profiles-slider .slider-pagination {
    padding: 10px 0;
}

.slider-pagination a {
    text-decoration: none;
    display: inline-block;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 50%;
    text-indent: -9999px;
    margin: 0 5px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.slider-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.sidebar-left,
.sidebar-right {
    width: 190px;
    word-wrap: break-word;
    overflow: hidden;
}

.sidebar-left {
    margin-left: -100%;
}

.sidebar-left .countries {
    background-color: #fff;
    padding: 10px;
}

.sidebar-left .countries h4 {
    font-size: 1.1em;
    font-weight: normal;
    padding-bottom: 5px;
}

.sidebar-left .country-list {}

.sidebar-left .country-list li {
    list-style: none;
    line-height: 23px;
}

.sidebar-left .country-list ul {
    display: none;
    padding-left: 15px;
}

.sidebar-left .country-list .current_page_item ul {
    display: block;
}

.sidebar-left .country-list a {
    color: #0793b2;
    font-size: 14px;
}

.sidebar-left .country-list a:hover {
    color: #075b6d;
}

.sidebar-left .country-list .iconcountries {
    color: #0AB7DD;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid transparent;
}

.sidebar-left .country-list .iconcountries:hover {
    color: #0AB7DD;
    border: 1px solid #0AB7DD;
}

.sidebar-left .country-list .iconcities {
    color: #d0d0d0;
    cursor: default;
}

.widgetbox {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px;
    margin-bottom: 10px;
}

.footer .widgetbox {
    padding: 0;
    padding-right: 20px;
}

.widgetadbox a,
.addspace a {
    color: #fff;
}

.header-addspace {
    padding-top: 10px;
}

.widgetbox h4 {
    font-size: 1.1em;
    font-weight: normal;
    padding-bottom: 5px;
}

.widgetbox li {
    list-style: none;
    line-height: 1.7em;
}

.sidebar-right {
    float: left;
    margin-left: -190px;
    position: relative;
    z-index: 1;
}

.sidebar-right .sidebar_expire_notice {
    margin-bottom: 10px;
    padding: 5px;
    cursor: default;
}

.sidebar-right .sidebar_expire_notice small {
    display: block;
}

.sidebar-right .sidebar_expire_notice b {
    font-size: 1em;
}

.agencyeditbuttons a {
    cursor: pointer;
}

.sidebar-right .buyfeatured,
.sidebar-right .buypremium {
    display: block;
    position: relative;
}

.sidebar-right .buyfeatured_details,
.sidebar-right .buypremium_details {
    display: none;
    padding: 4px 6px;
    border: 1px #60cef5 solid;
    position: relative;
}

.sidebar-right .buyfeatured span,
.sidebar-right .buypremium span {
    position: absolute;
    top: -5px;
    right: 5px;
    font-weight: bold;
    padding: 2px 5px;
    font-size: 12px;
}

.sidebar-right .upgradeescortbox {
    color: #fff;
    position: relative;
    background-color: #2574A9;
    padding: 10px;
    display: none;
}

.sidebar-right .upgradeescortbox select {
    padding: 5px 10px;
    cursor: pointer;
}

.sidebar-right .upgradeescortbox .input {
    background-color: #e5f2fd;
    border: 1px solid transparent;
    color: #2C3E50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
    padding: 5px;
}

.sidebar-right .quicksearch {
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
}

.sidebar-right .quicksearch h4 {
    padding-bottom: 10px;
}

.sidebar-right .quicksearch .form-input select {
    color: #286c9b;
    cursor: pointer;
    padding: 2px;
}

.sidebar-right .quicksearch .form-input select option {
    padding: 0 2px;
}

.sidebar-right .quicksearch .formseparator {
    height: 10px;
}

.sidebar-right .quicksearch label {
    cursor: pointer;
}

.sidebar-right .quicksearch .adv {
    color: #a8dbf5;
}

.sidebar-right .quicksearch .adv:hover {
    text-decoration: underline;
    color: #fff;
}

.sidebar-right .quicksearch .submit-button {
    border: none;
    font-size: 1em;
    font-weight: bold;
}

.sidebar-right .dropdownlinks {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    cursor: default;
}

.sidebar-right .dropdownlinks h4 {
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: normal;
}

.sidebar-right .dropdownlinks-dropdown h4 {
    margin: -10px;
    padding: 10px;
    cursor: pointer;
}

.sidebar-right .dropdownlinks-dropdown h4:hover .icon {
    background-color: #1b96c5;
    color: #fff;
    border-radius: 3px;
}

.sidebar-right .dropdownlinks h4 .icon {
    color: #1b96c5;
    margin-right: 5px;
}

.sidebar-right .dropdownlinks ul {
    display: none;
    padding-top: 10px;
}

.sidebar-right .blog_categories {}

.sidebar-right .blog_categories ul {
    display: block;
}

.sidebar-right .blog_categories ul ul {
    padding: 0;
}

.sidebar-right .dropdownlinks li {
    list-style: none;
}

.sidebar-right .dropdownlinks li a .icon {
    color: #19B5FE;
    margin-right: 5px;
    border-radius: 5px;
    text-align: center;
}

.sidebar-right .dropdownlinks a {
    line-height: 1.7em;
}

.sidebar-right .dropdownlinks a:hover .icon {
    background-color: #19B5FE;
    color: #fff;
}

.girl {
    float: left;
    width: 20%;
    padding: 0.8%;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.girl .desc {
    clear: both;
    overflow: hidden;
    color: #0793b2;
    line-height: 1.5em;
    padding-bottom: 4px;
    text-align: center;
}

.girl .desc .namegirls {
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    line-height: 1em;
}

.girl .desc a:hover {
    color: #1e1e1e;
}

.girl .desc .girl-desc-location {
    font-size: 11px;
    color: #afaeae;
    cursor: default;
}

.girl .thumb {
    border: 1px rgb(100, 0, 100) solid;
    float: left;
    position: relative;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(100, 0, 100)), to(rgb(50, 0, 50)));
    background: linear-gradient(to bottom, rgb(100, 0, 100), rgb(50, 0, 50));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 200ms;
    transition: 200ms;
    overflow: hidden;
}

.girl .thumb .thumbwrapper {
    position: relative;
    overflow: hidden;
}

.girl .thumb .thumbwrapper a {
    line-height: 0;
    width: 100%;
}

.girl a .thumb .thumbwrapper img {
    width: 100%;
}

.girl .thumb.girlpremium:hover,
.girl .thumb:hover {
    border: 1px rgb(200, 0, 200) solid;
    -webkit-box-shadow: 0px 0px 30px rgb(150, 0, 150);
    box-shadow: 0px 0px 30px rgb(150, 0, 150);
}

.girl .thumb.girlpremium {
    background: rgb(128, 0, 128);
    -webkit-box-shadow: 0px 0px 15px rgb(30, 0, 30);
    box-shadow: 0px 0px 15px rgb(30, 0, 30);
}

.girl .girlpremium .premiumlabel {
    text-align: center;
    color: #FFF;
    font-size: 10px;
    cursor: default;
    background-color: rgb(128, 0, 128);
    padding: 2px 0;
    position: absolute;
    width: 100%;
    bottom: 45px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.girl .thumb a {
    float: left;
    position: relative;
}

.girl .thumb .thumbwrapper .label-verified,
.girl .thumb .thumbwrapper .label-new {
    color: #FFF;
    display: block;
    font-size: 0.8em;
    position: absolute;
    bottom: 2px;
    line-height: 1.7em;
    padding: 0 5px;
}

.girl .thumb .thumbwrapper .label-verified {
    left: 50%;
    margin-left: -67.5px;
    bottom: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(200, 0, 200)), to(rgb(100, 0, 100)));
    background: linear-gradient(to bottom, rgb(200, 0, 200), rgb(100, 0, 100));
    -webkit-box-shadow: 0px 0px 5px rgb(50, 0, 50);
    box-shadow: 0px 0px 5px rgb(50, 0, 50);
}

.girl .thumb .thumbwrapper .label-new {
    top: -38px;
    right: -63px;
    border-radius: 0px;
    display: table;
    position: absolute;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    padding: 50px 50px 5px;
}

.girl .rating {
    margin-top: 5px;
}

.onereviewtext {
    padding: 10px 0;
}

.onereviewtext .author span {
    color: #0793b2;
    font-size: 14px;
}

.onereviewtext .author {
    color: #afaeae;
}

.onereviewtext .reviewtext a {
    color: #2190ff;
}

.onereviewtext {}

.girlsingle {
    position: relative;
}

.girlsingle .profile-title {
    font-size: 2em;
}

.girlsingle .girlsinglelabels {
    padding-left: 10px;
    font-size: 11px;
}

.girlsingle .girlsinglelabels span {
    margin-right: 5px;
    padding: 2px 4px;
    cursor: default;
    background-position: top;
}

.girlsingle .profile-page-no-photos {
    border: 2px #C1C4CA dashed;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    color: #828995;
    display: inline-block;
    vertical-align: middle;
}

.girlsingle .profile-page-no-photos:hover {
    border-color: rgb(255, 255, 255);
}

.girlsingle .profile-page-no-photos p {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 2em;
    margin: 0;
    padding: 0;
}

.girlsingle .profile-page-no-photos p u {
    color: rgb(200, 200, 200);
}

.girlsingle .profile-page-no-photos .icon {
    font-size: 2.5em;
    color: rgb(180, 180, 180);
    float: left;
    height: 100%;
    padding-right: 20px;
}

.girlsingle .image-buttons-legend .first {
    padding-right: 40px;
}

.girlsingle .image-buttons-legend {
    line-height: 2em;
}

.girlsingle .bigimage {
    width: 40%;
}

.girlsingle .bigimage img {
    width: 100%;
}

.girlsingle .thumbs {
    width: 60%;
}

.girlsingle .thumbs img {
    float: left;
    margin-left: 4px;
    margin-bottom: 6px;
}

.girlsingle .lockedsection {
    padding: 10px;
    margin-left: 10px;
    color: #fff;
    background-color: #1b96c5;
    line-height: 2em;
}

.girlsingle .lockedsection .icon {
    font-size: 2em;
    line-height: 3em;
    padding-right: 10px;
}

.girlsingle .lockedsection a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.girlsingle .lockedsection span.nr {
    float: none !important;
    padding: 0px 5px;
    font-weight: bold;
}

.girlsingle .girlinfo {
    width: 49%;
}

.girlsingle a, .girlsingle a font {
    color: rgb(255, 255, 255);
}

a.reviewthegency {
    margin-left: 10px;
    color: #fff;
}

.girlsingle h4,
.girlsingle .aboutme h4,
.clientreviewtext h4 {
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    cursor: default;
    font-size: 1.5em;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.girlsingle .girlinfo b {
    width: 50%;
    display: block;
    float: left;
}

.girlsingle .valuecolumn {
    width: 50%;
    display: block;
    float: left;
}

.girlsingle .valuecolumn,
.girlsingle b {
    line-height: 1.7em;
}

.girlsingle .contact span a {
    color: rgb(255, 255, 255);
}

.girlsingle .escortcontact {
    
}

.girlsingle .girlinfo .services {
    clear: both;
}

.girlsingle .girlinfo .services div {
    padding: 4px 0;
    padding-left: 0px;
}

.girlsingle .girlinfo .services .icon-ok {
    color: #61bd6d;
}

.girlsingle .girlinfo .services .icon-cancel {
    color: #D14841;
}

.review .addedby {
    color: #c2c2c2;
    background-color: #1d242d;
    padding: 3px 8px;
    margin-bottom: 5px;
    float: left;
    color: #CCC;
}

.review .addedby b {
    color: #FFF;
}

.review .addedby a {
    color: #FFF;
}

.review .reviewtext p {
    margin-top: 0;
}

.addreviewform textarea {
    margin-bottom: 5px;
    padding: 10px;
    width: 530px;
    height: 100px;
}

.addreviewform .starratingoption {
    width: 572px;
    margin: 0 auto;
    padding-bottom: 8px;
}

.charcount {
    position: relative;
}

#bar {
    float: left;
    background-color: #1b96c5;
    width: 0px;
    height: 16px;
}

#barbox {
    float: right;
    height: 16px;
    background-color: #FFFFFF;
    width: 100px;
    border: 1px #2C3E50 solid;
    margin-right: 3px;
}

#count {
    float: right;
    margin-right: 8px;
}

.allreverr {
    display: none;
}

.girlsingle_all_reviews {
    display: none;
}

.girlsingle_all_reviews #preloader {
    background-color: #060606;
    padding: 10px;
    color: #fff;
}

.image-next-to-review {
    margin-right: 20px;
}

.registrationcomplete {
    text-align: left;
    padding: 20px;
    line-height: 25px;
}

.form-styling .form-label {
    width: 34%;
    float: left;
}

.form-styling .form-label.col100 {
    width: 100%;
}

.form-styling .form-label label {
    display: block;
}

.form-styling .form-label small,
.form-styling .form-input small {
    color: #999;
    display: block;
}

.form-styling .form-label label i,
.form-styling .mandatory i,
.form-styling .form-label small i,
.form-styling .form-input small i {
    color: red;
    font-style: normal;
}

.form-styling .form-input {
    width: 64%;
    float: right;
}

.form-styling .form-input.col100 {
    width: 100%;
}

.form-styling .form-input .input,
.form-styling .form-input .textarea,
.form-styling .form-input select,
.ui-datepicker select {
    background-color: #e5f2fd;
    border: 1px solid transparent;
    color: #2C3E50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
    max-width: 100%;
}

.form-styling .form-input .input.col100,
.form-styling .form-input .textarea.col100,
.form-styling .form-input select.col100 {
    width: 100%;
}

.form-styling .form-input .longinput {
    width: 85%;
}

.form-styling .form-input .longtextarea {
    width: 100%;
    resize: vertical;
}

.form-styling .form-input .input {
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    font-size: 1em;
}

.form-styling .form-input .textarea {
    font-size: 1em;
    padding: 10px;
}

.form-styling .form-input .input:focus,
.form-styling .form-input .textarea:focus,
.form-styling .form-input select:hover,
.ui-datepicker select:hover {
    border: 1px #2C3E50 solid;
}

.form-styling .form-input select {
    padding: 8px;
    font-size: 1em;
    cursor: pointer;
}

.form-styling .form-input select option {
    font-family: 'Open Sans', "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
    padding: 0 8px;
}

.form-styling .formseparator {
    clear: both;
    height: 30px;
}

.form-styling .form-input label {
    cursor: pointer;
}

.form-styling .form-input input[type=radio],
.form-styling .form-input input[type=checkbox] {
    cursor: pointer;
}

.form-styling .fieldset {
    background-color: #f7fbff;
    border: 1px #deeefd solid;
    padding: 10px;
}

.form-styling .fieldset legend {
    background-color: #fff;
    border: 1px #deeefd solid;
    font-size: 11px;
    text-transform: uppercase;
    color: #5a8ec2;
    padding: 2px 7px;
}

.form-styling input[type=submit] {
    font-size: 1.2em;
}

.form-styling {}

.form-styling {}

.form-styling {}

.form-styling {}

.form-styling {}

.form-styling {}

.form-styling {}

.form-styling {}

.form-styling {}

.form-styling .form-label span.checkusererr {
    color: #e10000;
}

.form-styling .form-label span.checkuserok {
    color: #3da001;
}

.form-styling .form-input .rates {
    padding-bottom: 10px;
}

.payment-settings-page .paymentgateway label {
    float: left;
    background-color: #e7f3fe;
    border: 1px #deeefd solid;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 20px;
    font-weight: bold;
    color: #60CEF5;
    width: 80px;
    text-align: center;
}

.payment-settings-page .paymentgateway label input {
    margin-bottom: 5px;
    cursor: pointer;
}

.payment-settings-page .paymentgateway label.selected {
    background: #30ce73;
    background: -webkit-gradient(linear, left top, left bottom, from(#30ce73), to(#27ae60));
    background: linear-gradient(to bottom, #30ce73 0%, #27ae60 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30ce73', endColorstr='#27ae60', GradientType=0);
    color: #fff;
}

.payment-settings-page .gateway_options,
.payment-settings-page .paymentplanmanualoptions {
    display: none;
}

.payment-button {
    border: none;
    font-weight: bold;
    font-size: 1.1em;
}

.site-settings-page .showsitelogo {
    background: url(i/showsitelogo-bg.png);
    margin-bottom: 10px;
    padding: 20px 0;
    overflow: hidden;
}

.site-settings-page .showsitelogo img {
    max-width: 100%;
}

.uploadifive-button * {
    cursor: pointer;
}

.uploadifive-button {
    font-family: 'Open Sans', "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
    white-space: nowrap;
}

.deletesitelogo {
    line-height: 30px;
}

.uploadifive-queue-item {
    background-color: #fff;
    font-size: 11px;
    margin-top: 5px;
    padding: 10px;
    color: #000;
    border-radius: 5px;
}

.uploadifive-queue-item .close {
    background: url('i/cancel.png') 0 0 no-repeat;
    display: block;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.uploadifive-queue-item .progress {
    margin-top: 10px;
    width: 100%;
}

.uploadifive-queue-item .progress-bar {
    background-color: #0099FF;
    height: 3px;
    width: 0px;
}

.upload_photos_page .girl {
    margin-right: 5px;
}

.upload_photos_page .girllast {}

.upload_photos_page .girl span {
    padding: 4px;
    background: #FFF;
    float: left;
    position: relative;
}

.upload_photos_page .girl span.selected {
    background-color: #7ca9c8;
}

.upload_photos_page .girl span i,
.upload_photos_page .girl span em {
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    cursor: pointer;
    text-indent: -9999px;
}

.upload_photos_page .girl span i:hover,
.upload_photos_page .girl span em:hover {
    background-color: #FFE8E9;
}

.upload_photos_page .girl span i {
    top: 2px;
    left: 2px;
    background: #FFF url(i/icon-no.png) center no-repeat;
}

.upload_photos_page .girl span em {
    top: 2px;
    left: 30px;
    background: #FFF url(i/icon-yes.png) center no-repeat;
}

.upload_photos_page img {
    vertical-align: middle;
}

.upload_photos_page .image_msg {
    color: #0C0;
    text-align: center;
    display: none;
    padding-top: 0px;
    font-size: 14px;
    font-weight: bold;
}

.addedtours {
    border-top: 1px #7ca9c8 solid;
}

.addedtours .tour {
    border-bottom: 1px #7ca9c8 solid;
    float: left;
    display: block;
    width: 100%;
}

.addedtours .tour div {
    display: block;
    float: left;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.addedtours .tourhead {
    color: #7ca9c8;
    font-weight: bold;
}

.addedtours .tour .addedstart {
    width: 120px;
}

.addedtours .tour .addedend {
    width: 120px;
}

.addedtours .tour .addedplace {
    width: 240px;
}

.addedtours .tour .addedphone {
    width: 140px;
}

.addedtours .tour .addedemail {
    width: 120px;
}

.addedtours .tour .addedbuttons {
    width: 55px;
    float: right;
}

.addedtours .tour-info-mobile {
    display: none;
    padding-right: 5px;
    font-weight: bold;
}

.addedtours .tour-info-mobile-clear {
    display: none;
    clear: both;
}

.deletemsg {
    color: #0C0;
    text-align: right;
    display: none;
    padding-top: 0px;
    font-size: 14px;
    font-weight: bold;
}

.addedtours .tour .addedbuttons i,
.addedtours .tour .addedbuttons em,
.addedtours .tour .addedbuttons b {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    cursor: pointer;
    line-height: 20px;
    margin-top: 5px;
}

.addedtours .tour .addedbuttons i {
    float: left;
    background: url(i/icon-no.png) center no-repeat;
}

.addedtours .tour .addedbuttons em {
    float: right;
    background: url(i/icon-edit.png) center no-repeat;
}

.addedtours .tour .addedbuttons b {
    float: right;
    background: url(i/small-loader.gif) center no-repeat;
}

.addedblacklistedclients {
    border-top: 1px #333 solid;
}

.addedblacklistedclients .blacklistedclients {
    border-bottom: 1px #333 solid;
    float: left;
    display: block;
    width: 100%;
}

.addedblacklistedclients .blacklistedclients div {
    display: block;
    float: left;
    line-height: 30px;
}

.addedblacklistedclients .clienthead {
    font-weight: bold;
}

.addedblacklistedclients .blacklistedclients .addedemail {
    width: 20%;
}

.addedblacklistedclients .blacklistedclients .addedphone {
    width: 20%;
}

.addedblacklistedclients .blacklistedclients .addednote {
    width: 60%;
}

.addedblacklistedclients .blacklistedclients .addedbuttons {
    float: right;
}

.addedblacklistedclients .blacklistedclients .addedbuttons .icon {
    float: right;
    display: block;
    cursor: pointer;
    font-size: 1.3em;
}

.addedblacklistedclients .blacklistedclients .addedbuttons .button-delete {
    color: #D14841;
}

.addedblacklistedclients .blacklistedclients .addedbuttons .button-delete:hover {
    background-color: #D14841;
    color: #fff;
}

.addedblacklistedclients .blacklistedclients .addedbuttons .button-edit {
    color: #1b96c5;
    margin-left: 15px;
}

.addedblacklistedclients .blacklistedclients .addedbuttons .button-edit:hover {
    color: #fff;
    background-color: #1b96c5;
}

.upload_verified_photo .button-delete {
    color: #D14841;
}

.addnewescortform {
    display: none;
}

.closebtn {
    padding: 2px 2px 2px 7px;
    font-weight: bold;
}

.closebtn_box {
    position: absolute;
    top: -5px;
    right: 0px;
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
    background-color: #D14841;
}

.closebtn_box:hover {
    color: #D14841;
    background-color: #fff;
}

.agency_options_dropdowns {
    display: none;
    position: relative;
}

.girlsingle .thumbs .profile-img-thumb {
    position: relative;
    float: left;
}

.girlsingle .thumbs .profile-img-thumb .edit-buttons {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-size: 1.2em;
    z-index: 1;
}

.girlsingle .thumbs .profile-img-thumb .icon {
    cursor: pointer;
    background-color: #fff;
    float: right;
    margin-left: 10px;
}

.girlsingle .button-main-image {
    color: #61bd6d;
}

.girlsingle .profile-img-thumb .button-main-image:hover {
    color: #fff;
    background-color: #61bd6d;
}

.girlsingle .button-delete {
    color: #D14841;
}

.girlsingle .profile-img-thumb .button-delete:hover {
    color: #fff;
    background-color: #D14841;
}

.image_msg_girl_single {
    color: #fff;
    background-color: #61bd6d;
    font-weight: bold;
    display: block;
    text-align: center;
}

.manage_escorts_page .thumb i {
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    cursor: pointer;
    text-indent: -9999px;
    top: 2px;
    left: 2px;
    border: 1px #fff solid;
}

.manage_escorts_page .thumb i.girlactive {
    background: #FFF url(i/icon-active.png) center no-repeat;
}

.manage_escorts_page .thumb i.girlinactive {
    background: #FFF url(i/icon-inactive.png) center no-repeat;
}

.manage_escorts_page .thumb i:hover {
    border: 1px #1B96C5 solid;
}

.manage_escorts_page .thumb i.girlsetinactive {
    text-indent: 0;
    color: #FF0000;
    background-color: #fff;
    padding: 3px;
    background-image: none;
    cursor: default;
    white-space: nowrap;
}

.manage_escorts_page .thumb i.girlsetactive {
    text-indent: 0;
    color: #8CCF2A;
    background-color: #fff;
    padding: 3px;
    background-image: none;
    cursor: default;
    white-space: nowrap;
}

.manage_escorts_page img {
    vertical-align: bottom;
}

.starrating {
    background: url(i/star.png) bottom left repeat-x;
    height: 16px;
    width: 95px;
}

.starrating .starrating_stars {
    background: url(i/star.png) top left repeat-x;
    height: 16px;
}

.starrating .star0 {
    display: none;
}

.starrating .star1 {
    width: 19px;
}

.starrating .star15 {
    width: 27px;
}

.starrating .star2 {
    width: 38px;
}

.starrating .star25 {
    width: 46px;
}

.starrating .star3 {
    width: 57px;
}

.starrating .star35 {
    width: 65px;
}

.starrating .star4 {
    width: 76px;
}

.starrating .star45 {
    width: 84px;
}

.starrating .star5 {
    width: 95px;
}

.starrating .star6 {
    width: 17px;
    background: url(i/star_red.png) center left repeat-x;
}

.onereview .starrating,
.onereview .starrating * {
    display: block;
}

.listagencies {
    width: 100%;
}

.listagencies .trhead th {
    color: #FFF;
    padding: 5px 0;
    padding-left: 5px;
    text-align: left;
    border-bottom: 1px rgb(100, 0, 100) solid;
    background-color: rgb(50, 0, 50);
}

.listagencies .agencytr {
    border-bottom: 1px rgb(100, 0, 100) solid;
}

.listagencies .agencytr td {
    line-height: 30px;
    padding: 0 5px;
}

.listagencies .agencytr td a {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.listagencies .agencytr td a:hover {
    color: rgb(200, 200, 200);
}

.listagencies .whiterow {
    background-color: rgb(70, 0, 70);
}

.listagencies .agencytr td a:hover {
    text-decoration: underline;
}

.agencytrgray {
    background-color: #111;
}

.agencydetails {
    width: 57%;
    line-height: 25px;
}

.agencydetails a {
    color: #5c9ee0;
}

.agencydetails b {
    display: block;
    width: 40%;
    float: left;
}

.agencydetails br {
    clear: both;
}

.agencydetails .bluebutton {
    line-height: 20px;
}

.searchescortform,
.addnewescortform {
    display: none;
}

.searchescortform label i {
    display: none;
}

.footer {
    background-color: #fff;
    padding: 10px;
}

.underfooter {
    clear: both;
    padding: 5px 0;
    color: #FFF;
}

.underfooter .l {
    line-height: 21px;
}

.underfooter .r a {
    display: block;
    text-indent: -9999px;
    background: url(i/wordpress-theme-by-dolcepixel.png) center left no-repeat;
    width: 150px;
    height: 21px;
}

.tosdisclaimer {
    background-color: #fff;
    width: 800px;
    padding: 10px;
}

.tosdisclaimer h4 {
    font-size: 18px;
    text-align: center;
}

.tosdisclaimer .tosdisclaimerscroll {
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px #999 solid;
    padding: 5px;
}

.tosdisclaimer .tosdisclaimerbuttons {
    margin: 0 auto;
    width: 200px;
}

#simplemodal-overlay {
    background-color: #000;
}

#simplemodal-container {}

.escort-pagination {
    padding-top: 20px;
    padding-bottom: 10px;
    clear: both;
    text-align: center;
    line-height: 15px;
}

.escort-pagination li {
    display: inline;
    padding: 0 2px;
}

.escort-pagination li a {
    background: #3498db;
    background: -webkit-gradient(linear, left top, left bottom, from(#60cef5), to(#1b96c5));
    background: linear-gradient(to bottom, #60cef5 0%, #1b96c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60cef5', endColorstr='#1b96c5', GradientType=0);
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
    padding: 2px 7px;
}

.escort-pagination li a:hover {
    background-position: top;
}

.escort-pagination li span.current {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eff8ff));
    background: linear-gradient(to bottom, #ffffff 0%, #eff8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eff8ff', GradientType=0);
    color: #0793b2;
    border-radius: 3px;
    border: 1px #0793b2 solid;
    padding: 2px 7px;
}

.editregfields {
    width: 100%;
    text-align: center;
}

.editregfields .tabletop {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eff8ff));
    background: linear-gradient(to bottom, #ffffff 0%, #eff8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eff8ff', GradientType=0);
    color: #1b96c5;
    cursor: default;
}

.editregfields tr.tabletop th {
    padding: 5px 0;
}

.editregfields .alignleft {
    text-align: left;
    padding-left: 5px;
}

.editregfields td {
    padding: 10px 0;
}

.editregfields tr.grayrow {
    background-color: #D5F2FC;
}

.editregfields .iPhoneCheckContainer {
    margin: 0 auto;
}

.send-validation-email-button-preloader {
    background: url(i/medium-loader.gif) center no-repeat;
    height: 16px;
    width: 48px;
}

.login h1 a {
    background-image: none;
    background-size: auto;
    width: 100%;
    text-indent: 0px;
    margin: 0;
    padding: 10px 0;
}

.login h1 {
    padding-bottom: 20px;
}

.login h1 a img {
    max-width: 100%
}

.login #login {
    margin-top: 0;
    padding-top: 20px;
    width: 500px;
}

.login form {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.login .message {
    margin-bottom: 10px;
}

.login #login_error {
    margin-bottom: 10px;
}

.login #login_error a {
    border-bottom: 1px red solid;
}

.login form .forgetmenot {
    float: right;
}

.login form .forgetmenot label {
    cursor: pointer;
}

.login #backtoblog,
.login #nav {
    padding: 0;
    margin-top: 10px;
}

.login #nav {
    float: left;
}

.login #backtoblog {
    float: right;
}

.login #nav a,
.login #backtoblog a {
    color: #1b96c5;
    background-color: #fff;
    padding: 2px 5px;
}

.login #nav a:hover,
.login #backtoblog a:hover {
    color: #1e1e1e;
}

img.alignnone {
    margin: 5px 20px 20px 0;
}

img.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

img.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    text-align: center;
    margin-bottom: 1.5em;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.entry-content img {
    margin: 0 0 1.5em 0;
}

.gallery dl {
    margin: 0;
}

.gallery-caption {
    margin: -1.5em 0 0 0;
}

blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}

blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

.theblog .post_title {
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
}

.theblog .post_title a {
    font-size: 1.5em;
}

.theblog .under_the_title {
    margin: 20px auto;
    background-color: #5C97BF;
    height: 4px;
    width: 100px;
}

.theblog .post_title a:hover {
    text-decoration: underline;
}

.theblog .post {
    padding-bottom: 40px;
}

.theblog img {
    float: left;
    margin: 5px 20px 20px 0;
}

.theblog .entry {
    font-size: 15px;
    line-height: 22px;
}

.theblog .postmetadata {
    color: gray;
}

.theblog .postmetadata a {}

.theblog .postmetadata a:hover {
    text-decoration: underline;
}

.theblog .commentlistall {
    padding-bottom: 20px;
    border-bottom: 1px solid #E5F2FD;
}

.theblog .commentlistall .comment {
    border: 1px solid #E5F2FD;
    padding: 0 10px;
    float: right;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.theblog .commentlistall .comment-info {
    border-bottom: 1px solid #E5F2FD;
    padding: 10px 0;
}

.theblog .commentlistall .commdate {
    color: #6C7A89;
    padding-right: 10px;
}

.theblog .commentlistall .depth-2 {
    width: 90%;
    padding-right: 0;
}

.theblog .commentlistall .depth-3,
.theblog .commentlistall .depth-4,
.theblog .commentlistall .depth-5,
.theblog .commentlistall .depth-6,
.theblog .commentlistall .depth-7 {
    width: 90%;
    border-right: none;
    padding-right: 0;
}

.theblog .commform {}

.theblog .commform .commname,
.theblog .commform .commemail {
    width: 50%;
}

.theblog .commform .commname .comminput,
.theblog .commform .commemail .comminput {
    background-color: #e5f2fd;
    border: none;
    color: #2C3E50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
    width: 90%;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    font-size: 1em;
}

.theblog .commform .commtextarea {
    background-color: #e5f2fd;
    border: none;
    color: #2C3E50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
    width: 100%;
    height: 200px;
}

.theblog .commform .commsubmitbutton {
    font-size: 1.2em;
}

.registerpage {
    cursor: default;
}

.registerpage .pagetitle {
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin-bottom: 50px;
    font-size: 2em;
}

.registerpage .usertype {
    width: 29%;
    margin: 0 2%;
    background-color: #fff;
    float: left;
    color: #494949;
}

.registerpage .usertype .usertype-title {
    padding: 10px;
    color: #fff;
}

.registerpage .usertype .usertype-content {
    padding: 20px;
}

.registerpage .usertype .userlist {
    list-style: none;
    padding-bottom: 20px;
    line-height: 2em;
    color: gray;
}

.registerpage .usertype .userlist .icon {
    color: #0096ff;
}

.registerpage .usertype .userlist .showprice {
    background-color: #16a085;
    color: #fff;
    padding: 0 5px;
    white-space: nowrap;
}

.registerpage .usertype .usertype-bottom {
    border-top: 1px #ebebec solid;
    padding-top: 10px;
}

.registerpage .usertype .usertype-bottom .showprice {
    display: block;
    font-size: 1.6em;
    padding-bottom: 10px;
}

.registerpage .usertype .usertype-bottom .showprice small {
    color: gray;
}

.registerpage .usertype .usertype-bottom .registerbutton {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 18px;
}

.topnav .mobile-menu,
.mobile-topnav .top-site-menu,
.mobile-topnav .social {
    display: none;
}

.mobile-topnav {
    margin: 0 -10px;
}

.mobile-topnav .mobile-menu {
    display: block;
    font-size: 1.3em;
    position: absolute;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 20;
    background-color: #354052;
    padding: 0;
}

.mobile-menu .show-left-mobile-sidebar,
.mobile-menu .show-right-mobile-sidebar {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

.mobile-menu .show-left-mobile-sidebar .icon,
.mobile-menu .show-right-mobile-sidebar .icon {
    background-color: #000;
}

.mobile-menu .show-left-mobile-sidebar .icon,
.mobile-menu .show-left-mobile-sidebar .label-for-icon,
.mobile-menu .show-right-mobile-sidebar .icon,
.mobile-menu .show-right-mobile-sidebar .label-for-icon {
    padding: 5px;
}

.mobile-topnav .subnav {
    padding-top: 5px;
}

.mobile-topnav .subnav li {
    float: left;
    list-style: none;
    text-align: center;
}

.mobile-topnav .subnav li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.8em;
}

.mobile-sidebar-content-overlay {
    position: absolute;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
    top: 0;
    left: 0;
}

.mobile-sidebar {
    font-size: 1.1em;
    display: none;
    width: 255px;
    height: 100%;
    background-color: #354052;
    position: absolute;
    position: fixed;
    top: 0;
    z-index: 999999;
    overflow-y: auto;
    padding-top: 10px;
}

.left-mobile-sidebar {
    left: 0;
}

.right-mobile-sidebar {
    right: 0;
}

.left-mobile-sidebar .selected-location {
    display: block;
}

.left-mobile-sidebar .social {
    width: 100%;
    margin-bottom: 10px;
}

.left-mobile-sidebar .social li {
    float: left;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    border: none;
}

.left-mobile-sidebar .social li a {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 1.2em;
    color: #FFF;
    border-radius: 3px;
}

.left-mobile-sidebar .social li a:hover {
    background-color: #2574a9;
}

.left-mobile-sidebar li {
    list-style: none;
    border-bottom: 1px #1e2228 solid;
    display: block;
}

.left-mobile-sidebar li:last-child {
    border-bottom: none;
}

.left-mobile-sidebar li a {
    color: #A0ABBF;
    padding-left: 10px;
    border-left: 3px transparent solid;
    font-weight: bold;
    display: block;
    line-height: 2.7em;
}

.left-mobile-sidebar li ul {
    display: none;
}

.left-mobile-sidebar li.current_page_item a {
    color: #fff;
    border-left: 3px #15A4FA solid;
}

.left-mobile-sidebar li.current_page_item li a {
    color: #A0ABBF;
    border-left: 3px transparent solid;
}

.left-mobile-sidebar li ul li {
    background: #2F3949;
}

.left-mobile-sidebar .header-menu {
    margin-bottom: 30px;
}

.left-mobile-sidebar .countries h4 {
    padding-left: 13px;
    color: #fff;
}

.left-mobile-sidebar .countries .selected-location {
    margin: 10px 13px;
    color: #fff;
    padding: 5px 5px;
}

.left-mobile-sidebar .country-list {
    display: none;
    border-bottom: 3px #15A4FA solid;
}

.left-mobile-sidebar .country-list .icon {
    display: none;
}

.left-mobile-sidebar .country-list .sidebar-country-link {
    color: #3CB8E3;
}

.left-mobile-sidebar .country-list .current_page_item_country a {
    color: #fff;
}

.left-mobile-sidebar .country-list .current_page_item_country ul a {
    color: #A0ABBF;
}

.left-mobile-sidebar .country-list li.current_page_item_city a {
    color: #fff;
    border-left: 3px #15A4FA solid;
}

.right-mobile-sidebar {
    padding: 10px;
    padding-bottom: 0;
}

.right-mobile-sidebar .sidebar-right {
    margin-left: 0px !important;
    width: 100%;
    display: block;
}

.loader,
.loader span {
    width: 70px;
    height: 6px;
}

.loader {
    margin: 10px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.loader span {
    background-color: #3FC380;
    position: absolute;
    display: inline-block;
}
