/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}


body {
    font-family: "proxima-nova", sans-serif;
}

.container {
    margin: 0 10px;
}
@media screen and (min-width: 1160px) {
    .container {
        margin: 0 auto;
        width: 1140px;
    }
}


.img-responsive {
    display: block;
    height: auto;
    width: 100%;
}
.illu {
    display: block;
    margin: 0 auto 55px;
    min-width: 50px;
    width: 100%;
}
.btn {
    color: #ff4e4e;
    display: inline-block;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    text-decoration: none;
}

h2 {
    color: #ff4e4e;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    line-height: 34px;
}
h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    line-height: 22px;
}


a.anchor {
    display: block;
    position: relative;
    visibility: hidden;
}


.navbar,
.navbar .container,
.navbar-nav {
    background: #fff;
    height: 60px;
}
.navbar {
    border-top: 4px solid #ff4e4e;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}
.navbar .container {
    border-bottom: 1px solid #edf0f3;
    position: relative;
}

.navbar .nav li {
    display: inline-block;
    list-style: none;
}
.navbar .nav a {
    display: inline-block;
    line-height: 60px;
    padding: 0 10px;
    text-decoration: none;
}
.navbar .nav a:hover {color: #ff4e4e;}

.navbar-brand {
    display: block;
    padding: 10px 0;
    position: absolute;
}
.navbar-logo {
    display: block;
    float: left;
    height: 40px;
}
.navbar-nav-toggle {
    color: #ccc;
    display: block;
    float: right;
    font-size: 22px;
    line-height: 40px;
}
a:hover .navbar-nav-toggle {color: #aaa;}

.navbar-nav {
    display: none;
    text-align: center;
}
.navbar-nav.open {
    border-bottom: 1px solid #edf0f3;
    display: block;
    height: auto;
}
.navbar .navbar-nav a {
    color: #aaa;
}

.navbar-socialnav {
    position: absolute;
    right: 0;
    top: 0;
}
.navbar .navbar-socialnav a {
    color: #ccc;
    font-size: 20px;
}
@media screen and (max-width: 749px) {
    a.anchor {top: -90px;}
    #info-section a.anchor {top: -95px;}

    .navbar .navbar-nav li {
        display: block;
    }
}
@media screen and (min-width: 750px) {
    .navbar-nav {display: block;} /* TEMP */
    .navbar-nav-toggle {display: none;}

    .navbar .navbar-nav a {
        padding: 0 20px;
    }
}
@media screen and (min-width: 1024px) {
    a.anchor {top: -105px;}
    #info-section a.anchor {top: -114px;}

    .navbar,
    .navbar .container,
    .navbar-nav {height: 80px;}
    .navbar-logo {height: 60px;}
    .navbar-brand {padding: 14px 0;}
    .navbar .nav a {line-height: 80px;}
}


.intro {
    margin-bottom: 50px;
    margin-top: 45px;
    text-align: center;
}
.intro .container {position: relative;}
@media screen and (min-width: 750px) {
    .intro {margin-top: 85px;}
}

.intro-logo {
    margin: 70px 0 50px;
    max-width: 217px;
    min-width: 115px;
    width: 50%;
}
.intro-baseline {
    color: #999;
    font-family: 'Dosis', sans-serif;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
}
.intro-baseline strong {
    color: #ff4e4e;
}
.intro-address {
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
}
@media screen and (min-width: 680px) {
    .intro-address {
        position: absolute;
        right: 0;
        text-align: left;
        top: 35px;
        /*width: 170px;*/
    }
}
.intro-address a {
    color: #2d3842;
    text-decoration: none;
}
.intro-address a:hover {
    color: #666;
    border-bottom: 1px dotted #edf0f3;
}
.intro-address .org {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
}
.intro-address .info-link {
    border-bottom: 1px solid #edf0f3;
    border-top: 1px solid #edf0f3;
    color: #ff4e4e;
    display: block;
    line-height: 30px;
    margin-top: 5px;
}
.intro-address .info-link i {margin: 0 3px}
.intro-address .info-link:hover {
    background-color: #f7fbfd;
    border-bottom: 1px solid #edf0f3;
    color: #ff4e4e;
}

#place:before {
    background: url("../img/arrow-start.png") center center no-repeat;
    background-size: cover;
    content: " ";
    display: block;
    height: 70px;
    width: 83px;
}
@media screen and (max-width: 680px) {
    #place:before {height: 35px; width: 42px;}
}

.place-block {
    color: #999;
    overflow: hidden;
    width: 100%;
}
.place-block .place-block-content,
.about-block .about-block-content {padding: 70px 10%;}
.about-info .about-block-content {padding: 30px;}
.about-members .about-block-content,
.about-support .about-block-content {
    padding: 30px;
}
@media screen and (min-width: 800px) {
    .place-block .place-block-content,
    .about-block .about-block-content {padding: 70px 100px;}

    .about-info .about-block-content {padding: 30px 65px;}
    .about-members .about-block-content,
    .about-support .about-block-content {
        padding: 30px 65px;
    }
}
#open-visit {
    display: block;
}
#visit-frame {display: none;}
.place-why p {
    line-height: 20px;
    margin-top: 25px;
}
.place-news {
    background: #fa4c4c url("../img/place-news.jpg") center center no-repeat;
    background-size: cover;
}
@media screen and (min-width: 1160px) {
    .place-news .place-block-content {min-height: 460px;}
}
.place-news p {
    line-height: 20px;
}
.place-news a {
    color: #fff;
    text-decoration: none;
}
.place-news a:hover {color: #ffeeee;}
/*.place-news a:hover p {color: #fdb8b8;}*/
.place-news li + li {
    border-top: 1px solid #f97070;
    margin-top: 15px;
    padding-top: 15px;
}
.place-news li:last-child {
    border-top: 0;
    padding-top: 0;
}
.place-news .news-date {
    font-size: 12px;
    padding: 3px 0 8px;
}
.place-news .btn {
    background-color: #444b4f;
    font-size: 18px;
    padding: 5px 10px;
}
.place-news .btn:hover {
    background-color: rgba(68,75,79,0.8);
}
.place-news .gray {
    color: #ffeeee;
}

@media screen and (min-width: 800px) {
    #place {
        overflow: auto;
    }
    .place-block {
        float: left;
        width: 50%;
    }
    .place-block:first-child {border-bottom-left-radius: 90px;}
    .place-visit {
        border-top-right-radius: 90px;
        height: auto;
    }
}


#offer-section {
    background-color: #e5edf2;
    color: #a5acac;
}
@media screen and (min-width: 1160px) {
    #offer-section {
        border-top: 54px solid #fff;
    }
    #offer-section .container {
        margin-top: -54px;
        width: 1194px;
    }
}
#offer-section h2 {
    padding: 30px 10%;
    text-transform: uppercase;
}
#offer-section h3 {
    color: #8a8e8e;
    font-size: 28px;
    margin-bottom: 20px;
}
.offer-plans h4 {
    color: #8a8e8e;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}
.offer-plan:nth-child(2n) {background-color: #f0f7fb;}
.offer-plan:nth-child(2n+1) {background-color: #f7fbfd;}
.offer-plan-content {padding: 40px 10%;}
@media screen and (min-width: 800px) {
    #offer-section h2 {
        color: #bac3c3;
        font-size: 20px;
        padding: 30px 0 0 0;
        text-align: center;
    }
    .offer-plan-content {padding: 40px 100px;}
}
.offer-plan-price {
    line-height: 20px;
    margin-bottom: 10px;
}
.offer-plan-services {
    font-size: 14px;
    line-height: 18px;
    list-style: disc outside;
    margin-bottom: 10px;
    padding-left: 14px;
}
.offer-plan-services li + li {
    margin-top: 5px;
}
.offer-plan-conditions {
    color: #c9d3d3;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    margin-bottom: 20px;
}
.offer-plan-conditions a {
    color: #fd4d4d;
    text-decoration: none;
}
.offer-plan-conditions a:hover {text-decoration: underline;}
.offer-plan .btn {
    background-color: #fd4d4d;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
}
.offer-alacarte h4 {
    color: #727777;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}
.offer-alacarte .offer-plan-services {
    min-height: inherit;
}
.offer-alacarte .offer-plan-conditions {margin-bottom: 30px;}
.offer-bg {
    clear: both;
}

@media screen and (min-width: 800px) {
    #offer-section h2 {
        position: absolute;
        padding: 20px;
        text-align: left;
    }
    .offer-plans {
        height: 600px;
    }
    .offer-plan {
        float: left;
        height: 100%;
        width: 25%;
    }
    .offer-plan-content {padding: 80px 20px 30px;}
    .offer-plan-price {min-height: 40px;}
    .offer-plan-services {min-height: 220px;}
    .offer-bg {
        background: url("../img/bg-offer.png") top repeat-x;
        height: 46px;
        margin: 0 auto;
        position: relative;
        z-index: 50;
    }
}

#about-section {
    background: url("../img/bg-about-bottom.jpg") bottom center no-repeat;
    background-size: 308px 302px;
    padding-bottom: 137px;
}
.about-block {
    color: #999;
    overflow: hidden;
    width: 100%;
}
.about-venue {display: none;}
.about-coworking p {
    line-height: 20px;
    margin-top: 25px;
}
.about-map {
    background-color: #4e5457;
    clear: left;
}
.about-map iframe,
#map {
    display: block;
    height: 380px;
    width: 100%;
}
.about-info {
    background: #4e5457 url("../img/bg-info.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    min-height: 380px;
}
.about-info a {
    text-decoration: none;
    color: #fd4d4d;
}
.about-info a:hover {border-bottom: 1px dotted #8e8e8e;}
.about-info .gray {color: #8e8e8e;}

.about-info .about-address {
    margin-bottom: 30px;
}
.about-info .about-address .org {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
}
.about-info .about-transportation li + li,
.about-info .about-transportation p + p {margin-top: 10px;}
.about-info .about-transportation a {text-transform: uppercase;}
.about-info .about-transportation .line {
    display: inline-block;
    font-family: 'Dosis', sans-serif;
    padding: 0 2px;
    margin-right: 5px;
    min-width: 22px;
    text-align: center;
}
.about-info .about-transportation .lineA {background-color: #686868;}
.about-info .about-transportation .lineB {background-color: #707070;}
.about-info .about-transportation .line5 {background-color: #505050;}
.about-info .about-transportation .line6 {background-color: #bdbdbd; color: #000;}
.about-info .about-transportation .line9 {background-color: #585858;}
.about-info .about-transportation .line10 {background-color: #a4a4a4; color: #000;}
.about-info .about-transportation .line32 {background-color: #565656;}

.about-supporters li {
    display: inline-block;
}
.about-members {
    background: #fc4d4d url("../img/bg-members.jpg") center center no-repeat;
    background-size: cover;
    border-bottom-right-radius: 90px;
    min-height: 340px;
}
.about-members h2,
.about-support h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about-members .about-member {
    display: inline-block;
    margin: 0 8px 8px 0;
}
@media screen and (min-width: 800px) {
    .about-members,
    .about-support {
        min-height: 340px;
    }

    .about-members .about-member {margin: 0 10px 10px 0;}
}
.about-members .img-thumbnail {
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    width: 59px;
}
.about-support {
    position: relative;
}
.about-support h2 {
    color: #bbb;
}
/*.about-support .decor {*/
     /*background-color: #505659;*/
     /*border-top-left-radius: 20px;*/
     /*bottom: 0;*/
     /*height: 83px;*/
     /*position: absolute;*/
     /*right: 0;*/
     /*width: 154px;*/
 /*}*/


@media screen and (min-width: 800px) {
    #about-section {
        clear: both;
        overflow: auto;
        padding-bottom: 219px;
        position: relative;
        top: -46px;
        z-index: 10;
    }
    .about-block {
        float: left;
        width: 50%;
    }
    .about-venue {display: block;}
    .about-map {
        border-bottom-left-radius: 90px;
    }
    .about-info {
        border-top-right-radius: 90px;
        height: auto;
    }
    .about-info .about-transportation li:first-child {
        float: right;
        margin-left: 20px;
        width: 40%;
    }
    .about-supporters li + li {
        margin-left: 20px;
    }
}


#footer {
    font-size: 12px;
}
.footer-content {
    background-color: #f4f4f4;
    border-top: 1px solid #ddd;
    color: #bbb;
    line-height: 50px;
}
.footer-content a {
    color: #bbb;
    text-decoration: none;
}
.footer-content a:hover {
    color: #fd4d4d;
}

@media screen and (min-width: 800px) {
    #footer {
        font-size: 16px;
        margin-top: -46px;
    }
}