.filter {
	background-color: #FFFFFF;
	padding: 10px;
	width: 180px;
	top: 0px;
	right: 0px;
	position: absolute;
	height: 100%;
	width: 191px;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
}
.mapContainer{
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-width:980px;
    width:100%;
    position:relative;
    overflow:hidden;
    margin-bottom:15px;
}
#boats{
    position:relative;
    width:180px;
    height:490px;
    overflow-y:auto;
}
#boats p{
    text-align:center;
    padding:30px;
    font-size:15px
}
#boats h2{
    margin-top:5px;
    color:#900;
}
#boats h2 span{
    text-decoration:underline;
    color: #c55c0b;
}
#boats ul{
    margin-left:-22px;
}
#boats ul li{
    margin-bottom:1px;
    font-size:13px;
}
#boats ul li a, ul.points a{
    font-weight:normal;
    text-decoration:none;
}
#boats ul li a:hover, ul.points a.active{
    font-weight:bold;
    color:#000;
}
#boats ul h3{
    margin-left:-15px;
    color:#333;
    font-size:15px;
    font-style:normal;
}
ul.points{
    float:right;
    width:150px;
    border-left:dotted 1px #666;
    margin-left:20px;
    margin-top:0px;
}
ul.points p{
    margin-left:-17px;
    font-weight:bold;
    color:#930;
    font-size:16px;
}
ul.points li{
    margin-bottom:3px;
    list-style-image:url(../images/icons/check-red.gif)
}
ul.points li a{
    text-decoration:underline;
}
ul.points li a:hover{
    text-decoration:none;
}
.tab-content{
    display:block;
    clear:both;
    overflow:hidden;
    padding:0px 0px 10px !important;
    border-bottom:1px solid #ccc;
    max-width:777px;
    width:100%;
}
#visit {
    max-width:750px;
    width:100%;
}
#visit table, .tab-content table{
    font-size:13px;
    color:#333;
    margin-bottom:10px;
}
#visit a, #visit p.notes{
    display:none;
}
#visit h2{
    font-size:1px;
    color:#FFF;
}
#visit .conter{
    padding:0px;
    font-size:14px;
    overflow:hidden;
}
#visit h4{
    font-size:17px;
}
ul.gallery{
    list-style:none;
    margin:0px;
    padding:0px;
    width:777px;
    clear:both;
    display:block;
}
ul.gallery li{
    float:left;
    margin-top:4px;
    margin-bottom:14px;
    margin-right:4px;
}
ul.gallery li:last-of-type{
    margin-right:0px;
}
ul.gallery li img{
    border:0px;
}
@media screen and (max-width: 990px) {
    body, header.mob, .cont,  header.mob h1 {
        background:none !important;
        border-top:none !important;
        height:auto !important;
        width:auto !important;
    }
    header.mob h1 {
        margin-top:0px !important;
        padding-top:15px !important;
    }
    header.reg{
        display:none !important;
    }
    #boats, .filter{
        position: static !important;
        width:auto;
        display:block;
        clear:both;
    }
    #mp{
        width:100%;
        height:auto;
    }
    .tab-content, #visit, #mps{
        max-width:auto;
        width:auto;
        padding-left:15px;
        padding-right:15px;
    }
    .tab-content h2{
        clear:left;
    }
    ul.gallery{
        margin-left:-15px;
    }
    ul.points p{
        display:none;
    }
    ul.points{
        border:0px;
        margin-left:0px;
    }
}