﻿body {
    background: rgb(255, 255, 255);
    font-family: "Helvetica Neue", helvetica, 'Open Sans', sans-serif !important;
    font-size: 14px;
}
h1, h2, h3, h4 {
    color: rgb(45, 60, 72);
}
a {
    color: #307EA9;
}
a {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
a.hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
div.nntopbar
{
	left: 0px;
	top: 0px;
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px rgba(45,60,72,0.1);
    -moz-box-shadow: 0 1px rgba(45,60,72,0.1);
    box-shadow: 0 1px rgba(45,60,72,0.1);
    position: relative;
    width: 100%;
    z-index: 2;
}
div.nn-samap-header h4 {
    padding-top: 5px;
}
.logo
{
	padding-top:5px;
    padding-bottom:5px;
    position: relative; 
    max-width:250px;
    max-height:75px;
}
.business-name {
    max-width: 460px;
    display: inline-block;
}
.business-name h1 {
    display: inline-block;
    font-size: 20pt;
    line-height: 1.07143;
    vertical-align: middle;
    color: rgb(45, 60, 72);
    font-weight: 300;
}
.business-name h1 a {
   text-decoration: none;
   color: rgb(45, 60, 72);
}
.loc-cont
{
	margin-bottom: 12px;
	background: #cdd0d4;
    height:400px;
}
.activity-fold
{
    margin-top:10px;
    background: #ffffff;

}
.activity-fold::before {
    display: block;
    z-index: -1;
    content: "";
    height: 20px;
    background: -webkit-linear-gradient(#fafafa, #ffffff);
    background: -moz-linear-gradient(#fafafa, #ffffff);
    background: -o-linear-gradient(#fafafa, #ffffff);
    background: linear-gradient(#fafafa, #ffffff);
    border-top: 1px solid #eff0f1;
}

footer {
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #eff0f1;
    background: #f5f5f5;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #EEE;
}

.city-list
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 2px;
}
.city-list li
{
    display: inline-block;
    zoom:1;
    *display:inline;
}

.nn-samap-ci-image
{
    max-height:200px;
    max-width:200px;
}
.time
{
    color: rgb(149, 155, 162);
}

div.nn-review-header, div.nn-samap-header {
    padding: 0px;
}

.author
{
    line-height: 10px;
}

a.new-signup:hover {
    color: rgb(149, 155, 162);
}

div.nn-review-inner-cont, div.nn-samap-inner-cont {
    /*font-weight: lighter;*/
    font-size: .9em;
}
div.nn-review-inner-cont>h2, div.nn-samap-inner-cont>h2 {
    margin-top: 0;
    margin-bottom: 0;
}
div.nn-samap-tc-cont>h4 {
    margin-top: 0;
    margin-bottom: 6px;
}
div#nn-review-map-main, div#nn-samap-map-main {
    height: 300px!important;
    margin-bottom: 2em;
    margin-top: 2em;
    width: 100%;
    -webkit-box-shadow: -1px 2px 6px #6c6c6c;
    -moz-box-shadow: -1px 2px 6px #6c6c6c;
    box-shadow: 1px 1px 4px #6c6c6c;
}
div#nn-review-map-main.nn-map-medium {
    height: 390px;
}
div#nn-review-map-main.nn-map-large {
    height: 480px;
}
#nn-review-map-main img, #nn-samap-map-main img {
    max-width: none;
}
div.nn-combo-left {
    width: 65%;
    margin-right: 5%;
    float: left;
}
div.nn-combo-right {
    width: 30%;
    float: left;
}
div.nn-combo-right div.nn-samap-header h4 {
    padding-top: 0;
}
.nn-time-label {
    font-size: .9em;
    font-weight: 700;
    line-height: 1.1em;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #3A87AD;
    padding: 1px 4px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 1.3em;
    margin-top: 1.3em;
    text-align: center;
}
div.nn-review-header h3, div.nn-samap-header h3 {
    display: inline;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 0;
}
div.nn-review-header h4, div.nn-samap-header h4 {
    display: inline-block;
    margin: 0;
}
div.nn-samap-header h4 {
    padding-top: 22px;
}
div.nn-review-summary, div.nn-samap-summary{
    float: left;
    margin-right: 12px;
}
img.nn-samap-gravatar {
    max-height: 40px;
    max-width: 40px;
    margin-right: 16px;
}
div.nn-review-map-cont, div.nn-samap-map-cont {
    float: right;
    margin-left: 1.2em;
    margin-bottom: .7em;
}
div.nn-review-map-cont img, div.nn-samap-map-cont img {
    border: 1px solid #ccc;
}

p.nn-review-body,
p.nn-samap-body {
    padding-left: 1em;
    padding-top: 0.5em;
    margin-left: 1.15px;
    margin-top: 0.7em;
    background: none;
    min-height: 24px;
    border-left: 4px solid #eee;
}

img.nn-samap-ci-image {
    max-height: 240px;
}
div.nn-review-footer {
    background-color: #f5f5f5;
    padding: 1.08em 1.15em 1.15em 3em;
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 16px;
    border-top: 1px solid #DDD;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    zoom: 1;
    text-align: left;
}
div.nn-review-star-wrapper {
    float: left;
    width: 175px;
    overflow: auto;
    display: inline-block;
}
div.nn-review-rating-cat-overall {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #777;
}
div.nn-review-rating-cat-name {
    float: left;
    width: 14em;
}
div.nn-review-rating-cat-name>span {
    position: relative;
    top: 4px;
}
div.nn-samap-topcity {
    float: left;
    width: 33%;
}

.ui-padded {
    padding: 32px;
}

.fb-container {
    width: 100%;
}

.width-fix {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.linesize-fix {
    line-height: 16px;
}

.width-constraint {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;

    padding-left: 16px;
    padding-right: 16px;
}

footer {
    background: #F5F5F5;
    width: 100%;

    margin: 0px;
    padding: 0px;

    margin-top: 32px;
}

footer p {
    margin: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
}