/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  font-size:16px;
  overflow-x:hidden;
  padding-bottom: 0px;
  color: #5a5a5a;
 background:  url("../images/header.gif") ;
 background-repeat:repeat-x;
}
#logo {
font-family:Palatino Linotype;
font-weight:bold;
color:#3366FF;
text-align:center;
font-size:36px;
margin-top:10px;
margin-bottom:10px;
}
#addr {
	color:black;
}
#map {
	height:620px;
	width:800px;
}
.inline-block{
	display:inline-block;
}
.forma {
margin-top:0px;
margin-bottom:40px;
font-family:century gothic;
}
.navbar-nav>li {
padding:8px;
}
.navbar-nav>li>a {
display:inline;
}
/*
@font-face { font-family: PFE; src: url('../fonts/PFEphemera-Regular.otf'); } 
@font-face { font-family: PFE; font-weight: bold; src: url('../fonts/PFEphemera-Bold.otf');}
@font-face { font-family: PFE; font-weight: bold; font-style: italic; src: url('../fonts/PFEphemera-BoldItalic.otf');}
@font-face { font-family: PFE; font-style: italic; src: url('../fonts/PFEphemera-Italic.otf');}
*/
.address{
 /* position:absolute;
  top : 40px;
  left : 15%;
  padding-left:0px;  */
  color : #777 ;
  font-family:century sans-serif;
}
.tel{
text-align:right;
}
/*
.navbar-toggle {
border:none;
}
.navbar-toggle>.nav>li>a {
padding-left: 8px;
padding-right: 8px;
margin:0;
display:inline;
}
.navbar-toggle>.nav>li{
padding: 5px;
margin:0;
display:block;
}*/
.shadow{
box-shadow:3px 3px 6px #b0c0d0;
border-radius: 3px;
}

.socialmedia{
margin-right:10px;
}

.lang{
position:relative;
padding:2px;
top:0;
right:0;
}
 .footer>.container{
 border: 2px solid #DDD;
 border-radius:5px;
}
.footer{
/* 
 background:  url("../img/FOOTER.jpg") ;
 background-repeat:repeat;
 background-color:#b9c0d2;*/
 position: relative;
 left: 0;
 min-width: 100%;
 z-index: 1 ;
 height:auto;
 
}
.header-logo {
  padding:0;
  margin: 0;
  position: relative; 
  z-index: 15;
  background-color:transparent;
}
.header-wrapper {
  padding: 5px;
  height:100%;
  margin: 0;
  width: 100%;
  position: relative; 
}

/* CUSTOMIZE THE NAVBAR 
-------------------------------------------------- */
/*.navbar-static-top{
width: calc(100% - 100px);
width: 100%;
border: none;
}*/
.navbar-static-top{
width: 100%;
border: none;
background: rgba(100, 100, 100, 0.8);
border-color: #5a5a5a;
border-radius:10px;
font-family: century;
font-weight:bold;
}
.nav>li>a {
padding-left: 8px;
padding-right: 8px;
/*margin:0;*/
color:#eee !important;
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
 /* margin:0 !important;*/
  top: 0px;
  right: auto;
  left: auto;
  z-index: 20;
  float:right;
  width: 100%;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right:0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-left: 10px;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 530px;
  width: 800px;
  margin-left:auto;
  margin-right:auto;
}
.carousel-inner {
  background-color:white;
  overflow:visible;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 530px;
  width: 800px;
  background-color: white;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100px;
  height: 530px;
  max-width: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.main {
  margin-bottom: 20px;
  text-align: right;
}

.main li {
  text-align:center;
  margin-top:20px;
list-style:none;
}

.main p {
text-align:center;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */

}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 767px) {
.navbar-wrapper .navbar {
	max-width:none;
}
.navbar-wrapper {
	width:auto;
}
#map {
	height:400px;
	width:600px;
}
}

@media (max-width: 599px) {
#map {
	height:300px;
	width:400px;
}
}

@media (max-width: 399px) {
#map {
	height:200px;
	width:300px;
}
}

@media (min-width: 768px) {
#addr {
	font-size:15pt;
}
  .navbar-wrapper .container {
    /*padding-right: 10px;
    padding-left: 10px;*/
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display:none;
  }
  .navbar-nav {
	margin: 6px 0px;
  }
}

@media (min-width: 916px) {
#logo {
	font-size:36pt;
}
}
