/* CSS Document */

/***********************************************************************************************/
/************************************************* MOBILE **/	

.jumbotron{
	background-color:transparent;
	padding-top:0px;
	padding-bottom:0px;}
	
.peca{
	margin-top:25px;}

.background{
	height: 250px;
	 background-image:url(../images/background_01.jpg);
  background-repeat:no-repeat;
  background-position: top center;
	}
.navbar{
	height:100px;
	background-color:#fff;}


.myLogo{
	/*width:280px;*/
	/*padding-left:45px;*/
	}
	
ul{
	padding-left:0px;}	


	
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 230px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 230px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 980px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
h1{
	text-align:center;}
	
/* MAP */
.map-responsive{
  
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}	
	













/***********************************************************************************************/
/************************************************* DESKTOP **/	
/* styles for browsers larger than 768px; */
@media only screen and (min-width:768px){


.jumbotron{
	background-color:transparent;}
	
.peca{
	margin-top:25px;}

.background{
  height: 500px;
  background-image:url(../images/background_01.jpg);
  background-repeat:no-repeat;
  background-position: top center;
	}
.navbar{
	height:80px;
	background-color:#fff;
	}	
	
.myLogo{
	width:280px;
	padding-left:0px;
	}
.titulo{
	margin-top:190px;
	margin-left:241px;
	height:200px;
	background-image:url(../images/seta_titulo.png);
	background-position:320px 65px;
	background-repeat:no-repeat;}
	
.titulo-en{
	margin-top:190px;
	margin-left:241px;
	height:200px;
	background-image:url(../images/seta_titulo.png);
	background-position:160px 125px;
	background-repeat:no-repeat;}
	
.titulo-de{
	margin-top:190px;
	margin-left:241px;
	height:200px;
	background-image:url(../images/seta_titulo.png);
	background-position:400px 70px;
	background-repeat:no-repeat;}
	
.navbar-brand{
	padding:0;
	margin:0;
	}

.active-lang{
	background-image:url(../images/active_lang.gif);
	background-repeat:no-repeat;
	background-position: 1px 22px;}	
	
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover	{
	background-color:#FFF;
	}
	
/**** anchors **/
 #empresa, #produtos, #contactos{
  display: block; 
  position: relative; 
  top: -90px; 
  visibility: hidden; 	}
	
	
	
	
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 480px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 480px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 980px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
h1{
	text-align:center;}
	
/* MAP */
.map-responsive{
  
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}	
	
	

	

}




@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}s