::-moz-focus-inner {
  border: 0;
}

* {
	outline: none;
}

body {
    color: #181818;
}

hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 20 0;
  height: 0;
}

a, a:link, a:visited {
    color: #000;
	text-decoration: underline;
}

a:hover, a:active {
    color: #454545;
	text-decoration: underline;
    outline: 0;
}

.post-tags a, 
.pagination a,
.centered-content > a {
	text-decoration: none;
}

#header-logo {
	display: block;
	width: 236px;
    height: auto;
	margin: 0 auto;
}

#header-country {
	display: block;
	width: 236px;
	margin: 10px auto;
	text-align: center;
	white-space: nowrap;
}

#header-country span {
 	color: #ccc;
	padding: 0 10px;
}

#header-country a {
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 11px;
	white-space: nowrap;
}

#header-country a.active, 
#header-country a:hover {
	color: #333;
}

#mobileNav {
    background: #fff;
    margin: 0 0 15px;
}

#mobileNav, #mobileNav .subnav {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: max-height,.3s;
    -moz-transition: max-height,.3s;
    -o-transition: max-height,.3s;
    transition: max-height,.3s;
}

#mobileNav .wrapper {
    border-bottom-width: 2px;
    padding: 1em 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,.1);
}

#mobileNav.menu-open {
    max-height: 999px;
    overflow: visible;
    visibility: visible;
}

#mobileNav ul {
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: "proxima-nova";
	font-size: 14px;
	line-height: 1.6em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	padding: 0;
	margin: 0;
}

#mobileNav nav ul li {
    display: block;
    text-align: center;
    float: none !important;
}

.header-cta {
	display: none;
}

nav > ul ul {
	display: none;
}

nav > ul > li:hover ul {
	display: block;
}

#mobileNav a, #mobileNav label {
    font-family: 'Varela Round',arial,sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    font-family: "proxima-nova";
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: rgba(0,0,0,0.5);
    font-size: 14px;
    line-height: 2em;
}

#mobileNav li a:hover {
    color: rgba(0,0,0,0.8);
}

#mobileNav nav ul ul a {
	font-size: 13px !important;
}

#mobileMenuLink {
    margin: 0;
    display: block;
    font-family: Varela Round,arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "proxima-nova";
    font-size: 14px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    padding: 0 0 15px;
    background-color: #fff;
    text-align: center;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,.1);
    visibility: visible;
}

#mobileMenuLink a {
    cursor: pointer;
    display: block;
    margin: 0;
    font-size: 16px !important;
    color: rgba(0,0,0,.5);
}

header {
	position: relative;
	text-align: center;
	padding: 30px 0;
}

header nav {
	display: none;
}

.page {
	font-family: "nudista-web";
	font-size: 14px;
	line-height: 1.8em;
	text-transform: none;
	text-decoration: none;
	font-weight: 300;
	font-style: normal;
	margin: 0 0 40px 0;
}

#home.page {
	margin: 20px 0;
}

.home-slogan {
	font-family: "nudista-web";
	font-size: 14pt;
	font-weight: 300;
	font-style: normal;
	line-height: 1.8em;
	color: #000;
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

/* Form */

.form-wrapper .field-list {
    line-height: normal;
}

.form-wrapper .field-list .title {
    display: block;
}

.form-wrapper .field-list .fields {
    margin: 0 0 0 -2%;
}

.form-wrapper .field-list .fields .title {
	margin-left: 2%;
}

.form-wrapper .field-list .fields.name .field {
    width: 48%;
}

.form-wrapper .field-list .fields .field {
    float: left;
	margin-left: 2%;
}

.form-wrapper .field-list .field {
    position: relative;
    margin: 0 0 24px;
}

.form-wrapper .field-list .field .caption {
    font-size: 12px;
	font-weight: normal;
}

.form-wrapper .field-list .field .caption .field-element {
    font-size: 14px;
}

.form-wrapper .field-list .field .field-element {
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
}

.form-wrapper .field-list .field .field-element:focus {
    background: #fff;
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
    outline: none;
}

.form-wrapper .field-list textarea {
    min-height: 100px;
    resize: vertical;
}

label {
    display: inline-block;
    max-width: 100%;
    font-weight: normal;
}

.form-wrapper .button {
font-family: "proxima-nova";
text-transform: uppercase;
letter-spacing: 1px;
line-height: normal;
font-weight: 400;
font-style: normal;
	background-color: transparent;
	color: #272727;
border-color: #272727;
border-width: 2px;
border-style: solid;
-webkit-transition: 0.1s background-color linear, 0.1s color linear;
-moz-transition: 0.1s background-color linear, 0.1s color linear;
-o-transition: 0.1s background-color linear, 0.1s color linear;
transition: 0.1s background-color linear, 0.1s color linear;
display: inline-block;
width: auto;
height: auto;
padding: 1em 2.5em;
text-align: center;
cursor: pointer;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.form-wrapper .button:hover {
	background-color: #272727;
	color: #fff;
}

.form-wrapper .field-error {
    color: #fff;
    background: #cc3b3b;
    padding: 5px 15px 3px 25px;
    font-size: 13px;
    border-radius: 2px;
    margin: 12px 0;
    line-height: 23px;
    display: inline-block;
}

/* Division */

.model {
	margin-bottom: 20px;
	text-align: center;
}

.model-name {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

.model-location {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:11px;
	line-height:17px;
	color:#777;
	height:20px;
}

.model a {
	text-decoration: none;
}

.model-headshot {
	display: inline-block;
}

.model-title {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 6px;
}

.model-measurements {
	list-style: none;
	margin: 20px auto 40px auto;
	padding: 0;
	text-align: center;
}

.model-measurements li {
	display: inline-block;
	margin: 0 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	white-space: nowrap;
}

.model-measurements label {
	font-size: 11px;
	color: #aaa;
}

.slick-slide img {
	margin: 0 auto;
}

.slick-dots {
	bottom: -50px;
}

.slick-prev {
	left: 40px;
	z-index: 99999;
	width: 40px;
	height: 40px;
}

.slick-next {
	right: 40px;
	width: 40px;
	height: 40px;
}

.slick-prev:before, 
.slick-next:before {
	color: #000;
	opacity: 0.2;
	font-size: 40px;
}

/* Blog */

.post {
	margin-bottom: 80px;
}

article.post h2 {
	font-family: "proxima-nova";
	font-size: 30px;
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

.post-date {
	font-size: .85em;
	letter-spacing: 2px;
	font-style: italic;
	color: rgba(0,0,0,.4);
	text-align: center;
}

.post-content {
	margin-top: 40px;
}

.post-content img {
	max-width: 100%;
	height: auto;
}

.post-image {
	margin: 40px 0;
	max-width: 100%;
	height: auto;
}

.post-excerpt {
	margin: 30px 0;
}

.post-tags {
	color: rgba(0,0,0,.4);
	text-align: center;
	margin: 30px 0;
}

.post-tags ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-tags li {
	display: inline;
}

.post-tags a {
	color: rgba(0,0,0,.4);
	white-space: nowrap;
}

.post-tags a:hover {
	color: #5c5c5c;
}

/* Packages */


.package-model-stats {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.package-model-stats li {
    display: inline;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 14px;
}

.package-model-stats li:last-child {
    margin: 0;
}

.package-model-stats label {
    color: #aaa;
}

.package-model-images img,
.package-model-images iframe {
    margin-bottom: 30px;   
}


/* Footer */

footer {
	border-top: 2px solid rgba(0,0,0,.1);
	padding-top: 50px;
	padding-bottom: 50px;
}

footer a {
	text-decoration: none !important;
}

a.syngency-link {
	font-size: 11px;
	color: #999;
	letter-spacing: 1px;
	text-align: center;
}

a.syngency-link:hover {
	color: #191919 !important;
}

#footer-social {
    text-align: right;
}

#footer-social a {
    font-size: 20px;
    margin-left: 10px;
}


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

	body {
		padding: 20px;
	}

	header {
		padding: 0;
		text-align: left;
	}

	#header-logo {
		margin: 0;
	}

	#header-country {
		margin: 10px 0;
	}

	#mobileMenuLink {
		display: none;
	}

	#mobileNav {
		display: none;
		visibility: hidden;
	}

	#mobileNav .wrapper {
		padding: 0;
	}

	.header-cta {
		display: block;
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute;
		right: 15px;
		bottom: 25px;
	}

	.header-cta li {
		display: inline-block;
		width: 208px;
	}

	.header-cta li a {
		display: block;
		border: 1px solid rgba(0,0,0,0.2);
		font-family: "proxima-nova";
		text-transform: uppercase;
		text-align: center;
		padding: 3px 0;
		text-decoration: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	.header-cta li a:hover {
		border-color: #000;
		background-color: #000;
		color: #fff;
	}

	header nav {
		position: absolute;
		display: inline-block;
		top: 55px;
		right: 15px;
	}

header nav > ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
	line-height: 1.6em;
}

header nav > ul ul li {
	margin-bottom: 5px;
}

header nav > ul ul a {
	display: block;
}

header nav > ul ul li:last-child {
	margin-bottom: 0;
}

header nav > ul > li {
    display: inline-block;
    line-height: 1.6em;
	font-family: "proxima-nova";
	font-size: 14px;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
}

header nav > ul > li.divider {
	padding: 0 10px;
	text-align: center;
	color: #ddd;
}

header nav > ul > li:hover ul {
	position: absolute;
	z-index: 15;
	list-style: none;
	padding: 20px;
	margin: 0 0 0 -20px;
	background-color: #fff
}

header nav > ul > li:last-child {
	margin-right: 0px;
}

header nav a {
	text-decoration: none !important;
}

header nav > ul > li > a {
	display: inline-block;
    border-bottom: 2px solid transparent;
    color: rgba(0,0,0,0.5) !important;
    line-height: 1.6em;
}

header nav > ul > li:hover > a,
header nav > ul > li.active-link > a {
	color: #111s;
	border-bottom-color: rgba(0,0,0,.1);
}

header nav ul ul a {
    color: rgba(0,0,0,0.5) !important;
}

header nav ul ul a:hover {
    color: rgba(0,0,0,1) !important;
}

.page {
	margin: 80px 0;
}

	.centered-content {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	footer {
		padding-bottom: 10px;
	}

}


/* Bootstrap overrides */


/* 5 column */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* Form Styles */

form {
    margin: 0
}
fieldset {
    border: 1px solid #e8e9eb;
    margin: 0 0 55px;
    padding: 27.5px
}
legend {
    border: 0;
    padding: 0
}
button {
    cursor: pointer
}
input[type="submit"] {
    cursor: pointer
}
label {
    display: block;
    margin-bottom: 5px
}
@media only screen and (max-width: 749px) {
    label {
        font-size: 0.875em
    }
}
[type="radio"]+label,
[type="checkbox"]+label {
    display: inline-block;
    margin-bottom: 0
}
label[for] {
    cursor: pointer
}
input,
textarea,
select {
    border: 1px solid #e8e9eb;
    background-color: #fff;
    color: #afafaf;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px
}
input:focus,
textarea:focus,
select:focus {
    border-color: #cdcfd3
}
input[disabled],
textarea[disabled],
select[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}
input.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: 0.5
}
input.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder,
select.input--error::-moz-placeholder {
    color: #d20000;
    opacity: 0.5
}
input.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5
}
input.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1
}
input.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder {
    color: transparent
}
input.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder {
    color: transparent
}
input.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder {
    color: transparent
}
input.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder {
    opacity: 1
}
textarea {
    min-height: 100px
}
input.input--error,
select.input--error,
textarea.input--error {
    border-color: #d20000;
    background-color: #fff8f8;
    color: #d20000
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(ico-select.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #9c9c9c;
    line-height: 1.2;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 8px
}
@media only screen and (min-width: 750px) {
    select {
        padding-top: 10px;
        padding-left: 18px;
        padding-bottom: 10px
    }
}
.ie9 select {
    padding-right: 10px;
    background-image: none
}
optgroup {
    font-weight: 700
}
option {
    color: #504e4a;
    background-color: #fff
}
select::-ms-expand {
    display: none
}
.label--hidden {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}
.ie9 .label--hidden {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial
}
::-webkit-input-placeholder {
    color: #afafaf;
    opacity: 0.6
}
::-moz-placeholder {
    color: #afafaf;
    opacity: 0.6
}
:-ms-input-placeholder {
    color: #afafaf;
    opacity: 0.6
}
::-ms-input-placeholder {
    color: #afafaf;
    opacity: 1
}
.label--error {
    color: #d20000
}
input,
textarea {
    padding: 8px 15px
}
@media only screen and (min-width: 750px) {
    input,
    textarea {
        padding: 10px 18px
    }
}
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
    display: block;
    width: 100%;
    margin-bottom: 19.44444px
}
.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 5px
}
.form-vertical [type="submit"],
.form-vertical .btn {
    display: inline-block;
    width: auto
}
.note,
.form--success,
.errors {
    padding: 8px;
    margin: 0 0 27.5px
}
@media only screen and (min-width: 750px) {
    .note,
    .form--success,
    .errors {
        padding: 10px
    }
}
.note {
    border: 1px solid #e8e9eb
}
.form--success {
    border: 1px solid #19a340;
    background-color: #f8fff9;
    color: #19a340
}
.errors {
    border: 1px solid #d20000;
    background-color: #fff8f8;
    color: #d20000
}
.errors a {
    color: #d20000;
    text-decoration: underline
}

.input-group {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate
}
.form-vertical .input-group {
    margin-bottom: 55px
}
.input-group__field,
.input-group__btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}
.input-group__field,
.input-group__btn .btn {
    height: 42px;
    padding-top: 0;
    padding-bottom: 0
}
@media only screen and (min-width: 750px) {
    .input-group__field,
    .input-group__btn .btn {
        height: 46px
    }
}
.input-group__field {
    width: 100%;
    border-right: 0;
    border-radius: 2px 0 0 2px
}
.form-vertical .input-group__field {
    margin: 0
}
.input-group__btn {
    white-space: nowrap;
    width: 1%
}
.input-group__btn .btn {
    border-radius: 0 2px 2px 0;
    white-space: nowrap
}

/* Submission Form */

.male, .female { display: none }

.submission-form h4 {
	text-transform: uppercase;
	color: #666;
	font-size: 15px;
	letter-spacing: 1px;
}

label {
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 12px;
}

.form-vertical select.dob {
	display: block;
	float: left;
	width: 33%;
}

.form-vertical select.dob.month {
	border-radius:0;
	border-left: none;
	border-right: none;
}

.form-vertical select.dob.day {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.form-vertical select.dob.year {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.syngency-uploader {
    text-align: center;
    border: 1px solid #e8e9eb !important;
    padding: 3px 9px !important;
    transition: all 200ms ease-out;
}

.syngency-uploader:hover, .syngency-uploader[data-status] {
    position: relative;   
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}

.syngency-uploader label {
    margin: 0 !important;    
}

.syngency-uploader:hover label, 
.syngency-uploader[data-status] label {
    color: #fff !important;   
}

/* Search */

#search_open span {
	display: inline-block;
	height: 15px;
	width: 15px;
}

#search_close {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 20px;
	width: 20px;
	background: url(ico-remove.svg) no-repeat;
	background-size: contain;
	opacity: 0.5;
    -webkit-transition: opacity,.3s;
    -moz-transition: opacity,.3s;
    -o-transition: opacity,.3s;
    transition: opacity,.3s;
}

#search_close:hover {
	opacity: 1;
}

#search_open svg {
	position: relative;
	top: 3px;
	opacity: 0.5;
    -webkit-transition: opacity,.3s;
    -moz-transition: opacity,.3s;
    -o-transition: opacity,.3s;
    transition: opacity,.3s;
}

#search_open:hover svg {
	opacity: 1;
}

.search-modal {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.search-modal form {
	position: absolute;
	top: 50%;
	left: 25%;
	width: 50%;
	margin-top: -80px;
	font-family: "nudista-web";
	font-size: 14px;
	line-height: 1.8em;
	text-transform: none;
	text-decoration: none;
	font-weight: 300;
	font-style: normal;
}

@media only screen and (max-width: 480px) {
    .search-modal form {
        margin-top: -40%;   
    }
}

#mc-embedded-subscribe-form, #mc-embedded-subscribe-form input {
    font-family: "proxima-nova";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
	font-style: normal;
}

.instimg {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
    padding-bottom: 0px;
	overflow: hidden;
	padding-bottom: 100%;
	margin-bottom: 30px;
	background-size: cover;
	background-repeat: no-repeat;
}

.pager a {
    font-family: "proxima-nova";
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal; 
}

.g-recaptcha div { margin: 20px auto }