﻿#btn-edit {
    float: right;
    margin-top: 16px;
}

.profile-intro {
    font-size: 18px !important;
    font-weight: bold;
    line-height: 28px !important;
}

    .profile-intro img {
        float: left;
        margin-right: 12px;
    }

.avatar-profile {
    position: absolute;
    top: -180px;
    left: 20px;
}

.introfeature p {
    line-height: 18px;
    font-size: 14px !important;
}

    .introfeature p span {
        font-weight: bold;
        text-transform: uppercase;
            font-size: 16px !important;
    }


.inner-panel-review {
    background-color: #474747;
    border-left: 2px #91B017 solid;
    margin-bottom: 1px;
    padding: 6px 8px;
    position: relative;
    cursor: pointer;
}

.inner-panel-review-avatar {
    width: 50px;
    float: left;
}

.inner-panel-review-rside {
    width: 580px;
    float: left;
}

.inner-panel-review-alt {
    background-color: #3A3A3A;
}

.inner-panel-review-title {
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 12px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-style: italic;
}

.inner-panel-review-park {
    color: #fff;
    font-size: 11px;
    display: block;
    margin-bottom: 4px;
}

.inner-panel-review-date {
    font-size: 11px;
    padding: 0;
    margin: 0;
    line-height: 12px;
    color: #7F8081;
}

.inner-panel-review-rating {
    position: absolute;
    right: 12px;
    top: 4px;
}

    .inner-panel-review-rating img {
        border: none !important;
    }

.inner-panel-hover {
    background-color: #768d1a;
}

    .inner-panel-hover .inner-panel-item-date, .inner-panel-hover .inner-panel-review-date {
        color: #272727;
    }

.parkTile {
    height: 60px;
	border-bottom: 1px #fff solid;
	border-left: 2px solid #96B422;
	position: relative;
	background: #d3d3d3 url('../img/gfx-rightarrow.png') 250px 24px no-repeat;
	cursor: pointer;
    width: 270px;
    float: left;
}

.parkTileAlt {
    margin-left: 63px;
}

.parkTileHover {
    background-color: #96B422 !important;
}

.parkTile-title
{
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 110px;
	top: 14px;
}
.parkTile-link
{
	font-size: 11px;
	font-weight: bold;
	color: #767575;
	position: absolute;
	left: 110px;
	top: 32px;
	text-transform: uppercase;
}

.parkTileHover .parkTile-link a
{
	color: #fff !important;
}

.parkTile-img img {
    border: none !important;
}



aside.media {
    padding: 20px;
}

.mediaImg {
    position: relative;
    width: 270px;
}
.mediaImg img {
    margin-bottom: 10px;
}

.mediaImg p {
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    background-color: #272727;
    color: #fff;

    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: right;
    padding: 0 4px;
}

aside.localsad {
    padding: 20px 20px 0 20px;
}

.localItem {
    /*padding: 20px 0 0 20px;*/
}

.localItem span {
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 13px;
    display: block;
}
.localItem p {
    font-size: 11px;
    margin: 0 0 6px 0;
}

.localItem h3 {
    margin: 0 0 6px 0;
}


.localImg {
    float: right;
    margin: 0 0 12px 12px;
}


 .inner-panel-intro {
    margin-bottom: 0 !important;
}

.inner-panel-review-rside {
    width: 520px !important;
}