/*
    Document   : style.css
    Created on : May 17, 2013, 10:05:15 AM
    Author     : jenniferjunio
*/


/*
    http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
    CSS Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Basic Layout */
body {
    background: #FFF;
    font: 100%/130% 'Istok Web', Arial, Helvetica, sans-serif;
    color: #555;
}

.wrapper {
    margin: 0 auto;
    position: relative;
    width: 950px;
    padding: 0 5px;
}

.wrapper2 {
    padding-left: 29px;
}

a {
    text-decoration: none;
    color: #00ADEC;
}

strong { font-weight: 700; }

#header, #footer {
    background: #1E1E1E;
    padding: 2em 0 .5em;
}
#header {
    position: fixed;
    z-index: 1001;
    width: 100%;
}
#main-content {
    padding-top: 167px;
}

.col-3 {
    position: relative;
    width: 32.95%;
    display: inline-block;
    vertical-align: top;
}

.divider {
    border-bottom: 1px solid #999;
    box-shadow: 0 1px 0 #bbbbbb;
}

.col-3, #menu li, ul#_meta li,
li.share-friend a:after,
a.w-arrow:after {
    *display: inline !important;
    *zoom: 1 !important;
}


/* Header Elements */
#menu { width: 250px; }

#menu li {
    width: 112px;
    margin: 0 10px 4px 0;
    border-bottom: 1px solid #FFF;
    display: inline-block;
}

#menu li.pink.active { border-color: #c84eae; }
#menu li.green.active { border-color: #4dc4ce; }
#menu li.red.active { border-color: #ec008c; }
#menu li.yellow.active { border-color: #fff200; }
#menu li.blue.active { border-color: #00adec; }
#menu li.orange.active { border-color: #f68712; }

#menu li.pink a:hover { color: #c84eae; }
#menu li.green a:hover { color: #4dc4ce; }
#menu li.red a:hover { color: #ec008c; }
#menu li.yellow a:hover { color: #fff200; }
#menu li.blue a:hover { color: #00adec; }
#menu li.orange a:hover { color: #f68712; }

#menu a {
    font: 70% 'Oswald', Arial, Helvetica, sans-serif;
    color: #FFF;
    display: block;
    text-transform: uppercase;
}

a.logo {
    background: url('../images/moeders-sprite.png') -4px -2px no-repeat;
    width: 256px;
    height: 91px;

    zoom: 1;
    z-index: -1;
}

a.logo img {
    display: none;
}

#branding h2 {
    font: 70% 'Oswald', Arial, Helvetica, sans-serif;
    color: #FFF;
    letter-spacing: 1px;
    margin: 10px 0;
    z-index: -1;
    zoom: 1;
}

ul#_meta {
    font: 70% 'Oswald', Arial, Helvetica, sans-serif;
    text-transform: uppercase;

    zoom: 1;
    z-index: 100;
    position: relative;
}

ul#_meta li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;

    *display: inline;
    zoom: 1;
}

ul#_meta li a { color: #FFF; }

.lang a { font-weight: 300; }
.lang a.active { font-weight: 400; }

ul#_meta li.gl, ul#_meta li.tw, ul#_meta li.fb {
    width: 23px;
    height: 23px;
    margin-right: 5px;
}

ul#_meta li.fb {
    margin-right: 0;
    *margin-right: 15px;
}

ul#_meta li.gl a, ul#_meta li.tw a, ul#_meta li.fb a {
    background: url('../images/moeders-sprite.png') no-repeat;
    width: 100%;
    height: 100%;
    font-size: 0;
    display: block;
    *text-indent: -10000px;
}

ul#_meta li.gl a { background-position: -4px -102px; }
ul#_meta li.tw a { background-position: -34px -102px; }
ul#_meta li.fb a { background-position: -63px -102px; }

ul#_meta li.gl a:hover { background-position: -4px -127px; }
ul#_meta li.tw a:hover { background-position: -34px -127px;}
ul#_meta li.fb a:hover { background-position: -63px -127px; }

ul#_meta li.share-friend {
    width: 75px;
    width: 77px\9;
    vertical-align: top;
    margin: 4px 0 0 15px;
    margin: 4px 0 0 20px\9;
    position: relative;
    z-index: 10;
    *margin-right: -10px;

}

li.share-friend a {
    position: absolute;
    padding: 10px 7px;
    top: -10px;
    right: 0;
    width: 100%;
    display: block;
}

li.share-friend.active a {
    background-image: -ms-linear-gradient(top, #717A85 0%, #505965 100%);
    background-image: -moz-linear-gradient(top, #717A85 0%, #505965 100%);
    background-image: -o-linear-gradient(top, #717A85 0%, #505965 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #717A85), color-stop(1, #505965));
    background-image: -webkit-linear-gradient(top, #717A85 0%, #505965 100%);
    background-image: linear-gradient(to bottom, #717A85 0%, #505965 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717A85, endColorstr=#505965);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717A85, endColorstr=#505965)";
    display: block;
}

li.share-friend a:after,
#navigation.hide a:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #FFF;
    margin: -2px 0 0 4px;
    vertical-align: middle;
}

li.share-friend #email-friend { display: none; }

li.share-friend.active #email-friend {
    display: block;
    position: absolute;
    right: 0;
    top: 26px;
    background: #FFF;
    width: 230px;
    width: 240px\9;
    *width: 230px;
}

li.share-friend #email-friend input[type="text"],
li.share-friend #email-friend textarea {
    font: 120%/130% 'Istok Web', Arial, Helvetica, sans-serif;
    width: 210px;
    padding: 12px 10px 8px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #EFEFF0;
    outline: none;
}

li.share-friend #email-friend input[type="text"].error,
li.share-friend #email-friend textarea.error {
    border: 1px solid red;
}

li.share-friend #email-friend textarea {
    max-width: 210px;
    min-height: 100px;
    height: 100px;
}

li.share-friend .submit {
    margin: -3px 0 0;
    margin-top: 0\9;
    padding: 7px;
    background-image: -ms-linear-gradient(top, #717A85 0%, #505965 100%);
    background-image: -moz-linear-gradient(top, #717A85 0%, #505965 100%);
    background-image: -o-linear-gradient(top, #717A85 0%, #505965 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #717A85), color-stop(1, #505965));
    background-image: -webkit-linear-gradient(top, #717A85 0%, #505965 100%);
    background-image: linear-gradient(to bottom, #717A85 0%, #505965 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717A85, endColorstr=#505965);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717A85, endColorstr=#505965)";
    *padding-bottom: 0;
    *zoom: 1;
}

li.share-friend .submit input {
    color: #FFF;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: 700;
    text-shadow: 0 -1px 0 #0e55ec;
    border: 1px solid #2B5CBF;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background-image: -ms-linear-gradient(top, #2493FB 0%, #0273DE 100%);
    background-image: -moz-linear-gradient(top, #2493FB 0%, #0273DE 100%);
    background-image: -o-linear-gradient(top, #2493FB 0%, #0273DE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2493FB), color-stop(1, #0273DE));
    background-image: -webkit-linear-gradient(top, #2493FB 0%, #0273DE 100%);
    background-image: linear-gradient(to bottom, #2493FB 0%, #0273DE 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2493FB, endColorstr=#0273DE);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2493FB, endColorstr=#0273DE)";

    position: relative;
    behavior: url('PIE.htc');
    zoom: 1;
}


/* Slideshow */
#slideshow {
    position: relative;
    height: 35em;
    margin-bottom: 2em;
}

#slideshow.solo {
    height: 20em;
    margin-bottom: 0;
}
#slideshow.solo.map { min-height: 15em; }

#slideshow:after {
    content: '';
    position: absolute;
    height: 31px;
    width: 100%;
    bottom: 0;
    z-index: 10;
    background: url('../images/border-line.png') repeat-x;
}


#slideshow.solo .slide {
    background-size: cover;
}
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: -1px 0 0;
    padding: 0;
    top: 0;
    overflow: hidden;

}

.slide img {
/*    display: none;*/
    position: absolute;
    top: 0;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
}

.circle-button {
    background: #FFF200;
    position: relative;
    width: 170px;
    height: 170px;
    display: block;
    border-radius: 100%;
    margin: 11em auto 0;
    cursor: pointer;
    behavior: url('PIE.htc');
    zoom: 1;
}

.circle-button * { cursor: pointer; }

.circle-button a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    color: #000;
}

.circle-button h2 {
    font: 700 180%/120% 'Oswald', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    width: 150px;
    margin: 23px auto 0;
}

.circle-button span { font: 84% 'Oswald', Arial, Helvetica, sans-serif; }


/* Content */
.inline { display: inline; }

.post-title.inline { margin-bottom: 0; }

p.inline { margin-bottom: 1em; }
.content { margin: 2em 0; padding: 0 29px;}
.content p {
    font: 300 120%/130% 'Oswald', Arial, Helvetica, sans-serif;
    margin-bottom: 0.6em;
}
em {
    font-style: italic;
}

.content ul, .excerpt ul {
    list-style: inherit;
}

.content ol, .excerpt ol {
    list-style: decimal;
}

.content ul, .content ol {
    font: 300 120%/130% 'Oswald', Arial, Helvetica, sans-serif;
}

.content ul, .content ol,
.excerpt ul, .excerpt ol {
    margin: 10px 0 10px 2em;
    list-style-position: initial;
}

.content li,
.excerpt li {
    margin-bottom: 5px;
}

/* Featured Posts */
#featured-post {
    padding: 0 29px 0 29px;
    padding: 0 28px\9;
}

#featured-post.reservations { padding: 0; }

#featured-post .col-3 {
    width: auto;
    min-width: 262px;
    max-width: 272px;
    margin: 2em 1em;
}

#featured-post.reservations .col-3 { margin: 2em 1em 2em 0; }

#featured-post.reservations .col-3:first-child,
#featured-post.reservations .col-3.first {
    min-width: 340px;
    max-width: 340px;
    margin: 2em 1em 4em 0 !important;
    border-right: 3px solid #F0EEDF;

    margin: 2em 1em 4em 0\9;
    zoom: 1;
}

#featured-post .col-3 img {
    width: 100%;
    margin-bottom: 1em;
}

#featured-post .col-3 .excerpt h2.post-title a { color: #000; }

#featured-post .col-3 .excerpt .post-title { font: 700 150%/130% 'Oswald', Arial, Helvetica, sans-serif;}

.post-title {
    color: #000;
    font: 700 100%/130% 'Oswald', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#featured-post .col-3 .excerpt {
    padding: 0 9px;
    font-size: 75%;
}

#featured-post .col-3 p, #featured-post .col-3 ul { margin-bottom: 1em; }

.w-ribbon {
    background: #D2232A;
    position: absolute;
    top: 10px;
    left: -10px;
    padding: 5px 0 5px 12px;
    font: 300 76%/100% 'Oswald', Arial, Helvetica, sans-serif;
    color: #FFF;
    letter-spacing: 1px;
}

.w-ribbon.no-backup:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 36px;
    border-bottom: 10px solid #6B070B;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    height: 0;
    width: 60px;
    z-index: -1;
    -webkit-transform: rotate(-132deg);
    -moz-transform: rotate(-132deg);
    -o-transform: rotate(-132deg);
    -ms-transform: rotate(-132deg);
}

.w-ribbon.w-backup:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 20px;
    height: 50px;
    width: 37px;
    z-index: -1;
    background: url('../images/moeders-sprite.png') -94px -115px no-repeat;
}

.w-ribbon:after {
    content: '';
    width: 10px;
    top: 0px;
    right: -31px;
    position: absolute;
    display: block;
    border: 11px solid #D2232A;
    border-left-width: 10px;
    border-right-color: transparent;
    z-index: 1;
}

a.w-arrow:after {
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #00ADEC;
}


/* Footer & Elements */
#footer { padding-top: 2.5em; }

#footer .col-3 {
    width: auto;
    min-width: 272px;  
    margin: 0 1em;
}

#site-photo img {
    width: 100%;
}

.facebook-box {
    background: #FFF;
    height: 260px;
    max-height: 260px;
    overflow: hidden;
    margin-left: 25px !important;
}

#footer .fb-like-box {
    padding: 15px;
    max-height: 210px;
    overflow: hidden;
    padding: 5px 0px\9;
}

#store-meta, #footer small {
    font-size: 75%;
    color: #FFF;
    margin-top: 5px !important;
}

#store-meta h3 {
    font: 700 150%/130% 'Oswald', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#store-meta p { margin-bottom: 20px; }
#store-meta p span { display: block; }


/* Universal Class */
.hide { display: none; }
.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }
.tcenter { text-align: center; }
.center {
    display: block;
    margin: 0 auto;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}


@-moz-document url-prefix() {
    li.share-friend #email-friend textarea { max-width: 200px; }
    li.share-friend .submit { margin: 0; }
}


@media screen and (max-width: 960px) {

    body { width: auto; }

    .wrapper {
        width: auto;
        padding: 0 20px;
    }

    .wrapper2 {
        padding-left: 0;
    }

    .content {
        padding: 0;
    }

    #header .col-3 {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
    }

    #footer .col-3 {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
    }

    .col-3 {
        width: 100%;
        min-width: 100%;
    }

    #header { padding: 1em 0; }

    #header .col-3.social-media { margin-bottom: 1.5em; }

    ul#_meta {
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    ul#_meta li {
        *display: inline;
        zoom: 1;
    }

    ul#_meta li.fb { *margin-right: 5px; }

    li.share-friend a,
    li.share-friend.active #email-friend {
        right: 0;
        z-index: 10;
        position: absolute;
    }

    #menu {
        display: block;
        margin: 2em auto 0;
        padding: 0;
        width: auto;
        text-align: center;
    }

    #menu li {
        width: auto;
        margin: 4px 5px 0;
        display: inline-block;
        min-width: 115px;
        *display: inline;
        *zoom: 1;
    }

    #menu a {
        font-size: 90%;
        margin-bottom: 5px;
    }

    #slideshow { height: 25em; }
    #slideshow.solo { height: 15em; }
    .circle-button { margin: 6.5em auto 0; }
    #featured-post { padding: 0; }

    #featured-post .col-3 {
        width: 45%;
        min-width: 185px;
        max-width: 100%;
        margin: 3em 2.5% 2em !important;
        float: left;
    }

    #footer #site-photo.col-3, #footer #store-meta.col-3 {
        float: left;
        min-width: 262px;
        width: 32.95%;
        margin-bottom: 1em;
        margin-right: 1em;
    }

    #footer .col-3.facebook-box {
        clear: both;
        margin-left: 0 !important;
    }

    #featured-post { text-align: center; }

    #featured-post * { text-align: left; }

    #footer .wrapper .col-3:last-child,
    #footer .wrapper .col-3.last-child {
        clear: both;
        display: block\9;
    }

}

@media screen and (max-width: 768px) {

    .col-3 {
        width: 100%;
        min-width: 100%;
    }

    #header { padding: 1em 0; }

    ul#_meta {
        margin: 0 auto;
        float: none;
    }

    ul#_meta li {
        *display: inline;
        zoom: 1;
    }

    ul#_meta li.fb { *margin-right: 0; }

    li.share-friend a,
    li.share-friend.active #email-friend {
        right: 0;
        z-index: 10;
        position: absolute;
    }

    #menu {
        margin: 2em auto 0;
        padding: 0;
        width: auto;
        text-align: center;
    }

    #menu li {
        width: auto;
        margin: 4px 5px 0;
        display: inline-block;
        min-width: 115px;
        *display: inline;
        zoom: 1;
    }

    #menu a {
        font-size: 90%;
        margin-bottom: 5px;
    }

    #slideshow { height: 20em; }
    #slideshow.solo { height: 10em; }
    .circle-button { margin: 4.5em auto 0; }
    #featured-post { padding: 0; }

    #featured-post.reservations .col-3:first-child,
    #featured-post.reservations .col-3.first {
        min-width: 100%;
        border: none;
        text-align: center;
    }

    #featured-post.reservations .col-3:first-child iframe,
    #featured-post.reservations .col-3.first iframe {
        margin: 0 auto;
        display: block;
    }

    #footer #site-photo.col-3, #footer #store-meta.col-3 {
        float: left;
        min-width: 262px;
        width: 32.95%;
        margin-bottom: 1em;
        margin-right: 1em;
    }

    #footer #store-meta.col-3 {
        min-width: 230px;
        max-width: 230px;
    }

    .facebook-box { display: block; }

    #footer .wrapper .col-3 .fb_iframe_widget {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .wrapper { padding: 0 5px; }

    #header { padding: 1em 0; }

    #header .col-3.social-media {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    ul#_meta {
        float: none;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    ul#_meta li { *display: inline !important; }

    ul#_meta li.share-friend {
        display: none;
/*        width: auto;
        margin: 2em 0 1em;
        *display: block !important;
        *zoom: 1;*/
    }

    #navigation.hide { display: block; }

    li.share-friend a,
    #navigation.hide a {
        padding: 10px;
        position: relative;
        display: block;
        font-size: 130%;
        width: auto;

        background-image: -ms-linear-gradient(top, #717A85 0%, #505965 100%);
        background-image: -moz-linear-gradient(top, #717A85 0%, #505965 100%);
        background-image: -o-linear-gradient(top, #717A85 0%, #505965 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #717A85), color-stop(1, #505965));
        background-image: -webkit-linear-gradient(top, #717A85 0%, #505965 100%);
        background-image: linear-gradient(to bottom, #717A85 0%, #505965 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717A85, endColorstr=#505965);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717A85, endColorstr=#505965)";

        zoom: 1;
    }

    li.share-friend.active #email-friend {
        right: 0;
        top: 32px;
        width: 100%;
    }

    li.share-friend.active #email-friend {
        right: 0;
        top: 32px;
        width: 100%;
        z-index: 100;
        position: absolute;
        zoom: 1;
    }

    li.share-friend #email-friend input[type="text"], li.share-friend #email-friend textarea {
        width: 95%;
        max-width: 95%;
        display: block;
        padding: 10px 2.5%;
    }

    a.logo {
        background: none;
        height: 50px;
        width: auto;
        display: inline-block;
    }

    div#branding {
        text-align: center;
    }

    a.logo img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

    #branding h2 { margin-top: 0; }

    #navigation.hide a {
        margin-top: 1em;
        display: block;
        cursor: pointer;
        color: #FFF;
        font: 100% 'Oswald', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    #menu {
        width: auto;
        margin: 1em auto 0;
        padding: 0 10px;
        display: none;
    }

    #menu.active { display: block\9 !important; }

    #menu li {
        width: auto;
        margin: 5px auto 0;
        display: block;
        text-align: left;
        *display: block !important;
    }

    #menu a {
        font-size: 90%;
        margin-bottom: 5px;
    }

    #slideshow { height: 15em; }
    #slideshow.solo { height: 7em; }
    .circle-button { margin: 2em auto; }
    #featured-post { padding: 0; }

    #featured-post.reservations .col-3 { margin: 1em 0; }

    #main-content .col-3 {
        width: 100%;
        min-width: 100%;
        margin: 0 0 1em !important;
    }

    .col-3 { min-width: 100%; }

    .w-ribbon {
        left: -5px;
        top: 10px;
        font-size: 120%;
        padding: 3px 15px 5px;
    }

    .w-ribbon.no-backup:before { top: 28px; }
    .w-ribbon:after { display: none; }
    .w-ribbon.w-backup:before {
        top: 25px;
        *top: 27px;
        *width: 18px;
    }

    #footer {
        text-align: center;
        padding: 2em 0 1em;
    }

    #footer #site-photo.col-3, #footer #store-meta.col-3 {
        float: none;
        min-width: 272px;
        width: 272px;
        max-width: 272px;
        margin: 0 auto 1.5em !important;
    }

    #footer #site-photo.col-3.no-margin-left {
        margin-left: auto !important;
    }

    #footer #site-photo.col-3 img {
        max-width: 100%;
        height: auto
    }

    .facebook-box { display: none !important; }
}

.map-infoBox {
    background: #FFF;
    width: 340px;
    padding: 20px;
    height: 110px;
    color: #1E1E1E;
}

.map-infoBox span a {
    color: #1E1E1E;
}

.map-infoBox a.blue {
    margin-top: 30px;
    display: inline;
}

.map-infoBox img {
    max-width: 110px;
    height: auto;
    border-radius: 100%;

    position: relative;
    behavior: url('PIE.htc');
    zoom: 1;
}

.map-infoBox:after {
    content: '';
    margin: 0 auto;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
    bottom: -10px;
    left: 190px;
}

.map-infoBox h2 {
    font: 700 120%/130% 'Oswald', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.map-infoBox span {
    display: block;
}