/* COMMON */

.clear {
    clear:both;
}

h1,
h2,
h3,
p,
#excerpt,
#subtitle,
#active_country,
#active_value,
#footer,
#legend span {
    color: #410099;
}

body {
    background: #ddd;
}

@media (min-width: 1200px) {
    .container {
        width: 1255px;
    }
}

.page {
    background-color: #fff;
    padding: 0 117px;
}

@media (max-width: 1199px) {
    .page {
        padding: 0 60px !important;
    }
}

@media (max-width: 767px) {
    .page {
        padding: 0 40px !important;
    }
}

@media (max-width: 467px) {
    .page {
        padding: 0 20px !important;
    }
    .container {
        padding: 0 !important;
    }
}

/* HERO */

#hero.page {
    padding-top: 65px !important;
    background-image: url(http://zasoby.politykainsight.pl/pi2/landings/thebravedigitalworld/hero_graphics.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 233% 82px;
    background-size: 1013px;
}

#logo {
    max-width: 100%;
}

@media (max-width: 1199px) {
    #hero.page {
        background-position: -577% 123px;
        background-size: 1013px;
    }
}

@media (max-width: 991px) {
    #hero.page {
        background: #fff;
    }
}

.blue_bar {
    background-color: #410099;
    width: 96px;
    height: 9px;
    margin-top: 100px;
}

h1 {
    font-family: 'Whitney Bold';
    /*font-size: 58px;*/
    font-size: 52px;
    margin-top: 45px;
    line-height: 1.2em;
}

h2 {
    font-family: 'Whitney Light';
    /*font-size: 44px;*/
    font-size: 40px;
    line-height: 1.3em;
    margin-top: 18px;
}

h3 {
    font-family: "Whitney Semibold";
    /*font-size: 27px;*/
    font-size: 22px;
    margin-top: 33px;
}



#hero p {
    max-width: 460px;
}

p {
    font-family: 'Whitney Book';
    /* font-size: 22px; */
    font-size: 20px; 
    margin-top: 30px;
    line-height: 1.45em;
    text-align: justify;
}

p strong {
    font-family: 'Whitney Bold';
    font-weight: normal;
}

@media (max-width: 767px) {
    h1 {
        font-size: 39px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
    }

    p {
        font-size: 18px;
    }
}

a.download span {
    /*letter-spacing: 0.067em;*/
}

a.download {
    font-family: 'Whitney Semibold';
    border: 3px solid #410099;
    padding: 5px 33px;
    display: inline-block;
    margin-top: 48px;
    margin-bottom: 85px;
    font-size: 22px;
    text-align: center;
    border-radius: 10px;
    -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #410099;
}
a.download:hover, a.download:focus {
    color: #fff;
    text-decoration: none;
    background-color: #410099;
    color: #410099;
}

/* RECOMMENDATIONS */

#recommendations p {
    margin-top: 19px;
    margin-bottom: 21px;
    min-height: 100px;
}

.nr_circle {
    border: 2px solid #410099;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin: 25px 11px;
    font-size: 40px;
    line-height: 1.1em;
    display: block;
    position: absolute;
    font-family: "Whitney Light";
    text-align: center;
}


.nr_circle+p {
    padding-left: 110px;
    margin-top: 9px !important;
}

/* SLIDER */

#slider {
    margin-bottom: 40px;
}

#goToPrevSlidev1,
#goToNextSlidev1 {
    width: 48px;
    height: 48px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: -45px;
}

#goToPrevSlidev1 {
    left: 9px;
    background-image: url(http://zasoby.politykainsight.pl/pi2/landings/thebravedigitalworld/larr.svg.png)
}

#goToNextSlidev1 {
    right: 9px;
    background-image: url(http://zasoby.politykainsight.pl/pi2/landings/thebravedigitalworld/rarr.svg.png)
}

h3+p {
    margin-bottom: 31px !important;
}

.lSSlideOuter .lSPager.lSpg {

    padding: 45px 0 0;
}

.lSSlideOuter .lSPager.lSpg>li a {
    width: 15px;
    height: 15px;
    background-color: #BC9CD9 !important;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #410099 !important;
}

/* EXCERPT */

#excerpt {
    width: 405px;
    border-top: 3px solid #410099;
    border-bottom: 3px solid #410099;
    text-align: center;
    margin: 90px auto 37px auto;
    font-family: 'Chronicle Light';
    font-size: 21px;
    padding: 48px 40px;
    line-height: 1.3em;
    position: relative;
    max-width: 100%;
}

#excerpt::before {
    content: '';
    width: 134px;
    height: 121px;
    top: 26px;
    left: -152px;
    background-image: url(http://zasoby.politykainsight.pl/pi2/landings/thebravedigitalworld/icon1.svg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
}


@media (max-width: 991px) {
    #excerpt {
        margin-top: 130px;
    }

    #excerpt::before {
        left: 0;
        right: 0;
        top: -62px;
        text-align: center;
        margin: 0 auto;
        background-color: #fff;
        width: 130px;
        height: 90px;
        border-left: 20px solid #fff;
        border-right: 20px solid #fff;
    }
}
@media (max-width: 467px) {
    #excerpt {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* MAP */

#maps {
    background: #fff;
}

#maps h2 {
    margin-top: 77px;
}

#infotext {
    position: absolute;
    left: 106px;
    margin-top: 50px;
    max-width: 480px;
}


@media (max-width: 1199px) {
    #infotext {
        left: 146px;
        margin-top: 90px;
    }
}
@media (max-width: 991px) {
    #infotext {
        left: 56px;
        margin-top: 30px;
    }
    #source {
        max-width: 200px;
    }
    #subtitle {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    #maps {
        display: none;
        visibility: hidden;
    }
}

#subtitle {
    font-family: 'Whitney Light';
    font-size: 19px;
}

#active_country {
    display: block;
    font-family: 'Whitney Light';
    font-size: 29px;
    margin-top: 26px;
}

#active_value {
    font-family: 'Chronicle Semibold';
    font-size: 87px;
    line-height: 0.8em;
}
.nopro #active_value span {
    display: none;
}

#legend {
    display: block;
    margin-top: 40px;
}

#legend .dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #535354;
    margin-right: 10px;
    border-radius: 100%;
}

#legend_high,
#legend_mid,
#legend_low {}

#legend_highest .dot {background-color: #6238AD !important;}

#legend_high .dot {background-color: #824EB8;}

#legend_mid .dot {background-color: #A67ECC;}

#legend_low .dot {background-color: #DCCAEB;}


#source {
    margin-top: 20px;
    color: #535354;
}

/* VIDEOS */

#videos {
    background-color: #fff;
}

#videos h2 {
    margin-bottom: 34px;
}

#videos iframe {
    max-width: 100%;
}

/* AUTHORS */

#authors {
    background-color: #ffffff;
    padding-top: 58px;
    padding-bottom: 150px;
}
a {
    color: #410099;
}

/* FOOTER */

#footer {
    border-top: 3px solid #410099;
    padding-top: 50px;
}



#footer {
    position: relative;
    z-index: 99999999999;
    padding: 50px 0 50px 0;
}

#footer span,
#footer span a {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: normal;
    font-family: 'Whitney Light';
}

#footer span {
    margin: 0 8px;
}

#footer .contact,
#footer .social {
    height: 26px;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
}

#footer .contact img,
#footer .social img {
    padding: 0 8px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);

    transform: scale(0.8) !important;
    padding: 0 4px !important;
}

#footer .contact img:hover,
#footer .social img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#footer .contact {
    left: 0;
}

#footer .social {
    right: 0;
}

#footer .copy {
    padding-top: 67px;
}

#footer .copy span {
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
}


@media (max-width: 767px) {
    #footer {
        text-align: center;
    }

    #footer .contact,
    #footer .social {
        position: relative;
        margin: 0 auto;
        display: block;
    }

    #footer .contact {
        padding-top: 60px;
    }

    #footer .social {
        padding-top: 80px;
    }

    #footer .contact img {
        margin-right: 8px;
    }

    #footer .social img {
        margin-left: 8px;
    }
}

@media (max-width: 767px) {
    .hidden-small {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-big {
        display: none !important;
    }
}

select {
    background-color: transparent !important;
}

#maps svg g {
    fill: #E3E4E3;
}

#maps svg g.highest {
    fill: #6238AD;
}
#maps svg g.high {
    fill: #824EB8;
}
#maps svg g.mid {
    fill: #A67ECC;
}
#maps svg g.low {
    fill: #DCCAEB;
}
#maps svg g * {

    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
#maps svg g.active * {
    stroke-width:1 !important;
    z-index: 999;
}
#maps svg g.highest.active * {
    fill: #51279C; /* #6238AD; */
}
#maps svg g.high.active * {
    fill: #713DA7; /* #824EB8; */
}
#maps svg g.mid.active * {
    fill: #956DBB; /* #A67ECC; */
}
#maps svg g.low.active * {
    fill: #CBB9DA; /* #DCCAEB; */
}

#maps svg g.inactive * {
    opacity: 0.8;
}
#map_buttons {
    margin-top: 20px;
    padding-bottom: 30px;
    display:block;
}
#map_buttons div {
    display: inline-block;
    padding: 15px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: 'Whitney Semibold';
    font-size: 17px;
    line-height: 1em;
    border: 2px solid #410099;
    color: #410099;
    cursor: pointer;
}

#youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 40px;
}
#youtube iframe {
    max-width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}