@import url(mini-reset.css);

/* ----------------------------------------------------- Browser specific CSS */

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */

/* ----------------------------------------------------- desktop */

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

@font-face {
    font-family: 'pt_serifbold';
    src: url('../fonts/pt_serif-web-bold-webfont.woff2') format('woff2'),
         url('../fonts/pt_serif-web-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'pt_serifregular';
    src: url('../fonts/pt_serif-web-regular-webfont.woff2') format('woff2'),
         url('../fonts/pt_serif-web-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    background: #182f37;
    font-family: pt_serifregular, 'serif';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6em;
    color: #182e36;
    font-weight: 400;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.clear { 
    height: 1px;
    clear: both; 
}

.overflowHidden { overflow: hidden; }
/* ---------------------------- fonts and links */

h1   {
    font-family: 'latolight', 'sans-serif';
    font-weight: 300;
    line-height: 45px;
    font-size: 40px;
    padding-bottom: 35px;
}

h2 {
    font-family: 'latolight', 'sans-serif';
    font-weight: 300;
    line-height: 45px;
    font-size: 40px;
    padding-bottom: 35px;
}

.games h2 { z-index: 100; }

h3 {
    font-family: 'latolight', 'sans-serif';
    font-weight: 300;
    font-size: 25px;
    margin: 15px 0 30px 0;
}

h4 {
    font-family: 'pt_serifbold', serif;
    font-size: 18px;
    margin: 7px 0;
    color: #305566;
}

.gameTitle { margin: 7px 0; }

p { 
    margin-bottom: 10px;
}

.appInfo p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
    color: #8a8a8a;
}

strong {
    font-family: 'pt_serifbold', serif;
}

a,
a:visited,
a:focus,
a:hover,
a:active {
    text-decoration: none;
    color: #3a6275;
}

/* =========================
== Wrapper, Section and articles
========================= */

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.halfWidth,
.twoThirdsWidth,
.oneThirdWidth { 
    float: left;
}

.twoThirdsWidth { width: 55%; }
.halfWidth { width: 40%; }
.oneThirdWidth { width: 25%; }

section,
footer {
    background: #eeeff1;
    margin: 15px 0;
    position: relative;
}

.gamesPageWrapper section,
.gamesPageWrapper  footer { z-index: 65; }

article { 
    width: 90%;
    padding: 5%;
    position: relative;
    display: inline-block;
}

article.fullWith { width: 83%; }

aside {
    float: left;
    padding: 5%;
}

.twoColumns {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 40;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
}

.overAllColumn {
    column-span: all;
    -moz-column-span: all;
    -webkit-column-span: all;
}

.defaultScreen { display: block; }
.mobileScreen { display: none; }
/* =========================
== Navigation
========================= */
.mobileMenuContainer { display: none; }
.caveTop img {
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 100;
}

.GTLogo {
    float: left;
    margin: 0 auto;
    width: 26%;
    text-align: center;
}

.GTLogo img { 
    width: 100%;
    max-width: 190px;
}

nav {
    width: 100%;
    margin-top: -175px;
    position: relative;
    z-index: 500;
}

.navBlock {
    width: 37%;
    margin: 0;
    float: left;
    margin-top: 20px;
}

nav ul { 
    position: relative;
    display: block;
    text-align: center;
}

nav li {
    display: inline-block;
    padding: 0 7%;
 }

nav a,
nav a:visited,
nav a:focus {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #eeeff1;
    position: relative;
}

nav a:hover,
nav a:active,
nav a.activeNav { 
    color: #fff;
}

.activeNav:after {
    content: '';
    height: 3px;
    background: #eeeff1;
    display: block;
}

.switchLanguage {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 500;
    font-family: 'latolight', 'sans-serif';
    font-weight: 300;
    font-size: 16px;
}
.switchLanguage a,
.switchLanguage a:active,
.switchLanguage a:focus,
.switchLanguage a:visited
{
    color: #eeeff1;
}

.switchLanguage a:hover { color: #fff; }

/* ----- Button ----- */
.button {
    clear: both;
    width: 50%;
    min-width: 175px;
    background: #3a6275;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 6px #1f272a;
    margin-bottom: 3%;
}

.button a { 
    color: #eeeff1;
    padding: 5%;
    display: block;
    text-align: center;
}

.button a:before {
    margin-right: 10px;
    position: relative;
    top: 2px;
    color: #eeeff1;
}

.button:hover {
    box-shadow: 0 4px #1f272a;
    top: 2px;
}

.moreGames:active {
    box-shadow: 0 0 #1f272a;
    top: 6px;
}

/* =========================
== Gallery
========================= */

.gallery {
    width: 100%;
    position: relative;
    top: -25px;
}

.gallery img { width: 100%; }


.promoContent {
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 50;
    animation-name: fadeInPromoContent;
    animation-duration: 3s;
}

.parallaxBox {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #182f37;
}

.layer1,
.layer2,
.layer3,
.layer4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.caveBottom {
    position: absolute;
    bottom: -10px;
    z-index: 200;
}

.gamesPageWrapper .caveBottom:after {
    content: '';
    background: #182f37;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 40px;
}


.placeholder {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 200;
    margin-top: -20px;
}

.taglineBox {
    width: 100%;
    max-width: 1200px;
    opacity: 1;
    z-index: 60;
    position: absolute;
    top: 0;
    background: #eeeff1;
    animation-name: fadeOutTaglineBox;
    animation-duration: 5s;
    opacity: 0;
}

.taglineLogo {
    max-width: 413px;
    position: absolute;
    top: 22%;
    left: 50%;
    margin-left: -207px;
    animation-name: fadeInPromoLogo;
    animation-duration: 2s;
}

.taglineText {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -248px;
    animation-name: fadeInTaglineText;
    animation-duration: 3s;
}

@keyframes fadeInPromoLogo {
  0% {
    opacity: 0;
    top: 12%
  }

  100% {
    opacity: 1%;
    top: 22%
  }
}

@keyframes fadeOutTaglineBox {
  0% { opacity: 0; }

  20% { opacity: 1; }

  80% { opacity: 1; }
  100% { opacity: 0; }
  }
}

@keyframes topFadeOutVertical {
  0% {
    position: absolute;
    top: -3rem;
    opacity: 0;
  }

  75% {
    position: absolute;
    top: 45%;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeInTaglineText {
  0% {
    position: absolute;
    top: 80%;
    opacity: 0;
  }

  75% {
    position: absolute;
    top: 60%;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}


@keyframes fadeInPromoContent {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1%;
  }
}

/* =========================
== Welcome
========================= */
.getInTouch {
    margin-top: 7%;
}

.getInTouchBox {
    font-size: 21px;
}

.welcome [class^="icon-"]:before, 
.welcome [class*=" icon-"]:before { 
    font-size: 28px; 
    margin-right: 10px;
}

.welcome .icon-envelope:before { 
    position: relative;
    top: 5px;
}

/* =========================
== Newsletter
========================= */

.newsletter { margin-top: 20%; }

.newsletter .button {
    width: 225px;
    padding: 0 15px;
    display: inline-block;
}

/* =========================
== News
========================= */
.newsArticle {
    outline: none;
}

.newsArticle > div {
    background: #e7e6e7;
    display: block;
    margin: 0 auto;
}

.newsImage {
    width: 97%;
    margin: 0 auto;
}

.newsArticle img { width: 100%; }

.newsText,
.newsImageCopyright {
    width: 83%;
    padding: 2% 7% 5% 7%;
}

.newsDate {
    font-family: 'pt_serifbold', serif;
    font-size: 14px;
    color: #305566;
    padding: 2% 0;
    display: block;
}

.newsImageCopyright { 
    font-size: 10px;
    line-height: initial;
    padding-top: 0;
}

/* ------------- slick slider */
#customSlick .slick-prev,
#customSlick .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -82px;
    display: block;
    width: 20px;
    height: 45px;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0% 30px;
    margin-top: 2%;
    cursor: pointer;
    background: #3a6275;
    color: #eeeff1;
    box-shadow: 0 6px #1f272a;
}

#customSlick .slick-prev:hover,
#customSlick .slick-prev:focus,
#customSlick .slick-next:hover,
#customSlick .slick-prev:hover,
#customSlick .slick-prev:focus,
#customSlick .slick-next:hover{
    box-shadow: 0 4px #1f272a;
    top: -80px;
    opacity: 1;
}

#customSlick .slick-prev.slick-disabled,
#customSlick .slick-next.slick-disabled
{
    opacity: 0.25;
    top: -80px;
    box-shadow: 0 4px #1f272a;
    cursor: initial;
}

#customSlick .slick-prev.slick-disabled:hover,
#customSlick .slick-next.slick-disabled:hover {
    top: -80px;
    box-shadow: 0 4px #1f272a;
}

#customSlick .slick-prev:before,
#customSlick .slick-next:before
{
    font-family: 'gentletroll';
    font-size: 26px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -10px;
}

#customSlick .slick-prev:before { content: '\e90b'; }
#customSlick .slick-next:before { content: '\e90a'; }

#customSlick .slick-prev
{
    left: auto;
    right: 71px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#customSlick .slick-next
{
    right: 7px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* =========================
== Featured Games
========================= */
.gamesList > li {
    overflow: hidden;
    list-style: none;
    width: 48.5%;
    margin-left: 3%;
    float: left;
    margin-bottom: 2%;
    position: relative;
    border: 2px solid #dddee0;
    box-sizing: border-box;
    position: relative;
}

.allGames li:nth-child(-n+3) { display: none; }

.allGames.gamesList > li:nth-child(2n+2) { 
    margin-left: 0;
    clear: both;
}

/*.allGames.gamesList > li { margin-left: 0; }*/

/*.allGames.gamesList > li:nth-child(2n+2) { margin-left: 3%; }*/

.featuredGames.gamesList > li:nth-child(-n+3)
{ 
    width: 100% ;
    margin-left: 0;
}

.gamesList li figure img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: left;
    width: 100%;
    margin-bottom: 7%;
}

.featuredGames.gamesList  li:nth-child(-n+3) figure img {  
    width: 94%;
    margin-bottom: 0;
}

.gamesList  figure:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

.gamesList  li .gameInfos {
    display: block;
    width: 90%;
    padding: 0% 5% 7% 5%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeff1+0,eeeff1+100&0+0,0.95+15,1+100 */
background: -moz-linear-gradient(left,  rgba(238,239,241,0) 0%, rgba(238,239,241,0.95) 15%, rgba(238,239,241,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(238,239,241,0) 0%,rgba(238,239,241,0.95) 15%,rgba(238,239,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(238,239,241,0) 0%,rgba(238,239,241,0.95) 15%,rgba(238,239,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeff1', endColorstr='#eeeff1',GradientType=1 ); /* IE6-9 */

}

.featuredGames  li:nth-child(-n+3) .gameInfos {
     display: block;
    width: 25%;
    padding: 3% 4% 3% 10%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.featuredGames  li:nth-child(-n+3) .gameDescription  { 
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.show { display: block; }
.hide { display: none; }
.showanyways {display: block!important;}

.allGames h3 { margin-top: 0; }


.featureGameTags {
    position: absolute;
    bottom: 0;
    padding: 2px 10px;
    background: rgba(255,255,255,0.9);
}

.featureGameTags:after {
    content: '';
    position: absolute;
    right: -30px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid rgba(255,255,255,0.9);
    top: 0;
}

.featuredGames.gamesList .featureGameTags li,
.allGames .gameTags li {
    border: none;
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-bottom: 0;
    padding-left: 5px;
    position: relative;
    font-family: 'latolight', 'sans-serif';
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

.featureGameTags li:before,
.gameTags li:before {
    content: '#';
    position: relative;
    left: -3px;
}

.gamesList .gameTags li {
    display: block;
    border: none;
    width: auto;
    float: left;
    font-family: 'latolight', 'sans-serif';
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}

/*.allgames.gamesList .gameTags li:nth-child(2n+3){
    clear: none;
    width: auto;
}*/

/* ----- Button more games ----- */
.moreGames {
    clear: both;
    width: 50%;
    min-width: 175px;
    margin: 0 auto;
    background: #3a6275;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 6px #1f272a;
    margin-bottom: 3%;
}

.moreGames a { 
    color: #eeeff1;
    padding: 5% 0;
    display: block;
    text-align: center;
}

.moreGames a:before {
    margin-right: 10px;
    position: relative;
    top: 2px;
    color: #eeeff1;
}

.moreGames:hover {
    box-shadow: 0 4px #1f272a;
    top: 2px;
}

.moreGames:active {
    box-shadow: 0 0 #1f272a;
    top: 6px;
}

.gamesPageWrapper .moreGames { display: none!important; }

.gamesPageWrapper .gamesList.hide { display: block!important; }
/* ----- Game store links ----- */

.allGames .storeLinks {margin-top: 5%;}

.storeLinks .appAvailability {
    padding: 0 5px;
    text-align: center;
}

.appAvailability a.storeLink {
    margin: 0 3%;
    display: inline-block;
    padding: 10px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #3a6275;
    box-sizing: border-box;
    box-shadow: 0 0 0 4px #dddee0;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.appAvailability a.storeLink:before { 
    color: #294655;
    top: -1px;
    position: relative;
}
.appAvailability a.storeLink:hover:before { color: #dddee0; }

.appAvailability a.storeLink:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #3a6275;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.appAvailability a.storeLink:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.schoolIcon:before {
    content: '\e90d';
    font-family: 'gentletroll';
    font-size: 30px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 20px;
    top: 16px;
}

.schoolGameBanner span {
    z-index: 10;
    display: inline-block;
    font-size: 15px;
    padding: .25em 0;
    margin-left: 50px;
    color: white;
    font-family: 'latolight', 'sans-serif';
    font-weight: 300;
    line-height: 18px;
}

.schoolGameBanner { max-width: 180px; }

.awardedFlag,
.schoolGameBanner {
    background: #3a6275;
    position: absolute;
    top: 30px;
    left: 0px;
    padding: 10px 20px;
}

.awardedFlag { padding: 5px 20px; }

.schoolGameBanner { padding-right: 5px; }
.bottomPosition { top: 105px; }

.awardedFlag:after,
.awardedIcon:after,
.schoolGameBanner:after,
.schoolIcon:after {
    content: '';
    position: absolute;
    right: -25px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
}

.awardedFlag:after,
.schoolGameBanner:after
 {
    border-top: 35px solid #3a6275;
    top: 0;
}

.awardedIcon:after,
.schoolIcon:after {
    border-bottom: 35px solid #3a6275;
    bottom: 0;
}

.awardedFlag img {
    width: 100%;
    max-width: 40px;
    position: relative;
    top: 5px;
}

.allGames .awardedFlag,
.allGames .schoolGameBanner {
    top: 12px;
    padding: 5px 15px 5px 20px;
}

.allGames .schoolGameBanner {
    padding-right: 0;
    padding: 15px 0px 5px 16px;
}

.allGames .schoolIcon:before {
    top: 9px;
}

.allGames .bottomPosition {top: 65px;}

.allGames .awardedFlag img {
    max-width: 30px;
    position: relative;
    top: 5px;
}

/* =========================
== Testimonials
========================= */
.quote { position: relative; }

.quote p:before {
    content: '\e90c';
    font-family: 'gentletroll';
    font-size: 110px;
    line-height: 1;
    color: #3a6275;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: absolute;
    left: 20px;
    top: -16px;
}

.quote p,
.quote span {
    margin: 0 100px 10px 160px;
}

/* =========================
== Contact
========================= */
section.contact .cutPic:before { border-top: 487px solid #eeeff1; }

section.contact h3 { margin-top: 0; }

section.contact a:before,
section.team a:before { 
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.contact article { 
    overflow: hidden;
    width: 75%;
    padding-right: 0;
}

.address,
.mailingAddress {
    width: 50%;
    float: left;
}

.socialMedia li {
    float: left;
    margin: 3% 4% 0 0;
}

.leftSpace { margin-left: 33px;}

.number.number-en span:nth-child(2n+2) { margin-right: 5px; }
.number.number-en .char2 { margin-right: 0px!important; }
.number.number-en .char4 { 
    margin-right: 0px!important;
    margin-left: 5px;
}

.number.number-de span:nth-child(2n+2) { margin-right: 5px; }
.number.number-de .char2 { margin-right: 0px!important; }



/* =========================
== Footer
========================= */
footer { padding: 3% 5% 85px 3%; }

.copy,
.imprintLink { 
    margin: 0;
    display: inline-block;
}

.imprintLink {
    position: absolute;
    right: 5%;
    z-index: 20;
}

.privacyPolicyLink {
    position: absolute;
    right: 15%;
    z-index: 20;
}

.cave-bottom {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
}

.legalSite h3 { margin-top: 40px; }

.legalSite ol,
.legalSite ul {
    margin-left: 35px;
    margin-bottom: 10px;
}


.legalSite ol { list-style-type: decimal; }
.legalSite ul { list-style-type: disc; }
/* =========================
== Game page
========================= */

/* -- Images on the page -- */
#game img{ width: 100%; }
#game .gameDescription img{ width: auto; }

/* -- Game Slider -- */
#gameSlider .slick-dots li button:before { color: #eeeff1; }
#gameSlider .slick-dots { 
    bottom: -15px; 
    z-index: 300;
}

.slick-slide { outline: none!important; }
.gameSection1 { margin-bottom: 0; }
.gameSection2 { margin-top: 0; }

/* ----- Game Infos ----- */
.gameInfos { overflow: hidden; }

.inANutshell {
    padding: 0;
    margin-bottom: 5%;
    font-family: 'pt_serifbold', serif;
    box-sizing: border-box;
}

.seperator {
    border-bottom: 1px solid #d9d9d9;
    width: 60%;
    margin: 0 auto 5% auto;

}

.inANutshell h3 { margin-bottom: 20px; }

.gameInfo { 
    margin: 10px 0 30px 0;
    overflow: hidden;
}

.gameInfo div {
    width: 49%;
    float: left;
}

.gameInfo li,
.gameInfo p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    display: inline;
}
.gameInfo li {
    padding: 3px 0;
    font-family: 'pt_serifbold', serif;
    float: left;
    width: 48%;
    margin-bottom: 0;
    margin-right: 2%;
}
.gameInfo li:nth-child(2){margin-right: 0;}

.gameInfo p {
    padding: 3px 0;
    font-weight: 300;
}

.gameDescription {
    position: relative;
    clear: both;
}

/* FitMyVideo */

.FitMyVideo-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.FitMyVideo-container iframe,   
.FitMyVideo-container object,   
.FitMyVideo-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----- Game quick infos ----- */
.gameQuickInfo {
    width: 40%;
    float: left;
    margin-left: 5%;
    border-left: 1px solid #d9d9d9;
    box-sizing: border-box;
}

.gameQuickInfo .stores {
    width: 100%;
    border-top: none;
    padding-top: 0;
    margin-bottom: 20px;
}

.gameQuickInfo .appIcon {
    width: 150px;
    height: auto;
    margin: 0 auto;
}

.gameQuickInfo .appLogo {
    width: 60%;
    max-width: 270px;
    height: auto;
    margin: 0 auto;
}

.gameQuickInfo .appInfo {
    float: none;
    text-align: center;
}

.gameQuickInfo .appAvailability {
    margin-top: 30px;
    text-align: center;
}

.gameQuickInfo .appAvailability a {
    display: inline-block;
    height: 40px;
    margin: 0 5px;
}

.gameQuickInfo .gameLinks {
    border: none;
    text-align: center;
    width: 100%;
    display: block;
    padding: 30px 0;
    overflow: hidden;
}

.gameQuickInfo .gameLinks span { 
    width: 100%;
    margin-right: 0;
    padding: 10px 20px;
    margin: 0 10px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.gameQuickInfo .gameInfo {
    width: 70%;
    margin: 0 15%;
}

.gameQuickInfo .gameInfo li {
    width: 100%;
    padding: 5px 0;
    margin-right: 0;
    border-bottom: 1px solid #d9d9d9;
}

.gameQuickInfo .gameInfo li:last-child {
    border-bottom: none;
}

/* ----- Game awards ----- */
.gameAwards ul { 
    overflow: hidden;
}
li.award {
    width: 15%;
    margin-right: 6%;
    float: left;
}

li.award img { width: 100%; }

li.award:nth-child(5n+5) { margin-right: 0; }

.awardImage { padding: 0 7%; }

.awardTitle,
.archivement {
    font-size: 12px;
    line-height: 16px;
    display: block;
    text-align: center;
}

.awardTitle {
    font-family: 'pt_serifbold', serif;
    margin: 3% 0;
}

/* ----- Game testimonials ----- */
.gameTestimonials { 
    margin: 5% 0;
}

.testimonials li {
    width: 31%;
    margin-right: 3%;
    float: left;
}

.testimonials li:nth-child(3n+3) { margin-right: 0; }

.testimonialQuote {
    padding: 6%;
    background: #e7e6e7;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    position: relative;
}

.testimonialQuote:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -32px;

    width: 0; 
    height: 0; 
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    border-top: 35px solid #e7e6e7;
}

.credentials {
    margin: 5px 0 0 60px;
    padding: 2%;
}

.credentials p {
    font-size: 15px;
    line-height: 22px;
}


/* =========================
== About
========================= */

/* --------- contact */
aside.contact h3 { margin-top: 0; }

aside.contact a:before { margin-right: 10px; }

aside.contact .socialMedia li { 
    margin: 1% 4% 0 0;
    width: 46%;
}

aside.contact {
    font-size: 16px;
    line-height: 22px;
}

/* ----- Team ----- */
.member { 
    overflow: hidden;
    margin-bottom: 30px;
}

.member h3 { 
    margin-bottom: 6px;
    font-size: 23px;
    text-align: left;
    margin-top: 2%;
}

.member h3 span {
    display: block;
    color: #a0a0a0;
    font-size: 17px;
}

.member li { 
    width: 49%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
}

.member li:last-child { margin-right: 0; }

.member li { font-size: 15px; }

.memberContactOptions { overflow: hidden; }

.memberContactOptions li {
    display: inline;
    width: 100%;
    margin-right: 0;
    clear: both;
    float: none;
    font-size: 14px;
    margin-right: 3%;
}

li.memberMail.memberContact{ display: block; }

.portrait {
    max-width: 150px;
    margin: 0 auto;
    float: left;
    width: 28%;
    margin-right: 6%;
}

.portrait img {
    width: 100%;
    height: auto;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
}

.memberInfo p { margin-bottom: 10px; }

.teamDescription { 
    margin: 3% 0 0 0; 
    width: 100%;
}

.teamPhoto img { 
    width: 100%;
    margin-top: 3%;
}


/* ----- Clients ----- */

.clients { overflow: hidden; }

.clients ul { overflow: hidden; }

.clients li {
    max-width: 30%;
    margin-right: 5%;
    float: left;
}

.clients li:nth-child(3n+3) {margin-right: 0;}

.clients img { 
    width: 100%;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(100%); 
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(100%); 
    -o-transition: .3s ease-in-out;
    filter: grayscale(100%);
    }

.clients img:hover {
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-filter: grayscale(0%);
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .3s ease-in-out;
    filter: grayscale(0%);
}

.ln-clients {
    margin-top: 20px;
}

/* ----- Customers ----- */
.partner ul { overflow: hidden; }

.partner li {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-top: 5%;
}

.partner li:first-child,
.partner li:nth-child(2) {
    float: left;
    width: 46%;
    margin-right: 8%;
    margin-top: 5%;
}

.partner li:nth-child(2),
.partner li:nth-child(5),
.partner li:nth-child(8) { margin-right: 0;}

.partner li:nth-child(3) { clear: both; }

.partner li img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

/* ---------------------------- next section */

.articleImage {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 275px;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
}

.cutPic:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 535px solid #eeeff1;
    border-right: 120px solid transparent;
}

.blogCutPic img { max-height: 510px; }

.blogCutPic:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 505px solid #eeeff1;
    border-right: 120px solid transparent;
}

.commentArea {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #d9d9d9;
}

/* ---------------------------- Promo */
.promoPics { 
    margin-top: 23%;
    max-width: 165px;
    right: 8.3%;
}

.promo li {
    overflow: hidden;
    margin: 0 auto 30px auto;
    border: 1px solid #dddee0;
    background: #fff; 
}

.promo li:last-child {
    margin-bottom: 0;
}

.promo img {
    width: 100%;
    height: auto;
}

.promo h4 {
    display: block;
    padding: 5px 10px;
    margin: 8px 0;
    font-weight: 400;
}

/* ---------------------------- Blog */
.blog.teaser {max-height: 330px;}

.date {
    color: #305566;
    font-family: 'pt_serifbold', serif;
}


.pagination { 
    padding: 25px 0px;
    text-align: center;
}

.PaginationHelper {
    display: block;
    position: absolute;
    top: 17px;
    padding-bottom: 30px;
    width: 100%;
    background: #eeeff1;
}

.pagination .next,
.pagination .prev {
    height: 60px;
    width: 28%;
    margin-left: 2%;
    padding: 0.8% 1.5%;
    cursor: pointer;
    background: #3a6275;
    color: #eeeff1;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 6px #1f272a;
}

.pagination .next:hover,
.pagination .prev:hover {
    box-shadow: 0 4px #1f272a;
    top: 2px;
}

.pagination .next:active,
.pagination .prev:active {
    box-shadow: 0 0 #1f272a;
    top: 6px;
}

.pagination p { margin-bottom: 0; }

figure img {
    max-width: 100%;
}

.articleMeta {
    color: #aeaeae;
    font-family: 'latolight', 'serif';
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 15px;
}

time {
    display: inline-block;
    width: auto;
}

.articleMeta ul { 
    display: inline-block;
    width: 70%;
 }

.articleMeta li {
    display: inline-block;
    margin-right: 1.5%;
}

.articleAuthor { text-transform: capitalize; }

.fullWidth {
    padding: 8.3%;
    width: 83.4%;
}

span.result {
    font-family: 'latolight', 'sans-serif';
    font-weight: 300;
    line-height: 25px;
    font-size: 25px;
}

ul.results {margin-top: 5%; }

.searchSection article {padding: 6% 2% 6% 6% }

.moreGames.shareButton {
    min-width: 35%;
    margin-left: 0;
    display: inline-block;
    width: auto;
    padding: 0 2%;
}

/* ---------------------------- Jobs */
.jobs article,
.job article { width: 80%; }

.jobList,
.jobBenefits {margin-top: 5%;}

.jobList li { margin: 2% 0; }

.jobList h4 { 
    color: #305566;
    transition: color 0.3s ease;
}

a.jobListItem {
    display: block;
    padding: 2% 3%;
    border: 2px solid #dde0e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    transition: background-color 0.3s ease;
}

.jobListItem:after {
    position: absolute;
    right: 20px;
    top: 30%;
    font-size: 30px;
    content: "\f105";
    font-family: 'gentletroll';
    color: #305566;
    transition: color 0.3s ease;
}

.jobListItem:hover { background-color: #3a6275; }
.jobListItem:hover h4 { color: #eeeff1; }
.jobListItem:hover:after { color: #eeeff1; }


.jobBenefits ul {    
    list-style: initial;
    margin-left: 40px;
}

.jobBenefits > div { margin: 3% 0; }


.backToJobs,
.bottomBackLink {
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}

.bottomBackLink {
    margin-bottom: 0;
    margin-top: 30px;
}

.jobList ul,
.noOpenJobs {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin: 5% 0;
    width: 80%;
}

.noOpenJobs { 
    padding-top: 5%;
    padding-bottom: 3%;
}

.backToJobs a { 
    color: #8a8a8a;
    font-size: 18px;
}

.backToJobs a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    content: "\f104";
    font-family: 'gentletroll';
    color: #8a8a8a;
    transition: color 0.3s ease;
}

/*.sendApplication,*/
.sendButton { margin: 3% 0 4% 0; }

a.sendButton {
    display: inline-block;
    padding: 15px 5%;
    cursor: pointer;
    background: #3a6275;
    color: #eeeff1;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 6px #1f272a;
    
}

a.sendButton:before {
    position: absolute;
    font-size: 35px;
    color: #eeeff1;
    z-index: 2;
    top: 50%;
    margin-top: -17px;
    left: 8%;
}

.sendButton:hover {
    box-shadow: 0 4px #1f272a;
    top: 2px;
}

.sendButton:active {
    box-shadow: 0 0 #1f272a;
    top: 6px;
}

.sendButton > div { margin-left: 25px; }

.job article ul {
    margin-left: 20px;
    margin-bottom: 30px;
}

.job article ul li {
    list-style: initial;
}

/* ----------------------------------------------------- 
// smaller screens 
----------------------------------------------------- */
@media only screen and (max-width: 1150px){
    .gameDescription {
        font-size: 17px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 1024px){
    .defaultScreen { display: none; }
    .mobileScreen { display: block; }

    nav { margin-top: -152px; }
    nav a, 
    nav a:visited, 
    nav a:focus { font-size: 18px; }
    .activeNav:after { height: 2px; }
    .GTLogo { width: 15%; }
    .navBlock { width: 42.5%; }

    #customSlick .slick-prev, 
    #customSlick .slick-next { 
        padding: 0 25px;
        height: 35px;
        top: -75px;
    }

    #customSlick .slick-prev { right: 60px; }

    #customSlick .slick-prev:hover, 
    #customSlick .slick-prev:focus, 
    #customSlick .slick-next:hover, 
    #customSlick .slick-prev:hover, 
    #customSlick .slick-prev:focus, 
    #customSlick .slick-next:hover,
    #customSlick .slick-prev.slick-disabled, 
    #customSlick .slick-next.slick-disabled,
    #customSlick .slick-prev.slick-disabled:hover, 
    #customSlick .slick-next.slick-disabled:hover {
        top: -72px;
    }

    .gameInfos h3 { margin-bottom: 15px; }
    .gameDescription {
        font-size: 16px;
        line-height: 22px;
    }

}

@media only screen and (max-width: 980px){
    nav { margin-top: -150px; }

    .taglineLogo { top: 20%; }
    .taglineText { top: 65%; }

    @keyframes fadeInPromoLogo {
      0% {
        opacity: 0;
        top: 12%
      }

      100% {
        opacity: 1%;
        top: 20%
      }
    }

    @keyframes fadeInTaglineText {
      0% {
        position: absolute;
        top: 80%;
        opacity: 0;
      }

      75% {
        position: absolute;
        top: 65%;
        opacity: 1;
      }

      100% {
        opacity: 1;
      }
    }
}

@media only screen and (max-width: 899px) {
    
    nav { margin-top: -140px; }

    article { padding: 7% 5%; }

    .welcome article,
    .welcome aside,
    .about article,
    .about aside
     { 
        width: 90%;
        padding-bottom: 2%;
    }

    .about article { margin-bottom: 2%; }
    .about aside { padding-bottom: 7%; }

    aside.contact .address, 
    aside.contact .mailingAddress { width: 40%; }

    aside.contact h3 { font-size: 25px; }

    aside.contact .socialMedia li {
        margin: 1% 5% 0 0;
        width: auto;
    }

    .getInTouch {
        margin-top: 0;
        padding-top: 0; 
    }

    .getInTouchBox ul { overflow: hidden; }

    .getInTouchBox li {
        width: 50%;
        float: left;
    }

    .newsletter { 
        margin-top: 5%;
        padding-bottom: 15%;
    }

    .quote p, .quote span { margin-right: 80px; }
    /* ----- fonts ----- */
    h2 {
        line-height: 45px;
        font-size: 45px;
    }

    .gameInfos h3 { margin-top: 0; }

    .cave-bottom { bottom: -15px; }
    
    
    /* ----- Featured games ----- */
    .featuredGames,
    .moreGames { display: none; }
    .gamesList.allGames.hide{ display: block!important; }

    .allGames.gamesList > li:nth-child(-n+3) { display: block; }

    .allGames.gamesList > li,
    .allGames.gamesList > li:nth-child(2n+2) {
        margin-left: 0;
        clear: none;
        float: left;
    }
    
    .allGames.gamesList > li:nth-child(2n+2) { margin-left: 3%; }
    
    .allGames.gamesList > li:nth-child(2n+3) { clear: left; }

    .contact article { width: 85%; }


    .gamesList .awardedFlag {
        padding: 8px 8px 5px 15px;
    }

    .gamesList .awardedFlag img {
        max-width: 25px;
    }
}

@media only screen and (max-width: 840px) {
    
    nav { margin-top: -125px; }
    .navBlock { margin-top: 12px;}

    article {
        padding-top: 7%;
    }

    body { font-size: 16px; }

    h2 {
        font-size: 35px;
        line-height: 35px;
        padding-bottom: 25px;
    }

    h3 { margin-bottom: 20px; }
    
    .getInTouchBox { font-size: 16px; }

    .welcome [class^="icon-"]:before, 
    .welcome [class*=" icon-"]:before { font-size: 22px; }

    #customSlick .slick-prev, 
    #customSlick .slick-next { 
        top: -55px;
    }

    #customSlick .slick-prev:hover, 
    #customSlick .slick-prev:focus, 
    #customSlick .slick-next:hover, 
    #customSlick .slick-prev:hover, 
    #customSlick .slick-prev:focus, 
    #customSlick .slick-next:hover,
    #customSlick .slick-prev.slick-disabled, 
    #customSlick .slick-next.slick-disabled,
    #customSlick .slick-prev.slick-disabled:hover, 
    #customSlick .slick-next.slick-disabled:hover {
        top: -52px;
    }

    .quote p, .quote span { margin: 0 60px 0 100px; }
    .quote p:before {
        font-size: 80px;
        left: 0;
        top: 0;
    }

    .socialMedia li { margin-right: 5%; }
    
    .googleMap:before { z-index: 50;}
    .googleMap a {
        position: absolute;
        bottom: 0;
    }

    .gamesList p { font-size: 16px; }

    .googleMap { display: none; }
}


@media only screen and (max-width: 779px){
    
    aside.contact h3 { font-size: 22px; }
    aside.contact .address, 
    aside.contact .mailingAddress {
        width: 100%;
        margin-bottom: 2%;
    }

   
   .team .memberContactOptions a:before {
        top: -7px;
        left: -3px;
        margin-right: 0;
        font-size: 15px;
    }

    section.team h3 {
        border-bottom: 0px;
        overflow: hidden;
    }

    .memberContactOptions {
        padding-top: 2px;
        overflow: initial;
    }

    .memberContactOptions li {
        display: inline-block;
        width: 35px;
        float: none;
        margin: 0 3% 0 0;
    }

    li.memberMail.memberContact { display: inline-block; }

    .memberContact {
        padding: 0 5px;
        text-align: center;
        display: inline-block;
    }

    .memberContact a {
        margin: 0 3%;
        display: inline-block;
        position: absolute;
        top: 0;
        padding: 10px;
        width: 28px;
        height: 28px;
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #3a6275;
        box-sizing: border-box;
        box-shadow: 0 0 0 2px #dddee0;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

    .memberContact a span {display: none;}

    .memberContact a:before { color: #294655; }
    .memberContact a:hover:before { color: #dddee0; }

    .memberContact a:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box; 
        -moz-box-sizing: content-box; 
        box-sizing: content-box;
        top: -2px;
        left: -2px;
        padding: 2px;
        z-index: -1;
        background: #3a6275;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
        -moz-transition: -moz-transform 0.2s, opacity 0.3s;
        transition: transform 0.2s, opacity 0.3s;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }

    .memberContact a:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


@media only screen and (max-width: 768px) {

    .twoThirdsWidth { width: 100%; }

    nav { margin-top: -115px; }
    .navBlock { margin-top: 8px;}
    
    .stores,
    .gameLinks { width: 100%; }

    .seperator { 
        margin-bottom: 5%;
        margin-left: 0;
    }
    .twoColumns {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }

    /* ----- Map ----- */
    .googleMap { 
        height: 431px;
        width: 240px;
    }

    article#game {
        padding: 10% 6%;
        width: 88%;
    }

    .taglineLogo { 
        max-width: 300px;
        margin-left: -150px;
        top: 20%; 
    }
}

@media only screen and (max-width: 767px) { 

    section.team h3 span { min-height: auto; }

    .gameDescription.twoThirdsWidth { width: 100%; }
    .gameQuickInfo {
        width: 100%;
        margin-top: 5%;
        margin-left: 0;
        border-left: none;
    }

@media only screen and (max-width: 750px) {
    nav { margin-top: -110px; }
    .navBlock { margin-top: 5px;}
    .gallery { top: -40px; }
}

@media only screen and (max-width: 699px) {

    nav { margin-top: -105px; }
    .navBlock { margin-top: 5px;}
    nav li { padding: 0 5%; }
    nav a,
    nav a:visited,
    nav a:focus { font-size: 16px; }

    .switchLanguage {
        top: 5px;
        font-size: 14px;
    }

    /* ----- partner ----- */
    .portrait {
        max-width: 150px;
        max-height: 150px;
    }

    .partner li {
        float: left;
        width: 45%;
        margin-right: 5%;
        margin-top: 5%; 
    }

    .partner li:first-child,
    .partner li:nth-child(2) {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 9%;
    }

    .partner li:nth-child(4),
    .partner li:nth-child(6) { margin-right: 0; }

    .partner li:nth-child(5),
    .partner li:nth-child(7) { 
        margin-right: 5%;
        clear: both; 
    }

    .partner li img { max-width: 200px; }

    /* ----- awards ----- */
   .awardList li {
        width: 26%;
        float: left;
        margin-right: 9%;
        margin-bottom: 20px;
    }

    .awardList li:nth-child(4n+4) {margin-right: 9%;}
    .awardList li:nth-child(3n+3) {margin-right: 0;}

    .testimonials li { width: 47%; }
}

@media only screen and (max-width: 699px) {
    nav { margin-top: -98px; }
}

@media only screen and (max-width: 640px) {
    .taglineLogo { 
        top: 18%; 
    }
    @keyframes fadeInPromoLogo {
      0% {
        opacity: 0;
        top: 10%
      }

      100% {
        opacity: 1%;
        top: 18%
      }
    }
}

@media only screen and (max-width: 630px) {
    .desktopMenu,
    .mobileMenuLinks {display: none;}

    .mobileMenuLinks.show,
    .mobileMenuContainer,
    .mobileMenu {display: block;}

    .mobileMenuBtn {
        position: absolute;
        top: 15px;
        left: 20px;
        z-index: 1600;
    }

    .mobileMenuBtn a {
        position: relative;
        color: #eeeff1;
        font-family: 'latolight', 'sans-serif';
    }

    .mobileMenuBtn a:before {
        color: #eeeff1;
        font-size: 25px;
        margin-right: 10px;
        position: relative;
        top: 5px;
    }
    
    .mobileMenuContainer {
        position: relative;
    }

    .mobileLogo {
        width: 15%;
        position: absolute;
        top: 18px;
        z-index: 510;
        left: 50%;
        margin-left: -38px;
    }
    .mobileLogo h1 {    
        line-height: 0;
        padding: 0;
    }
    .mobileLogo img { width: 100%; }

    .mobileMenuLinks {
        width: 90%;
        margin: 0 auto;
        position: relative;
        top: 74px;
        z-index: 1000;
        padding-bottom: 25px;
    }

    .mobileMenuLinks li {
        display: inline-block;
        width: 30%;
        margin-right: 4%;
        margin-top: 5px;
        text-align: center;
    }
    .mobileMenuLinks a {
        color: #eeeff1;
        display: inline-block;
        cursor: pointer;
    }

    .switchLanguage {
        top: 20px;
        right: 20px;
        font-size: 16px;
    }

    .mobileMenuLinks li:nth-child(3) {margin-right: 0;}

}

@media only screen and (max-width: 599px) { 
    
    .mobileMenuLinks { top: 65px; }

    .gamesList  li { 
        width: 100%; 
        margin-left: 0!important;
        margin-bottom: 4%;
    }

    .quote p, .quote span { margin: 0 40px 0 70px; }
    .quote p:before { font-size: 50px; }

    .contact article { width: 95%; }

    h1 {
        font-size: 30px;
    }

    .taglineLogo { 
        max-width: 250px;
        margin-left: -125px;
        top: 20%; 
    }
    .taglineText { 
        margin-left: -186px;
        top: 65%; }

    @keyframes fadeInPromoLogo {
      0% {
        opacity: 0;
        top: 12%
      }

      100% {
        opacity: 1%;
        top: 20%
      }
    }

    @keyframes fadeInTaglineText {
      0% {
        position: absolute;
        top: 80%;
        opacity: 0;
      }

      75% {
        position: absolute;
        top: 65%;
        opacity: 1;
      }

      100% {
        opacity: 1;
      }
    }

    .jobs article,
    .job article { width: 90%; }

    .jobList ul, .noOpenJobs { width: 100%; }

    a.sendButton { padding: 3% 5% 3% 3%; }
    a.sendButton:before {
        font-size: 28px;
        margin-top: -14px;
        left: 6%;
    }
}


@media only screen and (max-width: 580px) { 

    .about article { margin-bottom: 2%; }
    .about aside { padding-bottom: 7%; }

    aside.contact .address, 
    aside.contact .mailingAddress { width: 100%; }

    aside.contact .socialMedia li { width: 45%; }

    .copy, .imprintLink { display: block; }

    .imprintLink { right: auto; }
    footer { padding-bottom: 80px; }
}

@media only screen and (max-width: 549px) {
        
    /* ----- team ----- */
    .memberInfo {
        padding: 0;
        margin: 0;
        display: block;
        width: 100%;
        text-align: center;
        float: none;
    }
    
    section.team h3 { 
        margin-top: 5px;
        text-align: center;
    }

    .portrait {
        max-width: 100%;
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    .portrait img {
        border-radius: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        max-width: 110px;
    }
    .member li {
        border: 0;
        width: 100%;
        margin-right: 0;
        margin-bottom: 3%;
    }

    .memberContactOptions {
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 25px;
        margin-bottom: 15px;
        width: 60%;
        margin: 0 auto;
    }

    .member li.memberContact { width: 20%; }
}


@media only screen and (max-width: 499px) {
    
    .mobileMenuLinks { top: 58px; }
    .mobileLogo { margin-left: -37px; }
    .mobileMenuBtn { top: 11px; }
    .switchLanguage { top: 16px; }
    
    #mce-EMAIL,
    #mce-LASTNAME,
    #mce-FIRSTNAME,
    #mc-embedded-subscribe { height: 35px; }

    #mc-embedded-subscribe { font-size: 13px; }

    ::-webkit-input-placeholder { font-size: 12px; }
    ::-moz-placeholder { font-size: 12px; }
    :-ms-input-placeholder { font-size: 12px; }
    input:-moz-placeholder { font-size: 12px; }

    #customSlick .slick-prev, 
    #customSlick .slick-next { 
        top: -50px;
    }

    #customSlick .slick-prev:hover, 
    #customSlick .slick-prev:focus, 
    #customSlick .slick-next:hover, 
    #customSlick .slick-prev:hover, 
    #customSlick .slick-prev:focus, 
    #customSlick .slick-next:hover,
    #customSlick .slick-prev.slick-disabled, 
    #customSlick .slick-next.slick-disabled,
    #customSlick .slick-prev.slick-disabled:hover, 
    #customSlick .slick-next.slick-disabled:hover {
        top: -48px;
    }

    .quote p, .quote span { margin-right: 20px; }

    /* ----- contact ----- */
    .address, .mailingAddress { 
        float: none; 
        width: 100%;
        margin-bottom: 5%;
    }
    .address {margin-bottom: 0;}

    /* ----- blog ----- */
    .articleDate { top: 20px; }

    /* ----- awards ----- */
    .awardList h3 { 
        font-size: 16px;
        line-height: 18px;
        min-height: 38px;
        margin-bottom: 15px;
    }

    .awardList li {
        width: 35%;
        float: left;
        margin-right: 23%;
        margin-bottom: 20px;
    }

    .awardList li:nth-child(3n+3),
    li.award:nth-child(5n+5) { 
        margin-right: 23%; 
        clear: left; 
    }
    .awardList li:nth-child(2n+2) { margin-right: 0;}

    .testimonials li { 
        width: 97%; 
        margin-bottom: 5%;
    }

    h1 { font-size: 24px; }

    .gallery { top: -35px; }
    .taglineLogo { 
        max-width: 200px;
        margin-left: -100px;
        top: 20%; 
    }
    .taglineText { 
        margin-left: -148px;
        top: 65%; 
    }

    .partner li {
        float: left;
        width: 100%;
        margin-right: 0%;
        margin-top: 5%; 
    }

}

@media only screen and (max-width: 460px) {

    .mobileLogo { 
        top: 14px;
        margin-left: -32px;
    }

    .mobileMenuBtn { top: 9px; }
    .switchLanguage { top: 14px; }

    .socialMedia li { width: 40%; }

    .cave-bottom { bottom: -15px; }
}

@media only screen and (max-width: 449px) {
    
    .mobileMenuLinks { top: 54px; }
    .mobileMenuLinks li {
        width: 30%;
        margin-right: 3.5%;
    }

    aside.contact h3 { font-size: 21px; }
}

@media only screen and (max-width: 399px) {
    
    .mobileLogo { 
        top: 12px;
        margin-left: -28px;
    }

    .switchLanguage { 
        top: 10px;
        font-size: 14px;
    }

    .mobileMenuBtn a { font-size: 14px; }
    
    .mobileMenuBtn a:before {
        font-size: 20px;
        top: 3px;
    }

    h2 { 
        font-size: 32px;
        line-height: 32px;
        padding-bottom: 20px;
    }
    h3 { font-size: 20px; }

    .getInTouchBox li { width: 100%; }
    
    .newsletter { padding-bottom: 20%; }

    #customSlick .slick-prev, 
    #customSlick .slick-next {
        padding: 0 20px;
        height: 25px;
    }

    #customSlick .slick-prev:before, 
    #customSlick .slick-next:before {
        font-size: 20px;
        position: relative;
        top: 2px;
    }

    #customSlick .slick-prev { right: 50px; }

    .quote p, .quote span { margin: 0 40px 0 50px; }
    .quote p:before { font-size: 40px; }


    h1 { 
        font-size: 20px; 
    }
    .gallery { top: -50px; }
    .taglineLogo { 
        max-width: 170px;
        margin-left: -85px;
        top: 17%; 
    }
    .taglineText { 
        margin-left: -124px;
        top: 60%; 
    }

    @keyframes fadeInPromoLogo {
      0% {
        opacity: 0;
        top: 7%
      }

      100% {
        opacity: 1%;
        top: 17%
      }
    }

    @keyframes fadeInTaglineText {
      0% {
        position: absolute;
        top: 70%;
        opacity: 0;
      }

      75% {
        position: absolute;
        top: 60%;
        opacity: 1;
      }

      100% {
        opacity: 1;
      }
    }
}

@media only screen and (max-width: 370px) {

    .mobileMenuBtn a:before { top: 2px; }
    .mobileMenuBtn a span { display: none; }

    aside.contact .socialMedia li {
        width: 100%;
        margin-top: 2%;
    }
}

@media only screen and (max-width: 320px) {

    .mobileMenuLinks { top: 45px; }
    .mobileLogo {
        top: 8px;
        width: 17%;
    }
    .mobileMenuBtn,
    .switchLanguage { top: 7px; }

    .quote p, .quote span { margin-right: 20px; }

    .socialMedia li { width: 45%; }

    .taglineLogo { 
        max-width: 140px;
        margin-left: -70px;
        top: 17%; 
    }
}







