@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	border:none;
	text-decoration:none;
}

body, html{
	height:100%;
	font-size:14px;
	color:#FFF;
	text-align:justify;
	font-family: 'ABeeZee', sans-serif;
}

div.bg
{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	z-index:-1;
}

div#background1{
	background-image:url(../img/estrutura/01.jpg);
}

div#background2{
	background-image:url(../img/estrutura/02.jpg);
}

div#background3{
	background-image:url(../img/estrutura/03.jpg);
}

div#background4{
	background-image:url(../img/estrutura/04.jpg);
}

#main_menu{
	position:fixed;
	width:80px;
	text-align:center;
	font-size:15px;
	z-index:10;
	padding-left:10px;
	margin-top:40px;
}

#main_menu span{
	width:75px;
	height:75px;
	display:block;
	line-height:75px;
	background-color:#999;
	color:#FFF;
	border-radius: 50%;
	margin:10px 0px 0px 0px;
}

#main_menu span:hover{
	background-color:#666;
	cursor:pointer;
}

#main_page{
	width:100%;
	height:100%;
}

#main_page img{
	position:absolute;
	top:50%;
	left:50%;
	margin:0px 0px 0px -125px;
}

#about, #galery, #galery_lookbook, #galery_colecao, #contact, #map{
	position:relative;
	display:none;
	width:100%;
	height:100%;
	background-size:contain;
}

div.text{
	width:60%;
	padding:50px 0px 0px 20px;
	margin-left:120px;
	text-align:left;
}

h1{
	font-size:36px;
	color:#333;
	margin-bottom:30px;
}

p{
	display:block;
	padding:20px;
	background:rgba(51,51,51,0.8);
	font-size:18px;
	font-weight:normal;
	
}

#galery_colecao{
	background:rgba(51,51,51,0.8);
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

#galery_colecao img{
	margin:0px 15px 15px 0px;
	width:200px;
	height:200px;
}

.galery_conent{
	position:relative;
	padding:50px 0px 0px 20px;
	margin-left:120px;
	text-align:left;
	z-index:5;
}

#galery_lookbook{
	background:rgba(51,51,51,0.8);
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

#galery_lookbook img{
	margin:0px 15px 15px 0px;
	width:200px;
	height:200px;
}

#contact{
	position:relative;
	width:500px;
}

#form{
	position:relative;
	width:300px;
	padding:20px;
	background:rgba(51,51,51,0.8);
}

label, input, textarea{
	display:block;
	width:280px;
	font-size:14px;
}

label{
	color:#FFF;
}

input{
	margin-bottom:15px;
	background-color:#999;
	padding:10px;
	color:#FFF;
}

textarea{
	height:150px;
	background-color:#999;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
}

.submit{
	width:100px;
	background-color:#333;
	color:#FFF;
	margin-top:15px;
	padding:5px;
}

#map{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#666;
	opacity: 0.7;
    filter: alpha(opacity=70);
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

@media (min-width: 1500px) {

body, html{
	height:100%;
}

div.text{
	width:30%;
}

#main_page img{
	position:absolute;
	width:500px;
	height:176px;
	top:50%;
	left:50%;
	margin:0px 0px 0px -250px;
}

p{
	font-size:14px;
	
}

#galery_lookbook img{
	width:250px;
	height:250px;
}

#galery_colecao img{
	width:250px;
	height:250px;
}

div#background1{
	background-image:url(../img/estrutura/01.jpg);
}

div#background2{
	background-image:url(../img/estrutura/02.jpg);
}

div#background3{
	background-image:url(../img/estrutura/03.jpg);
}

div#background4{
	background-image:url(../img/estrutura/04.jpg);
}

}