@font-face {
    font-family: 'ashbury';
    src: url('../fonts/ashburylig-webfont.woff2') format('woff2'),
         url('../fonts/ashburylig-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*
{
	margin:0px;
	padding:0px;
}

/* unvisited link */
a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

/* visited link */
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

/* mouse over link */
a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.hidden {
	display: none;
}

html {
	overflow-x: hidden;
}

body {
    background-image: url('../images/wallpaper.jpg');
	overflow-x: hidden;
}

.topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background: #d4aa00;
	height: 65px;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 2;
}

	.topbar img.title {
		vertical-align: top;
		margin-left: 20px;
		margin-right: 20px;
		max-width: 400px;
		height: auto;
		width: calc(100vw - 115px);
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		display: inline-block;
	}

	.topbar img.logo {
		margin-left: calc((100vw - 100%) + 5px);
		margin-top: 5px;
		width: 65px;
		height: 65px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		display: inline-block;
	}

.page-content {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px;
	overflow-x: hidden;
}


/* Frame */
div.frame
{
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
    height: auto;
    padding: 60px;
	margin-left: auto;
	margin-right: auto;
}

.tl
{
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	height:60px;
	background: url('../images/frame_tl.png') 0 0 no-repeat;
}

.t
{
	left: 0px;
	right: 0px;
	top: 0px;	
	width: auto;
	height: 60px;
	position: absolute;
	background: url('../images/frame_t.png') 0 0 repeat;
}

.tr
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	background: url('../images/frame_tr.png') 0 0 no-repeat;
}

.l
{
	position: absolute;
	top: 60px;
	bottom: 60px;
	left: 0px;
	width: 60px;
	height: auto;
	background: url('../images/frame_l.png') 0 0 repeat;
	background-size: 60px 240px;
}

.r
{
	position: absolute;
	top: 60px;
	bottom: 60px;
	right: 0px;
	width: 60px;
	height: auto;
	background: url('../images/frame_r.png') 0 0 repeat;
	background-size: 60px 240px;
}

.bl
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	background: url('../images/frame_bl.png') 0 0 no-repeat;
}

.b
{
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: 60px;
	position: absolute;
	background: url('../images/frame_b.png') 0 0 repeat;
	background-size: 240px 60px;
}

.br
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	background: url('../images/frame_br.png') 0 0 no-repeat;
}

@media (max-width: 767px)
{  
	div.frame
	{
		padding: 30px;
	}
	
	.tl
	{
		width:30px;
		height:30px;
		background-size: 30px 30px;
	}
	
	.t
	{
		height:30px;
		background-size: 120px 30px;
	}
	
	.tr
	{
		width:30px;
		height:30px;
		background-size: 30px 30px;
	}
	
	.l
	{
		top:30px;
		bottom:30px;
		width:30px;
		background-size: 30px 120px;
	}
	
	.r
	{
		top:30px;
		bottom:30px;
		width:30px;
		background-size: 30px 120px;
	}
	
	.bl
	{
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}
	
	.b
	{
		height:30px;
		background-size: 120px 30px;
	}
	
	.br
	{
		width:30px;
		height:30px;
		background-size: 30px 30px;
	}
}



/* Headings */

.header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: 20px;
}



/* Third Party */

.fancybox__toolbar__column.is-right button:not(:last-child) {
	display: none;
}