@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans');

/* --------------------------------------------CONTAINER */

.container {
    width: 100%;
	height: 100%;
    margin: 0;
}


body {
	width: 100%;
	margin-left:auto; 
    margin-right: auto; 
	margin-top:0;
	line-height: 120%;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-size: 100%;
	font-weight: normal;
	background-color: #333; 
	height: 100%;
	color: #000000;	
}

@media only screen and (max-width: 1440px) {
    body {
	font-size: 95%;
	}	
}

@media only screen and (max-width: 1100px) {
    body {
	font-size: 90%;
	}	
}	

@media only screen and (max-width: 800px) {
    body {
	font-size: 130%;
	}	
}



/* --------------------------------------------HEADER */

.header {
    width: 100%;
	height: auto;
}


/* --------------------------------------------LOGO */

.logo {
    position: absolute;
	display: block;
	width: 14%;
	height: auto;
    float: left;
    left: 1%;
    top: .5%;
	z-index: 3000;
}


@media only screen and (max-width: 900px) {
    .logo {
	display:none;
	}	
}

.logo-mobi {
    display:none;
}

@media only screen and (max-width: 900px) {
    .logo-mobi {
	display:block;
    width: 50%;
	height: auto;
    margin-left: auto;
	margin-right: auto;
	background-color: #333;
	padding: 1%;
    top: 0;
}
	}	

.logo-background {
    display: none;
	width: 100%;
    background-color: #333;
}

@media only screen and (max-width: 900px) {
    .logo-background {
    display: block;
	width: 100%;
    background-color: #333;
	}	
}



/* --------------------------------------------NAV */

#topnav {
	position: relative;
	width: 100%;
	text-align:center;
	padding:0;
	z-index: 2000;
}	


nav {
    background-color: #333;
    color: #eee;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    width:97%;
	top: 0;
	margin-top: 2%;
	padding: .5% 3% .5% 0;
	text-align: right;
    clear: both;
}

/* --------------------------------------------CONTENT */
		
#content {
	width: 100%;
	display: block;
	margin: auto;
	text-align: center;
}

@media only screen and (max-width: 1100px) {
    #content {
	padding-bottom:5%;
	}	
}

@media only screen and (max-width: 800px) {
    #content {
	padding-bottom:10%;
	}	
}

@media only screen and (max-width: 600px) {
    #content {
	padding-bottom:20%;
	}	
}




/* --------------------------------------------ROW */
div.row {
    position:absolute;
	display: block;
	width: 100%;
	top: 95%;
	padding: 0 0 0 0;
	margin: auto;
	vertical-align: top;
	z-index: -1;
}

div.row-2 {
    
	background-image:url(../images/slide-1.jpg);
	background-size: cover;
	display: block;
	width: 100%;
	min-height: 750px;
	margin-top:0;
	padding: 0;
	margin: auto;
}

@media only screen and (max-width: 1440px) {
    div.row-2 {
	background-size: cover;
	display: block;
	width: 100%;
	min-height: 600px;
	}	
}

@media only screen and (max-width: 1100px) {
    div.row-2 {
	background-size: cover;
	display: block;
	width: 100%;
	min-height: 500px;
	}	
}
@media only screen and (max-width: 800px) {
    div.row-2 {
	min-height: auto;
	}	
}



div.row-main {
    
	display: block;
	width: 100%;
	height: auto;
	margin-top:0;
	padding: 0 0 0 0;
	text-align: center;
	margin: auto;
}

div.row-main-2 {
    
	display: block;
	width: 80%;
	height: auto;
	margin-top:0;
	padding: 0 0 0 0;
	text-align: center;
	margin: auto;
}

div.row-black {
    display: block;
	margin: auto;
	width: 60%;
	background-color: #333;
	color:#e0dfdf;
	text-align: center;
	padding: 1% 20% 3% 20%;
}

@media only screen and (max-width: 1440px) {
    div.row-black {
	display: block;
	margin: auto;
	width: 80%;
	background-color: #333;
	color:#e0dfdf;
	text-align: center;
	padding: 1% 10% 3% 10%;
	}	
}

@media only screen and (max-width: 800px) {
    div.row-black {
	width: 96%;
	margin: auto;
	text-align: center;
	padding: 3% 1% 3% 1%;
	}	
}


div.row-white {
    display: block;
	margin: auto;
	width: 60%;
	background-color: #ffffff;
	color: #333;
	text-align: center;
	vertical-align: middle;
	padding: 3% 20% 3% 20%;
}

@media only screen and (max-width: 800px) {
    div.row-white {
	width: 96%;
	margin: auto;
	padding: 3% 2% 3% 2%;
	}	
}

div.row-white-events {
    display: block;
	width: 90%;
	margin: auto;
	background-color: #ffffff;
	color: #333;
	text-align: center;
	padding: 3% 5% 3% 5%;
}

@media only screen and (max-width: 800px) {
    div.row-white-events {
	width: 96%;
	margin: auto;
	padding: 3% 0 3% 0;
	}	
}

/* --------------------------------------------BOX */

div.box
{
width:30%;
height:auto;
margin-left: auto;
margin-right: auto;
display: inline-block;
text-align:center;
vertical-align: top;
font-size: 110%;
line-height: 140%;
margin-top:0;
margin:1%;
padding: 1% 0 1% 0;
}

@media only screen and (max-width: 1100px) {
    div.box {
	font-size: 140%;
	}	
}

@media only screen and (max-width: 800px) {
    div.box {
	width:80%;
		font-size: 140%;
	}	
}

div.box-1
{
width:20%;
height:auto;
margin-left: auto;
margin-right: auto;
display: inline-block;
text-align:center;
vertical-align: top;
font-size: 110%;
line-height: 140%;
margin-top:0;
margin:1%;
padding: 1% 0 1% 0;
}



@media only screen and (max-width: 800px) {
    div.box-1 {
	width:80%;
	}	
}


div.box-l
{
width:30%;
height:auto;
margin-left: auto;
margin-right: auto;
float: left;
left:2%;
display: inline-block;
text-align:center;
padding: 3% 3% 3% 3%;
}

@media only screen and (max-width: 1440px) {
    div.box-l {
	width:50%;
	padding: 3% 3% 3% 3%;
	}	
}

@media only screen and (max-width: 1100px) {
    div.box-l {
	width:40%;
	padding: 2% 3% 3% 3%;
	}	
}

@media only screen and (max-width: 800px) {
    div.box-l {
	width:99%;
	background-color: #ffffff;
	padding: 0 .5% 0 .5%;
	}	
}

div.box-r
{
position: absolute;
background-size: cover;
min-height: 100%;
width:40%;
float: right;
right: 2%;
display: inline-block;
text-align:center;
top:0;
padding: 5% 0 5% 0;
}

@media only screen and (max-width: 1440px) {
    div.box-r {
	width:50%;
	padding: 3% 0 3% 0;
	}	
}

@media only screen and (max-width: 1100px) {
    div.box-r {
	width:60%;
	padding: 2% 0 3% 0;
	}	
}

@media only screen and (max-width: 800px) {
    div.box-r {
	width:99%;
	background-color: #ffffff;
	padding: 0 .5% 0 .5%;
	}	
}


/* --------------------------------------------EVENTS */
.events {
    display: block;
	width: 100%;
	margin: auto;
	padding: 1% 0 1% 0;
	text-align: center;
}


/* --------------------------------------------IMG RI*/

img.ri {
	max-width: 100%;
	display: block;
	margin: auto;
	height:auto;
	}



img.ri-1 {
	width: 60%;
	height:auto;
	text-align: left;
	}

@media only screen and (max-width: 800px) {
    img.ri-1 {
	width: 90%;
	}	
}


img.ri-2 {
	width: 50%;
	height:auto;
	}

img.icon {
	width: 12%;
	height:auto;
	padding: 0 1% 0 1%;
	vertical-align:middle;
	}

@media only screen and (max-width: 800px) {
    img.icon {
	width: 10%;
	}	
}


iframe {
	display: block;
	width: 100%;
	min-height: 800px; 
	margin: auto;
}


video {
  width: 50%    !important;
  height: auto   !important;
}



/* --------------------------------------------H1, H2, H3, H4 */

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 220%;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	text-transform: uppercase;
    letter-spacing: 15px;
	color: #ffffff;
	padding: 25px 50px;
    border: solid 10px #ffffff;
}


@media only screen and (max-width: 1440px) {
    h1 {
	font-size: 200%;
}	

  }	
  
  
@media only screen and (max-width: 800px) {
    h1 {
	font-size: 110%;
	padding: 15px 20px;	
	letter-spacing: 8px;
}	

  }

@media only screen and (max-width: 600px) {
    h1 {
	font-size: 100%;
	padding: 10px 14px;	
	letter-spacing: 8px;
}	

  }

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 260%;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	text-transform: uppercase;
    letter-spacing: 15px;
	color: #333;
	padding: 25px 50px;
    border: solid 10px #333;
    display: inline-block;
}

  @media only screen and (max-width: 1440px) {
    h2 {
	font-size: 200%;
	letter-spacing: 13px;
	line-height: 120%;
	padding: 20px 35px;
}	

  }


  @media only screen and (max-width: 800px) {
    h2 {
	font-size: 160%;
	letter-spacing: 10px;
	line-height: 120%;
	padding: 10px 20px;
}	

  }

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 260%;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	text-transform: uppercase;
    letter-spacing: 15px;
	color: #FFFFFF;
	padding: 25px 50px;
    border: solid 10px #FFFFFF;
}

@media only screen and (max-width: 1440px) {
    h3 {
	font-size: 200%;
	letter-spacing: 13px;
	line-height: 120%;
	padding: 20px 35px;
}	

  }	

 
 @media only screen and (max-width: 800px) {
    h3 {
	font-size: 140%;
	letter-spacing: 8px;
	line-height: 110%;
	padding: 10px 15px;
	border: solid 8px #FFFFFF;
}	
	}



.hours {
	font-size: 120%;
	line-height: 140%;
	}

@media only screen and (max-width: 800px) {
    .hours {
	font-size: 80%;
	line-height: 110%;
}	
	}

.tollfree {
	font-size: 120%;
	line-height: 140%;
	color: #FF0000;
	font-style: italic; 

}

.notice {
	font-size: 160%;
	line-height: 140%;
	color: #eec315;
	font-style: italic; 

}


.food-titles {
	font-family: 'Montserrat', sans-serif;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	text-transform: uppercase;
    letter-spacing: 15px;
	color: #FFFFFF;
	padding: 15px 20px;
    border: solid 5px #FFFFFF;
    display: inline-block;
}

@media only screen and (max-width: 800px) {
    .food-titles {
	font-size: 140%;
	letter-spacing: 10px;
	line-height: 110%;
	padding: 10px 15px;
	border: solid 8px #FFFFFF;
}	
	}

@media only screen and (max-width: 600px) {
    .food-titles {
	font-size: 120%;
	letter-spacing: 5px;
	line-height: 110%;
	padding: 8px 8px;
	border: solid 6px #FFFFFF;
}	
	}

.food-titles-2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	text-transform: uppercase;
    letter-spacing: 15px;
	color: #FFFFFF;
	padding: 15px 20px;
    border: solid 5px #FFFFFF;
    display: inline-block;
}

@media only screen and (max-width: 800px) {
    .food-titles-2 {
	font-size: 140%;
	letter-spacing: 10px;
	line-height: 110%;
	color: #FFFFFF;
	padding: 10px 15px;
	border: solid 8px #FFFFFF;
}	
	}

@media only screen and (max-width: 600px) {
    .food-titles-2 {
	font-size: 110%;
	letter-spacing: 5px;
	line-height: 110%;
	color: #FFFFFF;
	padding: 4px 4px;
	border: solid 6px #FFFFFF;
}	
	}

.titles {
	font-family: 'Montserrat', sans-serif;
	font-size: 260%;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	text-transform: uppercase;
    letter-spacing: 15px;
	color: #FFFFFF;
	padding: 25px 50px;
    border: solid 10px #FFFFFF;
}

@media only screen and (max-width: 800px) {
    .titles {
	font-size: 140%;
	letter-spacing: 10px;
	line-height: 110%;
	color: #FFFFFF;
	padding: 10px 15px;
	border: solid 8px #FFFFFF;
}	
	}

@media only screen and (max-width: 600px) {
    .titles {
	font-size: 120%;
	letter-spacing: 5px;
	line-height: 110%;
	color: #FFFFFF;
	padding: 8px 8px;
	border: solid 6px #FFFFFF;
}	
	}


.titles-2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	line-height: 110%;
	text-transform: uppercase;
    letter-spacing: 15px;
	color: #FFFFFF;
	padding: 25px 50px;
    border: solid 10px #FFFFFF;
}

@media only screen and (max-width: 800px) {
    .titles-2 {
	font-size: 130%;
	letter-spacing: 10px;
	line-height: 110%;
	color: #FFFFFF;
	padding: 10px 15px;
	border: solid 8px #FFFFFF;
}	
	}

@media only screen and (max-width: 600px) {
    .titles-2 {
	font-size: 110%;
	letter-spacing: 5px;
	line-height: 110%;
	color: #FFFFFF;
	padding: 8px 8px;
	border: solid 6px #FFFFFF;
}	
	}

.truffles {
	font-size: 120%;
	line-height: 140%;
	color: #FF6600;
	font-style: italic; 
	}

.menu-items {
   font-size: 130%;
   line-height: 160%;
}	

@media only screen and (max-width: 800px) {
    .menu-items {
	font-size: 150%;
	line-height: 130%;
}	
	}




/* Gradient transparent - color - transparent */

hr {
    border: 0;
    height: 1px;
	width: 80%;
	display: block;
	margin: auto;
	text-align: center;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* --------------------------------------------FOOTER */

.mainFooter {
	position: fixed;
	font-size: 80%;
	font-weight: normal;
	width:100%;
	height:4%;
	background-color: #333;
	display:inline;
	text-align:center;
	top: auto;
	padding-top: .5%;
    right: 0;
    bottom: 0;
    left: 0;
	color: #ffffff;
	z-index: 3000;		
}	

	
@media only screen and (max-width: 1100px) {
    .mainFooter {
	height:5%;
	font-size: 100%;
	padding-top: .5%;
}	
	}
	

@media only screen and (max-width: 700px) {
    .mainFooter {
	height:5%;
	font-size: 80%;
	padding-top: .5%;
}	
	}
 
/* --------------------------------------------LINKS */

a:link {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	padding-left:0;
	text-decoration: none;
	font-size: 90%;
	text-transform: none;
	text-transform: uppercase;
	color: #be8842;
}	
	a:visited {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	padding-left:0;
	text-decoration: none;
	font-size: 90%;
	text-transform: none;
	text-transform: uppercase;
	color: #be8842;
}	
	a:hover {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	padding-left:0;
	text-decoration: none;
	font-size: 90%;
	text-transform: none;
	text-transform: uppercase;
	color: #78572c;
}

@media only screen and (max-width: 1440px) {
    a:link, a:visited, a:hover {
	font-size: 95%;
}	
	}	
  
@media only screen and (max-width: 1100px) {
    a:link, a:visited, a:hover {
	font-size: 90%;
}	
	}	  

@media only screen and (max-width: 800px) {
    a:link, a:visited, a:hover {
	font-size: 80%;
}	
	}
/* --------------------------------------------TOPNAV */	
	
#topnav-1 {
  position: relative;
  display:block;
  width: 100%;
  height: 12%;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  z-index: 10;
}

@media only screen and (max-width: 900px) {
      	#topnav-1 {
		display: none;
}	
	} 
     
 #topnav {
  display:none;
}

@media only screen and (max-width: 900px) {
      	#topnav {
		display:block;
		clear: both;
}	
	} 


 .topnav {
  overflow: hidden;
  background-color: #ffffff;
}

.topnav a {
  float: left;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  font-weight:normal;
  text-decoration: none;
  text-transform: uppercase;	
  border:none;
  padding: 2.5%;
}

.topnav a:hover {
  background-color: #ffffff;
  color: black;
}

.active {
  background-color: #ffffff;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1100px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }	
	}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}	
	


.topnav-1 a:link {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;	
	font-size: 80%;
	font-weight:normal;
	letter-spacing: 0;
	text-decoration: none;
	padding:0 1% 0 1%;
	color:#ffffff;
	
}	
	
.topnav-1 a:visited {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;	
	font-size: 80%;
	font-weight:normal;
	letter-spacing: 0;
	text-decoration: none;
	border:none;
	padding:0 1% 0 1%;
	color:#ffffff;
	
}
.topnav-1 a:hover {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;	
	font-size: 80%;
	font-weight:normal;
	letter-spacing: 0;
	text-decoration: none;
	padding:0 1% 0 1%;
	color:#c1c0be;
	
}

@media only screen and (max-width: 1440px) {
   .topnav-1 a:link,.topnav-1 a:visited, .topnav-1 a:hover {
	font-size: 75%;
	   padding:0 .5% 0 .5%;
}	
	}

@media only screen and (max-width: 1100px) {
   .topnav-1 a:link,.topnav-1 a:visited, .topnav-1 a:hover {
	font-size: 70%;
	   padding:0 .4% 0 .4%;
}	
	}	



/* Style The Dropdown Button */


#drop-down {
  display:block;
  }

@media only screen and (max-width: 700px) {
      	#drop-down {
		display: none;
}	
	}  
     

.dropbtn {
	border: none;
	color: #ffffff;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
	display: inline-block;
	padding:0 1% 0 1%;
	}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	width:140%;
	font-size: 100%;
    background-color: #333;
    text-align: left;
	padding:2% 7% 2% 2%;
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
	font-family:"Avant Garde", "Century Gothic", sans-serif;
    text-decoration: none;
    display: block;
	text-align: left;
	margin-top:10%;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ffffff;
	
	
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
   	
}

.imagedropshadow {
    width: 90%;
	height: 100%;
	padding: 5px;
    
}
a:hover img.imagedropshadow {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #000000;
    -webkit-box-shadow: 1px 1px 5px #000000;
        box-shadow: 1px 1px 5px #000000;
}





/* --------------------------------------- */
/*	Scroll Up
/* --------------------------------------- */
#myBtn {
  width:60px;
  height:64px;
  opacity:0.3;
  position:fixed;
  display:none;
  border: none;
  outline: none;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  background-color: transparent; 
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index:5000;
}

#myBtn:hover {
  background-color: transparent;
}


@media only screen and (max-width: 800px) {
   #myBtn{
  width:50px;
  height:50px;
  bottom:50px;
  right: 30px;
}	
	}