
@font-face {
    font-family: 'lobster-font';
    src: url('Lobster 1.4.eot');
    src: local('lobster-font'), 
         local('lobster-font'), 
         url('Lobster 1.4.ttf') format('truetype'),
         url('Lobster 1.4.svg#font') format('svg'); 
}

@font-face {
font-family: 'anastacios-font';
font-style: normal;
font-weight: normal;
src: local('HaloHandletter'), url('HaloHandletter.woff') format('woff');
}


body{
	margin:0px;
	color:white;
	font-family:'Open Sans';
	overflow:hidden;
	overflow-y:visible;
	background-color:white;
}

@media (min-width:1404px) {
	body{
		background:url(../img/fundo-site.jpg) no-repeat top center fixed; 
		background-size: cover;
	}
}


#body{
    min-height:100vh;
	width:1280px;
	overflow:hidden;
	background:url(../img/teste.jpg) bottom center;
	margin: 0px auto;
	-moz-box-shadow: 0px 0px 55px #000;
	-webkit-box-shadow: 0px 0px 55px #000;
	box-shadow: 0px 0px 55px #000;
}

h1, h2, h3, h4, h5{
	font-family:lobster-font;
	font-weight:normal;
	margin:0px;
}

h4{
font-size: 40px;
margin: 50px;
}

a img{
border:none;
}

h3{
	font-size: 60px;
	line-height: 50px;
}

h5{
	font-size:45px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align:center;
	}

.container{
	width: 1205px;
	overflow: visible;
	left: 50%;
	position: relative;
	margin-left: -600px;
}

.third{
	width:33%; 
	float:left;
}

.half{
	width:50%;
	float:left;
}

.footer{
	color:white;
}

#logo{
	display:block;
	margin:10px;
	margin-left: 30px;
}

p.mais{
font-weight:300;
font-size: 22px;
margin-top:10px;
}

.fotos{
	margin-top: 320px;
	margin-bottom: 330px;
	background:#000;
	background: rgba(0, 0, 0, 0.7);
	height: 330px;
}

.fotos-serra{
	margin-top:120px;
	margin-bottom: 80px;
	background:#000;
	background: rgba(0, 0, 0, 0.7);
	height: 330px;
}

.produto-descricao{
	background:#fff;
	background: rgba(255, 255, 255, 0.2);
	color:white;
	padding:50px;
	border: 4px dashed white;
	border-style: dashed none;
margin: 40px 0px;

margin-bottom: 100px;
}

.texto-apresentacao{
	background:#000;
	background: rgba(0, 0, 0, 0.6) !important;
}

#menu{
	width:99%;
	text-align:left;
	height:207px;
	background:url(../img/menu.png);
	padding-top:20px;
	
	z-index: 500;
	position: relative;
}

#menu li{
	float:left;
	font-family:lobster-font;
	font-size:26px;
	margin:0px 20px;
	line-height: 50px;
	list-style:none;
}

#menu li a{
	text-decoration:none;
	color:white;
}

.slider{
	width:100%;
	height:480px;
	overflow:hidden;
}

.imagem-slider {
margin-top: -300px;
}

#slide1{
margin-top: -70px;
}

#slide2{
	display:none;
margin-top: -70px;
}

.slider .button{
	background: url(../img/botao-preto.jpg);
	border-radius: 15px;
	display: block;
	border: 2px dashed white;
	text-align: center;
	font-family: anastacios-font;
	font-size: 44px;
	width:100%;
	margin: 0px;
	color:white;
	text-decoration:none;
}


#slide1 img.imagem-slider{
	z-index: 1;
    margin-left: 0px;
	
	-moz-animation-name: dropHeader;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 1.5s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 1.5s;
}

@-moz-keyframes dropHeader {
    0% {
        margin-left: 1000px;
    }
    100% {
        margin-right: 0px;
    }
}
@-webkit-keyframes dropHeader { 
    0% {
        margin-left: 1000px;
    }
    100% {
        margin-right: 0px;
    }
}

#slide2 img.imagem-slider{
	z-index: 1;
    margin-left: -120px;
	
	-moz-animation-name: dropHeader2;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 1.5s;

    -webkit-animation-name: dropHeader2;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 1.5s;
}

@-moz-keyframes dropHeader2 {
    0% {
        margin-left: 1400px;
    }
    100% {
        margin-left: -120px;
    }
}
@-webkit-keyframes dropHeader2 { 
    0% {
        margin-left: 1400px;
    }
    100% {
        margin-left: -120px;
    }
}


.fundo-left{
	position: absolute;
	left: 0px;
	top:100px;
	z-index: -2;
}

.fundo-right{
	position: absolute;
	right: 0px;
	top:760px;
	z-index: -2;
}

#blackbox{
	width:100%;
	height:269px;
	overflow:hidden;
	background:url(../img/blackbox.png);
	padding: 50px 0px;
}

.button-big{
	border-radius: 15px;
	display: block;
	border: none;
	font-family:lobster-font; 
	font-size: 62px;
	padding: 10px;
	text-align: center;
	color:white;
	text-decoration:none;
}

.button{
	background: url(../img/botao-preto.jpg);
	border-radius: 15px;
	display: inline-block;
	border: 1px dashed white;
	text-align: center;
	font-family: anastacios-font;
	font-size: 44px;
	width: 380px;
	margin: 5px;
	color: white;
	text-decoration: none; 
}

.button-red{
	background: url(../img/botao-red.jpg); 
	border-radius: 15px;
	display: inline-block;
	border: 2px dashed white;
	text-align: center;
	font-family:anastacios-font;
	font-size: 44px;
	width:380px;
	margin:5px;
	color:white; 
	text-decoration:none;
}

#mais-opcoes{
	text-align:center;
	padding:40px;
}

.footer{
	padding-bottom: 130px;
	padding-top: 130px;
	padding-top: 150px;
	font-size: 12px;
	overflow:hidden;
}

.footer li{
	list-style-type:none;
}

.footer a{
	color:white !important;
	text-decoration:none;
	}

#credits{
	position:relative;
	color:white;
	width:100%;
	text-align:center;
	font-size:11px;
	top: -15px;
}

#credits a{
	color:white !important;
	text-decoration:none;
	}

.destaque{
font-family: 'Open Sans';
font-size: 28px;
font-weight: 300;

margin-top: 80px;
}



.marquee{
	
	-moz-animation-name: marq;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 40.5s;

    -webkit-animation-name: marq;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 40.5s;
}

@-moz-keyframes marq {
    0% {
        margin-left: 0px;
    }
    100% {
       margin-left: -2510px;
    }
}
@-webkit-keyframes marq { 
    0% {
        margin-left: 0px;
    }
    100% {
       margin-left: -2510px;
    }
}

#contacto{
	width: 640px;
	height: 350px;
	padding: 40px;
	background: url(../img/fundo-papel.jpg);
	transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	margin-top: -80px; 
	float: right;
}

#contact-form{
line-height: 60px;
font-family: lobster-font;
font-size: 20px;
}

.header-photo{
background:url(../img/serra-slider.jpg);
height: 90px;
margin-top: -230px;
padding: 270px 40px;
}  

.header-photo-apresentacao{
background:url(../img/apresentacao-slider.jpg);
height: 90px;
margin-top: -230px;
padding: 270px 40px; 
margin-bottom: -410px; 
}

.fundo-foto{
background:url(../img/fundo-serra.jpg);
background-position: bottom left;
}

.fundo-foto div{
width: 680px;
padding: 30px;
background: rgba(0,0,0,.5);
}

input{
color:white;
width:520px;
border:none;
border-bottom:1px solid white;  
background:none;
font-family: anastacios-font;
font-size: 40px;
}

textarea{
font-family: anastacios-font;
font-size: 39px;
padding: 15px;
width: 100%;
height: 200px;
background: none;
border: 1px dashed white;
border-radius: 15px;
color: white;
}

ul{
padding:0px;
}

.left560{
	padding-left: 560px;
}

.right560{
	padding-right: 550px;
}

/* Minimum width of 600 pixels. */
@media screen and (max-width: 1080px) {

#body{
width:auto;
}

	#mais-opcoes{
		padding: 20px 0px;
	}
	
	.container {
		width: 95%;  
		left:auto;
		margin: auto;
	} 
	
	#menu li{
		font-size:15px;
margin: 0px 10px;
		
	}
	
	#menu{
	
		width:100%;
		}
	
	#logo img{
		
		width: 230px;
	}
	
	.imagem-slider{
		margin-top:-230px !important;
	}
	
	img.imagem-fundo{
		width:40%;
	}
	
	img.final{
		width:100%;
	}
	
	.requeijao p.mais{
		padding-right: 290px;
		font-size: 15px;
	}
	
	.requeijao .destaque{
		margin-top:0px;
	}
	
	.requeijao #top{
		margin-top: -250px !important;
	}
	
	.rodar{
		margin-bottom: 20px;
	}
	 
		
	.left560, .right560{
		padding:0px !important;
	}	
	
	#contacto{
		margin-bottom:60px;
	}
	
	.contactos .center{
		text-align:center;
	}
	
	input{
		width:80%;
	}
	
}

/* Minimum width of 600 pixels. */
@media screen and (max-width: 1170px) {

	#body{
	width:auto;
	}

	.container {
		width: 95%;  
		left:auto;
		margin: auto;
	} 
	
	#menu li{
		font-size:20px;
	}
	
	.requeijao img#top{
		width:100%;
	}
	
	p.mais{
		font-size: 16px;
		padding-right: 40%;
	}
	
	#slide1 img.imagem-slider{
		margin-left: -90px;
	}

}

/* Minimum width of 600 pixels. */
@media screen and (max-width: 1080px) {
	
	#slide1 img.imagem-slider, #slide2 img.imagem-slider{
		margin-top: -310px !important;
		margin-left: -280px;
	}
		.destaque h3{
		max-width: 70% !important;
	}
}

/* Minimum width of 600 pixels. */
@media screen and (max-width: 900px) {

	
	#slide1 img.imagem-slider, #slide2 img.imagem-slider{
		width: 1270px;
	}
}

/* Minimum width of 600 pixels. */
@media screen and (max-width: 650px) {
	
	#slide1 img.imagem-slider, #slide2 img.imagem-slider{
		width: 980px;
		margin-top: -70px !important;
	}
	
	.half{
	width:100%;
	}
	
	.button-big{
	font-size:42px;
	}
	
	.slider{
	height:530px;
	}
}