body {
    background: none repeat scroll 0 0 #252D30;
}

h1 {
    color: #FFFFFF;
    font-family: impact,tahoma;
    font-size: 1.5em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.aside-nav ul {
    background: none repeat scroll 0 0 #252D30;
}
.aside-nav li a {
    border-bottom: 1px solid #151E1F;
    color: #FFFFFF;
}
.aside-nav li a:link, .aside-nav li a:visited {
    color: #FFFFFF;
}
.aside-nav li > ul,.aside-nav li ul ul {
    background: none repeat scroll 0 0 #151E1F;
}
.top-nav li a:hover, .aside-nav li a:hover,.aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {
    background: none repeat scroll 0 0 #181F22;
}
i {
    color: #E36132;
    display: inline-block;
    font-size: 1.2em;
    width: 1.8em;
}
.date {
    text-align: center;
}
.date span {
    font-size: 2.7em;
}
.date i {
    color: #D0D0D0;
    font-size: 1.5em;
    width: auto;
}
.room {
    text-align: center;
}
.room span {
    font-size: 2.7em;
}
.room i {
    color: #D0D0D0;
    font-size: 1.5em;
    width: auto;
}
.room conditions {
    font-size: 1.25em;
}
.location {
    text-align: center;
}
.location span {
    font-size: 1.5em;
}
.location i {
    color: #D0D0D0;
    font-size: 1.25em;
    width: auto;
}
.overdue {
	color: #FF0000;
}
.warning {
	color: #FF0000;
}
.purple {
    color: purple;
}
.black {
    color: #000000;
}
.white {
    color: #FFFFFF;
}
.green {
    color: #9BB800;
}
.darkGrey {
    color: #909090;
}
.red {
    color: #FF0000;
}
.middleGrey {
    color: #909190;
}
.darkGreen {
    color: #b2bfb2;
}

#search,#social {
    border-top: 1px solid #151E1F;
    padding: 1.25em;
    position: relative;
}
#search i {
    margin-left: 0.625em;
    width: auto;
}
#social i {
    color: #B0B0B0;
    font-size: 1.8em;
    width: auto;
}
article hr {
    color: #E0E0E0;
    margin: 1.25em 0;
}
#content-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#content-wrapper {
    background: none repeat scroll 0 0 #252D30;
}
img#background {
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -10;
}
.footer {
    background: none repeat scroll 0 0;
}
@media screen and (max-width: 768px) {
  .aside-nav li a,#search,#social {
      padding: 0.625em 1.25em;
  }
/*.date {
      text-align: left;
  }*/
}
.comment-block {
    background: none repeat scroll 0 0 rgb(235, 235, 235);
    padding: 0.5rem;
    border-radius: 1rem;
}
.comment-block p {
  /*color: #fff;*/
 }

.gdprText {
    font-size: 0.8em;
}

.seperatorLine {
    background: #26464A;
}

.moccaBackground {
    background: #806E62;
}

.moccaText {
    color: #806E62;
}

.smallItalic {
    font-size: 0.8em;
    font-style: italic;
}

.italic {
    font-style: italic;
}

.hasspinner {
}
