@charset "UTF-8";
* *, * *:before, * *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rating-sprite, .rating-0, .rating-1, .rating-2, .rating-3, .rating-4, .rating-5 {
    background-image: url('../img/sprites/rating-s7b58868a0e.png');
    background-repeat: no-repeat;
}

.rating-0 {
    background-position: 0 0;
}

.rating-1 {
    background-position: 0 -16px;
}

.rating-2 {
    background-position: 0 -32px;
}

.rating-3 {
    background-position: 0 -48px;
}

.rating-4 {
    background-position: 0 -64px;
}

.rating-5 {
    background-position: 0 -80px;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header:after {
    content: " ";
    display: block;
    clear: both;
}

header .wrap {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

header .wrap:after {
    content: " ";
    display: block;
    clear: both;
}

header .wrap .logo {
    margin-left: 5.20833%;
    width: 31.25%;
    float: left;
}

header .wrap .logo span {
    width: 83.33333%;
    float: left;
}

header .wrap .search {
    width: 20.83333%;
    float: left;
}

header .wrap .search #q {
    width: 89.47368%;
    float: left;
}

header .wrap .search .sBtn {
    width: 10.41667%;
    float: right;
}

header .wrap a {
    width: 37.5%;
    float: left;
}

body > div, body > footer {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

body > div:after, body > footer:after {
    content: " ";
    display: block;
    clear: both;
}

.cont, .main .profile {
    padding-left: 5.20833%;
    padding-right: 5.20833%;
}

nav {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

nav:after {
    content: " ";
    display: block;
    clear: both;
}

.main .map {
    white-space: nowrap;
    overflow: hidden;
}

.main .map span:first-child {
    display: inline-block;
    width: 20%;
}

.main .map span:nth-child(2) {
    display: inline-block;
    width: 576px;
    position: relative;
}

.main .map span:last-child {
    display: inline-block;
    width: 20%;
    position: relative;
}

.main .title {
    width: 93.75%;
    float: left;
    padding-left: 0.10417%;
    padding-right: 0.10417%;
    margin-left: 3.125%;
    padding-left: 2.1875%;
    padding-right: 2.1875%;
}

.main .title .name {
    width: 68.75%;
    float: left;
    padding-left: 0.10417%;
    padding-right: 0.10417%;
}

.main .title .rbox {
    margin-left: 4.16667%;
    width: 27.08333%;
    float: left;
    padding-left: 0.10417%;
    padding-right: 0.10417%;
}

.main .title .rbox .btn-blue, .main .title .rbox a {
    width: 100%;
    float: left;
    padding-left: 0.10417%;
    padding-right: 0.10417%;
}

.main .profile {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.main .profile:after {
    content: " ";
    display: block;
    clear: both;
}

.main .profile .bcard {
    width: 68.75%;
    float: left;
}

.main .profile aside {
    margin-left: 4.16667%;
    width: 27.08333%;
    float: left;
}

.main .profile aside .btn-grey {
    margin-left: 2.08333%;
    margin-right: 2.08333%;
    width: 95.83333%;
    float: left;
}

.main .profile aside .social {
    width: 100%;
    float: left;
}

.main .profile aside .social .gplus-like, .main .profile aside .social .fb-like {
    width: 50%;
    float: left;
}

.main .profile dl {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.main .profile dl:after {
    content: " ";
    display: block;
    clear: both;
}

.main .profile dt {
    width: 33.33333%;
    float: left;
    padding-left: 0.41667%;
    padding-right: 0.41667%;
}

.main .profile dd {
    width: 66.66667%;
    float: left;
    padding-left: 0.41667%;
    padding-right: 0.41667%;
}

.main .profile dd p {
    width: 54.16667%;
    float: right;
    padding-left: 0.41667%;
    padding-right: 0.41667%;
}

.main .ga li {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.main .ga li:after {
    content: " ";
    display: block;
    clear: both;
}

.main .ga li .spBlT {
    width: 33.33333%;
    float: left;
    padding-left: 0.41667%;
    padding-right: 0.41667%;
}

.main .ga li span {
    width: 66.66667%;
    float: left;
    padding-left: 0.41667%;
    padding-right: 0.41667%;
}

.main .ga li .spBlB {
    width: 66.66667%;
    float: left;
    padding-left: 0.41667%;
    padding-right: 0.41667%;
    margin-left: 33.33333%;
}

#hours {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#hours:after {
    content: " ";
    display: block;
    clear: both;
}

#hours ul {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#hours ul:after {
    content: " ";
    display: block;
    clear: both;
}

#hours li {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#hours li:after {
    content: " ";
    display: block;
    clear: both;
}

#hours li time {
    width: 50%;
    float: left;
}

#hours li time .day {
    width: 50%;
    float: left;
}

#hours li time span {
    width: 50%;
    float: left;
}

#hours li > .day {
    width: 25%;
    float: left;
}

#hours li > span {
    width: 75%;
    float: left;
}

.urlPreview iframe {
    width: 100%;
    min-height: 450px;
}

.information .screen {
    width: 20.83333%;
    float: right;
    padding-left: 0.20833%;
    padding-right: 0.20833%;
}

.video {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.video:after {
    content: " ";
    display: block;
    clear: both;
}

.video div {
    width: 32.63158%;
    float: left;
    margin-right: 1.05263%;
}

.video div iframe {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.video div iframe:after {
    content: " ";
    display: block;
    clear: both;
}

.video div:last-child {
    margin-right: 0;
}

.reviews {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.reviews:after {
    content: " ";
    display: block;
    clear: both;
}

.reviews h2 {
    width: 68.75%;
    float: left;
}

.reviews .btn-blue {
    width: 27.08333%;
    float: right;
}

.reviews .aggregate {
    width: 100%;
    float: left;
}

.reviews ul {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.reviews ul:after {
    content: " ";
    display: block;
    clear: both;
}

.reviews li {
    width: 100%;
    float: left;
}

.reviews li img {
    width: 5.20833%;
    float: left;
}

.reviews li span {
    margin-left: 1.04167%;
    width: 10.41667%;
    float: left;
}

.reviews li .user {
    margin-left: 1.04167%;
    width: 93.75%;
    float: left;
}

.reviews li h3 {
    margin-left: 1.04167%;
    width: 71.875%;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
}

.reviews li p {
    width: 100%;
    float: left;
}

.reviews .comment {
    width: 62.5%;
    float: left;
}

.reviews .comment span {
    margin-left: 0%;
    width: 100%;
    float: left;
}

#photos {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#photos:after {
    content: " ";
    display: block;
    clear: both;
}

#photos .portrait {
    width: 50%;
    float: left;
    padding-left: 0.10417%;
    padding-right: 0.10417%;
}

#photos .portrait img {
    width: 100%;
    float: left;
    padding-left: 0.10417%;
    padding-right: 0.10417%;
}

#photos .landscape {
    width: 50%;
    float: left;
    padding-left: 0.10417%;
    padding-right: 0.10417%;
}

#photos .landscape img {
    width: 100%;
    float: left;
    padding-left: 0.10417%;
    padding-right: 0.10417%;
}

#photos .landscape img:last-child {
    margin-top: 3px;
}

#photos .landscape .portrait {
    width: 100%;
    float: left;
    padding-left: 0.10417%;
    padding-right: 0.10417%;
}

#photos .landscape .portrait img {
    width: 50%;
    float: left;
    padding-left: 0.10417%;
    padding-right: 0.10417%;
    height: auto;
}

#photos .landscape .portrait img:last-child {
    margin-top: 0;
}

#posts #posts-wf-wrapper {
    overflow: hidden;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    column-count: 3;
    column-gap: 10px;
    column-fill: auto;
}

#posts div {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#posts div:after {
    content: " ";
    display: block;
    clear: both;
}

#posts div img {
    width: 100%;
    float: left;
}

#posts div span {
    width: 100%;
    float: left;
}

#posts div p {
    width: 100%;
    float: left;
}

#bestof {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#bestof:after {
    content: " ";
    display: block;
    clear: both;
}

#bestof a {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
}

#bestof a span {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

#bestof a:last-child {
    margin-right: 0;
}

.reviewForm form, .commentForm form {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.reviewForm form:after, .commentForm form:after {
    content: " ";
    display: block;
    clear: both;
}

.reviewForm form label, .commentForm form label {
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
}

.reviewForm form input, .reviewForm form textarea, .reviewForm form #fStars, .commentForm form input, .commentForm form textarea, .commentForm form #fStars {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
}

.reviewForm form div, .commentForm form div {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
}

footer .l {
    width: 75%;
    float: left;
    padding-left: 0.20833%;
    padding-right: 0.20833%;
}

footer .r {
    width: 25%;
    float: right;
    padding-left: 0.20833%;
    padding-right: 0.20833%;
}

input, textarea, .btn-grey {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    padding: 5px;
    color: #b3b3b3;
}

.fErr {
    color: red;
}

a {
    color: #137ed0;
    text-decoration: underline;
}

.btn-grey, .btn-blue {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    padding: 9px;
    cursor: pointer;
}

.btn-grey.btn-blue, .btn-blue.btn-blue {
    background: #137ed0;
    color: white;
}

.btn-grey.btn-grey, .btn-blue.btn-grey {
    background: #f2f2f2;
    color: #333333;
    font-size: 1em;
}

.back-to-serp {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 0.8em !important;
    margin-left: 3.125%;
    color: black;
    text-align: center;
    text-decoration: none;
}

.back-to-serp:before {
    content: "\2630\ ";
}

.to-previous-next {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 0.8em;
    padding-right: 3.22917%;
    color: black;
    text-align: center;
    text-decoration: none;
}

body {
    background: url("//static.opendi.com/tb/img/m-texture.png");
    color: #333333;
}

body .main, body .cont, body .commentForm, body .reviewForm {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.screen {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 5px solid #FFF;
    border-bottom-width: 35px;
    border-radius: 2px;
    display: block;
    height: 0;
    margin: 0 0 15px 15px;
    padding-left: 80px;
    padding-top: 70px;
    width: 170px;
    color: #b3b3b3;
    text-decoration: none;
    position: relative;
}

.screen:after {
    content: attr(title);
    display: block;
    margin-left: 60px;
    margin-top: 10px;
    font-size: 0.9em;
    position: absolute;
    width: 100px;
    right: 0;
}

.cont {
    margin-top: 1em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px dotted #ddd;
}

.cont p {
    text-align: justify;
}

.toTop.btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background: #b3b3b3;
    font-size: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 100%;
    color: orange;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: none;
}

header {
    backgroud: white;
}

header .wrap {
    padding: 4px 0 0 0;
    height: 46px;
    vertical-align: middle;
}

header .wrap .logo div {
    width: 30px;
    float: left;
}

header .wrap .logo span {
    font-size: 1.4em;
    font-weight: normal;
    color: #137ed0;
    letter-spacing: -1px;
}

header .wrap .logo span em {
    font-weight: bold;
    color: #333333;
    font-style: normal;
}

header .wrap .logo span.location {
    font-weight: normal;
    color: #999999;
    font-size: 0.9em;
    letter-spacing: inherit;
}

header .wrap form {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 6px;
}

header .wrap form input {
    border: none;
    font-size: 0.9em;
}

header .wrap form #q:hover {
    background: #f2f2f2;
}

header .wrap form .sBtn {
    background: url("../../img/btn_search_g.png") no-repeat center center;
    min-with: 13px;
}

header .wrap .reg {
    line-height: 39px;
    font-size: 0.9em;
    text-align: right;
}

header .wrap .cnt {
    color: #999999;
    text-align: right;
    text-align: right;
    line-height: 39px;
    font-size: 0.9em;
}

header .wrap .cnt em {
    font-style: normal;
    font-size: 1em;
}

header .wrap a {
    color: #b3b3b3;
}

.breadcrumb {
    font-size: 0.9em;
    color: #999999;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.breadcrumb a {
    text-decoration: none;
    color: #999999;
}

.breadcrumb a:after {
    content: " › ";
}

.breadcrumb a:last-child:after {
    content: "";
}

.main {
    margin-top: 1em;
    position: relative;
    /** vertical line **/
}

.main .map {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.main .map span {
    height: 8em;
    cursor: pointer;
}

.main .map span:first-child {
    background-position: right center;
}

.main .map span:nth-child(2) {
    background-position: center;
}

.main .map span:last-child {
    background-position: left center;
}

.main .title {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
    margin-top: -3.1em;
    padding-top: 20px;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
}

.main .title .logo {
    background-color: rgba(242, 242, 242, 0.4);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.main .title h1 {
    margin: 0;
    line-height: 1.2em;
    font-size: 1.8em;
}

.main .title p {
    margin: 0.2em 0 0 0;
    font-size: 1.2em;
    color: #b3b3b3;
}

.main .title .rating {
    height: 16px;
    padding: 0;
    margin: 10px auto;
    width: 96px;
}

.main .title .rbox {
    text-align: center;
}

.main .title .rbox span, .main .title .rbox a {
    font-size: 0.9em;
    color: #b3b3b3;
}

.main .vl {
    border-left: 1px dotted #DDDDDD;
    height: 400px;
    margin-left: 660px;
    margin-top: -55px;
    position: absolute;
    width: 1px;
}

.main .profile dl {
    margin-top: 0;
    margin-bottom: 0;
}

.main .profile .contact {
    margin-bottom: 1em !important;
}

.main .profile dt {
    text-align: right;
    color: #b3b3b3;
    border-bottom: 1px solid #f2f2f2;
    padding: 7px 10px;
}

.main .profile dd {
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    padding: 7px 10px;
}

.main .profile dd p {
    margin: 0;
    font-size: 0.9em;
    text-align: right;
}

.main .profile dd .el {
    color: #b3b3b3;
    font-size: 0.9em;
}

.main .profile aside {
    text-align: center;
}

.main .profile aside .btn-grey {
    font-size: 0.8em;
}

.main .profile aside span, .main .profile aside a {
    font-size: 0.9em;
    color: #b3b3b3;
}

.main .profile aside .social {
    margin-top: 2em;
    margin-bottom: 2em;
}

.main .profile aside .checked-badge img {
    margin-top: 2em;
}

.information {
    min-height: 11.5em;
}

.information .screen {
    margin-top: -40px;
}

.information .gPlus, .information .gPlus a {
    font-size: 0.9em;
    color: #b3b3b3;
}

.rating {
    margin: 10px 0;
    text-align: right;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.rating span, .rating a {
    font-size: 13px;
    color: #999999;
}

.rating-0,
.rating-1,
.rating-2,
.rating-3,
.rating-4,
.rating-5 {
    font-size: 0;
    padding: 13px 50px 3px 50px;
    color: transparent;
}

.reviews .aggregate {
    padding: 0 0 0.3em 0;
    margin-bottom: 0.5em;
}

.reviews ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.reviews li {
    border-top: 1px dashed #b3b3b3;
    padding-top: 1.5em;
    margin-top: 0.5em;
}

.reviews li .user {
    padding-bottom: 0.3em;
    font-size: 0.8em;
    color: #b3b3b3;
}

.reviews li img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.reviews li h3 {
    font-size: 1.1em;
}

.reviews li p {
    margin-bottom: 0;
}

.reviews .btn-comment {
    font-size: 0.9em;
    float: right;
    cursor: pointer;
}

.reviews .comment {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 1em;
    position: relative;
    background: #f2f2f2;
    padding: 0.5em;
    font-size: 0.9em;
}

.reviews .comment span {
    font-size: 0.9em;
    color: #b3b3b3;
}

.reviews .comment p {
    margin: 0;
}

.reviews .comment:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 8px;
    border-color: #f2f2f2 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -7px;
    left: 1em;
}

.reviewForm, .commentForm {
    display: none;
    left: 25%;
    padding: 1em;
    position: fixed;
    top: 15%;
    width: 50%;
}

.reviewForm label, .reviewForm input, .reviewForm textarea, .commentForm label, .commentForm input, .commentForm textarea {
    margin-bottom: 5px;
}

.reviewForm textarea, .commentForm textarea {
    height: 100px;
}

.reviewForm span, .commentForm span {
    width: 100px;
    height: 16px;
    margin-bottom: 15px;
    display: block;
    padding: 0;
    cursor: pointer;
}

.reviewForm span em, .commentForm span em {
    display: block;
    float: right;
    height: 16px;
    padding: 0;
    width: 20px;
    background: url("../../img/sprites/rating/5.png") no-repeat -200px 0;
}

.reviewForm span em:hover, .reviewForm span em:hover ~ em, .commentForm span em:hover, .commentForm span em:hover ~ em {
    background-position: 0 0;
}

.reviewForm .toolbar, .commentForm .toolbar {
    margin-top: 15px;
    text-align: right;
}

.ask-for-review {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 50px;
    background: #137ed0 !important;
    padding: 0;
    display: none;
}

.ask-for-review p {
    color: white;
}

.ask-for-review p .right {
    display: block;
    float: right;
    padding-right: 15px;
    cursor: pointer;
}

.extReview {
    width: 100%;
    float: left;
}

.extReview .summary {
    width: 100%;
    float: left;
}

.extReview .summary > a {
    width: 5.20833%;
    float: left;
}

.extReview .summary > a img {
    width: 100%;
    float: left;
}

.extReview .summary > p {
    margin-left: 2.08333%;
    width: 91.66667%;
    float: left;
}

.extReview .summary > p span {
    width: 100%;
    float: left;
}

.extReview li {
    width: 100%;
    float: left;
}

.extReview li span {
    margin-left: 2.08333%;
    width: 87.5%;
    float: left;
    margin: 0;
}

.extReview li p {
    width: 100%;
    float: left;
}

.extReview li p a {
    width: 100%;
    float: left;
}

.extReview .summary {
    border-top: 1px dashed #b3b3b3;
    padding-top: 1em;
    padding-bottom: 0.5em;
    margin-top: 1em;
}

.extReview .summary p {
    margin-top: 0;
    margin-bottom: 0;
}

.extReview .summary .info {
    padding-top: 0.5em;
}

.extReview .details {
    color: #b3b3b3;
    font-size: 0.9em;
}

.extReview .jmdExtLnk:after {
    content: " weiterlesen bei jameda.de";
}

.extReview .rkExtLnk:after {
    content: " weiterlesen bei restaurant-kritik.de";
}

.yelpReview {
    width: 100%;
    float: left;
}

.yelpReview .rating {
    width: 10.41667%;
    float: left;
}

.yelpReview .rating img {
    width: 100%;
    float: left;
}

.yelpReview .review {
    margin-left: 5.20833%;
    width: 84.375%;
    float: left;
}

.yelpReview .review .summary {
    width: 100%;
    float: left;
}

.yelpReview .review .summary img {
    width: 8.33333%;
    float: left;
}

.yelpReview .review .summary span {
    margin-left: 3.125%;
    width: 41.66667%;
    float: left;
}

.yelpReview .review .snippet {
    width: 100%;
    float: left;
}

.yelpReview .review .snippet img {
    width: 8.33333%;
    float: left;
}

.yelpReview .review .snippet p {
    margin-left: 3.125%;
    width: 88.54167%;
    float: left;
}

.yelpReview {
    border-top: 1px dashed #b3b3b3;
    margin-top: 1em;
    padding-top: 1em;
}

.yelpReview p {
    margin: 0;
}

.yelpReview .ystars {
    margin-top: 1em;
}

.yelpReview .review img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.toGC a {
    color: #b3b3b3;
    font-size: 0.8em;
    text-decoration: none;
}

.toG {
    color: #b3b3b3;
    font-size: 0.8em;
    text-decoration: none;
}

.ga {
    overflow: hidden;
    padding-bottom: 1em;
}

.ga ul {
    margin: 0;
    padding: 0;
}

.ga li {
    background: #F8F8F8;
    list-style: none;
    position: relative;
    padding: 8px 10px;
    font-size: 15px;
}

.ga li .spBlT {
    font-size: 16px;
}

.sky {
    margin-left: 985px;
    position: absolute;
}

.video h3 {
    font-size: 1em;
    margin-top: 0.5em;
}

#hours ul {
    padding: 0;
    margin: 0;
}

#hours ul li {
    list-style: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -0.5em;
    margin-left: -0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #f2f2f2;
}

#hours ul li:last-child {
    border-bottom: none;
}

#hours ul li > span {
    color: #b3b3b3;
}

#posts {
    overflow: hidden;
}

#posts .fb-post, #posts .fb-status {
    position: relative;
    display: inline-block;
}

#posts .fb-post .post-date, #posts .fb-status .post-date {
    background: url("../../img/facebook-16x16.png") no-repeat;
    background-position: right bottom;
}

#posts .tw-tweet {
    position: relative;
    display: inline-block;
}

#posts .tw-tweet .post-date {
    background: url("../../img/twitter-16x16.png") no-repeat;
    background-position: right bottom;
}

#posts .post {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    margin-bottom: 1em;
    position: relative;
    display: inline-block;
}

#posts .post p {
    text-align: left;
    padding: 0.5em 0.5em 0 0.5em;
    margin: 0;
}

#posts .post span {
    font-size: 0.9em;
    display: block;
    font-weight: bold;
}

#posts .post .post-date {
    font-size: 0.9em;
    text-align: right;
    display: block;
    height: 20px;
    font-weight: bold;
    padding-right: 20px;
}

#posts .post img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.5em;
}

.cf:before, .cf:after, .cfLi li:before, .cfLi li:after {
    content: "";
    display: table;
}

.cf:after, .cfLi li:after {
    clear: both;
}

.cf, .cfLi li {
    *zoom: 1;
}

.address-row {
    border-bottom: 1px solid #f2f2f2;
    width: 570px;
}

.address-row h2 {
    float: left;
    font-size: 15px;
    color: #a8a8a8;
    padding: 5px 10px;
    text-align: right;
    width: 180px;
    margin: 0;
    font-weight: normal;
}

.address-row p {
    float: left;
    width: 360px;
    margin: 5px 0 5px 10px;
}

.yxt-special-offer {
    display: block;
}

.yxt-img-logo {
    max-height: 100px;
    max-width: 155px;
    height: auto;
    width: auto;
    border: 1px solid #f2f2f2;
    padding: 3px;
}

.navPage {
    margin: 0;
}

.navPage a:hover, .navPage a.active {
    background: #f2f2f2;
    color: #a8a8a8;
}

.navPage a {
    background: #fff;
    display: block;
    padding: 20px 50px;
    font-size: 20px;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 300;
    text-decoration: none;
    border-right: 1px solid #d9d9d9;
    color: #474747;
}

.navPage a {
    padding: 15px 30px;
    font-size: 17px;
}

.navPage ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.navPage ul li {
    float: left;
    padding: 0;
}

.itemID {
    color: grey;
}

.yext-content ul {
    list-style: none;
    margin: 0;
}

.yext-content h3 {
    margin: 0;
}

.yext-content h4 {
    margin: 10px 0 0;
    background: #D9D9D9;
    font-weight: normal;
    padding: 5px 10px;
}

.yext-content h5 {
    margin: 0;
}

.yext-content h6 {
    clear: both;
}

.yext-content ul.yext-content-list {
    list-style: none;
    margin: 0 0 20px;
    border-top: 1px solid #D9D9D9;
}

.yext-content-list li {
    position: relative;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0;
}

.yext-content-list li li {
    background: #eee;
    padding: 5px 10px;
}

.yext-content-list li li span {
    right: 10px;
    top: 5px;
}

.yext-content-list img {
    float: left;
    margin: 0 10px 0 0;
    display: block;
}

.yext-content-list span {
    position: absolute;
    display: block;
    width: auto;
    right: 0;
    top: 10px;
}

.yext-content-list span em {
    display: block;
    text-align: right;
    font-style: normal;
    color: grey;
    font-size: 13px;
}

.yext-content-list span.itemID {
    position: relative;
    top: 0;
    margin: 0 0 7px;
}

.yext-content h1 {
    font-size: 20px;
    margin: 20px 0 0;
}

.yext-product-content {
    margin: 70px 0 0;
    border: 1px solid #ddd;
    padding: 30px;
    position: relative;
}

.yext-product-navigation {
    position: absolute;
    top: -43px;
    left: 10px;
}

.yext-product-navigation li {
    display: inline-block;
}

.yext-product-navigation a {
    display: block;
    float: left;
    padding: 10px 20px;
    border: 1px solid #ddd;
    text-decoration: none;
    margin: 0 10px 0 0;
    color: #111;
    background: #ddd;
}

.yext-product-navigation a.active {
    font-weight: bold;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.yext-product-teaser {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.yext-product-teaser img {
    float: left;
    margin: 0 20px 20px 0;
    display: block;
}

.yext-product-teaser h2 {
    margin: 0;
    font-size: 18px;
}

.yext-product-teaser .itemID {
    display: block;
    margin: 10px 0;
}

.yext-product-teaser .yext-product-price {
    display: block;
    color: #111;
    font-size: 22px;
    margin: 0 0 20px;
}

.yext-product-teaser .yext-product-price em {
    color: grey;
    font-style: normal;
}

.yext-product-extrafeatures.wimg {
    float: left;
    width: 695px;
}

.yext-product-extrafeatures li {
    position: relative;
    background: #eee;
    padding: 5px 10px;
    border-bottom: 1px solid #D9D9D9;
}

.yext-product-extrafeatures span {
    position: absolute;
    display: block;
    width: auto;
    right: 5px;
    top: 5px;
}

.yext-photos {
    text-align: center;
}

.yext-photos-navi li {
    display: inline-block;
}

.yext-photos-navi li a {
    display: block;
    float: left;
    margin: 4px 4px 0 0;
}

.yext-photos-navi li a img {
    border: 4px solid #fff;
    max-width: 105px;
    max-height: 85px;
}

.yext-photos-navi li:nth-child(5) a {
    margin: 4px 0 0;
}

.yext-photos-navi li a:hover img,
.yext-photos-navi li a.active img {
    border: 4px solid grey;
}

.yext-photos-details img {
    max-width: 800px;
    max-height: 800px;
}

.yext-video {
    text-align: center;
}

.yext-bios-teaser {
    padding: 20px 0 10px;
    border-bottom: 1px solid #eee;
    border-top: 2px solid #eee;
    margin: 30px 0;
}

.yext-bios-teaser img {
    float: left;
    margin: 0 20px 20px 0;
    display: block;
}

.yext-bios-teaser h2 {
    margin: 0;
    font-size: 26px;
}

.yext-bios-teaser .itemID {
    display: block;
    margin: 10px 0;
}

.yext-bios-teaser .yext-product-price {
    display: block;
    color: #111;
    font-size: 22px;
    margin: 0 0 20px;
}

.yext-bios-teaser .yext-product-price em {
    color: grey;
    font-style: normal;
}

#products-photo-details img, #events-photo-details img {
    display: inline;
    float: none;
}

.ohtd {
    text-decoration: underline;
    color: #0670c6;
}

.h1-short {
    width: 410px;
}

#bestof a {
    text-align: center;
    text-decoration: none;
    color: #999999;
    font-size: 1em;
}

#bestof a span {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: block;
    height: 120px;
    background-position: left;
    background-repeat: repeat-x;
    margin-bottom: 0.4em;
}

footer {
    margin: 1em 0;
}

footer .l a {
    padding-right: 1em;
}

footer .r {
    text-align: right;
}

footer .r a {
    padding-left: 1em;
}

footer a {
    text-decoration: none;
    color: #b3b3b3;
    font-size: 0.9em;
}

footer .toTop {
    color: #137ed0;
    cursor: pointer;
}

footer .toTop:after {
    content: '▴';
    cursor: pointer;
    margin-left: 5px;
}

body {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.9em;
}

h2 {
    margin: 0 0 1em 0;
}

/* @see http://stackoverflow.com/questions/13124818/susy-non-mobile-first */
@media (min-width: 0) and (max-width: 1024px) {
    .sky {
        display: none;
    }

    header .wrap {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    header .wrap:after {
        content: " ";
        display: block;
        clear: both;
    }

    header .wrap .search {
        width: 37.5%;
        float: left;
        padding-left: 0.41667%;
        padding-right: 0.41667%;
    }

    header .wrap .cnt {
        display: none;
    }

    header .wrap .location {
        display: block;
        font-size: 0.8em;
        height: 1.2em;
        overflow: hidden;
    }

    header .wrap .reg {
        margin-left: 4.16667%;
        width: 16.66667%;
        float: left;
        padding-left: 0.41667%;
        padding-right: 0.41667%;
    }

    .main .title h1 {
        font-size: 1.8em;
    }

    .main .profile dd p {
        font-size: 0.6em;
    }

    .main .rating a {
        display: none;
    }

    .main .vl {
        display: none;
    }

    .yelpReview {
        width: 100%;
        float: left;
    }

    .yelpReview .review .summary {
        width: 100%;
        float: left;
    }

    .yelpReview .review .summary img {
        width: 8.33333%;
        float: left;
    }

    .yelpReview .review .summary span {
        margin-left: 3.125%;
        width: 88.54167%;
        float: left;
    }

    .reviewForm, .commentForm {
        left: 10%;
        width: 80%;
    }
}

/* @see http://stackoverflow.com/questions/13124818/susy-non-mobile-first */
@media (min-width: 0) and (max-width: 768px) {
    /*  body:before{
        content: 'Smartphone Landscape';
        position: absolute;
        top: 0;
        left: 0;
      }*/
    header .wrap {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    header .wrap:after {
        content: " ";
        display: block;
        clear: both;
    }

    header .wrap .logo {
        width: 12.5%;
        float: left;
        padding-left: 0.41667%;
        padding-right: 0.41667%;
    }

    header .wrap .logo span {
        display: none;
    }

    header .wrap .search {
        width: 70.83333%;
        float: left;
        padding-left: 0.41667%;
        padding-right: 0.41667%;
        text-align: right;
    }

    header .wrap .reg {
        display: none;
    }

    .urlPreview {
        display: none;
    }

    .main .title h1 {
        font-size: 1.8em;
    }

    .main .title p {
        font-size: 1em;
    }

    .main .rating span {
        visibility: hidden;
    }

    .profile .callOut {
        display: none;
    }

    .reviewForm, .commentForm {
        top: 1%;
        left: 1%;
        width: 98%;
    }

    .reviewForm label, .reviewForm input, .reviewForm textarea, .commentForm label, .commentForm input, .commentForm textarea {
        font-size: 0.9em;
    }
}

/* @see http://stackoverflow.com/questions/13124818/susy-non-mobile-first */
@media (min-width: 0) and (max-width: 640px) {

    .breadcrumb {
        display: none;
    }

    .urlPreview {
        display: none;
    }

    .main .map span {
        height: 8.2em;
        cursor: pointer;
    }

    .main {
        overflow: hidden;
    }

    .main .back-to-serp {
        top: 5px;
    }

    .main .to-previous-next {
        top: 15px;
    }

    .main .title {
        min-height: 100px;
        margin-top: -5.1em;
    }

    .main .title h1 {
        font-size: 1.8em;
    }

    .main .title p {
        font-size: 1em;
    }

    .main .rating {
        display: none;
    }

    .main .profile {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-left: 5.20833%;
        width: 89.58333%;
        float: left;
        padding-left: 0.10417%;
        padding-right: 0.10417%;
    }

    .main .profile:after {
        content: " ";
        display: block;
        clear: both;
    }

    .main .profile .bcard {
        width: 100%;
        float: left;
        padding-left: 0.10417%;
        padding-right: 0.10417%;
    }

    .main .profile aside {
        display: none;
    }

    .screen {
        display: none;
    }

    #hours {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #hours:after {
        content: " ";
        display: block;
        clear: both;
    }

    #hours ul {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #hours ul:after {
        content: " ";
        display: block;
        clear: both;
    }

    #hours li {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #hours li:after {
        content: " ";
        display: block;
        clear: both;
    }

    #hours li time:last-child {
        width: 33.33333%;
        float: left;
    }

    #hours li time:last-child span {
        width: 100%;
        float: left;
    }

    #hours li time:first-child {
        width: 66.66667%;
        float: left;
    }

    #hours li time:first-child span {
        width: 50%;
        float: left;
    }

    #hours li > .day {
        width: 33.33333%;
        float: left;
    }

    #hours li > span {
        width: 66.66667%;
        float: left;
    }

    #posts #posts-wf-wrapper {
        overflow: hidden;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        -webkit-column-fill: auto;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -moz-column-fill: auto;
        column-count: 2;
        column-gap: 10px;
        column-fill: auto;
    }
}
