@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
}

html, body {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

body {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 18px;
  color: #212121;
  letter-spacing: 0.3px;
  line-height: 31px;
}


h1 {
  font-family: PlayfairDisplay;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  color: #212121;
  letter-spacing: 0.3px;
}
h2 {
  font-family: PlayfairDisplay;
  font-weight: 400;
    font-style: normal;
  font-size: 30px;
  color: #212121;
  text-align: left;
}
h3 {
  font-family: PlayfairDisplay;
  font-weight: 500;
  font-style: normal;
  font-size: 23px;
  color: #212121;
  text-align: left;
  line-height: 35px;
}
h3.action-subtitle {
  margin-bottom: 1rem;
  padding: 0 5px 2px 5px;
  display: inline!important;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 23px;
  color: #FFFFFF;
  text-align: left;
  line-height: 35px;
  background-color: #212121;
}

h4 {
  font-family: PlayfairDisplay;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #212121;
  text-align: left;
}
.preload * {
  -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
.video-container {
  height: calc(100vh - 94px);
  height: min(calc(100vh - 94px), calc(100vw*1080/1920));
  position: relative;
  background-size:calc(33vh - 31px);
  background-image: url(assets/svgs/1_Kamera_background@2x.svg);
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .video-container {
    height: calc(100vh - 74px);
    height: min(calc(100vh - 74px), calc(100vw*1080/1920));
    background-size:calc(33vh - 16px);
  }
}
video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 100%;
}
.w-main {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}

.min-h-400 {
  min-height: 400px;
}

p {
  font-size: 1.125rem;
  color: #4A4A4A;
}
.content {
    padding: 0 200px 100px;
}
@media only screen and (max-width: 1080px) {
  .content {
    padding: 0 150px 100px;
  }
}
@media only screen and (max-width: 900px) {
  .content {
    padding: 0 100px 100px;
  }
}
@media only screen and (max-width: 600px) {
  .content {
    padding: 0 50px 100px;
  }
}
@media only screen and (max-width: 400px) {
  .content {
    padding: 0 20px 100px;
  }
}
.content a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #FFD500;
}
.content a:hover {
  background-color: #FFD500;
}
.content .share-buttons a {
  border-bottom-width: 0;
}
/*::selection { 
  background: #FFD400;
  text-shadow: none;
}

::-moz-selection { 
  background: #FFD400;
  text-shadow: none;
}

a { 
  color: #2B59C3;
}*/

/*----------------------------------*/

.topnav {
    position: relative;
    border-top: 5px solid black;
    box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
    z-index: 1000;
}

.topnav #menu {
  display: none;
  position: absolute;
  left: 0;
  width: 35%;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1001;
}
.topnav #menu ul, 
.topnav #language-menu ul {
  list-style: none;
}
.topnav #language-menu {
  display: none;
  position: absolute;
  right: 0;
  width: 190px;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1001;
}

.topnav #menu-background, 
.topnav #language-menu-background  {
  display: none;
  position: fixed;
  background: grey;
  z-index: 999;
  opacity: 0.3;
  top: 0;
  width: 100vw;
  height: 100vh;
}

.topnav a {
  color: black;
  /*padding: 20px;*/
  text-decoration: none;
  font-size: 36px;
  display: block;
}

.topnav #menu a:hover {
  background-color: #FFD500;
}

.topnav #menu a:hover:before {
  color: black;
}

.topnav .dib a {
  padding: 10px 20px;
}

.topnav a.icon {
  display: block;
  color: #ffd500;
  padding: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1003;
}
.topnav a.flag {
  display: block;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1003;
}
.topnav a.flag img {
  width: 36px;
}
 .topnav #language-menu img {
   /*width: 20px;*/
   margin-bottom: -1%;
   /*margin-left: 0.5rem;*/
 }
.topnav #menu a {
  font-size: 20px;
  padding: 2px;
  padding-left: 35px;
  text-align: left;
}
.topnav #language-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-end;

  font-size: 20px;
  padding: 2px;
  /*padding-right: 35px;*/
  text-align: right;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.topnav #menu a:before {
  content: "+";
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  color: #FFD500;
  margin-right: 0.5rem;
}
#menu-language-menu li a 
.active, .header-background {
  /*background-color: #ffd500;*/
  background-color: #fff;
  text-align: center;
  position: inherit;
  z-index: 1002;
}
/*.active img.small-logo {
  margin-right: -10%;
  display: none;
}*/
@media only screen and (max-width: 650px) {
  
  /*.active img.small-logo {
    display: inline;
  }
  .active img.big-logo {
    display: none;
  }*/
  .active img.logo {
    display: inline;
  }
  .topnav a.icon, .topnav a.flag {
    padding: 20px;
  }
  .topnav #menu {
    width: 60%;
  }
} 

@media only screen and (max-width: 400px) {
  .active img {
    width: 75%;
  }
  .topnav #menu, .topnav #language-menu {
    width: 100%;
  }
}
@media only screen and (max-width: 200px) {
  .active img {
    width: 0%;
  }
}
/*-------------------------------------*/
.inverted {
  font-family: PlayfairDisplay;
  font-weight: 500;
  font-style: normal;
  font-size: 23px;
  color: white;
  background-color: #212121;
  text-align: left;
  line-height: 25px;
  padding: 0px 5px 5px 7px;
  margin-bottom: 15px;
}

/*-------------------------------------*/

.template {
  display: none;
}
.section-title {
  font-family: 'Playfair Display', serif;
  color: #212121;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 400px) {
  .section-title {
    padding-left: 25px;
  }
}
h1:before, .learn-more h2:before {
  content: "+";
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
  color: #FFD500;
  position: absolute;
  left: -4rem;
}
@media only screen and (max-width: 400px) {
  h1:before, .learn-more h2:before {
    left: -0.5rem;
  }
}
.source-date, .source-title{
  font-family: 'Playfair Display', serif;
}
.source-excerpt {
  font-size: 1.125rem;
  color: #212121;
  font-weight: 300;
  line-height: 1.95rem;
  letter-spacing: 0.3px
}
.section-title-small {
  font-size: 1.9rem;
  font-family: 'Playfair Display', serif;
  color: #212121;
  position: relative;
}
.checkmark:before{
  content: "\2713";
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
  color: #FFD500;
  position: absolute;
  left: -3.5rem;
}
.xmark:before {
  content: "\2715";
  font-size: 2.2rem;
  font-family: 'Roboto', sans-serif;
  color: #FFD500;
  position: absolute;
  left: -3.5rem;
}
.yellow-bull-list{
  list-style: none;
}
.yellow-bull-list li{
  font-size: 1.125rem;
  letter-spacing: 0.3px;
  line-height: 1.5;
}
.yellow-bull-list li:before{
  content: "\2022";
  color: #FFD500;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -2em;
}
#legal-issues .yellow-bull-list li {
  padding: 10px 0;
}
#legal-issues .yellow-bull-list li:before {
  font-size: 24px;
  font-weight: 900;
  margin-left: -1em;
}

.card-title {
  font-size: 1.125rem;
  color: #212121;
  font-family: 'Playfair Display', serif;
  text-align: center!important;
}

.card-desc-container {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 900px) {
  .card-desc-container  {
    width: 350px;
  }
}

.card-desc {
  font-size: .9rem;
  color: #4A4A4A;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}
.card-image {
  position: relative;
  text-align: center;
  min-width: 131px;
  height: 123px;
}
.card-first-row {
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .card-first-row {
    flex-direction: column;
  }
}
.card-img-arrow {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 50%;
}
.card-img-arrow > img {
  
}
.card-pill-holder {
  min-height: 90px;
  text-align: center;
  min-width: 100%;
  overflow: visible;
}
.card-pill {
  font-size: .7rem;
  background-color: #032B43;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
}
.c-pill-label {
  font-size: .7rem;
  line-height: 1.3;
}

/*------------------------------*/
footer {
  color: white;
  background-color: #212121;
  position: relative;
  /*overflow: hidden;*/
  overflow: visible;
}
footer:after {
  content:"";
  position:absolute;
  left:0;
  right:0px;
  top:-4.2rem;/* height of image */
  height:5rem;/* height of image*/
  background:url("assets/svgs/kamerica.svg") no-repeat center 0;
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
footer h1,
footer .description {
  color: white;
}
footer h1:before {
  left: -2rem;
}

@media only screen and (max-width: 400px) {
  footer .logo {
    flex-direction: column;
    justify-content: center;
  }
}


footer .logo img + img {
  margin-top: 0;
  margin-left: 1rem;
}
@media only screen and (max-width: 400px) {
  footer .logo img + img{
    margin-top: 1rem;
    margin-left: 0;
  }
}


footer #menu-footer ul {
  list-style: none;
}
footer #menu-footer ul li a {
  position: relative;
  color: white;
  text-decoration: none;
}
footer #menu-footer ul li a:before {
  content: "+";
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
  color: #FFD500;
  position: absolute;
  left: -1rem;
}


/*------------------------------*/
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*------------------------------*/
.learn-more {
  background-color: #f3f3f3;
}
.learn-more .risks {
  margin: 0 auto;
  width: 80%;
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 1200px) {
  .learn-more .risks {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .learn-more .risks {
    width: 100%;
      justify-content: space-between;
  }
}
@media only screen and (max-width: 800px) {
  .learn-more .risks {
    flex-direction: column;
  }
  .learn-more .risk-type:nth-child(2) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.learn-more .legal-issue-types {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.learn-more .issue-type {
  display: flex;
  justify-content: space-between;
}
.learn-more .issue-type:nth-child(2) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.learn-more .issue-image {
  width: 20%;
}
.learn-more .issue-description {
  width: 75%;
  font-weight: 500;
  display:flex;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .learn-more .legal-issue-types {
    display: none;
  }
}
.knowns-unknowns {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 1080px) {
  
  .section-title-small.checkmark:before {
    left: -2.5rem;
  }
  .section-title-small.xmark:before {
    left: -2.5rem;
  }
  .knowns-unknowns {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 800px) {
  .knowns-unknowns {
  align-items: center;
  flex-direction: column;
  }
}
.read-more-container {
  text-align: center;
}
.read-more {
  font-family: Roboto;
  font-weight: 500;
    font-style: normal;
  font-size: 17px;
  color: #212121;
  background-color: #FFD500;
  text-align: center;
  line-height: 35px;
  padding: 3px 5px 3px 7px;
  text-decoration: none;
}

/* RESPONSIVE IMAGE */
.img-responsive {
  max-width: 100%;
  height: auto;
  display:block;
}

/* ARTICLES AND TWEETS */
.articles-and-tweets {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  /* Articles */
  /* Tweets */ }
  @media only screen and (min-device-width: 1080px) {
    .articles-and-tweets {
      flex-direction: row; } }
  .articles-and-tweets .articles {
    width: 100%; }
    @media only screen and (min-device-width: 1080px) {
      .articles-and-tweets .articles {
        width: 68.75em; } }
    .articles-and-tweets .articles .articles-content .featured-article .article .article-image-wrap a {
      display: block;
      border-bottom: none; }
      .articles-and-tweets .articles .articles-content .featured-article .article .article-image-wrap a:hover {
        background-color: transparent; }
    .articles-and-tweets .articles .articles-content .featured-article .article .article-image-wrap + .article-text-wrap {
      margin-top: 1.25rem; }
    .articles-and-tweets .articles .articles-content .featured-article .article .article-text-wrap .article-title-link {
      border-bottom: none; }
      .articles-and-tweets .articles .articles-content .featured-article .article .article-text-wrap .article-title-link .article-title {
        margin-top: 1.25rem; }
    .articles-and-tweets .articles .articles-content .featured-article .article .article-text-wrap .article-author {
      margin-top: 0.625rem;
      font-size: 1rem; }
    .articles-and-tweets .articles .articles-content .featured-article + .other-articles {
      margin-top: 2.5rem; }
    .articles-and-tweets .articles .articles-content .other-articles .article .article-image-and-text-wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; }
      @media only screen and (min-device-width: 1080px) {
        .articles-and-tweets .articles .articles-content .other-articles .article .article-image-and-text-wrap {
          flex-direction: row; } }
      .articles-and-tweets .articles .articles-content .other-articles .article .article-image-and-text-wrap .article-image-wrap {
        width: 100%; }
        @media only screen and (min-device-width: 1080px) {
          .articles-and-tweets .articles .articles-content .other-articles .article .article-image-and-text-wrap .article-image-wrap {
            width: 40%; } }
        .articles-and-tweets .articles .articles-content .other-articles .article .article-image-and-text-wrap .article-image-wrap a {
          display: block;
          border-bottom: none; }
          .articles-and-tweets .articles .articles-content .other-articles .article .article-image-and-text-wrap .article-image-wrap a:hover {
            background-color: transparent; }
          .articles-and-tweets .articles .articles-content .other-articles .article .article-image-and-text-wrap .article-image-wrap a img {
            width: 100%; }
      .articles-and-tweets .articles .articles-content .other-articles .article .article-image-and-text-wrap .article-image-wrap + .article-text-wrap {
        margin-top: 1rem; }
        @media only screen and (min-device-width: 1080px) {
          .articles-and-tweets .articles .articles-content .other-articles .article .article-image-and-text-wrap .article-image-wrap + .article-text-wrap {
            margin-top: 0;
            margin-left: 5%; } }
      .articles-and-tweets .articles .articles-content .other-articles .article .article-image-and-text-wrap .article-text-wrap {
        width: 100%; }
        @media only screen and (min-device-width: 1080px) {
          .articles-and-tweets .articles .articles-content .other-articles .article .article-image-and-text-wrap .article-text-wrap {
            width: 60%; } }
        .articles-and-tweets .articles .articles-content .other-articles .article .article-image-and-text-wrap .article-text-wrap .article-title-link {
          border-bottom: none; }
        .articles-and-tweets .articles .articles-content .other-articles .article .article-image-and-text-wrap .article-text-wrap .article-author {
          margin-top: 0.625rem;
          font-size: 1rem; }
    .articles-and-tweets .articles .articles-content .other-articles .article + .article {
      margin-top: 2.5rem; }
    .articles-and-tweets .articles .see-all-news {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      margin-top: 1.875rem; }
  .articles-and-tweets .articles + .tweets {
    margin-top: 2.5em; }
    @media only screen and (min-device-width: 1080px) {
      .articles-and-tweets .articles + .tweets {
        margin-top: 4.6875rem;
        margin-left: 2.5em; } }
  .articles-and-tweets .tweets {
    width: 100%;
    /* TWEETER FEED */
    /* TWITTER BUTTON */ }
    @media only screen and (min-device-width: 1080px) {
      .articles-and-tweets .tweets {
        width: 25em; } }
    .articles-and-tweets .tweets .section-title {
      margin-left: 1.85em; }
    @media only screen and (min-device-width: 1080px) {
      .articles-and-tweets .tweets .tweets-content {
        overflow-y: auto; } }
    .articles-and-tweets .tweets .tweets-content .ctf-author-name {
      font-size: 0.85em; }
    .articles-and-tweets .tweets .tweets-content p {
      font-size: 0.85em; }
    .articles-and-tweets .tweets .tweets-content .ctf-author-name,
    .articles-and-tweets .tweets .tweets-content .ctf-tweet-date,
    .articles-and-tweets .tweets .tweets-content .ctf-retweet-text,
    .articles-and-tweets .tweets .tweets-content .ctf-retweet-icon,
    .articles-and-tweets .tweets .tweets-content .ctf-twitterlink {
      border-bottom: none; }
    .articles-and-tweets .tweets .tweets-content a:hover {
      background-color: transparent; }
    .articles-and-tweets .tweets .tweets-btn {
      margin-top: 1.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 2.5rem;
      width: 13rem;
      padding: 0.3125rem 1.25rem;
      border-radius: 0.3125rem;
      background-color: white;
      border: 2px solid #FFD500;
      transition: all 0.3s linear;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-device-width: 1080px) {
        .articles-and-tweets .tweets .tweets-btn {
          margin-top: 2.5rem;
          width: 100%; } }
      .articles-and-tweets .tweets .tweets-btn:hover {
        cursor: pointer;
        background-color: #FFD500; }
      .articles-and-tweets .tweets .tweets-btn span {
        color: black;
        font-size: 1rem;
        line-height: 1;
        font-weight: normal; }

/* ARTICLE LIST */
.articles-list .article .article-title-link {
  border-bottom: none; }
  .articles-list .article .article-title-link .article-title {
    margin-bottom: 1.25rem; }
.articles-list .article .article-image-and-text-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start; }
  .articles-list .article .article-image-and-text-wrap .article-image-wrap a {
    display: block;
    border-bottom: none; }
    .articles-list .article .article-image-and-text-wrap .article-image-wrap a img {
      width: 50em; }
  .articles-list .article .article-image-and-text-wrap .article-image-wrap + .article-text-wrap {
    margin-left: 1rem; }
  .articles-list .article .article-image-and-text-wrap .article-text-wrap .article-author {
    margin-top: 0.625rem;
    font-size: 1rem; }
.articles-list .article + .article {
  margin-top: 2.5rem; }

/* ARTICLE SINGLE */
.article-single .article .article-header img {
  width: 100%; }
.article-single .article .article-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  line-height: 1; }
  .article-single .article .article-info .article-date {
    font-size: 0.85rem;
    line-height: 1; }
  .article-single .article .article-info .divider {
    width: 1px;
    margin: 0px;
    border-top: 0.5em solid black;
    margin-left: 1em; }
  .article-single .article .article-info .article-author {
    margin-left: 1em; }
    .article-single .article .article-info .article-author a {
      font-size: 0.85rem;
      line-height: 1; }

/* Article tags */
.article-tags {
  margin-top: 0.625rem; }
  .article-tags ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    list-style: none;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem; }
    .article-tags ul .article-tag {
      font-size: 0.85rem;
      line-height: 1;
      margin: 0.3125rem;
      padding: 0.3125rem;
      border-radius: 0.3125rem;
      background-color: #FFD500; }
      .article-tags ul .article-tag a {
        font-size: 0.85rem;
        line-height: 1;
        color: #4A4A4A;
        border-bottom: none; }

/* Article pagination */
.articles-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem; }
  .articles-pagination .pagination h2 {
    display: none; }
  .articles-pagination .pagination .nav-links .page-numbers {
    display: flex;
    flex-direction: row;
    margin: 0;
    list-style: none;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem; }
    .articles-pagination .pagination .nav-links .page-numbers li {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
      line-height: 1;
      margin: 0.3125rem;
      padding: 0.3125rem 0.625rem;
      border-radius: 0.3125rem;
      background-color: #FFD500; }
      .articles-pagination .pagination .nav-links .page-numbers li a {
        font-size: 0.9rem;
        line-height: 1;
        color: #4A4A4A;
        border-bottom: none; }
        .articles-pagination .pagination .nav-links .page-numbers li a:hover {
          color: black; }
      .articles-pagination .pagination .nav-links .page-numbers li span {
        font-size: 0.9rem;
        line-height: 1;
        color: black; }

/* Article navigation */
.articles-navigation {
  margin-top: 2.5rem; }
  .articles-navigation .navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .articles-navigation .navigation .previous-article,
    .articles-navigation .navigation .next-article {
      font-size: 1rem;
      line-height: 1.75; }

/* 404 */
.four-o-four {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 100px; }
  .four-o-four .circle-404-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 10rem;
    background-color: lightgray;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .four-o-four .circle-404-wrap .circle-404 {
      font-size: 2rem;
      line-height: 1; }
  .four-o-four .page-not-found-wrap {
    margin-left: 1.25rem; }
    .four-o-four .page-not-found-wrap .page-not-found-text {
      font-size: 1em;
      line-height: 1.2;
      text-transform: uppercase; }
    .four-o-four .page-not-found-wrap .page-not-found-link {
      font-size: 1em;
      line-height: 1.2; }

/* WIDGETS */
.page-not-found-link div {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #FFD500;
}

/* DIFFERENT FLAG ACCORDING TO DIFFERENT LANGUAGE */
html[lang = "en-GB"]  #rs_flag  {
  display: none;
}

html[lang = "sr-RS"] #en_flag  {
  display: none;
}