@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


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Roboto:700');

@font-face
{
	font-family: 'HelveticaNeueLTProBd';
	src: url('../fonts/HelveticaNeueLTPro-Bd.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/HelveticaNeueLTPro-Bd.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: bold;
}

@font-face
{
	font-family: 'HelveticaNeueLTProMd';
	src: url('../fonts/HelveticaNeueLTPro-Md.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/HelveticaNeueLTPro-Md.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/HelveticaNeueLTPro-Md.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: normal;
}

@font-face {
  font-family: 'dms';
  src: url('../fonts/DMSerifDisplay-Regular.ttf');
}

@font-face {
  font-family: 'poopins';
  src: url('../fonts/Poppins-Regular.otf');
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
	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: 'HelveticaNeueLTProMd', sans-serif;
	font-size: 14px;
	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: 'HelveticaNeueLTProMd', sans-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: #121212;
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 60px;}
h2{font-size: 48px;}
h3{font-size: 36px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'HelveticaNeueLTProBd', 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;
}
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: 277px;
	background: #000000;
	padding-left: 80px;
	padding-right: 115px;
}
.section_title h1
{
	font-size: 60px;
	color: #FFFFFF;
}
.section_title h1 span
{
	color: #690772;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #0b0208;
	/*border-bottom: solid 2px #5b0857;*/
	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;
}

#deschome h1{
	font-family: 'dms';
	font-size: 40px;
	font-weight: bold;
}

#deschome hr{
	border-top: 1px solid #000;
    width: 25%;
}

#cardberita
{
	background-color: #cfd1cd;
	margin-top: -15px;
	padding-bottom: 50px;
}

footer{
	color: #000;
}

footer h5{
	color: #000;
}

footer hr{
	border-top: 1px solid black;
	width: 75%;
}

.containerz {
  position: relative;
  /*width: 50%;*/
}

.imagez {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(233,31,13,0.5);
  border: 5px solid #FFF;
  text-align: center; 
}

.containerz:hover .imagez {
  opacity: 0.3;
  /*background-image: url('fitur_hover_garis.png');*/
}

.containerz:hover .middle {
  opacity: 1;
}

.textz {
  font-family: 'dms';
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.textz button{
	background-color: #FFF;
	color: red;
	font-family: 24px;
	border: 1px solid #FFF;
}

.mengapa{
	padding-top: 55px;
	background: #4d4d4d;
	color: #FFF;
}

ol {
    counter-reset:item; 
    margin:0; 
    padding-left:0; 
}
ol>li {
    counter-increment:item; 
    list-style:none inside; 
    margin: 0px 10px;
    overflow: hidden;
    font-size: 16px !important;
    line-height: 1.3;
}
ol>li:before {
	position: absolute;
	left: -10px;
	/*margin-top: -10px;*/
    content:counter(item) ;
    margin-right: 20px;
    padding: 8px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 27px;
    background: #e1e2dd;
    color: #000;
    text-align: center; 
    font-size: 12px;
    font-weight: 100;
    float: left;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  background-color: #1a1a1a;
  padding: 60px 0;

}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  /*text-align: center;*/
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 8px solid #735628;
  margin: 0 auto;
  /*float: left;*/
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  text-align: center;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #fff;
  margin: 0 0 15px 0;
  padding-bottom:2px;
  text-align: center;
}



/*#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}*/

#testimonials .testimonial-item p {
  font-style: italic;
  color: #FFF;
  width: 100%;
  text-align: center;
  /*margin: 0 auto 15px auto;*/
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #facf5a;
}

/* END TESTI */



.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
{
	background: #4d4d4d;
}

.main_nav ul li:hover
{
	background: #e91f0d;
}
.main_nav ul li a
{
	display: block;
	position: relative;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 32px;
	padding-left: 13px;
	padding-right: 11px;
}
.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-family: 'HelveticaNeueLTProBd', sans-serif;
	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: #690772;
}
.submit_button
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 391px;
	height: 55px;
	background: #4d4d4d;
	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;
}
.header.scrolled .submit_button
{
	height: 100%;
}
.submit_button a
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	font-size: 18px;
	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;
}

@media only screen and (max-width: 1200px) {
  .asmat_button{
  	display: none;
  }
}
.asmat_button
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 100%;
	background: #FFF;
	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;
}
.header.scrolled .asmat_button
{
	height: 100%;
}
.asmat_button img
{
	display: block;
	width: 100%;
	padding-top: 8%;
	line-height: 130px;
	font-size: 18px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.header.scrolled .submit_button a
{
	line-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);
}

/*********************************
4. Social Bar
*********************************/

.social_bar
{
	position: absolute;
	top: 948px;
	left: 0;
	width: 948px;
	height: 98px;
	background: #FFFFFF;
	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-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #121212;
}
.social_bar > div ul li a:hover
{
	color: #690772;
}

/*********************************
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: #121212;
}
.menu_nav ul li:not(:last-of-type)
{
	margin-bottom: 5px;
}
.menu_nav ul li a
{
	font-family: 'poppins', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #121212;
	line-height: 1.2;
}
.menu_nav ul li a:hover
{
	color: #690772;
}
.menu_nav ul li a span
{
	color: #690772;
}
.menu_submit
{
	margin-top: 50px;
}
.menu_submit a
{
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: rgba(0,0,0,0.62);
}
.menu_submit a::after
{
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.62);
	content: '';
}
.menu_submit a:hover
{
	color: rgba(0,0,0,1);
}
.menu_submit a:hover::after
{
	background: rgba(0,0,0,1);
}

/*********************************
6. Home
*********************************/

.home
{
	width: 100%;
	height: 948px;
}
.home_slider_container
{
	font-family: 'dms';
	width: 100%;
	height: 100%;
	padding-left: 50px;
}
.home_slider
{
	border-left: solid 1px #a21d94;
}
.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 rgba(105,7,114,0.62);
}
.home_container
{
	position: absolute;
	left: 0;
	top: 49.65%;
	width: 100%;
}
.home_content
{
	padding-left: 127px;
}
.home_title
{
	font-size: 72px;
	font-weight: bold; 
	color: #FFFFFF;
	line-height: 1;
}
.home_subtitle
{
	font-size: 72px;
	font-weight: bold;
	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: 389px;
	height: 128px;
	background: #FFFFFF;
	z-index: 1;
}
.slider_nav_container > div
{
	width: 100%;
}
.slider_nav
{
	width: 50%;
	height: 64px;
	text-align: center;
	line-height: 64px;
	font-size: 18px;
	color: #505050;
	cursor: pointer;
}
.slider_nav:hover
{
	color: #690772;
}
.slider_prev
{
	border-right: solid 2px #dcdce1;
}
.owl-theme .owl-dots
{
	display: none;
}

/*********************************
7. Intro
*********************************/

.intro
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 105px;
	padding-bottom: 134px;
}
.intro_title h1
{
	color: #121212;
}
.intro_title h1 span
{
	color: #690772;
}
.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-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 72px;
	color: #690772;
	line-height: 0.75;
}
.milestone_title
{
	font-size: 18px;
	color: #121212;
	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;
	padding-top: 64px;
	padding-bottom: 7px;
	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
{
	background: #751b7e;
}
.models_container
{
	
}
.model
{
	float: left;
	width: 20%;
}
.model img
{
	width: 100%;
}
.model_big,
.model_wide
{
	width: 40%;
}
.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: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 1.2;
}
.model_link
{
	font-family: 'HelveticaNeueLTProBd', 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: 152px;
	background: #751b7e;
	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: 113px;
	background: #FFFFFF;
}
.week_model_content
{
	width: calc(100% + 110px);
	padding-top: 101px;
}
.week_model_title
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 36px;
	color: #121212;
	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: 25px;
}
.model_list ul li > div:first-child
{
	width: 137px;
	color: #121212;
}
.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: #121212;
	line-height: 1.2;
}
.week_model_link a::after
{
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #121212;
	content: '';
}
.week_model_button
{
	margin-top: 48px;
}
.button
{
	width: 200px;
	height: 71px;
	background: #751b7e;
	text-align: center;
}
.button a
{
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 71px;
}
.button:hover
{
	background: #121212;
}
.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: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 1.2;
}
.contact_title span
{
	color: #751871;
}
.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: 'HelveticaNeueLTProBd', 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 #751b7e;
}
.contact_textarea
{
	height: 184px;
	padding-top: 23px;
}
.contact_input::-webkit-input-placeholder
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
}
.contact_input:-moz-placeholder
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
}
.contact_input::-moz-placeholder
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 12px !important;
	color: #a4a4a4 !important;
}
.contact_input::input-placeholder
{
	font-family: 'HelveticaNeueLTProBd', 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: 'HelveticaNeueLTProBd', 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: #121212;
}
.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: 25%;
	padding-left: 97px;
	padding-top: 58px;
	padding-right: 30px;
}
.footer_container_inner > div:last-child
{
	width: 75%;
}
.footer_logo_container
{
	display: inline-block;
}
.footer_logo_container a > div:first-child
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 36px;
	color: #121212;
	line-height: 0.75;
	margin-left: -1px;
}
.footer_logo_container a > div:first-child span
{
	color: #751b7e;
}
.footer_logo_container a > div:last-child
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 16px;
	color: #cecfd1;
	margin-top: 12px;
	line-height: 0.75;
}
.copyright
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.5;
	margin-top: 65px;
}
.footer_content
{
	padding-top: 69px;
}
.footer_col
{
	width: 25%;
}
.footer_title
{
	font-family: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 20px;
	color: #121212;
	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: 'HelveticaNeueLTProBd', sans-serif;
	font-size: 14px;
	color: #777777;
}