<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* The Count v1.0 || ex nihilo || October 2013 */


/*
  supersized     [imported]
  twitter ticker [imported]
  preloader      [imported]
  fonts
  reset
  supersized
  general
  layout
  curtains
  overlay
  countdown
  menu animation
  menu mobile
  the panel 1
  panel 1
  bar hidden 1
  bottom menu 1 close
  post 1
  the panel 2
  panel 2
  bar hidden 2
  bottom menu 2 close
  post 2
  dividers
  social icons
  contact form
  extras
*/

@import url('../YTPlayer/YTPlayer.css');
/* supersized */
@import url('supersized.shutter.css');
/* preloader */
@import url('../preload/preload.css');


/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0px 0 0px;
	padding: 0 0 0px;
	border: 0;
	vertical-align: baseline;
}

html, body {
height: 100%;
}

body {
line-height: 1;
background-color:#000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {
	outline: none;
	margin-bottom: px;
	position: relative;
}



/* supersized */
img { border: none; }
#supersized-loader { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; text-indent: -999em; background: url(../images/supersized-progress.gif) no-repeat center center; z-index: -1; }
#supersized { display: block; position: fixed; left: 0; top: 0; overflow: hidden; height: 100%; width: 100%; z-index: -999; }
#supersized img { width: auto; height: auto; position: relative; display: none; outline: none; border: none; }
#supersized.speed img { -ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges; } /* Speed */
#supersized.quality img { -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }         /* Quality */
#supersized li { display: block; list-style: none; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background: none; z-index: -30; }
#supersized a { width: 100%; height: 100%; display: block; }
#supersized li.prevslide { z-index: -20; }
#supersized li.activeslide { z-index: -10; }
#supersized li.image-loading { background: url(../images/supersized-progress.gif) no-repeat center center; width: 100%; height: 100%; }
#supersized li.image-loading img { visibility: hidden; }
#supersized li.prevslide img, #supersized li.activeslide img { display: inline; }


/* general */
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	background: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}

.introduction {
padding: 0 0 15px 0;
}

.intro {
margin-top: 50%;
}

.the-rotation {
position: absolute;
width: 430px;
top: 25%;
left: 50%;
margin: 0 0 0 -215px;
-webkit-transform: rotateX(-15deg) skewY(-15deg);
   -moz-transform: rotateX(-15deg) skewY(-15deg);
    -ms-transform: rotateX(-15deg) skewY(-15deg);
     -o-transform: rotateX(-15deg) skewY(-15deg);
        transform: rotateX(-15deg) skewY(-15deg);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=-0.26794919243112214, M22=1, sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1,M12=0,M21=-0.26794919243112214,M22=1,sizingMethod='auto expand');
}

h1, h2, h3 {
margin: 0;
padding: 0;
}

h1 .head-first {
font-size: 140px;
}
.red {
color: #a81c1b;
display: inline;
}

.line {
position: relative;
font-style: normal;
font-weight: normal;
font-size: 50px;
color: #a81c1b;
text-shadow: 1px 1px 2px #a81c1b;
margin: 0 20px 0 20px;
padding: 0;
top: -24px;
display: inline;
line-height: 1;
}

.line-2 {
position: relative;
font-style: normal;
font-weight: normal;
font-size: 50px;
color: #000;
text-shadow: 1px 1px 2px #000;
margin: 0 20px 0 20px;
padding: 0;
top: -24px;
display: inline;
line-height: 1;
}

a {
color: #a81c1b;
text-decoration: none;
outline: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	text-align: center;
}

p {
	padding: 0 0 0px;
	font: normal 100%/1.5 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p a {
color: #a81c1b;
text-decoration: none;
}

p a:hover {
color: #000;
text-decoration: none;
transition: color 0.5s;
}

::-moz-selection { background: #555; color: #fff;      /* Firefox */ }
     ::selection { background: #555; color: #fff;      /* Safari */  }
	 
	 
/* layout */
.page {
height: 100%;
margin: 0;
padding: 0;
}

.page-section {
position: relative;
margin: 0 auto;
padding: 0;
}

.upper-page {
width: 100%;
overflow: hidden;
min-height: 100%;
margin: 0;
padding: 0;
background: rgba(0, 0, 0, 0.2);
}

.lower-page {
min-height: 100%;
margin: 0;
padding: 0;
background: rgba(225, 225, 225, 0.9);
}

.lower-content {
margin: 0 auto;
padding: 50px 0 0 0;
color: #000;
}

.center {
margin: 0 auto;
}




/* overlay */
#overlay {
position: absolute;
cursor: crosshair;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: url(../images/overlayx70.png) repeat left top;
display: none;
z-index: 15;
}




/* menu mobile */
.menu-mobile a.menu-trigger {
background: url(../images/menu-mobile-trigger.png);
background-position: 0 0;
width: 50px;
height: 25px;
margin: 0;
padding: 0;
-webkit-transition: background-position 0.3s ease;
   -moz-transition: background-position 0.3s ease;
     -o-transition: background-position 0.3s ease;
        transition: background-position 0.3s ease;
text-indent: -10000px;
}

.menu-mobile a.menu-trigger:hover {
cursor: pointer;
background-position: 50px 0;
}

.menu-mobile {
font-family: 'BebasNeueRegular';
font-size: 20px;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
width: auto;
bottom: 50px;
left: 14px;
padding: 0;
position: fixed;
display: none;
visibility: hidden;
}

.menu-mobile a {
color: #555;
font-weight: normal;
text-decoration: none;
}

.menu-mobile a:hover {
color: #000;
}

.menu-mobile ul, li {
margin: 0;
padding: 0;
}

.menu-mobile .lifting {
margin: 0 0 8px 0;
height: 20px;
}

.menu-mobile .lifting-first {
margin: 0 0 11px 0;
height: 20px;
}

.menu-mobile li a, .menu-mobile li {
float: left;
text-transform: uppercase;
height: 20px;
}

.menu-mobile li {
position: relative;
margin: 7px 0 0 0;
padding: 0 0 10px 0;
background: none;
}

.menu-mobile li a {
padding: 0 5px 10px 5px;
text-decoration: none;
-webkit-transition: 0.2s ease-in;
   -moz-transition: 0.2s ease-in;
}

.menu-mobile li a:hover {
}

.menu-mobile li ul {
display: none;
left: 0;
position: absolute;
bottom: 100%;
background: none;
}

.menu-mobile li:hover ul {
display: block;
width: auto;
}

.menu-mobile li ul a {
white-space: nowrap;
background: #fff;
}

.menu-mobile li ul a:hover {
color: #fff;
background: #000;
}


/* the panel 1 */
#the-panel-1 {
position: fixed;
background: #fff;
bottom: 35px;
width: 100%;
display: none;
z-index: 999;
}


/* panel 1 */
#panel-1 {
position: relative;
width: 100%;
height: 280px;
overflow: hidden;
z-index: 50;
}


/* bar hidden 1 */
#bar-hidden-1 {
position: absolute;
text-align: left;
width: auto;
height: 31px;
line-height: 31px;
right: 10px;
bottom: 0;
margin: 0;
padding: 0;
}


/* bottom menu 1 close */
#bottom-menu-1-close {
font-size: 20px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
}

#bottom-menu-1-close ul, li {
margin: 0;
padding: 0;
}

.bottom-menu-1-close {
margin: 0;
padding: 0;
}

.bottom-menu-1-close li a, .bottom-menu-1-close li {
text-transform: uppercase;
}

.bottom-menu-1-close li {
position: relative;
padding: 0;
}

.bottom-menu-1-close li a {
padding: 3px 0 3px 5px;
text-decoration: none;
color: #000;
background: none;
   -moz-transition: 0.2s ease-in;
-webkit-transition: 0.2s ease-in;
}

.bottom-menu-1-close li a:hover {
color: #555;
background: none;
}







/* dividers */
.divider-top {
background: #fff;
width: 50%;
height: 1px;
float: right;
margin: 0 auto 40px auto;
}

.divider-bottom {
background: #fff;
width: 50%;
height: 1px;
float: left;
margin: 0 auto 40px auto;
}


/* extras */
/* general button style [reset] */
#btn-wrap {
margin: 50px auto;
padding: 0;
}

.btn {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
letter-spacing: 1px;
font-weight: 700;
border: none;
background: none;
cursor: pointer;
display: inline-block;
margin: 0;
padding: 15px 70px;
outline: none;
-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
        transition: all 0.3s;
position: relative;
}

.btn:after {
content: '';
-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
        transition: all 0.3s;
position: absolute;
z-index: -1;
}

.btn-1 {
border: 1px solid #fff;
color: #fff;
}

.btn-1e {
overflow: hidden;
}

.btn-1e:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
background: #fff;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
   -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover, .btn-1e:active {
color: #000;
}

.btn-1e:hover:after {
height: 260%;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.btn-1e:active:after {
height: 400%;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top {
position: relative;
margin: 0 auto;
width: 38px;
height: 39px;
background: none;
z-index: 998;
}

.top:hover {
/* cursor: pointer; */
}

.go-way-up {
position: relative;
width: 38px;
height: 39px;
margin: 0 auto;
}
.date{
	color: #807111;
	font-size: 16px;
	background-image: url(../images/list_b.gif);
	background-repeat: no-repeat;
	padding-left: 44px;
}
.blogdate{
	color: #807111;
	font-size: 16px;
	border-bottom: 1px dotted #E23377;
	margin-bottom:12px;
}
.newsList p{
	font-size: 14px;
	border-bottom: 1px solid #989898;
	margin-bottom: 12px;
}
.tx11{font-size:11px;}
.tx12{font-size:12px;}
.tx13{font-size:13px;}
.tx14{font-size:14px;}
.tx15{font-size:15px;}
.tx16{font-size:16px;}
.tx17{font-size:17px;}
.tx18{font-size:18px;}
.tx19{font-size:19px;}
.tx20{font-size:20px;}
.tx24{font-size:24px;}
.tx28{font-size:28px;}
.mt8{margin-top:8px;}
.mt12{margin-top:12px;}
.mb12{margin-bottom:12px;}
.lh15{line-height:1.5;}
.lh18{line-height:1.8;}
.lh20{line-height:2;}
.tc{text-align:center;
margin-top:8px;
margin-bottom:12px;}
.tr{text-align:right;
margin-top:8px;
margin-bottom:12px;
width:40%;
float:right;}
.tl{text-align:left;
margin-top:8px;
margin-bottom:12px;
width:40%;
float:left;}
.tlw{text-align:left;
margin-top:8px;
margin-bottom:12px;
}
.pl12{
	padding-left:12px;
}
.tr a:hover,.tl a:hover{text-decoration:underline;
color:#FF8A00;}

.bl{border-bottom:solid #B0191B 1px;}
.coRed{color:#D70A0D;}
.coBlue{color:#2766F8;}
.coOrenge{color:#F9A23B;}
.coLgray{color:#D8D8D8;}
.coGold{color:#B4AF5B;}

.blog_menu h3{
	font-size:18px;
	background:url(../images/h3_bg.png) top left no-repeat;
	height:40px;
	padding-left:3em;
}
.line_bk{
	height: 30px;
	clear: both;
	background-image:url(../images/bar.png);
}
.op{
	opacity:0.3;
}
.fr{
	float:right;
}
.fl{
	float: left;
	margin-right: 12px;
}
.castH3{
	font-size:large;
	color:#BAB06E;
}</pre></body></html>