.text ul{margin-bottom:20px;}
.text li {
	list-style: disc;
	list-style-position: inside;
}

.team-member {
	min-height: 510px;
}

.venue-section
{
	position: relative;
    padding: 100px 0px 0px;
}

.sponsors-section .sponsors-box .column {
	min-height:150px !important;
}

.row.text-center > div {
	display: inline-block;
	float: none;
}

/* VERTICALLY CENTER IMAGE */
.frame {
    height: 150px;      /* equals max image height */
    white-space: nowrap; /* this is required unless you put the helper span closely near the img */
    text-align: center; margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.frame img {
    vertical-align: middle;
    max-height: 200px;
}

.travel-block .inner-box {
    min-height: 580px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.sidebar-page-container {
    	position: relative;
    	padding: 30px 0px 25px;
	}
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

} 

/* BOOTSTRAP 3 MODAL */
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-title {
	font-family: Arial;
	color: #111;
}

.modal-header h1, .modal-header h2 {display:inline-block;}

.page-title:before {
	background: rgba(0,0,0,0.50);
	background: -webkit-linear-gradient(left,rgba(0,0,0,0.60),rgba(0,0,0,0.40),rgba(0,0,0,0.60));
	background: -ms-linear-gradient(left,rgba(0,0,0,0.60),rgba(0,0,0,0.40),rgba(0,0,0,0.60));
	background: -o-linear-gradient(left,rgba(0,0,0,0.60),rgba(0,0,0,0.40),rgba(0,0,0,0.60));
	background: -moz-linear-gradient(left,rgba(0,0,0,0.60),rgba(0,0,0,0.40);
}
