@CHARSET "ISO-8859-1";
/*FELICIA*/
html, body {
	font-family: 'Open Sans', sans-serif; /*FELICIA*/
}
#logo {
	width:30%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
}
#logo img {
	width: 100%;
}
.nav-container {
	width: 100%;
}

#navbar > ul {
/* 	width: 47%; */
	width : 31%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.search-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#language {
	margin-right: 15px;
}
.lang-icon {
	width:50px;
}

.btn-search {
	vertical-align: baseline;
}

.banner {
	color: #fff;
	background: #ed2424; /* Old browsers */
	background: -moz-linear-gradient(top, #ed2424 0%, #f74b4b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed2424), color-stop(100%,#f74b4b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ed2424 0%,#f74b4b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ed2424 0%,#f74b4b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ed2424 0%,#f74b4b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ed2424 0%,#f74b4b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2424', endColorstr='#f74b4b',GradientType=0 ); /* IE6-9 */
	margin-bottom: 40px;
	text-align:center;
	padding-top:15px;
	padding-bottom:25px;
}
.banner h1 {
	font-weight:bold;
}
#news-block {
	background-color: #dddddd;
	-webkit-box-shadow: 3px 3px 15px 1px rgba(34,34,34,0.95);
	-moz-box-shadow: 3px 3px 15px 1px rgba(34,34,34,0.95);
	box-shadow: 3px 3px 15px 1px rgba(34,34,34,0.95);
}

#welcome, #collection {
	padding-left: 20px;
}
#news {
	text-align: right;
	
}
#news-content {
	padding-left: 0;
	padding-right: 20px;
	height : 400px;
	overflow: auto;
}
#news li {
	list-style-type : none;
	border-bottom : 2px solid #ed2424;
}
#news li:last-child {
	border:none;
}

.subtitle {
	font-weight: bold;
}

#border-bottom img {
	width: 100%;
	height: 40px;
}

.facility-list li {
	list-style-type : none;
	font-size: 16px;
	margin-left: -10px;
}

.footer {
	background-color: #DDDDDD;
	padding-top: 20px;
	padding-bottom: 30px;
}
footer {
	color: #fff;
	background-color: #333333;
	padding-top: 15px;
	padding-bottom: 5px;
}

footer a, .pull-right a{
	color: #ddd;
}
footer a:hover, .pull-right a:hover{
	color: #bbb;
	text-decoration: underline;
}

a.fancy-collection img {
	box-shadow:0;
}

a.fancy-collection img:hover{
	box-shadow:1px 1px 25px #888888;
}
/* hr.style{ */
/*     border: 0; */
/*     height: 1px; */
/*     background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));  */
/*     background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));  */
/*     background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));  */
/*     background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));  */
/* } */
#collection img, .news img  {
	width:100%;
}

.collection, .news {
	margin-top:20px;
	padding-top:20px;
	margin-bottom: 20px;
}
.news .row {
	margin-bottom:10px;
}

.collection .row {
	margin-bottom: 15px;
}
.collection img{
	width: 100%;
/* 	height: 200px; */
}
#map-container {
	height: 370px;
}
#contact {
	margin-top:50px;
}

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

body {
/*   padding-bottom: 40px; */	/*FELICIA*/
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
/* .navbar-wrapper { */
/*   position: absolute; */
/*   top: 0; */
/*   right: 0; */
/*   left: 0; */
/*   z-index: 20; */
/* } */

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
/* .navbar-wrapper .navbar { */ /*FELICIA*/
/*   padding-right: 15px; */
/*   padding-left: 15px; */
/* } */
.navbar-wrapper .navbar .container {
  width: auto;
}


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

/* Carousel base class */
.carousel {
/*   height: 500px; */
/*   margin-bottom: 60px; */ /* FELICIA */
}
/* 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: 1200px; */
  background-color: #777;
}
.carousel-inner > .item > img {
/*   position: absolute; */
/*   top: 0; */
/*   left: 0; */
/*   min-width: 100%; */
/*   height: 500px; */
	width:100%;
	height:auto;
}


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

/* Center align the text within the three columns below the carousel */
.marketing { /*FELICIA*/
	margin-bottom: 40px;
}

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
/* .marketing h2 { */ /*FELICIA*/
/*   font-weight: normal; */
/* } */
.marketing .col-lg-4 p {
/*   margin-right: 10px; */ /*FELICIA*/
  margin-left: 10px;
}


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

.featurette-divider {
  margin: 80px 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: 1575px) {
/* 	#navbar > ul { */
/* 		width: 60%; */
/* 		margin-left:auto; */
/* 		margin-right:auto; */
/* 	} */
}

@media (max-width: 768px) { /* FELICIA */
	#logo {
		width:80%;
	}
	#navbar > ul {
		width: 100%;
		text-align: left;
	}
	#language {
		margin-top: 10px;
	}
	#language img{
		width: 30px;
	}
	#news-block {
		margin-left: 15px;
		margin-right: 15px;
	}
	#news {
		padding-top: 5px;
	}
	#welcome, #collection {
		padding-left: 0;
	}
}

/* @media (max-width: 500px) { */
/* 	body { */
/* 		width:500px; */
/* 	} */
/* } */

@media (min-width: 768px) {	
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
/*   .navbar-wrapper .container { */ /*FELICIA*/
/*     padding-right: 15px; */
/*     padding-left: 15px; */
/*   } */
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
/*   .navbar-wrapper .navbar { */ /*FELICIA*/
/*     border-radius: 4px; */
/*   } */

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
/*     margin-top: 120px; */ /*FELICIA*/
  }
}