@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&display=swap&subset=latin-ext');

* {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    color: #151414;
}

html {
    background: #e6e6e6;
}

body {
    padding: 0;
    margin: 0;
}

article section table.times .active {
    background: #d7f2da;
}

.content {
    min-height: calc(100vh - 142px);
}

.header-content,
.content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

p,
ul,
li,
article,
aside {
    margin: 0;
    padding: 0;
}

p {
    padding-top: 10px;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

a {
    color: #68a47d;
}

a:hover {
    color: #036f29;
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-weight: 900;
    text-transform: uppercase;
    color: #151414;
    border: 0;
    margin: 0;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

header.main {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
    background: #e6e6e6;
}

p.more {
    font-style: italic;
    text-align: center;
}

article section nav ul li:before {
    content: "";
    background: url("../images/store-icon.png") no-repeat 0 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
}

header.main a.logo {
    font-weight: 700;
    padding: 5px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1;
    float: left;
    color: #151414;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

header.main a.logo img {
    width: auto;
    height: auto;
    max-width: 60px;
    position: relative;
    top: 5px;

    
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}

header.main div.search {
    float: right;
    padding: 5px;
    display: none;
}

#breadcrumb {
    clear: both;
    display: none;
}

#breadcrumb ul li {
    float: left;
    padding: 10px;
    color: #bbbbbb;
}

#breadcrumb ul li a {
    color: #777777;
}

article {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #cccccc;
    margin-bottom: 50px;
}

article section,
article header {
    padding: 20px 10px;
    overflow: hidden;
}

article div.adsenseline {
    margin: 10px 0;
    display: none;
}

article div.adsensehorizont {
    margin: 10px;
    text-align: center;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

article section nav ul li a {
    padding: 5px 5px 0 0;
    margin: 5px 5px 0 0;
    display: inline-block;
    word-break: break-word;
}

article section nav ul li a sup {
    text-decoration: none;
    color: #777777;
}

article section.cclist {
    overflow: hidden;
}

article section.cclist div {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

article section.cclist div a {
    display: block;
    margin-left: 85px;
}

article section.cclist div span {
    float: left;
    display: none;
    width: 14%;
}

article section.cclist div span i,
article section.cclist div span b {
    display: block;
    padding: 5px 5px 0 0;
    text-align: center;
    font-size: 0.8em;
    color: #999999;
}

article section.cclist div span.active i,
article section.cclist div span.active b {
    color: #151414;
}

article section.cclist div b.open,
article section.cclist div b.closed {
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    padding: 1px 5px;
    background: #99c99e;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    text-align: center;
    font-weight: normal;
    text-shadow: 1px 1px 1px #777777;
}

article section.cclist div b.closed {
    background: #ff0505;
}

article section.bigimage {
    display: none;
}

article section.bigimage img {
    width: 100%;
    height: auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 100px;
    max-width: 300px;
}

article section table.times {
    font-size: 1.2em;
    width: 100%;
}

article section table.times tr td {
    padding: 5px;
    margin: 0;
    border-bottom: 1px dashed #cccccc;
    text-align: center;
    color: #888888;
}

article section table.times tr td i {
    display: block;
    font-weight: normal;
    color: #888888;
    font-size: 0.8em;
}

article section table.times tr td a {
    font-size: 0.8em;
}

article section table.times tr td:first-child {
    text-align: left;
}

article section table.times tr:last-child td {
    border-bottom: none;
}

article section table.times tr.active td {
    color: #151414;
    font-weight: bold;
}

article section table.times tr.active td i {
    color: #151414;
}

article section table.times tr.now td {
    color: #151414;
    padding: 10px 5px;
}

article section table.times tr.now td b.closed,
article section table.times tr.now td b.open {
    background: #ff0505;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding: 5px;
}

article section table.times tr.now td b.open {
    background: #99c99e;
}

article section div.adsenseblock {
    margin: 10px 0;
    text-align: center;
}

article section.social ul li {
    padding: 10px;
}

article section.reviews ul li {
    margin: 0;
    padding: 20px 0 0 0;
}

article section.reviews ul li p {
    margin: 0;
    padding: 0;
}

article section.reviews ul li span {
    display: block;
}

article section.reviews ul li span,
article section.reviews ul li span b {
    color: #999999;
}

article section.addrev form div:not(.g-recaptcha) {
    margin-top: 10px;
    overflow: hidden;
}

article section.addrev form div.g-recaptcha div {
    overflow: visible;
}

article section.addrev form div label {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
    color: #777777;
}

article section.addrev form div label sup {
    color: #ce3f3f;
}

article section.addrev form div input,
article section.addrev form div textarea {
    width: 300px;
    padding: 1%;
    margin: 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

article section.addrev form div textarea {
    height: 100px;
}

article section.addrev form div input[type="submit"] {
    font-size: 1em;
    width: auto;
}

article section.near ul li {
    margin-top: 10px;
}

article section.near ul li {
    width: calc(100% / 3);
    float: left;
}

article section.near ul li a {
    display: inline-block;
}

article section.near b.open,
article section.near b.closed {
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    padding: 1px 5px;
    background: #99c99e;
    color: #ffffff;
    width: 70px;
    text-align: center;
    font-weight: normal;
    text-shadow: 1px 1px 1px #777777;
}

article section.near b.closed {
    background: #ff0505;
}

.grey_button {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #151414;
    border: 2px solid transparent;
}

.grey_button:hover {
    color: #000;
    border: 2px solid #151414;
    background: #fff;
}

aside {
    margin-bottom: 50px;
}

aside section.smallimage {
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    border: 1px solid #cccccc;
}

aside div.adsenseright {
    margin: 10px;
    text-align: center;
}

aside section nav ul li {
    margin-top: 10px;
    font-size: 0.85em;
}

aside section.near {
    margin-top: 35px;
}

aside section:nth-of-type(1) {
    border: 2px solid #68a47d;
    border-radius: 5px;
    padding: 0 10px 10px 10px;
    background: #fff;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

aside section.near {
    margin-top: 35px;
    border: 2px solid #68a47d;
    border-radius: 5px;
    padding: 0 10px 10px 10px;
    background: #fff;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

aside section.bordered {
    margin-top: 50px;
    border: 2px solid #68a47d;
    border-radius: 5px;
    padding: 0 10px 10px 10px;
    background: #fff;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

aside section.near nav ul li {
    margin-top: 10px;
}

aside section.near nav ul li a {
    display: inline-block;
}

aside section.near b.open,
aside section.near b.closed {
    text-transform: uppercase;
    border-radius: 3px;
    display: table;
    padding: 1px 5px;
    background: #99c99e;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    border: 1px solid #68a47d;
    float: right;
}

aside section.near b.closed {
    background: #ff0505;
}

footer {
    clear: both;
    background: #151414;
    padding: 10px;
}

footer .copyright {
    color: #fff;
}

footer section {
    padding-bottom: 10px;
}

footer section p,
footer section nav ul li a {
    font-size: 0.9em;
}

footer section h2,
footer section p,
footer section nav ul li a {
    color: #ffffff;
}

footer section nav ul li {
    padding: 10px;
}

#modal_bg {
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    display: none;
}

#modal_content h2 {
    background: none;
    color: #151414;
    border: 0;
}

#modal_content {
    position: fixed;
    top: 5px;
    left: 5px;
    right: 5px;
    padding: 10px;
    border: 3px solid #151414;
    ;
    border-radius: 15px;
    background: #ffffff;
    display: none;
    -webkit-transition: all 1s;
    transition: all 1s;
}

#modal_content form div {
    margin-top: 10px;
}

#modal_content form div label {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
}

#modal_content form div label sup {
    color: #ce3f3f;
}

#modal_content form div input,
#modal_content form div textarea,
#modal_content form div button {
    width: 97%;
    padding: 1%;
    margin: 0;
    border: 1px solid #151414;
    border-radius: 5px;
}

#modal_content form div textarea {
    height: 50px;
}

#modal_content form div input[type="submit"] {
    background: #99c99e;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

#modal_content form div input[type="submit"]:hover {
    background: #00aa11;
}

#modal_content form div button {
    cursor: pointer;
    background: #ffffff;
    color: #151414;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

#modal_content form div button:hover {
    background: #ff0505;
    color: #ffffff;
}

#modal_add_review,
#modal_edit {
    display: none;
}

#modal_edit form div table tr td {
    text-align: center;
}

#modal_edit form div table tr td input {
    width: 80px;
}

#stars_box span {
    float: left;
    display: block;
    padding: 3px;
}

.stars_box {
    overflow: hidden;
}

.stars_box span {
    float: left;
    display: block;
    padding: 3px;
}

.star-five {
    margin: 5px 0;
    position: relative;
    display: block;
    color: #cccccc;
    width: 0px;
    height: 0px;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #cccccc;
    border-left: 10px solid transparent;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.star-five:before {
    border-bottom: 8px solid #cccccc;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -4px;
    left: -6px;
    display: block;
    content: '';
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.star-five:after {
    position: absolute;
    display: block;
    color: #cccccc;
    top: 0px;
    left: -10px;
    width: 0px;
    height: 0px;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-left: 10px solid transparent;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
    content: '';
}

.star-five-active {
    margin: 5px 0;
    position: relative;
    display: block;
    color: #ffcc00;
    width: 0px;
    height: 0px;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #ffcc00;
    border-left: 10px solid transparent;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.star-five-active:before {
    border-bottom: 8px solid #ffcc00;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -4px;
    left: -6px;
    display: block;
    content: '';
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.star-five-active:after {
    position: absolute;
    display: block;
    color: #ffcc00;
    top: 0px;
    left: -10px;
    width: 0px;
    height: 0px;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #ffcc00;
    border-left: 10px solid transparent;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
    content: '';
}

.articles blockquote {
    background:
#fbfbfb;
padding: 20px;
margin: 0 20px;
border-left: 10px solid
#99c99e;
}
.articles ul {
    padding-left: 40px;
}
.articles ul,
.articles ul li {
    list-style: disclosure-closed;
    color:#000;
    overflow: visible;

}
.articles ol li {
    list-style: circle;
    color:#000;
    overflow: visible;
}

@media only screen and (min-width: 768px) {
    header.main a.logo {
        padding: 10px;
    }

    header.main div.search {
        padding: 10px;
        display: block;
    }

    #breadcrumb {
        display: block;
    }

    article section nav ul li {
        width: 50%;
        float: left;
    }

    article section.cclist div span {
        float: left;
        display: block;
        width: calc(100% / 7);
    }

    article section.bigimage {
        display: block;
    }

    article div.adsenseline {
        margin: 10px 0;
        display: block;
    }

    article section table.times {
        width: 100%;
        float: left;
    }

    article section div.adsenseblock {
        float: right;
    }

    article section.social ul li {
        float: left;
    }

    footer section nav ul li {
        float: left;
        width: 49%;
        padding: 0 1% 5px 0;
    }

    #modal_content {
        margin: 0 auto;
        width: 700px;
    }
}

@media only screen and (min-width: 1200px) {
    header.main a.logo {
        padding: 5px 5px;
        font-size: 2em;
    }

    header.main div.search {
        padding: 20px 10px;
    }

    article section nav ul li {
        width: calc(100% / 3);
    }

    article.branch {
        width: 70%;
        float: left;
    }

    aside {
        float: right;
        width: 29%;
    }

    aside div.adsenseright {
        margin: 10px 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    #modal_content table {
        overflow: scroll;
        min-width: 250px;
        display: block;
        
    }

    
    .header-content {
        margin-top: -30px;
    }

    article section.near ul li {
        width: calc(100% / 1);
    }
}

aside section h2 {
    margin: 15px 0 0 0;
}

/* animation */
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

#cse-search-box input {
    height: 35px;
}

#cse-search-box input[type="submit"] {
    background: #99c99e;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #68a47d;
    cursor: pointer;
}

#cse-search-box input[type="submit"]:hover {
    opacity: .65;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

    @-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
    40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    }
    70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    }
    90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
    }
    }
    
    @keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
    40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    }
    70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    }
    90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0);
    }
    } 