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


body {
	font: 24px/32px "garamond-premier-pro", serif;
	background: #040404 url(colisseum.jpg) no-repeat center bottom;
	background-size: cover;
	color: #555;
	/* CSS3 */
	font-variant-ligatures: common-ligatures;
	-moz-font-feature-settings: "liga", "clig", "onum";
	-ms-font-feature-settings: "liga", "clig", "onum";
	-webkit-font-feature-settings: "liga", "clig", "onum";
	font-feature-settings: "liga", "clig", "onum";
	font-variant-numeric: oldstyle-nums;
}
a, a:visited {
	text-decoration:none;
	color:#333;	
}
a:hover {
	color:#000;	
}
.container {
	max-width: 1400px;
	margin: 50px auto 150px;
	overflow:auto;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
.header h1, .header h2, .header h3 {
	text-shadow:0 1px 8px rgba(0,0,0,0.8);	
	font-family: "garamond-premier-pro-display", serif;
}
.header h1 {
	font-size: 4.5rem;
	line-height: 4.5rem;
	text-transform: uppercase;
	margin:0 0 10px;
	color: #dac28f;
    letter-spacing: 0.04em;
	/*
	font-variant-ligatures: common-ligatures;
	-moz-font-feature-settings: "smcp";
	-ms-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp"; */
}
.header h1 a {
	color: #dac28f;
}
.header h1 a:hover {
	color: #fff;
}
.header h1 span {
    font-size: 1.6rem;
    line-height: 1.7rem;
    display: inline-block;
    width: 67px;
    margin: 0 -7px;
}
.header h2, .header h3 {
	color: #dac28f;
	font-family: "garamond-premier-pro-display", serif;
}
.header h2 {
	color:#fff;
	font-size:2.5rem;	
	margin:10px 0 50px;
}
.header h2 span {
	font-size:1.5rem;	
	letter-spacing:3px;
	text-transform:uppercase;
	color: #dac28f;
	padding-left:5px;
}
.header h2 em {
	text-transform:lowercase;
	font-family: "garamond-premier-pro", serif;
}
.header {
	text-align:center;
}
.content {
	background: rgba(255,255,255,0.9);
	padding: 5%;
	box-shadow: 0 1px 20px rgba(0,0,0,0.2);
	border-top:10px solid #dac28f;
	overflow:auto;
}
.content p, .content h3 {
}
.content p:last-child {
	margin-bottom:0;	
}
.content h3 {
	color: #000;
	font-size: 3rem;
	line-height: 3rem;
	margin: 0;
    border-bottom: 1px dotted #999;
    padding-bottom: 15px;
	margin-bottom:25px;
	font-family: "garamond-premier-pro-display", serif;
}
.home .content h3 {
	margin-bottom:25px;
	padding-bottom:25px;
	font-family: "garamond-premier-pro-display", serif;
}
.home h4 {
	text-transform:uppercase;
	letter-spacing:2px;
	color:#000;
	font-size:22px;
	margin:80px 0 0;
}
.home .about {
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;
}
.content .image {
	width:47%;	
	float:left;
}
.content .desc {
	width:47%;	
	float:right;
}
.home .content .image {
	width:30%;	
}
.home .content .desc {
	width:65%;	
}
.index .content .image, .index .content .desc {
	width:100%;	
	float:none;
}
.index .content .desc {
	margin-bottom:35px;	
}
.content .image img {
	width:100%;	
}
.content .image a:hover img {
	border-color:#dac28f;
}
.index .content .image img {
	max-height:172px;
	width:auto;	
	margin:0 15px 15px 0;
	border-width:5px;
}
p.location {
	padding:0 35px 0 20px;
	background:url(icon_pin.png) no-repeat left 3px;
	background-size:auto 20px;
	float:left;
	font-style:italic;
	margin:0;
}
p.book {
	padding:0 0 0 35px;
	background:url(icon_book.png) no-repeat left 2px;
	background-size:auto 24px;
	float:left;
	font-style:italic;
	margin:0;
}
p.book + p {
	clear:both;	
	padding-top:50px;
}
.content .image img {
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border: 10px solid #fff;
}
a.btn {
    display: inline-block;
    padding: 9px 18px 6px;
    background: #dac28f;
    border: none;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 19px;
	margin-right:10px;
	height:30px;
	/*-moz-font-feature-settings: "smcp";
	  -ms-font-feature-settings: "smcp";
	  -webkit-font-feature-settings: "smcp";
	  font-feature-settings: "smcp";*/
}
a.btn.grid {
    margin-bottom: -16px;
    text-indent: -50000px;
    width: 20px;
}
a.btn.grid:after {
    content: " ";
    background: url(icon_grid.png) no-repeat top center;
    height: 20px;
    width: 20px;
    display: block;
    background-size: 20px;
    margin-top: -28px;
}
a:hover.btn.grid:after {
    content: " ";
    background: url(icon_grid_on.png) no-repeat bottom center;
    height: 20px;
    width: 20px;
    display: block;
    background-size: 20px;
    margin-top: -28px;
}
a.btn:hover {
	background:#000;	
	color:#dac28f;
}

.footer {
	font-size:12px;
	color:rgba(255,255,255,0.5);	
	text-shadow:0 1px 2px rgba(0,0,0,0.7);
	font-family:tahoma, Verdana, Geneva, sans-serif;
	background:rgba(0,0,0,0.8);
	padding:5px 25px;
}
.footer a {
	color:rgba(255,255,255,0.7);
	border-bottom:1px solid rgba(255,255,255,0.5);
	font-weight:bold;
}
.footer a:hover {
	border-bottom:none;
	color:#dac28f;
}

