/*
Theme Name: MoschianoTheme
Author: Rocketdev
Author URI: http://www.rocketdev.space
Author hi@rocketdev.space
Version: 1.0
*/
@font-face {
  font-family: 'DidotRegular';
  src: url('../fonts/DidotRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DidotBold';
  src: url('../fonts/DidotBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html{

}
body{
	overflow-x: hidden;
	margin: 0;
	-webkit-font-smoothing: antialiased;

}
html,body{
    position: relative;
    height: 100%;
}
.container-wide{
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
header{
	position: relative;
	height: 100.07vh;
	overflow: hidden;
	z-index: 10;
	/*
	height: 100vh;
	background-color: #D8D1D7;
	background: url(../img/hero-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    */
}
header img.hero{
	min-width: 100%;
	min-height: 100vh;
	position: absolute;
	left: 0;
}
#navbar{
	position: absolute;
	float: left;
	width: 100%;
	padding-top: 15px;
	top: 0px;
	z-index: 999;
	transition: top 0.7s ease-in-out;
}
.logo-header{
	float: left;
}
.nav ul{
	padding-left: 0px;
	float: right;
	margin-top: 10px;
    margin-bottom: 10px;
}
.nav ul li{
	display: inline-block;
	list-style-type: none;
	margin-right: 10px;
}
.nav ul li a{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 10px;
	color: #000000;
	letter-spacing: 4.59px;
	padding: 5px;
	text-transform: uppercase;
	display: inline-block;

}
.nav ul li a.active{
	font-weight: 700;
}
.nav ul li a img{
	margin-right: 6px;
	display: inline-block;
	position: relative;
	top: 4px;
}
.menu-rs-content{
	display: none;
	float: left;
	width: 100%;
	position: relative;
	padding-top: 25px;
}
.info-header{
	position: absolute;
	height: 100%;
	width: 47%;
	left: 53%;
	padding-top: 17%;
	z-index: 1;
}
.title-orn{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 11px;
	color: #000000;
	letter-spacing: 5.01px;
	text-transform: uppercase;
	padding-left: 55px;
	position: relative;
	margin-top: 0px;
}
.title-orn:before {
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #000;
}
.info-header .title-orn{
	margin-bottom: 40px;
}
.title-moschiano{
	margin-top: 0px;
	font-family: 'DidotRegular';
	font-weight: 400;
	font-size: 68px;
	line-height: 63px;
	color: #000000;
	letter-spacing: 0px;
	margin-bottom: 0px;
	display: block;
	float: left;
	width: 100%;
}
.ftitle{

}
.stitle{
	padding-left: 48px;
	display: inline-block;
	margin-right: 15px;
	width: auto;
}
.year{
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 15px;
	color: #999999;
	letter-spacing: 6.5px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
    float: left;
    line-height: 80px;
}
.link-orn{
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	font-family: 'DidotBold';
	font-size: 20px;
	color: #000000;
	letter-spacing: 0px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.link-orn:after{
	position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    display: block;
    width: 150px;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.info-header .link-orn{
	margin-left: 120px;
}
.link-orn:hover{
	padding-left: 15px;
}
.link-orn:hover:after{
	left: 35px;
}
.block-discover{
	padding-top: 60px;
	float: left;
	width: 100%;
	position: relative;
}
.logo-menu{
	display: none;
}
.menu-rs{
	display: none;
	float: right;
	cursor: pointer;
	margin-top: 20px;
}
.colnopadding{
	padding-left: 0px;
	padding-right: 0px;
}
#coture{
	padding-top: 0px;
	padding-bottom: 0px;
}
.col-coture{
	display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 0px;
}
.imgcoture{
	text-align: right;
	padding-right: 0px;
	z-index: 1;
}
.coturetext h1{
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: 'DidotRegular';
    font-weight: 400;
	font-size: 52px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 50px;
}
.coturetext h1:nth-child(2) {
    padding-left: 55px;
}
.p-orn{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 11px;
	color: #000000;
	letter-spacing: 5.01px;
	text-transform: uppercase;
	padding-left: 55px;
	position: relative;
	margin-top: 0px;
}
.p-orn:before {
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #000;
}
.coturetext p{
	margin-top: 20px;
}
.container-glam{
	text-align: center;
	z-index: 1;
}
#glam{
	position: relative;
	z-index: -1;
}
.glam-home{
	max-width: 100%;
	display: inline-block;
	z-index: 1;
}
.row-coture{
	width: 100%;
}
#meet{
	background-color: #000;
	padding-top: 90px;
	padding-bottom: 140px;
	color: #fff;
	z-index: 10 !important;
}
.col-meet-text .p-orn{
	color: #fff;
	margin-bottom: 40px;
}
.col-meet-text .p-orn:before{
	background-color: #fff;
}
.col-meet-img img{
	position: absolute;
	margin-top: 50px;
}
.col-meet-text h1{
	font-family: 'DidotRegular';
    font-weight: 400;
	font-size: 62px;
	color: #FFFFFF;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 55px;
	margin-left: 50px;
}
.col-meet-text h1:nth-child(3) {
    padding-left: 55px;
}
#meet .link-orn{
	color: #fff;
	margin-left: 55px;
}
#meet .link-orn:after{
	background-color: #fff;
}
.col-meet-text .meet-descrp{
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 140px;
	max-width: 252px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 14px;
	color: rgba(255,255,255,0.60);
	letter-spacing: 0px;
	line-height: 27px;
}
#fashion{
	padding-top: 160px;
	padding-bottom: 230px;
	position: relative;
}
.col-fashion{
	display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.logo-aruba{
}
.logo-aruba img{
	max-width: 190px;
}
.img-aruba img{
	max-width: 100%;
}
.logo-aruba .anio{
	text-align: right;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 18px;
	color: #999999;
	letter-spacing: 8.5px;
	width: 190px;
}
.logo-aruba .block-discover{
	padding-top: 30px;
}
#instagram{
	padding-top: 130px;
	padding-bottom: 110px;
	background-color: #F9F9F9;
}
.col-igfeed{
	text-align: center;
}
.col-igfeed h1{
	font-family: 'DidotRegular';
    font-weight: 400;
	font-size: 42px;
	color: #000000;
	letter-spacing: 0px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
}
.col-igfeed h1::before{
	display: inline-block;
	content: "";
	position: absolute;
	top: -235px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 210px;
	width: 1px;
	background-color: rgba(0,0,0,0.5);
}
.col-igfeed h2{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 11px;
	color: #989898;
	letter-spacing: 5.43px;
	margin-top: 0px;
	margin-bottom: 30px;
}

#instafeed{
	padding-top: 10px;
}
#instafeed img{
	width: 100%;
}

.col-igfeed{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
footer{
	background-color: #fff;
	padding-top: 120px;
	padding-bottom: 25px;
}
.col-footer-right{
	text-align: right;
}
.menu-footer{
	float: right;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sn-footer{
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	padding-left: 45px;
}
.sn-footer li{
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
}
.sn-footer li:last-child{
	margin-right: 0px;
}
.sn-footer li a{
	font-size: 16px;
	color: #989898;
	letter-spacing: 7.4px;
}
.sn-footer li a:hover, .sn-footer li a:focus{
	text-decoration: none;
	color: #000;
	outline: none;
}
.sn-footer li a img{
	top: 2px;
    position: relative;
}
.menu-footer li{
	display: inline-block;
	list-style-type: none;
	margin-right: 15px;
}
.menu-footer li a{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 10px;
	color: #989898;
	letter-spacing: 4.18px;
	float: left;
}
.menu-footer li a:hover, .menu-footer li a:focus{
	text-decoration: none;
	color: #000;
	outline: none;
}
.divider-footer{
	width: 100%;
	float: left;
	position: relative;
	border-bottom: solid 1px #E6E6E6;
	margin-top: 40px;
	margin-bottom: 30px;
}
.col-rights p{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 11px;
	color: #989898;
	letter-spacing: 0.5px;
}
.row-meet{
	display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.col-footer-logo img{
	max-width: 160px;
}
#navbar.fixed{
	position: fixed;
	width: 50.4%;
	right: 0px;
	background-color: #fff;
}
#navbar.fixed .container{
	width: auto;
}
#navbar.fixed .logo-header{
	display: none;
	transition: 0.7s ease-in-out;
	opacity: 0;
}
#navbar.fixed .nav ul{
	float: left;
	padding-left: 29px;
    margin-top: 8px;
    margin-bottom: 22px;
}
.hamburger{
	cursor: pointer;
	float: right;
}
.nav-up {
    top: -76px !important;
}
.nav-down{
	top: 0px !important;
}
.overflowPosition{
	overflow: hidden;
}