html, body {
	height: 100%;
}
body {
	padding: 0 0 0 0;
	font-family: Arial, Gotham, "Helvetica Neue", sans-serif;
	background-color: #f7f6f4;
	font-size:16px;
	letter-spacing:1px;
	color: white;	
}
a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: white;
	text-decoration: none;
}
.gold {
	color: #f4c255;
}
.content {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+10,000000+90,000000+100&0.8+0,0+10,0+90,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
.home {
  background-image: url("../images/MEDITERRA-home-biscotti-1600x1200_noshadow.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
}

/*--- HEADER ---*/
.header-sticky {
    background-color: transparent;
    top: 0;
    position: fixed;
    width: 100%;
	padding:15px 30px;
	padding-right:70px;
	color:white;
}
.header-sticky li {
	list-style:none;
}
.header-left {
	float:left;
}
.header-left span {
	vertical-align:middle;
}
.header-right {
	float:right;
}
.fb a, .instagram a {
	display:block;
	width: 24px;
	height: 24px;
}
.fb {
	background: rgba(0, 0, 0, 0) url(../images/FB-icon-24.png) no-repeat scroll center;
}
.instagram {
	background: rgba(0, 0, 0, 0) url(../images/Instagram-icon-24.png) no-repeat scroll center;
}
@media only screen and (max-width: 640px) {
.header-left .gold {
	display:none;
}
.header-left span {
	display:block;
}
.header-sticky { 
    position: static;
}
.header-left, .header-right  {
	float:none;
	text-align:center;
	text-shadow: 0 0 10px #000000,0 0 10px #000000,0 0 10px #000000;
}
}


/*--- Middle ---*/
.container {
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.logo-home{
    color: #fff;
    display: block;
    float: none;
    font-size: 24px;
    max-width: 460px;
    margin: auto;
}
.logo-home-text {
	font-size:20px;
	font-weight:700;
	margin:10px 0;
	letter-spacing:3.75px;
	text-shadow: 0 0 10px #000000,0 0 10px #000000,0 0 10px #000000;
}
.logo-home img{
    max-width:100%;
	height:auto;
}



/*--- FOOTER ---*/
.footer-sticky {
    background-color: transparent;
    bottom: 0;
    position: fixed;
    width: 100%;
	padding:15px 30px;
	color:white;
	z-index:0;
}
.footer-left {
	float:left;
}
.footer-right {
	float:right;
}
@media only screen and (max-width: 640px) {
.footer-sticky { 
    position: static;
}
.footer-left, .footer-right  {
	float:none;
	text-align:center;
	text-shadow: 0 0 10px #000000,0 0 10px #000000,0 0 10px #000000;
}
}

.menu-open {
	position:fixed;
	top:12px;
	right:20px;
}
.menu-open:hover {
	cursor:pointer;
}
.menu-icon {
    width: 35px;
    height: 2px;
    background-color: white;
    margin: 6px 0;
}

 /* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
} 


/* --- FULL SCREEN FADE-IN --- */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.item:nth-child(5) {
    background: url(../images/image001.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(6) {
    background: url(../images/MEDITERRA-home-crescentrolls-1600x1200_noshadow.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(1) {
    background: url(../images/image005.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(2) {
    background: url(../images/image002.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(3) {
    background: url(../images/image003.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(4) {
    background: url(../images/image004.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel {
    z-index: -99;
}
.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
}