@charset "UTF-8";
@font-face {
	font-family:'Cinzel';
	font-style:normal;
	font-weight:400;
	src:url('../../fonts/Cinzel/Cinzel.eot');
	src:local('Cinzel'), local('Cinzel-Regular'), url('../../fonts/Cinzel/Cinzel.eot?#iefix') format('embedded-opentype'), url('../../fonts/Cinzel/Cinzel.woff') format('woff'), url('../../fonts/Cinzel/Cinzel.svg#Cinzel') format('svg');
}
@font-face {
	font-family: "slick";
	src: url("./../../fonts/Slick/slick.eot");
	src: url("./../../fonts/Slick/slick.eot?#iefix") format("embedded-opentype"),
	url("./../../fonts/Slick/slick.woff") format("woff"),
	url("./../../fonts/Slick/slick.ttf") format("truetype"),
	url("./../../fonts/Slick/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}
b, strong {
	font-weight: 600;
}
body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 60px;
}
a:link {
	text-decoration: none;
}
.nowrap {
	white-space: nowrap;
}

/* Slick Slider styles */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("../../images/responsive/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/* Dots */
.slick-dots {
	font-family: "slick";
	position: absolute;
	top: auto;
	bottom: 6px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 10px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before {
	position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick";
	font-size: 20px;
	line-height: 20px; text-align: center;
	color: #FFF;
	opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before { color: #FFF; opacity: 0.75; }
.slick-prev:hover, .slick-next:hover {
	background-color: #090909;
}
.slick-prev.slick-disabled,
.slick-prev.slick-disabled:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	background-image:url('../../images/responsive/slide-prev.png');
	background-color: #1c1c1c;
}
.slick-next.slick-disabled,
.slick-next.slick-disabled:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	background-image:url('../../images/responsive/slide-next.png');
	background-color: #1c1c1c;
}
.slider-width-fix {
	/* fix for slick slider always being 2px fat */
	padding-left:1px!important;
	padding-right:1px!important;
}
/* custom content sliders */
.slider-header,
.section-header-left {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom:16px;
}
.slider-header-title {
	font-size: 30px;
	font-weight: 300;
	position: relative;
	float:left;
}
.section-header-left {
	font-size: 30px;
	font-weight: 300;
}
.pagination.slider-header-nav {
	margin: 0;
}
.pagination.slider-header-nav>li>a,
.pagination.slider-header-nav>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: -1px;
	width: 47px;
	height: 34px;
}
.slider-prev>a{
	background-image:url('../../images/responsive/slide-prev.png');
}
.slider-prev>a:hover {
	background-image:url('../../images/responsive/slide-prev_hover.png');
}
.slider-next>a {
	width: 47px;
	height: 34px;
	background-image:url('../../images/responsive/slide-next.png');
}
.slider-next>a:hover {
	background-image:url('../../images/responsive/slide-next_hover.png');
}
.slick-list {
	margin: 0 -16px;
}
#slick-movie-updates,
#slick-photography-updates {
	margin-bottom: 30px;
}

/* top slideshow */
.custom-slideshow .slick-prev,
.custom-slideshow .slick-next {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 70px;
	top: 45%;
	border: 0 none;
	border-radius: 4px;
}
.custom-slideshow {
	max-width: 1170px;
	max-height: 540px;
}
.custom-slideshow-item-link {
	display: block;
	max-height: 540px;
	overflow: hidden;
}
.custom-slideshow .slick-prev {
	background-image: url('../../images/responsive/slide-prev.png');
	left: 5px;
}
.custom-slideshow .slick-next {
	background-image: url('../../images/responsive/slide-next.png');
	right: 5px;
}
.slideshow-panel-clickable {
	cursor:pointer;
}
.custom-slideshow-title {
	position: absolute;
	color: #FFFFFF;
	font-size: 42px;
	left: 10px;
	top: auto;
	bottom: 280px;
	line-height: 44px;
	font-weight: 100;
	width: 450px;
}
.custom-slideshow-model-names {
	position: absolute;
	color: #FFFFFF;
	font-size: 12px;
	left: 10px;
	top: auto;
	bottom: 250px;
	width: 450px;
}
.custom-slideshow-button {
	display: block;
	position: absolute;
	width: 270px;
	height: 52px;
	border: 0;
	border-radius: 3px;
	color: #FFFFFF;
	font-size:16px;
}
[data-action-type="watchFullMovie"] {
	background-color: #F26;
	top: auto;
	bottom: 180px;
	left: 100px;
}
[data-action-type="skipToTrailer"] {
	background-color: #F26;
	top: auto;
	bottom: 144px;
	left: 100px;
}
.custom-slideshow-caption-text {
	display: none;
	position: absolute;
	bottom: 38px;
	height: 34px;
	color: #D2D2D2;
	background-color: rgba(0, 0, 0, 0.36);
	width: 100%;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 12px;
}

/* content list */
.custom-content-list {
	margin-left: auto;
	margin-right: auto;
}
.custom-content-list .list-group-item {
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0 none;
	background: none repeat scroll 0 0 transparent !important;
}
.custom-list-item-default {
	width: 195px;
	margin-left: auto;
	margin-right: auto;
}
.custom-img-container {
	position: relative;
}
.custom-content-list .list-group-item .custom-img-default,
.custom-list-item-name {
	max-width: 195px;
}
.custom-content-list .list-group-item .custom-list-item-name,
.custom-content-list .list-group-item .custom-list-item-name:hover {
	text-decoration: none;
	color: #16181C;
	margin-top: 6px;
	font-size: 13px;
	display: block;
}
.custom-content-list .list-group-item .custom-list-item-date {
	font-size: 11px;
	color: #999CA1;
	display: block;
}
.custom-content-list .list-group-item .custom-img-form {
	height: 150px;
	margin-left: 25px;
	margin-right: 25px;
}

/* navbar */
.navbar-inverse {
	background: none repeat scroll 0 0 #000;
	border-radius: 0;
}
.navbar-custom-main li a {
	color: #ADADAD !important;
}
.navbar {
	height: 60px;
	border: 0;
	margin-bottom: 0px;
}
.navbar-brand {
	padding: 0;
	height: 60px;
	line-height: 55px;
	margin-left: 0!important;
}
.navbar-brand img {
	max-height: 60px;
}
.navbar-custom-main {
	padding-left: 5px;
	padding-right: 0;
	text-transform: uppercase;
	float: right;
}
.navbar-custom-main li {
	float: left;
}
.navbar-custom-main li a {
	display: block;
	padding: 0 15px!important;
	height: 60px;
	line-height: 60px;
	color: #ADADAD !important;
}
.navbar-custom-main .highlight a {
	color: #FFF !important;
	background: none repeat scroll 0 0 #FC4718!important;
	padding: 0 10px 10px !important;
	height: 28px;
	margin: 16px 0 20px;
	line-height: 2.2em;
	border-radius: 2px;
	border: medium none !important;
	font-size: 13px;
}
.navbar-custom-main .highlight a:hover {
	color: #FFF !important;
	border: medium none !important;
	background-color: #F88377 !important;
}
.navbar-right {
	float: right;
	margin: 0;
	padding: 0;
}
.navbar-right li a {
	display: block;
	padding: 0 12px!important;
	height: 60px;
	line-height: 60px;
	color: #909AA9!important;
}
.navbar-nav.navbar-right:last-child {
	margin-right:0;
}
.navbar-custom-search a:hover,.navbar-custom-options a:hover {
	background:#F6F7FB!important;
}
.user-menu {
	display:table-cell;
	position:relative;
	line-height:60px;
	margin-right:-10px;
	margin-left:10px;
}
.user-menu-avatar-small {
	position:relative;
	top:16px;
}
.user-menu-avatar-small:hover {
	cursor:pointer;
}
.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.user-menu-dropdown-menu{padding:9px 7px 12px 3px;font-size:13px;background-clip:padding-box;border:1px solid #E6E9EE;border-radius:2px;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.175);box-shadow:0 2px 2px rgba(0,0,0,0.175)}.user-menu-dropdown-menu .divider{margin:9px 13px 3px 20px}.user-menu-dropdown-menu li>a{color:#428bca}.user-menu-avatar-small,.user-menu-avatar-large{background:#434a54;color:#F6F7FB;font-family:'Open Sans';text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.user-menu-avatar-small{width:26px;height:26px;line-height:28px;font-size:13px;float:left}.user-menu-avatar-large{width:36px;height:36px;line-height:36px;font-size:16px;display:inline-block}.user-menu-header{padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap;height:40px;margin-top:5px}.user-menu-header-user-name{height:36px;margin-left:4px;font-size:16px;line-height:16px;display:inline-block;vertical-align:top}.user-menu-header-edit-profile{position:absolute;font-size:10px;top:32px;left:64px}.user-menu-caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:6px solid;border-right:6px solid transparent;border-left:6px solid transparent}.user-menu-dropdown{width:32px;height:26px;display:inline-block;text-align:center;line-height:27px;background:none !important;border-color:#ffffff !important;color:#ffffff}.user-menu-dropdown:focus,.user-menu-dropdown:visited,.user-menu-dropdown:hover,.user-menu-dropdown:focus{color:#ffffff}.xs-user-menu-item{height:42px}.user-menu-arrow-box:after,.user-menu-arrow-box:before{top:-16px;right:11px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.user-menu-arrow-box:after{border-color:rgba(255,255,255,0);border-bottom-color:#ffffff;border-width:9px;margin-left:52px}.user-menu-arrow-box:before{border-color:rgba(230,233,238,0);border-bottom-color:#E6E9EE;border-width:8px;margin-left:53px}
.navbar-header-custom {
	width:100%;
}
.navbar-nav-custom {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	margin-right: -15px;
	margin-left: -15px;
}
.navbar-nav-custom>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	background-color: #000000;
}
.navbar-nav-custom>li>a:hover,
.navbar-nav-custom>li>a:focus {
	text-decoration: none;
	background-color: #222;
}

/* navbar sidetoggle button reset */
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
	border-style: none;
}
.custom-sidebar-toggle {
	width: 32px;
	height: 28px;
	float: left;
	margin: 15px 4px 0 15px;
	background: url('../../images/responsive/nav/sidebar.png') left top no-repeat;
}

/* vertical offsets */
.v-offset-10 { margin-top: 10px; }
.v-offset-15 { margin-top: 15px; }
.v-offset-20 { margin-top: 20px; }

/* email signup */
.email-signup-section {
	background-image: url('../../images/responsive/slider/movie_backgroundOverlay_light.png');
	background-repeat: no-repeat;
	background-position: center;
	max-height: 580px;
	background-size: cover;
}
.email-signup-container-locked {
	position: absolute;
	height: 40px;
	width: 40px;
	right: 24px;
	bottom: 2px;
	display: block;
}
.email-signup-container {
	padding-top: 25px;
	padding-bottom: 6%;
}
.email-signup-container-close {
	position: absolute;
	height: 30px;
	width: 30px;
	top: -20px;
	right: 25px;
	cursor:pointer;
}
.email-signup-header {
	font-size: 25px;
	color: #FFF;
	white-space:nowrap;
}
.email-signup-description {
	margin-top: 20px;
}
.email-signup-form-box {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color: #131313;
	padding:4%;
}
.email-signup-input {
	width:100%;
	text-align: center;
	border-radius: 0;
	height: 40px;
}
.email-signup-submit-btn,
.email-signup-submit-btn:hover,
.email-signup-submit-btn:active {
	margin-top: 15px;
	width: 100%;
	border-radius: 0px;
	border: none;
	height: 48px;
	background-color: #FAA931;
	color: #FFF;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 1px;
}
.email-signup-submit-btn:hover,
.email-signup-submit-btn:active {
	background-color: #ff5f4c;
}
.email-signup-checkbox-row {
	text-align: center;
	margin-top: 5px;
}
.email-signup-checkbox-row .email-signup-checkbox-item.checkbox,
.email-signup-checkbox-row .email-signup-checkbox-item.checkbox label {
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-top: 0;
}
.email-signup-checkbox-row .email-signup-checkbox-item.checkbox input[type="checkbox"] {
	margin: 2px 7px 0 0;
	float: none;
	display: inline;
}
.email-signup-checkbox-item {
	display: inline-block;
}
.email-signup-no-cc {
	color: #FFF;
	display: inline-block;
	min-height: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 16px;
	padding-left: 20px;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.1em;
	background: url('../../images/responsive/nocc.png') left center/16px 16px no-repeat;
}
.email-signup-warning {
	color:  #ff5f4c;
}

/* button styles */
.round-button-row {
	text-align: center;
}
.round-button.round-button-no-thanks,
.round-button.round-button-no-thanks:hover {
	border: 2px solid #D2D2D2;
	color: #D2D2D2;
	font-weight: 700;
	font-size: 15px;
	background-color: #202020;
}
.round-button.round-button-no-thanks:hover {
	border-color: #E4E4E4;
	color: #E4E4E4;
}
.view-all-button-row {
	margin-top: 10px;
	margin-bottom: 30px
}
.view-all-button,
.view-all-button:hover,
.round-button,
.round-button:hover {
	background-color:transparent;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	padding: 8px 26px;
	text-decoration:none;
}
.round-button,
.round-button:hover {
	margin-left: 30px;
	margin-right:30px;
}
.btn-default.disabled,
.btn-default[disabled] {
	background-color: #FAA931;
	border-color: #ccc;
}

/* ajax response styles */
.email-signup-response-1 {
	color: #FFFFFF;
	font-size: 20px;
}
.email-signup-response-2 {
	color: #FFFFFF;
}
.email-signup-response-emphasis {
	font-weight: 700;
	color: #00b968;
}

/* section headers  */
.tagline {
	font-size: 22px;
	font-weight: 100;
	line-height: 48px;
	letter-spacing: 10px;
}
.section-header {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 300;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.section-header:before,
.section-header:after {
	position: absolute;
	top: 51%;
	width: 49%;
	height: 1px;
	content: '\a0';
}
.section-header:before {
	margin-left: -50%;
	text-align: right;
}
.section-header:after {
	margin-left: 1%;
}
.section-wrapper {
	padding-top: 20px;
}

/* model stats */
.model-stats-wrapper {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.model-stats ul {
	width:150px;
	margin-left:16px;
}
.model-name {
	width:300px;
	margin-left:16px;
	font-size: 24px;
	font-weight: 100;
	line-height: 1.1;
	margin-bottom:10px;
}
.model-portrait {
	width: 146px;
}
.model-stats ul.model-stats-icons {
	width: 300px;
	margin-top: 30px;
	/*padding-left:16px;*/
}
.model-stats ul.model-stats-icons .model-stats-separator {
	padding-left: 0;
	padding-right: 6px;
	font-size: 14px;
}
.model-stats-icon {
	text-indent: 12px;
	background-size: 14px 14px;
	padding: 0;
	font-size: 12px;
}
.model-stats-movies {
	background: url('../../images/responsive/movies.png') no-repeat scroll left center transparent;
}
.model-stats-photos {
	background: url('../../images/responsive/photos.png') no-repeat scroll left center transparent;
}
.model-stats-rating {
	background: url('../../images/responsive/rating.png') no-repeat scroll left center transparent;
}
.model-list {
	margin-top:20px;
	margin-bottom:30px;
	text-align: center;
}
.model-list-portrait-col {
	margin-bottom: 20px;
}
.model-list-portrait-img {
	width: 100%;
}
.custom-content-list .list-group-item .custom-list-item-name-model,
.custom-content-list .list-group-item .custom-list-item-name-model:hover {
	text-decoration: none;
	margin-top: 6px;
	font-size: 13px;
}
.loadModel {
	font-size: 13px;
}

/* testimonials */
.testimonials-wrapper {

}
.testimonial-quote {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 10px;
}
.testimonial-quote-large {
	font-weight:700;
	font-size: 36px;
	line-height: 30px;
}
.testimonial-begin-quote,
.testimonial-end-quote {
	font-style: italic;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	padding-right: 1.0em;
}
.testimonial-begin-quote {
	font-size: 36px;
	margin-left: -27px;
}
.testimonial-end-quote {
	font-size: 30px;
	line-height: 23px;
	margin-left: 5px;
	margin-top: 1px;
}
.testimonial-quote-footer {
	margin-bottom: 10px;
}

/* feature icons */
.features-wrapper {
	padding-bottom: 20px;
}
.feature-icon-wrap {
	min-height: 132px;
	padding-bottom: 5%;
	margin-bottom: 10%;
}
.feature-icon-title {
	font-size: .7em;
	line-height: 1.4em;
	font-weight: 400;
	letter-spacing: 1px;
}

/* security features */
.security-features-wrapper {
	padding: 30px 0;
}
.security-features-wrapper .glyphicons {
	margin-right: 2px;
}
.security-features-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}
.security-features-description {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 20px;
}
.new-feature {
	padding: 2px 24px 2px 2px;
	background: url('../../images/responsive/features/new.png') no-repeat scroll right center transparent;
	background-size: contain;
}
.security-icons-wrapper {
	background-color: #FFF;
	padding: 30px 0;
}
.security-icons-wrapper img {
	margin: 0 10px;
}

/* bottom buttons */
.last-chance-wrapper {
	padding: 45px 0;
}
a.last-chance-button,
a.last-chance-button:active,
a.last-chance-button:hover,
a.last-chance-button:focus,
a.last-chance-button:visited {
	display: inline-block;
	width: 270px;
	height: 52px;
	border: 0;
	border-radius: 3px;
	font-size:16px;
	line-height: 52px;
	color: #FFFFFF;
}
.last-chance-button-join {
	margin:30px 20px;
	background-color: #F26;
}
.last-chance-button-skip {
	margin:30px 20px;
	background-color: #808080;
}

/* hide the footer */
.footer {
	display:none;
}

/* records and disclaimers */
.record-disclaimers-wrapper {
	font-size: .8em;
	padding-bottom: 20px;
}

/* No sliders and more rows if no movies */
.custom-content-list.no-slider .list-group {
	text-align: center;
}
.custom-content-list.no-slider .list-group-item {
	margin: 0 5px 25px 10px;
}

/* responsive adjustments */
/* md */
@media (max-width: 1199px) {
	.custom-slideshow-title {
		position: absolute;
		font-size: 36px;
		left: 10px;
		bottom: 232px;
	}
	.custom-slideshow-model-names {
		position: absolute;
		font-size: 15px;
		left: 10px;
		bottom: 205px;
	}
	[data-action-type="watchFullMovie"] {
		left: 121px;
		bottom: 150px;
	}
	[data-action-type="skipToTrailer"] {
		left: 121px;
		bottom: 120px;
	}
	.custom-slideshow-button {
		display: block;
		position: absolute;
		width: 230px;
		height: 40px;
		border: 0;
		border-radius: 3px;
	}
	.slick-dots {
		bottom: 10px;
	}
	.testimonial-quote-large {
		font-size: 20px;
		line-height: 26px;
	}
}

/* sm */
@media (max-width: 991px) {
	.custom-slideshow-caption-text {
		display: block;
	}
	.custom-slideshow-title {
		display: none;
	}
	.custom-slideshow-model-names {
		display: none;
	}
	.custom-slideshow-button {
		width: 100%;
		height: 38px;
		border-radius: 0;
		position: relative;
		display: inline-block;
		top: auto;
		bottom: auto;
		left: auto;
	}
	.slick-dots {
		display: none !important;
	}
	.section-header {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.section-wrapper {

	}
	.testimonial-quote {
		margin: 0 10px 20px 20px;
	}
}

/* xs */
@media (max-width: 767px) {
	.custom-slideshow-button {
		font-size: 14px;
	}
	.tagline {
		line-height: 26px;
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 10px;
	}
	.testimonial-quote-large {
		font-size: 22px;
		line-height: 25px;
	}
	.security-features-description {
		margin-bottom: 30px;
	}
	.section-wrapper {
		padding: 20px 0 10px 0;
	}
	.last-chance-button-join {
		margin: 30px 0 30px 0;
		background-color: #F26;
	}
	.last-chance-button-skip {
		margin: 0 0 30px 0;
		background-color: #808080;
	}
}

/* xxs */
@media (max-width: 639px) {
	.hidden-xxs {
		display: none!important;
	}
	.email-signup-container-close {
		top: -12px;
		right: 10px;
	}
	.email-signup-container-locked {
		right: 9px;
		bottom: 4px;
	}
	.pagination.slider-header-nav {
		display:none;
	}
	.slider-header-title {
		font-size: 24px;
		float:none;
		text-align: center;
	}
	.section-header-left {
		font-size: 24px;
		text-align: center;
	}
	.section-header {
		font-size: 24px;
	}
	.model-portrait {
		width: 120px;
	}
	.model-name {
		font-size: 18px;
		margin-left: 0;
	}
	.model-stats ul {
		margin-left: 0;
		width: 110px;
	}
	.model-stats {
		margin-left: 0;
		width: 235px;
		padding-left: 10px;
		padding-top: 10px;
	}
	.model-stats-wrapper {
		min-width:355px;
		font-size: 10px;
		padding: 0;
	}
	.model-stats ul.model-stats-icons {
		width: 200px;
		margin-top: 0;
	}
	.custom-content-list .list-group-item .custom-img-form {
		margin-left: 10px;
		margin-right: 10px;
	}
	.testimonial-quote-large {
		font-size: 20px;
		line-height: 20px;
		font-weight: 500;
	}
	.last-chance-wrapper {
		padding: 0;
	}
	.email-signup-header {
		font-size: 20px;
		white-space: normal;
	}
	.custom-slideshow .slick-next,
	.custom-slideshow .slick-prev {
		display: none!important;
	}
}

/* xxxs */
@media (max-width: 479px) {
	.hidden-xxxs {
		display: none!important;
	}
	.email-signup-container-close {
		top: -10px;
		right: 3px;
	}
	.email-signup-submit-btn,
	.email-signup-submit-btn:hover,
	.email-signup-submit-btn:active {
		font-size:12px;
	}
	.custom-content-list .list-group-item .custom-img-form {
		margin-left: 5px;
		margin-right: 5px;
	}
	.custom-slideshow-button {
		font-size: 12px;
	}
	.email-signup-section {
		max-height: none;
	}
	.email-signup-no-cc {
		display: inline-block;
		margin-left: 0;
		padding-left: 0;
		font-size: 12px;
		background: none;
	}
	.model-name {
		width: auto;
	}
	.model-stats {
		width: 160px;
	}
	.model-stats-wrapper {
		min-width: 0;
	}
	.model-stats ul.model-stats-icons {
		width: 150px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi)
{
	.new-feature {
		background: url('../../images/responsive/features/new@2x.png') no-repeat scroll right center transparent;
		background-size: 25px 25px;
	}
	.custom-sidebar-toggle {
		background: url('../../images/responsive/nav/sidebar@2x.png') left top no-repeat;
		background-size: 32px 28px;
	}
}

.view-all-link {
color: #999CA1!important;
    text-transform: uppercase;
    display: block;
    line-height: 32px;
    padding-right: 15px;
}