@import url('https://fonts.googleapis.com/css?family=Cinzel|Open+Sans:400,600&display=swap');
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.woff2?19458513') format('woff2'),
       url('fonts/fontello.woff?19458513') format('woff');
  font-weight: normal;
  font-style: normal;
}
*:not(input):not(textarea) {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}
*[selectable] {
	user-select: auto;
	-webkit-user-select: auto;
	-moz-user-select: -moz-auto;
}
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	scroll-behavior: smooth;
}
h1 {
	font-family: 'Cinzel', serif;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	min-width: 950px;
}
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
top {
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 30px;
	background-image: -webkit-linear-gradient(10deg, #eedf9c 0%, #ccad67 100%);
	background-image: -moz-linear-gradient(10deg, #eedf9c 0%, #ccad67 100%);
	background-image: -ms-linear-gradient(10deg, #eedf9c 0%, #ccad67 100%);
	background-image: linear-gradient(80deg, #eedf9c 0%, #ccad67 100%);
	line-height: 30px;
	z-index: 99;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
topd {
	position: absolute;
	display: block;
	width: 900px;
	top: 0;
	left: 50%;
	height: 30px;
	transform: translateX(-50%);
}
a.phone, a.email {
	position: relative;
	display: inline-block;
	color: #000000;
	font-size: 13px;
	line-height: 30px;
	top: 0px;
	cursor: pointer;
	padding-left: 18px;
	margin-right: 20px;
}

top a::after {
	position: absolute;
	display: block;
	top: 1px;
	height: 24px;
	width: 0%;
	content: "";
	border-top: 2px solid #fef6c0;
	border-bottom: 2px solid #fef6c0;
	left: 50%;
	transform: translateX(-50%);
	transition: width 0.5s;
}
top a:hover::after {
	width: 110%;
}
a.phone::before, a.email::before {
	position: absolute;
	display: block;
	font: 14px/30px 'fontello';
	left: 0px;
	top: 0px;
	content: "\E800";
}
a.email::before {
	content: "\F0E0";
}
tbanners {
	position: relative;
	display: block;
	width: 100%;
	height: 450px;
	margin-top: 30px;
	background-color: #000000;
}
tbanner {
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
	transition: opacity 2s;
}
bimg {
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-size: cover;
	background-position: center center;
	opacity: 0.6;
	transform: scale(1.2) rotate(-5deg);
	transition: transform 20s linear, opacity 2s;
	background-repeat: no-repeat;
}
tbanner[open] bimg {
	transform: scale(1.4) rotate(-0deg);
	opacity: 0.3;
}
tbanner[open] {
	opacity: 1;
}
tbanner[open][closing] {
	opacity: 0;
}
tbanner btitle {
	position: relative;
	display: block;
	left: 50%;
	width: 900px;
	text-align: center;
	margin-top: 170px;
	font: 50px/50px 'Cinzel', serif;
	transform: translateX(-50%);
	letter-spacing: -2px;
	color: #ececec;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
}
tbanner btitle:first-line {
	color: #e0cb87;
	font-size: 80px;
	line-height: 80px;
}
bmessage {
	position: relative;
	display: block;
	left: 50%;
	width: 900px;
	transform: translateX(-50%);
	color: #ffffff;
	text-align: center;
	font-size: 23px;
	line-height: 27px;
}
topmenu {
	position: absolute;
	display: block;
	top: 50px;
	height: 110px;
	width: 900px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	background: url(img/logo.svg) left top no-repeat;
}
topmenu ul {
	position: absolute;
	list-style: none;
	display: block;
	white-space: nowrap;
	text-align: right;
	right: 0;
	top: 30px;
}
topmenu ul li {
	position: relative;
	display: inline-block;
	font-size: 0;
	padding: 5px 10px;
}
topmenu ul li a {
	font-size: 12px;
	color: #ecdb97;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 12px;
	cursor: pointer;
}
topmenu ul li a::after {
	position: absolute;
	display: block;
	top: 0px;
	height: 20px;
	width: 0%;
	content: "";
	border-top: 1px solid #fef6c0;
	border-bottom: 1px solid #fef6c0;
	left: 50%;
	transform: translateX(-50%);
	transition: width 0.5s;
}
topmenu ul li a:hover::after {
	width: calc(100% + 10px);
}
topmenu li[active] {
	background-color: #e9d896;
}
topmenu li[active] a {
	color: #000000;
}
topmenu li[active]::before {
	position: absolute;
	display: block;
	pointer-events: none;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	top: -5px;
	bottom: -5px;
	border-top: 2px solid #dbc27f;
	border-bottom: 2px solid #dbc27f;
}
cusb {
	position: absolute;
	display: block;
	top: 380px;
	width: 200px;
	height: 35px;
	left: 50%;
	transform: translateX(-50%);
	background-image: -webkit-linear-gradient(10deg, #eedf9c 0%, #ccad67 100%);
	background-image: -moz-linear-gradient(10deg, #eedf9c 0%, #ccad67 100%);
	background-image: -ms-linear-gradient(10deg, #eedf9c 0%, #ccad67 100%);
	background-image: linear-gradient(80deg, #eedf9c 0%, #ccad67 100%);
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	border-radius: 5px;
	cursor: pointer;
}
tgallery {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	text-align: center;
	font-size: 0;
	background-color: #212221;
}
tgalleryfnk {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
tgbox {
	position: relative;
	display: inline-block;
	width: 280px;
	height: 180px;
	background-size: cover;
	background-position: center center;
	margin: -30px 10px 5px;
	border: 3px solid #d8c07d;
	transition: filter 1s;
	cursor: pointer;
	filter: grayscale(0);
	will-change: filter;
}
tgbox::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 40px;
	content: attr(caption);
	text-align: center;
	font: bold 23px/23px 'Cinzel', serif;
	top: 185px;
	color: #e0cb87;
}
tgbox:hover {
	filter: grayscale(0.8);
}
abody {
	position: relative;
	display: block;
	width: 100%;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.56);
}
abody::before {
	position: absolute;
	display: block;
	content: "";
	left: 0px;
	right: calc(50% - 490px);
	height: 100%;
	background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 130px, #ffffff 200px, white 100%);
	background-image: -moz-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 130px, #ffffff 200px, white 100%);
	background-image: -ms-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 130px, #ffffff 200px, white 100%);
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 130px, #ffffff 200px, white 100%);
	z-index: 0;
}
apage {
	position: relative;
	display: block;
	width: 450px;
	left: calc(50% + 50px);
	transform: translateX(-50%);
	text-align: center;
	padding: 30px 20px 50px;
}
gpage {
	position: relative;
	display: block;
	width: 950px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	padding: 30px 20px 50px;
}
apage h1, gpage h1, tvenues h1, psoc h1 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 40px;
	color: #cead68;
	margin: 30px 0px 40px;
}
apage h1:first-line {
	color: #000000;
	font-size: 45px;
}
apage h1::before, apage h1::after, gpage h1::before, gpage h1::after, psoc h1::after, psoc h1::before, ttmns h1::before, ttmns h1::after {
	position: absolute;
	display: block;
	left: calc(50% - 50px);
	width: 100px;
	content: "";
	height: 2px;
	top: -20px;
	background-image: -webkit-linear-gradient(30deg, #eedf9c 0%, #ccad67 100%);
	background-image: -moz-linear-gradient(30deg, #eedf9c 0%, #ccad67 100%);
	background-image: -ms-linear-gradient(30deg, #eedf9c 0%, #ccad67 100%);
	background-image: linear-gradient(60deg, #eedf9c 0%, #ccad67 100%);
}
apage h1::after, gpage h1::after, psoc h1::after, ttmns h1::after {
	top: auto;
	bottom: -20px;
}
gpage h1 b {
	color: #000000;
}
apage h2 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	margin-bottom: 20px;
}
apage div {
	position: relative;
	display: block;
	margin-top: 15px;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
}
apage aimage {
	position: absolute;
	display: block;
	left: -370px;
	top: 5px;
	width: 350px;
	height: 400px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 20px solid #ffffff;
	box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.2);
	transform: rotate(-5deg);
}
tvenues {
	position: relative;
	display: block;
	width: 100%;
	background: url(img/sh.png) center top no-repeat #ededee;
	background-size: 1500px;
	padding-top: 10px;
	z-index: -1;
	text-align: center;
}
tvenues h1 b {
	color: #000000;
	font-weight: normal;
	font-style: normal;
}
tvenues h1::after {
	position: absolute;
	display: block;
	left: calc(50% - 50px);
	width: 100px;
	content: "";
	height: 2px;
	bottom: -20px;
	background-image: -webkit-linear-gradient(30deg, #eedf9c 0%, #ccad67 100%);
	background-image: -moz-linear-gradient(30deg, #eedf9c 0%, #ccad67 100%);
	background-image: -ms-linear-gradient(30deg, #eedf9c 0%, #ccad67 100%);
	background-image: linear-gradient(60deg, #eedf9c 0%, #ccad67 100%);
}
tvenues limages {
	position: relative;
	display: block;
	width: 900px;
	left: 50%;
	transform: translateX(-50%);
}
tvenues limages img {
	position: relative;
	display: inline-block;
	height: 70px;
	margin: 20px;
}
cttus {
	position: relative;
	display: block;
	width: 100%;
	background-color: #000000;
	padding: 40px;
	margin-top: 250px;
	height: 400px;
}
cttus::before {
	position: absolute;
	display: block;
	left: 0px;
	top: -250px;
	height: 250px;
	width: 100%;
	content: "";
	background: url(img/map.jpg) center center no-repeat;
	background-size: cover;
}
cttus h1 {
	position: absolute;
	display: block;
	font-size: 40px;
	line-height: 40px;
	color: #cead68;
	left: calc(50% - 400px);
	top: 40px;
}
cttus h1:first-line {
	color: #d6d6d6;
}
cttus h1::after {
	position: absolute;
	display: block;
	left: 0px;
	width: 100px;
	content: "";
	height: 2px;
	bottom: -20px;
	background-image: -webkit-linear-gradient(30deg, #eedf9c 0%, #ccad67 100%);
	background-image: -moz-linear-gradient(30deg, #eedf9c 0%, #ccad67 100%);
	background-image: -ms-linear-gradient(30deg, #eedf9c 0%, #ccad67 100%);
	background-image: linear-gradient(60deg, #eedf9c 0%, #ccad67 100%);
}
cttus p {
	position: absolute;
	display: block;
	left: calc(50% - 400px);
	top: 160px;
	color: #ffffff;
	width: 200px;
}
cttus cform {
	position: absolute;
	display: block;
	right: calc(50% - 400px);
	width: 400px;
	padding-bottom: 50px;
}
cttus cline {
	position: relative;
	display: block;
	width: 100%;
	background-color: #ffffff;
	min-height: 40px;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 60px;
}
cttus cline::before {
	position: absolute;
	display: block;
	content: attr(icon);
	font: 20px/30px fontello;
	height: calc(100% - 10px);
	color: #000000;
	width: 25px;
	text-align: center;
	left: 10px;
	border-right: 2px solid #c3c3c3;
	padding-right: 10px;
}
cttus cline input, cttus cline textarea {
	position: relative;
	width: 100%;
	display: block;
	font: 16px/30px 'Open Sans', sans-serif;
	font-weight: 400;
}
cttus cline textarea {
	resize: none;
	height: 130px;
	line-height: 19px;
	padding-top: 5px;
}
cttus cbutton, previeww button {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 0px 25px;
	background-image: -webkit-linear-gradient(10deg, #eedf9c 0%, #ccad67 100%);
	background-image: -moz-linear-gradient(10deg, #eedf9c 0%, #ccad67 100%);
	background-image: -ms-linear-gradient(10deg, #eedf9c 0%, #ccad67 100%);
	background-image: linear-gradient(80deg, #eedf9c 0%, #ccad67 100%);
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	border-radius: 5px;
	cursor: pointer;
}
psoc {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
	background-color: #000000;
}
psoc h1 b {
	color: #d6d6d6;
	font-weight: normal;
	font-style: normal;
}
psoc psocim {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.2;
}
psoc a {
	position: relative;
	display: inline-block;
	font: 70px/70px fontello;
	color: #ceac68;
	margin: 20px;
}
pfoot {
	position: relative;
	display: block;
	left: 0px;
	width: 100%;
	padding: 30px;
	min-height: 230px;
	text-align: right;
	overflow: hidden;
	background-color: #292626;
}
pfmenus {
	position: absolute;
	display: block;
	width: 600px;
	right: calc(50% - 450px);
}
pfmenus ul {
	position: relative;
	display: inline-block;
	list-style: none;
	text-align: left;
	vertical-align: top;
	margin-left: 50px;
	font-size: 0;
}
pfmenus ul li {
	position: relative;
	display: block;
}
pfmenus ul li[mtitle] {
	color: #e4d08c;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}
pfmenus ul li a {
	font: 13px/20px 'Open Sans', sans-serif;
	font-weight: 400;
	color: #dbdbdb;
	text-transform: uppercase;
	cursor: pointer;
}
pfmenus li[active] a {
	border-bottom: 1px solid #ceac67;
}
fnkbg {
	position: absolute;
	display: block;
	left: 50%;
	width: 120%;
	top: 50%;
	height: 150%;
	transform: translate(-50%, -50%) scale(1.2) rotate(5deg);
	will-change: transform;
	animation: bgsizean 50s linear infinite;
	background: url(img/bgs.svg) center center #222;
	background-size: 600px;
}
pfcntct {
	position: absolute;
	display: block;
	background: url(img/logo.svg) left top no-repeat;
	background-size: 230px;
	top: 30px;
	left: calc(50% - 450px);
	padding-top: 130px;
	width: 250px;
}
pline {
	position: relative;
	display: block;
	text-align: left;
	padding-left: 25px;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
}
pline::before {
	position: absolute;
	display: block;
	width: 15px;
	height: 20px;
	content: attr(icon);
	font: 14px/19px fontello;
	left: 0px;
	text-align: center;
	color: #e4d08c;
}
@keyframes bgsizean {
	0% {transform: translate(-50%, -50%) scale(1.2) rotate(5deg);}
	20% {transform: translate(-50%, -50%) scale(1.3) rotate(0deg);}
	40% {transform: translate(-50%, -50%) scale(1.4) rotate(-5deg);}
	60% {transform: translate(-50%, -50%) scale(1.5) rotate(0deg);}
	80% {transform: translate(-50%, -50%) scale(1.35) rotate(5deg);}
	100% {transform: translate(-50%, -50%) scale(1.2) rotate(0deg);}
}
cimg[cclass="sicon"] {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center center;
	margin: 10px;
	margin-bottom: 50px;
	cursor: pointer;
}
cimg[cclass="sicon"]::before {
	position: absolute;
	display: block;
	width: 100%;
	content: attr(caption);
	top: 105px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
}
cimg[cclass="sicon"]::after {
	position: absolute;
	display: block;
	pointer-events: none;
	content: attr(memo);
	width: 250px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	line-height: 18px;
	background-color: #ead28a;
	padding: 20px;
	top: 90px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
	will-change: opacity;
	transition: opacity 1s;
	opacity: 0;
	z-index: 99;
}
cimg[cclass="sicon"]:hover::after {
	opacity: 1;
}
previeww {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.7);
	transition: opacity 0.5s;
	opacity: 0;
}
previeww[show] {
	opacity: 1;
}
pmessage {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -350%) scale(0.1);
	background-color: #353535;
	padding: 20px;
	border: 2px solid #e8c463;
	box-shadow: 0 0 30px #000000;
	min-width: 300px;
	transition: transform 0.7s;
}
previeww[show] pmessage {
	transform: translate(-50%, -50%) scale(1);
}
previeww button {
	position: relative;
	display: block;
	margin-top: 40px;
	float: right;
}
pmessage p {
	color: #ffffff;
}
gbody {
	position: relative;
	display: block;
	width: 950px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0;
}
ggbox {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 130px;
	background-size: cover;
	background-position: center center;
	margin: 0px 10px 40px;
	border: 3px solid #d8c07d;
	transition: border-color 1s, box-shadow 0.5s;
	cursor: pointer;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}
ggbox:hover {
	border-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
ggbox::after {
	position: absolute;
	display: block;
	top: 132px;
	content: attr(caption);
	font-size: 15px;
	line-height: 16px;
	text-align: center;
	width: 100%;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #373737;
	text-transform: none;
}
gpprw {
	position: relative;
	display: block;
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center center;
	transition: opacity 1s;
	opacity: 0;
}
gpprw[loaded] {
	opacity: 1;
}
glist {
	position: relative;
	display: block;
	left: 0px;
	width: 100%;
	height: 90px;
	font-size: 0;
	overflow: hidden;
	transform: translateX(0);
	transition: transform 1s;
	will-change: transform;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 20px;
	line-height: 90px;
}
gglst {
	position: relative;
	display: inline-block;
	width: 105px;
	height: 65px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 1px;
	transform: scale(1);
	filter: grayscale(1);
	opacity: 0.5;
	transition: opacity 0.5s, transform 0.5s, box-shadow 0.5s, filter 1s;
	cursor: pointer;
	will-change: opacity, transform, box-shadow, filter;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);	
}
gglst:hover {
	opacity: 1;
	transform: scale(1.1);
	z-index: 90;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);	
}
gglst[active] {
	opacity: 1;
	transform: scale(1.2);
	z-index: 99;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);	
	filter: grayscale(0);
}
gpage navbtn {
	position: absolute;
	left: -30px;
	width: 50px;
	height: 50px;
	top: 440px;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color: #d5d5d5;
	transition: color 0.5s;
}
gpage navbtn:nth-of-type(2) {
	left: auto;
	right: -30px;
}
gpage navbtn:hover {
	color: #ceac68;
}
gpage navbtn[disabled] {
	pointer-events: none;
	color: #e3e3e3;
}
dmenus {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
}
gpage p {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
dmenu {
	position: relative;
	display: inline-block;
	width: calc(25% - 10px);
	height: 140px;
	background-size: cover;
	background-position: center center;
	margin: 5px;
	margin-bottom: 40px;
	margin-top: 40px;
}
dmenu::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 40px;
	content: attr(caption);
	text-align: center;
	font: bold 23px/23px 'Cinzel', serif;
	top: -30px;
	color: #363634;
}
dmenu a {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	top: 130px;
	padding: 0px 25px;
	background-image: -webkit-linear-gradient(10deg, #eedf9c 0%, #ccad67 100%);
	background-image: -moz-linear-gradient(10deg, #eedf9c 0%, #ccad67 100%);
	background-image: -ms-linear-gradient(10deg, #eedf9c 0%, #ccad67 100%);
	background-image: linear-gradient(80deg, #eedf9c 0%, #ccad67 100%);
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	line-height: 30px;
	border-radius: 5px;
	cursor: pointer;
	color: #000000;
}
ttmns {
	position: relative;
	display: block;
	height: 100px;
	padding-top: 50px;
	height: 330px;
	background-image: -webkit-linear-gradient(top, #ffffff 38.6%, #bfbfbf 100%);
	background-image: -moz-linear-gradient(top, #ffffff 38.6%, #bfbfbf 100%);
	background-image: -ms-linear-gradient(top, #ffffff 38.6%, #bfbfbf 100%);
	background-image: linear-gradient(to bottom, #ffffff 38.6%, #bfbfbf 100%);
}
ttmns h1 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 40px;
	color: #5c5c5c;
	margin: 0px 0px 40px;
	text-align: center;
}
ttmitm {
	position: absolute;
	display: block;
	width: 700px;
	height: 170px;
	left: 50%;
	transform: translateX(-50%);
	top: 140px;
	text-align: center;
	transition: opacity 2s;
	opacity: 0;
}
ttmitm[show] {
	opacity: 1;
}
ttmitm h2 {
	font: 30px 'Cinzel', serif;
}
ttmitm h3 {
	color: #ceac68;
	text-transform: uppercase;
}
ttmitm p {
	font-size: 15px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
}
hcopy {
	position: relative;
	display: block;
	width: 100%;
	padding: 12px 20px;
	text-align: center;
	background-color: #22261a;
	color: #bbb;
	font-size: 12px;
	line-height: 12px;
}
hcopy a {
	color: #eee;
	font-size: 12px;
	line-height: 12px;
}
