html {
    overflow-y:scroll;
}

.ie-stickyFooter { /* 1 */
	display:-ms-flexbox; !important
	-ms-flex-direction:column;
}

.container {
	min-height:100vh;
	display:-webkit-flex; /* 3 */
	display:flex;
	-webkit-flex-direction:column; /* 3 */
	flex-direction:column;
}

.body {
	-webkit-flex-grow:1; /* 3 */
	flex-grow:1;
	display: flex;
	align-items: center; /* align vertical */
}

.separator-main-blue {
	background-color: #182959;
	height: 8px;
	margin: 0px;
	border: none;
}

.separator-main-gold {
	background-color: #f1b53d;
	height: 5px;
	margin: 0px;
	border: none;

}

.separator-main-grey {
	background-color: #4b4b4b;
	height: 4px;
	margin: 0px;
	border: none;

}

.separator-main-white {
	background-color: white;
	height: 1px;
	margin: 0px;
	border: none;

}
.separator-main-blue-small {
	background-color: #182959;
	height: 3px;
	padding: 0px;
	border: none;
}

.carousel-inner > .item > img {
  width:95%;
}

.header-location-address {
	font-size: 22px;
	font-weight: bold;
}

.carousel-indicators li {
    background-color: white;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
    background-color: #182959;
    
}

.carousel-control.left {
	width: 80px;
	background-color: none;
	background-image: none;
}

.carousel-control.right {
	width: 80px;
	background-color: none;
	background-image: none;
}

.carousel .glyphicon-chevron-right:before {
	color: white;
}

.carousel .glyphicon-chevron-left:before {
	color: white;
}

.block {
	display: inline-block
}

.footer
{
	text-align: center;
	margin-bottom:20px;
}

.link {
	cursor: pointer;
}

.bold
{
	font-weight: bold;
}

.big-text {
	font-size: 24px;
}

.medium-text {
	font-size: 16px;
}

.small-text {
	font-size: 12px;
}

.no-padding {
	padding: 0px;
}

.light-grey-bg {
	background-color: #eeeeee;
}

.grey-bg {
	background-color: #4b4b4b;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
	height: 550px;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #182959;
    border-color: #182959;
}

.btn-primary:hover {
    background-color: #f1b53d;
    border-color: #f1b53d;
}

.listing-image {
	max-height: 250px !important;
	max-width: 333px !important;
}

.listing-bottomleft {
	position:absolute;
	bottom:0;
	margin-bottom: 40px;
	left: 20x;
}

.listing-city {
  display: -webkit-box;
  overflow : hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}
	
.listing-text {
  display: -webkit-box;
  overflow : hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
}

.sorting-dropdown {
	padding-left: 20px;
	padding-bottom: 20px;
}

.image {
	position:relative;
}

.png-over {
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
 
.contact-image {
	max-width: 130px !important;
}
 
.menu-container {
	width: 873px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left:auto;
	margin-right:auto;
}

@media print {

	.container {
        display: inline;
    }

	a[href]:after {
		content: none;
	}

	.carousel-control,
	.carousel-indicators {
		display: none;
	}
	
	#mainlogo {
		height: 50%;
		width: 50%;
	}	
	
	#mainimage {
		height: 50%;
		width: 50%;
	}		
	
	#actions {
		display: none;
	}
	
	#map {
		display: none;
	}
	
	.pagebreak { 
		page-break-before: always;
	} 
}