@import url(http://fonts.googleapis.com/css?family=Share+Tech);

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Share Tech', sans-serif;
	font-weight: bold;
    color: #00A7CE;
}

body a {
	color: #00A7CE;
	font-weight: bold;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

body a:hover {
	color: #00bbee;
	text-decoration: none;
	cursor: pointer;
}

a:active {
    text-decoration: none;
}

.section-selection-title {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #00252D;
}

.section-selection h1 {
	text-align: center;
	border: 0px solid #00A7CE;
	border-radius: 0px;
	padding: 10px 0px;
	margin: 0px 0px 20px 0px;
	background-color: #00A7CE;
	color: #00252D;
	border-radius: 3px;
}

.selected h1 {
	background-color: #00252D;
	color: #00A7CE;
}

.section-selection h1:hover {
	background-color: #00252D;
	color: #00A7CE;
}

.panoframe {
	font-family: "Courier", serif;
	font-size: 11px
}

.pano-iframe {
	height: 400px;
	border-radius: 0px;
	padding: 0px;
}

.pano-iframe iframe {
	border-radius: 0px;
}

@media (min-width: 768px){
	.pano-iframe {
		height: 600px;
	}
}

@media (min-width: 992px){
	.pano-iframe {
		height: 800px;
	}
}

.pano-thumb {
	padding-top: 20px;
	padding-bottom: 10px;
}

.pano-thumbnail img {
	width: 100%;
}

.pano-thumbnail p {
	text-align: left;
}

.img-responsive {
	border-radius: 3px;
}

.filterimg:hover > img {
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
}

.footer {
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #f8f8f8;
	background-color: #00252D;
	color: white;
	/*border-top: 1px solid #00A7CE;*/
}

.footer p {
	text-align: center;
}

body a,
.filterimg > img,
.section-selection h1 {
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}