/*.affix {
  top: 20px;
  position: fixed !important;
}


#map{
    height:500px;
}
*/
.main .page-header {
    margin-top: 0;
}

.breakpoint-current {
    left: 0;
    margin-top: -10px;
    position: fixed;
    width: 3px;
    height: 3px;
    /*background: red;;*/
}

/*[data-place]{
	position:relative;
	display:block;
	border: 1px solid red;
}*/

h2.viewing {
    font-weight: bold;
}

.ratio{
	position: relative;
	height: 0;
	margin-bottom:0.5em;
}

.ratio > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eee;
	padding-bottom:0;
}
