@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

/* CSS clear based on http://meyerweb.com/eric/tools/css/reset/ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers and specific declarations */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}


/* Main definitions */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
    background: #fff;
}

body,
td,
p {
    font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.6em;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

a {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}

a,
input {
    transition: all 0.4s ease;
}

p {
    margin-bottom: 1em;
    text-align: justify;
}

hr {
    height: 1px;
    display: block;
    clear: both;
    padding: 0;
    margin: 15px 0;
    background: #333;
    border: none;
}

h1 {
    font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h2 {
    font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h3 {
    font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.table-outer {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

header {
    position: relative;
}

header {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.header-nav {
    display: inline-block;
    width: 100%;
    background: url(../images/bg-header.jpg) repeat-x top center;
    border-top: 5px solid #ac374e;
    border-bottom: 5px solid #dff19a;
}

.header-nav .logo {
    display: inline-block;
    margin-top: 13px;
}

.header-nav .logo img {
    width: 80%;
}

ul.left-top-nav {
    float: left;
    text-align: left;
}

ul.left-top-nav li {
    display: inline-block;
}

ul.right-top-nav {
    float: right;
    text-align: right;
}

ul.right-top-nav li {
    display: inline-block;
}

.nav-top {
    display: inline-block;
    width: 100%;
    min-height: 137px;
    font-size: 0;
}

.left-top-nav li {
    font-size: 0;
}

.left-top-nav,
.right-top-nav {
    width: 275px;
    margin-top: 20px;
}

.left-top-nav li a,
.right-top-nav li a {
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: 300;
    color: #882b3c;
    border-bottom: 1px solid #fd8086;
    text-shadow: 1px 1px #ed6a84;
    line-height: 27px;
}

.right-top-nav li a {
    text-transform: uppercase;
}

.left-top-nav li.active a,
.right-top-nav li.active a {
    border-top: 1px solid #fd8086;
    border-bottom: 1px solid #f2f2f2;
    color: #fff;
}

.left-top-nav li a:hover,
.right-top-nav li a:hover {
    color: #fff;
}

.left-top-nav li.active a:hover,
.right-top-nav li.active a:hover {
    color: #882b3c;
}

.left-top-nav li:first-child a,
.right-top-nav li:first-child a {
    padding: 0 4px;
}

.nav-bottom {
    display: inline-block;
    width: 100%;
    min-height: 54px;
}

.nav-bottom ul.menu {
    display: inline-block;
    width: 100%;
    font-size: 0;
}

.nav-bottom ul.menu li {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #fff;
    border-radius: 7px;
}

.nav-bottom ul.menu li.active {
    background: url(../images/bg-pink-pattern.png);
}

.nav-bottom ul.menu li a {
    display: inline-block;
    font-size: 22px;
    color: #545e30;
    text-shadow: 1px 1px #fff;
    text-align: center;
    width: 140px;
    line-height: 42px;
    font-weight: 700;
    position: relative;
    padding-left: 36px;
}

.nav-bottom ul.menu li a:hover {
    color: #eb5874;
}

.nav-bottom ul.menu li.join a {
    color: #eb5874;
    text-transform: uppercase;
}

.nav-bottom ul.menu li.join a:hover {
    color: #545e30;
}

.nav-bottom ul.menu li a:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    border-radius: 7px;
}

.nav-bottom ul.menu li.home a:before {
    background: url(../images/ico-menu-home.png) no-repeat center center rgba(255, 255, 255, 0.5);
}

.nav-bottom ul.menu li.models a:before {
    background: url(../images/ico-menu-models.png) no-repeat center center rgba(255, 255, 255, 0.5);
}

.nav-bottom ul.menu li.videos a:before {
    background: url(../images/ico-menu-videos.png) no-repeat center center rgba(255, 255, 255, 0.5);
}

.nav-bottom ul.menu li.pictures a:before {
    background: url(../images/ico-menu-pictures.png) no-repeat center center rgba(255, 255, 255, 0.5);
}

.nav-bottom ul.menu li.join a:before {
    background: url(../images/ico-menu-join.png) no-repeat center center rgba(255, 255, 255, 0.5);
}

.header-join-block {
    display: inline-block;
    width: 100%;
    background: url(../images/bg-pink-pattern.png);
}

.header-video-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
}

.header-video {
    display: inline-block;
    width: 100%;
    position: relative;
}

.header-video-overlay {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
}

.header-video-overlay a {
    display: inline-block;
    font-size: 32px;
    padding: 20px 40px;
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 10px;
    font-family: 'Lobster', Arial, Helvetica, sans-serif;
}

.header-video-overlay a:hover {
    background: #ff3d7f;
}

a.scrollup {
    float: left;
    padding: 10px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #FFF;
    display: none;
    font-size: 20px;
    color: #e14284;
    z-index: 9999;
}

a:hover.scrollup {
    background: #e14284;
    color: #FFF;
}

.half-join-area {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}

.half-join-area .btn-join-now {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.half-join-area p {
    text-align: center;
}

.half-join-area .promo-images {
    margin-top: 20px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

.half-join-area .promo-images img {
    display: inline-block;
}

.half-join-area .lesarchive {
    background: url(../images/bg-promo-lesarchive.jpg) no-repeat;
    background-size: cover;
    background-position: top left;
}

.half-join-area .lesarchive .title,
.half-join-area .lesarchive .title a {
    color: #700038;
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
    text-shadow: 1px 1px #e88792;
}

.half-join-area .lesarchive .title a:hover {
    opacity: 0.8;
}

.half-join-area .lesarchive .logo {
    margin-top: 26px;
    display: inline-block;
    padding: 0 15px;
}

.half-join-area .lesarchive p,
.half-join-area .lesarchive p a {
    color: #700038;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 1px 1px #e88792;
    text-transform: uppercase;
}

.half-join-area .lesarchive a:hover {
    opacity: 0.8;
}

.half-join-area .lesarchive .inner {
    float: right;
    width: 100%;
    max-width: 586px;
}

.half-join-area .teendreams {
    background: url(../images/bg-promo-teendreams.jpg) no-repeat;
    background-size: cover;
    background-position: top left;
}

.half-join-area .teendreams .inner {
    float: left;
    width: 100%;
    max-width: 586px;
}

.half-join-area .teendreams .logo {
    margin-top: 40px;
    display: inline-block;
    padding: 0 15px;
}

.half-join-area .teendreams .title,
.half-join-area .teendreams .title a {
    color: #486221;
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
    text-shadow: 1px 1px #e5e1b5;
    margin-top: 10px;
}

.half-join-area .teendreams .title a:hover {
    opacity: 0.8;
}

.half-join-area .teendreams p,
.half-join-area .teendreams a {
    color: #486221;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 1px 1px #e5e1b5;
    text-transform: uppercase;
}

.half-join-area .teendreams a:hover {
    opacity: 0.8;
}

.promo-top {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.promo-top .left-col {
    float: left;
    width: 250px;
    font-size: 22px;
    color: #d5f7a1;
    line-height: 26px;
    text-align: left;
    margin-top: 50px;
}

.promo-top .left-col b {
    color: #fce7d2;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}

.promo-top .middle-col {
    float: none;
    display: inline-block;
    font-size: 0;
}

.promo-top .middle-col .promo-image,
.promo-top .middle-col .btn-join {
    margin: 0 4px;
}

.promo-top .middle-col .btn-join:hover {
    opacity: 0.8
}

.promo-top .right-col {
    width: 250px;
    float: right;
}

.promo-top ul.promo-details {
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 25px;
    text-transform: uppercase;
    color: #fad8c8;
    font-weight: 700;
    margin-top: 50px;
}

.promo-top ul.promo-details li {
    line-height: 48px;
    padding-left: 46px;
}

.promo-top ul.promo-details li:nth-child(1) {
    background: url(../images/ico-promo-video.png) no-repeat left center;
}

.promo-top ul.promo-details li:nth-child(2) {
    background: url(../images/ico-promo-photo.png) no-repeat left center;
}

.promo-top ul.promo-details li:nth-child(3) {
    background: url(../images/ico-promo-model.png) no-repeat left center;
}

.promo-bottom {
    text-align: center;
    margin-top: 40px;
}

.lg-promo-text {
    text-transform: uppercase;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.lg-promo-text:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.pink {
    background: url(../images/bg-pink-pattern.png);
}

.green {
    background: url(../images/bg-green-pattern.png);
}

.yellow {
    background: url(../images/bg-yellow-pattern.png);
}

.promo-section {
    border-top: 6px solid #fff;
    border-bottom: 6px solid #cd436b;
    background: url(../images/bg-promo-pink.png);
}

.promo-section-2 {
    border-bottom: 6px solid #fff;
    background: url(../images/bg-banner.jpg) top center;
    background-size: cover;
    text-align: center;
}

.promo-section-2 .promo-desc {
    display: inline-block;
    width: 100%;
    color: #82044a;
    font-size: 19px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 0;
}

.promo-section-2 .promo-desc b {
    font-weight: 800;
}

.promo-buttons {
    display: inline-block;
    width: 100%;
}

.promo-buttons a {
    display: inline-block;
    text-align: left;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin: 0 25px;
    padding: 7px;
    padding-left: 53px;
    min-width: 285px;
    margin-top: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 1px 0px rgba(85, 39, 48, 0.31);
    -moz-box-shadow: 0px 3px 1px 0px rgba(85, 39, 48, 0.31);
    box-shadow: 0px 3px 1px 0px rgba(85, 39, 48, 0.31);
}

.promo-buttons a:hover {
    opacity: 0.8;
}

.promo-buttons a b {
    font-weight: 400;
}

.promo-buttons a:first-child {
    background: url(../images/ico-check-light.png) no-repeat 15px center #82044a;
}

.promo-buttons a:first-child b {
    color: #e63154;
}

.promo-buttons a:nth-child(2) {
    background: url(../images/ico-check-dark.png) no-repeat 15px center #de345c;
}

.promo-buttons a:nth-child(2) b {
    color: #82044a;
}

.promo-buttons a:nth-child(3) {
    background: url(../images/ico-check-dark.png) no-repeat 15px center #ff678b;
}

.promo-buttons a:nth-child(3) b {
    color: #82044a;
}

.promo-image {
    margin-top: 20px;
}

.promo-image a:hover {
    opacity: 0.8
}

.lg-join-button {
    font-size: 58px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 7px 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: url(../images/bg-btn.png);
    line-height: 60px;
    display: inline-block;
    border-bottom: 5px solid #de345c;
}

.lg-join-button:hover {
    opacity: 0.8;
}

.lg-join-button.green {
    border-bottom: 5px solid #dff19a;
    margin-bottom: 25px;
}

.join-details ul,
.join-details ul li {
    display: block;
    float: left;
}

.join-details ul {
    width: 100%;
    margin: 17px 0;
}

.join-details ul li {
    width: 33.33%;
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    color: #9bd063;
    line-height: 47px;
    display: block;
    text-transform: uppercase;
}

.join-details ul li.photos span {
    background: url(../images/ico-camera-white.png) no-repeat left center;
}

.join-details ul li.videos span {
    background: url(../images/ico-video-white.png) no-repeat left center;
}

.join-details ul li.models span {
    background: url(../images/ico-crown.png) no-repeat left center;
}

.join-details ul li:first-child {
    padding-right: 12px;
}

.join-details ul li:nth-child(2) {
    padding: 0 12px;
}

.join-details ul li:last-child {
    padding-left: 12px;
}

.join-details ul li span {
    display: block;
    padding-bottom: 3px;
    padding-left: 67px;
}

.join-details ul li b {
    font-weight: 700;
}

.become-a-member .join-details ul li b {
    color: #fff;
}

.header-bottom .become-a-member .wrapper {
    height: 100%;
}

.header-bottom:before {
    display: block;
    height: 7px;
    background: #fff;
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
}

.header-bottom:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 30px;
    background: url(../images/bg-header-bottom-after.png) repeat-x center top;
}

header .join-button {
    max-width: 337px;
    display: inline-block;
}

header .join-button:hover {
    opacity: 0.8;
}

.header-bottom .become-a-member {
    height: 83px;
    width: 100%;
}

.header-bottom .become-a-member a {
    position: absolute;
    left: 0;
    bottom: -83px;
    right: 0;
    z-index: 1;
}

.content {
    text-align: center;
    padding: 15px 0 20px 0;
}

.content-item,
.model-item,
.photo-item,
.special-item {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 3px solid #fff;
    margin: 4px 2px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(134, 134, 134, 0.16);
    -moz-box-shadow: 0px 0px 4px 0px rgba(134, 134, 134, 0.16);
    box-shadow: 0px 0px 4px 0px rgba(134, 134, 134, 0.16);
}

.content-item:before,
.special-item:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 23.5px 0 23.5px;
    border-color: #d1e4ce transparent transparent transparent;
}

.wraper-content {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wraper-content .content-item {
    float: left;
    margin-right: 22.5px;
    margin-bottom: 17px;
}

.wraper-content .content-item:nth-child(3) {
    margin-right: 0;
}

.content-item {
    width: 290px;
    margin: 7px 9px;
}

.special-item {
    /*width: 227px;*/
    width: 186px;
    margin: 4px 4px;
}

.model-item {
    width: 275px;
    position: relative;
    border: 0;
    margin: 7px;
}

.model-item .item-title-top {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    font-size: 14px;
    background: transparent;
    padding: 0 15px;
    display: none;
}

.model-item .item-title-bottom {
    position: absolute;
    bottom: 10px;
    right: 5px;
    font-size: 19px;
    background: transparent;
    color: #4e2345;
    padding-left: 34px;
    background: url(../images/ico-item-camera.png) no-repeat left center;
    line-height: 32px;
}

.model-item .item-title-top i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #000;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}

.model-item.colors-purple .item-title-top a {
    color: #780a43;
}

.model-item.colors-purple .item-title-top i {
    background: #fc399d;
}

.model-item.colors-green .item-title-top a {
    color: #015e68;
}

.model-item.colors-green .item-title-top i {
    background: #00a675;
}

.model-item.colors-orange .item-title-top a {
    color: #b34700;
}

.model-item.colors-orange .item-title-top i {
    background: #ff680a;
}

.model-item.colors-purple .item-title-top a {
    color: #b34700;
}

.model-item.colors-purple .item-title-top i {
    background: #d76483;
}

.model-item.colors-gray .item-title-top a {
    color: #000;
}

.model-item.colors-gray .item-title-top i {
    background: #573f2c;
}

.model-item.colors-pink .item-title-top a {
    color: #f10f84;
}

.model-item.colors-pink .item-title-top i {
    background: #f093bc;
}

.model-item.colors-blue .item-title-top a {
    color: #5f7380;
}

.model-item.colors-blue .item-title-top i {
    background: #2eb7e2;
}

.model-item.colors-red .item-title-top a {
    color: #d6393a;
}

.model-item.colors-red .item-title-top i {
    background: #ff6161;
}

.model-item .item-title-bottom a {
    color: #8e2841;
}

.content-item .thumb,
.model-item .thumb,
.special-item .thumb {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 7px;
    overflow: hidden;
}

.content-item .thumb .inner,
.model-item .thumb .inner,
.special-item .thumb .inner {
    position: relative;
    display: block;
    /*height: 0;*/
    overflow: hidden;
}

.content-item .thumb .inner {
    padding-bottom: 56.3%;
}

.model-item .thumb .inner {
    padding-bottom: 170.4%;
}

.special-item.gallery-item .thumb .inner {
    /*padding-bottom: 151.2%;*/
}

.special-item.model-special .thumb .inner {
    /*padding-bottom: 170.4%;*/
    /*padding-bottom: 124.4%;*/
}

.content-item .thumb .inner img,
.model-item .thumb .inner img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: all 0.6s ease;
}

.content-item .thumb:hover .inner img,
.model-item .thumb:hover .inner img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 0.9;
}

.item-title {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 27px;
    min-height: 5px;
}

.item-date {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.49);
    color: #d63240;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    transform: translateX(-50%);
}

.item-date span {
    display: inline-block;
    padding-left: 21px;
    background: url(../images/ico-item-date.png) no-repeat 5px center;
    line-height: 25px;
    padding: 0 6px;
    padding-left: 29px;
    font-size: 16px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.49);
}

.special-item .item-date {
    bottom: 30px;
}

.special-item.gallery-item .item-date {
    bottom: 5px;
}

.content-item .item-title a,
.model-item .item-title a,
.special-item .item-title a {
    color: #73ae69;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.content-item .item-title a:hover,
.model-item .item-title a:hover,
.special-item .item-title a:hover {
    color: #eb5874;
}

.border-top-white {
    border-top: 1px solid #fff;
}

.model-item {
    width: 188px;
    position: relative;
}

.item-details-2-col {
    display: inline-block;
    width: 100%;
    float: left;
    background: #ffdbec;
}

.item-details-2-col div {
    width: 50%;
    float: left;
    background: #ffdbec;
    text-align: center;
    font-size: 14px;
    color: #ab0c5b;
    font-weight: 400;
    line-height: 30px;
}

.item-details-2-col div:first-child {
    text-align: left;
    padding-left: 5px
}

.item-details-2-col div:last-child {
    text-align: right;
    padding-right: 5px
}

.item-details-2-col .video-amount span {
    display: inline-block;
    padding-left: 31px;
    background: url(../images/ico-item-video.png) no-repeat left center;
}

.item-details-2-col .photo-amount span {
    display: inline-block;
    padding-left: 27px;
    background: url(../images/ico-item-camera.png) no-repeat left center;
}

.item-view-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 68px;
    width: 130px;
    color: #380c38;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.63);
    text-align: center;
    font-size: 15px;
    display: inline-block;
    width: 130px;
    float: left;
    line-height: 26px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 1;
}

.item-view-btn:hover {
    background: #d72562;
    color: #fff;
}

.view-btn-2 {
    background: #73ae69;
    width: 100%;
    line-height: 32px;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 34px;
    border-left: 1px solid #fff;
    border: 6px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: none;
    font-size: 18px;
}

.view-btn-2:hover {
    background: #73ae69;
    width: 100%;
    line-height: 32px;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 34px;
    border-left: 1px solid #fff;
    border: 6px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: none;
    font-size: 18px;
}

ul.reviews-list {
    width: 100%;
    margin-top: 20px;
}

ul.reviews-list,
ul.reviews-list li {
    display: inline-block;
    font-size: 0;
}

ul.reviews-list li {
    margin: 20px 5px;
}

.header-title-holder {
    line-height: 31px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
}

.header-title-holder.min-margin {
    margin-top: -25px;
}

.header-title {
    position: relative;
    display: inline-block;
    padding: 10px 0 10px 39px;
    font-size: 24px;
    color: #eb5874;
    font-weight: 700;
    text-shadow: 1px 1px #fff;
}

.header-title:before {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    bottom: 16px;
    width: 1000px;
    height: 1px;
    background: #df9f92;
    transform: translateX(-107%);
}

.header-title:after {
    position: absolute;
    content: '';
    display: inline-block;
    right: 0;
    bottom: 16px;
    width: 1000px;
    height: 1px;
    background: #df9f92;
    transform: translateX(107%);
}

.header-title span {
    display: inline-block;
    padding-right: 20px;
    background: url(../images/ico-breadcrumbs.png) no-repeat right center;
}

.header-title span a {
    color: #73ae69;
    text-decoration: underline;
}

.header-title span a:hover {
    color: #eb5874;
    text-decoration: none;
}

.header-title span:last-child {
    padding-right: 0;
    background: transparent;
}

.header-join-block {}

.header-join-block p {
    line-height: 26px;
    font-size: 19px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.header-join-block p b {
    color: #e4506c;
    font-weight: 400;
}

.ico-catalog {
    background: url(../images/ico-catalog.png) no-repeat left center;
}

.ico-videos {
    background: url(../images/ico-video-blue.png) no-repeat left center;
}

.ico-edit {
    background: url(../images/ico-edit.png) no-repeat left center;
}

.ico-photos {
    background: url(../images/ico-camera-blue.png) no-repeat left center;
}

.ico-comments {
    background: url(../images/ico-comments-blue.png) no-repeat left center;
}

.button-more {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #ab0c5b;
    font-weight: 400;
    font-size: 24px;
    line-height: 17px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 4px;
    border: 1px solid #ab0c5b;
}

.button-more:hover {
    color: #3e0c3e;
    border: 1px solid #3e0c3e;
}

.banner-1 {
    position: relative;
    background: url(../images/bg-banner-1.jpg) no-repeat top center;
    min-height: 438px;
    background-size: cover;
    text-align: center;
}

.banner-2 {
    position: relative;
    background: url(../images/bg-banner-2.jpg) no-repeat top center;
    min-height: 396px;
    background-size: cover;
    text-align: center;
}

.sub-page .banner-2 {
    background: url(../images/bg-banner-2-subpage.jpg) no-repeat top center;
}

.banner-1 .join-line,
.banner-2 .join-line {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 100%;
    max-width: 337px;
    margin-left: -166px;
}

.banner-1 .become-a-member,
.banner-2 .become-a-member {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    right: 50%;
    transform: translateY(-50%);
    margin-top: 10px;
    text-shadow: 1px 1px #382822;
}

.become-a-member-desc {
    color: #9bd063;
    display: inline-block;
    font-size: 24px;
    line-height: 29px;
    margin-top: 5px;
    margin-bottom: 0;
    max-width: 660px;
    text-align: center;
    width: 100%;
}

.banner-2 .become-a-member-desc {
    background: url(../images/bg-headertitle-green.png) no-repeat center bottom;
    padding-bottom: 40px;
}

.newsletter {
    text-align: center;
}

.newsletter {
    padding: 23px 0;
    color: #eb5874;
    font-size: 24px;
    font-weight: 400;
}

.newsletter label {
    line-height: 39px;
    display: inline-block;
}

.newsletter b {
    color: #eb5874;
    font-weight: 700;
}

.newsletter input[type=email] {
    border: none;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    max-width: 265px;
    margin-left: 10px;
    line-height: 39px;
    color: #eb5874;
    padding: 2px 5px;
    display: inline-block;
}

.newsletter input[type=submit] {
    background: #98bd5f;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-left: 10px;
    max-width: 90px;
    padding: 0 12px;
    width: 100%;
    text-shadow: 1px 1px #7b994d;
}

.newsletter input[type=submit]:hover {
    background: #708e42;
}

footer {
    background: #fff;
    color: #708e42;
    font-size: 14px;
    font-weight: 400;
}

footer .left-side {
    position: relative;
    float: left;
    width: 57%;
    line-height: 19px;
    padding: 21px 0;
}

footer .right-side {
    position: relative;
    float: left;
    width: 43%;
    line-height: 19px;
    padding: 21px 0;
}

footer .top-footer .left-side,
footer .top-footer .right-side {
    min-height: 87px;
}

footer .top-footer .left-side:after,
footer .top-footer .right-side:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 26px;
    height: 1px;
    display: inline-block;
    content: '';
    clear: both;
    background: #ff3d7f;
}

footer .bottom-footer {
    border-top: 1px solid rgba(230, 49, 84, 0.4);
}

footer .top-footer .right-side:after {
    left: 26px;
    right: 0;
}

footer .left-side {
    padding-right: 26px;
    text-align: left;
}

footer .right-side {
    padding-left: 26px;
    text-align: right;
}

footer a {
    color: #708e42;
}

footer a:hover {
    color: #516b2a;
}

a.menu-opener {
    display: none;
    font-size: 20px;
    color: #545e30;
    text-shadow: 1px 1px #fff;
    text-align: center;
    width: 140px;
    line-height: 36px;
    font-weight: 700;
    position: relative;
    padding-left: 36px;
    border-radius: 7px;
    border: 1px solid #fff;
    float: none;
    margin-top: 5px;
}

a.menu-opener:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    content: '';
    background: url(../images/menu-opener.png) no-repeat center -29px rgba(255, 255, 255, 0.5);
    border-radius: 7px;
}

a.menu-opener:hover {
    color: #eb5874;
}

.only-desktop {
    display: inline-block;
}

.only-mobile {
    display: none;
}

.sub-page .header-bottom {
    margin-top: 306px;
}

.sub-page .header-bottom:before {
    top: -7px;
    opacity: 0.54;
}

.sub-page .on-slider-body {
    top: 158px;
    height: 289px;
}

.sub-page .on-slider-title {
    margin-bottom: 0 !important;
}

.subpage-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 454px;
    background: url(../images/bg-header-subpage.jpg) no-repeat center top;
    background-size: cover;
}

.alphabet {
    line-height: 35px;
}

.top-alphabet {
    border-bottom: 1px solid #f3afbd;
}

.alphabet {
    padding-top: 20px;
    padding-bottom: 15px;
}

.alphabet .letters {
    float: right;
}

.alphabet .all {
    float: left;
}

.alphabet a,
.alphabet span {
    display: inline-block;
    color: #849b35;
    font-size: 24px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e4506c;
    margin-left: 4px;
    margin-right: 3px;
    width: 35px;
    text-align: center;
    float: left;
    height: 36px;
}

.alphabet a:hover,
.alphabet span {
    background: #e4506c;
    color: #fff;
}

.alphabet a:last-child,
.alphabet span:last-child {
    margin-right: 0;
}

.alphabet .all a {
    width: auto;
    color: #849b35;
    padding: 0 25px;
    margin-left: 0;
}

.alphabet .all a:hover {
    background: #badf93;
}

.pagination {
    line-height: 35px;
    text-align: center;
    padding-top: 15px;
}

.pagination a,
.pagination span {
    display: inline-block;
    color: #849b35;
    font-size: 24px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e4506c;
    margin-left: 4px;
    margin-right: 3px;
    width: 35px;
    text-align: center;
    height: 36px;
}

.pagination a:hover,
.pagination span {
    background: #e4506c;
    color: #fff;
}

.pagination a.prev,
.pagination a.next,
.pagination a.first,
.pagination a.last {
    color: #ab0c5b;
    font-weight: 100;
    vertical-align: top;
    background: url(../images/pagination-prev.png) no-repeat center center;
}

.pagination a.next {
    background: url(../images/pagination-next.png) no-repeat center center;
}

.pagination a.first {
    color: #ab0c5b;
    font-weight: 100;
    vertical-align: top;
    background: url(../images/pagination-first.png) no-repeat center center;
}

.pagination a.last {
    background: url(../images/pagination-last.png) no-repeat center center;
}

.pagination a.prev:hover,
.pagination a.next:hover,
.pagination a.first:hover,
.pagination a.last:hover {
    background-color: #badf93;
}

.pagination .info-page {
    width: auto;
    background: transparent;
    border: none;
    color: #849b35;
    font-weight: 400;
    font-size: 24px;
}

.pagination .info-page b {
    font-weight: 400;
    color: #e4506c;
}

.bottom-pagination {
    margin-bottom: 30px;
}


/* Join Area */


/* Join Area */

.join-area {
    display: inline-block;
    width: 100%;
    color: #2a3a4f;
    position: relative;
}

.half-col {
    width: 50%;
    float: left;
}

.left-half-col {
    padding: 0 22px;
}

.right-half-col {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.join-area .left-half-col {
    padding: 0;
}

.join-area .left-half-col .inner {
    position: relative;
    width: 100%;
    max-width: 585px;
    float: right;
    text-align: left;
    min-height: 300px;
}

.join-area .right-half-col .inner {
    position: relative;
    width: 100%;
    max-width: 585px;
    float: left;
    text-align: left;
    min-height: 300px;
}

.join-area .right-half-col {
    padding: 0;
}

.join-promo {
    float: left;
    display: inline-block;
    width: 100%;
}

.join-promo-1 {
    background: url(../images/bg-promo-1.jpg) no-repeat;
    background-size: cover;
    color: #700038;
}

.join-promo-2 {
    background: url(../images/bg-promo-2.jpg) no-repeat;
    background-size: cover;
    color: #486221;
}

.join-promo-3 {
    background: url(../images/bg-promo-3.jpg) no-repeat;
    background-size: cover;
    color: #59002d;
}

.join-promo .left-promo {
    position: absolute;
    left: 0;
    bottom: 5px;
}

.join-promo .right-promo {
    padding-left: 210px;
    padding-top: 20px;
    text-align: center;
}

.join-promo .right-promo img {
    max-width: 280px;
}

.join-promo .right-promo .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 10px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.join-promo:last-child .right-promo .title {
    margin-bottom: 15px;
}

.join-promo .right-promo p {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.join-promo-2 .title {
    margin-top: 10px;
}

.join-promo ul {
    display: inline-block;
    text-align: left;
    padding-bottom: 20px;
}

.join-promo ul li {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 20px;
    line-height: 20px;
    margin-top: 20px;
    background: url(../images/ico-check-light-2.png) no-repeat left center;
}

.join-form {
    display: block;
    padding: 0 3px;
}

.form-section {
    padding: 25px;
    padding-top: 54px;
}

.lock-head {
    position: relative;
    overflow: hidden;
    font-size: 24px;
    color: #9bd063;
    font-weight: 700;
    display: block;
    text-align: center;
    padding-bottom: 40px;
    line-height: 33px;
    text-align: justify;
    text-align: center;
    margin-top: -10px;
    background: url(../images/bg-headertitle.png) no-repeat center bottom;
}

.lock-head span {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
}

.screen-img {
    margin-top: 26px;
    text-align: center;
}

.screen-img img {
    max-width: 100%;
}

.join-glasses-head {
    position: relative;
    margin-top: 7px;
    font-size: 36px;
    color: #ff2d00;
    font-weight: 400;
    text-shadow: rgba(255, 255, 255, 0.8);
    display: block;
    text-align: center;
    padding-bottom: 25px;
    line-height: 39px;
    background: url(../images/glasses-head-bg.png) no-repeat center bottom;
    overflow: hidden;
}

ul.join-info,
ul.join-info li {
    display: block;
}

ul.join-info {}

ul.join-info li {
    background: url(../images/join-tick.png) no-repeat left 4px;
    color: #9bd063;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 17px;
    min-height: 28px;
    padding: 9px 0;
    border: 1px solid #ab0c5b;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    margin-top: 19px;
}

ul.join-info li b {
    color: #fff;
    font-size: 36px;
    width: 100%;
    display: block;
    font-weight: 700;
}

.form-section.centered {
    text-align: center;
}

.form-section.centered:last-child {
    border-bottom: 0;
    padding-bottom: 50px;
}

.form-section input[type=submit] {
    width: 100%;
    max-width: 380px;
    background: #db5286;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    padding: 10px 0;
    border: 0;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
}

.form-section input[type=submit]:hover {
    background: #c23c6f;
}

.form-section i {
    font-weight: 700;
    color: #eb5874;
    font-size: 16px;
    font-style: normal;
    font-style: normal;
}

.form-section i.info-center {
    display: block;
    text-align: center;
    font-style: normal;
}

.form-section:first-child i {
    color: #545e30;
    font-weight: 700;
    font-style: normal;
}

.bottom-join-form {
    padding: 0 25px 15px 25px;
}

.bottom-join-form input[type=submit] {
    margin-top: 15px;
}

.bottom-join-form i {
    margin-top: 15px
}

.form-section label {
    display: block;
    width: 120px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #5f683d;
    padding-top: 10px;
    text-align: right;
    font-weight: 700;
}

.form-section .input-holder label {
    width: auto;
    text-align: left;
    display: inline;
    font-weight: 400;
}

.form-section.text-inputs {
    padding-bottom: 0;
    padding-top: 45px;
}

.form-section .input-holder {
    padding-left: 130px;
    float: none;
}

.form-section.text-inputs .input-holder input {
    width: 100%;
    height: 40px;
    background: #f8d9e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: inset 4px 5px 0px 0px #f0d2dc;
    -moz-box-shadow: inset 4px 5px 0px 0px #f0d2dc;
    box-shadow: inset 4px 5px 0px 0px #f0d2dc;
    padding: 11px;
    color: #000;
}

.form-section.text-inputs .input-holder {
    margin-bottom: 20px;
}

.form-section i.info-italic {
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
    display: block;
}

.ratio-option {
    margin-bottom: 20px;
    padding-top: 5px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

.form-section.ratio-inputs {
    padding-top: 15px;
    padding-bottom: 0;
}

.form-section.ratio-inputs label {
    padding-top: 0;
    padding-bottom: 20px;
}

.form-section.ratio-inputs .ratio-option label {
    padding-bottom: 0;
    color: #eb5874;
    font-weight: 700;
}

.form-section input[type=checkbox]:not(old),
.form-section input[type=radio]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
}

.form-section input[type=checkbox]:not(old)+label,
.form-section input[type=radio]:not(old)+label {
    display: inline-block;
    padding-left: 28px;
    padding-top: 0;
    background: url('../images/checks.png') no-repeat 0 -25px;
    line-height: 17px;
}

.form-section input[type=checkbox]:not(old):checked+label {
    background-position: 0 2px;
}

.form-section input[type=radio]:not(old):checked+label {
    background-position: 0 2px;
    color: #545e30;
    font-weight: 700;
}

.play img {
    width: 80px !important;
    height: 80px !important;
    top: 42% !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
}

.join-header-title {
    position: absolute;
    left: 50%;
    z-index: 1;
    margin-left: -250px;
    font-size: 36px;
    color: #ff3d7f;
    font-weight: 800;
    line-height: 40px;
    padding: 5px 0;
    text-shadow: 1px 1px #def0e9;
    max-width: 500px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e9f5f1;
    bottom: -61px;
}

.join-header-title:after {
    width: 23px;
    height: 22px;
    background: url(../images/ico-crown.png) no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: -31px;
}

.comment-notification {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.comment-notification a {
    font-weight: 700;
    color: #eb5874;
    font-size: 14px;
}

.comment-notification a:hover,
.comment-notification a.underline {
    text-decoration: underline;
}

.comment-notification a.underline:hover {
    text-decoration: none;
}

.photo-item {
    width: 188px;
    margin-right: 2.3px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}

.photo-item:nth-child(6n+6) {
    margin-right: 0;
}

.photo-item a.thumb .inner img {
    position: relative;
    left: initial;
    top: initial;
    right: initial;
    bottom: initial;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: 0;
    display: inline;
    transition: all 0.4s ease;
}

.photo-item a.thumb:hover .inner img {
    opacity: 0.8;
}

.photo-item a.thumb .inner {
    padding-bottom: 100%;
    background: transparent;
}

.photo-item .thumb-holder {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.col-3-grid {
    margin-top: 40px;
}

.col-3-grid-item {
    width: 33.33%;
    float: left;
}

.col-3-grid-item:first-child {
    padding-right: 4px;
}

.col-3-grid-item:nth-child(2) {
    padding: 0 4px;
}

.col-3-grid-item:last-child {
    padding-left: 4px;
}

.col-3-inner {
    padding: 2px;
    min-height: 293px;
    position: relative;
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.13);
    text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
}

.col-3-grid-item .half-col-item {
    width: 50%;
    float: left;
    position: relative;
}

.col-3-grid-item .half-col-item img {
    width: 100%;
}

.col-3-grid-item .item-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    padding: 0 5px;
    text-align: center;
    color: #545e30;
    border-bottom: 1px solid #fad7de;
}

.col-3-grid-item .item-name span {
    display: inline-block;
    width: 100%;
}

.col-3-grid-item .rating {
    margin-top: 38px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #ab0c5b;
}

.col-3-grid-item .description,
.col-3-grid-item .description_full {
    color: #545e30;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    margin: 6px 0;
    border-right: 1px solid #f3b3d2;
    line-height: 16px;
    margin-bottom: 35px;
}

.col-3-grid-item .description_full {
    display: none;
}

.col-3-grid-item .description a,
.col-3-grid-item .description_full a {
    color: #eb5874;
}

.col-3-grid-models .description {
    border: 0 none;
}

.col-3-grid-item:nth-child(3) ul.list-stats {
    padding-top: 5px;
}

.col-3-grid-item:nth-child(3) .half-col-item {
    padding: 0 5px;
}

.star-off {
    display: inline-block;
    clear: both;
    margin: 5px 0;
    width: 130px;
    height: 21px;
    background: url(../images/star-off.png) repeat-x;
}

.star-on {
    float: left;
    height: 21px;
    background: url(../images/star-on.png) repeat-x;
}

ul.list-stats {
    margin: 5px 0;
    font-weight: 700;
}

ul.list-stats,
ul.list-stats li {
    line-height: 19px;
    text-align: center;
    color: #73ae69;
    font-size: 14px;
}

ul.list-stats li b {
    color: #eb5874;
    font-weight: 700;
}

.view-btn {
    display: inline-block;
    background: #fff;
    width: 100%;
    line-height: 30px;
    font-weight: 400;
    color: #d63240;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-top: 3px;
    border: 1px solid #73ae69;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    padding-left: 25px;
}

.view-btn:hover {
    color: #73ae69;
}

.view-btn:before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    border: 1px solid #73ae69;
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background: url(../images/ico-view.png) no-repeat center center;
}

.col-3-grid-item .current-rate {
    font-size: 14px;
    font-weight: 700;
    color: #eb5874;
}

.rate-title {
    color: #73ae69;
}

ul.content-details,
ul.content-details li {
    display: block;
    width: 100%;
}

ul.content-details li {
    border-bottom: 1px solid #fad7de;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #73ae69;
    padding: 5px 7px;
}

ul.content-details li:last-child {
    border-bottom: 0;
}

ul.content-details li b {
    font-weight: 700;
    color: #eb5874;
    float: right;
}

.photos-block {
    margin-top: 0;
}

.content-date {
    color: #73ae69;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 6px;
}

.content-date span {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/ico-item-date-pink.png) no-repeat left center;
    line-height: 24px;
}

.counters {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 45px;
    color: #73ae69;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    transform: translateX(-50%);
    width: 100%;
    font-size: 16px;
}

.count-videos {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    border-radius: 7px;
    line-height: 30px;
    padding-right: 15px;
    background: url(../images/ico-video-amount.png) no-repeat 5px center rgba(255, 255, 255, 0.69);
}

.count-photos {
    position: relative;
    display: inline-block;
    border-radius: 7px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 15px;
    background: url(../images/ico-photo-amount.png) no-repeat 5px center rgba(255, 255, 255, 0.69);
}

.download-button {
    position: absolute;
    bottom: 7px;
    left: 7px;
    right: 7px;
    display: block;
    clear: both;
    background: #3fb8af;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.download-button:hover {
    background: #298c85;
}

.download-button span {
    text-transform: uppercase;
    color: #fff;
    padding-left: 23px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    background: url(../images/ico-download.png) no-repeat left center;
}

.homepage .subpage-bg {
    display: none;
}

ul.comments,
ul.comments li,
ul.comments li i,
ul.comments li p {
    display: block;
    width: 100%;
    text-align: left;
    color: #255551;
    font-size: 16px;
    font-weight: 400;
    clear: both;
    font-style: normal;
    width: 100%;
    margin: 0;
}

ul.comments li {
    position: relative;
    min-height: 77px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    padding: 3px 20px;
    color: #ab0c5b;
    font-weight: 400;
    margin-bottom: 10px;
}

ul.comments li a {
    color: #eb5874;
    font-weight: 700;
}

ul.comments li a:hover {
    color: #ba2e49;
}

ul.comments li p {
    color: #73ae69;
}

.left-comment {
    width: 255px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-right: 1px solid #f5abba;
}

.comment-body {
    padding-right: 20px;
}

.comment-avatar {
    width: 80px;
    float: left;
    border-right: 1px solid #f5abba;
    text-align: center;
    height: 100%;
}

.comment-avatar img {
    margin-top: 9px;
}

.comment-info {
    position: relative;
    width: 173px;
    float: left;
    padding: 16px 10px;
}

.comment-date-added {
    padding-left: 18px;
    background: url(../images/ico-item-date-pink.png) no-repeat;
    background-position: left center;
    font-size: 15px;
    color: #73ae69;
}

.comment-user-info {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-comment {
    padding-left: 265px;
}

.video-block {
    margin: 10px 0;
    background: #fff;
    padding: 0;
    text-align: center;
    width: 100%;
    text-align: center;
    position: relative;
    width: 100%;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.13);
    text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
}

.video-block .player {
    width: 100%;
    display: inline-block;
    position: relative;
}

.video-block .inner {
    position: relative;
    height: 0;
    padding-bottom: 56.5%;
    overflow: hidden;
}

.video-block img,
.video-block video,
.video-block embed,
.video-block iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

ul.comments li p {
    font-style: italic;
}

ul.comments li {
    padding: 10px 0;
    line-height: 22px;
    border-bottom: 1px solid #fff;
}

ul.comments li i a {
    font-weight: 700;
    color: #e94e77;
}

.mejs-container .mejs-controls {
    display: none !important;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    width: 17px;
    height: 17px;
    background: url(../images/ico-dropdown.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.sf-menu ul {
    background: url(../images/bg-purple.png);
}

.sf-menu ul li {
    text-align: left;
}

.sf-menu ul li a {
    text-align: left !important;
    background: transparent !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px !important;
}

.join-page .subpage-bg {
    background: url(../images/bg-header-joinpage.jpg) no-repeat center top;
}

.join-page header {
    background: url(../images/bg-green-2-pattern.png);
}

.join-page footer {
    padding-top: 15px;
}

.join-page .header-bottom:after,
.join-page .header-bottom:before {
    display: none;
}

.join-page .header-bottom {
    padding: 0;
    margin-bottom: 0;
}

.join-page-title {
    line-height: 45px;
    font-size: 38px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #545e30;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
}

.btn-more-container {
    text-align: center;
}

.btn-more-container .button-more {
    position: initial;
    width: 150px;
    display: inline-block;
}


/* Media queries */

@media(max-width: 1919px) {
    .header-bottom {
        margin-top: 24vw;
    }
}

@media(max-width: 1600px) {
    .header-bottom {
        margin-top: 21.5vw;
    }
    .on-slider-body {
        height: 20.9vw;
        top: 156px;
    }
    header .join-button {
        max-width: 200px;
    }
    .on-slider-title {
        padding-bottom: 25px;
        margin-bottom: 17px;
        line-height: 33px;
        font-size: 26px;
    }
    .sub-page .on-slider-title {
        font-size: 36px;
    }
}

@media(max-width: 1600px) {}

@media(min-width: 990px) and (max-width: 1199px) {
    .wrapper {
        width: 970px;
    }
    .header-bottom {
        margin-top: 20.3vw;
    }
    .on-slider-body {
        height: 19.6vw;
        top: 159px;
    }
    .join-details ul li {
        font-size: 23px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .header-bottom .become-a-member {
        height: 30px;
    }
    footer .top-footer .left-side,
    footer .top-footer .right-side,
    footer .bottom-footer .left-side,
    footer .bottom-footer .right-side {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    footer .top-footer .left-side:after,
    footer .top-footer .right-side:after {
        left: 0;
        right: 0;
    }
    footer .bottom-footer .left-side {
        padding-bottom: 0;
    }
    footer .top-footer .right-side {
        min-height: 0;
    }
    .alphabet .all {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .alphabet .all a {
        display: inline-block;
        float: none;
    }
    .alphabet .letters {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .alphabet .letters a,
    .alphabet .letters span {
        display: inline-block;
        float: none;
    }
    .alphabet .letters a:last-child,
    .alphabet .letters span:last-child {
        margin-right: 3px;
    }
    .col-3-grid-item:nth-child(1) {
        width: 40%;
    }
    .col-3-grid-item:nth-child(2) {
        width: 60%;
        padding-right: 0;
    }
    .col-3-grid-item:nth-child(3) {
        margin-top: 8px;
        width: 100%;
        padding-left: 0;
    }
    .col-3-grid-item .description {
        margin: 6px 0 6px;
        min-height: 240px;
    }
    .col-3-grid-models .col-3-grid-item:nth-child(3) .col-3-inner {
        min-height: auto;
    }
    .col-3-grid-models .col-3-grid-item:nth-child(3) .description {
        min-height: auto;
    }
    .photo-item,
    .photo-item:nth-child(6n+6) {
        margin-right: 0;
    }
    .photo-item:nth-child(6n+6) {
        margin-right: 0;
    }
    .next-slide,
    .prev-slide {
        margin-top: -139px;
    }
    .wraper-content .content-item {
        float: left;
        margin-right: 22.5px;
        margin-bottom: 17px;
        width: 306px;
    }
    .promo-top .left-col,
    .promo-top .middle-col,
    .promo-top .right-col {
        width: 100%;
        text-align: center;
    }
    .promo-top .left-col {
        margin-top: 20px;
    }
    .promo-top .middle-col {
        margin-top: 20px;
    }
    .promo-top ul.promo-details {
        text-align: center;
        margin-top: 0px;
    }
    .promo-top ul.promo-details li {
        display: inline-block;
        margin: 20px;
    }
    .lg-promo-text {
        font-size: 50px;
    }
    .form-section.ratio-inputs .ratio-option label {
        font-size: 14px;
    }
    .join-promo .right-promo .logo {
        display: inline-block;
        width: 100%;
        padding-right: 20px;
    }
    .join-promo .right-promo .logo img {
        max-width: 100%;
    }
    .join-promo .left-promo {
        left: 10px;
    }
}

@media only screen and (max-width: 998px) {
    /*#preview { display:none; }*/
    .on-slider-body {
        height: 252px;
        top: 167px;
    }
}

@media(min-width: 768px) and (max-width: 989px) {
    .wrapper {
        width: 750px;
    }
    .header-video {
        top: inherit;
    }
    a.menu-opener {
        display: inline-block;
    }
    .join-details ul li {
        font-size: 20px;
        line-height: 20px;
    }
    .join-details ul li span {
        background: none !important;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
    .header-bottom .become-a-member {
        height: 0px;
    }
    .content-item {
        width: 340px;
    }
    footer .top-footer .left-side,
    footer .top-footer .right-side,
    footer .bottom-footer .left-side,
    footer .bottom-footer .right-side {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    footer .top-footer .left-side:after,
    footer .top-footer .right-side:after {
        left: 0;
        right: 0;
    }
    footer .bottom-footer .left-side {
        padding-bottom: 0;
    }
    footer .top-footer .right-side {
        min-height: 0;
    }
    .alphabet .all {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .alphabet .all a {
        display: inline-block;
        float: none;
    }
    .alphabet .letters {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .alphabet .letters a,
    .alphabet .letters span {
        display: inline-block;
        float: none;
    }
    .alphabet .letters a:last-child,
    .alphabet .letters span:last-child {
        margin-right: 3px;
    }
    .pagination .info-page {
        margin-bottom: 10px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .subpage .player-join {
        width: 310px;
    }
    .half-col {
        width: 100%;
    }
    .screen-img {
        margin-bottom: 20px;
    }
    .form-section label,
    .form-section .input-holder {
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .col-3-grid-item:first-child,
    .col-3-grid-item:nth-child(2) {
        width: 50%;
    }
    .col-3-grid-item:nth-child(2) {
        padding-right: 0;
    }
    .col-3-grid-item:nth-child(3) {
        margin-top: 8px;
        width: 100%;
        padding: 0 !important;
    }
    .col-3-grid-item .description {
        margin: 6px 0 6px;
        min-height: 240px;
    }
    .col-3-grid-models .col-3-grid-item:nth-child(3) .col-3-inner {
        min-height: auto;
    }
    .col-3-grid-models .col-3-grid-item:nth-child(3) .description {
        min-height: auto;
    }
    .photo-item,
    .photo-item:nth-child(6n+6) {
        margin-right: 0;
    }
    .photo-item:nth-child(4n+4) {
        margin-right: 0;
    }
    .photo-item {
        width: 183px;
    }
    .next-slide,
    .prev-slide {
        display: none;
    }
    .homepage .subpage-bg {
        display: block;
    }
    .homepage .header-slider {
        display: none;
    }
    .homepage .header-bottom {
        margin-top: 261px;
    }
    .subpage-bg {
        height: 419px;
    }
    .wraper-content .content-item,
    .wraper-content .content-item:nth-child(3n+3) {
        float: left;
        margin-right: 21.5px;
        width: 362px;
        margin-bottom: 17px;
    }
    .wraper-content .content-item:nth-child(2n+2) {
        margin-right: 0;
    }
    .sub-page .on-slider-title {
        font-size: 26px;
    }
    .sub-page .header-bottom {
        margin-top: 266px;
        height: 224px;
    }
    .sub-page.join-page .header-bottom {
        height: 0;
        margin-top: 266px;
    }
    .nav-bottom ul.menu {
        display: none;
    }
    .left-top-nav li a,
    .right-top-nav li a {
        font-size: 14px;
        padding-left: 10px;
    }
    .lg-join-button {
        font-size: 39px;
        line-height: 46px;
    }
    .half-join-area .lesarchive .inner,
    .half-join-area .teendreams .inner {
        float: none;
        display: inline-block;
    }
    .half-join-area .lesarchive .inner {
        margin-bottom: 80px;
    }
    .half-join-area .teendreams .inner {
        margin-top: 80px;
    }
    .half-join-area .btn-join-now {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -55%);
        height: 216px
    }
    .promo-top .left-col,
    .promo-top .middle-col,
    .promo-top .right-col {
        width: 100%;
        text-align: center;
    }
    .promo-top .left-col {
        margin-top: 20px;
    }
    .promo-top .middle-col {
        margin-top: 20px;
    }
    .promo-top ul.promo-details {
        text-align: center;
        margin-top: 0px;
    }
    .promo-top ul.promo-details li {
        display: inline-block;
        margin: 20px;
    }
    .lg-promo-text {
        font-size: 50px;
    }
    .promo-top ul.promo-details li:nth-child(3) {
        margin-top: 0;
    }
    .left-top-nav,
    .right-top-nav {
        width: 214px;
    }
    .header-join-block p {
        font-size: 16px;
    }
    .promo-top ul.promo-details li {
        margin-top: 0;
    }
    .promo-bottom {
        margin-top: 0;
    }
    .join-area .left-half-col .inner {
        max-width: 100%;
        float: left;
        padding: 30px;
    }
    .join-area .right-half-col .inner {
        max-width: 100%;
        float: left;
    }
    .join-promo .right-promo {
        text-align: left;
    }
    .join-promo .right-promo p {
        text-align: left;
    }
    .join-promo ul li {
        line-height: 26px;
    }
    .join-promo .left-promo {
        left: 20px;
    }
}

@media(min-width: 480px) and (max-width: 767px) {
    .wrapper {
        width: 460px;
    }
    .prev-slide,
    .next-slide {
        display: none;
    }
    .header-nav {
        height: 86px;
    }
    .logo-bar {
        text-align: center;
    }
    .logo-bar .header-join {
        display: none;
    }
    .logo-bar a.logo {
        display: inline-block;
        float: none;
        margin-left: 0;
    }
    .join-details ul {
        margin-bottom: 51px;
    }
    .join-details ul li {
        width: 100%;
        padding: 0 !important;
        font-size: 22px;
        line-height: 30px;
    }
    .join-details ul li span {
        background: 0 none !important;
        padding-bottom: 4px;
        padding-top: 4px;
        padding-left: 0;
        text-align: center;
    }
    .header-bottom .become-a-member {
        height: 0;
    }
    .top-nav .menu-left,
    .top-nav .menu-right {
        display: none;
    }
    .top-nav {
        text-align: center;
    }
    a.menu-opener {
        display: inline-block;
    }
    footer .top-footer .left-side,
    footer .top-footer .right-side,
    footer .bottom-footer .left-side,
    footer .bottom-footer .right-side {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    footer .top-footer .left-side:after,
    footer .top-footer .right-side:after {
        left: 0;
        right: 0;
    }
    footer .bottom-footer .left-side {
        padding-bottom: 0;
    }
    footer .top-footer .right-side {
        min-height: 0;
    }
    .newsletter label {
        width: 100%;
        margin-bottom: 10px;
    }
    .newsletter input[type="email"] {
        margin: 0;
    }
    .only-desktop {
        display: none;
    }
    .only-mobile {
        display: block;
    }
    .subpage-bg {
        height: 419px;
    }
    .join-page .subpage-bg {
        height: 425px;
    }
    .alphabet .all {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .alphabet .all a {
        display: inline-block;
        float: none;
    }
    .alphabet .letters {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .alphabet .letters a,
    .alphabet .letters span {
        display: inline-block;
        float: none;
    }
    .alphabet .letters a:last-child,
    .alphabet .letters span:last-child {
        margin-right: 3px;
    }
    .pagination .info-page {
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .pagination a {
        display: none;
    }
    .pagination a.next,
    .pagination a.prev {
        display: inline-block;
    }
    .half-col {
        width: 100%;
    }
    .screen-img {
        margin-bottom: 20px;
    }
    .form-section label,
    .form-section .input-holder {
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .join-header-title {
        font-size: 4.3vw;
        left: 0;
        margin-left: 0
    }
    .col-3-grid-item:first-child,
    .col-3-grid-item:nth-child(2) {
        width: 100%;
    }
    .col-3-grid-item:nth-child(2) {
        margin-top: 8px;
    }
    .col-3-grid-item {
        padding: 0 !important;
    }
    .col-3-grid-item:nth-child(3) {
        margin-top: 8px;
        width: 100%;
    }
    .col-3-grid-item .description {
        margin: 6px 0 6px;
        min-height: 240px;
    }
    .col-3-grid-models .col-3-grid-item:nth-child(3) .col-3-inner {
        min-height: auto;
    }
    .col-3-grid-models .col-3-grid-item:nth-child(3) .description {
        min-height: auto;
    }
    .photo-item,
    .photo-item:nth-child(7n+7) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .photo-item:nth-child(3n+3) {
        margin-right: 0;
    }
    .photo-item {
        width: 149px;
    }
    .homepage .subpage-bg {
        display: block;
    }
    .homepage .header-slider {
        display: none;
    }
    .homepage .header-bottom {
        margin-top: 261px;
    }
    .wraper-content .content-item,
    .wraper-content .content-item:nth-child(3n+3) {
        float: left;
        margin-right: 21.5px;
        width: 217px;
        margin-bottom: 17px;
    }
    .wraper-content .content-item:nth-child(2n+2) {
        margin-right: 0;
    }
    .button-more {
        float: right;
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 20px;
        display: inline-block;
        margin-top: 8px;
    }
    .sub-page .header-bottom {
        margin-top: 266px;
        height: 285px;
    }
    .sub-page .on-slider-title {
        font-size: 26px;
    }
    .sub-page.join-page .header-bottom {
        height: 0;
        margin-top: 266px;
    }
    .nav-bottom ul.menu {
        display: none;
    }
    .left-top-nav,
    .right-top-nav {
        display: none;
    }
    .lg-join-button {
        font-size: 29px;
        line-height: 36px;
    }
    .half-join-area .lesarchive .inner,
    .half-join-area .teendreams .inner {
        float: none;
        display: inline-block;
    }
    .half-join-area .lesarchive .inner {
        margin-bottom: 80px;
    }
    .half-join-area .teendreams .inner {
        margin-top: 80px;
    }
    .half-join-area .btn-join-now {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -55%);
        height: 216px
    }
    .promo-top .left-col,
    .promo-top .middle-col,
    .promo-top .right-col {
        width: 100%;
        text-align: center;
    }
    .promo-top .left-col {
        margin-top: 20px;
    }
    .promo-top .middle-col {
        margin-top: 20px;
    }
    .promo-top ul.promo-details {
        text-align: center;
        margin-top: 0px;
    }
    .promo-top ul.promo-details li {
        display: inline-block;
        margin: 20px;
    }
    .lg-promo-text {
        font-size: 50px;
    }
    .promo-top ul.promo-details li:nth-child(3),
    .promo-top ul.promo-details li:nth-child(2) {
        margin-top: 0;
    }
    .lg-promo-text {
        font-size: 40px;
        line-height: 54px;
    }
    .model-item {
        width: 214px;
    }
    .header-join-block p {
        font-size: 16px;
    }
    .promo-top ul.promo-details li {
        margin-top: 0;
    }
    .promo-bottom {
        margin-top: 0;
    }
    ul.reviews-list li {
        margin-top: 0;
    }
    .promo-top .middle-col .promo-image:last-child {
        margin-top: -20px;
        margin-top: -45px;
        display: inline-block;
    }
    .promo-top .middle-col .promo-image:last-child {
        margin-top: -20px;
        margin-top: -45px;
        display: inline-block;
    }
    .join-area .left-half-col .inner {
        max-width: 100%;
        float: left;
        padding: 30px;
    }
    .join-area .right-half-col .inner {
        max-width: 100%;
        float: left;
    }
    .join-promo .right-promo {
        text-align: left;
    }
    .join-promo .right-promo p {
        text-align: center;
    }
    .join-promo .left-promo {
        text-align: center;
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 20px;
        text-align: center;
    }
    .join-promo .right-promo {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        text-align: center;
    }
    .join-promo .right-promo img {
        max-width: 100%;
    }
}

@media(max-width: 857px) {
    .newsletter label {
        width: 100%;
        margin-bottom: 10px;
    }
    .on-slider-title {
        background: none;
    }
    .header-nav .logo img {
        width: 50%;
    }
}

@media(max-width:767px) {
    .nav-bottom {
        position: absolute;
        left: 0;
        top: 10%;
        width: auto;
    }
    a.menu-opener {
        color: transparent;
        text-shadow: 0 0 transparent;
        width: auto;
        padding: 0;
        border: none;
    }
    a.menu-opener:before {
        border: 1px solid #fff;
    }
}

@media(max-width: 479px) {
    .wrapper {
        width: 300px;
    }
    .nav-top {
        min-height: auto;
    }
    .content-item,
    .model-item {
        width: 46%;
        max-width: 46%;
        margin: 0 3px;
    }
    .model-item,
    .special-item.model-special {
        width: 100%;
        max-width: 47%;
        margin-left: 3px;
        margin-right: 3px;
    }
    .special-item.model-special .view-btn {
        font-size: 15px;
    }
    .model-item .item-title-top {
        display: none;
    }
    .model-item .item-title-bottom {
        display: none;
    }
    .prev-slide,
    .next-slide {
        display: none;
    }
    .logo-bar {
        text-align: center;
    }
    .logo-bar .header-join {
        display: none;
    }
    .logo-bar .logo {
        display: inline-block;
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
    }
    header .join-button,
    .banner-1 .join-line,
    .banner-2 .join-line {
        max-width: 200px;
    }
    .banner-1 {
        min-height: 318px;
    }
    .join-details ul li {
        width: 100%;
        padding: 0 !important;
        font-size: 19px;
        line-height: 28px;
    }
    .join-details ul li span {
        background: 0 none !important;
        padding-bottom: 4px;
        padding-top: 4px;
        padding-left: 0;
        text-align: center;
    }
    .header-bottom .become-a-member {
        height: 0;
    }
    .header-title-holder {
        text-align: center;
    }
    .header-title {
        width: 100%;
        text-align: left;
        padding-left: 0;
        text-align: center;
    }
    .ico-catalog,
    .ico-videos,
    .ico-comments,
    .ico-photos {
        background: transparent;
    }
    .top-nav .menu-left,
    .top-nav .menu-right {
        display: none;
    }
    .top-nav {
        text-align: center;
    }
    a.menu-opener {
        display: inline-block;
    }
    .button-more {
        float: none;
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 20px;
        display: inline-block;
    }
    footer .top-footer .left-side,
    footer .top-footer .right-side,
    footer .bottom-footer .left-side,
    footer .bottom-footer .right-side {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    footer .top-footer .left-side:after,
    footer .top-footer .right-side:after {
        left: 0;
        right: 0;
    }
    footer .bottom-footer .left-side {
        padding-bottom: 0;
    }
    footer .top-footer .right-side {
        min-height: 0;
    }
    .newsletter label {
        width: 100%;
        line-height: 23px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .newsletter input[type="email"] {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .only-desktop {
        display: none;
    }
    .only-mobile {
        display: block;
    }
    .subpage-bg {
        height: 419px;
    }
    .alphabet .all {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .alphabet .all a {
        display: inline-block;
        float: none;
    }
    .alphabet .letters {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .alphabet .letters a,
    .alphabet .letters span {
        display: inline-block;
        float: none;
    }
    .alphabet .letters a:last-child,
    .alphabet .letters span:last-child {
        margin-right: 3px;
    }
    .pagination .info-page {
        margin-bottom: 10px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .pagination a {
        display: none;
    }
    .pagination a.next,
    .pagination a.prev {
        display: inline-block;
    }
    .half-col {
        width: 100%;
    }
    .screen-img {
        margin-bottom: 20px;
    }
    .form-section label,
    .form-section .input-holder {
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .dark-head-title b {
        font-size: 28px;
        line-height: 35px;
    }
    .form-section input[type="submit"] {
        font-size: 15px;
    }
    .form-section i {
        font-size: 15px;
    }
    .subpage.join-page .header-bottom a.logo {
        margin-top: 73px;
    }
    .join-header-title {
        font-size: 4.5vw;
        left: 0;
        margin-left: 0
    }
    .col-3-grid-item:first-child,
    .col-3-grid-item:nth-child(2) {
        width: 100%;
    }
    .col-3-grid-item:nth-child(2) {
        margin-top: 8px;
    }
    .col-3-grid-item {
        padding: 0 !important;
    }
    .col-3-grid-item:nth-child(3) {
        margin-top: 8px;
        width: 100%;
    }
    .col-3-grid-item .description {
        margin: 6px 0 6px;
        min-height: 240px;
        border: 0;
    }
    .col-3-grid-item .half-col-item {
        width: 100%;
    }
    .col-3-grid-item .description {
        min-height: 0;
    }
    .col-3-grid-item:nth-child(3) ul.list-stats {
        margin-bottom: 70px;
    }
    .col-3-grid-models .col-3-grid-item:nth-child(3) .col-3-inner {
        min-height: auto;
    }
    .col-3-grid-models .col-3-grid-item:nth-child(3) .description {
        min-height: auto;
    }
    .photo-item,
    .photo-item:nth-child(7n+7) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .photo-item:nth-child(2n+2) {
        margin-right: 0;
    }
    .photo-item {
        width: 146px;
    }
    .homepage .subpage-bg {
        display: block;
    }
    .homepage .header-slider {
        display: none;
    }
    .homepage .header-bottom {
        margin-top: 294px;
    }
    .wraper-content .content-item,
    .wraper-content .content-item:nth-child(3) {
        float: left;
        margin-right: 0;
        width: 100%;
        margin-bottom: 17px;
    }
    .wraper-content .content-item:nth-child(2) {
        margin: 0;
    }
    .on-slider-body {
        height: 284px;
        top: 134px;
    }
    .on-slider-title {
        font-size: 21px;
    }
    .become-a-member-desc {
        font-size: 16px;
    }
    .newsletter input[type=submit] {
        margin-right: 10px;
    }
    .sub-page .on-slider-title {
        font-size: 26px;
    }
    .sub-page .on-slider-body {
        top: 134px;
    }
    .sub-page .header-bottom {
        margin-top: 294px;
    }
    .left-comment {
        position: relative;
        border-right: 0;
        display: inline-block
    }
    .right-comment {
        padding: 10px;
        display: inline-block
    }
    .nav-bottom ul.menu {
        display: none;
    }
    .left-top-nav,
    .right-top-nav {
        display: none;
    }
    .lg-join-button {
        font-size: 20px;
        line-height: 36px;
    }
    .half-join-area .lesarchive .inner,
    .half-join-area .teendreams .inner {
        float: none;
        display: inline-block;
    }
    .half-join-area .lesarchive .inner {
        margin-bottom: 80px;
    }
    .half-join-area .teendreams .inner {
        margin-top: 80px;
    }
    .half-join-area .btn-join-now {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -55%);
        height: 216px
    }
    .promo-buttons a {
        margin-left: 0;
        margin-right: 0;
    }
    .promo-top .left-col,
    .promo-top .middle-col {
        width: 100%;
        text-align: center;
    }
    .promo-top .right-col {
        display: none;
    }
    .promo-top .left-col {
        margin-top: 20px;
    }
    .promo-top .middle-col {
        margin-top: 20px;
    }
    .lg-promo-text {
        font-size: 50px;
    }
    .promo-top ul.promo-details li:nth-child(3),
    .promo-top ul.promo-details li:nth-child(2) {
        margin-top: 0;
    }
    .lg-promo-text {
        font-size: 40px;
        line-height: 54px;
    }
    .model-item {
        width: 100%;
    }
    .header-join-block p {
        font-size: 14px;
    }
    .promo-top ul.promo-details li {
        margin-top: 0;
    }
    .promo-bottom {
        margin-top: 0;
    }
    ul.reviews-list li {
        margin-top: 0;
    }
    .join-page-title {
        line-height: 37px;
        font-size: 30px;
    }
    .join-promo .left-promo {
        text-align: center;
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 20px;
        text-align: center;
    }
    .join-promo .right-promo {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
    }
    .join-promo .right-promo img {
        max-width: 100%;
    }
    .form-section.ratio-inputs .ratio-option label {
        font-size: 13px;
    }
}