#offcanvas-toggler {
    float: right;
    line-height: 70px;
    margin-left: 15px;
    font-size: 30px;
}

#sp-main-body {
    padding: 30px 0 100px 0;
}

.eventgallery-category-headline {
	margin-top: 0px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.eg-content .event-thumbnail {
	transition: transform .5s ease;
}

.eg-content .event-thumbnail:hover {
    transform: scale(1.2) rotate(0deg);
	overflow: hidden;
}

.displayname {
	margin-top: 0px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

#events .item .date {
    height: 0px;
    font-size: 0px;
    font-weight: bold;
    margin: 0 0px;
}

#events .item .title {
    min-height: 20px;
    font-size: 16px;
    overflow: auto;
    margin: 0 10px;
    word-break: break-all;
    word-wrap: break-word;
    -epub-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    font-weight: bold;
}

#events .item .eg-content .data {
    background-color: rgba(17, 126, 223, 0.35);
    opacity: 1;
    color: #eeeeee;
	padding: 10px 10px;
}

#events .item .eg-content:hover .data {
    background-color: rgba(17, 126, 223, 0.95);
    opacity: 1;
    color: #ffffff;
}

.sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 12px;
}

.toptables {
	font-size: 16px;
	font-weight: bold;
	background: rgba(0,0,0,0.05);
	color: #555555;
	text-transform: uppercase;
}

.toptables tr:hover {
	background: rgba(0,0,0,0.05);
	color: #555555;
}

.flat-table {
	border: 1px solid #cccccc;
}
.flat-table th {

}
.flat-table td {
	padding: 10px;
	border: 1px solid #cccccc;
}
	.flat-table tr {
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	border: 1px solid #cccccc;
}
	.flat-table-1 {
	background: #ffffff;
}
	.flat-table-1 tr:hover {
	background: rgba(0,0,0,0.05);
}

.messagebutton img {
  padding-top: 20px;
  float: right;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 20px;
    line-height: 70px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000;
    margin: 0;
}
.sp-page-title {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}
#wholes {
    width: 100%; 
}
#lefts {
    width:49%;
    float: left;	
}
#left-tops {
    float: left;
	margin-bottom: 15px;
}
#left-bottoms {
    float: left;
}
#rights {
    width:49%;
    float: right;
}
#right-tops {
    float: left;
	margin-bottom: 15px;
}
#right-bottoms {
    float: left;
}
#sp-footer {
    font-size: 12px;
}
.sp-module .sp-module-title {
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
}
.zoome {
    transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.zoome:hover {
    transform: scale(1.15); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	-webkit-filter: saturate(1.5);
}
.blacke {
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
.blacke:hover {
   -webkit-filter: contrast(150%) blur(.5px);
}
.blues {
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
.blues:hover {
   -webkit-filter: contrast(125%) grayscale(1) blur(1px);
}
.zooma {
    transition: all .3s ease; /* Animation */
	-webkit-transition: all .3s ease;
}
.zooma:hover {
    -webkit-filter: grayscale(1);
}
#sp-bottom .sp-module .sp-module-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.sp-module ul > li > a {
    display: block;
    padding: 5px 0;
    padding: 0px 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.btn-primary, .sppb-btn-primary {
    border-color: #0d8ab9;
    background-color: #117edf;
	padding: 15px 0px 15px 0px;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #fff;
    background: #117edf;
}
#sp-header .logo {
  display: inline-block;
  height: 70px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 70px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-bottom{
  border-top: 0px solid #f3f3f3;
}