@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Social Bar
5. Menu
6. Home
7. Intro
8. Models
9. Model of the Week
10. Footer


******************************/

/*********************************
2. Body and some general stuff
*********************************/

html {
  scroll-behavior: smooth;
}

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Martel', sans-serif;
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
	font-size: 16px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Martel', serif;
	font-size: 16px;
	line-height: 1.6875;
	color: #949494;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #000;
	color: #FFFFFF;
}
p::selection
{

}
h1{font-size: 40px; font-weight: 700;}
h2{font-size: 28px;}
.intro_title h2 {font-size: 44px; letter-spacing: 0.5px; color: #fff; font-weight: 700;}
h3 {font-size: 24px;}
.models h3,
.week_model h3{font-size: 40px;color:#fff;font-weight: 700;}
h4{font-size: 22px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	margin-bottom: 0!important;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
img
{
	max-width: 100%;
}
button:active
{
	outline: none;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .owl-item > div
{
	height: 100%;
}
.section_title_container
{
	width: 100%;
}
.section_title_container > div
{
	width: 80%;
	height: 150px;
	background: #000000;
	padding-left: 80px;
	padding-right: 115px;
}
.section_title h1
{
	font-size: 60px;
	color: #FFFFFF;
}
.section_title h1 span
{
	color: #51BAB8;
}

a.link-contatti {
  color: #50BAB8!important;
  opacity: 1!important;
}



.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    outline: 0;
}

.modal-header {
  border-bottom: 0!important;
}

.modal img {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.modal h4 {
  color: #000;
  font-size: 20px;
  padding-bottom: 25px;
}

.modal p {
  font-size: 13px;
  line-height: 1.65;
}

.modal a {
  color: #000;
}

.modal .row {
  margin: 0;
}

.modal .image {
  padding: 15px 0 0!important;
}

.modal .message {
  padding: 15px!important;

}

.modal-dialog {
    margin: 10% auto;
}

@media (min-width: 1200px) {
  .modal img {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
.modal-dialog {
    max-width: 570px;
}
}



/*********************************
Custom
*********************************/

.header {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 400!important;
}

.home_title {
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 70px;
}

.home_slider_dots {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
}


.social_bar > div ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400!important;
	font-size: 13px!important;
}

.logo {
	margin-top: -4px;
	max-width: 140px;
	height: auto;
}

.hamburger ion-icon {
	font-size: 36px;
	margin-left: 20px;
}

.menu_close ion-icon {
	font-size: 32px;
}

.layer {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.30);
	z-index: 1000;
}

.verde {
	color: #50BAB8;
}

.verde a {
	letter-spacing: 1px;
	border-bottom: 2px solid #50BAB8;
	color: #000;
}

.verde a:hover {
	border-bottom: 2px solid #50BAB8;
	color: #50BAB8;
}

.verde ion-icon {
	color: #50BAB8;
	font-size: 22px;
	margin-top: -2px;
  margin-left: 8px;
}

.footer_list ul li {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px!important;
    color: #000!important;
}

.footer_list a {
  color: #000;
  text-decoration: underline;
}

.model_title_single h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 40px 0 30px!important;
  color: #000;
}

.model_title_single h2 {
  font-family: 'Martel', serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 30px!important;
  color: #000;
}

.model_title_single h3 {
  font-family: 'Martel', serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px!important;
  color: #000;
}

@media screen and (max-width: 600px) {
  .intro_title h2, h3 {font-size: 32px!important;}
  .week_model_content {padding-top: 40px!important;}
  .model_col {padding-top: 40px!important;}
}

#mc_embed_signup .mc-field-group input {
    width: 100%!important;
    padding: 20px!important;
}
#cta {background-color: #51BAB8!important; color: #fff;!important}
#cta p {color: #fff!important; font-size: 16px!important;}
#cta a {color: #fff!important; text-transform: underline!important;}
#mc_embed_signup{clear:left!important;}
#mc-embedded-subscribe-form input[type=checkbox]{display: inline!important; width: auto!important;margin-right: 10px!important;padding: 10px!important; font-size: 14px!important;}
#mergeRow-gdpr {margin-top: 20px!important; font-size: 14px!important;}
#mergeRow-gdpr fieldset label {font-weight: normal!important;}
#mc-embedded-subscribe-form .mc_fieldset{border:none!important;min-height: 0px!important;padding-bottom:0px!important;}
#mc-embedded-subscribe {margin-top: 40px!important; padding: 20px!important; cursor: pointer!important; background-color: #fff!important; border: 2px solid #51BAB8!important; color: #51BAB8!important; font-size: 16px!important; font-weight: 700!important; letter-spacing: 1px!important; text-transform: uppercase!important; font-family: "Roboto Condensed", sans-serif!important;}
#mc-embedded-subscribe:hover{background-color: #51BAB8!important; border: 2px solid #fff!important; color: #fff!important;}
#mce-EMAIL {-webkit-appearance: none!important; -moz-appearance: none!important; appearance: none!important;margin-top: 30px!important; width: 100%!important; padding: 18px!important; border: none!important; box-shadow: none!important; line-height: 1!important; font-family: "Roboto Condensed", sans-serif!important; font-size: 18px!important; letter-spacing: 1px!important;}
.contact_title2 {font-size: 20px!important;}
.response {margin: 20px 0 0!important; text-decoration: underline;}

@media only screen and (max-width: 575px) {
    #cta .button {width: 200px!important; height: 70px!important;}
}

.no-click {
  pointer-events: none!important;
}


/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 100;
}
.header_content
{
	width: 100%;
	height: 80px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .header_content
{
	height: 80px;
}
.main_nav ul li
{
	height: 32px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 26px;
}
.main_nav ul li.active,
.main_nav ul li:hover
{
	border-bottom: 2px solid #51BAB8;
	padding-bottom: 1px;
}
.main_nav ul li a
{
	display: block;
	position: relative;
	color: #000;
	line-height: 32px;
	margin-left: 6px;
	margin-right: 4px;
}
.logo_container
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	padding-left: 142px;
}
.logo a
{
	display: block;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 0.75;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .logo a
{
	font-size: 30px;
}
.logo a span
{
	color: #51BAB8;
}
.submit_button
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 391px;
	height: auto;
	background: #51BAB8;
	text-align: center;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.button a {
  background: #51BAB8;
  font-size: 16px!important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}


.submit_button a {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 16px!important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	color: #FFFFFF;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .submit_button a
{
	line-height: 80px;
	height: 80px;
}
.hamburger
{
	display: none;
	margin-left: 10px;
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
	cursor: pointer;
}
.hamburger i
{
	font-size: 24px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover i
{
	color: rgba(255,255,255,0.8);
}

.section_title_container > div {
  background-color: #eee!important;
}

.section_title h3,
.intro_title h2 {color: #51BAB8!important;}

/*********************************
4. Social Bar
*********************************/

.social_bar
{
	position: absolute;
	top: 800px;
	left: 0;
	width: 800px;
	height: 98px;
	background: #eee;
	z-index: 101;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.social_bar > div
{
	width: 100%;
	height: 100%;
	padding-left: 196px;
}
.social_bar > div ul li:not(:last-child)
{
	margin-right: 58px;
}
.social_bar > div ul li a
{
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #000;
}
.social_bar > div ul li a:hover
{
	color: #51BAB8;
}

/*********************************
5. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.95);
	padding-left: 225px;
	z-index: 102;
	visibility: hidden;
	opacity: 0;
}
.menu.active
{
	visibility: visible;
	opacity: 1;
}
.menu::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 98px;
	height: 100vh;
	background: rgba(255,255,255,0.75);
	content: '';
}
.menu_close
{
	position: absolute;
	top: 29px;
	right: 50px;
	cursor: pointer;
	z-index: 1;
}
.menu_close i
{
	font-size: 24px;
	color: #000;
}
.menu_nav ul li:not(:last-of-type)
{
	margin-bottom: 5px;
}
.menu_nav ul li a
{
	font-weight: 700;
	font-size: 36px;
	color: #000;
	line-height: 1.2;
}
.menu_nav ul li a:hover
{
	color: #51BAB8;
}
.menu_nav ul li a span
{
	color: #51BAB8;
}
.menu_submit
{
	margin-top: 50px;
  border-bottom: 0;
  text-decoration: none;
}
.menu_submit ion-icon {
  font-size: 24px;
  margin-right: 10px;
  margin-bottom: -7px;
}
.menu_submit a
{
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none!important;
	display: inline-block;
	position: relative;
	font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
	color: #fff;
  background-color: #51BAB8;
  padding: 20px;
}
.menu_submit a::after
{
	display: none;
}
.menu_submit a:hover
{
	color: rgba(0,0,0,1);
}
.menu_submit a:hover::after
{
	background: rgba(0,0,0,1);
}

/*********************************
8. Team
*********************************/

.team
{
	background: #FFFFFF;
}
.team_content
{
	padding-top: 112px;
	padding-bottom: 0px!important;
}
.team_item
{
	width: calc((100% - 30px) / 2);
}
.team_item:nth-last-child(n+3)
{
	margin-bottom: 84px;
}
.team_item_image
{
	width: 166px;
	height: 166px;
}

.team_item_image:hover {
  opacity: .8;
}
.team_item_content
{
	padding-left: 30px;
}
.team_item_title
{
	margin-top: 15px;
}
.team_item_title a
{
  font-weight: 700;
	font-size: 24px;
	color: #000;
	line-height: 1.2;
}
.team_item_title a:hover
{
	color: #51BAB8;
}
.team_item_text
{
	margin-top: 19px;
}

/*********************************
9. Testimonials
*********************************/

.testimonials
{
	background: #FFFFFF;
}
.testimonial
{
	position: relative;
	background: #FFFFFF;
	padding-top: 109px;
	padding-bottom: 221px;
}
.quote
{
	width: 24px;
	height: 18px;
}
.quote_text
{
	margin-top: 48px;
}
.quote_text p
{
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-style: italic;
	color: #121212;
	line-height: 1.333333;
}
.test_image
{
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 56px;
}
.test_name
{
	margin-top: 25px;
}
.test_name a
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 24px;
	color: #121212;
	line-height: 1.2;
}
.test_title
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #a4a4a4;
	margin-top: 6px;
}
.owl-carousel .owl-dots
{
	display: none;
}
.test_slider_dots_container
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 111px;
	z-index: 1;
}
.test_slider_custom_dots li
{
	width: 33px;
	height: 33px;
	text-align: center;
	border: solid 2px transparent;
	line-height: 29px;
	font-size: 14px;
	color: #121212;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.test_slider_custom_dots li:not(.active):hover
{
	color: #751b7e;
}
.test_slider_custom_dots li:not(:last-of-type)
{
	margin-right: 3px;
}
.test_slider_custom_dots li.active
{
	border: solid 2px rgba(105,7,114,0.62);
}

@media only screen and (max-width: 991px) {
  .team_item
	{
		width: 100%;
	}
	.team_item:nth-last-child(n+3)
	{
		margin-bottom: 0px;
	}
	.team_item:not(:last-child)
	{
		margin-bottom: 74px;
	}
}

@media only screen and (max-width: 575px) {
  .team_item_title
	{
		margin-top: -7px;
	}
	.team_item_title a
	{
		font-size: 24px;
	}
	.team_item_text
	{
		margin-top: 14px;
	}
}

/*********************************
6. Home
*********************************/

.home
{
	width: 100%;
	height: 800px;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
	max-height: 800px;
	padding-left: 98px;
}

.home_slider_dots_container
{
	position: absolute;
	left: 142px;
	bottom: 30px;
	z-index: 1;
}
.home_slider_custom_dots li
{
	width: 33px;
	height: 33px;
	text-align: center;
	border: solid 2px transparent;
	line-height: 29px;
	font-size: 14px;
	color: rgba(255,255,255,1);
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dots li:not(.active):hover
{
	color: rgba(255,255,255,0.62);
}
.home_slider_custom_dots li:not(:last-of-type)
{
	margin-right: 3px;
}
.home_slider_custom_dots li.active
{
	border: solid 2px #51BAB8;
}
.home_container
{
	position: absolute;
	left: 0;
	top: 49.65%;
	width: 100%;
}
.home_content
{
	padding-left: 127px;
}
.home_title
{
	font-size: 80px;
	color: #FFFFFF;
	line-height: 1;
}
.home_subtitle
{
	font-size: 28px;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 2px;
}
.fadeIn
{
	-webkit-animation-delay: 900ms;
	animation-delay: 900ms;
}
.slider_nav_container
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 80px;
	background: #FFFFFF;
	z-index: 1;
}
.slider_nav_container > div
{
	width: 100%;
}
.slider_nav
{
	width: 50%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	color: #505050;
	cursor: pointer;
}
.slider_nav:hover
{
	color: #51BAB8;
}
.owl-theme .owl-dots
{
	display: none;
}

/*********************************
7. Intro
*********************************/

.intro
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 105px;
	padding-bottom: 134px;
}
.intro2
{
	padding-top: 40px!important;
	padding-bottom: 80px!important;
}
.intro_title h1
{
	color: #000;
}
.intro_title h1 span
{
	color: #51BAB8;
}
.intro_text
{
	margin-top: 42px;
}
.intro_text p:not(:last-child)
{
	margin-bottom: 26px;
}
.milestones_container
{
	margin-top: 69px;
}
.milestone
{
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.milestone_counter
{
	font-size: 40px;
	color: #51BAB8;
	line-height: 0.75;
	font-family: 'Roboto Condensed', sans-serif!important;
}
.milestone_title
{
	font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	line-height: 1.2;
	margin-top: 15px;
}
.milestone:first-child
{
	padding-left: 14px;
}
.milestone:nth-child(2)
{
	padding-left: 50px;
}
.milestone:nth-child(3)
{
	padding-left: 80px;
}
.intro_image
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: auto;
	padding-right: 55px;
}
.intro_image img
{
	max-width: none;
}

/*********************************
8. Models
*********************************/

.models
{
	background: #FFFFFF;
}
.isotope_filtering_container
{
	-webkit-transform: translateY(-17px);
	-moz-transform: translateY(-17px);
	-ms-transform: translateY(-17px);
	-o-transform: translateY(-17px);
	transform: translateY(-17px);
}
.isotope_filtering li:not(:last-of-type)
{
	margin-right: 10px;
}
.isotope_filtering li
{
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 11px;
	line-height: 0.75;
	background: transparent;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.isotope_filtering li.active,
.isotope_filtering li:hover
{
	border-bottom: 2px solid #51BAB8;
	padding-bottom: 5px;
}
.models_container
{

}
.model
{
	float: left;
	width: 20%;
}
.model img
{
	width: 100%;
}
.model_big,
.model_wide
{
	width: 40%;
}
.model_mid
{
	width: 48%;
}
.model_tot,
.model_mid
{
  pointer-events:none!important;
  margin: 2% 1% 0;
}
.model_small,
.model_tall
{
	width: 20%;
}
.model_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.model:hover .model_overlay
{
	visibility: visible;
	opacity: 1;
}
.model_name
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 1.2;
}
.model_link
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: rgba(255,255,255,0.53);
	line-height: 1.2;
	margin-top: 12px;
}
.see_all_models_link
{
	position: absolute;
	bottom: 0;
	right: -152px;
	width: 152px;
	height: 110px;
	background: #51BAB8;
	text-align: center;
}
.see_all_models_link a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 140px;
}

/*********************************
9. Model of the Week
*********************************/

.week_model
{
	padding-top: 0;
	background: #FFFFFF;
}
.week_model_content
{
	width: calc(100% + 110px);
	padding-top: 101px;
}
.week_model_title
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
  font-weight: 700;
	color: #000;
	line-height: 1.2;
}
.week_model_text
{
	margin-top: 19px;
}
.model_list
{
	margin-top: 45px;
}
.model_list ul li:not(:last-of-type)
{
	margin-bottom: 10px;
}
.model_list ul li > div:first-child
{
	max-width: 300px;
	color: #000;
}
.model_list ul li > div:last-child
{
	color: #949494;
}
.week_model_link
{
	margin-top: 51px;
}
.week_model_link a
{
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #000;
	line-height: 1.2;
}
.week_model_link a::after
{
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	content: '';
}
.week_model_button
{
	margin-top: 48px;
}
.button
{
	width: 200px;
	height: 71px;
	background: #51BAB8;
	text-align: center;
}
.button a
{
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 71px;
}
.button:hover
{
	background: #000;
}
.model_slider_container
{
	position: absolute;
	top: 0;
	left: calc(((100vw - 1170px) / 2) * -1);
	padding-left: 97px;
	/*width: calc(100% + 289px);*/
	width: calc(44.62765957446809vw);
	height: 100%;
}
.model_slider
{
	width: 100%;
	height: 100%;
}
.model_nav_container
{
	right: auto;
	left: 97px;
}

/*********************************
10. Footer
*********************************/

.footer
{
	display: block;
	background: #FFFFFF;
	padding-top: 112px;
}
.footer_image
{
	position: absolute;
	right: 15px;
	bottom: 0;
}
.contact
{
	width: 80%;
	background: #000000;
}
.contact .container
{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.contact .container .row
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.contact .container .row .col
{
	padding-left: 0;
	padding-right: 0;
}
.contact_content
{
	padding-top: 101px;
	padding-bottom: 95px;
	padding-left: 97px;
	padding-right: 97px;
}
.contact_title
{
	font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 1.2;
}
.contact_title2 {
  margin: 10px 0!important;
  font-size: 16px!important;
}
.contact_title span
{
	color: #51BAB8;
}
.contact_form_container
{
	max-width: 1029px;
	margin-top: 64px;
}
.contact_form
{

}
.contact_form_content
{
	width: 100%;
}
.contact_form_content > div:first-child
{
	margin-bottom: 32px;
}
.contact_form_content > div:first-child > div
{
	width: calc((100% - 24px) / 2);
}
.contact_input
{
	width: 100%;
	height: 62px;
	border: solid 1px #ffe5e5;
	background: transparent;
	padding-left: 25px;
	outline: none;
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_input:focus,
.contact_input:hover
{
	border: solid 1px #51BAB8;
}
.contact_textarea
{
	height: 184px;
	padding-top: 23px;
}
.contact_input::-webkit-input-placeholder
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
}
.contact_input:-moz-placeholder
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
}
.contact_input::-moz-placeholder
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
}
.contact_input:-ms-input-placeholder
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
}
.contact_input::input-placeholder
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
}
.contact_form_button
{
	border: none;
	outline: none;
	margin-left: 31px;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    margin-bottom: 6px;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_form_button:hover
{
	background: #FFFFFF;
	color: #000;
}
.footer_container
{
	width: 80%;
	padding-bottom: 142px;
}
.footer_container .container
{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.footer_container .container .row
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.footer_container .container .row .col
{
	padding-left: 0;
	padding-right: 0;
}
.footer_container_inner > div:first-child
{
	width: 30%;
	padding-left: 97px;
	padding-top: 58px;
	padding-right: 30px;
}
.footer_container_inner > div:last-child
{
	width: 70%;
}
.footer_logo_container
{
	display: inline-block;
}
.footer_logo_container a > div:first-child
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	color: #000;
	line-height: 0.75;
	margin-left: -1px;
}
.footer_logo_container a > div:first-child span
{
	color: #51BAB8;
}
.footer_logo_container a > div:last-child
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #cecfd1;
	margin-top: 12px;
	line-height: 0.75;
}
.copyright
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.5;
	margin-top: 65px;
}
.footer_content
{
	padding-top: 69px;
}
.footer_col
{
	width: 33%;
}
.footer_title
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 0.75;
}
.footer_list
{
	margin-top: 33px;
}
.footer_list ul li:not(:last-of-type)
{
	margin-bottom: 9px;
}
.footer_list ul li
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #777777;
}
