
body { font-family: 'Lato', sans-serif; margin:0; background:#000; color:#E9E9E9; font-size:14px; text-align:justify;}
#header {background: url(images/header.jpg) repeat-x; height:223px;}
.header {margin:0 auto; width:1000px;}
.menu {width:730px; float:right; text-align:right; margin-top:5px; margin-right:5px;}
.menu a{color:#b78c47; text-decoration:none; padding-left:10px; padding-right:10px; font-size:14px;}
#slider {height:438px; text-align:center; width:998px; margin:0 auto;}
#bottom-left {background: url(images/bg-left.jpg) repeat-y; }
#bottom-right {background: url(images/bg-right.jpg) repeat-y right; width:100%;}
.content {margin:0 auto; width:1000px;}
.border-fade {
  padding:15px;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: inset 0 0 0 0px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.border-fade:hover {
  box-shadow: inset 0 0 0 1px #b78c47, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.tabl {
	background: #222;
	padding: 10px 20px 10px;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
/************************************************************************************
MORPHING + GLOWING
*************************************************************************************/
.morphing-glowing {
	background: #222;
	padding: 20px 40px 20px;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.morphing-glowing .image-wrap {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.morphing-glowing .image-wrap:hover {
	-webkit-box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	-moz-box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	-webkit-border-radius: 60em;
	-moz-border-radius: 60em;
	border-radius: 60em;
}