.searchContainer {
  margin: 10px;
  text-align: left;
  width: 50%;
  transition: width 0.25s linear;
}

.searchContainer .searchHolder {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 140px;
}

.searchContainer .searchHolder svg.search {
  fill: #666;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 22px;
}

.searchContainer .searchHolder em {
  position: absolute;
  left: 50px;
  top: 13px;
  transition: all 0.3s;
  color: #333;
  pointer-events: none;
  font-size: 130%;
  font-style: normal;
}

.searchContainer .searchHolder input {
  padding: 14px 50px;
  width: 100%;
  border: 0;
  background: none;
  outline: none;
  box-sizing: border-box;
  color: #333;
  font-size: 120%;
}

.searchContainer .searchHolder input[placeholder] {
  padding-left: 30px;
}

.searchContainer .searchHolder .x {
  display: none;
  position: absolute;
  top: 12px;
  right: 7px;
}

.searchContainer .searchHolder .x svg {
  width: 20px;
  fill: #fff;
}

.searchContainer .searchHolder .searchResults {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 100%;
}

.searchContainer .searchHolder .searchResults ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 5px 0;
}

.searchContainer .searchHolder .searchResults ul li a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 120%;
  color: #333;
  overflow: hidden;
}

.searchContainer .searchHolder .searchResults ul li a img {
  flex-shrink: 0;
  width: 30px;
  margin-right: 10px;
}

.searchContainer .searchHolder .searchResults ul li + li {
  border-top: 1px solid #ccc;
}

.searchContainer .searchHolder.typing em {
  left: 0;
  top: -20px;
  font-size: 110%;
  color: #999;
}

.searchContainer .searchHolder.typing .x {
  display: block;
}

header .searchContainer {
  margin: 0;
  text-align: center;
}

header .searchContainer .searchHolder {
  width: 100%;
  max-width: 100%;
  transition: width 0.5s;
  background-color: #fff;
}

header .searchContainer .searchHolder svg.search {
  top: 0px;
  left: 7px;
  width: 18px;
  fill: #999;
}

header .searchContainer .searchHolder input {
  padding: 11px 10px;
}

header .searchContainer .searchHolder em {
  left: 30px;
  top: 10px;
  font-weight: 400;
  color: #444;
}

header .searchContainer .searchHolder .x {
  top: 15px;
  right: 20px;
}

header .searchContainer .searchHolder .x svg {
  width: 16px;
  fill: #666;
}

header .searchContainer .searchHolder .searchResults {
  width: 100%;
  text-align: left;
}

header .searchContainer .searchHolder .searchResults ul {
  display: block;
}

header .searchContainer .searchHolder .searchResults ul li {
  width: 100%;
}

header .searchContainer .searchHolder .searchResults ul li + li {
  margin-left: 0;
}

header .searchContainer .searchHolder.typing input {
  color: #333;
}

header .searchContainer .searchHolder.typing svg.search {
  display: none;
}

header .searchContainer .searchHolder.typing em {
  color: #333;
}

.bigSlider {
  position: relative;
  overflow: hidden;
  margin: -20px -10px 20px -10px;
}

.bigSlider .arrow {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  opacity: 0.7;
  fill: #fff;
  cursor: pointer;
}

.bigSlider .arrow.left {
  left: 10px;
}

.bigSlider .arrow.right {
  right: 10px;
}

.bigSlider .arrow:hover {
  opacity: 1;
}

.bigSlider ul.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bigSlider ul.slides li {
  width: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}

.bigSlider ul.slides li .imageHolder {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.bigSlider ul.slides li .imageHolder img {
  width: 100%;
  margin: 0;
  height: 190px;
}

.bigSlider ul.slides li .imageHolder .marker {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  width: 35%;
}

.bigSlider ul.slides li .imageHolder .marker.bottomRight {
  top: inherit;
  bottom: 0;
}

.bigSlider ul.slides li .imageHolder .marker.bottomLeft {
  top: inherit;
  right: inherit;
  bottom: 0;
}

.bigSlider ul.slides li .imageHolder .marker.topLeft {
  right: inherit;
  left: 0;
}

.bigSlider ul.slides li .imageHolder .marker img {
  margin-bottom: -3px;
}

.bigSlider ul.slides li .text {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px;
  background-color: #111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.bigSlider ul.slides li .text h3 {
  font-size: 200%;
  padding-right: 10px !important;
}

.bigSlider ul.slides li .text h3 small {
  display: block;
  margin-top: 5px;
  font-size: 70%;
  opacity: 0.7;
}

.bigSlider ul.slides li .text h3,
.bigSlider ul.slides li .text p {
  color: #fff;
  margin: 0;
  padding: 0;
}

.bigSlider ul.slides li .text .inner div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bigSlider ul.slides li .text .inner div p {
  padding-right: 10px;
}

.bigSlider ul.slides li.active {
  left: 0%;
}

.bigSlider ul.slidesPreview {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 15px 0 10px 0;
  list-style: none;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bigSlider ul.slidesPreview li {
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.bigSlider ul.slidesPreview li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 34px;
  font-size: 130%;
  font-weight: 700;
  color: #fff;
  line-height: 90%;
}

.bigSlider ul.slidesPreview li.active {
  position: relative;
  border: 4px solid rgb(199 210 211 / 70%);
}

.bigSlider ul.slidesPreview li.active:after {
  top: -24px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(223, 230, 231, 0.7);
  border-width: 10px;
  margin-left: -10px;
}

.bigSlider ul.slidesPreview li + li {
  margin-left: 10px;
}

.allGamesHolder {
  margin: 40px 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

#gameSubmission {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 10px 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000020;
  background: rgba(0, 0, 0, 0.8);
}

#gameSubmission .logo {
  display: block;
  margin: 10px auto;
  text-indent: -10000px;
  width: 23px;
  height: 31px;
  background: url("../img/gamelawsga.com - Dive into the pool of happiness | Online Game | Free GameFLogo_onLight.svg")
    no-repeat 0 0;
  background-size: auto 31px;
}

#gameSubmission .closeText {
  display: block;
  text-align: center;
  color: #333;
}

#gameSubmission .close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 110;
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTdGMTM5RjYzNTRGMTFFNkJGQUVFQ0IxNTQyOTg3QjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTdGMTM5RjczNTRGMTFFNkJGQUVFQ0IxNTQyOTg3QjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBN0YxMzlGNDM1NEYxMUU2QkZBRUVDQjE1NDI5ODdCNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBN0YxMzlGNTM1NEYxMUU2QkZBRUVDQjE1NDI5ODdCNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po+QIpgAAAFNUExURdIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANIAANUgHdtTUd5mZeF3d+SGhuqjou2wr++9vPHJyffg4Prr6/z19f///x6fouIAAABhdFJOUwABAgQFBgcKCw4PEh8hJCUqLzA3OEJDREVGR0hLTU9QUVJTVFVWWFlaYGJjaXN0dXZ+hYaHjo+QkZmam5ydnp+grK28vb7BwsXGx8jJ0dLT1NXm5+ju7/Dz9vf5+vv8/f7wJLn7AAADuElEQVRo3sXa6UMSURAA8KemeBSemJWVCmJ5X2V4i3krKKnggTGQa2ry/39MEGVZ3jHz9qHzUXb9LcfumzczjOGixts9ElqNxo6SkDyKRVdDI93eGmYwan2TGydQHicbk75aI0J9/0oCxJFY6a93S7TPyYSCM9fuQqju2wRcbAWq9Ygq/z7gY99fpWG0bgItNlupRMP3JFAjOdNAMj7GQCdin/HEq28p0IxZD9J4vQ36sedFGW+PwU0cdyGMwXNwF+eDSmMsBW4jNaYwJsBETEiNUTAToxLja8oQkhJ/L74zMBVnPoHhjYO5iPPvF88emIw97r0fArMR4hg9YDrKn5ZNh8aRwyYnsgDmY8FhdKQqgKQ6StfzXe5R1l0G9d+uBcftlqz7fr6RzaKU6/vjLO4rAXvusy8wUEr+uOwVN4exZUq94nPVSuG47E2a82JfEeGtt5eFc0WfhNPgv5ftYi7KOzl9+3S2hTJuuK8//cAWQVspGrdp7gGLj3m7IKdGKEoDEoWcv190mUpFbQAEH5Cw8MNI30kVjAHhvFEn2YFkZArKgERdftGV/UAlCs4A6MwhU6ClYA2YyiHroKOgDVjP7Z1PQUPBG3ByvxNvUT4AOUoGbwC0MBYEulL8A8KAAVz261BoRi4zXgaqQjRgibE1ICpXRAN+MhYFqkI0IMLYL9BUsAbEGENn2Q4FbUCcMfwWsUTBG3DOGCFZsykEA4DyTmzPkiwy63t8J3Edg6TE8b+uUoOixND3idMgKBHsHV9u4JU15LPLZtz9uSUqy8gahGW//GIOg1Pun8IDVMN+v6CUL5iV0WlQlRbEGl9u0JTTGnW2wjNIyro67+IbFCWfd3XqGASlU5ULiw208pALS7J6mYFVwor9idxAKkH5TktloJTHnZZgz2gz/mWUa6VIWXwqrGjv1dRKB24fL1/PM/KPtLiPZ32ya1TkDJZ0W+lX1FYKijIvsSSGvbbCrxJZyNzHEm/CA+p6l4XMr3Ilq0t1vUtQufuLzOEExTdH5a4yNcilF6mmVqAu3MOpPs8aNma5tfqIUSPqeYauQ7Ogt/H+wphx8UHYpRk21gkafuGe1vN05xgbN9BnHFd2M4dcd0yHEH3ZLpe933eoDvObHRdGpLny/fh5D77t/0lzsqCXNL/QOKMxI/GjkTqK0Uad9thq05lbCRwQiIOAztxKLlMKYKcldnQncB76N/OIWaJ5N7NEDzl/MCydigoHXU9FFea7pgXzXdOG5ruck2oX8Lsik2qu4z829ZBvFb9dNwAAAABJRU5ErkJggg==")
    no-repeat 0 0;
  background-size: 25px auto;
}

#gameSubmission .overlay {
  display: block;
  background-color: #fff;
  display: block;
  max-width: 570px;
  padding: 20px;
  margin: -2000px auto 0 auto;
  box-sizing: border-box;
  position: relative;
  transition: margin 0.5s linear;
}

#gameSubmission .overlay .loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.6) url("../img/loading.gif") no-repeat center
    center;
}

#gameSubmission .overlay.show {
  margin-top: 0;
}

#gameSubmission .overlay .button {
  text-decoration: none;
  border: 0;
  color: #fff;
  background-color: #E91E63;
  padding: 15px;
  vertical-align: middle;
  display: block;
  margin-top: 10px;
  text-align: center;
}

#gameSubmission .overlay .button.red {
  background-color: #b10000;
}

#gameSubmission .overlay .g-recaptcha {
  margin-top: 20px;
}

#gameSubmission .overlay h1 {
  margin: 0;
  font-weight: 300;
  font-size: 210%;
  text-align: center;
}

#gameSubmission .overlay h2 {
  color: #0092c3;
  font-size: 180%;
  margin-bottom: 10px;
  line-height: 120%;
}

#gameSubmission .overlay h3 {
  font-size: 140%;
  margin: 20px 0 10px 0;
  color: #0092c3;
}

#gameSubmission .overlay p {
  font-size: 120%;
}

#gameSubmission .overlay p.noMargin {
  margin-bottom: 0;
  text-align: center;
}

#gameSubmission .overlay p.check {
  position: relative;
  padding-left: 25px;
}

#gameSubmission .overlay p.check input[type="checkbox"] {
  position: absolute;
  top: 2px;
  left: 0;
}

#gameSubmission .overlay p.check a {
  color: #0092c3;
  text-decoration: underline;
}

#gameSubmission .overlay p.check .error {
  display: block;
  margin-top: 10px;
  color: #c50000;
}

#gameSubmission .overlay p.check .error svg {
  margin: 0 5px -3px 0;
  width: 20px;
  fill: #c50000;
}

#gameSubmission .overlay .submitted .button {
  display: inline-block;
  width: auto;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 120%;
}

#gameSubmission .overlay form em {
  color: #E91E63;
  font-size: 80%;
}

#gameSubmission .overlay form .two-cols {
  columns: 2;
}

#gameSubmission .overlay form .three-cols {
  columns: 3;
}

#gameSubmission .overlay form .five-cols {
  columns: 5;
}

#gameSubmission .overlay form .two-cols + h2,
#gameSubmission .overlay form .three-cols + h2,
#gameSubmission .overlay form .five-cols + h2 {
  margin-top: 30px;
}

#gameSubmission .overlay form label {
  display: block;
  font-size: 120%;
  font-weight: bold;
  color: #666;
}

#gameSubmission .overlay form label[for="privacy"] {
  font-size: 90%;
  font-weight: normal;
}

#gameSubmission .overlay form label.submit {
  text-align: right;
}

#gameSubmission .overlay form label input,
#gameSubmission .overlay form label textarea,
#gameSubmission .overlay form label button {
  display: block;
  width: 100%;
  border: 0;
  background-color: #eee;
  padding: 10px;
  margin-top: 5px;
  box-sizing: border-box;
  outline: none;
  font-size: 120%;
  font-weight: 300;
}

#gameSubmission .overlay form label input[type="radio"],
#gameSubmission .overlay form label input[type="checkbox"],
#gameSubmission .overlay form label textarea[type="radio"],
#gameSubmission .overlay form label textarea[type="checkbox"],
#gameSubmission .overlay form label button[type="radio"],
#gameSubmission .overlay form label button[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-left: -20px;
}

#gameSubmission .overlay form label input[type="submit"],
#gameSubmission .overlay form label textarea[type="submit"],
#gameSubmission .overlay form label button[type="submit"] {
  border: 0;
  padding: 0;
  font: inherit;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
  outline: none;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  margin: 20px 0 10px 0;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #008b21;
  color: #fff;
  font-size: 120%;
}

#gameSubmission .overlay form label input[type="submit"]:active,
#gameSubmission .overlay form label textarea[type="submit"]:active,
#gameSubmission .overlay form label button[type="submit"]:active {
  outline: none;
}

#gameSubmission .overlay form label input[type="submit"]::-moz-focus-inner,
#gameSubmission .overlay form label textarea[type="submit"]::-moz-focus-inner,
#gameSubmission .overlay form label button[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#gameSubmission .overlay form label input[type="submit"] svg,
#gameSubmission .overlay form label textarea[type="submit"] svg,
#gameSubmission .overlay form label button[type="submit"] svg {
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
  height: 20px;
  margin-left: 10px;
}

#gameSubmission .overlay form label.textField {
  padding-left: 0;
}

#gameSubmission .overlay form label + label {
  margin-top: 10px;
}

#gameSubmission .overlay form label + h2 {
  margin-top: 30px;
}

#gameSubmission .overlay form .inLine label {
  display: inline-block;
  margin-right: 20px;
}

#gameSubmission .overlay form .inLine label + label {
  margin-top: 5px;
}

#gameSubmission.hide {
  display: none !important;
}

.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: inline-block;
  padding: 5px 10px;
  background-color: #000;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
}

.overlayContent {
  display: inline-block;
  position: fixed;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 501;
  background-color: rgba(0, 0, 0, 0.9);
}

.overlayContent.gamelawsga.com {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlayContent.gamelawsga.com.videoHolder {
  width: 90%;
}

.overlayClose {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 502;
  border-radius: 50%;
  background-color: #0092c3;
  display: block;
  width: 38px;
  color: #fff;
  text-decoration: none;
  font-size: 180%;
  line-height: 180%;
  text-align: center;
}

p {
  font-size: 110%;
}

header {
  position: relative;
  transition: left 0.2s;
  left: 0;
  width: 100%;
  min-height: 75px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -ms-transition: left 0.2s;
  -o-transition: left 0.2s;
}

header h2 {
  display: inline-block;
  padding: 75px 10px 10px 10px;
  margin: 0;
  font-size: 340%;
  font-weight: 700;
  color: #333;
}

header h2 small {
  display: block;
  margin-bottom: 10px;
  line-height: 100%;
  font-size: 50%;
  font-weight: 300;
}

header h2 span {
  display: block;
  margin: 5px 0 8px 0;
}

header h2.withIcon {
  font-size: 300%;
}

header h2.withIcon span {
  position: relative;
  padding-left: 35px;
  display: inline-block;
}

header h2.withIcon span svg {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 45px;
}

header.withSearch .inner .logo {
  left: 20px;
  margin-left: 0;
  width: 28px;
}

header.withSearch .searchContainer {
  width: 100%;
}

header:not(.withSearch) .searchContainer {
  /* overflow: hidden; */
}

header .tabs {
  border-bottom: 4px solid #0092c3;
}

header .tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
}

header .tabs ul li a {
  display: block;
  min-width: 100px;
  border: 1px solid #0092c3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 20px;
  margin-bottom: -1px;
  color: #0092c3;
  font-weight: 400;
  font-size: 120%;
  text-decoration: none;
}

header .tabs ul li.active a {
  background-color: #0092c3;
  color: #fff;
}

header .tabs ul li + li {
  margin-left: 5px;
}

header .tabs .tabContent {
  padding: 10px;
  background-color: #0092c3;
}

header .tabs .tabContent .inner p {
  text-align: center;
}

header .tabs .tabContent .inner.withButton .button {
  margin-top: 10px;
}

header .tabs .tabContent p {
  margin: 0 20px 0 0;
  text-align: left;
  color: #fff;
}

header .topNavigation {
  display: block;
  position: absolute;
  top: 40px;
  right: 10px;
  width: 100%;
}

header .topNavigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

header .topNavigation ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 100%;
  font-size: 130%;
  color: #333;
}

header .topNavigation ul li a svg {
  fill: #333;
  width: 20px;
  height: 20px;
}

header .topNavigation ul li a:hover svg {
  fill: #0092c3;
}

header .topNavigation ul li.search {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

header .topNavigation ul li.search .icon {
  margin: 8px 15px 0 15px;
}

header .topNavigation ul li.jobs {
  display: none;
}

header .topNavigation ul li.jobs .button {
  position: relative;
  margin-right: 30px;
  border-color: #E91E63;
  background-color: #E91E63;
  color: #fff;
  padding: 10px;
}

header .topNavigation ul li.jobs .button em {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ef8118;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  font-style: normal;
  font-size: 60%;
  font-weight: bold;
}

header .topNavigation ul li.jobs .button:hover {
  color: #E91E63;
  background-color: #fff;
}

header .topNavigation ul li.contact {
  margin-right: 15px;
  position: relative;
}

header .topNavigation ul li.contact .contactContainer {
  position: absolute;
  top: 30px;
  right: -20px;
  z-index: 10000;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: left;
}

header .topNavigation ul li.contact .contactContainer h2 {
  padding: 10px 0 20px 0;
  font-size: 180%;
}

header .topNavigation ul li.contact .contactContainer h3 {
  padding: 20px 0 10px 0;
  font-size: 170%;
}

header .topNavigation ul li.contact .contactContainer p {
  font-size: 140%;
  margin-top: 0;
}

header .topNavigation ul li.contact .contactContainer p + h3 {
  padding-top: 0;
}

header .topNavigation ul li.contact .contactContainer:after {
  bottom: 100%;
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -35px;
}

header .topNavigation ul li.menuHolder {
  position: relative;
}

header .topNavigation ul li.menuHolder .menu {
  position: absolute;
  top: 30px;
  right: -10px;
  z-index: 150;
  background-color: #E91E63;
  display: block;
  width: 220px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: left;
}

header .topNavigation ul li.menuHolder .menu li {
  display: block;
  margin-left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .topNavigation ul li.menuHolder .menu li a {
  display: flex;
  padding: 20px 10px;
  align-items: center;
  color: #fff;
  border-left: 5px solid transparent;
}

header .topNavigation ul li.menuHolder .menu li a svg {
  margin-right: 10px;
  fill: #fff;
}

header .topNavigation ul li.menuHolder .menu li a:hover {
  background-color: #0092c3;
}

header .topNavigation ul li.menuHolder .menu li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

header .topNavigation ul li.menuHolder .menu li:last-child {
  border-bottom: 0;
}

header .topNavigation ul li.menuHolder .menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

header .topNavigation ul li.menuHolder .menu li.home a svg,
header .topNavigation ul li.menuHolder .menu li.login a svg,
header .topNavigation ul li.menuHolder .menu li.contact a svg {
  width: 16px;
  height: 16px;
  margin-right: 14px;
}

header .topNavigation ul li.menuHolder .menu li.active a {
  border-color: #2cf734;
  font-weight: 400;
}

header .topNavigation ul li.menuHolder .menu:after {
  bottom: 100%;
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #E91E63;
  border-width: 7px;
  margin-left: -25px;
}

header .inner {
  position: relative;
}

header .inner .logo {
  display: block;
  margin: 0;
  position: absolute;
  top: 1em;
  left: 50%;
  z-index: 100;
  font-size: 16px;
  text-indent: -10000px;
  width: 167px;
  height: 45px;
  color: #e01a13;
  margin-left: -108px;
  text-decoration: none;
  transition: left 0.25s linear;
  background: url(/img/logo.png) no-repeat 0 0;
  background-size: 100% 100%;
  font-weight: bold;
  -webkit-transition: left 0.25s linear;
  -moz-transition: left 0.25s linear;
  -ms-transition: left 0.25s linear;
  -o-transition: left 0.25s linear;
}

header .inner .topNavigation {
  top: 20px;
}

header .inner .topNavigation ul li .searchContainer {
  margin-left: 50px;
}

.author {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #414141;
}

.author .imageContainer {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.author .imageContainer img {
  width: 100%;
}

.author .infos strong {
  display: block;
  margin-bottom: 5px;
  font-size: 140%;
  font-weight: 400;
}

.author .infos strong em {
  font-weight: 300;
  font-style: normal;
}

.author .infos p {
  margin-bottom: 0;
}

.author .infos p.contact {
  margin-top: 20px;
  background-color: #4e4e4e;
  border-radius: 10px;
  padding: 10px;
}

.author .infos p.contact span {
  display: block;
  margin: 0 0 10px 0;
  font-weight: 400;
}

.author .infos p.contact a.button {
  font-size: 100%;
}

.author.contactBox {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.author.contactBox .infos strong em {
  display: block;
}

.author.contactBox .infos p {
  display: none !important;
}

.trippleFacts {
  display: block;
}

.trippleFacts .listHolder {
  width: 100%;
}

.trippleFacts .listHolder img {
  width: 100%;
  max-width: 220px;
}

.trippleFacts .listHolder strong {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  font-size: 150%;
}

.trippleFacts .listHolder + .listHolder {
  margin-top: 10px;
}

ul.checkList {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

ul.checkList li {
  font-size: 120%;
  font-weight: 400;
  padding: 5px 0 5px 26px;
  background: url("../img/Checked.svg") no-repeat 0 3px;
  background-size: 20px auto;
}

ul.checkList li + li {
  margin-top: 5px;
}

ul.servicesList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 -6px -6px -6px;
}

ul.servicesList li {
  box-sizing: border-box;
  width: 25%;
  margin-bottom: 6px;
}

ul.servicesList li a {
  display: block;
  height: 100%;
  margin: 0 3px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #333;
  text-decoration: none;
  text-align: center;
}

ul.servicesList li a svg {
  width: 70%;
  margin-bottom: 5px;
  fill: #333;
}

ul.servicesList li a small {
  display: block;
}

ul.servicesList li.selected a {
  background-color: #0092c3;
  color: #fff;
}

ul.servicesList li.selected a svg {
  fill: #fff;
}

ul.servicesList li.text a {
  background: none;
  box-shadow: none;
  text-decoration: underline;
  font-size: 120%;
}

ul.servicesList li.text.selected a {
  color: #0092c3;
}

article section {
  color: #333;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

article section.descriptionHolder ul li {
  font-size: 120%;
}

article section.descriptionHolder ul li + li {
  margin-top: 5px;
}

article section.contactBox iframe.maps {
  width: 100%;
  height: 200px;
  border: 0;
}

article section p {
  margin-top: 0;
}

article section p.forHeadline {
  margin: -10px 0 30px 0;
}

article section + section {
  margin-top: 20px;
}

article section.jobs .backLink {
  margin: 0 0 20px -10px;
}

article section a {
  color: #0092c3;
  text-decoration: underline;
  font-weight: 400;
}

article .screenShots {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

article .screenShots li {
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding-bottom: 10%;
}

article .screenShots li h3 {
  position: absolute;
  top: -25px;
  width: 100%;
  font-size: 140%;
  text-align: center;
}

article .screenShots li img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 22% 0 0 4%;
  width: 92%;
}

article .screenShots li img.smartphone {
  position: absolute;
  z-index: 2;
  margin: 0;
  width: 100%;
}

header .searchContainer .searchHolder .searchResults {
  width: 100%;
  text-align: left;
}

header .searchContainer .searchHolder .searchResults ul {
  display: block;
}

header .searchContainer .searchHolder .searchResults ul li {
  width: 100%;
}

header .searchContainer .searchHolder .searchResults ul li + li {
  margin-left: 0;
}

header .searchContainer .searchHolder.typing input {
  color: #333;
}

header .searchContainer .searchHolder.typing svg.search {
  display: none;
}

header .searchContainer .searchHolder.typing em {
  color: #333;
}