.jumbotron {
	position: relative;
}

.popover {
	min-width: 300px;
	width: auto;
	font-weight: normal;
}

@media ( max-width : 768px) {
	.carousel {
		visibility: hidden;
	}
}
	.split-up-height {
		height: 300px;
	}
@media ( max-width : 480px) {
	.split-up-height {
		height: 100px;
	}
}

@media ( max-width : 768px) {
	.split-up-height {
		height: 150px;
	}
}

@media ( max-width : 991px) {
	.split-up-height {
		height: 200px;
	}
}

@media ( max-width : 1200px) {
	.split-up-height {
		height: 300px;
	}
}


.text-box {
	/*border: 2px solid rgba(0, 0, 0, .2);*/
	padding: 10px;
	min-height: 100%;
	/* 	height: auto !important;
	float: none; */
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
}


.social_media_divider{
	height:50px;
}


@media ( max-width : 991px) {
	.social_media_divider{
	height:0px;
}
}
@media ( max-width : 480px) {
	.text-box {
	border: none;
	box-shadow: none;
	padding: 0px;
	min-height: 100%;
	/* 	height: auto !important;
	float: none; */
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 0px;
}
}

.small_padding{
	padding-left:0px;
}

/*
* no gap on mobile phones
*/
@media ( max-width : 480px) {
.global_css{
	padding-left:0px;
	padding-right:0px;
}
.small_padding{
	padding-left:10px;
}
}

.fill-box {
	border: 0px solid rgba(0, 0, 0, .2);
	padding: 0px;
	/* 	height: auto !important;
	float: none; */
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
}

.media_player {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fill-box-image {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

.fill-box-media {
	margin-top: 0px;
}

.fill-box-media_player {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
}

.left-box-location {
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-leftbottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 100%;
	width: 100%;
	height: 100%;
	max-width: none;
	overflow: hidden;
}

.left-box-image-outer{
    overflow: hidden;
}

.left-box-image-inner {
    display: inline-block;
    position: relative;
    right: -50%;
    top: -50%;	
}

.left-box-image {
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-leftbottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 100%;
	height: 100%;
	/*max-width: none;
	overflow: hidden;*/
	 position: relative;
    left: -50%;	
    bottom:-50%;
}
@media ( max-width : 991px) {
.left-box-image {
	 bottom: 0%;	
}
.left-box-image-inner {
	 top: 0%;	
	}
}

.up-box-image {
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-leftbottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	max-height: none;
	overflow: hidden;
}

.text-box-social {
	padding: 5px;
	margin-top: -10px;
	margin-bottom: 40px;
}

.img-center {
	margin: 0 auto;
}

.panel-title {
	text-decoration: none !important;

}
.panel-heading:hover {
  background-color: #dfdfdf !important;
}