body
{
	background-color: #303030;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin: 0 !important;
}

.wrapper
{
	width: 100%;
}

.header
{
	width:100%;
	padding: 40px 0;
}

.userpanel
{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 15px;
}

.clock
{
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 15px;
}

.userpanel a {
    color: white;
    text-decoration: none;
}

.logolink {
    text-decoration: none;
    color: white;
}

.logo
{
	width: 290px;
	font-size: 48px;
	margin-left: auto;
	margin-right: auto;
}

.nav
{ 
	width: 100%;
	padding: 10px 0;
	background-color: #d0924a;
	text-align: center;
	border-top: 1px solid #946937;
	border-bottom: 1px solid #946937;
}

.placeholder
{
    width: 100%;
    height: 56px;
    border-top: 1px;
    border-bottom: 1px;
}

.content
{
	width: 1000px;
	min-height: 23.5vh;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content a 
{
    color: white;
    text-decoration: none;
}

.socials
{
	width:100%;
	text-align: center;
	background-color: #292929;
}

.socialdivs
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.socialdivs a 
{
    color: white;
    text-decoration: none;
}

.fb
{
	width: 250px;
	height: 155px;
	float:left;
}

.fb:hover
{
	background-color: #4668b3;
}

.yt
{
	width: 250px;
	height: 155px;
	float:left;
}

.yt:hover
{
	background-color: #d94348;
}

.tw
{
	width: 250px;
	height: 155px;
	float:left;
}

.tw:hover
{
	background-color: #3095d3;
}

.gplus
{
	width: 250px;
	height: 155px;
	float:left;
}

.gplus:hover
{
	background-color: #d95333;
}

.footer
{
	text-align: center;
	background-color: #222222;
	padding: 30px;
}

.sticky
{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.50);
}

.centered
{
	text-align: center;
}

.gallery img
{
	height: 120px;
	border: solid 1px #d0924a;
}

.gallery img:hover
{
	cursor: pointer;
}

#gallery {
	display: none;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}

#gallery #close-gallery {
	z-index: 6;
	position: fixed;
	right: 5px;
	top: 5px;
	width: 4%;
	opacity: 0.3;
	transition: 0.5s;
}

#gallery #close-gallery:hover {
	opacity: 1;
}

#gallery #photo {
	width: 100%;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

#gallery #prev-photo {
	position: fixed;
	width: 50%;
	height: 100%;
}

#gallery #next-photo {
	position: fixed;
	left: 50%;
	width: 50%;
	height: 100%;
}

#gallery #prev-photo img {
	position: fixed;
	opacity: 0.3;
	height: 20%;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	transition: 0.5s;
}

#gallery #next-photo img {
	position: fixed;
	opacity: 0.3;
	height: 20%;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	transition: 0.5s;
}

#gallery:hover {
	cursor: pointer;
}

#gallery #prev-photo:hover img {
	opacity: 1;
}

#gallery #next-photo:hover img {
	opacity: 1;
}

.gallery-show {
	display: block !important;
}

.commentBox {
    margin-left: auto;  
    margin-right: auto;
    width: 950px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #bc803b;
}

.nick {
    font-weight: bold;
}

.time {
    float: right;
    font-weight: bold;
}

.comment {
    color: #white;
}

.info {
    color: #ea551f;
    margin-bottom: 15px;
}

input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="date"], input[type="datetime-local"], input[type="tel"], textarea 
{
    background: rgba(255,255,255,.9);
    border: solid 2px rgba(0,0,0,.8);
    box-shadow: none;
    color: #464646;
    font-size: 1rem;
    height: 2rem;
    margin-bottom: 1.25rem;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
	padding: 5px;
	outline: none;
}

input[type="submit"] {
	margin-bottom: 1.25rem;
    padding: 1.25rem 5rem;
    font-size: .875rem;
    background-color: grey;
    color: #fff;
    border-radius: none;
    border: none;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #d0924a;
    cursor: pointer;
}

textarea 
{
    width: 950px;
    padding: .625rem;
	height: 200px !important;
}

ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	height: 35px;
	line-height: 200%;
	display: inline-block;
}

ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

ol > li
{
	float: left;
	width: 175px;
	height: 40px;
	border-right: 1px dashed #946937;
}

ol > li:first-child
{
	border-left: 1px dashed #946937;
}

ol > li:hover
{
	background-color: #dba05b;
}

ol > li:hover > a
{
	color: #112712;
}

ol > li > ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 40px;
	display: none;
}

ol > li:hover > ul
{
	display: block;
}

ol > li > ul > li
{
	background-color:#d0924a;
	position: relative;
	z-index: 100;
	border-top: 1px dashed #112712;
}

ol > li > ul > li:hover
{
	background-color: #af7c42;
}

ol > li > ul > li:hover > a
{
	color: #112712;
}

ol > li > ul > li > ol
{
	background-color:#d0924a;
	position: absolute;
    left: 100%;
    margin-top: -2em;
}

ol > li > ul > li > ol > li
{
    display: none;
    background-color:#d0924a;
	position: relative;
	z-index: 100;
	border: 1px dashed #112712;
	height: 35px;
}

ol > li > ul > li:hover > ol > li
{
    display: block;
}

ol > li > ul > li > ol > li:hover {
    background-color: #af7c42;
}

.data-value {
    color: #d39c5d;
}

.data-name {
    display: inline-block;
    width: 200px;
}

.star {
	display: inline;
	user-select: none;
}

.star:hover {
	cursor: pointer;
}