/* Add your custom style here to override dynamic.css */
@import url(https://fonts.googleapis.com/css?family=Lato:300);

@font-face {
	font-family: 'HoeflerText-Regular';
	src: url('fonts/HoeflerText-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/HoeflerText-Regular.woff') format('woff'), url('fonts/HoeflerText-Regular.ttf')  format('truetype'), url('fonts/HoeflerText-Regular.svg#HoeflerText-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HoeflerText-Black';
	src: url('fonts/HoeflerText-Black.eot?#iefix') format('embedded-opentype'), url('fonts/HoeflerText-Black.woff') format('woff'), url('fonts/HoeflerText-Black.ttf')  format('truetype'), url('fonts/HoeflerText-Black.svg#HoeflerText-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HoeflerText-Italic';
	src: url('fonts/HoeflerText-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/HoeflerText-Italic.woff') format('woff'), url('fonts/HoeflerText-Italic.ttf')  format('truetype'), url('fonts/HoeflerText-Italic.svg#HoeflerText-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HoeflerText-BlackItalic';
	src: url('fonts/HoeflerText-BlackItalic.eot?#iefix') format('embedded-opentype'), url('fonts/HoeflerText-BlackItalic.woff') format('woff'), url('fonts/HoeflerText-BlackItalic.ttf')  format('truetype'), url('fonts/HoeflerText-BlackItalic.svg#HoeflerText-BlackItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WhitneyHTF-SemiBold';
	src: url('fonts/WhitneyHTF-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/WhitneyHTF-SemiBold.otf')  format('opentype'), url('fonts/WhitneyHTF-SemiBold.woff') format('woff'), url('fonts/WhitneyHTF-SemiBold.ttf')  format('truetype'), url('fonts/WhitneyHTF-SemiBold.svg#WhitneyHTF-SemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WhitneyHTF-Light';
	src: url('fonts/WhitneyHTF-Light.eot?#iefix') format('embedded-opentype'), url('fonts/WhitneyHTF-Light.otf')  format('opentype'), url('fonts/WhitneyHTF-Light.woff') format('woff'), url('fonts/WhitneyHTF-Light.ttf')  format('truetype'), url('fonts/WhitneyHTF-Light.svg#WhitneyHTF-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WhitneyHTF-LightSC';
	src: url('fonts/WhitneyHTF-LightSC.eot?#iefix') format('embedded-opentype'), url('fonts/WhitneyHTF-LightSC.otf')  format('opentype'), url('fonts/WhitneyHTF-LightSC.woff') format('woff'), url('fonts/WhitneyHTF-LightSC.ttf')  format('truetype'), url('fonts/WhitneyHTF-LightSC.svg#WhitneyHTF-LightSC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WhitneyHTF-BoldSC';
	src: url('fonts/WhitneyHTF-BoldSC.eot?#iefix') format('embedded-opentype'), url('fonts/WhitneyHTF-BoldSC.otf')  format('opentype'), url('fonts/WhitneyHTF-BoldSC.woff') format('woff'), url('fonts/WhitneyHTF-BoldSC.ttf')  format('truetype'), url('fonts/WhitneyHTF-BoldSC.svg#WhitneyHTF-BoldSC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'WhitneyHTF-MediumSC';
  src: url('fonts/WhitneyHTF-MediumSC.eot?#iefix') format('embedded-opentype'),  url('fonts/WhitneyHTF-MediumSC.otf')  format('opentype'),
	     url('fonts/WhitneyHTF-MediumSC.woff') format('woff'), url('fonts/WhitneyHTF-MediumSC.ttf')  format('truetype'), url('fonts/WhitneyHTF-MediumSC.svg#WhitneyHTF-MediumSC') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	outline: 0 !important;
}
.modal div.wpcf7-mail-sent-ok{
	display: none!important;
}
a:focus,
a:hover,
a:visited,
a:active {
	text-decoration: none !important;
}

body {
	font-family: 'HoeflerText-Regular';
	overflow: hidden;
	overflow-y: auto;
}

.regular {
	font-family: 'HoeflerText-Regular';
}

.black-italic {
	font-family: 'HoeflerText-BlackItalic';
}

.heading {
	font-family: 'WhitneyHTF-LightSC';
}

.heading.sc {
	font-family: 'WhitneyHTF-LightSC';
}

.sc {
	font-family: 'WhitneyHTF-LightSC';
}

.heading b,
.heading strong {
	     font-family: 'WhitneyHTF-MediumSC';
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
}

h1 {
	font-size: 85px;
}

h2 {
	font-size: 45px;
	line-height: 50px;
}

h3 {
	font-size: 25px;
	line-height: 45px;
}

h4 {
	font-size: 20px;
	line-height: 20px;
}

h5 {
	font-size: 19px;
	line-height: 19px;
}

.container {
	max-width: 1170px;
	width: 100%;
}

.medium-container {
	width: 980px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.small-container {
	width: 800px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

.inline {
	display: inline;
}

.relative {
	position: relative;
}

/* header footer hero start */

/* nav */
html .mn-navigation-wrap.hidebar {
	min-height: 60px;
}

nav#top-nav {
	height: 100px;
	background-color: #fff;
	width: 100%;
	line-height: 100px;
	z-index: 222222;
	position: absolute;
	top: 0;
	left: 0;
}

nav#top-nav > .container > ul {
	display: inline-block;
}

nav#top-nav > .container > ul > li {
	margin: 0;
	padding: 0;
}

nav#top-nav > .container > ul > li:not(:last-child) {
	margin-right: 75px;
}

nav#top-nav > .container > ul > li > a {
	font-size: 16px;
	color: #000;
	top: 5px;
	position: relative;
	font-weight:bold;
}

nav#top-nav > .container .logo {
	margin: 0 50px 0 60px;
}

/* user menu */
#user-menu {
}

#user-menu ul {
	position: absolute;
	right: 85px;
	top: 12px;
}

#user-menu ul li {
	padding: 0;
}

#user-menu ul li:not(:last-child) {
	margin-right: 28px;
}

#user-menu ul a {
	font-size: 13px;
	color: #000;
}

/* footer */
footer {
	background-color: #2c2c2c;
	padding: 80px 0 35px 0;
	z-index: 2;
	position: relative;
}

footer .heading {
	color: #c9c9c9;
	margin-bottom: 35px;
}

#footer-left li,
#footer-right li {
	list-style-type: none;
}

#footer-left li a,
#footer-right li a {
	color: #878787;
	font-size: 15px;
	line-height: 33px;
}

#footer-blog,
#follow-us {
	padding-top: 10px;
}

#footer-blog .footer-blog-row:not(:last-child) {
	margin-bottom: 40px;
}

#footer-blog .footer-blog-date {
	height: 41px;
	width: 42px;
	float: left;
	border-bottom: 1px solid #6c6c6c;
	font-size: 12px;
	background-color: #3a3a3a;
	margin-right: 10px;
	color: #f1f1f1;
	text-transform: uppercase;
}

#footer-blog .footer-blog-date span {
	display: block;
	font-size: 14px;
}

#footer-blog .footer-blog-content {
	font-size: 14px;
	line-height: 18px;
	color: #fbfbfb;
	letter-spacing: 1px;
	word-spacing: 1px;
}

#footer-blog .footer-blog-content a {
	font-size: 13px;
	line-height: 18px;
	color: #7e7e7e;
	display: block;
	margin-top: 5px;
	letter-spacing: 0.5px;
	word-spacing: 0px;
}

footer .socials {
	margin: 0 0 35px 0;
	padding: 0;
}

footer .socials li {
	padding: 0;
	margin: 0;
}

footer .socials li:not(:last-child) {
	margin-right: 3px;
}

footer .socials a {
	height: 40px;
	width: 40px;
	line-height: 44px !important;
	border: 1px solid #515151;
	text-align: center;
	display: block;
}

footer .socials a:hover {
	color: white;
	border-color: white;
}

footer .socials a:hover i,
footer .socials a:hover i:before {
	color: white;
}

footer .socials a i,
footer .socials a i:before {
	color: #515151;
	font-size: 20px;
}

footer .newsletter input[type="email"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #393939;
	color: #5f5f5f;
	background-color: transparent;
	font-size: 14px;
	padding: 0 10px;
}

footer .newsletter input[type="email"]:focus,
footer .newsletter input[type="email"]:hover {
	color: white;
	border: 1px solid white;
}

footer .newsletter .wpcf7-form-control-wrap {
	display: block;
}

footer .newsletter  span.wpcf7-not-valid-tip {
	color: #fff;
	bottom: 10px;
	right: 0;
	width: 100%;
	position: absolute;
	display: block;
	text-align: right;
	padding-right: 35px;
	font-size: 12px;
}
.newsletter div.wpcf7-mail-sent-ok,
footer .newsletter div.wpcf7-validation-errors {
	border: 2px solid #fff !important;
	color: #fff !important;
	position: absolute !important;
	bottom: -50px !important;
	margin: 0 !important;
	font-size: 12px !important;
	display:block !important;
	visibility:visible !important;
	opacity:1 !important;
}

footer .newsletter .submit-button {
	background-color: transparent;
	color: transparent;
	width: 40px;
	height: 40px;
	background-image: url('images/submit-arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
}

footer .last-col {
	padding-right: 0;
}

#copyright {
	font-size: 13px;
	line-height: 50px;
	color: #7b7b7b;
	background-color: #272727;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#copyright p {
	margin: 0;
}

/* hero */
.page-template-page-get-measured .title-container,
.page-template-page-quality .title-container,
.page-template-page-experience .title-container,
.page-template-page-style .title-container,
.post-type-archive-press .title-container,
#choose-your-make ,
#promises{
	background-attachment: fixed;
}

.page-template-page-get-measured .DoNotSpecify {
	margin-bottom: 0 !important;
}

.title-container.no-bg {
	height: 225px;
	width: 100%;
	padding-top: 65px;
}

.title-container:not(.no-bg) {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 285px;
	width: 100%;
	padding-top: 85px;
	position: relative;
	overflow: hidden;
}

.title-container:not(.no-bg) h1 {
	color: white;
	letter-spacing: 0.8px;
}

.title-container.no-bg h1 {
	letter-spacing: 6px;
}

.with-triangle img.triangle {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	left: 0%;
	z-index: 0;
}

.with-triangle-bottom,
.with-triangle {
	position: relative;
}

.with-triangle-bottom img.triangle {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	left: 0%;
	z-index: 22;
}

/* header footer hero end */

/* main */
.default-content {
	padding-bottom: 70px;
}

.default-content h2 {
	font-family: 'WhitneyHTF-LightSC';
	letter-spacing: 3px;
	word-spacing: 2px;
}

.default-content p + h2 {
	margin-top: 65px;
}

.default-content h4 {
	font-family: 'WhitneyHTF-LightSC';
	font-weight: 600;
	letter-spacing: 1px;
	margin: 15px 0 30px 0;
}

.default-content p {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}

.default-content p:last-child {
	margin-bottom: 0;
}

.default-content p:not(:last-child) {
	margin-bottom: 27px;
}

.default-content p a {
	color: black;
	font-weight: 800;
}

/* blog */
#posts {
	padding: 0 0 80px 0;
}

.post {
	margin-bottom: 80px;
}

.post img {
	margin-bottom: 40px;
}

.post h4.heading {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 21px;
}

.post p {
	color: #747474;
	font-size: 14px;
	line-height: 21px;
	margin: 15px 0 0 0;
}

.post a.read_more {
	display: block;
	font-size: 16px;
	color: #000;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url('svg/next-black.svg');
	width: 120px;
	background-size: 23px 11px;
	height: 20px;
	margin-top: 27px;
}

.alm-btn-wrap {
	clear: both;
	float: none;
}

body:not(.page-template-page-style) .alm-btn-wrap button {
	width: 195px;
	height: 80px;
	line-height: 78px;
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	background-color: transparent;
	border: 1px solid #333333;
	padding: 0;
	margin: 0 auto;
	font-family: 'WhitneyHTF-LightSC';
}

body:not(.page-template-page-style) .alm-btn-wrap button:hover {
	border: 1px solid #000;
	color: #fff;
	background-color: #000;
}

/* sidebar */
#sidebar {
	padding-bottom: 80px;
}

#sidebar .container > ul {
	font-size: 0;
	margin: 0;
}

#sidebar .container > ul > li {
	padding: 0;
	margin: 0 20px 0 20px;
}

.sbHolder {
	background-color: #fff;
	border: 1px solid #444444;
	font-weight: normal;
	height: 55px;
	position: relative;
	width: 385px;
	line-height: 55px;
	margin-right: 0;
}

.requested-container .sbHolder {
	margin: 0 auto;
}

.sbToggle,
.sbToggle:hover {
	width: 36px;
	height: 100%;
	background-color: #000000;
	background-image: url('images/select.png') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.sbSelector {
	width: calc(100% - 36px);
	height: 55px;
	line-height: 55px;
	color: black !important;
	font-size: 12px;
	font-family: 'WhitneyHTF-Light';
}

.sbSelector span {
	font-size: 16px !important;
}

.sbOptions {
	left: 0;
	width: 100%;
	text-align: left;
}

.sbOptions li {
	line-height: 1;
}

/* single post */
#single-post .container {
	padding-right: 30px;
}

#single-post figure {
	float: left;
	margin: 5px 40px 30px 0;
}

#single-post figure figcaption,
#posts span.date,
#single-post span.date {
	font-family: 'WhitneyHTF-LightSC';
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	letter-spacing: 1px;
}

#posts.press-posts .post .inner {
	max-width: 340px;
	margin: 0 auto;
}
.archive .post:nth-child(2n+1),
.blog .post:nth-child(2n+1),
#posts.press-posts .post:nth-child(2n+1){
	clear:left;
}
.post-type-archive-press #ajax-load-more {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

#posts span.date,
#single-post span.date {
	margin-bottom: 10px;
	font-size: 12px;
	display: block;
}

#single-post h4.heading {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 21px;
}

#single-post p {
	color: #747474;
	font-size: 14px;
	line-height: 21px;
	margin: 20px 0 0 0;
}

#pagination {
	padding: 70px 0 80px 0;
}

#pagination a[rel="prev"] {
	display: block;
	font-size: 16px;
	color: #000;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url('images/read_more_prev.png');
	width: 150px;
	height: 20px;
	text-align: left;
	float: left;
	font-family: 'WhitneyHTF-Light'
}

#pagination a[rel="next"] {
	display: block;
	font-size: 16px;
	color: #000;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url('images/read_more.png');
	width: 115px;
	height: 20px;
	text-align: right;
	float: right;
	font-family: 'WhitneyHTF-Light'
}

/* careers */
main div[role="form"],
.modal main div[role="form"] {
	max-width: 850px;
	margin: 0 auto 0 auto;
	font-family: 'WhitneyHTF-LightSC';
}

.page-template-page-contact main div[role="form"]:before {
	height: 0;
}

main div[role="form"]:before {
	content: "";
	display: block;
	margin: 70px auto 65px auto;
	width: 172px;
	height: 2px;
	background-color: #0e0e0e;
}

main div[role="form"] input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]),
.modal div[role="form"] input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]) {
	line-height: 52px;
	border: 1.5px solid #000000;
	width: 100%;
	font-size: 16px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	height: 55px;
}

main div[role="form"] textarea,
.modal div[role="form"] textarea {
	line-height: 1.3;
	border: 1.5px solid #000000;
	width: 100%;
	font-size: 16px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	height: 110px;
	padding: 15px;
}

main div[role="form"] .wpcf7-form-control-wrap,
.modal div[role="form"] .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
}

main div[role="form"]::-webkit-input-placeholder,
.modal div[role="form"]::-webkit-input-placeholder {
	font-size: 16px;
	color: #000000;
}

main div[role="form"]:-moz-placeholder,
.modal div[role="form"]:-moz-placeholder {

	/* Firefox 18- */
	font-size: 16px;
	color: #000000;
}

main div[role="form"]::-moz-placeholder,
.modal div[role="form"]::-moz-placeholder {

	/* Firefox 19+ */
	font-size: 16px;
	color: #000000;
}

main div[role="form"]:-ms-input-placeholder,
.modal div[role="form"]:-ms-input-placeholder {
	font-size: 16px;
	color: #000000;
}

main div[role="form"]:placeholder-shown,
.modal div[role="form"]:placeholder-shown {
	font-size: 16px;
	color: #000000 !important;
}

main div[role="form"]::placeholder,
.modal div[role="form"]::placeholder {
	font-size: 16px;
	color: #000000 !important;
}

main div[role="form"] div,
.modal div[role="form"] div {
	padding: 0 20px;
}

.required-info {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	color: #000000;
	margin-bottom: 13px;
	letter-spacing: -0.5px;
	margin-top: 30px;
}
.required-info.last{
	margin-top: 0!important;
}

main div[role="form"] label[for="upload"] {
	width: 385px;
	height: 55px;
	line-height: 52px;
	border: 1.5px solid #000000;
	margin: 0 auto;
	padding: 0 35px;
	text-align: center;
	background-image: url('images/filebutton.png');
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	font-size: 16px;
	overflow: hidden;
}

main div[role="form"] label[for="upload"] span {
	font-size: 12px;
}

main div[role="form"] input[type="submit"],
.modal div[role="form"] input[type="submit"] {
	background-color: #000000;
	height: 80px;
	width: 195px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-family: 'WhitneyHTF-LightSC';
	margin: 0 auto;
	border: 1px solid #777777;
	display: block;
}

.ajax-loader {
	display: none;
}

main div[role="form"]  span.wpcf7-not-valid-tip,
.modal div[role="form"]  span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -20px;
	width: 100%;
	text-align: center;
}

main div[role="form"] .upload span.wpcf7-not-valid-tip,
.modal div[role="form"] .upload span.wpcf7-not-valid-tip {
	bottom: 0;
}

main div[role="form"]  form,
.modal div[role="form"]  form {
	position: relative;
}

main div[role="form"]  div.wpcf7-validation-errors,
.modal div[role="form"]  div.wpcf7-validation-errors {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
}

.parallax {
	z-index: 1;
}

.parallax img {
	position: absolute;
}

.parallax  img.left {
	left: 0;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

.parallax img.right {
	right: 0;
}

#contact-tabs {
	font-size: 0;
}

#contact-tabs li {
	padding: 0;
	margin: 0 20px;
}

#contact-tabs li a {
	display: block;
	width: 195px;
	height: 82px;
	background-color: #fff;
	border: 1px solid #777777;
	padding: 20px 25px;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
}

#contact-tabs li a:hover,
#contact-tabs li.active a {
	background-color: #000;
	color: #fff;
}

.tab-content label[for="city"],
.tab-content label[for="requested"],
.tab-content #dontSpecify label,
.modal label[for="city"],
.modal label[for="requested"],
.modal #dontSpecify label {
	font-weight: 400 !important;
	margin-bottom: 5px;
}

.tab-content label[for="city"] {
	margin-left: -200px;
}

.tab-content span.city,
.tab-content span.requested {
	margin-bottom: 10px !important;
}

main .wpcf7-form-control-wrap.DoNotSpecify {
	margin-bottom: 3px !important;
}

.DoNotSpecify label:before,
.return label:before {

	width: 14px;
	height: 14px;
	content: "";
	display: inline-block;
	border: 1px solid black;
	margin-right: 12px;
	margin-left: 15px;
	position: relative;
	top: 2px;
	margin-top: 4px;
}

.DoNotSpecify.checked label:before ,
.return.checked label:before{
	background-color: #000;
}

.wpcf7-radio label input {
	display: none !important;
}
.wpcf7-form-control-wrap.return{
	   
    margin: 30px auto -30px auto!important;
}
.wpcf7-form-control-wrap.return label{
	 font-weight: 400;
}
.wpcf7-radio label:before {
	width: 8px;
	height: 8px;
	content: "";
	display: inline-block;
	border: 1px solid black;
	margin-right: 5px;
	margin-left: 0;
	position: relative;
	top: 0px;
	margin-top: 0px;
	border-radius: 50%;
}

.wpcf7-radio label.checked:before {
	background-color: #000;
}
.tab-content .return input,
.tab-content .DoNotSpecify input,
.modal .DoNotSpecify input,
.modal .return input {
	display: none;
}

.tab-content .sbSelector,
.modal .sbSelector {
	font-size: 16px;
	text-transform: uppercase;
}

.tab-content span.city,
.tab-content span.DoNotSpecify,
.tab-content span.return,
.modal span.city,
.modal span.DoNotSpecify,
.modal span.return {
	display: inline-block !important;
	vertical-align: middle;
}

.tab-content span.city.disabled,
.modal span.city.disabled {
	pointer-events: none;
}

main div[role="form"] .two-part .wpcf7-form-control-wrap,
.modal div[role="form"] .two-part .wpcf7-form-control-wrap {
	margin-bottom: 0 !important;
	text-align: center;
}

main div[role="form"] .two-part .wpcf7-radio,
.modal .two-part .wpcf7-radio {
	padding: 7px 0 5px 0;
	display: block;
}

main div[role="form"] .two-part .wpcf7-radio span,
.modal .two-part .wpcf7-radio span {
	font-size: 12px;
}

main div[role="form"] .two-part  .wpcf7-list-item.first,
.modal .two-part  .wpcf7-list-item.first {
	margin-right: 25px;
}

.tab-content > .tab-pane:nth-child(3) div[role="form"]:before,
.tab-content > .tab-pane:nth-child(3) div[role="form"]:before {
	margin-top: -20px;
}

main .tab-content div[role="form"] input[type="submit"],
.modal div[role="form"] input[type="submit"] {
	margin-top: 40px;
}

/* measure */
.measure-content {
	padding-top: 40px;
	padding-bottom: 80px;
}

.measure-content h2 {
	margin-bottom: 25px;
}

.measure-content h2 span {
	font-size: 20px;
	vertical-align: super;
}

.measure-content p:not(:last-child) {
	margin-bottom: 15px;
}

.measure-content a,
#more-than a,
#your-make .right-background a,
#legacy .swiper-pagination + a,
#creating .left-side a:not(.closer):not(.next) {
	line-height: 80px;
	height: 80px;
	width: 195px;
	display: block;
	margin: 30px auto 0 auto;
	border: 1px solid #3c3c3c;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	font-family: 'WhitneyHTF-LightSC';
	font-weight: 400;
	text-align: center;
}

.measure-content a:hover,
#more-than a:hover,
#your-make .right-background a:hover,
#legacy .swiper-pagination + a:hover,
#creating .left-side a:not(.closer):not(.next):hover {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}

#custom-fitting {
	height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0 0 0;
	color: #fff;
	overflow: hidden;
}

#custom-fitting h2,
#more-than h2,
#big-and-tall h2,
#buy-more-save-more h2,
#look-books h2,
#who h2,
#clients h2,
#share h2,
.simple h2 {
	margin-bottom: 30px;
	font-family: 'WhitneyHTF-LightSC';
	text-transform: uppercase;
	word-spacing: 4px;
	letter-spacing: 1px;
}
.simple h2 b,
.simple h2 strong,
h2 strong {
	font-family: 'WhitneyHTF-MediumSC';
	font-weight: 400;
}

#custom-fitting p,
#more-than p,
#big-and-tall p,
#buy-more-save-more p,
#look-books p,
#who p,
#clients p,
#share p,
.simple p {
	font-size: 16px;
	line-height: 26px;
}

#custom-fitting p a {
	color: white;
	text-decoration: underline;
}

.fitting-item {
	padding: 0 20px;
}

.fitting-item a,
#buy-more-save-more a {
	line-height: 80px;
	height: 80px;
	width: 100%;
	display: block;
	margin: 60px auto 0 auto;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'WhitneyHTF-LightSC';
	font-weight: 400;
	text-align: center;
}

.fitting-item a:hover,
#buy-more-save-more a:hover,
.fitting-item a:active,
#buy-more-save-more a:active {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

#more-than {
	height: auto;
	padding: 35px 0 90px 0;
}

#more-than .more-than-right {
	position: absolute;
	right: -100px;
	bottom: 0;
	top: 2px;
	z-index: 222;
}

#more-than .more-than-left {
	position: absolute;
	left: 0;
	top: -90px;
	z-index: 222;
}

#big-and-tall {
	height: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 90px 0;
	color: #fff;
}

.modal-dialog {
	width: 1100px;
	max-width: 100%;
	margin: 30px auto;
}

.modal-content {
	padding: 115px 125px 130px 125px;
	border-radius: 0;
}

.close {
	float: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: none;
	filter: alpha(opacity=20);
	opacity: 1;
	position: absolute;
	top: 15px;
	right: 15px;
}

.modal-heading h2 {
	margin: -5px 0 25px 0;
}

.modal-heading p {
	font-size: 16px;
	font-family: 'HoeflerText-Regular';
	line-height: 26px;
	margin-bottom: 25px;
}

/* quality */
#buy-more-save-more {
	height: auto;
	padding: 100px 0 70px 0;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: -2px;
}

#buy-more-save-more a {
	margin: 25px 10px 0 10px;
	display: inline-block;
	width: 195px;
}

#fabrics {
	padding: 80px 0;
}

#fabrics .medium-container {
	max-width: 100%;
	width: 800px;
}

#fabrics h2 {
	margin-bottom: 40px;
}

#fabrics h3 {
	font-family: 'WhitneyHTF-LightSC';
	margin-bottom: 20px;
	margin-top: -10px;
}

#fabrics p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}

#fabrics ul {
	padding: 0;
	margin: -5px 0 0 0;
}

#fabrics li {
	list-style-type: none;
	font-size: 16px;
	line-height: 26px;
}

#fabrics #fabrics-left div {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px
}

#fabrics #fabrics-left p + div {
	margin-right: 40px;
}

#fabrics-left {
	padding: 40px 25px 40px 15px;
	border-right: 1px solid #acacac;
}

#fabrics-right {
	padding: 40px 0 40px 40px;
}

.label-left {
	position: absolute;
	left: 0;
	top: 60px;
}

.label-right {
	position: absolute;
	right: 0;
	top: -30px;
}

#your-make {
	padding: 40px 0 0 0;
}

#your-make h2 {
	margin-bottom: 70px;
}

#your-make p {
	font-size: 16px;
	line-height: 26px;
}

#your-make .left-background {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}

#your-make .right-background {
	padding: 0 0 0 55px;
	height: 490px;
	display: table;
	float: right;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#your-make .right-background .inner {
	max-width: 415px;
	display: table-cell;
	vertical-align: middle;
}

#your-make-nav li {
	padding: 0 87px;
	margin-bottom: 75px;
}

#your-make-nav a {
	width: 225px;
	height: 225px;
	display: table;
	text-align: center;
	color: #000;
}

#your-make-nav a:hover,
#your-make-nav .active a {
	-webkit-box-shadow: inset 0 0 10px 0 rgba(89, 89, 89, 0.2);
	box-shadow: inset 0 0 10px 0 rgba(89, 89, 89, 0.2);
}

#your-make-nav a figure {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 16px;
}

#your-make-nav a figure img {
	margin-bottom: 35px;
}

#your-make .right-background a {
	margin: 35px 0 0 0;
}

.modal .table {
	max-width: 100%;
	width: 470px;
	margin: 0 auto;
	border: 1px solid #0f0f0f;
	padding: 20px 40px;
}

.modal .table .table-title {
	text-align: center;
	margin-bottom: -30px;
}

.modal .table .table-title h3 {
	width: auto;
	display: inline-block;
	padding: 0 40px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	top: -45px;
	margin-bottom: -45px;
	font-weight: bold;
}

.modal .table-tr {
	line-height: 55px;
	color: #000;
}

.modal .table-tr .table-td {
	width: 50%;
	float: left;
	font-size: 18px;
	text-transform: uppercase;
}

.modal .table-tr .table-td:first-child {
	padding-left: 40px;
}

.modal .table-tr .table-td:nth-child(2) {
	padding-right: 30px;
	text-align: right;
}

.modal .table-tr:hover {
	background-color: #000000;
	color: white;
}

#table-slider {
	padding: 40px 0;
}

.swiper-prev,
.swiper-next {
	width: 12px;
	height: 22px;
	background-size: 12px 22px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	margin-top: 80px;
}

.swiper-prev {
	left: 80px;
	background-image: url('images/prev-btn.png');
}

.swiper-next {
	background-image: url('images/next-btn.png');
	right: 80px;
}

#package .swiper-wrapper {
	position: relative;
}

#package .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	width: auto;
	height: inherit;
	background: transparent !important;
	opacity: 1;
	border: 1px solid black;
	border: none;
	margin: 0 5px;
}
.swiper-pagination-bullet-active:after{
	text-decoration:underline;
}

.swiper-pagination-bullet-active {
	background: #000 !important;
}
#package .swiper-pagination-bullet:nth-child(1):after{
	content:"SIGNATURE";
}
#package .swiper-pagination-bullet:nth-child(2):after{
	content:"NOBILITY";
}
#package .swiper-pagination-bullet:nth-child(3):after{
	content:"ARTISAN";
}

.swiper-pagination {
	text-align: center;
	width: 100%;
	left: 0;
	margin-top: -5px;
}

.modal {
	z-index: 9999999;
}

/* experience */
#artisan {
	padding: 80px 0;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	background-attachment: fixed;
	margin-bottom: 0;
}

#artisan p {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
}

#artisan h2 {
	font-family: 'WhitneyHTF-LightSC';
	margin-bottom: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

#legacy {
	padding: 60px 0 80px 0;
}

#legacy h2 {
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}

.legacy-image {
	float: left;
	margin-right: 80px;
}

.legacy-content {
	padding-top: 65px;
}

.legacy-content h3 {
	font-family: 'WhitneyHTF-LightSC';
}

.legacy-content p {
	font-size: 16px;
	line-height: 26px;
}

#legacy .swiper-prev {
	left: -35px;
	margin-top: -25px;
}

#legacy .swiper-next {
	right: -35px;
	margin-top: -25px;
}

#legacy .swiper-pagination {
	margin-top: 35px;
	position: static;
	margin-bottom: 40px;
}

#legacy .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: transparent;
	opacity: 1;
	border: 1px solid #858585;
	margin: 0 5px;
}

#legacy .swiper-pagination-bullet-active {
	background: #858585 !important;
}

#creating .left-side {
	width: 50%;
	height: 50vw;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: cover;
	-webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

#creating .right-side {
	width: 50%;
	height: 50vw;
	float: right;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#creating .right-side .inner-side {
	width: 50%;
	height: 25vw;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

#creating .right-side:hover .inner-side:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
}

#creating .right-side .inner-side:hover:after {
	opacity: 0;
}

#creating .left-side h2 {
	font-family: 'WhitneyHTF-LightSC';
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#creating .left-side p {
	font-size: 16px;
	line-height: 26px;
}

#creating .right-side  .counter {
	width: 80px;
	height: 80px;
	border: 1px solid white;
	color: white;
	border-radius: 50%;
	font-family: 'WhitneyHTF-BoldSC';
	text-align: center;
	line-height: 65px;
	font-size: 45px;
	font-weight: bold;
	margin: 0 auto 25px auto;
}

#creating .right-side .title {
	font-size: 16px;
	line-height: 20px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-family: 'WhitneyHTF-LightSC';
}

#creating .right-side .inner {
	max-width: 200px;
	margin: 0 auto;
}

#creating .inner {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

#creating .creating-item .left-side .inner {
	max-width: 415px;
	margin: 0 auto;
}

#creating .left-side .inner {
	max-width: 100%;
	margin: 0 auto;
}
.ie #creating .left-side .inner,
.ie #creating .right-side .inner{
	display: table-cell;
}
#creating .left-side  .counter {
	width: 80px;
	height: 80px;
	border: 1px solid black;
	color: black;
	border-radius: 50%;
	font-family: 'WhitneyHTF-BoldSC';
	text-align: center;
	line-height: 65px;
	font-size: 45px;
	font-weight: bold;
	margin: 0 auto 45px auto;
	display: inline-block;
}

#creating .left-side .title {
	font-size: 16px;
	line-height: 20px;
	color: black;
	text-transform: uppercase;
	text-align: left;
	font-family: 'WhitneyHTF-LightSC';
	display: inline-block;
	max-width: 200px;
	margin-left: 20px;
}

#creating .how-we a {
	margin-left: 0 !important;
}

#creating .closer {
	font-size: 16px;
	color: black;
	font-family: 'WhitneyHTF-LightSC';
	margin-left: -5px;
	position: relative;
	top: 40px;
	margin-bottom: -40px;
}

#creating .closer:hover span {
	background-color: black;
	color: white;
}

#creating .closer span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid black;
	line-height: 18px;
	text-align: center;
	margin-right: 5px;
}

#creating .next {
	display: block;
	font-size: 16px;
	color: #000;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url('images/read_more.png');
	width: 40px;
	height: 20px;
	line-height: 20px;
	float: right;
	top: 40px;
	position: relative;
	margin-bottom: -40px;
	text-align: right;
	margin-right: 5px;
}

#creating .creating-item:last-child .next {
	display: none !important;
}

#html5-watermark {
	display: none !important;
}

#hallmarks {
	padding: 80px 0;
}

#hallmarks .container {
	position: relative;
	width: 1050px;
	max-width: 100%;
}

#hallmarks h2 {
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
	font-family: 'WhitneyHTF-LightSC';
}

#hallmarks p {
	font-size: 16px;
	line-height: 26px;
}

#hallmarks .points {
	max-width: 275px;
	margin: 30px auto 0 auto;
	position: relative;
}
#logo {
  
    max-height: 90px;
}
#hallmarks .points .point {
	width: 40px;
	height: 39px;
	background-image: url('svg/+.svg');
	background-size: 40px 39px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	cursor: pointer;
}

#hallmarks .points .point.hover,
#hallmarks .points .point:hover {
	background-image: url('svg/++.svg') !important;
}

#hallmarks .points .point.hover {
	cursor: default;
}

#hallmarks .points .point:nth-child(1) {
	top: 90px;
	left: 80px;
}

#hallmarks .points .point:nth-child(2) {
	top: 180px;
	left: 70px;
}

#hallmarks .points .point:nth-child(3) {
	top: 240px;
	left: 40px;
}

#hallmarks .points .point:nth-child(4) {
	top: 140px;
	right: 65px;
}

#hallmarks .points .point:nth-child(5) {
	top: 200px;
	right: 45px;
}

#hallmarks .points .point:nth-child(6) {
	top: 260px;
	right: 70px;
}

#hallmarks .points .point:nth-child(7) {
	top: 270px;
	left: 90px;
}

#hallmarks .points .point:nth-child(8) {
	top: 375px;
	left: 0;
}

#hallmarks .points .point:nth-child(9) {
	bottom: 40px;
	left: 75px;
}

#hallmarks .points .point:nth-child(10) {
	top: 315px;
	left: 120px;
}

#hallmarks .points .point:nth-child(11) {
	top: 310px;
	right: 50px;
}

#hallmarks .points .point:nth-child(12) {
	top: 370px;
	right: 80px;
}

#hallmarks {
	text-align: center;
}

#hallmarks .top-left {
	position: absolute;
	top: 70px;
	left: 0;
}

#hallmarks .top-right {
	position: absolute;
	top: 80px;
	right: 0;
}

#hallmarks .bottom-left {
	position: absolute;
	bottom: 20px;
	left: 0;
}

#hallmarks .bottom-right {
	position: absolute;
	bottom: 20px;
	right: 0;
}

#hallmarks div.hallmark[data-id] {
	display: none;
	width: 330px;
	max-width: 100%;
}

#hallmarks div.hallmark.triggered {
	display: block;
}

#hallmarks div.hallmark h6 {
	font-size: 16px;
	font-family: 'WhitneyHTF-LightSC';
	margin: 40px 0 10px 0;
}

#hallmarks div.hallmark p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
}

#hallmarks div.hallmark img {
	-webkit-box-shadow: 0 0 10px 0 rgba(44, 44, 44, 0.1);
	box-shadow: 0 0 10px 0 rgba(44, 44, 44, 0.1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/* style */
#people {
	background-color: #000000;
	position: relative;
}

#people.offed {
	display: none;
}

.people-item {
	width: 100% !important;
	height:auto;
	/*height: 14.2857143vw;*/
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	background-size: cover;
	cursor: pointer;
}
.people-item > img{
	width:100%;
	height:auto;
}
.people-item:hover .triangler {
	width: 0px;
	height: 0px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid black;
	display: block;
	position: absolute;
	bottom: -15px;
	z-index: 2222;
	left: 50%;
	margin-left: -7.5px;
}

.people-item .inner {
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'WhitneyHTF-LightSC';
	display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.people-item .inner b{
	  font-family: 'WhitneyHTF-MediumSC';
	  font-weight: 400;
}
#people:hover .people-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

#people .people-item:hover:after {
	display: none;
}

#people .people-item:hover .inner {
	display: block;
	text-shadow: 1px 1px 30px #000000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#people .swiper-next,
#people .swiper-prev {
	top: 50%;
	margin-top: -11px;
}

#people .swiper-next {
	right: 180px;
}

#people .swiper-prev {
	left: 180px;
}

.filter-sidebar {
	text-align: center;
	margin: 40px auto 80px auto;
	z-index: 2;
	position: relative;
}

.filter-sidebar .sbHolder {
	margin: 0 auto;
}

.filter-sidebar .sbSelector {
	font-size: 16px;
	color: black;
	text-transform: uppercase;
}

#who {
	padding-top: 55px;
}

#profiles .container {
	width: 870px;
	max-width: 100%;
	position: relative;
}
#profiles  .swiper-slide{
	opacity: 0;
	visibility: hidden;
}
#profiles .swiper-slide-active{
	opacity: 1;
	visibility: visible;
}
.detail-side {

}

.profile-image {
	height: 100%;
	position: absolute;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 310px;
}

.profile-details {
	float: right;
	padding: 70px 0 70px 80px;
	width: calc(100% - 310px);
	position: relative;
}

#profiles {
	display: none;
}

#profiles.selected {
	display: block;
}

#profiles .inner-row {
	font-size: 15px;
	line-height: 20px;
	color: white;
	font-weight: 500;
	font-family: 'WhitneyHTF-LightSC';
	text-transform: uppercase;
}

#profiles .inner-row span {
	display: block;
	font-size: 13px;
}

#profiles .inner-row:not(:last-child) {
	margin-bottom: 15px;
}

#profiles {
	background-color: black;
}

#profiles .swiper-next,
#profiles .swiper-prev {
	top: 50%;
	margin-top: -11px;
}

#profiles .main-details {
	width: 255px;
	float: left;
}

#profiles .close-detail {
	color: black;
	display: block;
	background-color: white;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	font-family: 'WhitneyHTF-LightSC';
	text-align: center;
	position: absolute;
	left: 333px;
	bottom: 30px;
}

#profiles .contact-cloth {
	line-height: 20px;
	height: 80px;
	width: 195px;
	display: block;
	margin: 30px auto 0 auto;
	border: 1px solid #fff;
	padding: 20px;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	font-family: 'WhitneyHTF-LightSC';
	font-weight: 400;
	text-align: center;
	z-index: 222;
	position: absolute;
	right: 0;
	top: 90px;
}

#look-books {
	padding: 75px 0 75px 0;
	text-align: center;
}

#look-books a:not(#load-more) {
	font-family: 'WhitneyHTF-Light';
	width: 195px;
	height: 82px;
	background-color: #fff;
	border: 1px solid #777777;
	padding: 0 0;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px 10px;
	margin-bottom: 20px;
}

#look-books a span {
	vertical-align: middle;
}

#look-books a:not(#load-more):hover {
	background-color: #000;
	color: #fff;
}

#look-books ul {
	font-size: 0;
}

#look-books li {
	vertical-align: middle;
	padding: 0 20px;
}

.lookbooks {
	margin-top: 65px;
}

#look-books #load-more {
	font-size: 16px;
	line-height: 36px;
	border: 0;
	background: transparent;
	font-family: 'WhitneyHTF-LightSC';
	text-decoration: underline;
	margin-bottom: 0;
}

#load-more.done {
	display: none !important;
}

#clients {
	position: relative;
	color: white;
	padding: 120px 0 80px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#clients .swiper-slide {
	padding: 0 30px;
}

#clients .swiper-slide img {
    margin: 50px auto 10px auto;
    width: 81px;
    border-radius: 50%;
    display: block;
    height: auto; 
}

#clients .swiper-slide p:nth-child(2) {
	font-size: 16px;
	line-height: 26px;
	font-family: 'WhitneyHTF-LightSC';
	margin-bottom: 30px;
}

#clients .swiper-slide p:nth-child(3) {
	font-size: 30px;
	line-height: 40px;
	font-family: 'WhitneyHTF-Light';
	margin-bottom: 0;
}

#clients .swiper-next,
#clients .swiper-prev {
	top: 85%;
	margin-top: -11px;
}

#clients  .swiper-prev {
	left: 0 !important;
}

#clients  .swiper-next {
	right: 0 !important;
}

#clients .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: transparent;
	opacity: 1;
	border: 1px solid white;
	margin: 0 5px;
}

#clients .swiper-pagination {
	margin: 0;
	bottom: 80px;
}

#clients .swiper-pagination-bullet-active {
	background: #fff !important;
}

#clients .swiper-container {
	margin-bottom: 70px;
}

#share div[role="form"]:before {
	display: none;
}

#share {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 110px 0 60px 0;
	text-align: center;
	margin-bottom: -1px;
}

#share .container {
	width: 940px;
	max-width: 100%;
	padding: 0;
}

.your-story,
.your-photo {
	padding: 0 40px;
}

#share p {
	font-family: 'HoeflerText-Regular';
	margin-bottom: 30px;
}

#share textarea,
main div[role="form"] label[for="upload"] {
	background-color: transparent;
	font-family: 'WhitneyHTF-Light';
}

textarea::-webkit-input-placeholder {
   color: black;
     opacity: 1!important;
}

textarea:-moz-placeholder { /* Firefox 18- */
   color: black;  
     opacity: 1!important;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
     opacity: 1!important;
}

textarea:-ms-input-placeholder {  
   color: black;  
   opacity: 1!important;
}


div.wpcf7-mail-sent-ok{
	display: none!important;
	opacity: 0!important;
	visibility: hidden!important;
}
#share textarea {
	height: 160px;
} 

.your-story input[type="submit"] {
	margin-top: -15px !important;
	margin-bottom: -15px !important;
	border: 0 !important;
}

.your-photo input[type="submit"] {
	margin-top: -30px !important;
	margin-bottom: -30px !important;
	border: 0 !important;
}

#share div.wpcf7-validation-errors {
	bottom: -50px;
	color: red;
	font-size: 12px;
}

/* home */
.home footer a:hover {
	color: white !important;
}

#join-our-team {
	padding: 140px 0 80px;
	color: white;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: -1px;
}

#join-our-team h2+p,
#buckets h2 + p {
	margin: -25px 0 25px 0;
}

#join-our-team a {
	line-height: 80px;
	height: 80px;
	width: 195px;
	display: block;
	margin: 25px auto 0 auto;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'WhitneyHTF-LightSC';
	font-weight: 400;
	text-align: center;
}

#join-our-team a:hover {
	color: black;
	background-color: white;
}

#home-blog .post {
	margin-bottom: 70px;
}

#home-blog h2 {
	margin: 75px 0;
}

#home-blog .swiper-prev {
	left: -40px;
	top: 130px;
	margin-top: 0;
}

#home-blog .swiper-next {
	right: -40px;
	top: 130px;
	margin-top: 0;
}

#home-blog {
	position: relative;
}

#home-blog .swiper-nav {
	position: relative;
}

#promises {
	padding: 80px 0 70px 0;
	color: white;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: -1px;
}

#promises .promises-item:hover img,
#choose-your-make .choose-item:hover img {
	background-color: rgba(255, 255, 255, 0.5);
}

#promises .promises-item img,
#choose-your-make .choose-item img {
	border-radius: 50%;
}

#promises .promises-item p:nth-child(1),
#choose-your-make .choose-item p:nth-child(1) {
	margin-bottom: 30px;
}

#promises .promises-item p:nth-child(2),
#choose-your-make .choose-item p:nth-child(2) {
	margin-bottom: 5px;
	font-family: 'WhitneyHTF-LightSC';
}

#promises .promises-item p:nth-child(3) {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 20px;
	max-width: 100%;
	width: 275px;
	margin: 0 auto;
}

#choose-your-make {
	padding: 70px 0 140px 0;
	color: white;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: -1px;
}

#choose-your-make h2 + p {
	margin: -25px 0 35px 0;
}
#promises a,
#choose-your-make a,
#buckets a {
	line-height: 80px;
	height: 80px;
	width: 195px;
	display: block;
	margin: 35px auto 0 auto;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'WhitneyHTF-LightSC';
	font-weight: 400;
	text-align: center;
}

#choose-your-make a:hover,
#buckets a:hover,
#promises a:hover {
	background-color: white;
	color: black;
}

#buckets {
	color: #fff;
}

#buckets img.triangle {
	z-index: 222;
}

#buckets .bucket {
	padding: 150px 15px 90px 15px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#home-main {
	padding: 40px 0 75px 0;
}

#home-main a {
	line-height: 80px;
	height: 80px;
	width: 195px;
	display: block;
	margin: 35px auto 0 auto;
	border: 1px solid #000;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-family: 'WhitneyHTF-LightSC';
	font-weight: 400;
	text-align: center;
}

#home-main a:hover {
	background-color: black;
	color: white;
}

#home-main .simple img {
	margin: 0px 0 20px 0;
}

.price-box .price {
	color: #000;
	font-size: 16px;
}

.price-box .price,
.price {
	font-family: 'WhitneyHTF-Light';
}

.price-box .price-label {
	color: #a0a0a0;
	white-space: nowrap;
	font-family: 'WhitneyHTF-Light';
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
	margin: 0;
	margin-bottom: 0.5em;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'WhitneyHTF-Light';
	font-weight: normal;
	line-height: 1.4;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
	color: #000;
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
	color: #000;
	text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
	margin-bottom: 5px;
	font-size: 14px;
	font-family: 'WhitneyHTF-Light';
}

.products-grid .product-name a,
.products-list .product-name a {
	color: #747474;
	text-transform: none !important
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
	position: relative;
	padding: 0;
}

.products-grid:after {
	content: '';
	display: table;
	clear: both;
}

.products-grid > li {
	position: relative;
	text-align: left;
	list-style: none;
}

.products-grid > li:hover img {
	-webkit-box-shadow: 0 0 10px 0 rgba(46, 46, 46, 0.15);
	box-shadow: 0 0 10px 0 rgba(46, 46, 46, 0.15);
}

.products-grid > li:after {
	content: '';
	display: table;
	clear: both;
}

.products-grid .product-image {
	margin-bottom: 5px;
	position: relative;
	display: block;
}

.products-grid .product-image img {
	width: 100%;
	height: auto;
}

.products-grid .product-image img:hidden {
	display: none;
}

.widget-new-products .products-grid .product-image {
	width: 75%;
	margin-bottom: 15px;
	margin-left: 10%;
}

.products-grid .product-info {
	position: relative;
	padding-bottom: 0;
}

.products-grid .actions {
	padding-top: 10px;
	position: absolute;
	bottom: 0px;
	min-height: 85px;
	width: 100%;
}

.products-grid .ratings .rating-box {
	margin: 0 auto;
}

.products-grid .ratings .amount {
	display: none;
}

.products-grid .price-box {
	color: #414141;
	font-size: 18px;
	margin: 0 0 5px;
}

.products-grid .price-box .price {
	color: #414141;
	font-size: 18px;
}

.products-grid h2.product-name {
	margin-bottom: 0px;
	margin-top: 30px;
}

.products-grid .add-to-links {
	margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid .product-image {
	margin-bottom: 5px;
}

.products-grid .product-image:before,
.products-grid .product-image:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.products-grid .product-image:before {
	background-color: white;
	opacity: 0.8;
	z-index: 2;
}

.products-grid .product-image.loading {
	position: relative;
}

.products-grid .product-image.loading:before,
.products-grid .product-image.loading:after {
	display: block;
}

.prod-sale {
	background: #2e2e2e;
	padding: 14px 13px;
	font-family: 'WhitneyHTF-Light';
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.prod-new {
	background: #2e2e2e;
	padding: 14px 13px;
	font-family: 'WhitneyHTF-Light';
	color: #fff;
	font-size: 18px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.price-box .old-price .price {
	text-decoration: line-through;
	color: #b8b8b8;
}

.price-box .special-price {
	color: #000;
	padding-left: 5px;
}

.price-box .old-price,
.price-box .special-price {
	display: inline-block;
}

#shop .swiper-nav {
	position: relative;
}

#shop .swiper-prev {
	left: -40px;
	top: 90px;
}

#shop .swiper-next {
	right: -40px;
	top: 90px;
}

#shop {
	padding: 60px 0 80px 0;
}

.shop-all {
	line-height: 80px;
	height: 80px;
	width: 195px;
	display: block;
	margin: 45px auto 0 auto;
	border: 1px solid #000;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-family: 'WhitneyHTF-LightSC';
	font-weight: 400;
	text-align: center;
}

.shop-all:hover {
	color: white;
	background-color: black;
}

#shop .simple h2 {
	margin: -10px 0 80px 0;
}

header {
	position: relative;
}

.home nav#top-nav:not(.affix) {
	height: 120px;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	line-height: 120px;
	position: absolute;
	bottom: 0;
	top: auto;
}

body.home nav#top-nav:not(.affix) a {
	color: #fdfdfd !important;
}

body.home nav#top-nav:not(.affix)  > .container .logo {
	display: none;
}

body.home nav#top-nav:not(.affix) > .container > ul > li {
	margin-right: 70px;
}

.home .hero {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 100vh;
}

.home .hero h1 {
	margin-bottom: 10px;
	font-family: 'WhitneyHTF-LightSC';
	text-transform: uppercase;
	word-spacing: 10px;
	letter-spacing: 2px;
	font-size: 95px;
}

.home .hero p {
	font-size: 25px;
	line-height: 36px;
}

.home #user-menu ul {
	z-index: 2;
}

.home #user-menu ul  a {
	color: white;
}

.home-logo {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 40px;
	z-index: 2;
}

body:not(.home) .home-logo {
	display: none !important;
}

/*.home .hero:after {
	content: "";
	background-image: url('images/before-logo.png');
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}*/

.home .hero .inner-wrapper {
	position: relative;
	z-index: 2;
}

.scroll-down {
	background-image: url(images/down.png);
	width: 25px;
	height: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px 14px;
	position: absolute;
	left: 50%;
	margin-left: -12.5px;
	bottom: 160px;
	display: block;
}

#top-nav.affix {
	position: fixed !important;
	top: 0;
	left: 0;
}

body:not(.home) {
	padding-top: 100px;
}

body:not(.home) #user-menu ul {
	position: absolute;
	right: 85px;
	top: 0;
	z-index: 9999999;
}
body.single-look-books{
	padding-top:0 !important;
}
#user-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

body:not(.home) #user-menu.affix {
	position: fixed!important;
	top: 12px;
	left: 0;
	z-index: 9999999;
}

body.home #user-menu.affix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

body:not(.home) #user-menu:not(.affix) {
	top: 12px;
}

.home #user-menu.affix ul a {
	color: black !important;
}

.site,
.site .wrapper,
.hero {
	width: 100%;
	min-width: 0;
}

#fabrics .labels {
	position: absolute;
	z-index: 22222;
}

#fabrics .label-left-1 {
	left: 0;
	top: 0;
}

#fabrics .label-left-2 {
	left: 90px;
	top: 250px;
}

#fabrics .label-left-3 {
	left: 0;
	bottom: 0;
}

#fabrics .label-right-1 {
	right: 150px;
	top: -90px;
}
 
#fabrics .label-right-2 {
	right: 15px;
	top: 300px;
}

#fabrics .label-right-3 {
	right: 260px;
	bottom: -110px;
}
#home-blog .swiper-container{
	padding-bottom:100px;
}

