.or {
    color: #505458;
    font-size: 11px;
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.or:after {
	content: '';
	position: absolute;
	width: 45%;
	height: 1px;
	background-color: #e5e9ec;
	top: 8px;
	right: 0;
}
.or:before {
	content: '';
	position: absolute;
	width: 45%;
	height: 1px;
	background-color: #e5e9ec;
	top: 8px;
	left: 0;
}

@media all and (min-width: 992px) {
 .tp-fullwidth-forcer {
  height: 250px !important;
 }
}

.list-group-item.active {
	padding-left: 30px !important;
}

#clockFixed {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 1000;
    width: 20%;
    padding: 10px 0;
}