body {
color: #fff;
font-size: 1em;
background-color:#765125;
	font-family: Arial, Helvetica, sans-serif;	
} 
img {border:none;}
a, a:link, a:visited {
color:#fff;
}
p {
text-align:left;
margin-left: 10px;
}
ul, li {
text-align:left;
margin-top: 0px;}
.all-caps {
text-transform:uppercase;
}
#wrapm {
/*max-width: 325px;*/
width: 100%;
margin:auto;
   text-align:center;
 
	vertical-align:top;
	 font-size:100%;
	/*background-color:#000;*/
	background-color:transparent;
}	
#bannerm {
text-align:center;
height: 97px;
width: 100%;
color:white;
/*background: black url(images/banner-locations.jpg) top center repeat-x scroll;*/
}
#top-bar {
/*background-color: #000000;*/
 background-color:rgba(0, 0, 0, 0.5);
width: 100%;
min-height: 90px;
}
#top-bar h1 {
font-size: 85%;
margin:0px auto;
text-align:center;
color:#ffffff;
}

h2 {margin-top:0px;
}
#site-inner {
background: white url(images/travinia-homepage.jpg) top center no-repeat;
background-size: 100% 850px;
}
#home-boxes {

width: 100%;
text-align:center;
margin: auto;

}
#home-boxes  h3 {

color:#666666;
font-size: 100%;
padding-top: 0px;
margin-top:0px;
}
.box {
	background-color:transparent;
	width: 50%;

	float: right;

}
.box p {
line-height:normal;
margin-bottom: 0px;
}
.box-burg {
/*background-color: #762124; */
/*background-color:rgba(0, 0, 0, 0.5);*/
border-radius: 5px;
color: white;
border: 1px solid white;
padding-top:2px;
padding-bottom:2px;
width: 300px;
height: 40px;
margin: 1px auto;
text-align:center;
line-height: 40px;
}

.box-burg a, .box-burg a:link, .box-burg a:visited{
text-decoration: none;
color: #ffffff;
vertical-align: middle;
padding-top: 14px;
font-weight: bold;

}
.box-burg a:hover {
color: #ccc;
}
#buttons-mobile img {
border: 1px solid #EBA913;
border-radius: 2px;
}
.food-image {
border-radius: 8px;

}
#bottom-content {
/*background-color: #CCCCCC;border: #999999 solid 2px;border-radius: 5px;*/ 
width: 100%; 

text-align:center;
margin:auto;


}
#bottom-back {
/*background: transparent url(images/bottom-back.png) top center repeat-x scroll;
height: 106px;*/
}
#footer {
font-size: 90%;
/*border-top: 1px solid #cccccc;*/
padding-top: 5px;
text-align:center;
margin:auto;
color: #fff;
background-color:#e8a713;
}
#footer a, #footer a:link, #footer a:visited {
/*background-color: #E8A713;
background-color: white;*/
color:#fff;
padding: 3px;
/*border: 2px solid #E8A713;
border-radius: 3px;
text-decoration: none;*/
}
.white {
color:#ffffff;
}
.gold {
color:#E8A713;
 text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}
.center {
text-align:center;
}
.nobottom {
margin-bottom:0px;
}
.notop {
margin-top:0px;
}
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img { max-width: 100%; }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	img { max-width: 100%; }*/

.capfirst {
text-transform:capitalize;
}
.gold {
color: #E8A713;
}
/* .mobileG {
     text-align:center;
     width:99%;   
     height:auto;
	
  }*/
  #slideshow {
    position: inherit;
 

}
.button {
	background-color: #f4af12;
	color:#000;
	padding: 8px;
	border-radius: 8px;
	text-align:center;
	margin:auto;
}
a.button {
	text-decoration:none;
}
#slideshow div {
    position:relative;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;

    background-color:#765125;
	 overflow:auto;
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow div.last-active {
    z-index:9;
}

#slideshow div img {
 
    display: inline-block;
    border: 0;
    margin-bottom: 0px;
	margin-top:0px;
    width:100%;
	height:auto;
}
/*.slideshow-img
{	box-shadow: 0px 5px 5px #888;
}*/
/*end slideshow*/
/*#slideshow {
   width:100vw;
   
     margin: 0;
	
}

#slideshow div {
     
    height: auto;	
	 font-size: 90%;
	 text-align:center;
	 width: 100%;
	
}

#slideshow div img {
    width: 90vw;
	
	height: auto;
   

}*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.left {
text-align:left;
}