/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

:root {
    --main-color: #222222;
    --main-color-darken: #181818;
    --link-color: #1fb68d;
    --grey-color: #979797;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: "Roboto Condensed", sans-serif;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: "Roboto Condensed", sans-serif;
}

header {
    width: 100%;
    height: 13vh;
    position: relative;
    overflow: hidden;
    background-color: #222222;
    -webkit-box-shadow: 0px 3px 5px #000;
    box-shadow: 0px 3px 5px #000;
    text-align: center;
    border-bottom: 1px solid #fff;
}

header .left {
    float: left;
    width: 18%;
    text-align: left;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .main_logo {
    margin: 15px auto;
    width: 60%;
    float: left;
    text-align: center;
    max-height: 10vh;
}

header .right {
    float: right;
    width: 20%;
    text-align: right;
    padding: 8px 1%;
}

header .right>img {
    padding: 20px 30px;
    height: 40px;
}

header .right>a {
    padding: 20px 3px;
}

.rota_logo1 {
    position: relative;
    top: 10px;
}

.flag_el img,
.flag_en img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 15px;
}

.flag_el img:hover,
.flag_en img:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

header .logo {
    padding: 15px;
    max-width: 100%;
}

header .search-container {
    display: none;
    position: relative;
}

header .search-container .search_icon {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

header .search-container .search_icon img {
    width: 10%;
}

header .search-container .search {
    display: none;
    padding: 2% 5%;
    position: absolute;
    top: -10px;
    background: #fff;
    z-index: 2000;
    border: 2px solid #000;
    width: 300px;
    height: 50px;
}

header .search-container .search_clear {
    display: none;
    text-decoration: none;
}

header .search-container .search_clear img {
    width: 10%;
    padding-top: 15px;
}

.exhibitions-logos {
    width: 100%;
    position: relative;
    text-align: center;
}

.exhibitions-logos img {
    padding-top: 2%;
    max-width: 800px;
}

.content {
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow-y: auto;
    /*background: #1a78b9 url('../img/bg_home.png') no-repeat top center;
    background-size: 100% 100%;*/
    background-color: #fff;
}

.exhibitors-list-cont .content {
    background-color: #444444;
    max-height: 100vh;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #444444;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #1fb68d;
}

::-webkit-scrollbar-thumb {
    background-color: #1fb68d;
}

.home_boxes {
    width: 80%;
    position: relative;
    margin: 15px auto 0px;
    overflow: hidden;
}

.home_box {
    width: 22%;
    float: left;
    margin: 1%;
    border-radius: 6%;
    overflow: hidden;
    border: 2px solid #979797;
    min-height: 450px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.home_box:hover {
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
    -webkit-box-shadow: 15px 1px 32px rgba(21, 21, 21, 0.2);
    box-shadow: 15px 1px 32px rgba(21, 21, 21, 0.2);
}

.home_box a,
.home_box a:visited {
    text-decoration: none;
    width: 100%%;
    border: none;
    border-radius: 16px;
    display: block;
}

.home_box a:hover {
    -webkit-box-shadow: 0px 3px 15px #fff;
    box-shadow: 0px 3px 15px #fff;
}

.home_box figure {
    width: 100%;
    max-height: 380px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px solid #6d6e71;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    min-height: 175px;
}

.home_box figure img {
    max-width: 70%;
    text-align: center;
}

.home_box.home_box2 figure img {
    object-fit: cover;
    width: 80%;
    max-width: 100% !important;
}s

.home_box.home_box3 figure img,
.home_box.home_box4 figure img {
    /* max-width: 70%; */
}

.home_box.home_box4 figure img {
    padding-top: 1rem;
}

.home_box figcaption {
    text-align: center;
    min-height: 100px;
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    color: #6d6e71;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 15vh;
    /*margin-top: 49px;*/
}

.home_exhibition_icons {
    width: 60%;
    margin: 2% auto;
    position: relative;
    overflow: hidden;
}

.home_exhibition_icons .icon {
    width: 25%;
    float: left;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home_exhibition_icons .icon:hover {
    -webkit-box-shadow: 0px 0px 12px #ccc;
    box-shadow: 0px 0px 12px #ccc;
}

.home_exhibition_icons a,
.home_exhibition_icons a:visited {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home_exhibition_icons figure {
    width: 100%;
    overflow: hidden;
    margin: 0;
    text-align: center;
    padding: 25px 0px;
}

.home_exhibition_icons figcaption {
    color: #493f5f;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    min-height: 100px;
}

.exhibitor-list-container {
    width: 19%;
    position: relative;
    background-color: #444444;
    float: left;
    border-right: none;
}

.exhibitor-list-container.full_height {
    height: 100vh;
}

ul.exhibitors-list {
    list-style: none;
    padding: 0px;
    margin: 0;
    height: 100vh;
    position: relative;
    overflow-y: auto;
}

.exhibitors-list li {
    color: #000;
    font-size: 22px;
    line-height: 28px;
}

ul.exhibitors-list a {
    /*color: #493f5f;*/
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 15px;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #979797;
}

ul.exhibitors-list a:hover,
ul.exhibitors-list a.active {
    border: 0px;
    /*background-color: #493f5f;*/
    background-color: #1fb68d;
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
    border-bottom: 1px solid #1fb68d;
}

.exhibitor-area-container {
    width: 77%;
    height: 100vh;
    position: relative;
    overflow-y: auto;
    background-color: #fff;
    float: left;
    padding: 60px 2%;
}

.exhibitor-area-container.info {
    width: 96%;
    padding-top: 25px;
}

.general_plan.exhibition_info1 {
    padding-bottom: 25px;
}

.exhibitor-area-halls {
    width: 90%;
    position: relative;
    margin: 2% auto;
}

.exhibitor_hall {
    width: 40%;
    float: left;
    text-align: center;
    margin: 3% 5% 1% 5%;
    border-radius: 6%;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 12px #cbcbcb;
    box-shadow: 0px 0px 12px #cbcbcb;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.exhibitor_hall:hover {
    -webkit-box-shadow: 0px 0px 12px #ddd;
    box-shadow: 0px 0px 12px #ddd;
}

.exhibitor_hall a,
.exhibitor_hall a:visited {
    text-decoration: none;
    width: 93%;
    border: 8px solid #493f5f;
    border-radius: 16px;
    margin: 2%;
    display: block;
}

.exhibitor_hall figure {
    width: 80%;
    margin: 0px auto;
}

.exhibitor_hall figure img {
    width: 100%;
}

.exhibitor_hall figcaption {
    color: #231f20;
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 400;
    padding-bottom: 20px;
}

.exhibitor-search-overlay:first-of-type {
    display: none;
    width: 95%;
    height: 30vh;
    background: #fff;
    position: relative;
    top: -45px;
    left: 45px;
    z-index: 1000;
    padding: 0;
    text-align: center;
}

.exhibitor-search-overlay h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 45px;
    font-weight: 300;
    color: #181818;
    text-align: center;
}

.exhibitor-search-overlay h4 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 300;
    color: #181818;
    text-align: center;
}

.exhibitor-search-overlay .search_subtitle .info {
    width: 20px;
    padding-right: 10px;
}

.exhibitor-search-overlay .search {
    border: 1px solid #181818;
    text-align: left;
    padding: 15px 20px;
    font-size: 42px;
    font-weight: 300;
    color: #979797;
}

.exhibitor-search-overlay .search_clear img {
    width: 3%;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 20px;
}

.exhibitor-alphabet-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(114, 125, 132, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.search-input-wrapper {
    margin-top: 60px;
}

.search-input-wrapper input,
.search-input-wrapper input:focus {
    outline: none;
    border: 1px solid #181818;
    width: 60%;
}

.search-input-wrapper input::-webkit-input-placeholder {
    color: #979797;
    font-size: 42px;
    font-weight: 300;
    text-transform: capitalize;
}

.search-icon {
    background: #181818;
    padding: 13px;
    position: relative;
    top: -10px;
    left: -80px;
}


/*.exhibitor-alphabet-overlay.show {
    display: block;
}*/

.exhibitor-alphabet-overlay .alphabet-list {
    padding: 2% 5%;
    width: 80%;
    float: left;
}

.exhibitor-alphabet-overlay .alphabet-list li {
    display: block;
    float: left;
}

.exhibitor-alphabet-overlay .alphabet-list a,
.exhibitor-alphabet-overlay .alphabet-list a:visited {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 2.8em;
    color: #fff;
    text-shadow: 2px 2px 10px #000;
}

.exhibitor-alphabet-overlay .alphabet-list a.active,
.exhibitor-alphabet-overlay .alphabet-list a:hover {
    color: #495054;
    text-shadow: 2px 2px 10px #fff;
}

.exhibitor-details-container {
    display: none;
    width: 19%;
    height: 100vh;
    position: relative;
    overflow-y: auto;
    background-color: #727d84;
    float: left;
    /*color: #5c656b;*/
    color: #fff;
    border-left: 1px solid #000;
}

.details img {
    float: left;
    display: block;
    padding: 0 30px 0 0;
}

.exhibitor-details-container .company-info {
    padding: 5%;
    font-size: 22px;
    line-height: 28px;
}

.exhibitor-map-halls {
    display: none;
    position: relative;
}

.exhibitor-map-hall {
    display: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    /* box-shadow: 12px 1px 16px rgba(21, 21, 21, .2); */
    padding-top: 45px;
}

.exhibitor-map-hall.zoomin {
    /*-moz-transform: scale(2.0);
    -webkit-transform: scale(2.0);
    transform: scale(2.0);*/
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.exhibitor-map-hall.active img.hall_area_image {
    height: 75vh;
}

.exhibitor-map-hall.zoomin h2.center {
    margin: 0px;
}

.exhibitor-map-hall.zoomin img {
    /*margin: 10% 0px;*/
    margin: 2% 0px 10% 0px;
}

.exhibitor-map-hall h2 {
    color: #a5b6c0;
    font-size: 1.2em;
    margin: 2% 2% 0px 2%;
    text-align: left;
    float: left;
    max-width: 50%;
    /*margin: 2%;
    font-size: 3em;
    float: left;
    width: 25%;*/
}

.exhibitor-map-hall h2.center {
    text-align: center;
    margin: 40px 0 0 0;
}

.exhibitor-map-hall span {
    color: #5c656b;
    font-size: 1.2em;
    text-align: left;
    margin: 0px;
    /*line-height: 3.5em;
    float: left;*/
}

.exhibitor-map-hall .hall_name {
    display: none;
    position: absolute;
    top: 8px;
    left: 45%;
    color: #181818;
}

.exhibitor-map-hall .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-size: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
}

.green-text {
    color: #1fb68d;
}

.zoom_panel {
    display: none;
    position: absolute;
    right: 5%;
    /*top: 100px;*/
    top: 100%;
    z-index: 1000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    width: 160px;
}

.zoom_panel.left {
    left: 5%;
    right: 0;
}

.zoom_panel a,
.zoom_panel a:visited {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.home_url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home_url img {
    width: 60px;
    padding: 35px 40px;
    background: #181818;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.home_url img:hover {
    background: #1fb68d;
}

.pin_kiosk {
    width: 10%;
}

.zoom_panel a.home_url {
    display: inline-block;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #493f5f;
    /*margin-top: 30px;*/
}

.zoom_panel a.home_url img {
    width: 60px;
    padding: 6%;
}

.back_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
    text-decoration: none;
}

.zoom_panel a.back_link {
    display: inline-block;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #493f5f;
    /*margin-top: 30px;*/
}

.zoom_panel a.back_link img {
    width: 60px;
    padding: 6%;
}

.loading {
    display: none;
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2000;
    text-align: center;
    font-size: 2.8em;
    font-weight: bold;
    padding-top: 20%;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    background: rgba(114, 125, 132, 0.5);
}

#letters-dropdown {
    width: 96%;
    padding: 2%;
    margin: 2%;
    font-family: "Roboto Condensed", sans-serif;
    border: 1px solid #493f5f;
    color: #493f5f;
}

.exhibition_info1 .exhibitorinfo-content {
    display: none;
    width: 70%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.exhibition_info1 .exhibitorinfo-content h3 {
    /*margin: 0px 0px 5px 0px;*/
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #1fb68d;
}

.exhibition_info1 .exhibitorinfo-content h4 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.exhibition_info1 .exhibitorinfo-content ul {
    list-style: none;
}

.exhibition_info1 .exhibitorinfo-content hr {
    width: 60%;
    margin: 0 auto;
}

.exhibition_info1 .exhibitorinfo-content table {
    width: 90%;
    margin-bottom: 4%;
}

.letters-filter {
    display: block;
}

.exhibitors-letters a,
.exhibitors-letters a:visited {
    color: #493f5f;
    text-decoration: none;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: #181818;
    border-top: 4px solid #1fb68d;
}


/*
 * Enscroll
 */

.scrollbox {
    overflow: auto;
    /* This is changed by enscroll, but must be defined */
    width: 20%;
    /* The arbitrary width and height of the view pane */
    height: 100vh;
}

.vertical-track {
    width: 16px;
    /* How wide is the scrollbar going to be? */
    background-color: #aaa;
    /* What color should the vertical track be? */
}

.vertical-handle {
    width: 16px;
    /* How wide is the scrollbar handle? */
    background-color: #aaf;
    /* What color should the handle be? */
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.row.wide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row.wide .home_box {
    min-height: 220px;
    height: 220px;
    width: 60%;
    border-radius: 30px;
}

.home_box.home_box5.wide a {
    height: 100%;
}

.home_box_new.home_box5.wide {
    min-height: 220px;
    height: 220px;
    width: 45%;
    border-radius: 30px;
    border: 2px solid #979797;
}

.row.wide .left {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    float: left;
    border-right: 1px solid #979797;
    padding: 0 30px;
}

.row.wide .left img {
    max-width: 100%;
}

.row.wide .right {
    text-align: center;
    min-height: 100px;
    font-weight: 600;
    font-size: 38px;
    line-height: 35px;
    color: #6d6e71;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.home_box_new.home_box5.wide {
    min-height: 220px;
    height: 220px;
    width: 60%;
    border-radius: 30px;
    border: 2px solid #979797;
}

.right.box5 {
    text-align: center;
    min-height: 100px;
    font-weight: 600;
    font-size: 38px;
    line-height: 35px;
    color: #6d6e71;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

a {
    text-decoration: none;
}

.left.box5 {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    float: left;
    border-right: 1px solid #979797;
    padding: 0 90px;
}

.row-box5 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (min-width: 2048px) {
    header {
        height: 15vh;
    }
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.big-white-text {
    font-size: 50px;
    color: #fff;
}

span.foundLetter{
    font-weight: bold;
    text-decoration: underline;
}
