@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900,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: 'Lato', 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: 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h2 {
    font-family: 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h3 {
    font-family: 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

img {
    max-width: 100%;
}

.hide {
    display: none;
}

.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: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

header {
    position: relative;
}

.top-nav {
    border-top: 1px solid #ab0c5b;
    background: url(../images/bg-purple.png);
}

nav ul.menu-left,
nav ul.menu-left li,
nav ul.menu-left li a {
    display: block;
    float: left;
    color: #d9cfd3;
    font-size: 22px;
    font-weight: 300;
}

nav ul.menu-left li {
    margin-right: 12px;
    width: 125px;
}

nav ul.menu-left li.dropdown {
    padding-right: 30px;
    background: url(../images/ico-dropdown.png) no-repeat right center;
}

nav ul.menu-left li a {
    background: url(../images/bg-menu.png) no-repeat center top;
    padding-bottom: 3px;
    line-height: 33px;
    width: 100%;
    text-align: center;
}

nav ul.menu-left li a:hover,
nav ul.menu-left li.active a {
    color: #fff;
}

nav ul.menu-right {
    position: relative;
    display: block;
    float: right;
}

nav ul.menu-right li,
nav ul.menu-right li a {
    display: block;
    float: left;
    color: #d9cfd3;
    font-size: 22px;
    font-weight: 300;
}

nav ul.menu-right li {
    margin: 0 30px;
}

nav ul.menu-right li:last-child {
    margin-right: 0;
}

nav ul.menu-right li a {
    line-height: 28px;
    width: 100%;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    background: url(../images/bg-menu.png) no-repeat center top;
}

nav ul.menu-right li a:hover,
nav ul.menu-right li.active a {
    color: #fff;
    padding-top: 4px;
}

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;
}

.logo-bar {
    background: rgba(171, 12, 91, 0.51);
}
.logo-bar .logo-inner{
    display: flex;
}
.logo-bar .logo-inner .logo{
    display: flex;
    flex: auto;
    align-items: center;
}
.logo-bar .logo-inner .logo a{
    display: flex;
    padding: 5px 0;
}
.logo-bar .logo-inner .join-btn{
    align-items: center;
    display: flex;
    flex: auto;
    justify-content: end;
}

.logo-bar .logo-inner .join-btn a {
    border-radius: 3px;
    background: url(../images/ico-key.png) no-repeat right 10px center #9bd063;
    font-size: 18px;
    font-weight: 700;
    line-height: 37px;
    color: #5a095a;
    padding: 0 36px 0px 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px #c0e19d;
}

.logo-bar .logo-inner .join-btn a:hover {
    background: url(../images/ico-key.png) no-repeat right 10px center #78a647;
}




header {
    text-align: center;
}




.slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 37px;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 35.3vw;
    overflow: hidden;
}

.header-video {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: absolute;
    top: 37px;
    left: 0;
    z-index: -1;
}

.on-slider-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 148px;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 22.2vw;
    overflow: hidden;
}

.on-slider-body-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 810px;
    padding: 0 10px;
    line-height: 40px;
}

.on-slider-body-inner .join-line a{
    color: #fff;
    background: rgb(64 4 56/90%);
    border: 1px solid rgb(181 0 76/80%);
    display: inline-block;
    text-transform: uppercase;
    width: 350px;
    margin: 0 5px;
    font-size: 16px;
}

.on-slider-title {
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    font-weight: 900;
    padding-bottom: 30px;
    margin-bottom: 30px;
    /* background: url(../images/bg-headertitle.png) no-repeat center bottom; */
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.65);
}

.header-bottom {
    position: relative;
    text-align: center;
    padding-top: 112px;
    padding-bottom: 98px;
    padding-top: 10px;
    margin-top: 18.1vw;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    background: url(../images/bg-purple.png);
}



.join-details ul {
    margin: 17px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-details ul li {
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    color: #9bd063;
    line-height: 47px;
    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: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,
header .fancy_video {
    max-width: 337px;
    display: inline-block;
}

header .join-button:hover,
header .fancy_video: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: 5px 0;
}

.content-item,
.model-item,
.photo-item {
    display: inline-block;
    background: #F1F1F1;
    border: 1px solid #fff;
    margin: 4px 2px;
    -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);
}

.photo-item.active {
    background: #ffcce5;
}

.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: 373px;
}

.model-item {
    width: 220px;
    position: relative;
}

.content-item .thumb,
.model-item .thumb {
    float: left;
    display: block;
    width: 100%;
    padding: 2px 2px 0 2px;
}

.content-item .thumb .inner,
.model-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: 146.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,
.item-title {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #f3b3d2;
    line-height: 27px;
    background: #ffcce5;
}

.item-date {
    background: #ffdbec;
    color: #ab0c5b;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: 100%;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.item-date span {
    display: inline-block;
    padding-left: 21px;
    background: url(../images/ico-item-date.png) no-repeat left center;
    line-height: 24px;
}

.content-item .item-title a,
.model-item .item-title a {
    color: #380c38;
    font-size: 15px;
    font-weight: 400;
    text-shadow: 1px 1px #fff2f8;

}

.content-item .item-title a:hover,
.model-item .item-title a:hover {
    color: #d72562;
}

.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;
}

ul.reviews-list {
    margin-bottom: 22px;
    margin-top: 33px;
}

ul.reviews-list,
ul.reviews-list li {
    display: block;
    float: left;
}

.header-title-holder {
    line-height: 31px;
    text-align: center;
    margin: 5px 0 20px 0;
}

.header-title-holder.min-margin {
    margin-top: -25px;
}

.header-title-holder:before {
    content: '';
    position: absolute;
    background: url(../images/bg-headertitle.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 97%;
    height: 19px;
    left: auto;
    bottom: -24px;
    right: auto;
}

.header-title {
    display: inline-block;
    padding: 0px 0 0px 34px;
    font-size: 24px;
    color: #ab0c5b;
    font-weight: 400;
    text-shadow: 1px 1px #fcfaf4;
}

.header-title span {
    display: inline-block;
    padding-right: 20px;
    background: url(../images/ico-breadcrumbs.png) no-repeat right center;
}

.header-title span:last-child {
    padding-right: 0;
    background: transparent;
}

.header-title span a {
    color: #9bd063;
}

.header-title span a:hover {
    text-decoration: underline;
}

.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: 10px 15px;
    border-radius: 5px;
    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.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: 25px;
    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 {
    background: #fff;
    text-align: center;
}

.newsletter {
    padding: 23px 0;
    color: #ab0c5b;
    font-size: 24px;
    font-weight: 400;
}

.newsletter label {
    line-height: 39px;
    display: inline-block;
}

.newsletter b {
    color: #ff3d7f;
    font-weight: 700;
}

.newsletter input[type=email] {
    border: none;
    border-top: 1px solid #d6beca;
    border-left: 1px solid #d6beca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #e9cfdc;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    width: 100%;
    max-width: 265px;
    margin-left: 10px;
    line-height: 39px;
    color: #ab0c5b;
    padding: 2px 5px;
    display: inline-block;
}

.newsletter input[type=submit] {
    background: #9bd063;
    border: medium none;
    border-radius: 5px;
    color: #5a095a;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 43px;
    margin-left: 10px;
    max-width: 90px;
    padding: 0 12px;
    text-shadow: 1px 1px #c0e19d;
    text-transform: uppercase;
    width: 100%;
}

.newsletter input[type=submit]:hover {
    background: #84b84d;
}

footer {
    background: #fff;
    color: #6b113c;
    font-size: 14px;
    font-weight: 400;
}

footer .left-side,
footer .right-side {
    position: relative;
    float: left;
    width: 50%;
    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 #6b113c;
}

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: #6b113c;
}

footer a:hover {
    color: #ab0c5b;
}

a.menu-opener {
    float: none;
    display: none;
    color: transparent;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
    margin-left: -15px;
}

a.menu-opener:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../images/menu-opener.png) center top no-repeat;
    transition: all 0.6s ease;
    margin-right: 5px;
}

a.menu-opener:hover {
    color: transparent;
}

a.menu-opener:hover::before {
    background-position: center -38px;
}

.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: 600px;
    background: url(../images/lesarchivelineup.jpg) no-repeat center top;
    background-size: cover;
}
.subpage-bg:before {
    content: '';
    background: rgb(0 0 0/50%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
.alphabet {
    line-height: 35px;
}

.top-alphabet {
    border-bottom: 1px solid #ab0c5b;
}

.alphabet {
    padding-top: 20px;
    padding-bottom: 15px;
}

.alphabet .letters {
    float: right;
}

.alphabet .all {
    float: left;
}

.alphabet a,
.alphabet span {
    display: inline-block;
    color: #ab0c5b;
    font-size: 24px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ab0c5b;
    margin-left: 4px;
    margin-right: 3px;
    width: 35px;
    text-align: center;
    float: left;
    height: 36px;
}

.alphabet a:hover,
.alphabet span {
    background: #badf93;
}

.alphabet a:last-child,
.alphabet span:last-child {
    margin-right: 0;
}

.alphabet .all a {
    width: auto;
    color: #ab0c5b;
    padding: 0 25px;
    background: #fff;
    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: #ab0c5b;
    font-size: 24px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ab0c5b;
    margin-left: 4px;
    margin-right: 3px;
    width: 35px;
    text-align: center;
    height: 36px;
}

.pagination a:hover,
.pagination span {
    background: #badf93;
    color: #ab0c5b;
}

.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: #9bd063;
    font-weight: 900;
    font-size: 24px;
}

.pagination .info-page b {
    font-weight: 400;
    color: #ab0c5b;
}

.bottom-pagination {
    margin-bottom: 30px;
}

/* Join Area */

.join-area {
    background: rgba(0, 0, 0, 0) url("../images/bg-purple.png") repeat scroll 0 0;
    color: #2a3a4f;
    position: relative;
    margin-bottom: 30px;
    padding-top: 35px;
}

.join-area: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;
}

.join-area .wrapper:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
}

.half-col {
    width: 50%;
    float: left;
}

.left-half-col {
    padding: 0 22px;
}

.right-half-col {
    background: url(../images/bg-pink.png);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.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: #9bd063;
    color: #5a095a;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    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: 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
}

.form-section input[type=submit]:hover {
    background: #7eac4e;
}

.form-section i {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

.form-section i.info-center {
    display: block;
    text-align: center;
    font-style: normal;
}

.form-section:first-child i {
    color: #3a1233;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
    font-weight: 700;
}

.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: #9ac928;
    padding-top: 10px;
    text-align: right;
}

.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: #7c1145;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: inset 4px 5px 0px 0px #781043;
    -moz-box-shadow: inset 4px 5px 0px 0px #781043;
    box-shadow: inset 4px 5px 0px 0px #781043;
    padding: 11px;
    color: #fff;
}

.form-section.text-inputs .input-holder {
    margin-bottom: 20px;
}

.form-section i.info-italic {
    font-style: italic;
    font-weight: 400;
    margin: 15px 0;
    display: block;
}

.ratio-option {
    margin-bottom: 20px;
    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: #fff;
}

.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 -48px;
    line-height: 22px;
}

.form-section input[type=checkbox]:not(old):checked+label {
    background-position: 0 0;
}

.form-section input[type=radio]:not(old):checked+label {
    background-position: 0 0;
    color: #9ac928;
    font-weight: 400;
}

.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: #ab0c5b;
    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: 138px;
    margin-right: 28.3px;
    margin-bottom: 20px;
    position: relative;
}

.photo-item:nth-child(7n+7) {
    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;
    margin-top: 6px;
    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%;
}

.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: 286px;
    position: relative;
    width: 100%;
    display: inline-block;
    background: #ffcce5;
    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 .model-photo-small {
	float: left;
	width: 100%;
	text-align: center;
}

.col-3-grid-item .half-col-item img {
	/* width: 100%; */
	display: inline-block;
	vertical-align: top;
}



.col-3-grid-item .item-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
    color: #380c38;
    background: #ffdbec;
    border-bottom: 1px solid #f3b3d2;
}

.col-3-grid-item .item-name span {
    display: inline-block;
    width: 100%;
}

.col-3-grid-item .rating {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #ab0c5b;
}

.col-3-grid-item .description,
.col-3-grid-item .description_full {
    color: #380c38;
    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-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: 145px;
    height: 24px;
    background: url(../images/star-off.png) repeat-x;
}

.star-on {
    float: left;
    height: 24px;
    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: #380c38;
    font-size: 14px;
}

ul.list-stats li b {
    color: #ab0c5b;
    font-weight: 700;
}

.view-btn {
    background: #9bd063;
    width: 100%;
    line-height: 40px;
    font-weight: 800;
    color: #5a095a;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 19px;
    border-left: 1px solid #fff;
    border: 6px solid #ffcce5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.view-btn:hover {
    background: #84b550;
}

.col-3-grid-item .current-rate {
    font-size: 14px;
    font-weight: 700;
    color: #380c38;
}

ul.content-details,
ul.content-details li {
    display: block;
    width: 100%;
}

ul.content-details li {
    border-bottom: 1px solid #f3b3d2;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #380c38;
    padding: 5px 7px;
}

ul.content-details li:last-child {
    border-bottom: 0;
}

ul.content-details li b {
    font-weight: 400;
    color: #ab0c5b;
    float: right;
}

.photos-block {
    margin-top: 20px;
}

.content-date {
    color: #ab0c5b;
    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: 18px;
    background: url(../images/ico-item-date.png) no-repeat left center;
    line-height: 24px;
}

.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 {
   
}

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: #eee;
    padding: 3px 20px;
    color: #ab0c5b;
    font-weight: 400;
    margin-bottom: 10px;
}

ul.comments li a {
    color: #ab0c5b;
    font-weight: 700;
}

ul.comments li a:hover {
    color: #390c39;
}

ul.comments li p {
    color: #ab0c5b;
}

.left-comment {
    width: 255px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-right: 1px solid #dedede;
}

.comment-avatar {
    width: 80px;
    float: left;
    border-right: 1px solid #dedede;
    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.png) no-repeat;
    background-position: left center;
    font-size: 15px;
}

.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;
    background: #ffcce5;
    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%;
    /* max-width: 745px; */
    display: inline-block;
    position: relative;
}

.video-block .inner {
    position: relative;
    padding-bottom: 0;
    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-bottom:after,
.join-page .header-bottom:before {
    display: none;
}

.join-page .header-bottom {
    padding: 0;
    margin-bottom: 0;
}

/* Media queries */

@media(min-width:1921px) {
    .button-more {
        right: 5%;
    }
}

@media(max-width: 1920px) {
    .header-bottom {
        margin-top: 24vw;
    }

    .button-more {
        right: 5%;
    }
}

@media(max-width: 1600px) {
    .header-bottom {
        margin-top: 21.5vw;
    }

    .on-slider-body {
        height: 20.9vw;
        top: 156px;
    }

    header .join-button,
    header .fancy_video {
        max-width: 200px;
    }

    .on-slider-title {
        padding-bottom: 10px;
        margin-bottom: 0;
        line-height: 33px;
    }

    .sub-page .on-slider-title {
        font-size: 36px;
    }

    .button-more {
        right: 10%;
    }
}


@media(min-width: 990px) and (max-width: 1199px) {
    .wrapper {
        width: 970px;
    }

    .content-item {
        width: 30%;
    }

    .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(7n+7) {
        margin-right: 22.7px;
        margin-bottom: 16px;
    }

    .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;
    }
}

@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;
    }

    .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;
    }

    .top-nav .menu-left,
    .top-nav .menu-right {
        display: none;
    }

    .top-nav {
        text-align: left;
    }

    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;
    }

    .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(7n+7) {
        margin-right: 9.2px;
        margin-bottom: 5px;
    }

    .photo-item:nth-child(5n+5) {
        margin-right: 0;
    }

    .next-slide,
    .prev-slide {
        display: none;
    }

    .homepage .subpage-bg {
        display: block;
    }

    .homepage .header-slider {
        display: none;
    }

    .homepage .header-bottom {
        margin-top: 253px;
    }

    .subpage-bg {
        height: 391px;
    }

    .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;
    }
}

@media(min-width: 480px) and (max-width: 767px) {
    a.menu-opener {
        margin-left: 0;
    }

    .content-item {
        width: 48%;
        max-width: 48%;
    }

    .prev-slide,
    .next-slide {
        display: none;
    }

    .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 {

        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: 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: 16.7px;
        margin-bottom: 10px;
    }

    .photo-item:nth-child(3n+3) {
        margin-right: 0;
    }

    .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;
    }

    .header-title {
        float: left;
    }

    .button-more {
        float: right;
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 0;
        display: inline-block;
        margin-top: 0;
    }

    .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;
    }
}

@media(max-width: 857px) {
    .newsletter label {
        width: 100%;
        margin-bottom: 10px;
    }
    .header-video{
        top: inherit;
    }
    .homepage .on-slider-body-inner{
        top: 62%;
    }
}

@media(max-width: 479px) {
    .wrapper {
        width: 330px;
    }

    .content-item,
    .model-item {
        width: 48%;
        max-width: 48%;
        margin-left: 0;
        margin-right: 0;
    }

    .model-item {
        width: 48%;
        max-width: 48%;
        margin-left: 0;
        margin-right: 0;
    }

    .prev-slide,
    .next-slide {
        display: none;
    }

    .logo-bar {
        text-align: center;
    }

    .logo-bar .header-join {
        display: none;
    }


    header .join-button,
    header .fancy_video,
    .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: left;
    }

    .header-title {
        text-align: left;
        font-size: 18px;
        padding: 0;
    }

    .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: block;
    }

    .button-more {
        display: inline-block;
        margin: -7px 0 0 0;
        font-size: 16px;
        padding: 5px 10px;
    }

    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: 300px;
    }

    .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 .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: 16.7px;
        margin-bottom: 10px;
    }

    .photo-item:nth-child(2n+2) {
        margin-right: 0;
    }

    .homepage .subpage-bg {
        display: block;
        height: 410px;
    }

    .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: 18px;
    }

    .become-a-member-desc {
        font-size: 16px;
    }

    .newsletter input[type=submit] {
        margin-right: 10px;
    }

    .sub-page .on-slider-title {
        font-size: 21px;
        padding: 0;
    }

    .sub-page .on-slider-body {
        top: 100px;
        height: 200px;
    }

    .sub-page .header-bottom {
        margin-top: 190px;
    }

    .left-comment {
        position: relative;
        border-right: 0;
        display: inline-block
    }

    .right-comment {
        padding: 10px;
        display: inline-block
    }
}

.message {
    float: left;
    width: 100%;
    text-align: center;
    padding: 100px 0;
}

.message h3 {
    display: inline-block;
    border: 1px solid #CCC;
    background: #f1f1f1;
    padding: 15px 25px;
    font-size: 18px;
}

.message.small-margin {
    padding: 20px 0;
}

.message.small-margin h3 {
    padding: 10px 25px;
    font-size: 15px;
}

.comment-notification {
    display: block;
    margin: 29px 0 10px 0;
    border: 1px solid #CCC;
    background: #f1f1f1;
    padding: 15px 25px;
    font-size: 18px;
}

#set-comments .header-title-holder {
    position: relative;
}