body {
    font-family: "Rubik", sans-serif;
    background-color: #fff;

    /*
    font-size: 16px;
    line-height: 20px;
    */

    /* new to look more like the pdf */
    font-size: 16px;
    line-height: 20px;
}

.brique {
    color: #da2f00;
}

.briqueblock {
    background-color: #ffe5de;
    margin: 75px 0 0 5px;
}

@media (max-width: 991px) { /* bootstrap box break point */
    .notmobile {
        display: none;
    }
}

a,
a:hover {
    color: #db3000;
}

/* bevel size, left offset and color settings next 3 lines */

.bevel { border-width: 15px; }

.bevel {
    border-color: #faddd4;
    border-style: solid;
}

.bvc {
    background: white;
}

.bvc.tr,
.bvc.tl,
.bvc.br,
.bvc.bl {
    height: 0;
    width: 100%;
}

.bvc.tr,
.bvc.tl { border-top: 0; }

.bvc.br,
.bvc.bl { border-bottom: 0; }

.bvc.tr,
.bvc.br { border-right-color: #eee; }

.bvc.tl,
.bvc.bl { border-left-color: #eee; }

.container {
    max-width: 650px;
}

.center-block,
.center-menu {
    text-align: center;
}

.container > .row {
    margin-top: 1em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

hr {
    border-color: #e6e6e6;
}

article,
aside,
footer,
section.intro {
    padding: 0 15px;
}

.navbar-header {
    text-align: center;
}

.navbar-toggle {
    border: 0;
    float: none;
}

header:not(.top) h1 {
    display: inline-block;
    font-size: 24px;
    padding: 27px 50px 30px;
    margin-bottom: 50px;
    color: #333;
    background-image: url("../img/orange-divider.svg");
    background-size: 32px 2px;
    background-position: 50% 88%;
    background-repeat: no-repeat;
}

header.icon-prague h1 {
    background-image: none;
}

header:not(.top) h2,
header:not(.top) .h2,
article > h2 {
    font-size: 16px;
    color: #333;
    padding: 1em 0;
}

#practical header:not(.top) h2,
#practical header:not(.top) .h2,
#practical article > h2 {
    color: #000;
}

header.icon {
    background: rgba(0, 0, 0, 0) url("../img/practical-currency_56.svg") no-repeat scroll 50% 50% / 72px 51px;
    vertical-align: middle;
}

header.icon-prague {
    background-image: url("../img/transport-prague_63.svg");
    background-size: 63px 51px;
    background-position: 50% 30%;
}

header.icon-car {
    background-image: url("../img/transport-car_66.svg");
    background-size: 66px 51px;
}

header.icon-plane {
    background-image: url("../img/transport-plane_111.svg");
    background-size: 111px 51px;
}

header.icon-train {
    background-image: url("../img/transport-train_70.svg");
    background-size: 70px 51px;
}

header.icon-climate {
    background-image: url("../img/practical-climate_70.svg");
    background-size: 70px 51px;
}

header.icon-currency {
    background-image: url("../img/practical-currency_56.svg");
    background-size: 56px 51px;
}

header.icon-electricity {
    background-image: url("../img/practical-electricity_40.svg");
    background-size: 40px 51px;
}

header.icon-emergency {
    background-image: url("../img/practical-emergency_47.svg");
    background-size: 47px 51px;
}

header.icon-inter-code {
    background-image: url("../img/practical-inter-code_42.svg");
    background-size: 40px 51px;
}

header.icon-time {
    background-image: url("../img/practical-time_47.svg");
    background-size: 47px 51px;
}

header.hexagon {
    background-size: auto 46px;
    height: 48px;
    margin: 48px 0 -58px -78px;
    width: 48px;
}

header.hexagon h3 {
    color: transparent;
}

header.hexagon1 {
    background-image: url("../img/1_16.svg");
}

header.hexagon2 {
    background-image: url("../img/2_21.svg");
}

header.exclamation {
    background-image: url("../img/exclamation-mark_10.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 10px;
    backface-visibility: visible;
    margin-left: -5px;
}

header.exclamation h3 {
    border-top: 2px solid #da2f00;
    color: transparent;
    margin-top: 15px;
    width: 100%;
}

div.before-exclamation {
    background-color: white;
    height: 30px;
    margin: -32px 0 -16px;
    width: 100%;
}

p.exclamation {
    background-color: #ffe5de;
    padding: 0 25px 25px;
}

.col-middle {
    padding: 15px;
}

@media (min-width: 768px) { /* hamburger break point */
    .row-height {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .col-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-middle {
        vertical-align: middle;
    }

    .col-middle h1,
    .col-middle .h1,
    .col-middle h2,
    .col-middle .h2,
    .col-middle h3,
    .col-middle .h3 {
        margin: 0;
    }
}

.row .logo {
    width: 60%;
    overflow: hidden;
}

.row .logo img {
    width: 100%;
}

/* NAV */
.navbar-default {
    background: rgba(0, 0, 0, 0) url("../img/header-bg.png") no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(250, 250, 250, 0.6);
}

@media (min-width: 768px) { /* hamburger break point */
    .navbar-default .navbar-nav {
        display: flex;
        justify-content: space-around;
        float: none;
    }
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover {
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > li > a.active {
    color: #db3000;
}

@media (min-width: 768px) { /* hamburger break point */
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:hover {
        padding-bottom: 10px;
        border-bottom: 5px solid rgba(250, 250, 250, 0);
    }

    .navbar-default .navbar-nav > li > a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-bottom: 5px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-default .navbar-nav > li > a.active {
        border-bottom: 5px solid rgba(255, 255, 255, 0.6);
        color: white;
    }
}

/* HEADER */

header.top {
    margin-top: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0) url("../img/header-bg.png") no-repeat scroll 50% -50px / auto calc(100% + 80px);
    min-height: 242px;
}

header.top h1 {
    margin: 0;
}

header.top h1 img {
    margin: 45px auto;
    width: 50%;
    min-width: 300px;
    height: auto;
}

@media (min-width: 1390px) { /* hamburger break point */
    header.top {
        background-size: cover;
    }
}

@media (min-width: 768px) { /* hamburger break point */
    header.top {
        min-height: 355px;
    }

    header.top h1 img {
        margin: 45px auto;
        width: 70%;
        max-height: 266px;
        max-width: 450px;
    }
}

/* sections */
section#intro {
    background: rgba(0, 0, 0, 0) url("../img/header-shadow.png") no-repeat scroll 50% 0 / 100% auto;
    padding: 50px 0;
    font-size: 20px;
    line-height: 28px;
}

@media (min-width: 768px) { /* hamburger break point */
    section#intro {
        padding: 132px 0 110px;
    }
}

@media (min-width: 1390px) { /* hamburger break point */
    section#intro {
        /* background-size: cover ; */
    }
}

section#intro p {
    text-align: center;
}

section#intro hr {
    background-image: url("../img/orange-divider.svg");
    background-position: 50% 88%;
    background-repeat: no-repeat;
    background-size: 32px 2px;
    border: 0;
    height: 3px;
}

section#transport {
    padding-bottom: 0;
}

section#transport .row {
    display: flex;
    flex-direction: column;
}

section#transport .row header h1,
section#transport .row header h2 {
    font-size: 20px;
    padding: 1.4em 0;
}

@media (min-width: 768px) { /* hamburger break point */
    section#transport div.row:not(.travelling) {
        flex-direction: row;
    }

    section#transport header.row h1 {
        font-size: 24px;
        padding: 27px 50px 30px;
    }

    section#transport .row header h2 {
        font-size: 16px;
        padding: 2em 0;
    }
}

.greyline {
    display: block;
    border-top: 15px solid #eee;
    margin-top: -15px;
    position: sticky;
    z-index: -10;
}

section.single-page {
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
    padding-bottom: 57px;
}

/* table where to go ? */

table#tableplacestogo {
    margin-top: 3em;
}

table#tableplacestogo > thead > tr > th {
    background: #fff;
    border-bottom: 2px solid #ffe6df;
    border-top: 2px solid #ffe6df;
}

table#tableplacestogo > tbody > tr > td{
    background: #fff;
}

table#tableplacestogo > tbody a {
    color: #000;
    text-decoration: underline;
}

table#tableplacestogo th:nth-child(3),
table#tableplacestogo td:nth-child(3) {
    width: 132px;
}

table#tableplacestogo th,
table#tableplacestogo td {
    padding: 12px;
}

table thead tr.locationtype th {
    text-transform: uppercase;
    letter-spacing: 1px;
}

table#tableplacestogo i.indicator {
    color: #db3000;
    vertical-align: text-top;
    margin-left: 6px;
}

@media (max-width: 600px) { /* table break out */

    table#tableplacestogo thead th:nth-child(2),
    table#tableplacestogo thead th:nth-child(3) {
        display: none;
    }

    /* Force table to not be like tables anymore */
    table#tableplacestogo,
    table#tableplacestogo thead,
    table#tableplacestogo tbody,
    table#tableplacestogo tbody tr,
    table#tableplacestogo thead th,
    table#tableplacestogo tbody td {
        width: 100%;
    }

    table#tableplacestogo tbody tr {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
        width: 100%;
    }

    table#tableplacestogo td {
        padding: 0 0 0 12px;
        border: 0;
        width: 100%;
    }

    table#tableplacestogo td:nth-child(3) {
        width: 100%;
        padding-bottom: 12px;
    }

    table#tableplacestogo td:first-child {
        font-weight: bold;
        padding-top: 12px;
    }

    table#tableplacestogo td:first-child[colspan="3"] {
        padding-bottom: 12px;
    }
}

/* footer */
.footer-wrapper {
    padding: 1em 0;
}

footer {
    text-align: center;
}

footer small {
    font-size: 12px;
}
