html,
body,
div,
p,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    border: 0;
    cursor: pointer;
    border: none;
    background: none;
    color: #fff;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    font-family: Arial, sans-serif;
}

.wrapper {
    min-height: 100%;
    width: 100%;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    background: #fff;
}

.main-header {
    background: #A02239;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}
.main-header .wrapper {
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #A02239;
}
.main-header .h1 {
    float: left;
    margin: 10px 0 0;
    color: #fff;
    font-size: 27px;
}

.main-header h1  {
    float: left;
    margin: 10px 0 0;
    color: #fff;
    font-size: 27px;
}

.main-header .logo-title {
    position: absolute;
    font-size: 9px;
    width: 100%;
    bottom: -15px;
    left: 10px;
    text-transform: uppercase;
}
.site-menu {
    float: left;
    display: table;
    height: 50px;
    margin: 0 0 0 50px;
}
.site-menu-item {
    color: #fcc;
    font-size: 14px;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0 20px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.site-menu-item:hover {
    text-decoration: underline;
    color: #fff;
}

.wrapper-content {
    padding: 0 0 37px;
    position: relative;
    background-color: #ffffff;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

/* начало табов Who's Online*/
/* Базовый контейнер табов */
.inner-content {
  padding-top: 15px;
  margin: 0 auto;
  text-align: left;
}
/* стили секций с содержанием */
section {
  display: none;
  padding: 15px;
  background: #fff;
  border-radius: 0px 5px 5px 5px;
}
.inner-content input {
  display: none;
}
/* стили вкладок (табов) */
.inner-content .tabs {
  display: inline-block;
  margin: 0 -3px -1px;
  padding: 5px 15px 5px 35px;
  font-weight: 600;
  text-align: center;
  color: #3B3B3B;
  border: 1px solid #ccc;;
  background: #f9f9f9;
  position: relative;
}

/* изменения стиля заголовков вкладок при наведении */
.inner-content .tabs:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* стили для активной вкладки */
.inner-content input:checked + .tabs {
  color: #1c2c3d;
  border: 1px solid #d6dbde;
  border-bottom: 1px solid #fff;
  background: #fff;
  border-top: 2px solid #C92746;
}
/* активация секций с помощью переключателя :checked */
#tab-profile1:checked ~ #profile1,
#tab-profile2:checked ~ #profile2,
#tab-profile3:checked ~ #profile3,
#tab-profile4:checked ~ #profile4 {
  display: block;
}

.females::before {
    content: '';
    background: url('./../i/icon-spr.png') no-repeat;
    width: 23px;
    height: 22px;
    background-position: 2px -361px;
    position: absolute;
    left: 5px;
    top: 1px;
}

.couples::before {
    content: '';
    background: url('./../i/icon-spr.png') no-repeat;
    width: 28px;
    height: 22px;
    background-position: -2px -510px;
    position: absolute;
    left: 5px;
    top: 1px;
}

.males::before {
    content: '';
    background: url('./../i/icon-spr.png') no-repeat;
    width: 23px;
    height: 22px;
    background-position: 5px -396px;
    position: absolute;
    left: 0;
    top: 0;
}

.transsexuals::before {
    content: '';
    background: url('./../i/icon-spr.png') no-repeat;
    width: 23px;
    height: 26px;
    background-position: 2px -555px;
    position: absolute;
    left: 6px;
    top: 0;
}

.models-profile {
    width: 280px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin: 10px 3px;
}

.models-profile:hover {
    border: 1px solid #000;
}

.title-content {
    text-align: center;
    margin: 15px 0;
}

.title {
    font-weight: bold;
    font-size: 18px;
}

.sub-title {
    font-size: 14px;
    text-align: left;
    padding: 0px 15px;

}
.models-img-wrapper {
    width: 210px;
}

.models-img {
    display: inline;
    vertical-align: middle;
    width: 280px;
    height: 180px;
}

.status {
    background: url('./../i/icon-spr.png') no-repeat 0 0;
    width: 32px;
    height: 25px;
    left: 5px;
    top: -5px;
    display: none;
}

.new {
    position: absolute;
    display: block;
}

.live {
    position: absolute;
    display: block;
    background-position: 0 -50px;
}

.models-name {
    text-align: left;
    font-size: 14px;
    background: #000;
    opacity: 0.8;
    position: absolute;
    bottom: 80px;
    width: 270px;
    padding: 0 5px;
}

.models-status {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.models-about {
    text-align: left;
    font-size: 13px;
    padding: 5px;
}
/* конец табов Who's Online*/

.seo-content {
    font-size: 14px;
    margin: 20px;
    padding: 20px 15px;
    display: inline-block;
    min-height: 200px;
}

.seo-content p {
    font-size: 14px;
    text-align: justify;
    text-indent: 20px;
    margin-bottom: 10px;
}

.footer {
    width: 100%;
    position: relative;
    height: 40px;
    background: #A02239;
    margin: -40px 0 0;
}

.footer-content {
    padding: 10px 0;
    text-align: center;
    margin: 0px auto;
    font-size: 13px;
    color: #f99;
}

@media (max-width: 400px) {
    .site-menu {
        margin: 0;
    }
    .site-menu-item {
        font-size: 12px;
    }
    .seo-content {
        min-height: 350px;
    }
}

.page_content a{
    display:inline-block;
    color:#666;
    background-color:#f1f1f1;
    border:#ddd 1px solid
}

.sing-up {
    float: right;
    margin: 0px 0;

}
.webcam-profile-tags{font-size:12px;font-weight:700;margin:0px 0 0;text-align:justify}
.webcam-profile-tags>a{margin:0 20px 10px 0;display:inline-block;color:#000}
.webcam-profile-tags>a:hover{text-decoration:underline;color:#A02239}
.webcam-profile-tags-wrap{display:inline-block;width:100%;border:1px solid #dcdcdc;border-radius:5px;padding:10px;vertical-align:top;text-align:left}
.webcam-profile-tags-title{color:#A02239;font-weight:700;font-size:22px}

.sing-up2 {
    float: right;
    margin: 15px 0;

}
