@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);


h1 {
	width:265px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

.sancrispinoBtn {
	/*display:none;*/
	text-align:center;
	max-width:260px;
	font-size:0;
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:1;
}


.headerBtn {
	display:none;
	/*text-align:center;
	width:720px;
	font-size:0;
	position:absolute;
	top:36%;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:1;
}
.headerBtn a {
	display:inline-block;
	min-width:47%;
	text-align:center;
	font-size:16px;font-size:1.6rem;
	color:#0085c9;
	background:#fff;
	border:1px solid #0085c9;
	border-radius:7px;
	padding:5px 0;
	margin:0 2% 0 0;
}
.headerBtn a:last-child {
	margin:0 0 0 2%;
}
.headerBtn a:before {
	content:'\f054';
	font-family:'FontAwesome';
	margin-right:5px;*/
}
.headerBtn a:hover,
a.scroll:hover {
	text-decoration:none;
}
a.scroll {
	display:block;
	font-size:20px;font-size:2.0rem;
	font-weight:300;
	color:#fff;
	letter-spacing:5px;
	text-shadow:1px 1px 2px #000;
	padding-top:50px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
a.scroll span {
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 50%;
}
@media only screen and (max-width: 767px) {
	.vegas-slide-inner {
		background-position-y:20px !important;
		background-position-x:center !important;
	}
	h1,h1 img {
		width:auto;
		height:60px;
		top:0;
	}
	/*.headerBtn {
		width:auto;
		min-width:90%;
		top:auto;
		bottom:5%;
	}
	.headerBtn a {
		background-color:rgba(255,255,255,0.8);
	}*/
	a.scroll {
		display:none;
	}
	.sancrispinoBtn {
		max-width:200px;
	}
}
@media only screen and (max-width: 500px) {
	/*.headerBtn a {
		display:block;
		margin:0;
	}
	.headerBtn a:last-child {
		margin:1% 0 0 0;
	}*/
	.sancrispinoBtn {
		max-width:130px;
	}
}

#topics {
	text-align:center;
}
#topics h2 {
	display:inline-block;
	border-bottom:2px dotted #aaa;
	padding:0 1em;
}
#topics ul{
	margin-bottom:30px;
}
#topics li a {
	display:block;
	color:#222;
}
#topics li a:hover {
	text-decoration:none;
}
#topics li div.topicsIMG {
	margin-bottom: 10px;
	/*border:solid 1px #666;*/
	width:100%;
	height:250px;
}
#topics li div.topicsIMG img{
	object-fit:contain;
	width:100%;
	height:100%;
}
#topics li span {
	padding: 4px 0;
	display:inline-block;
	font-size:16px;font-size:1.6rem;
	text-decoration:underline;
	border-left:5px solid #0086c9;
	padding-left:1em;
	line-height: 18px;
}
#topics li span img {
	margin-right: 5px;
	width: 50px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
}
#topics li p {
	border-left:5px solid #666;
	padding-left:1em;
	padding-bottom:.5em;
	height:auto !important;
}

#banner {
    text-align:center;
	padding: 70px 2% 40px;
}
.banner-wrapper {
	display:flex;
	justify-content:space-between;
    max-width:1140px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.banner-wrapper a {
	display:block;
	width:24.5%;
	margin-bottom: 1%;
	background:#f00;
}
#banner > a {
    display:inline-block;
	margin:2em 1em 0;
}

#social {
	text-align:center;
	padding-top:40px;
    padding-bottom: 40px !important;
    background-color: #f9f9f9;
}
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
#social > a {
	display:inline-block;
	max-width:240px;
	margin:2em 1em;
}
@media only screen and (max-width: 767px) {
	#topics ul {
		text-align:left;
	}
	#topics ul{
		margin-bottom:10px;
	}
	#topics li {
		width:48%;
		margin-bottom:5%;
	}
	#topics li:last-child {
		margin-bottom:0;
	}
	#topics li span {
		font-size:1.4rem;
	}
	#topics li p {
		height:auto !important;
	}
	#social {
		padding:30px 5% 0;
	}
	#banner {
		padding:30px 5% 0;
	}
	.banner-wrapper a {
		width:49.5%;
	}
}
@media only screen and (max-width: 500px) {
	#topics li {
		width:98%;
		margin-left:auto;
		margin-right:auto;
	}
	#topics li p {
		height:auto !important;
	}
	.banner-wrapper {
		display:block;
	}
	.banner-wrapper a {
		width:100%;
	}
	.banner-wrapper a:not(:last-child) {
		margin-bottom:10px;
	}
}

#collection h2 {
	border-top: 10px solid;
	border-image: linear-gradient(to right, #fff 2%, #005dac 50%, #fff) 1;
	margin:0;
}
#collection p {
	border-top:1px solid #005dac;
	padding-top:30px;
	margin-bottom:30px;
}
#collection ul {
	padding-bottom: 30px;
	border-bottom:1px solid #005dac;
}
#collection li {
	width:12%;
	text-align:center;
	vertical-align: middle;
	font-size:14px;font-size:1.4rem;
	margin:0 1%;
}
#collection a,#collection a:visited,#collection a:hover {
	color:#222;
	text-decoration:underline;
}
#collection img {
	box-shadow:5px 5px 5px #aaa;
	margin-bottom:10px;
}
#collection i {
	color:#c30000;
}
@media only screen and (max-width: 767px) {
	#collection li {
		width:20%;
		height:auto !important;
		padding-bottom:5%;
		margin:0 1% 5%;
	}
	#collection li:first-child {
		width:21%;
		border-bottom:1px solid #005dac;
	}
}
@media only screen and (max-width: 500px) {
	#collection li {
		width:48%;
	}
	#collection li:first-child {
		width:98%;
	}
}

#story {
	background:url('../images/story.jpg') no-repeat center;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
.storyWrap {
	width:50%;
	max-width:700px;
	background:url('../images/story_1.png') left bottom no-repeat,url('../images/story_2.png') right top no-repeat;
	background-size:30%;
	padding:5%;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.storyCont {
	text-align:center;
	background-color:rgba(255,255,255,0.8);
	padding:10%;
}
.storyCont .mid {
	color:#222;
}
.storyCont p {
	text-align:left;
	line-height:2;
}

main {
	margin-bottom:120px;
}

@media only screen and (max-width: 767px) {
	.storyWrap {
		width:90%;
	}
	main {
		margin-bottom:30px;
	}
}
@media only screen and (max-width: 500px) {
	.storyCont p {
		text-align:left;
	}
	.storyCont br {
		display:none;
	}
}

/*aside.bn.col ul li {
	vertical-align:middle;
	margin:0 2%;
}*/