
.events-main {
    padding: 20px 80px;
}

.location-drop {
    font-size: 18px;
    color: #1069AB;
}

.fa-caret-right:before{
    margin-left:10px
}

.location-drop:hover {
    text-decoration: none;
}

.checkbox-filter {
    margin-left: 0;
    margin-top: 6px;
    word-wrap: break-word;
}
.text-center{
    padding-top: 10px;
}
label.form-check-label {
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    font-family:segoe UI, sans-serif;
    font-weight: 500;
}

.filter-div h2 {
    color: #1069AB;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 700;
}

.events-column h2 {
    font-size: 60px;
    margin-left: 27%;
    color:#1069AB;
    margin-bottom: 50px;
    font-family:candara, sans-serif;
}

.events-column h2:before {
    content: '';
    position: absolute;
    top: 42px;
    width: 200px;
    height: 2px;
    background: #1069AB;
    z-index: -1;
    left: 60px;
}

.events-column h2:after {
    content: '';
    position: absolute;
    top: 41px;
    width: 200px;
    height: 2px;
    background: #1069AB;
    z-index: -1;
    right: 60px;
}

.single-box {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0.5rem 3rem rgba(0,0,0,.15)!important;
    border-radius: 15px;
    height: 100;

}
.image-hall{
    height: 25em;
    width: 25em;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.filter-div {
    /* position: absolute; */
    top: 50px;
    left: 0;
    width: 100%;
    height: 90%;
}

h3.card-head {
    font-size: 20px;
    text-align: center;
    font-family:candara, sans-serif;
    height: 120px;
}

.date-text {
    text-align: center;
    color: #1069AB;
    font-family:candara, sans-serif;
    font-size: 15px;
    margin: 20px;
}

.icon {
    text-align: center;
    margin-bottom: 20px;
    height: 50px;
}

span.location {
    margin-right: 30px;
    font-family:candara, sans-serif;
}

.fa-map-marker:before{
    color: #1069AB;
    margin-right: 5px;
    font-size: 22px;
}



.filter-checkbox .form-check {
    padding-left: 0px;
    font-family:candara, sans-serif;
}

hr.someClass {
    border-top: 2px solid #1069AB;
}

@media screen and (max-width:991px){
    .events-main {
        padding: 15px;
    }
    .events-column h2:before,.events-column h2:after{
        display:none;
    }
    .events-column h2 {
        font-size: 60px;
        margin-left: 50px;
        color: #1069AB;
        margin-bottom: 50px;
    }

    .single-box {
        margin-bottom: 10px;
    }
}

.kryesore {
    overflow-y:scroll;
    height: 300px;
}

/* The container */
.container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #1069AB;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.event-types{
    margin-left: 10px;
}

.event-types .types {
	display: inline-block;
	height: 21px;
	margin: 0 10px;
	padding: 0 7px 0 14px;
	white-space: nowrap;
	position: relative;

	background: -moz-linear-gradient(top, #1069AB 0%, #1069AB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1069AB), color-stop(100%,#febc4a));
	background: -webkit-linear-gradient(top, #1069AB 0%,#1069AB 100%);
	background: -o-linear-gradient(top, #1069AB 0%,#1069AB 100%);
	background: linear-gradient(to bottom, #1069AB 0%,#1069AB 100%);
	background-color: #1069AB;

	color: #FFFFFF;
	font: bold 11px/21px Arial, candara, sans-serif;;
	text-decoration: none;


	border-top: 1px solid #1069AB;
	border-bottom: 1px solid #1069AB;
	border-right: 1px solid #1069AB;
	border-radius: 1px 3px 3px 1px;
	box-shadow: inset 0 1px #1069AB, 0 1px 2px rgba(0,0,0,0.21);
}

.types:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -6px;
	width: 10px;
	height: 10px;

	background: -moz-linear-gradient(45deg, #1069AB 0%, #1069AB 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#1069AB), color-stop(100%,#1069AB));
	background: -webkit-linear-gradient(-45deg, #1069AB 0%,#1069AB 100%);
	background: -o-linear-gradient(45deg, #1069AB 0%,#1069AB 100%);
	background: linear-gradient(135deg, #1069AB 0%,#1069AB 100%);
	background-color: #FEC95B;

	border-left: 1px solid #1069AB;
	border-bottom: 1px solid #1069AB;
	border-radius: 0 0 0 2px;
	box-shadow: inset 1px 0 #1069AB, 0 2px 2px -2px rgba(0,0,0,0.33);
}
.types:before {
	-webkit-transform: scale(1, 1.5) rotate(45deg);
	-moz-transform: scale(1, 1.5) rotate(45deg);
	-ms-transform: scale(1, 1.5) rotate(45deg);
	transform: scale(1, 1.5) rotate(45deg);
}
.types:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 1px;
	width: 5px;
	height: 5px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.21);
}
