/* -----------------------------------
Site:       Sensoria Networking
CSS author: George Kalman
----------------------------------- */

/* -----------------------------------
simple reset
----------------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

* CSS Document */ *, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

:root {
  --cat-color: #f16110;
  --link-color: rgba(126, 196, 250, 0.70);
}


fieldset, img { border: 0; }
legend { color: #000; }

input, textarea, select, button
{
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}

button
{
	width: auto;
	overflow: visible;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

ul li { list-style: none; }

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

pre, code
{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}
/* --------end reset
/* -----------------------------------
elements
----------------------------------- */

body
{
	color: #000;
	background: #fff;
	font: 90%/1 "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 .5em;
	color: #c40000;
}

h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

p
{
	margin: 0 0 1.5em;
	line-height: 1.4;
}
/* full screen background */

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


:last-child {
  margin-bottom: 0;
}

.clr {
  clear: both
}

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none
}

h4 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4vw;
  letter-spacing: 0.38em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.47);
  padding: 3px;
  border-radius: 5px;
  -webkit-transition: -webkit-box-shadow 1.5s;
  transition: -webkit-box-shadow 1.5s;
  -o-transition: box-shadow 1.5s;
  transition: box-shadow 1.5s;
  transition: box-shadow 1.5s, -webkit-box-shadow 1.5s;
}


/* -----------------------------------
layout
----------------------------------- */

.container
{
	overflow:hidden;
	width: 980px;
	margin: 0 auto;
	text-align:center;
}
.navList li
{
	display: inline;
	list-style-type:none;
	padding-right: 30px;
}
.nopadding
{
	display: inline;
	list-style-type:none;
	padding-right:0;
}

.showLinks
{
	clear:both;
	display:block;
	margin: auto;
	width:580px;
	color:#000000;
	text-align:center;
}
.showLinks a
{
	text-decoration:none;
	color:#000000;
}
/* .showLinks a span
{
	display:none;
	text-decoration:none;
} */
.showLinks a span
{
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4vw;
  letter-spacing: 0.38em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.47);
  padding: 3px;
  border-radius: 5px;
  -webkit-transition: -webkit-box-shadow 1.5s;
  transition: -webkit-box-shadow 1.5s;
  -o-transition: box-shadow 1.5s;
  transition: box-shadow 1.5s;
  transition: box-shadow 1.5s, -webkit-box-shadow 1.5s;
}


.showLinks a:hover span{
	display:block;
	float:left;
	width:500px;
	margin: 10px 0 10px 30px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:14px;
	line-height:2em;
	white-space:wrap;
	text-decoration:none;
	border: none;
	color:#444;
	background: #FFF;
	padding:5px 5px;
	z-index:10;
}
.showLinks a:active span{
	display:block;
	float:left;
	width:500px;
	margin: 10px 0 10px 30px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:14px;
	line-height:2em;
	white-space:wrap;
	text-decoration:none;
	border: none;
	color:#444;
	background: #FFF;
	padding:5px 5px;
	z-index:10;
}

.showLinks a:visited span
{
	display:none;
}

.pTime {
	display:block;
	width:400px;
	margin: 85px auto;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:14px;
	line-height:2em;
	white-space:wrap;
	text-align:center;
	text-decoration:none;
	border: none;
	color:#444;
	}
.pTime a
{
	text-decoration:none;
	color:#000000;
}
.pTime a:hover
{
	text-decoration:underline;
	color:#F60;
}
/* -----------------------------------
header
----------------------------------- */

.header
{
	float: left;
	margin-top: 10px;
	width: 920px;
	text-align:center;
	padding: 5px 30px 0;
	color: #fff;
	background: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

h1
{
	margin: 0;
	padding: 0 0 20px;
}

.header img
{
	display: block;
	float:left;
	padding: 0 0 10px 0;
}

.title {
	display: relative;
	width:100%;
	margin: 80px auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color: #999;

}
.ic-button.ic-button-custom
{
   color:#000000;
   background-color: transparent;
}
.dateTime {
	text-decoration: overline;
}
