@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500,300italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);


/* 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: #f4ead5;
}

body,
td,
p {
    font-family: 'Roboto', 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', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h2 {
    font-family: 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h3 {
    font-family: 'Roboto', 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 {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

header {
    position: relative;
}

.top-nav {
    background: rgba(255, 118, 163, 1);
    border-bottom: 1px solid #ff93b7;
}

.logo-bar {
    position: absolute;
    width: 100%;
}

.logo-bar-non-index {
   background: linear-gradient(to bottom, rgb(255 118 163) 0%, rgba(226, 78, 120, 0) 80%);
}

nav ul.menu-left,
nav ul.menu-left li,
nav ul.menu-left li a {
    display: block;
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    position: relative;
}

nav ul.menu-left li {
    margin-right: 3px;
    width: 125px;
}

nav ul.menu-left li a {
    border-top: 4px solid #ec8ca6;
    padding-bottom: 3px;
    line-height: 42px;
    width: 100%;
    text-align: center;
}

nav ul.menu-left li a:hover,
nav ul.menu-left li.active a {
    color: #65e8de;
    border-top: 4px solid #3fb8af;
}

nav ul.menu-left ul.dropdown {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(0, 0, 0, 0.5) 8px 8px 0px;
    width: 200px;
    padding: 0;
}

nav ul.menu-left ul.dropdown li {
    width: 100%;
    border: none;
    margin: 0;
}

nav ul.menu-left ul.dropdown li a {
    width: 100%;
    text-align: left;
    color: #3fb8af !important;
    border: none;
    padding: 0px 12px;
    background: none !important;
    text-shadow: #FFF 1px 1px 2px;
}

nav ul.menu-left ul.dropdown li a:hover {
    background: #3fb8af !important;
    color: #FFF !important;
    text-shadow: #222 1px 1px 2px;
}

nav ul.menu-right {
    position: relative;
    display: block;
    float: right;
    padding-right: 40px;
}


nav ul.menu-right li,
nav ul.menu-right li a {
    display: block;
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

nav ul.menu-right li {
    margin: 0 14px;
}

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

nav ul.menu-right li a {
    line-height: 41px;
    width: 100%;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
}

nav ul.menu-right li a:hover,
nav ul.menu-right li.active a {
    color: #65e8de;
    padding-top: 4px;
}

a.scrollup {
    float: left;
    padding: 10px;
    position: fixed;
    right: 20px;
    bottom: 65px;
    background: #FFF;
    display: none;
    font-size: 20px;
    color: #e14284;
    z-index: 9999;
}

a:hover.scrollup {
    background: #e14284;
    color: #FFF;
}

.prev-slide {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -163px;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(../images/slide-arrow-prev.png) no-repeat center center #fff;
}

.next-slide {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -163px;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(../images/slide-arrow-next.png) no-repeat center center #fff;
}

.prev-slide:hover {
    opacity: 0.7;
}

.next-slide:hover {
    opacity: 0.7;
}

.logo-bar a.logo {
    margin: 11px 0;
    display: inline-block;
    float: left
}

header {
    text-align: center;
}

.logo-bar a.logo img {
    float: left;
}

.logo-bar .header-join {
    display: inline-block;
    float: right;
    border-bottom: 1px solid #ff3d7f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(../images/ico-key.png) no-repeat right 10px center #3fb8af;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 100%;
    margin-left: 10px;
    line-height: 37px;
    margin:15px 40px 0 0;
    color: #fff;
    padding: 0 36px 0px 10px;
    text-transform: uppercase;
}

.logo-bar .header-join:hover {
    background: url(../images/ico-key.png) no-repeat right 10px center #298c85;
}

.slider {
    position: relative;
    height: 31.3vw;
    overflow: hidden;
    z-index: -1;
    background: #bde6da;
}

.slider::before {
    content: '';
    background: linear-gradient(to bottom, rgb(255 118 163) 0%, rgba(226, 78, 120, 0) 80%);
    width: 100%;
    height: 180px;
    position: absolute;
}

.slider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 145px;
    background: url(../images/bg-header-bottom-before.png) no-repeat center top;
    background-size: cover;
}

.header-bottom {
    position: relative;
    text-align: center;
    padding-bottom: 114px;
    width: 100%;
    max-width: 1920px;
    display: inline-block;
    margin-top: -2px;
}

.header-bottom .join-details {
    background: #c6e5d9;
}

.header-bottom .join-details ul,
.header-bottom .join-details ul li {
    display: block;
    float: left;
}

.header-bottom .join-details ul {
    width: 100%;
    margin: 17px 0;
}

.header-bottom .join-details ul li {
    width: 25%;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #ff3d7f;
    text-shadow: 1px 1px #e6f4ef;
    line-height: 34px;
    display: block;
}


.header-bottom .join-details ul li:first-child {
    padding-right: 12px;
}

.header-bottom .join-details ul li:nth-child(2) {
    text-align: center;
    padding: 0 12px;
}

.header-bottom .join-details ul li:last-child {
    padding-left: 12px;
}

.header-bottom .join-details ul li span {
    display: block;
    border-bottom: 1px solid #e9f5f1;
    padding-bottom: 3px;
}

.header-bottom .join-details ul li b {
    font-weight: 700;
    color: #3fb8af;
}




.header-bottom .become-a-member .wrapper {
    height: 100%;
}


.header-bottom:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 145px;
    background: url(../images/bg-header-bottom-after.png) no-repeat center top;
    background-size: cover;
}

.header-bottom .join-button {
    position: absolute;
    left: 50%;
    width: 100%;
    height: auto;
    max-width: 337px;
    margin-left: -168px;
    top: -47px;
}

.header-bottom .become-a-member {
    height: 58px;
    width: 100%;
    background: #c6e5d9;
}

.header-bottom .become-a-member img {
    margin: 0 auto;
}

.header-bottom .become-a-member a {
    position: absolute;
    left: 0;
    bottom: -85px;
    right: 0;
    z-index: 1;
}

.content {
    text-align: center;
    padding: 14px 0 20px 0;
}

.content-item,
.model-item,
.photo-item {
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    margin: 4px 2px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(238, 189, 175, 0.5);
    -moz-box-shadow: 1px 1px 1px 0px rgba(238, 189, 175, 0.5);
    box-shadow: 1px 1px 1px 0px rgba(238, 189, 175, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.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(3n) {
    margin-right: 0;
}

.content-item {
    width: 373px;
}

.model-item {
    width: 280px;
    /* width: 188px; */
}

.content-item .thumb,
.model-item .thumb {
    float: left;
    display: block;
    max-width: 370px;
    width: 100%;
    border-bottom: 2px solid #f4ead5;
}

.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;
    color: #ff3d7f;
    line-height: 27px;
}

.item-date {
    background: #f7f0e2;
    border-top: 1px solid #fff;
    color: #ff3d7f;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.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: #ff3d7f; */
    color: #111;
    font-size: 14px;
    font-weight: 700;
}

.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;
    border-bottom: 1px solid #fff;
}

.item-details-2-col div {
    width: 50%;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f0e2;
    text-align: center;
    font-size: 14px;
    color: #ff3d7f;
    font-weight: 400;
}

.item-details-2-col div:first-child {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.item-details-2-col div:last-child {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.item-details-2-col .video-amount span {
    display: inline-block;
    padding-left: 16px;
    background: url(../images/ico-item-video.png) no-repeat left center;
}

.item-details-2-col .photo-amount span {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/ico-item-camera.png) no-repeat left center;
}

.item-view-btn {
    color: #fff;
    font-weight: 800;
    background: #ff3d7f;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    float: left;
    line-height: 26px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.signup-btn-wrapper {
    text-align: center;
}

.btn-xl {
    color: #fff;
    font-weight: 800;
    background: #ff3d7f;
    text-align: center;
    font-size: 32px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 30px;
}

.item-view-btn:hover,
.btn-xl {
    background: #d72562;
}

ul.reviews-list,
ul.reviews-list li {
    display: block;
    float: left;
}

.header-title-holder {
    border-bottom: 1px solid #ff3d7f;
    line-height: 31px;
}

.header-title {
    display: block;
    padding: 10px 0 10px 39px;
    font-size: 24px;
    color: #255551;
    font-weight: 400;
    float: left;
    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 a {
    color: #3fb8af;
}

.header-title span a:hover {
    color: #255551;
    text-decoration: underline;
}

.header-title span:last-child {
    padding-right: 0;
    background: transparent;
}

.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-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;
    width: 16px;
    background-size: contain;
}

.button-more {
    display: block;
    float: right;
    color: #fff;
    background: #3fb8af;
    font-weight: 300;
    font-size: 24px;
    line-height: 17px;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 4px;
}

.button-more:hover {
    background: #298c85;
}

.sort_options {
    float: right;
    margin-top: 7px;
}

.sort_options a {
    float: left;
    color: #fff;
    background: #3fb8af;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 4px;
}

.sort_options a:hover,
.sort_options a.active {
    background: #298c85;
}

.banner-1 {
    position: relative;
    background: url(../images/bg-banner-1.jpg) no-repeat top center;
    min-height: 386px;
    background-size: contain;
    background-position: 0 bottom;
}

.banner-2 {
    position: relative;
    /*background: url(../images/bg-banner-2.jpg) no-repeat top center;*/
    /*min-height: 624px;*/
    /*background-size: cover;*/
    text-align: center;
    background: #FFF;
}

.banner-2 .become-a-member {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.banner-2 .banner-2-image {
    position: relative;
    z-index: 1;
    top: 6px;
    left: 0;
}

.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;
}

.reviews {
    background: url(../images/bg-reviews.jpg) no-repeat #fff;
    background-size: contain;
    background-position: 0 top;
    padding-top: 25px;
    padding-bottom: 30px;
}

.newsletter {
    background: #fff;
    text-align: center;
}

.newsletter {
    padding: 35px 0;
    color: #66847f;
    font-size: 18px;
    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: 2px solid #706b62;
    border-left: 1px solid #706b62;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f4ead5;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    max-width: 265px;
    margin-left: 10px;
    line-height: 30px;
    color: #66847f;
    padding: 2px 5px;
    display: inline-block;
}

.newsletter input[type=submit] {
    border: none;
    border-bottom: 1px solid #ff3d7f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #3fb8af;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    max-width: 80px;
    margin-left: 10px;
    line-height: 31px;
    color: #fff;
    padding: 2px 5px 0;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.newsletter input[type=submit]:hover {
    background: #298c85;
}

footer {
    background: #fff;
    color: #66847f;
    font-size: 14px;
    font-weight: 400;
}

footer .left-side,
footer .right-side {
    position: relative;
    float: left;
    width: 50%;
    line-height: 19px;
    padding: 15px 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 .top-footer .right-side:after {
    left: 26px;
    right: 0;
}
.bottom-footer{
padding: 0 15px;
}
footer .left-side {
    padding-right: 26px;
    text-align: left;
}

footer .right-side {
    padding-left: 26px;
    text-align: right;
}

footer a {
    color: #66847f;
}

footer a:hover {
    color: #ff3d7f;
}

a.menu-opener {
    float: none;
    display: none;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0;
    padding-left: 40px;
    text-transform: uppercase;
}

a.menu-opener:before {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    top: 10px;
    margin-left: 0px;
    width: 24px;
    height: 19px;
    background: url(../images/menu-opener.png) center top no-repeat;
    transition: all 0.6s ease;
}

a.menu-opener:hover {
    color: #c6e5d9;
}

a.menu-opener:hover::before {
    background-position: center -38px;
}

.only-desktop {
    margin: auto;
    display: block;
}

.only-mobile {
    display: none;
}



.subpage-bg {
    width: 100%;
    height: 486px;
    background: url(../images/bg-header-subpage.jpg) no-repeat center top;
    background-size: cover;
}

.alphabet {
    line-height: 35px;
}

.top-alphabet {
    border-bottom: 1px solid #e94e77;
}

.alphabet {
    padding-top: 20px;
    padding-bottom: 7px;
}

.alphabet .letters {
    float: right;
}

.alphabet .all {
    float: left;
}

.alphabet a,
.alphabet span {
    display: inline-block;
    color: #255551;
    font-size: 24px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fcfaf4;
    border: 1px solid #e4decb;
    margin-left: 4px;
    margin-right: 3px;
    width: 35px;
    text-align: center;
    float: left;
    height: 36px;
}

.alphabet a:hover,
.alphabet span,
.alphabet a.active {
    background: #3fb8af;
    color: #fff;
}

.alphabet a:last-child,
.alphabet span:last-child {
    margin-right: 0;
}

.alphabet .all a {
    width: auto;
    color: #fff;
    padding: 0 25px;
    background: #3fb8af;
    margin-left: 0;
}

.alphabet .all a:hover {
    color: #3fb8af;
    background: #fff;
}

.pagination {
    line-height: 35px;
    text-align: center;
    padding-top: 7px;
}

.pagination a,
.pagination span {
    display: inline-block;
    color: #255551;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fcfaf4;
    border: 1px solid #e4decb;
    margin-left: 4px;
    margin-right: 3px;
    width: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    vertical-align: top;

}

.pagination a:hover,
.pagination span {
    background: #3fb8af;
    color: #fff;
}

.pagination a.prev,
.pagination a.next,
.pagination a.first,
.pagination a.last {
    color: #fcfaf4;
    font-weight: 100;
    vertical-align: top;
    background: url(../images/pagination-prev.png) no-repeat center center #fcfaf4;
}

.pagination a.next {
    background: url(../images/pagination-next.png) no-repeat center center #fcfaf4;
}

.pagination a.first {
    background: url(../images/pagination-first.png) no-repeat center center #fcfaf4;
}

.pagination a.last {
    background: url(../images/pagination-last.png) no-repeat center center #fcfaf4;
}

.pagination .info-page {
    width: auto;
    background: transparent;
    border: none;
    color: #ee7394;
    font-weight: 400;
    font-size: 14px;
}

.pagination .info-page b {
    font-weight: 700;
    color: #255551;
}

.bottom-pagination {
    margin-bottom: 30px;
}

/* Join Area */

.join-area {
    background-size: cover;
    padding: 15px 0 18px 0;
    color: #2a3a4f;
    background: url(../images/bg-reviews.jpg) no-repeat bottom center #f4ead5;
    padding-bottom: 55px;
}

.join-area .wrapper:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
}

.half-col {
    width: 50%;
    float: left;
}

.left-half-col {
    padding-right: 15px;
}

.right-half-col {
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.join-form {
    display: block;
    padding: 0 3px;
}

.form-section {
    padding: 25px;
}

.lock-head {
    position: relative;
    overflow: hidden;
    font-size: 21px;
    color: #255551;
    font-weight: 700;
    text-shadow: rgba(255, 255, 255, 0.8);
    display: block;
    text-align: center;
    padding-bottom: 10px;
    line-height: 22px;
    border-bottom: 1px solid #ff3d7f;
    text-align: justify;
    text-shadow: 1px 1px #faf6ed;
    /*background: url(../images/lock-head-bg.png) no-repeat center bottom;*/
}

.lock-head b {
    color: #ff2d00;
    font-weight: 400;
    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: #255551;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 17px;
    min-height: 28px;
    padding: 9px 0;
    border-bottom: 1px solid #fff;
    font-weight: 300;
    margin-bottom: 0;
}

ul.join-info li b {
    color: #ff3d7f;
    font-size: 36px;
    width: 100%;
    display: block;
    font-weight: 700;
}

.form-section.centered {
    text-align: center;
    border-bottom: 2px solid #dadada;
}

.form-section.centered:last-child {
    border-bottom: 0;
}

.form-section input[type=submit] {
    width: 100%;
    max-width: 380px;
    background: #e94e77;
    color: #fff;
    text-shadow: 1px 1px #c8335b;
    font-weight: 300;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    padding: 10px 0;
    border: 0;
    cursor: pointer;
    transition: all 0.4s ease;
    border-top: 1px solid #ff8b8b;
    border-left: 1px solid #ff8b8b;
    border-right: 1px solid #c8335b;
    border-bottom: 1px solid #c8335b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Signika', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
}

form.join-form.alternate_methods {
    border-top: 3px solid #DDD !important;
}

form.join-form.alternate_methods input[type=submit] {
    font-size: 16px !important;
}

span.join_error {
    display: inline-block;
    font-weight: bold;
    color: #FF0000;
}

.form-section input[type=submit]:hover {
    background: #c02f56;
}

.form-section i {
    font-weight: 400;
    color: #2a3a4f;
    font-size: 16px;
}

.form-section i.info-center {
    display: block;
    text-align: center;
    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: #2a3a4f;
    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;
    border-bottom: 1px solid #dadada;
}

.form-section .input-holder {
    padding-left: 130px;
    float: none;
}

.form-section.text-inputs .input-holder input {
    width: 100%;
    height: 40px;
    background: #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: inset 4px 5px 0px 0px rgba(220, 220, 220, 1);
    -moz-box-shadow: inset 4px 5px 0px 0px rgba(220, 220, 220, 1);
    box-shadow: inset 4px 5px 0px 0px rgba(220, 220, 220, 1);
    padding: 11px;
}

.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
}

.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: #e94e77;
    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;
}


#set-comments .header-title-holder {
    position: relative;
    margin-bottom: 15px;
}

.comment-notification a {
    font-weight: 700;
    color: #e94e77;
    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.active {
    background: #ffecf1;
}

.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: 17px;
}

.col-3-grid-item {
    width: 33.33%;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.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 {
    background: #fff;
    min-height: 280px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px;
    min-height: 286px;
    position: relative;
}

.col-3-grid-item .half-col-item {
    width: 50%;
    float: left;
    position: relative;
}

.col-3-grid-item .half-col-item img {
    /* width: 100%; */
    display: inline-block;
    vertical-align: top;
}

.col-3-grid-item .model-photo-small {
    float: left;
    width: 100%;
    text-align: center;
}

.col-3-grid-item .item-name {
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
    color: #ff3d7f;
}

.col-3-grid-item .item-name span {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ffe2ec;
}

.col-3-grid-item .rating {
    margin-top: 38px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #255551;
}

.col-3-grid-item .description,
.col-3-grid-item .description_full {
    color: #255551;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    margin: 6px 0;
    border-right: 1px solid #ffe2ec;
    line-height: 20px;
    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 {
    border-top: 1px solid #ffe2ec;
    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: 140px;
    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;
}

ul.list-stats,
ul.list-stats li {
    line-height: 19px;
    text-align: center;
    color: #255551;
}

ul.list-stats li b {
    color: #e94e77;
}

.view-btn {
    background: #ff3d7f;
    width: 100%;
    line-height: 30px;
    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;
}

.view-btn:hover {
    background: #d72562;
}

.col-3-grid-item .current-rate {
    font-size: 14px;
    font-weight: 700;
}

ul.content-details,
ul.content-details li {
    display: block;
    width: 100%;
}

ul.content-details li {
    border-bottom: 1px solid #ffe2ec;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #255551;
    padding: 5px 7px;
}

ul.content-details li:last-child {
    border-bottom: 0;
}

ul.content-details li b {
    font-weight: 700;
    color: #e94e77;
    float: right;
}

.photos-block {
    margin-top: 20px;
}

.content-date {
    border-top: 1px solid #fff;
    color: #ff3d7f;
    font-size: 14px;
    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 {
    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: 14px;
    font-weight: 400;
    clear: both;
    font-style: normal;
    width: 100%;
    margin: 0;
}

.video-block {
    margin: 10px 0;
    background: #c6e5d9;
    padding: 15px 0 10px 0;
    text-align: center;
    width: 100%;
    text-align: center;
}

.video-block .player {

    width: 100%;
/*    max-width: 745px; */
    max-width: 854px;
    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;
}

/* Gabriel */
.list-models .model-item .thumb a::after,
.model-photo-small::after {
    height: 2px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/teendreams-overlay2.png') center bottom;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
    bottom: -247px;
}

.model-item .thumb,
.model-item .thumb a {
    z-index: 100;
}

/* Media queries */


@media(min-width: 990px) and (max-width: 1199px) {
    .wrapper {
        width: 970px;
    }



    .header-bottom .join-details ul li {
        font-size: 23px;
    }

    .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(min-width: 768px) and (max-width: 989px) {
    .wrapper {
        width: 750px;
    }

    .header-bottom .join-details ul li {
        font-size: 20px;
        line-height: 20px;
    }

    .header-bottom .join-details ul li span {
        background: none !important;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header-bottom .become-a-member {
        height: 20px;
    }
    .header-bottom{
        padding-bottom: 70px;
    }
    .header-bottom .become-a-member a{
        bottom: -57px;
    }
    .header-bottom:after{
        bottom: -5px;
        height: 98px;
    }
    .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;
    }

    .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%;
    }

    .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;
        /*background:url('../images/header_mobile.jpg') no-repeat center top;*/
        background: none;
        background-size: cover;
    }

    .homepage .header-slider {
        display: none;
    }



    .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;
    }


}

@media(min-width: 480px) and (max-width: 767px) {
    .wrapper {
        width: 94%;
    }

    .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;
    }

    .header-bottom .join-details ul li {
        width: 100%;
        padding: 0 !important;
        font-size: 22px;
    }

    .header-bottom .join-details ul li span {
        background: 0 none !important;
        padding-bottom: 4px;
        padding-top: 4px;
    }



    .top-nav .menu-left,
    .top-nav .menu-right {
        display: none;
    }

    .top-nav {
        text-align: center;
    }

    a.menu-opener {
        display: block;
    }

    .content-item,
    .model-item {
        width: 48%;
        max-width: 48%;
        margin-left: 0;
        margin-right: 0;
    }

    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;
        background: url('../images/header_mobile.jpg') no-repeat center top;
        background-size: contain;
    }

    .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%;
    }

    .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;
        background: url('../images/header_mobile.jpg') no-repeat center top;
        background-size: contain;
    }

    .homepage .header-slider {
        display: none;
    }



    .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;
    }


}

@media (max-width: 998px) {
    .banner-1 {
        min-height: 255px;
    }
}

@media(max-width: 479px) {
    .wrapper {
        width: 94%;
    }

    .slider::after {
        height: 50px;
    }
    .header-bottom .become-a-member a{
        bottom: -67px;
    }
    .content-item,
    .model-item {
        width: 48%;
        max-width: 48%;
        margin-left: 0;
        margin-right: 0;
    }

    .content-item .item-title a,
    .model-item .item-title a {
        font-weight: normal;
    }

    .prev-slide,
    .next-slide {
        display: none;
    }

    .logo-bar {
        text-align: center;
        background: rgba(255, 118, 163, 1);
        position: static;
    }

    .logo-bar .header-join {
        display: none;
    }

    .logo-bar .logo {
        display: inline-block;
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .header-bottom .join-button,
    .banner-1 .join-line,
    .banner-2 .join-line {
        max-width: 250px;
        margin-left: -125px;
    }

    .header-bottom .join-details ul li {
        width: 100%;
        padding: 0 !important;
        font-size: 22px;
    }

    .header-bottom .join-details ul li span {
        background: 0 none !important;
        padding-bottom: 4px;
        padding-top: 4px;
    }

    .header-bottom .become-a-member {
        height: 0;
    }

    .header-title-holder {
        text-align: center;
    }

    .header-title {
        text-align: left;
        padding-left: 24px;
        text-align: center;
        font-size: 18px;
    }

    .ico-catalog,
    .ico-videos {
        background-size: 16px;
    }

    .banner-1 {
        min-height: 158px;
    }

    .top-nav .menu-left,
    .top-nav .menu-right {
        display: none;
    }

    .top-nav {
        text-align: center;
    }

    a.menu-opener {
        display: block;
    }

    .button-more {
        font-size: 18px;
        padding: 5px 10px 3px 10px;
        border-radius: 3px;
        margin-top: 12px;
    }

    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;
        background: url('../images/header_mobile.jpg') no-repeat center top;
        background-size: cover;
    }

    .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%;
    }

    .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;
        background: url('../images/header_mobile.jpg') no-repeat center 42px;
        background-size: 100%;
    }

    .homepage .header-slider {
        display: none;
    }

     .header-bottom {
        padding-bottom: 58px;
        background: #bde6da;
        margin-bottom: 20px;
    }

    .header-bottom:after {
        height: 45px;
        bottom: -22px;
    }

    .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;
    }

    .slider::before {
        height: 40px;
    }
}

#social-tabs {
    display: inline-block;
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 999;
    width: 35px;
}

#social-tabs ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

#social-tabs ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
}

#social-tabs ul li a {
    float: left;
    width: 100%;
    background: #777;
    text-align: center;
    border-radius: 5px 0 0 5px;
    padding: 4px;
    color: #FFF;
}

#social-tabs ul li a img {
    float: left;
}

#social-tabs ul li.facebook a:hover {
    background: #3b5998;
}

#social-tabs ul li.twitter a:hover {
    background: #4ec2dc;
}

.header-video {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.header-video-overlay {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 400px;
    left: 0;
    z-index: 10;
}

.header-video-overlay h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: 'Lobster', Arial, Helvetica, sans-serif;
    color: #FFF;
    text-shadow: #666 1px 1px 5px;
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 15px;
}

.header-video-overlay a {
    display: inline-block;
    font-size: 32px;
    padding: 20px 40px;
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 10px;
    background: #111;
    /* background: #fa7ea9; */
}

.header-video-overlay a:hover {
    background: #ff3d7f;
}



@media(min-width: 768px) and (max-width: 989px) {
    .wrapper {
        width: 750px;
    }
    .header-video-overlay{
        top: 176px;
    }
    .header-video-overlay h3{
        font-size: 32px;
    }
    .header-video-overlay a {
        padding: 5px 10px;
        font-size: 18px;
        border-radius: 5px;
    }

}

@media(min-width: 990px) and  (max-width: 1080px) {
    .header-video-overlay{
        top: 230px;
    }
    .header-video-overlay h3{
        font-size: 42px;
    }
    .header-video-overlay a{
        font-size: 24px;
        padding: 10px 20px;
    }
    .header-bottom .become-a-member a{
        bottom: -100px;
    }
}

@media only screen and (max-width: 998px) {

    /*#preview { display:none; }*/
    .video-block .inner {
        overflow: visible;
        padding: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .subpage-bg {
        height: 360px;
    }

    .sub-page .subpage-bg {
        background-size: cover;
        background-position: 70% top;
    }



    .banner-2 .banner-2-image {
        margin-top: 30px;
    }

    .homepage .subpage-bg {
        height: 400px;
    }

}


/* Mobile Landscape */
@media screen and (max-width: 767px) {
    .header-video-overlay h3 {
        font-size: 26px;
    }

    .header-video-overlay a {
        font-size: 16px;
        padding: 10px 20px;
    }

    .subpage-bg {
        height: 500px;
        background: url('../images/header_mobile.jpg') no-repeat center 42px;
        background-size: contain;
    }

    .homepage .subpage-bg {
        background: url('../images/header_mobile.jpg') no-repeat center 42px;
        background-size: contain;
    }

    .banner-2 .banner-2-image {
        margin-top: 50px;
    }
}

@media screen and (max-width: 560px) {


    .sub-page .subpage-bg {
        background-size: contain;
        background-position: center top;
    }

    .list-models .model-item .thumb a::after,
    .model-photo-small::after {
        padding: 0;
        margin: 0 auto;
        text-align: center;
        height: 2px;
        content: " ";
        position: absolute;
        /*top: 0;*/
        left: 0;
        right: 0;
        width: 100%;
        min-width: 100%;
        height: 100%;
        background: url('../images/teendreams-overlay2.png');
        background-repeat: no-repeat;
        opacity: 1;
        z-index: 1;
        bottom: -247px;
    }
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {

    .subpage-bg,
    .homepage .subpage-bg,
    .sub-page .subpage-bg {
        background-position: center 40px;
    }

    .header-video-overlay {
        position: static;
        padding: 12px 0;
        background: #c6e5d9;
    }

    .header-video-overlay h3 {
        font-size: 28px;
    }

    .list-models .model-item .thumb a::after,
    .model-photo-small::after {
        content: " ";
        background: url('../images/teendreams-overlay2.png');
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 0 bottom;
        background-size: contain;

    }
}


/*Fix for screens bigger than 1920px */
@media(min-width: 1920px) {
    .content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }


    .slider {
        height: auto;
        width: 100%;
    }

    .slider a {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .slider a img {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        vertical-align: top;
    }

    .header-bottom {
        width: 100%;
        max-width: none;
    }

    .header-bottom:before {
        background-size: cover;
        height: 6vw;
        display: none;
    }



    .banner-1 {
        min-height: 590px;
    }

    .banner-2-image img {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 100%;
    }
}

/* ----------------------------------------------------------------------
new add css----------------------------------------------------------------------------------- */

@media only screen and (min-width : 320px) {

    .subpage-bg,
    .subpage-bg,
    .sub-page .subpage-bg {
        background-position: center 120px;
    }



    .hidden-lg {
        display: block !important;
    }

    .hidden-sm {
        display: none !important;
    }





    .header-bottom .join-details ul li {
        width: 48%;
        padding: 0 !important;
        font-size: 20px;
        margin-left: 5px;
    }

}

@media only screen and (min-width : 480px) {



    .subpage-bg,
    .subpage-bg,
    .sub-page .subpage-bg {
        background-position: center 120px;
    }

    .hidden-lg {
        display: block !important;
    }

    .hidden-sm {
        display: none !important;
    }





    .header-bottom .join-details ul li {
        width: 48%;
        padding: 0 !important;
        font-size: 20px;
        margin-left: 5px;
    }

}

@media only screen and (min-width : 768px) {
    .hidden-lg {
        display: block !important;
    }

    .hidden-sm {
        display: none !important;
    }





    .header-bottom .join-details ul li {
        width: 48%;
        padding: 0 !important;
        font-size: 22px;
        margin-left: 5px;
    }

}

@media only screen and (min-width : 992px) {

    .subpage-bg,
    .subpage-bg,
    .sub-page .subpage-bg {
        background-position: center 40px;
    }

    .hidden-lg {
        display: none !important;
    }

    .hidden-sm {
        display: block !important;
    }





    .header-bottom .join-details ul li {
        width: 25%;
        padding: 0 !important;
        font-size: 30px;
        margin-left: 0px;
    }

}

@media only screen and (min-width : 1200px) {

    .subpage-bg,
    .subpage-bg,
    .sub-page .subpage-bg {
        background-position: center 40px;
    }

    .hidden-lg {
        display: none !important;
    }

    .hidden-sm {
        display: block !important;
    }





    .header-bottom .join-details ul li {
        width: 25%;
        padding: 0 !important;
        font-size: 30px;
        margin-left: 0px;
    }
}


.mobile-social {
    float: right;
    position: relative;
    z-index: 99;
    margin-right: 5px;
}

.mobile-social li {
    display: inline-block;
    border: 1px solid #777;
    margin: 5px 2px;
    height: 30px;
    background: #777;
    border-radius: 5px;
    padding-top: 2px;
}



/* new styles */
.body-text p {
    text-align: center;
    font-size: 2.5em;
    margin-top: 30px;
}