/* COLORS */
/*
    #00a9e0 - blue
    #e87722 - orange
    #84bd00 - green
    #704aa1 - violet
*/

@font-face {
    font-family: 'lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoLight';
    src: url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoBold';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   outline: 0 !important;
}

body {
    font: 1rem 'lato', Tahoma, Arial, sans-serif;
    box-sizing: border-box;
    background: #fff;
    color: #283037;
}

a {
    color: #00a9e0;
}

strong {
    font-weight: 600;
}

.btn:focus,
.btn:active {
  outline: 0 !important;
  box-shadow: none !important;
}

/* STICKY FOOTER */
html, body.shortpage {
    height: 100%;
}

body.shortpage {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}

/* --------- TYPOGRAPHY --------- */

h2 {
    margin: 30px auto;
    font-family: 'latoBold';
    text-align: center;
}

h2:after {
    content: "";
    width: 42px;
    height: 4px;
    margin: 20px auto;
    display: block;
}

/* underline colors */
h2.after-blue:after {background: #00a9e0;}
h2.after-orange:after {background: #e87722;}
h2.after-green:after {background: #84bd00;}
h2.after-violet:after {background: #704aa1;}
h2.after-white:after {background: #fff;}

/* -------- GLOBAL CLASSES ------- */

.font-light {font-family: 'latoLight';}
.font-bold {font-family: 'latoBold';}
.line-height-15 {line-height: 1.5rem;}
.letter-spacing {letter-spacing: 2px;}
.border-right {border-right: 1px solid rgba(0,0,0,.125);}
.radius-50 {border-radius: 50%;}
.img-shadow {box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.1);}

.logo-company {width: 300px;}
.logo-product {height: 65px;}

/* --------- STRUCTURE -------- */

/* NAVBAR */
.navbar {
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
}

.nav-item {
    padding: 0.4rem;
}

.navbar-brand {
    max-width: 80%;
    margin-right: 0;
}

.navbar-brand img {
    height: 50px;
}


.navbar-toggle:focus,
.navbar-toggle:hover {
    background-color: transparent;
    outline: 0;
}

.navbar-toggle {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: transparent;
}

.navbar-toggle span.icon-bar {
    margin: 4px;
    transition: all 0.15s;
    background-color: #888;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle span:nth-child(2) {
    transform: rotate(-45deg) translateY(5px)translateX(-5px);
}

.navbar-toggle span:nth-child(3) {
    opacity: 0;
}

.navbar-toggle span:nth-child(4) {
    transform:rotate(45deg)translateY(-4px)translateX(-3px);
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0);
}

.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}


@media only screen and (min-width: 768px) {
    .navbar-brand {
        max-width: 100%;
    }
}

/* LANGUAGE MENU */
.dropdown-toggle {
    padding-top: 6px;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.dropdown-item {
    padding: 0;
    border-bottom: 1px solid #eee;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.dropdown-item:last-of-type {
    border:none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #eee;
}

.dropdown-item a {
    padding: 12px;
    display: block;
    text-align: left;
    line-height: 25px;
    color: rgba(0,0,0,.5);
}

.dropdown-item a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 1024px) {
    .dropdown.nav-item {
       padding-left: 10px;
       margin-left: 10px;
       border-left: 1px solid rgba(0,0,0,.1);
    }

    .dropdown-title {
        display: none;
    }
}

/* language flags */
.lang-name {
    padding-left: 10px;
}

.flag {
    width: 24px;
    height: 24px;
    margin: 0 0 2px 2px;
    display: inline-block;
    vertical-align: middle;
}

.flag-cs { background: url("../img/flags/cs.png") 0 50% no-repeat;} /* Czech Republic */
.flag-de { background: url("../img/flags/de.png") 0 50% no-repeat;} /* Germany */
.flag-en { background: url("../img/flags/en.png") 0 50% no-repeat;} /* United Kingdom */
.flag-fr { background: url("../img/flags/fr.png") 0 50% no-repeat;} /* France */
.flag-hr { background: url("../img/flags/hr.png") 0 50% no-repeat;} /* Croatia */
.flag-hu { background: url("../img/flags/hu.png") 0 50% no-repeat;} /* Hungary */
.flag-lv { background: url("../img/flags/lv.png") 0 50% no-repeat;} /* Latvia */
.flag-nl { background: url("../img/flags/nl.png") 0 50% no-repeat;} /* Netherlands */
.flag-pl { background: url("../img/flags/pl.png") 0 50% no-repeat;} /* Poland */
.flag-ro { background: url("../img/flags/ro.png") 0 50% no-repeat;} /* Romania */
.flag-ru { background: url("../img/flags/ru.png") 0 50% no-repeat;} /* Russia */
.flag-sl { background: url("../img/flags/sl.png") 0 50% no-repeat;} /* Slovenia */
.flag-tr { background: url("../img/flags/tr.png") 0 50% no-repeat;} /* Turkey */
.flag-ua { background: url("../img/flags/ua.png") 0 50% no-repeat;} /* Ukraine */

/* NAVBAR TARGET42 */
.navbar-target .dropdown {
    padding-left: 0.4rem;
    margin-left: 0;
    border: none;
}

.navbar-target a {
    color: #fff;
}

.navbar-target ul a {
    color: rgba(0,0,0,.5);
}

.bg-target-navbar img {
    height: 60px;
}

@media only screen and (min-width: 1024px) {
    .navbar-target li:after {
        content: "/";
        padding-left: 6px;
        display: inline-block;
        font-size: 1.2rem;
        color: #14c5ff;
    }

    .navbar-target ul li:after {
        display: none;
    }

    .navbar-target li:last-of-type:after {
        visibility: hidden;
    }

    .bg-target-navbar img {
        height: 89px;
    }
}

/* MAIN */
.jumbotron {
    min-height: 80vh;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    background: #eee url("../img/bg/bg_main.jpg") center / cover no-repeat;
    color: #fff;
}

.jumbotron h1 {
    font-weight: bold;
    text-transform: uppercase;
    overflow-wrap: break-word;
}

@media only screen and (min-width: 768px) {
    .jumbotron h1 {
        font-size: 3.5rem;
    }

}

/* SECTION */
section .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* FOOTER */
footer {
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #b7b6b6;
}

footer nav {
    border-top: 1px solid #444;
}

.contact_box {
    width: 300px;
    padding-left: 100px;
    padding-bottom: 20px;
}

/* footer icons */
.bg-contact-location {background: url("../img/icons/contact-location.png") no-repeat top left;}
.bg-contact-mobile {background: url("../img/icons/contact-mobile.png") no-repeat top left;}
.bg-contact-web {background: url("../img/icons/contact-web.png") no-repeat top left;}

/* BACKGROUNDS */

/* bg jumbotron */
.bg-adhoc {background: #333 url("../img/bg/bg_adhoc.jpg") center / cover no-repeat;}
.bg-adocean {background: #333 url("../img/bg/bg_adocean.jpg") center / cover no-repeat;}
.bg-adreal {background: #333 url("../img/bg/bg_adreal.png") center / cover no-repeat;}
.bg-audience {background: #333 url("../img/bg/bg_audience.jpg") center / cover no-repeat;}
.bg-gde {background: #333 url("../img/bg/bg_gde.jpg") center / cover no-repeat;}
.bg-heatmap {background: #333 url("../img/bg/bg_heatmap.jpg") center / cover no-repeat;}
.bg-prism {background: #333 url("../img/bg/bg_prism.jpg") center / cover no-repeat;}
.bg-shopmonitor {background: #333 url("../img/bg/bg_shopmonitor.jpg") center / cover no-repeat;}
.bg-target {background: #333 url("../img/bg/bg_target.jpg") center / cover no-repeat;}

/* bg colors */
.bg-blue {background-color: #00a9e0;}
.bg-orange {background-color: #e87722;}
.bg-green {background-color: #84bd00;}
.bg-violet {background-color: #704aa1;}
.bg-target-navbar {background: #2a225b;}

/* bg sections */
.bg-company {background: #eee url("../img/bg/bg_company.jpg") center / cover no-repeat;}
.bg-trust {background: #eee url("../img/bg/bg_trust.jpg") center / cover no-repeat;}
.bg-purple-tinta {background: #2a225b url("../img/bg/bg_purple-tinta.jpg") center / cover no-repeat;}

.bg-academy-practise {background: #eee url("../img/bg/bg_academy-practise.jpg") center / cover no-repeat;}
.bg-academy-work {background: #eee url("../img/bg/bg_academy-work.jpg") center / cover no-repeat;}
.bg-academy-benefits {background: #eee url("../img/bg/bg_academy-benefits.jpg") center / cover no-repeat;}

.bg-target-magic {background: #eee url("../img/bg/bg_target-magic.jpg") center / cover no-repeat;}
.bg-target-security {background: #704aa1 url("../img/bg/bg_target-security.png") 90% / contain no-repeat;}
.bg-target-support {background: #2a225b url("../img/bg/bg_target-support.jpg") center / cover no-repeat;}
.bg-target-benefits {background: #eee url("../img/bg/bg_target-benefits.jpg") center / cover no-repeat;}

/* bg page bar */
.page-bar-blue {background: #eee url("../img/bg/page-bar-blue.jpg") 20% 50% / cover no-repeat;}
.page-bar-target {background: #704aa1 url("../img/bg/page-bar-target.jpg") 20% 50% / cover no-repeat;}
.page-bar-orange {background: #eee url("../img/bg/page-bar-orange.jpg") 20% 50% / cover no-repeat;}

/* --------- ELEMENTS -------- */

/* CARDS */
.card {
    width: 300px;
    border: none;
    background: inherit;
}

.card-img-top {
    width: auto;
    margin: 1rem auto;
    text-align: center;
}

.card-body {
    padding-top: 0;
}

h5.card-title {
    margin-bottom: 0;
    font-family: 'latoBold';
}

.offices .card {
    width: 195px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.1);
}

/* PROGRAM */
.program {
    line-height: 1.5rem;
}

.program li {
    list-style-type: none;
    padding-left: 1em;
    text-indent: -.7em;
}

.program li:before {
    content: "• ";
}

/* bullet colors */
.program .bullet-blue li:before {color: #00a9e0;}
.program .bullet-orange li:before {color: #e87722;}
.program .bullet-green li:before {color: #84bd00;}
.program .bullet-violet li:before {color: #704aa1;}
.program li ul.nested li:before {color: #999;}

/* TINTA */
.tinta {
    font-size: 1.2rem;
    text-align: center;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
    background-image: url("../img/bg/bg_pattern-blue.png");
    color: #fff;
}

.tinta .card {
    width: 150px;
    border: none;
    font-size: 1rem;
    box-shadow: none;
    background: inherit;
}

.tinta .card img {
    width: 175px;
    margin: 10px auto;
    border: 5px solid #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.1);
}

.tinta.bg-orange .card img {
    width: 128px;
    border: none;
    box-shadow: none;
    text-align: center;
}

@media (min-width: 768px) {
    .tinta-card {
        width: calc(100% / 3 - 20px);
    }
}

/* BUTTONS */
.btn-primary,
.btn-blue {
    background: #00a9e0;
    border-color: #fff;
}

.btn-primary:hover,
.btn-blue:hover {
    background: #fff;
    border-color: #00a9e0;
    color: #00a9e0;
}

.btn-outline-primary,
.btn-outline-blue {
    border-color: #00a9e0;
    background: inherit;
    color:  #00a9e0;
}

.btn-outline-primary:hover,
.btn-outline-blue:hover {
     background: #00a9e0;
     border-color:  #00a9e0;
     color: #fff;
}

.btn-outline-secondary {
    border-color: #fff;
    color: #fff;
}

.btn-green {
    background: #84bd00;
    border-color: #fff;
    color: #fff;
}

.btn-green:hover {
    background: #fff;
    border-color: #84bd00;
    color:#84bd00;
}

.btn-orange {
    background: #e87722;
    border-color: #fff;
    color: #fff;
}

.btn-orange:hover {
    background: #fff;
    border-color: #e87722;
    color: #e87722;
}

.btn-outline-orange {
    border: 1px solid #e87722;
    color: #e87722;
}

.btn-outline-orange:hover {
    background: #e87722;
    color: #ffff;
}

/* LOGIN BUTTON */
.login {
    border-radius: 5px;
}

/* FEATURES */
.feature {
    padding-bottom: 1rem;
}

.feature h5 {
    padding-left: 1em;
    padding-bottom: 0.3rem;
    border-bottom: 1px dashed #eee;
    font-size: 1rem;
    font-family: 'latoBold';
    text-transform: uppercase;
    text-indent: -.7em;
}

.feature p {
    padding-left: 0.8rem;
}

/* ARROWS */
.arrow:before {
    content: "\f105";
    padding-right: 4px;
    font-family: 'FontAwesome';
}

.arrow-blue:before {color: #00a9e0;}
.arrow-green:before {color: #84bd00;}
.arrow-orange:before {color: #e87722;}
.arrow-violet:before {color: #704aa1;}

/* NUMBERS */
.num {
    font-family: 'latoLight', 'Lato';
    font-weight: normal;
    text-transform: uppercase;
}

.num h1 {
    margin-bottom: 0;
    font-size: 4rem;
}

/* LINKS LIST */
.list-group-item {
    border: none;
    border-bottom: 1px dashed #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
}

/* CONTACT FORM */
form select.form-dark {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f8f9fa url("../img/icons/form-select-arrow.png") 98% 50% no-repeat!important;
    outline: none;
}

.bg-pattern-dark {
    background: #343a40 url("../img/bg/bg_pattern-dark.png");
    color: #fff;
}

/* OTHERS */
/* prism */
.img-prism {
    width: 180px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 50%;
    box-shadow: 0 4px 4px 0 rgba(0,0,0, 0.1);
    background: #fff;
}

/* academy */
.trends h2 {
    color: #fff;
}

.trends .card-img-top {
    width: 80%;
}

/* target42 */
.bg-target-magic img {
    width: 180px;
}

/* --------- SUBPAGE ELEMENTS --------- */

/* PAGE BAR */
.page-bar h1 {
    font-family: 'latoLight', 'Lato', Tahoma, sans-serif;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0,0,0,.7);
}

.page-bar-target h1 {
    font-family: 'latoBold';

}

@media only screen and (min-width: 768px) {
    .page_bar h1 {
        text-align: left;
    }
}

/* BREADCRUMBS */
.breadcrumb {
    background: inherit;
    color: rgba(0,0,0,.7);
}

/* CONTACT PAGE */
/* offices */
.card-office {
    max-width: 224px;
    padding-left: 2px;
    margin-bottom: 20px;
}

.phone {
    padding-top: 1rem;
}

.phone:before {
    content: "\f10b";
    padding-right: 8px;
    padding-bottom: 4px;
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    vertical-align: middle;
    color: #999;
}

@media only screen and (min-width: 1024px) {
    .card-office {
        width: calc(100% / 5 - 8px);
        max-width: 215px;
    }
}

/* ------------- EXTRA SECTIONS --------------- */

/* VIDEO PLAYER */
.video_wrapper {
     height: 0;
     padding-top: 25px;
     padding-bottom: 56.25%;
     /* 16:9 */
     position: relative;
}

.video_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* BANNER EVENT */
.banner h1 {
    font-family: 'latoBold';
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px #777;
    letter-spacing: 4px;
}

.banner .subtitle {
    padding: 8px 16px;
    display: inline-block;
    position: relative;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 4px;
    background: rgba(0,0,0, 0.7);
}

.banner .subtitle::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0,0,0, 0.7);
    position: absolute;
    left: 12%;
    top: 100%;
    clear: both;
}

.banner .info {
    font-family: 'latoLight';
}

/* BANNER FLAGS */
.banner-flags a {
    color: #fff;
}

.banner-flags a img {
    transition: all 0.3s ease-in-out;
    box-shadow: 5px 5px 2px 0 rgba(255,255,255,0.1);
}

.banner-flags a img:hover {
    transform: scale(1.1);
}

/* TESTIMONIALS */
.testimonials {
    min-height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    text-align:center;
    background: url("../img/bg/bg_trust.jpg") center / cover no-repeat;
}

.testimonial-wrapper {
    padding: 30px 20px;
    position: relative;
    color: #fff;
}

.testimonial-content {
    font-size: 14px;
    font-weight: bold;
    text-transform:uppercase;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    margin-right: 1rem;
    border-radius: 50%;
    background: #fff;
}

.testimonial-author {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    color: #e87722;
}

.testimonial-description {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    text-align: left;
    color: #f5f5f5;
}

@media only screen and (min-width: 640px) {
    .testimonial-wrapper {
        padding: 45px 35px;
    }

    .testimonial-content {
        font-size: 25px;
    }
}

/* INFOGRAPHIC */
.infographic {
    display: flex;
    justify-content: center;
}

.info-circle {
    width: 380px;
    height: 380px;
    margin: auto;
    border: 8px dashed #eee;
    border-radius: 50%;
    display: none;
}

.info-circle img {
    max-width: 220px;
}

.info-block {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16pt;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.1);
    background: #e87722;
    color: #fff;
}

.info-text {
    padding-left: 1rem;
}

.info-text h5 {
    font-size: 1rem;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .infographic {
        margin: 4rem 0;
        display: block;
    }

    .info-circle {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .info-wrapper {
        width: 360px;
        margin: auto;
        position: relative;
        top: -360px;
    }

    .info-block {
        position: absolute;
        display: block;
    }

    .info-block:nth-of-type(odd) {
        text-align: right;
        width: 400px;
    }

    .info-text {
        min-height: 50px;
        padding-left: 0;
        display: flex;
        align-items: center;
    }

    .info-block:nth-of-type(even) .info-text {
        justify-content: flex-start;
    }

    .info-block:nth-of-type(odd) .info-text {
        justify-content: flex-end;
    }

    .info-block:nth-of-type(even) .info-icon {
        margin-right: 16px;
        float: left;
    }

    .info-block:nth-of-type(odd) .info-icon {
        margin-left: 16px;
        float: right;
    }

    /* icon position */
    .info-block:nth-of-type(1) {transform: translate(-300px, 0);}
    .info-block:nth-of-type(2) {transform: translate(270px, 0);}
    .info-block:nth-of-type(3) {transform: translate(-380px, 145px);}
    .info-block:nth-of-type(4) {transform: translate(340px, 145px);}
    .info-block:nth-of-type(5) {transform: translate(-300px, 290px);}
    .info-block:nth-of-type(6) {transform: translate(270px, 290px);}
}

/* LOGO SLIDER */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    height: 100%;
    min-height: 1px;
    display: none;
    float: left;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    height: auto;
    border: 1px solid transparent;
    display: block;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* PHOTO GALLERY */
.gallery-block.compact-gallery .item {
    margin-bottom: 0;
    overflow: hidden;
    opacity: 1;
    background: #333;
}

.gallery-block.compact-gallery .item .image {
    width: 100%;
    height: 400px;
    border: 1px solid #fff;
    transition: 0.8s ease;
    object-fit: cover;
}

.gallery-block.compact-gallery .item .description {
    width: 100%;
    padding: 20px;
    display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 17px;
    text-align: center;
    transition: 0.8s ease;
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0,0,0, 0.6), rgba(0, 0, 0, 0.9));
    color: #fff;
}

@media (min-width: 576px) {
    .gallery-block .zoom-on-hover:hover .image {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

/* EVENT TABLE */
table.event td {
    border-top: none;
    border-bottom: 1px dashed #e9ecef;
}

table.event th {
    border-bottom: 1px solid #e9ecef;
}

table.event .datetime {
    width: 10%;
}

table.event .details {
    min-width: 20%;
}

/* VOCABULARY */
.letter {
    width: 45px;
    height: 45px;
    margin: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    background-color: #258bc8;
    color: #fff;
}

.vocabulary th,
.vocabulary td {
    border-top: 1px dashed #e9ecef;
}

.vocabulary th {
    width: 17%;
}

.vocabulary .nav-link {
    border: 1px solid #ddd;
    text-transform: uppercase;
}

.nav-pills.pills-blue .nav-link.active,
.nav-pills .show > .nav-link {
    background: #00a9e0;
}

.nav-pills.pills-green .nav-link.active,
.nav-pills .show > .nav-link {
    background: #84bd00;
}

/* ERROR PAGES */
.errorpage h1 {
    font-size: 148px;
}