/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

#arrowBounce {
  display: none; }

.arrow {
  position: fixed;
  top: 5.5%;
  right: 145px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/anim-arrow.png);
  background-size: contain;
  background-repeat: no-repeat; }
    .arrow.select-language {
        position: absolute;
        left: calc(50% - 310px);
        top: 275px;
        transform: translateX(-50%);
     }
    .arrow.select-language.bounce p {
      background-color: #2986AB;
      width: 230px;
      text-align: center; }

body:not(.france) #arrowBounceLanguage {
  display: none !important; }

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }
  .bounce p {
    color: #fff;
    position: relative;
    top: 37px;
    left: -130px;
    width: 300px;
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 8px 14px;
    border-radius: 5px; }

body {
  background-color: white; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }
  a:link, a:visited {
    color: inherit;
    text-decoration: none; }
  a.link {
    text-decoration: underline; }
  a.blue {
    color: blue; }

header {
  position: fixed;
  top: 0;
  height: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.17);
  z-index: 1000; }
    header .home_logo {
        background-image: url("../images/senior_logo_small.png");
        /*background-image: url("../images/logos/senior_logo_small_christmas.png");*/
        width: 157px;
        height: 30px;
        position: absolute;
        top: 6px;
        left: 8px;
    }
  header .searchbox {
    position: absolute;
    right: 132px;
    top: 7px;
    background-image: url("../images/Search Bar.png");
    width: 199px;
    height: 26px;
    display: none; }
  header #credits_box {
    position: relative;
    margin: 5px auto;
    border: 2px solid white;
    width: 100px;
    -moz-border-radius: 17px 17px 17px 17px;
    -webkit-border-radius: 17px 17px 17px 17px;
    border-radius: 17px 17px 17px 17px;
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fccccc;
    padding: 2px 2px;
    text-align: center;
    cursor: pointer; }
    header #credits_box img.units {
      position: relative;
      top: 2px;
      left: 4px; }
  header #language_box {
    position: absolute;
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: white;
    line-height: 20px;
    top: 0;
    right: 0;
    width: 236px;
    height: 40px;
    text-align: right; }
    header #language_box img {
      border: 1px solid white;
      vertical-align: bottom;
      margin: 0 14px; }
    header #language_box .langholder {
      width: 241px;
      height: 30px;
      padding-top: 10px;
      cursor: pointer; }
      header #language_box .langholder span {
        margin-right: 14px; }
    header #language_box .lang_tongue {
      position: relative;
      top: 10px;
      overflow-y: scroll;
      overflow-x:hidden;
      text-align: left; 
      border-left:2px solid #fff;
    }
        header #language_box .lang_tongue .language_option {
            width: 238px;
            height: 39px;
            background: #50a0c1;
            border-bottom: 1px solid #fff;
            cursor: pointer;
            padding-top: 8px;
            transition: all 0.4s ease-in-out;

        }
            header #language_box .lang_tongue .language_option:hover {
                background-color: #2986ab;
            }
            header #language_box .lang_tongue .pb {
                text-align: center;
                font-size: 12pt;
                color: #fff;
                transition: all 0.4s ease-in-out;
            }
      header #language_box .lang_tongue .pb:hover {
        color: #000; }

.coin_credit {
  position: fixed !important;
  z-index: 3000; }

.grey_background {
  background: radial-gradient(50% 100%, #E9EDEE 0%, #C3CBCE 100%); }

.homeholder {
  position: relative;
  width: 100%;
  /*height: 578px;*/
  height:640px;
  margin: 120px auto; }
    .homeholder .logo {
        width: 259px;
        height: 115px;
        margin: 0 auto;
        background-image: url("../images/mainlogo.png");
        /*background-image: url("../images/logos/homelogoChristmas.png");*/
        background-repeat: no-repeat;
    }
  .homeholder .welcome {
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #26718D;
    line-height: 28px;
    text-align: center; 
width:508px;
margin:auto;
  }
  .homeholder .column {
    position: absolute;
    top: 189px; 
    left:50%;
    transform:translateX(-257px);
  }
    .homeholder .column .heading {
      text-align: center;
      font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
      font-size: 30px;
      font-weight: 700;
      color: #133F51;
      line-height: 21px;
      margin-bottom: 20px; }
  .homeholder .column.students {
   transform:translateX(1px);
      }
  .homeholder .button {
    position: relative;
    width: 256px;
    min-height: 46px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 24px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.41);
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 100% 100%; }
  .homeholder .button.junior {
    background-image: url("../images/juniorButtonBlank.png"); }
  .homeholder .button.junior.student {
    background-image: url("../images/junior_s_button.png"); }
  .homeholder .button.senior {
    background-image: url("../images/seniorButtonBlank.png"); }
  .homeholder .button.senior.student {
    background-image: url("../images/senior_s_button.png"); }
  .homeholder .button.young_adult {
    background-image: url("../images/YAButtonBlank.png"); }
  .homeholder .button.young_adult.student {
    background-image: url("../images/YAButtonBlank_s.png"); }

.extra-buttons, .ExtraBtn2 {
    width: 100%;
    position: absolute;
    top: 455px;
    text-align: center;
}
.ExtraBtn2 {
    top: 537px;
}
.homeholder .extra-buttons .button, .homeholder .ExtraBtn2 .button {
    width: 256px;
    height: auto;
    padding: 12px 5px;
    font-weight: bold;
}
  .homeholder .button.teacher_home {
display:inline-block !important;
    background: url(../images/button-dark-grey-bg.jpg) repeat;
    border: 1px solid #fff; }
  .homeholder .button.partners {
    display:inline-block !important;
    background: url(../images/button-dark-grey-bg.jpg) repeat;
    border: 1px solid #fff; }
.homeholder .button.educator_training {
    background: url(../images/button-dark-blue-bg.jpg) repeat;
    border: 1px solid #fff;
    display: inline-block !important;
}
.France_Service_Sanitaire_Btn {
    display:inline-block !important;
    background: url(../images/button-dark-blue-bg.jpg) repeat;
    border: 1px solid #fff;
    width: 310px !important;
}
.homeholder .button.community_resources {
    background: url(../images/button-dark-blue-bg.jpg) repeat;
    border: 1px solid #fff;
    display:inline-block !important;
}
.France_Formations_Btn {
    display:inline-block !important;
    background: url(../images/button-dark-blue-bg.jpg) repeat;
    border: 1px solid #fff;
    width:310px !important;
}

.homeholder .button.peer_education {
    background: url(../images/button-dark-blue-bg.jpg) repeat;
    border: 1px solid #fff;
    display: inline-block !important;
}

.homepage.junior header {
  background: #F5A623; }
    .homepage.junior header .home_logo {
        background-image: url("../images/junior_logo_small.png");
        /*background-image: url("../images/logos/junior_logo_small_chirstmas.png");*/
        width: 190px;
        background-repeat: no-repeat;
    }

.homepage.junior .wideblock.fow {
  background: #3E7C47; }

.homepage.junior .logoholder {
    background-image: url("../images/junior_logo.png");
    /*background-image: url("../images/logos/junior_logo_christmas.png");*/
    width: 411px;
    height: 115px;
}
  .homepage.junior .logoholder .welcome {
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #076915; }

.homepage.junior #credits_box {
  background-color: #348D41;
  color: white; }

.homepage header {
  background: #2986AB; }

.homepage #credits_box {
  background-color: #FDAB41;
  color: black; }

.homepage.junior.germany header .home_logo, .homepage.junior.austria header .home_logo {
  background-image: url("../images/junior_logo_small_germany.png"); }

.homepage.junior.germany .logoholder, .homepage.junior.austria .logoholder {
  background-image: url("../images/../images/e-Bug-Junior-logo-germany.png");
  width: 500px; }

.homepage.junior.belgium_flemish header .home_logo, .homepage.junior.netherlands header .home_logo {
  background-image: url("../images/junior_logo_small_belgium-flemish.png"); }

.homepage.junior.belgium_flemish .logoholder, .homepage.junior.netherlands .logoholder {
  background-image: url("../images/../images/e-Bug-Junior-logo-belgium-flemish.png");
  width: 500px; }

.homepage.junior.belgium_french header .home_logo, .homepage.junior.france header .home_logo {
  background-image: url("../images/junior_logo_small_belgium-french.png"); }

.homepage.junior.belgium_french .logoholder, .homepage.junior.france .logoholder {
  background-image: url("../images/../images/e-Bug-Junior-logo-belgium-french.png");
  width: 500px; }

.homepage.junior.bulgaria header .home_logo {
  background-image: url("../images/junior_logo_small_bulgaria.png"); }

.homepage.junior.bulgaria .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-bulgaria.png");
  width: 500px; }

.homepage.junior.cyprus header .home_logo, .homepage.junior.greece header .home_logo {
  background-image: url("../images/junior_logo_small_cyprus.png"); }

.homepage.junior.cyprus .logoholder, .homepage.junior.greece .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-cyprus.png");
  width: 500px; }

.homepage.junior.czech_republic header .home_logo {
  background-image: url("../images/junior_logo_small_czech-republic.png"); }

.homepage.junior.czech_republic .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-czech-republic.png");
  width: 500px; }

.homepage.junior.denmark header .home_logo {
  background-image: url("../images/junior_logo_small_denmark.png"); }

.homepage.junior.denmark .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-denmark.png");
  width: 500px; }

.homepage.junior.estonia header .home_logo {
  background-image: url("../images/junior_logo_small_estonia.png"); }

.homepage.junior.estonia .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-estonia.png");
  width: 500px; }

.homepage.junior.finland header .home_logo {
  background-image: url("../images/junior_logo_small_finland.png"); }

.homepage.junior.finland .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-finland.png");
  width: 500px; }

.homepage.junior.finland .welcome {
  top: 120px; }

.homepage.junior.hungary header .home_logo {
  background-image: url("../images/junior_logo_small_hungary.png"); }

.homepage.junior.hungary .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-hungary.png");
  width: 500px; }

.homepage.junior.italy header .home_logo {
  background-image: url("../images/junior_logo_small_italy.png"); }

.homepage.junior.italy .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-italy.png");
  width: 500px; }

.homepage.junior.latvia header .home_logo {
  background-image: url("../images/junior_logo_small_latvia.png"); }

.homepage.junior.latvia .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-latvia.png");
  width: 500px; }

.homepage.junior.lithuania header .home_logo {
  background-image: url("../images/junior_logo_small_lithuania.png"); }

.homepage.junior.lithuania .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-lithuania.png");
  width: 500px; }

.homepage.junior.poland header .home_logo {
  background-image: url("../images/junior_logo_small_poland.png"); }

.homepage.junior.poland .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-poland.png");
  width: 500px; }

.homepage.junior.portugal header .home_logo {
  background-image: url("../images/junior_logo_small_portugal.png"); }

.homepage.junior.portugal .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-portugal.png");
  width: 500px; }

.homepage.junior.romania header .home_logo {
  background-image: url("../images/junior_logo_small_romania.png"); }

.homepage.junior.romania .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-romania.png");
  width: 500px; }

.homepage.junior.saudi_arabia header .home_logo {
  background-image: url("../images/junior_logo_small_saudi-arabia.png"); }

.homepage.junior.saudi_arabia .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-saudi-arabia.png");
  width: 500px; }

.homepage.junior.slovak_republic header .home_logo {
  background-image: url("../images/junior_logo_small_slovakia.png"); }

.homepage.junior.slovak_republic .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-slovakia.png");
  width: 500px; }

.homepage.junior.slovak_republic .welcome {
  top: 120px; }

.homepage.junior.slovenia header .home_logo {
  background-image: url("../images/junior_logo_small_slovenia.png"); }

.homepage.junior.slovenia .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-slovenia.png");
  width: 500px; }

.homepage.junior.spain header .home_logo {
  background-image: url("../images/junior_logo_small_spain.png"); }

.homepage.junior.spain .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-spain.png");
  width: 500px; }

.homepage.junior.sweden header .home_logo {
  background-image: url("../images/junior_logo_small_sweden.png"); }

.homepage.junior.sweden .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-sweden.png");
  width: 500px; }

.homepage.junior.turkey header .home_logo {
  background-image: url("../images/junior_logo_small_turkey.png"); }

.homepage.junior.turkey .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-turkey.png");
  width: 500px; }

.homepage.junior.wales_cymraeg header .home_logo {
  background-image: url("../images/junior_logo_small_welsh.png"); }

.homepage.junior.wales_cymraeg .logoholder {
  background-image: url("../images/e-Bug-Junior-logo-welsh.png");
  width: 500px; }

.homepage.senior .home_logo {
  width: 265px;
  background-repeat: no-repeat; }

.homepage.senior.germany header .home_logo, .homepage.senior.austria header .home_logo {
  background-image: url("../images/senior_logo_small_germany.png"); }

.homepage.senior.germany .logoholder, .homepage.senior.austria .logoholder {
  background-image: url("../images/../images/e-Bug-Senior-logo-germany.png");
  width: 690px; }

.homepage.senior.belgium_flemish header .home_logo, .homepage.senior.netherlands header .home_logo {
  background-image: url("../images/senior_logo_small_belgium-flemish.png"); }

.homepage.senior.belgium_flemish .logoholder, .homepage.senior.netherlands .logoholder {
  background-image: url("../images/../images/e-Bug-Senior-logo-belgium-flemish.png");
  width: 690px; }

.homepage.senior.belgium_french header .home_logo, .homepage.senior.france header .home_logo {
  background-image: url("../images/senior_logo_small_belgium-french.png"); }

.homepage.senior.belgium_french .logoholder, .homepage.senior.france .logoholder {
  background-image: url("../images/../images/e-Bug-Senior-logo-belgium-french.png");
  width: 690px; }

.homepage.senior.bulgaria header .home_logo {
  background-image: url("../images/senior_logo_small_bulgaria.png"); }

.homepage.senior.bulgaria .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-bulgaria.png");
  width: 690px; }

.homepage.senior.bulgaria .welcome {
  top: 120px; }

.homepage.senior.cyprus header .home_logo, .homepage.senior.greece header .home_logo {
  background-image: url("../images/senior_logo_small_cyprus.png"); }

.homepage.senior.cyprus .logoholder, .homepage.senior.greece .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-cyprus.png");
  width: 690px; }

.homepage.senior.czech_republic header .home_logo {
  background-image: url("../images/senior_logo_small_czech-republic.png"); }

.homepage.senior.czech_republic .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-czech-republic.png");
  width: 690px; }

.homepage.senior.denmark header .home_logo {
  background-image: url("../images/senior_logo_small_denmark.png"); }

.homepage.senior.denmark .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-denmark.png");
  width: 690px; }

.homepage.senior.estonia header .home_logo {
  background-image: url("../images/senior_logo_small_estonia.png"); }

.homepage.senior.estonia .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-estonia.png");
  width: 690px; }

.homepage.senior.finland header .home_logo {
  background-image: url("../images/senior_logo_small_finland.png"); }

.homepage.senior.finland .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-finland.png");
  width: 690px; }

.homepage.senior.finland .welcome {
  top: 120px; }

.homepage.senior.hungary header .home_logo {
  background-image: url("../images/senior_logo_small_hungary.png"); }

.homepage.senior.hungary .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-hungary.png");
  width: 690px; }

.homepage.senior.hungary .welcome {
  top: 120px; }

.homepage.senior.italy header .home_logo {
  background-image: url("../images/senior_logo_small_italy.png"); }

.homepage.senior.italy .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-italy.png");
  width: 690px; }

.homepage.senior.latvia header .home_logo {
  background-image: url("../images/senior_logo_small_latvia.png"); }

.homepage.senior.latvia .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-latvia.png");
  width: 690px; }

.homepage.senior.lithuania header .home_logo {
  background-image: url("../images/senior_logo_small_lithuania.png"); }

.homepage.senior.lithuania .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-lithuania.png");
  width: 690px; }

.homepage.senior.poland header .home_logo {
  background-image: url("../images/senior_logo_small_poland.png"); }

.homepage.senior.poland .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-poland.png");
  width: 690px; }

.homepage.senior.portugal header .home_logo {
  background-image: url("../images/senior_logo_small_portugal.png"); }

.homepage.senior.portugal .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-portugal.png");
  width: 690px; }

.homepage.senior.romania header .home_logo {
  background-image: url("../images/senior_logo_small_romania.png"); }

.homepage.senior.romania .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-romania.png");
  width: 690px; }

.homepage.senior.saudi_arabia header .home_logo {
  background-image: url("../images/senior_logo_small_saudi-arabia.png"); }

.homepage.senior.saudi_arabia .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-saudi-arabia.png");
  width: 690px; }

.homepage.senior.slovak_republic header .home_logo {
  background-image: url("../images/senior_logo_small_slovakia.png"); }

.homepage.senior.slovak_republic .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-slovakia.png");
  width: 690px; }

.homepage.senior.slovak_republic .welcome {
  top: 120px; }

.homepage.senior.slovenia header .home_logo {
  background-image: url("../images/senior_logo_small_slovenia.png"); }

.homepage.senior.slovenia .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-slovenia.png");
  width: 690px; }

.homepage.senior.spain header .home_logo {
  background-image: url("../images/senior_logo_small_spain.png"); }

.homepage.senior.spain .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-spain.png");
  width: 690px; }

.homepage.senior.sweden header .home_logo {
  background-image: url("../images/senior_logo_small_sweden.png"); }

.homepage.senior.sweden .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-sweden.png");
  width: 690px; }

.homepage.senior.turkey header .home_logo {
  background-image: url("../images/senior_logo_small_turkey.png"); }

.homepage.senior.turkey .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-turkey.png");
  width: 690px; }

.homepage.senior.wales_cymraeg header .home_logo {
  background-image: url("../images/senior_logo_small_welsh.png"); }

.homepage.senior.wales_cymraeg .logoholder {
  background-image: url("../images/e-Bug-Senior-logo-welsh.png");
  width: 690px; }

.homepage .logoholder {
    position: relative;
    background-image: url("../images/senior_logo.png");
    /*background-image: url("../images/logos/senior_logo_christmas.png");*/
    width: 413px;
    height: 115px;
    margin: 100px auto;
}
  .homepage .logoholder .welcome {
    position: relative;
    top: 80px;
    left: 130px;
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ECFAFF; }

.homepage .home_content {
  position: absolute;
  left: 50%;
  top: 300px;
  margin-left: -405px;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 810px;
  vertical-align: text-top; }
  .homepage .home_content .topblock {
    cursor: pointer;
    width: 260px;
    height: 149px;
    background-color: white;
    display: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    margin-bottom: 13px;
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: inheret;
    font-weight: 700;
    color: inheret; }
    .homepage .home_content .topblock .imageholder {
      width: 260px;
      height: 55px; }
    .homepage .home_content .topblock .titleblock {
      height: 31px;
      font-size: 16px;
      color: #FFFFFF;
      line-height: 23px;
      padding: 5px 6px; }
    .homepage .home_content .topblock .descripblock {
      max-height: 37px;
      font-size: 15px;
      color: #5E5E5E;
      line-height: 15px;
      padding: 5px 6px; }
  .homepage .home_content .topblocks {
    margin-bottom: 8px; }
  .homepage .home_content .wideblock {
    width: 800px;
    background: black;
    margin-bottom: 10px;
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: white; }
    .homepage .home_content .wideblock .arrow {
      background-image: url("../images/arrowBig.png");
      width: 15px;
      height: 25px;
      position: absolute;
      cursor: pointer; }
  .homepage .home_content .wideblock.downloads {
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    height: 46px;
    padding-top: 10px;
    cursor: pointer; }
    .homepage .home_content .wideblock.downloads img {
      margin-right: 10px;
      vertical-align: middle; }
  .homepage .home_content .wideblock.fow {
    position: relative;
    background: #3B7768;
    font-size: 20px;
    text-align: center;
    padding: 15px 30px; }
    .homepage .home_content .wideblock.fow #fow_span {
      font-weight: 400;
      font-size: 16px; }
    .homepage .home_content .wideblock.fow .arrow.left {
      top: 20px;
      left: 5px; }
    .homepage .home_content .wideblock.fow .arrow.right {
      top: 20px;
      right: 5px;
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .homepage .home_content .wideblock.pow {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    height: 143px;
    padding-top: 10px;
    padding-right: 30px; }
    .homepage .home_content .wideblock.pow .pic_holder {
      width: 139px;
      background: white;
      float: left;
      margin-right: 20px;
      margin-top: -10px; }
    .homepage .home_content .wideblock.pow .picinfo .title {
      font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: white;
      margin-bottom: 10px; }
    .homepage .home_content .wideblock.pow .picinfo #pow_span {
      font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: white;
      line-height: 24px; }
    .homepage .home_content .wideblock.pow .arrow.up {
      top: 5px;
      right: 10px;
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Chrome, Safari, Opera */
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .homepage .home_content .wideblock.pow .arrow.down {
      bottom: 5px;
      right: 45px;
      -ms-transform: rotate(270deg);
      /* IE 9 */
      -webkit-transform: rotate(270deg);
      /* Chrome, Safari, Opera */
      -moz-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }

.menu_content {
  position: relative;
  left: 50%;
  top: 50px;
  margin-left: -399px;
  overflow: hidden;
  width: 798px;
  vertical-align: text-top; }
  .menu_content .topblocks {
    margin-bottom: 0; }
    .menu_content .topblocks .topblock {
      display: inline-block;
      vertical-align: top;
      width: 124px;
      min-height: 69px;
      margin-right: 5px;
      cursor: pointer;
      font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
      font-size: inheret;
      font-weight: 700;
      color: inheret; }
      .menu_content .topblocks .topblock .imageholder {
        width: 124px;
        height: 43px; }
      .menu_content .topblocks .topblock .titleblock {
        min-height: 22px;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 16px;
        padding: 5px 6px; }
  .menu_content .wide_nav_bar {
    width: 791px;
    min-height: 30px;
    background-color: #2296D2;
    margin-top: 0; }
    .menu_content .wide_nav_bar .group {
      cursor: pointer; }
    .menu_content .wide_nav_bar .group.selected {
      text-decoration: underline; }
  .menu_content #groups_bar {
    /* Ancients  |  General: */
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: white;
    line-height: 20px;
    padding: 8px 9px; }
  .menu_content #groups_bar.asBannerHeader {
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: white;
    height: 40px;
    padding-top: 12px; }
  .menu_content #subs_bar {
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0F70A2;
    line-height: 19px;
    background: rgba(34, 150, 210, 0.18);
    padding: 6px 8px;
    margin-top: 5px; }

.menu_content.rg #groups_bar {
  background-color: #B46C8D; }

.menu_content.quiz #groups_bar {
  background-color: #B6805C; }

.menu_content.hof #groups_bar {
  background-color: #B6805C; }

.topblock {
  border-top: 5px solid; }

.topblock.dff {
  border-color: #1EB0FC; }
  .topblock.dff .imageholder {
    background-image: url(../images/homepagepics/dff.png); }
  .topblock.dff .titleblock {
    background-color: #0F70A2; }

.topblock.rg {
  border-color: #C9538A; }
  .topblock.rg .imageholder {
    background-image: url(../images/homepagepics/rg.png); }
  .topblock.rg .titleblock {
    background-color: #834260; }

.topblock.games {
  border-color: #33AF92; }
  .topblock.games .imageholder {
    background-image: url(../images/homepagepics/games.png); }
  .topblock.games .titleblock {
    background-color: #3B7768; }

.topblock.quiz {
  border-color: #EE8239; }
  .topblock.quiz .imageholder {
    background-image: url(../images/homepagepics/quiz.png); }
  .topblock.quiz .titleblock {
    background-color: #87491F; }

.topblock.hs {
  border-color: #1EB0FC; }
  .topblock.hs .imageholder {
    background-image: url(../images/homepagepics/hs.png); }
  .topblock.hs .titleblock {
    background-color: #0F70A2; }

.topblock.hof {
  border-color: #F5A623; }
  .topblock.hof .imageholder {
    background-image: url(../images/homepagepics/hof.png); }
  .topblock.hof .titleblock {
    background-color: #C87C00; }

/* GROUP HOLDER ON MENU PAGE  */
#groups_links {
  width: 800px;
  margin: 65px auto; }
  #groups_links .sec_link {
    width: 792px;
    background-color: #F0F0F0;
    margin-bottom: 8px;
    overflow: hidden;
    cursor: pointer; }
    #groups_links .sec_link .img_holder {
      display: inline-block;
      width: 190px; }
    #groups_links .sec_link .sec_description_box {
      display: inline-block;
      width: 600px;
      vertical-align: top;
      padding: 10px; }
      #groups_links .sec_link .sec_description_box .sec_title {
        font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #0F70A2; }
      #groups_links .sec_link .sec_description_box .sec_descrip {
        font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #6f6f6f; }

#groups_links.rg .sec_link {
  height: 48px; }
  #groups_links.rg .sec_link .sec_description_box {
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #B46C8D; }

#groups_links.games {
  width: 805px;
  margin-top: 50px; }
  #groups_links.games .divider {
    width: 796px;
    height: 40px;
    background: #619B8D;
    padding: 8px;
    margin-left: 4px;
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: white; }
  #groups_links.games .divider.Animations {
    margin-top: 30px;
    background: #528FCE; }
  #groups_links.games .sec_link {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 132px;
    margin: 4px;
    border: 1px solid green; }
    #groups_links.games .sec_link .sec_description_box {
      font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: white;
      min-height: 30px;
      width: 260px;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 6px;
      background: rgba(12, 79, 63, 0.72); }
  #groups_links.games .sec_link.animation .sec_description_box {
    background: rgba(82, 143, 206, 0.72); }
  #groups_links.games .robots_holder {
    position: relative;
    left: 4px;
    top: 3px;
    width: 796px;
    height: 135px; }
  #groups_links.games .robots {
    position: absolute;
    width: 796px;
    height: 393px;
    background-image: url("../images/bugbots/BG.png");
    background-color: #333333;
    border: 2px solid #5bb19c; }
    #groups_links.games .robots .credit_box {
      position: absolute;
      color: #b7f4e6;
      width: 72px;
      height: 24px;
      text-align: center;
      background-color: #535353;
      border: 2px solid white;
      padding: 2px 8px;
      -moz-border-radius: 14px 14px 14px 14px;
      -webkit-border-radius: 14px 14px 14px 14px;
      border-radius: 14px 14px 14px 14px;
      font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #fccccc; }
    #groups_links.games .robots .robot {
      position: absolute; }
      #groups_links.games .robots .robot img {
        position: absolute; }
    #groups_links.games .robots .robot.unbought {
      cursor: pointer; }
      #groups_links.games .robots .robot.unbought img.color {
        display: none; }
  #groups_links.games .robots_proxy {
    background-image: url("../images/bugbots/eBugBots_Slim.png");
    width: 796px;
    height: 135px;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 4px;
    cursor: pointer; }

#groups_links.hs {
  width: 805px;
  margin-top: 65px; }
  #groups_links.hs .divider {
    width: 796px;
    min-height: 40px;
    background: #619B8D;
    padding: 8px;
    margin-left: 4px;
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: white; }
  #groups_links.hs .sec_link {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 132px;
    margin: 4px;
    border: 1px solid green; }
    #groups_links.hs .sec_link .sec_description_box {
      font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: white;
      width: 260px;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 6px;
      background: rgba(12, 79, 63, 0.72); }

.senior.article {
  background-color: #FFF; }
  .senior.article .article_div {
    background-image: url("../images/article_content.png");
    width: 797px;
    height: 1120px;
    margin: 50px auto; }

#articleholder {
  position: relative;
  width: 800px;
  margin: 50px auto;
  font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #353C3F;
  line-height: 150%; }
  #articleholder img {
    margin: 30px; }

#articleholder.rg {
  font-size: 18px; }
  #articleholder.rg .rg_title {
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #834260; }
  #articleholder.rg img {
    margin: 0; }
  #articleholder.rg .rg_page {
    position: relative; }

#articleholder.gamehost {
  width: 920px; }

#articleholder.gamehost.wide {
  width: 1280px;
  padding-top: 10px; }

#articleholder.gamehost.mwide {
  width: 1080px;
  padding-top: 10px; }

#articleholder.downloads {
  margin: 70px auto; }
  #articleholder.downloads .instructs {
    margin-bottom: 30px; }
  #articleholder.downloads .downloads_image_div {
    display: inline-block;
    width: 150px;
    height: 200px;
    margin: 0 25px; }
    #articleholder.downloads .downloads_image_div .im_descrip {
      text-align: center; }
    #articleholder.downloads .downloads_image_div img {
      margin: 0; }

#gamebacker {
  width: 100%;
  background-color: black;
  position: absolute;
  top: 190px;
  /*no height to keep invisible unless invoked e.g. by pacman*/ }

.earthrise {
  position: fixed;
  bottom: 0;
  width: 1158px;
  height: 446px;
  z-index: -80;
  /*-webkit-transform: translateX(-50%);
	transform: translateX(-50%);*/
  margin-top: -223px;
  margin-left: -579px;
  left: 50%;
  background-image: url("../images/EarthRise7.png"); }

button.big_blue {
  width: 200px;
  height: 50px;
  margin: 20px 5px;
  background-image: linear-gradient(-180deg, #6FABF0 0%, #2A68B1 100%);
  background-color: blue;
  border-radius: 5px;
  font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
  border: none; }

button.big_blue:hover {
  background-image: linear-gradient(rgba(111, 171, 240, 0.8), rgba(42, 104, 177, 0.8)); }

button.big_green {
  width: 200px;
  height: 50px;
  margin: 20px 5px;
  background-image: linear-gradient(-180deg, #6FF079 0%, #348717 100%);
  background-color: green;
  border-radius: 5px;
  font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
  border: none; }

button.big_green:hover {
  background-image: linear-gradient(rgba(110, 240, 121, 0.8), rgba(52, 125, 23, 0.8)); }

.checkbox {
  height: 37px;
  width: 37px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../content/activities/checkboxoff.png"); }

.checkbox.on {
  background-image: url("../content/activities/checkboxon.png"); }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 485px;
  height: 395px;
  margin-left: -243px;
  margin-top: -200px;
  background-color: white;
  border: 1px solid black;
  -moz-border-radius: 12px 12px 12px 12px;
  -webkit-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  z-index: 100000;
  text-align: center; }
  .modal .title {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 40px;
    color: #008A9B;
    width: 100%;
    text-align: center;
    line-height: 46px;
    padding: 10px 20px 20px; }
  .modal .subtitle {
    text-align: center;
    font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #F66A68; }
  .modal .teaser {
    position: relative;
    width: 394px;
    height: 114px;
    margin: 5px auto;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(-180deg, #6FABF0 0%, #2A68B1 100%);
    cursor: pointer; }
    .modal .teaser .thumb {
      width: 195px;
      height: 103px;
      position: absolute;
      top: 4px;
      left: 4px; }
    .modal .teaser .cta {
      position: absolute;
      top: 40px;
      left: 210px;
      font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
      font-size: 22px;
      font-weight: 700;
      color: white; }

.modal.no_cta {
  height: 195px; }

@-moz-keyframes fade {
  from {
    opacity: 1.0; }
  50% {
    opacity: 0.4; }
  to {
    opacity: 1.0; } }

@keyframes fade {
  from {
    opacity: 1.0; }
  50% {
    opacity: 0.4; }
  to {
    opacity: 1.0; } }

@-webkit-keyframes fade {
  from {
    opacity: 1.0; }
  50% {
    opacity: 0.4; }
  to {
    opacity: 1.0; } }

.t_prompt {
  position: absolute; }

.modal.trans_prompt_modal {
  height: 220px; }

.modal.trans_prompt_modal .title {
  font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #008A9B;
  margin: 15px 0; }

.modal.trans_prompt_modal input {
  display: block;
  width: 400px;
  font-family: "Roboto",Roboto-Bold,Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #008A9B;
  margin: 10px auto; }

.blink {
  -moz-animation: fade 1000ms infinite;
  -o-animation: fade 1000ms infinite;
  -webkit-animation: fade 1000ms infinite;
  animation: fade 1000ms infinite; }

video#bgvid {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(../images/vidback.png) no-repeat;
  background-size: cover;
  background-color: blue; }

.vid_replace {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  background-color: blue; }

.homepage.belgium_french #teacher_youngadult,
.homepage.belgium_french #student_youngadult,
.homepage.belgium_flemish #teacher_youngadult,
.homepage.belgium_flemish #student_youngadult,
.homepage.bulgaria #teacher_youngadult,
.homepage.bulgaria #student_youngadult,
.homepage.cyprus #teacher_youngadult,
.homepage.cyprus #student_youngadult,
.homepage.czech_republic #teacher_youngadult,
.homepage.czech_republic #student_youngadult,
.homepage.denmark #teacher_youngadult,
.homepage.denmark #student_youngadult,
.homepage.estonia #teacher_youngadult,
.homepage.estonia #student_youngadult,
.homepage.finland #teacher_youngadult,
.homepage.finland #student_youngadult,
.homepage.greece #teacher_youngadult,
.homepage.greece #student_youngadult,
.homepage.hungary #teacher_youngadult,
.homepage.hungary #student_youngadult,
.homepage.ireland_irish #teacher_youngadult,
.homepage.ireland_irish #student_youngadult,
.homepage.italy #teacher_youngadult,
.homepage.italy #student_youngadult,
.homepage.latvia #teacher_youngadult,
.homepage.latvia #student_youngadult,
.homepage.lithuania #teacher_youngadult,
.homepage.lithuania #student_youngadult,
.homepage.malta #teacher_youngadult,
.homepage.malta #student_youngadult,
.homepage.netherlands #teacher_youngadult,
.homepage.netherlands #student_youngadult,
.homepage.norway #teacher_youngadult,
.homepage.norway #student_youngadult,
.homepage.poland #teacher_youngadult,
.homepage.poland #student_youngadult,
.homepage.netherlands #teacher_youngadult,
.homepage.portugal #student_youngadult,
.homepage.portugal #teacher_youngadult,
.homepage.romania #student_youngadult,
.homepage.romania #teacher_youngadult,
.homepage.saudi_arabia #student_youngadult,
.homepage.saudi_arabia #teacher_youngadult,
.homepage.slovak_republic #student_youngadult,
.homepage.slovak_republic #teacher_youngadult,
.homepage.slovenia #student_youngadult,
.homepage.slovenia #teacher_youngadult,
.homepage.spain #student_youngadult,
.homepage.spain #teacher_youngadult,
.homepage.sweden #student_youngadult,
.homepage.sweden #teacher_youngadult,
.homepage.turkey #student_youngadult,
.homepage.turkey #teacher_youngadult,
.homepage.netherlands #student_youngadult,
.homepage.netherlands #teacher_youngadult,
.homepage.netherlands #student_youngadult {
  display: none; }

.homepage.germany .home_content .topblock {
  height: 165px; }

.germany .dff .sec_link:first-of-type + .sec_link {
  height: auto !important; }

.germany .dff .sec_link:first-of-type + .sec_link img {
  margin: 13px 0; }

.netherlands .extra-buttons .switchlinks div {
  min-height: 74px; }

.HomepageBanner {
  width: 100%;
  background-color: #333;
  padding: 8px;
  position: fixed;
  bottom: 0; }
  .HomepageBanner p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    margin: 0; }
  .HomepageBanner a {
    background-color: #fff;
    color: #000;
    padding: 2px 12px;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    font-size: 18px; }
    .HomepageBanner a:hover {
      background-color: #000;
      color: #fff; }

body:not(.england) .HomepageBanner.England,body:not(.wales_english) .HomepageBanner.Wales_English, body:not(.wales_cymraeg) .HomepageBanner.Wales_Welsh,  body:not(.france) .HomepageBanner.France, body:not(.england) #educator_training, body:not(.england) #community_resources, body:not(.england) #peer_education, body:not(.england) .NewBtnCont.eng, body:not(.ukraine) .NewBtnCont.ukr, body:not(.ukraine) .AlertBanner.Ukraine, body:not(.denmark) .AlertBanner.Denmark, body:not(.kosovo_albanian) .AlertBanner.Kosovo_Albanian {
    display: none !important;
}

body:not(.france) #France_Service_Sanitaire, body:not(.france) #France_Formations, body:not(.france) .NewBtnCont.france{
    display: none !important;
}
.target-leaflet-block h1 {
    color: red;
}

header #language_box .langholder span:after {
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    padding-left:10px;
    
}
.StandardBtn {
display:inline-block;
text-transform:uppercase;
padding:15px 25px;
border:1px solid #fff;
border-radius:5px;
font-weight:900;
margin-top:15px;
color:#fff !important;
transition:all 0.4s ease-in-out;
}
.StandardBtn:hover
{
background-color:#fff;
color:#3089b5 !important;
border-radius:0px;
}
.txtCenter{
    text-align:center !important;
}
.FullHeight
{
height: 100% !important;
}
body.france.homepage #groups_links.hs a:nth-of-type(1), body.france.homepage #groups_links.hs a:nth-of-type(2), body.france.homepage #groups_links.hs a:nth-of-type(4),body.france.homepage #groups_links.hs a:nth-of-type(5) {
    display: none;
}
/*body:after
{
    content:'';
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:0;
    bottom:0;
    width:2px;
    background-color:red;
}*/

@media(max-width:980px) {
    #arrowBounceLanguage {
       display:none !important;
    }
    .HomepageBanner p
    {
        font-size:16px;
    }
}