@font-face { /* IE8 */
   font-family: "Maven Regular";
   src: url(http://www.whiterest.pt/uploads/maven/maven_pro_regular-webfont.ttf);
}

@font-face {
   font-family: "Maven Regular";
   src: url(http://www.whiterest.pt/uploads/maven/maven_pro_regular-webfont.ttf) format("truetype");
}

@font-face {
   font-family: "Maven Bold";
   src: url(http://www.whiterest.pt/uploads/maven/maven_pro_bold-webfont.ttf) format("truetype");
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    /*font-size: 1em;
    line-height: 1.4;*/
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
body, html {
	/*height: 100%;
	min-height: 100%;
	background-color: #000000;*/
}
body {
  font-size: 1em;
    line-height: 1.4;
    font-family: Maven Regular;	
}
.no-js {
	padding-top: 106px;
}
h2 {
	margin-top: 0;
}

section {
	min-width: 960px;
	/*opacity: 0;*/
}
.loaded section,
.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
main {
	overflow-x: hidden;
position: absolute;
top: 0px;
left: 0px;
}

.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.hsContent{
width:850px;
margin: auto;
margin-top: 54px;
}

.hsContainer {
	width: 100%;
	height: 100%;
        min-height:800px;
	overflow: hidden;
	position: relative;
}


.hsContent h1{padding-left: 20px; font-weight:normal;}  
	.hsContent h2  {
		color: #fff8de;
		padding: 20px 20px;
		font-size: 18px;
		line-height: 38px;
		margin-bottom: 12px;
                font-weight:normal;
	}
	.hsContent p {
		width: 400px;
		color: #b2b2b2;
	}
	.hsContent a {
		color: #b2b2b2;
	}

/* Slide 1 */
#slide-1 .bcg {background-image:url('../../img/foto_rest.jpg');height: 140px;}
#slide-1 .hsContent {
	
	top: 20px;
}

/* Slide 2 */
#slide-2 .bcg {background-color: white;min-height: 730px;}
#slide-2 .hsContent {
	/*margin-left: -450px;*/
	bottom: 200px;
	margin-left: 30px;
}

/* Slide 3 */
#slide-3 .bcg {background-color:white;height: 910px;}
#slide-3 .hsContent {
	/*margin-left: -239px;*/
}
	#slide-3 h2 {
		color: #f2ead6;
	}

/* Slide 4 */
#slide-4 .bcg {background-color: rgb(204, 204, 204);height: 140px;}
#slide-4 .hsContent {
	/*margin-left: -450px;*/
}
	#slide-4 h2 {
		
	}
	
/* Slide 5 */
#slide-5 .bcg {background-image:url('../../img/atividades.jpg')}
#slide-5 .hsContent {
	/*margin-left: -450px;*/
}
	#slide-5 h2 {
		
	}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h1 {
         font-weight:normal !important;
    }
    h2,
    h3 {
        page-break-after: avoid;
        font-weight:normal !important;
    }
}

/* Nav
*****************************************************************/

nav#primary {
	z-index: 5;
	position: fixed;
	top: 50%;
	right: 16px;
	margin-top: -170px;
}
nav#primary li {
	position: relative;
	height: 60px;
}
nav#primary a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -50px;
	/*background: transparent url('../../img/nav-dot.png') 4px 4px no-repeat;*/
}


nav#primary a.manned-flight{
background-image: url('../../img/home2.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
position:relative;
z-index:50; 
}

nav#primary a.manned-flight:hover  {
background-image: url('../../img/home.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
}

nav#primary a.manned-flight.active  {
background-image: url('../../img/home.png');
}


nav#primary a.frameless-parachute{
background-image: url('../../img/quem_somos2.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
position:relative;
z-index:50; 
}

nav#primary a.frameless-parachute:hover  {
background-image: url('../../img/quem_somos.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
}

nav#primary a.frameless-parachute.active  {
background-image: url('../../img/quem_somos.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
}




nav#primary a.english-channel{
background-image: url('../../img/terapeutica2.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
position:relative;
z-index:50; 
}

nav#primary a.english-channel:hover  {
background-image: url('../../img/terapeutica.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
}

nav#primary a.english-channel.active  {
background-image: url('../../img/terapeutica.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
}



nav#primary a.about{
background-image: url('../../img/actividades2.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
position:relative;
z-index:50; 
}

nav#primary a.about:hover  {
background-image: url('../../img/actividades.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
}

nav#primary a.about.active  {
background-image: url('../../img/actividades.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
}




nav#primary a.five{
background-image: url('../../img/parcerias2.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
margin-right: 20px;
position:relative;
z-index:50; 
}

nav#primary a.five:hover  {
background-image: url('../../img/parcerias.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
}

nav#primary a.five.active  {
background-image: url('../../img/parcerias.png');
background-size: 50px 50px;
width: 50px;
height: 50px;
}


nav#primary h3 {
	position: absolute;
right: 79px;
top: -4px;
display: none;
padding: 4px 20px 4px 7px;
color: #fff;
white-space: nowrap;
/* background: transparent url('../../img/nav-arrow.png') 100% 50% no-repeat; */
background-color: #6CBCB2;
	}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 15px;
		height: 11px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../../img/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('../../img/scroll-arrow-up.png') 0 -11px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../../img/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../../img/scroll-arrow-down.png') -1px -11px no-repeat;
			}

nav#primary ul {
list-style: none;
}



#title_pages{
font-family: Maven Regular;
font-size: 44px;
padding-top: 34px;
padding-left: 33px;
padding-bottom: 14px;
color:black;
}


#content_pages{
margin-left: 78px;
margin-right: 70px;
font-family: Maven Regular;
font-size: 16px;
margin-top: 36px;
padding-bottom: 52px;
}

.contactform label{
display: block;
float: left;
width: 150px;
font-family: Maven Regular;
color:rgb(48, 77, 150);}

.contactform input{
width: 74%;
padding-left: 4px;
padding-right: 4px;
padding-top: 12px;
/* padding-bottom: 12px; */
margin-bottom: 20px;
background: #ECECEC;
/* color: #808080; */
/* font-family: 'arial'; */
/* font-size: 12px; */
margin-right: auto;
margin-left: auto;
border-radius: 6px;
}

#menu_whiterest{

}

#menu_whiterest ul{
list-style: none;
}

#menu_whiterest ul li {
float: left;
margin-right: 20px;
}

#menu_whiterest ul li a{
font-size: 30px;
text-transform: uppercase;
text-decoration: none;
font-family:Ruda Regular;
font-weight: bold;
}


.menu_active{
border-top: 2px solid #ca2f3b;
border-bottom: 2px solid #ca2f3b;
}

#div_menu{
height: 150px;
margin-top: -247px;
position: relative;
width: 820px;
background-color: red;
margin-right: -1045px;
}

#titulo_home_1{
text-transform: uppercase;
color: #515151;
font-size: 37px;
font-family: Ruda Regular;
font-weight: bold;
margin-top: -80px;
}

#sub_titulo_home_1{
color: #ca2f3b;
font-size: 22px;
margin-bottom: 20px;
font-family: georgia;
font-weight: bold;
font-style: italic;
}


#linhas_titulos_2{
background-color: #515151;
width: 337px;
height: 2px;
border-radius: 235px;
float: left;
}

#titulo_2_home{
font-weight: bold;
font-size: 25px;
color: #515151;
margin-top: -20px;
margin-left: 20px;
margin-right: 20px;
float:left;
margin-bottom:40px;
text-transform: uppercase;
}

.NewsSummaryLink{
text-transform: uppercase;
/* color: red; */
margin-top: -40px;
background-color: rgba(100, 100, 100, 0.82);
width: 257px;
position: relative;
height: 40px;
}


.NewsSummarySummary {
width: 257px;
margin-top: 10px;
margin-bottom: 30px;
}

.NewsSummary {
margin-right: 35PX;
}

.NewsSummaryLink a {
text-decoration: none;
color: white;
font-size: 18px;
margin-top: 55px;
}

.NewsSummaryField img{
width: 257px;
}

#seta_eventos img {
width: 580px;
}



#linha_primeiro_1{
background-color: #ACACAC;
width: 220px;
height: 2px;
border-radius: 235px;
margin-top: 13px;
margin-bottom: 10px;}

#linha_primeiro_2{
background-color: #ACACAC;
width: 124px;
height: 2px;
border-radius: 235px;
float: left;
margin-top: 13px;
margin-bottom: 10px;
margin-right: 11px;}

#linha_primeiro_3{
background-color: #ACACAC;
width: 220px;
height: 2px;
border-radius: 235px;
/* float: left; */
margin-top: 13px;
margin-bottom: 10px;}

#nome_cartao{
font-size: 26px;
margin-left: 103px;
text-transform: uppercase;
color: rgb(97, 97, 97);
font-weight: lighter;
}


#nome_domicilio{
font-size: 26px;
margin-left: 86px;
text-transform: uppercase;
color: rgb(97, 97, 97);
font-weight: lighter;
width: 190px;
}

#nome_reservas{
font-size: 26px;
margin-left: 86px;
text-transform: uppercase;
color: rgb(97, 97, 97);
font-weight: lighter;
}



#linhas_titulos{
background-color: #515151;
width: 200px;
height: 2px;
border-radius: 235px;
float: left;
}

#titulo_3_home{
font-weight: bold;
font-size: 25px;
color: black;
margin-top: -20px;
margin-left: 20px;
margin-right: 20px;
float: left;
margin-bottom: 40px;
font-family: georgia;
font-weight: bold;
font-style: italic;
}

#testemunho_1, #testemunho_2{
background-color: white;
width: 230px;
padding: 15px;
float: left;
margin-right: 25px;
height: 250px;
}


#testemunho_3{
background-color: white;
width: 230px;
padding: 15px;
float: left;
height: 250px;
}

#nomes_pessoas_testemunhos{
margin-top: 20px;
float: right;
font-style: italic;
font-weight: bold;
font-family: georgia;
}


.menu_footer a {
color: rgb(105, 105, 105);
font-family: Maven regular;
text-decoration: inherit;
font-size: 13px;
text-transform: uppercase;
}

#localizacao_footer{
width: 400px;
font-size: 15px;
float: left;
height: 110px;
margin-left: 40px;
}

#horario_footer{
height: 110px;
width: 307px;
float: left;
margin-left: -50px;
}

#texto_localizacao_footer, #texto_siga_footer, #horario_footer{
font-weight: bold;
font-size: 21px;
}

.texto_footer_horario{
font-size: 13px;
font-weight: normal;
}

#siga_footer{
width: 205px;
float: left;
height: 110px;
padding-left: 60px;
}


#direitos_reservas{
font-size: 8px;
color: white;
font-weight: lighter;
float: right;
}

#ref_direitos{
font-size: 8px;
color: black;
}

.menu_footer{
background-color: rgb(122, 122, 122);
width: 100%;
height: 156px;
margin-top: 250px;
}


#tabela_noticias_template_3{
margin-bottom:30px;
}

#titulo_paginas{
font-size: 23px;
margin-bottom: 30px;
color: #7C7C7C;
text-transform: uppercase;
font-family: Ruda Regular;
font-weight: bold;
width: 318px;
}

#titulo_paginas a{
border-top: 2px solid #7C7C7C;
border-bottom: 2px solid #7C7C7C;
}


#texto_carta {
width: 630px;
/* margin: 0 auto; */
margin-left: 373px;
}


.titulos_servicos {
/* padding: 10px; */
/* color: rgb(194,194,194); */
color: rgb(165, 135, 42);
/* margin-bottom: 20px; */
margin-top: 10px;
cursor: pointer;
font-size: 18px;
margin-right: 40px;
font-family: Maven Regular;
text-transform: uppercase;
color: white;
background-color: rgba(119, 119, 119, 0.48);
width: 566px;
padding-left: 17px;
margin-left: 9px;
height: 30px;
padding-top: 4px;
}

.conteudo_servivos {
display: none;
margin-bottom: 20px;
margin-bottom: 20px;
margin-top: 12px;
padding-left: 9px;
margin-left: 9px;
width: 567px;
}

.conteudo_servivos.manutencao {
display: none;
}

.conteudo_servivos {
display: none;
margin-bottom: 20px;
margin-bottom: 20px;
margin-top: 12px;
padding-left: 9px;
margin-left: 9px;
width: 567px;
}

#menu_whiterest_2{
margin-left: 1053px;
width: 840px;
}

#menu_whiterest_2 ul{
list-style: none;
}

#menu_whiterest_2 ul li {
float: left;
margin-right: 30px;
}



#menu_whiterest_2 ul li a{
font-size: 18px;
text-transform: uppercase;
text-decoration: none;
color: #b2b2b2;
font-family:Ruda Regular;
font-weight: bold;
}


.gallery .img{
margin: 8px;
float: left;
}

.bold{
font-weight: bold;
}

.fbsubmit {
margin-left: -10px;
margin-top: 30px;
width: 80px;
height: 30px;
background-color: #A2A2A2;
color: #ca2f3b;
/* border-bottom: #A2A2A2; */
border: #A2A2A2;
font-weight: bold;
}

/* Stylesheet: css_template_tablets_2 Modified On 2014-09-16 12:31:57 */
