/* events category */
.row {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
}

.calendar-wrap {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.col-md-6 {
    	-webkit-box-flex: 0;
    	-webkit-flex: 0 0 50%;
    	-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
   	 	max-width: 50%;
	}
	.calendar-wrap {
		margin-bottom: 0rem;
	}
}

.font-weight-bold {
    font-weight: 700 !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}
.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}
.p-0 {
	padding: 0px;
}
.p-3 {
    padding: 1rem !important;
}
.overflow-y-auto {
    overflow-y: auto;
}
@media (min-width: 768px) {
	.mh-md-none {
	    max-height: none;
	}
	.position-md-absolute {
	    position: absolute;
	}
}
.mh-550p {
    max-height: 484px;
}
.font-size-lg {
    font-size: 1.125rem !important;
}
.h-100 {
    height: 100% !important;
}
.text-gray-800 {
    color: #383838 !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.calendar-head {
    border-bottom: 1px solid #E8E9EB;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive iframe {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.position-absolute {
    position: absolute !important;
}
.position-relative {
    position: relative !important;
}
.top-left-0 {
    top: 0;
    left: 0;
}
.table-fixed {
    table-layout: fixed;
}
.text-center {
    text-align: center !important;
}

.border-gray-200 {
    border: 1px solid #E8E9EB;
}


.event-listing hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    background-color: transparent;
    height: auto;
}
.has-events-wrapper>.has-events-circle {
    padding: 1rem;
    background-color: #615e5f;
    border-radius: 50%;
    color: #fff;
}
@media (min-width: 576px) {
	.has-events-wrapper>.has-events-circle {
	    padding: 1.25rem;
	}
}

.calendar-wrap {
    border: 1px solid #E8E9EB;
    padding-top: 0.25rem !important;
}

#date-search {
	margin-bottom: 20px;
}

#date-search .title {
    padding: 13px 10px 13px 10px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
	text-transform: uppercase;
    background-color: #4f4c4d;
}

#date-search .content {
    background-color: #F7F6F5;
    padding: 20px;
    height: 100%;
    color: #4f4c4d;
    margin-bottom: 0;
}

#date-search .content label {
	font-weight: bold;
}

#date-search .content .arrival-field,
#date-search .content .departure-field,
#date-search .content .search-field {
    margin-bottom: 10px;
}

#date-search .content .calendar-field .arrival-text,
#date-search .content .calendar-field .departure-text,
#date-search .content .calendar-field .search-text {
    background-color: #ffffff;
	border: 0px;
    padding: 0 15px;
    height: 39px;
	width: 100%;
	max-width: 100%;
    line-height: 39px;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2.select2-container {
    margin-top: -5px;
    margin-bottom: 15px;
    width: 100% !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.eventsearch-button, .reset-eventsearch, .back-button {
    background-color: #4f4c4d;
	border: 0px;
    font-size: 16px;
    font-size: 1rem;
    color: #ffffff;
    padding: 10px 14px;
    cursor: pointer;
    overflow-y: hidden;
	text-align: center;
}

.reset-eventsearch {
    background-color: #8a8888;
}

.calendar-categorylist {
	padding: 10px 0; 
}

.calendar-categorylist label {
	padding: 5px 5px;
}

.calendar-categorylist input[type=checkbox] {
	margin-right: 8px;
}

.event-card-wrap h3 {
	padding-top: 0px;
}

.event-card-wrap {
	padding: 20px 0px;
	border-top: 1px dotted #C2BCB5;
}

.event.selected-item.hide,
.event.selected-item {
	display: none;
}

.event.selected-item.show {
	display: block;
}

.event {
	cursor: pointer;
}

.form-language-change {
	float: right;
}

.edit-event-table .formLabelHolder {
	width: 30%;
}

.edit-event-table .formFieldHolder {
	width: 70%;
}

.edit-event-table .formFieldHolder input {
	max-width: 100%;
	width: 100%;
	padding: 7px 0 7px 5px 
}

.small-video {
	max-width: 500px;
}

.newslist, .newspage-img {
	margin-bottom: 20px;
}

.newslist:after {
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.newslist-item {
    float: left;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

.newslist-item h3 {
	padding-top: 0px;
}

.newslist-image img {
	float: left;
    max-width: 160px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
}

.newslist-content {
	float: left;
    max-width: 530px;
}

.newslist-content.pl-3 {
	padding-left: 20px;
}

.mb-3 {
	margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
.newslist-image {
    display: none;
}
.newslist-content.pl-3 {
padding: 0px;
}
}