﻿#wrap {
	width: 100%;
}

.txt-ctr {
	text-align: center;
}

.list-fix li {
	text-align:left;
	margin-left: 40px;
}


#footer {
	/* height: 520px; */
	background-color: lightgrey;
}

#page {
	/* margin-bottom:560px; */
	background-color:#123456;
}

.contact-btn {
    background-color:cadetblue;
    width: 100%;
    height: 100%;
}

.cube {
	height: 460px;
	/* border: thin black solid;
	padding: 5px; */
}

.carousel-caption {
    top: auto;
    bottom: 50px;
}

@media (max-width: 768px) {
.gone {
	display: none;
}

#page {
	margin-bottom:0;
	background-color:white;

}
.list-fix li {
	text-align:left;
	margin-left: 0;
}

}

@media all {

#map-container {
    position:relative;
	height: 414px;
	padding:0;
}

.carousel-caption h3 {
	color: silver;

}

.carousel-caption p {
	color: #dededd;

}

}