@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i,800);@import url(https://fonts.googleapis.com/icon?family=Material+Icons);/* Content Mixings */
a,
input,
textarea,
select,
button {
  transition: all, 0.25s, ease-in-out;
}

html, body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0 !important;
}

a {
  text-decoration: none;
  transition: all, ease-in-out, 0.2s;
}

img {
  display: block;
  border: 0;
}

div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  zoom: 1;
}

div:after,
article:after,
aside:after,
details:after,
figcaption:after,
figure:after,
footer:after,
header:after,
hgroup:after,
main:after,
nav:after,
section:after,
summary:after {
  content: " ";
  display: block;
  clear: both;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]),
[hidden],
template {
  display: none;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

fieldset {
  display: block;
  padding: 0;
}

legend {
  display: block;
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.visually-hidden {
  display: none !important;
}

html[dir=rtl] {
  direction: rtl;
}
html[dir=rtl] * {
  text-align: right;
}

body {
  background: #ececec;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #444;
  line-height: 1.7;
}
body.search-open {
  overflow: hidden;
}

.user-logged-in #header {
  top: 97px;
}
.user-logged-in #toolbar-administration + .dialog-off-canvas-main-canvas .wrapper.content-wrap, .user-logged-in #toolbar-administration + .dialog-off-canvas-main-canvas .content-wrap#block-homepagegamesblock, .user-logged-in #toolbar-administration + .dialog-off-canvas-main-canvas .home .content-wrap.views-element-container, .home .user-logged-in #toolbar-administration + .dialog-off-canvas-main-canvas .content-wrap.views-element-container {
  padding-top: 180px !important;
}
.user-logged-in .field-background-image.image {
  height: 357px;
}

#header {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 1400px;
  height: 100px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  padding-left: 260px;
  transition: top 0.25s ease-in-out;
  margin-left: calc(-1400px / 2);
  z-index: 100;
}
#header.hide {
  display: block !important;
  top: -140px;
}
#header.show {
  position: fixed;
  top: 0;
}

#main {
  padding-bottom: 50px;
}

.node #main,
.search-pegi #main {
  position: static;
  float: left;
  margin: auto;
}

.node #main {
  width: calc(100% - 540px);
}

.search-pegi #main {
  width: calc(100% - 260px);
}

#sidebar-left {
  position: relative;
  float: left;
  width: 260px;
  min-height: 1px;
  z-index: 10;
}

#sidebar-right {
  position: relative;
  width: 280px;
  float: left;
  margin-top: 80px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

#footer {
  background: #fff;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.015);
}

.wrapper, #block-homepagegamesblock, .home .views-element-container {
  width: 100%;
  max-width: 1460px;
  padding: 0 30px;
  margin: auto;
}
.wrapper.content-wrap, .content-wrap#block-homepagegamesblock, .home .content-wrap.views-element-container {
  min-height: 100vh;
  padding-top: 180px;
}
.wrapper:after, #block-homepagegamesblock:after, .home .views-element-container:after {
  display: block;
  content: "";
  clear: both;
}

.home > .wrapper, .home > #block-homepagegamesblock, .home > .views-element-container {
  max-width: none;
  padding: 0 !important;
}

.home > [class*=off-canvas] > .wrapper, .home > [class*=off-canvas] > #block-homepagegamesblock, .home > [class*=off-canvas] > .views-element-container {
  max-width: none;
  padding: 0 !important;
}

#footer .wrapper, #footer #block-homepagegamesblock, #footer .home .views-element-container, .home #footer .views-element-container {
  position: relative;
  min-height: 1px;
}

.footer-push {
  clear: both;
}

html[dir=rtl] #header {
  padding-left: 0;
  padding-right: 260px;
}
html[dir=rtl] .node #main,
html[dir=rtl] .search-pegi #main {
  float: right;
}
html[dir=rtl] #sidebar-left {
  float: right;
}
html[dir=rtl] #sidebar-right {
  float: right;
}

.flex {
  display: flex;
  align-items: center;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  color: #333;
  line-height: 1.7;
  letter-spacing: -0.5px;
  margin: 0 0 22px;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin: 0 0 22px;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  color: #0d7abe;
  line-height: 1.2;
  letter-spacing: -0.25px;
  margin: 0 0 22px;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  color: #444;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin: 0 0 22px;
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #005f8a;
  line-height: 1.5;
  letter-spacing: -0.1px;
  margin: 0 0 22px;
}

h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #666;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: -0.05px;
  margin: 0 0 22px;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #444;
  line-height: 1.7;
  margin-bottom: 22px;
}

strong {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #333;
  line-height: 1.7;
}

em {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #333;
  line-height: 1.7;
}

a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #03b8f4;
  line-height: 1.7;
  text-decoration: underline;
}
a:hover {
  color: #0d7abe;
  text-decoration: none;
}

ul,
ol {
  margin: 0 0 22px 50px;
}

ul {
  list-style: square;
}

.message {
  padding-top: 30px;
}
.message .error,
.message .success {
  padding: 15px 30px;
  border: 1px solid;
}
.message .error ul,
.message .success ul {
  display: block;
  list-style: none;
}
.message .error li,
.message .success li {
  display: block;
}
.message .success {
  border-color: #d6e9c6;
  background: #dff0d8;
  color: #3c763d;
}
.message .error {
  border-color: #ebccd1;
  background: #f2dede;
  color: #a94442;
}

label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #666;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.js-form-type-textfield, .js-form-type-password, .js-form-type-email, .js-form-type-textarea, .js-form-type-select {
  position: relative;
}
.js-form-type-textfield:before, .js-form-type-password:before, .js-form-type-email:before, .js-form-type-textarea:before, .js-form-type-select:before {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 0;
  height: 2px;
  background: #03b8f4;
  transition: all 0.2s ease-in-out;
  content: "";
  z-index: 5;
}
.js-form-type-textfield.active:before, .js-form-type-password.active:before, .js-form-type-email.active:before, .js-form-type-textarea.active:before, .js-form-type-select.active:before {
  width: 100%;
}
.js-form-type-textfield.full label, .js-form-type-password.full label, .js-form-type-email.full label, .js-form-type-textarea.full label, .js-form-type-select.full label {
  top: -6px;
  font-size: 11px;
  font-weight: 700;
  color: #aaa;
  z-index: 5;
}
.js-form-type-select label {
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 11px;
  font-weight: 700;
  color: #aaa;
  margin: 0;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.js-form-type-select.active label {
  color: #03b8f4;
}
.js-form-type-textfield label, .js-form-type-password label, .js-form-type-email label, .js-form-type-textarea label {
  position: absolute;
  top: 12px;
  left: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.js-form-type-textfield.active label, .js-form-type-password.active label, .js-form-type-email.active label, .js-form-type-textarea.active label {
  top: -6px;
  font-size: 11px;
  font-weight: 700;
  color: #03b8f4;
}
.js-form-type-textarea:before {
  top: auto;
  bottom: 0;
}

html[dir=rtl] .js-form-type-textfield:before, html[dir=rtl] .js-form-type-password:before, html[dir=rtl] .js-form-type-email:before, html[dir=rtl] .js-form-type-textarea:before, html[dir=rtl] .js-form-type-select:before {
  left: auto;
  right: 0;
}
html[dir=rtl] .js-form-type-select label {
  left: auto;
  right: 0;
}
html[dir=rtl] .js-form-type-textfield label, html[dir=rtl] .js-form-type-password label, html[dir=rtl] .js-form-type-email label, html[dir=rtl] .js-form-type-textarea label {
  left: auto;
  right: 0;
}

#sidebar-left #block-submenusidebarblock a:before, #new-games .game .info.more:after, .important-link.video .play:after, #new-games .slick-arrow:before, .expand-filters span:before, .dropdown-menu > li.selected a:before, .js-form-type-select:after, #block-pegi-main-menu > ul > li > ul > li > a:before,
#block-mainnavigation > ul > li > ul > li > a:before,
#block-footer > ul > li > ul > li > a:before,
#block-pegi-footer > ul > li > ul > li > a:before, #block-pegi-main-menu > ul > li.expanded > a:before,
#block-mainnavigation > ul > li.expanded > a:before,
#block-footer > ul > li.expanded > a:before,
#block-pegi-footer > ul > li.expanded > a:before, #logo a:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

body.search-pegi #block-pegi-content article.game .advice .consumer-advice .content-wrap .content-main:before, body.search-pegi #block-pegi-content article.game .advice .consumer-advice .content-wrap .content-main:after, #sidebar-left #block-submenusidebarblock a.is-active:after, #sidebar-left h2:before, .game .descriptors:before, .game .descriptors:after, div.page .results-count:before, #sidebar-right .important-link .field-background-image:after, .important-link:before, .pegi-tooltip .label-descriptor:before, .pegi-tooltip:after, #home-intro .banner-inner:after, #sidebar-right .views-element-container:before, #new-games .slick-arrow:after, #new-games .title-holder:after, #search .exposed-filters:before, #search .js-form-type-search:before, .user .active-title a:before, .bootstrap-select.open:before, #block-languageswitcher ul:before, #block-languageswitcher ul:after, #block-languageswitcher > a:after, #block-pegi-main-menu > ul > li.expanded:before,
#block-mainnavigation > ul > li.expanded:before,
#block-footer > ul > li.expanded:before,
#block-pegi-footer > ul > li.expanded:before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  content: "";
}

.btn, .cc_container a.cc_btn, .important-link .field-link a, #home-intro .link a, .contact-form input[type=submit], #search input[type=submit], .user input[type=submit] {
  display: inline-block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 60px 0 30px;
  background: #03b8f4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  margin: 0;
}
.btn:before, .cc_container a.cc_btn:before, .important-link .field-link a:before, #home-intro .link a:before, .contact-form input[type=submit]:before, #search input[type=submit]:before, .user input[type=submit]:before, .btn:after, .cc_container a.cc_btn:after, .important-link .field-link a:after, #home-intro .link a:after, .contact-form input[type=submit]:after, #search input[type=submit]:after, .user input[type=submit]:after {
  display: block;
  position: absolute;
  top: 24px;
  right: 30px;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  content: "";
}

.btn:hover, .cc_container a.cc_btn:hover, .important-link .field-link a:hover, #home-intro .link a:hover, .contact-form input[type=submit]:hover, #search input[type=submit]:hover, .user input[type=submit]:hover {
  color: #fff;
  background: #03a1d6;
  padding: 0 52px 0 38px;
}
.btn:hover:before, .cc_container a.cc_btn:hover:before, .important-link .field-link a:hover:before, #home-intro .link a:hover:before, .contact-form input[type=submit]:hover:before, #search input[type=submit]:hover:before, .user input[type=submit]:hover:before {
  width: 12px;
  transform: rotate(90deg);
}
.btn:hover:after, .cc_container a.cc_btn:hover:after, .important-link .field-link a:hover:after, #home-intro .link a:hover:after, .contact-form input[type=submit]:hover:after, #search input[type=submit]:hover:after, .user input[type=submit]:hover:after {
  width: 12px;
  transform: rotate(180deg);
}

html[dir=rtl] .btn, html[dir=rtl] .cc_container a.cc_btn, .cc_container html[dir=rtl] a.cc_btn, html[dir=rtl] .important-link .field-link a, .important-link .field-link html[dir=rtl] a, html[dir=rtl] #home-intro .link a, #home-intro .link html[dir=rtl] a, html[dir=rtl] .contact-form input[type=submit], .contact-form html[dir=rtl] input[type=submit], html[dir=rtl] #search input[type=submit], #search html[dir=rtl] input[type=submit], html[dir=rtl] .user input[type=submit], .user html[dir=rtl] input[type=submit] {
  padding: 0 30px 0 60px;
}
html[dir=rtl] .btn:before, html[dir=rtl] .cc_container a.cc_btn:before, .cc_container html[dir=rtl] a.cc_btn:before, html[dir=rtl] .important-link .field-link a:before, .important-link .field-link html[dir=rtl] a:before, html[dir=rtl] #home-intro .link a:before, #home-intro .link html[dir=rtl] a:before, html[dir=rtl] .contact-form input[type=submit]:before, .contact-form html[dir=rtl] input[type=submit]:before, html[dir=rtl] #search input[type=submit]:before, #search html[dir=rtl] input[type=submit]:before, html[dir=rtl] .user input[type=submit]:before, .user html[dir=rtl] input[type=submit]:before, html[dir=rtl] .btn:after, html[dir=rtl] .cc_container a.cc_btn:after, .cc_container html[dir=rtl] a.cc_btn:after, html[dir=rtl] .important-link .field-link a:after, .important-link .field-link html[dir=rtl] a:after, html[dir=rtl] #home-intro .link a:after, #home-intro .link html[dir=rtl] a:after, html[dir=rtl] .contact-form input[type=submit]:after, .contact-form html[dir=rtl] input[type=submit]:after, html[dir=rtl] #search input[type=submit]:after, #search html[dir=rtl] input[type=submit]:after, html[dir=rtl] .user input[type=submit]:after, .user html[dir=rtl] input[type=submit]:after {
  right: auto;
  left: 30px;
}
html[dir=rtl] .btn:hover, html[dir=rtl] .cc_container a.cc_btn:hover, .cc_container html[dir=rtl] a.cc_btn:hover, html[dir=rtl] .important-link .field-link a:hover, .important-link .field-link html[dir=rtl] a:hover, html[dir=rtl] #home-intro .link a:hover, #home-intro .link html[dir=rtl] a:hover, html[dir=rtl] .contact-form input[type=submit]:hover, .contact-form html[dir=rtl] input[type=submit]:hover, html[dir=rtl] #search input[type=submit]:hover, #search html[dir=rtl] input[type=submit]:hover, html[dir=rtl] .user input[type=submit]:hover, .user html[dir=rtl] input[type=submit]:hover {
  padding: 0 38px 0 52px;
}

.btn.toggle-advice, .cc_container a.toggle-advice.cc_btn, .important-link .field-link a.toggle-advice, #home-intro .link a.toggle-advice, .contact-form input.toggle-advice[type=submit], #search input.toggle-advice[type=submit], .user input.toggle-advice[type=submit] {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
  margin-left: auto;
}
.btn.toggle-advice::before, .cc_container a.toggle-advice.cc_btn::before, .important-link .field-link a.toggle-advice::before, #home-intro .link a.toggle-advice::before, .contact-form input.toggle-advice[type=submit]::before, #search input.toggle-advice[type=submit]::before, .user input.toggle-advice[type=submit]::before {
  width: 12px;
  transform: rotate(180deg);
}
.btn.toggle-advice::after, .cc_container a.toggle-advice.cc_btn::after, .important-link .field-link a.toggle-advice::after, #home-intro .link a.toggle-advice::after, .contact-form input.toggle-advice[type=submit]::after, #search input.toggle-advice[type=submit]::after, .user input.toggle-advice[type=submit]::after {
  width: 12px;
  transform: rotate(90deg);
}
.btn.toggle-advice:hover, .cc_container a.toggle-advice.cc_btn:hover, .important-link .field-link a.toggle-advice:hover, #home-intro .link a.toggle-advice:hover, .contact-form input.toggle-advice[type=submit]:hover, #search input.toggle-advice[type=submit]:hover, .user input.toggle-advice[type=submit]:hover {
  padding: 0 60px 0 30px;
  background-color: #03b8f4;
}
.btn.toggle-advice.open, .cc_container a.toggle-advice.open.cc_btn, .important-link .field-link a.toggle-advice.open, #home-intro .link a.toggle-advice.open, .contact-form input.toggle-advice.open[type=submit], #search input.toggle-advice.open[type=submit], .user input.toggle-advice.open[type=submit] {
  background-color: #03a1d6;
  color: #fff;
}
.btn.toggle-advice.open::before, .cc_container a.toggle-advice.open.cc_btn::before, .important-link .field-link a.toggle-advice.open::before, #home-intro .link a.toggle-advice.open::before, .contact-form input.toggle-advice.open[type=submit]::before, #search input.toggle-advice.open[type=submit]::before, .user input.toggle-advice.open[type=submit]::before {
  width: 12px;
  transform: rotate(0deg);
}
.btn.toggle-advice.open::after, .cc_container a.toggle-advice.open.cc_btn::after, .important-link .field-link a.toggle-advice.open::after, #home-intro .link a.toggle-advice.open::after, .contact-form input.toggle-advice.open[type=submit]::after, #search input.toggle-advice.open[type=submit]::after, .user input.toggle-advice.open[type=submit]::after {
  width: 12px;
  transform: rotate(0deg);
}
.btn.toggle-advice.open:hover, .cc_container a.toggle-advice.open.cc_btn:hover, .important-link .field-link a.toggle-advice.open:hover, #home-intro .link a.toggle-advice.open:hover, .contact-form input.toggle-advice.open[type=submit]:hover, #search input.toggle-advice.open[type=submit]:hover, .user input.toggle-advice.open[type=submit]:hover {
  color: #005f8a;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100px;
  padding-right: 20px;
  z-index: 1001;
  overflow: hidden;
}
#logo div {
  height: 100%;
}
#logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
}
#logo a:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  color: #ccc;
  text-indent: 0;
  margin: -12px 0 0;
  transition: all 0.25s ease-in-out;
  content: "home";
  z-index: 5;
}
#logo a:after {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 173px;
  height: 70px;
  background: url(../images/logo.png) #fff 0 0 no-repeat;
  background-size: 100%;
  content: "";
}
#logo a:hover:before {
  color: #0d7abe;
}

.menu-open #logo {
  z-index: 1;
}

html[dir=rtl] #logo {
  left: auto;
  right: 0;
  padding-right: 0;
  padding-left: 20px;
}

#nav-holder {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1000;
}

#block-pegi-main-menu,
#block-mainnavigation,
#block-footer,
#block-pegi-footer {
  flex: 1;
  padding-right: 25px;
}
#block-pegi-main-menu ul,
#block-mainnavigation ul,
#block-footer ul,
#block-pegi-footer ul {
  display: block;
  list-style: none;
  padding-left: 50px;
  margin: 0;
}
#block-pegi-main-menu > ul > li,
#block-mainnavigation > ul > li,
#block-footer > ul > li,
#block-pegi-footer > ul > li {
  display: block;
  position: relative;
  float: left;
  height: 50px;
  margin-right: 40px;
}
#block-pegi-main-menu > ul > li > a,
#block-mainnavigation > ul > li > a,
#block-footer > ul > li > a,
#block-pegi-footer > ul > li > a {
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #444;
  line-height: 51px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.25px;
}
#block-pegi-main-menu > ul > li > a:hover,
#block-mainnavigation > ul > li > a:hover,
#block-footer > ul > li > a:hover,
#block-pegi-footer > ul > li > a:hover {
  color: #0d7abe;
}
#block-pegi-main-menu > ul > li > a.is-active,
#block-mainnavigation > ul > li > a.is-active,
#block-footer > ul > li > a.is-active,
#block-pegi-footer > ul > li > a.is-active {
  color: #0d7abe;
}
#block-pegi-main-menu > ul > li.expanded:before,
#block-mainnavigation > ul > li.expanded:before,
#block-footer > ul > li.expanded:before,
#block-pegi-footer > ul > li.expanded:before {
  right: 0;
  bottom: 0;
  border-bottom-color: #0d7abe;
  border-width: 0;
  transition: all 0.1s ease-in-out;
  z-index: 5;
}
#block-pegi-main-menu > ul > li.expanded > a,
#block-mainnavigation > ul > li.expanded > a,
#block-footer > ul > li.expanded > a,
#block-pegi-footer > ul > li.expanded > a {
  padding-right: 12px;
  z-index: 10;
}
#block-pegi-main-menu > ul > li.expanded > a:before,
#block-mainnavigation > ul > li.expanded > a:before,
#block-footer > ul > li.expanded > a:before,
#block-pegi-footer > ul > li.expanded > a:before {
  display: block;
  position: absolute;
  top: 17px;
  right: -10px;
  font-size: 20px;
  color: #03b8f4;
  content: "keyboard_arrow_down";
}
#block-pegi-main-menu > ul > li.expanded:hover:before,
#block-mainnavigation > ul > li.expanded:hover:before,
#block-footer > ul > li.expanded:hover:before,
#block-pegi-footer > ul > li.expanded:hover:before {
  right: -10px;
  border-width: 10px;
}
#block-pegi-main-menu > ul > li.expanded:hover > a,
#block-mainnavigation > ul > li.expanded:hover > a,
#block-footer > ul > li.expanded:hover > a,
#block-pegi-footer > ul > li.expanded:hover > a {
  color: #0d7abe;
}
#block-pegi-main-menu > ul > li.expanded:hover > ul,
#block-mainnavigation > ul > li.expanded:hover > ul,
#block-footer > ul > li.expanded:hover > ul,
#block-pegi-footer > ul > li.expanded:hover > ul {
  padding: 15px 0;
}
#block-pegi-main-menu > ul > li > ul,
#block-mainnavigation > ul > li > ul,
#block-footer > ul > li > ul,
#block-pegi-footer > ul > li > ul {
  display: block;
  list-style: none;
  position: absolute;
  top: 50px;
  left: -50px;
  min-width: 280px;
  max-height: 0;
  background: #0d7abe;
  padding: 0;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 0;
  overflow: hidden;
}
#block-pegi-main-menu > ul > li > ul > li,
#block-mainnavigation > ul > li > ul > li,
#block-footer > ul > li > ul > li,
#block-pegi-footer > ul > li > ul > li {
  display: block;
  position: relative;
}
#block-pegi-main-menu > ul > li > ul > li > a,
#block-mainnavigation > ul > li > ul > li > a,
#block-footer > ul > li > ul > li > a,
#block-pegi-footer > ul > li > ul > li > a {
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 30px 11px 50px;
}
#block-pegi-main-menu > ul > li > ul > li > a:before,
#block-mainnavigation > ul > li > ul > li > a:before,
#block-footer > ul > li > ul > li > a:before,
#block-pegi-footer > ul > li > ul > li > a:before {
  display: block;
  position: absolute;
  top: 9px;
  left: 23px;
  font-size: 20px;
  color: #03b8f4;
  content: "keyboard_arrow_right";
}
#block-pegi-main-menu > ul > li > ul > li > a:hover,
#block-mainnavigation > ul > li > ul > li > a:hover,
#block-footer > ul > li > ul > li > a:hover,
#block-pegi-footer > ul > li > ul > li > a:hover {
  background: #005f8a;
}
#block-pegi-main-menu > ul > li > ul > li > a.is-active,
#block-mainnavigation > ul > li > ul > li > a.is-active,
#block-footer > ul > li > ul > li > a.is-active,
#block-pegi-footer > ul > li > ul > li > a.is-active {
  background: #03b8f4;
}
#block-pegi-main-menu > ul > li > ul > li > a.is-active:before,
#block-mainnavigation > ul > li > ul > li > a.is-active:before,
#block-footer > ul > li > ul > li > a.is-active:before,
#block-pegi-footer > ul > li > ul > li > a.is-active:before {
  color: #fff;
}
#block-pegi-main-menu ul > li > ul > li > ul,
#block-mainnavigation ul > li > ul > li > ul,
#block-footer ul > li > ul > li > ul,
#block-pegi-footer ul > li > ul > li > ul {
  display: block;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-pegi-main-menu ul > li > ul > li > ul > li,
#block-mainnavigation ul > li > ul > li > ul > li,
#block-footer ul > li > ul > li > ul > li,
#block-pegi-footer ul > li > ul > li > ul > li {
  display: block;
  position: relative;
}
#block-pegi-main-menu ul > li > ul > li > ul > li > a,
#block-mainnavigation ul > li > ul > li > ul > li > a,
#block-footer ul > li > ul > li > ul > li > a,
#block-pegi-footer ul > li > ul > li > ul > li > a {
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  padding: 5px 50px 7px;
}
#block-pegi-main-menu ul > li > ul > li > ul > li > a:hover,
#block-mainnavigation ul > li > ul > li > ul > li > a:hover,
#block-footer ul > li > ul > li > ul > li > a:hover,
#block-pegi-footer ul > li > ul > li > ul > li > a:hover {
  background: #005f8a;
}

#block-footer,
#block-pegi-footer {
  position: relative;
  padding: 5px 0 6px;
  border-bottom: 1px solid #e0e0e0;
}
#block-footer ul,
#block-pegi-footer ul {
  padding: 0;
}

.twitter-lnk {
  display: block;
  position: absolute;
  top: 30px;
  right: 18px;
  text-indent: -9999px;
  width: 65px;
  height: 65px;
  background: url(../images/twitter-logo.svg) #fff center center no-repeat;
  background-size: 65px;
  transition: all 0.075s ease-in-out;
  margin: 0;
  z-index: 5;
}
.twitter-lnk:before {
  display: block;
  position: absolute;
  top: 26px;
  left: -20px;
  width: 20px;
  height: 10px;
  background: #fff;
  content: "";
  pointer-events: none;
}

.twitter-lnk:hover {
  background-size: 73px;
}

html[dir=rtl] #block-pegi-main-menu,
html[dir=rtl] #block-mainnavigation,
html[dir=rtl] #block-footer,
html[dir=rtl] #block-pegi-footer {
  padding-right: 0;
  padding-left: 25px;
}
html[dir=rtl] #block-pegi-main-menu > ul > li,
html[dir=rtl] #block-mainnavigation > ul > li,
html[dir=rtl] #block-footer > ul > li,
html[dir=rtl] #block-pegi-footer > ul > li {
  float: right;
  margin-right: 0;
  margin-left: 40px;
}
html[dir=rtl] #block-pegi-main-menu > ul > li.expanded:before,
html[dir=rtl] #block-mainnavigation > ul > li.expanded:before,
html[dir=rtl] #block-footer > ul > li.expanded:before,
html[dir=rtl] #block-pegi-footer > ul > li.expanded:before {
  right: auto;
  left: 0;
}
html[dir=rtl] #block-pegi-main-menu > ul > li.expanded > a,
html[dir=rtl] #block-mainnavigation > ul > li.expanded > a,
html[dir=rtl] #block-footer > ul > li.expanded > a,
html[dir=rtl] #block-pegi-footer > ul > li.expanded > a {
  padding-right: 0;
  padding-left: 12px;
}
html[dir=rtl] #block-pegi-main-menu > ul > li.expanded > a:before,
html[dir=rtl] #block-mainnavigation > ul > li.expanded > a:before,
html[dir=rtl] #block-footer > ul > li.expanded > a:before,
html[dir=rtl] #block-pegi-footer > ul > li.expanded > a:before {
  right: auto;
  left: -10px;
}
html[dir=rtl] #block-pegi-main-menu > ul > li.expanded:hover:before,
html[dir=rtl] #block-mainnavigation > ul > li.expanded:hover:before,
html[dir=rtl] #block-footer > ul > li.expanded:hover:before,
html[dir=rtl] #block-pegi-footer > ul > li.expanded:hover:before {
  right: auto;
  left: -10px;
}
html[dir=rtl] #block-pegi-main-menu > ul > li > ul,
html[dir=rtl] #block-mainnavigation > ul > li > ul,
html[dir=rtl] #block-footer > ul > li > ul,
html[dir=rtl] #block-pegi-footer > ul > li > ul {
  left: auto;
  right: -50px;
}
html[dir=rtl] #block-pegi-main-menu > ul > li > ul > li > a,
html[dir=rtl] #block-mainnavigation > ul > li > ul > li > a,
html[dir=rtl] #block-footer > ul > li > ul > li > a,
html[dir=rtl] #block-pegi-footer > ul > li > ul > li > a {
  padding: 10px 50px 11px 30px;
}
html[dir=rtl] #block-pegi-main-menu > ul > li > ul > li > a:before,
html[dir=rtl] #block-mainnavigation > ul > li > ul > li > a:before,
html[dir=rtl] #block-footer > ul > li > ul > li > a:before,
html[dir=rtl] #block-pegi-footer > ul > li > ul > li > a:before {
  left: auto;
  right: 23px;
  content: "keyboard_arrow_left";
}
html[dir=rtl] #block-pegi-main-menu > ul,
html[dir=rtl] #block-mainnavigation > ul {
  padding-left: 0;
  padding-right: 50px;
}
html[dir=rtl] .twitter-lnk {
  right: auto;
  left: 20px;
}

#block-languageswitcher {
  position: relative;
}
#block-languageswitcher > a {
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #444;
  line-height: 49px;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 40px 1px 30px;
  cursor: pointer;
}
#block-languageswitcher > a:after {
  top: 24px;
  right: 25px;
  border-top-color: #444;
  border-width: 4px;
  transition: all 0.15s ease-in-out;
}
#block-languageswitcher > a img {
  position: absolute;
  width: 20px;
  height: 15px;
  top: 17px;
  left: 0;
}
#block-languageswitcher > a:hover {
  color: #0d7abe;
}
#block-languageswitcher > a:hover:after {
  border-top-color: #0d7abe;
}
#block-languageswitcher ul {
  position: absolute;
  top: 50px;
  right: 0;
  display: block;
  background: #ececec;
  list-style: none;
  max-height: 0;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
  margin: 0;
  overflow: hidden;
}
#block-languageswitcher ul:before, #block-languageswitcher ul:after {
  right: 17px;
  border-width: 12px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
#block-languageswitcher ul:before {
  top: -22px;
  border-bottom-color: #ececec;
  z-index: 2;
}
#block-languageswitcher ul:after {
  top: -24px;
  border-bottom-color: #e5e5e5;
  z-index: 1;
}
#block-languageswitcher ul li {
  display: block;
}
#block-languageswitcher ul a {
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #444;
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 30px 1px 60px;
}
#block-languageswitcher ul a:hover {
  color: #fff;
  background: #0d7abe;
}
#block-languageswitcher ul img {
  position: absolute;
  width: 20px;
  height: 15px;
  top: 9px;
  left: 30px;
  transition: opacity 0.2s ease-in-out;
}

#block-languageswitcher.open ul {
  max-height: 1500px;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  overflow: visible;
}
#block-languageswitcher.open ul:before, #block-languageswitcher.open ul:after {
  opacity: 1;
}

html[dir=rtl] #block-languageswitcher > a {
  padding: 0 30px 1px 40px;
}
html[dir=rtl] #block-languageswitcher > a:after {
  right: auto;
  left: 25px;
}
html[dir=rtl] #block-languageswitcher > a img {
  left: auto;
  right: 0;
}
html[dir=rtl] #block-languageswitcher ul {
  right: auto;
  left: 0;
}
html[dir=rtl] #block-languageswitcher ul:before, html[dir=rtl] #block-languageswitcher ul:after {
  right: auto;
  left: 17px;
}
html[dir=rtl] #block-languageswitcher ul a {
  padding: 0 60px 1px 30px;
}
html[dir=rtl] #block-languageswitcher ul img {
  left: auto;
  right: 30px;
}

input[type=text],
input[type=password],
input[type=search],
input[type=email] {
  display: block;
  position: relative;
  width: 100%;
  height: 42px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 50px;
  background: none;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  padding: 0;
  margin-bottom: 20px;
  z-index: 2;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=email]:focus {
  border-bottom: 1px solid #03b8f4;
}

input[type=search] {
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input#edit-captcha-response {
  width: 55px;
  display: inline;
}

span.field-prefix {
  padding-left: 20%;
}

textarea {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  min-height: 42px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.3;
  background: none;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 10px 0;
  resize: none;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 2;
}
textarea:focus {
  border-bottom: 1px solid #03b8f4;
}
textarea#g-recaptcha-response {
  border: none;
  display: none;
}

select {
  display: block;
  width: 100%;
  height: 42px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 42px;
  background: none;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 42px 0 0;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
select:focus {
  border-bottom: 1px solid #03b8f4;
}

select::-ms-expand {
  display: none;
}

.js-form-type-select {
  position: relative;
}
.js-form-type-select:after {
  display: block;
  position: absolute;
  top: 12px;
  right: -7px;
  color: #03b8f4;
  content: "keyboard_arrow_down";
  transition: all 0.15s ease-in-out;
  z-index: 10;
  pointer-events: none;
}

.bootstrap-select {
  width: 100% !important;
  background: none !important;
}
.bootstrap-select.open .btn, .bootstrap-select.open .cc_container a.cc_btn, .cc_container .bootstrap-select.open a.cc_btn, .bootstrap-select.open .important-link .field-link a, .important-link .field-link .bootstrap-select.open a, .bootstrap-select.open #home-intro .link a, #home-intro .link .bootstrap-select.open a, .bootstrap-select.open .contact-form input[type=submit], .contact-form .bootstrap-select.open input[type=submit], .bootstrap-select.open #search input[type=submit], #search .bootstrap-select.open input[type=submit], .bootstrap-select.open .user input[type=submit], .user .bootstrap-select.open input[type=submit] {
  color: #fff !important;
  background: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.bootstrap-select.open:before {
  top: 26px;
  left: 30px;
  border-width: 12px;
  border-bottom-color: #fff;
  z-index: 10;
  pointer-events: none;
}
.bootstrap-select .btn, .bootstrap-select .cc_container a.cc_btn, .cc_container .bootstrap-select a.cc_btn, .bootstrap-select .important-link .field-link a, .important-link .field-link .bootstrap-select a, .bootstrap-select #home-intro .link a, #home-intro .link .bootstrap-select a, .bootstrap-select .contact-form input[type=submit], .contact-form .bootstrap-select input[type=submit], .bootstrap-select #search input[type=submit], #search .bootstrap-select input[type=submit], .bootstrap-select .user input[type=submit], .user .bootstrap-select input[type=submit] {
  display: block;
  width: 100%;
  background: none !important;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
  line-height: 49px;
  text-transform: none;
  border-bottom: 1px solid #fff;
  padding: 0 30px 0 0;
  outline: 0 !important;
}
.bootstrap-select .btn .filter-option, .bootstrap-select .cc_container a.cc_btn .filter-option, .cc_container .bootstrap-select a.cc_btn .filter-option, .bootstrap-select .important-link .field-link a .filter-option, .important-link .field-link .bootstrap-select a .filter-option, .bootstrap-select #home-intro .link a .filter-option, #home-intro .link .bootstrap-select a .filter-option, .bootstrap-select .contact-form input[type=submit] .filter-option, .contact-form .bootstrap-select input[type=submit] .filter-option, .bootstrap-select #search input[type=submit] .filter-option, #search .bootstrap-select input[type=submit] .filter-option, .bootstrap-select .user input[type=submit] .filter-option, .user .bootstrap-select input[type=submit] .filter-option {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bootstrap-select .btn:before, .bootstrap-select .cc_container a.cc_btn:before, .cc_container .bootstrap-select a.cc_btn:before, .bootstrap-select .important-link .field-link a:before, .important-link .field-link .bootstrap-select a:before, .bootstrap-select #home-intro .link a:before, #home-intro .link .bootstrap-select a:before, .bootstrap-select .contact-form input[type=submit]:before, .contact-form .bootstrap-select input[type=submit]:before, .bootstrap-select #search input[type=submit]:before, #search .bootstrap-select input[type=submit]:before, .bootstrap-select .user input[type=submit]:before, .user .bootstrap-select input[type=submit]:before, .bootstrap-select .btn:after, .bootstrap-select .cc_container a.cc_btn:after, .cc_container .bootstrap-select a.cc_btn:after, .bootstrap-select .important-link .field-link a:after, .important-link .field-link .bootstrap-select a:after, .bootstrap-select #home-intro .link a:after, #home-intro .link .bootstrap-select a:after, .bootstrap-select .contact-form input[type=submit]:after, .contact-form .bootstrap-select input[type=submit]:after, .bootstrap-select #search input[type=submit]:after, #search .bootstrap-select input[type=submit]:after, .bootstrap-select .user input[type=submit]:after, .user .bootstrap-select input[type=submit]:after,
.bootstrap-select .btn .bs-caret,
.bootstrap-select .cc_container a.cc_btn .bs-caret,
.cc_container .bootstrap-select a.cc_btn .bs-caret,
.bootstrap-select .important-link .field-link a .bs-caret,
.important-link .field-link .bootstrap-select a .bs-caret,
.bootstrap-select #home-intro .link a .bs-caret,
#home-intro .link .bootstrap-select a .bs-caret,
.bootstrap-select .contact-form input[type=submit] .bs-caret,
.contact-form .bootstrap-select input[type=submit] .bs-caret,
.bootstrap-select #search input[type=submit] .bs-caret,
#search .bootstrap-select input[type=submit] .bs-caret,
.bootstrap-select .user input[type=submit] .bs-caret,
.user .bootstrap-select input[type=submit] .bs-caret {
  display: none;
}
.bootstrap-select .btn:focus, .bootstrap-select .cc_container a.cc_btn:focus, .cc_container .bootstrap-select a.cc_btn:focus, .bootstrap-select .important-link .field-link a:focus, .important-link .field-link .bootstrap-select a:focus, .bootstrap-select #home-intro .link a:focus, #home-intro .link .bootstrap-select a:focus, .bootstrap-select .contact-form input[type=submit]:focus, .contact-form .bootstrap-select input[type=submit]:focus, .bootstrap-select #search input[type=submit]:focus, #search .bootstrap-select input[type=submit]:focus, .bootstrap-select .user input[type=submit]:focus, .user .bootstrap-select input[type=submit]:focus {
  outline: 0 !important;
}
.bootstrap-select .bs-searchbox {
  padding: 0;
}
.bootstrap-select .bs-searchbox input {
  box-shadow: none !important;
  padding: 0 30px;
}

.dropdown-menu {
  width: 100% !important;
  float: none;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #fff;
  border: 0 !important;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 0;
  margin: -1px 0 0;
  overflow-x: hidden;
}
.dropdown-menu ul {
  padding: 20px 0 !important;
}
.dropdown-menu > li > a {
  display: block;
  position: relative;
  padding: 9px 45px 10px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #444 !important;
  white-space: nowrap;
  background: none !important;
}
.dropdown-menu > li > a.with-img-age {
  padding: 16px 45px 16px 75px;
}
.dropdown-menu > li > a.with-img-descriptor {
  padding: 12px 45px 13px 75px;
}
.dropdown-menu > li > a div {
  position: absolute;
  top: 6px;
  left: 25px;
  width: 33px;
}
.dropdown-menu > li > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.dropdown-menu > li > a .glyphicon {
  display: none !important;
}
.dropdown-menu > li > a .text {
  display: block;
  width: 100%;
  white-space: normal;
  margin: 0 !important;
}
.dropdown-menu > li > a:hover {
  color: #fff !important;
  background: #03b8f4 !important;
}
.dropdown-menu > li.selected a:before {
  position: absolute;
  top: 50%;
  right: 18px;
  font-size: 20px;
  color: #0d7abe;
  margin-top: -11px;
  content: "check";
}
.dropdown-menu > li.selected a:hover:before {
  color: #fff;
}
.dropdown-menu li.no-results {
  background: none !important;
  padding: 0 30px 2px !important;
  margin: 0 !important;
  font-style: italic;
  color: #999;
}

html[dir=rtl] select {
  padding: 0 0 0 42px;
}
html[dir=rtl] .js-form-type-select:after {
  right: auto;
  left: -7px;
}
html[dir=rtl] .bootstrap-select.open:before {
  left: auto;
  right: 30px;
}
html[dir=rtl] .bootstrap-select .btn, html[dir=rtl] .bootstrap-select .cc_container a.cc_btn, .cc_container html[dir=rtl] .bootstrap-select a.cc_btn, html[dir=rtl] .bootstrap-select .important-link .field-link a, .important-link .field-link html[dir=rtl] .bootstrap-select a, html[dir=rtl] .bootstrap-select #home-intro .link a, #home-intro .link html[dir=rtl] .bootstrap-select a, html[dir=rtl] .bootstrap-select .contact-form input[type=submit], .contact-form html[dir=rtl] .bootstrap-select input[type=submit], html[dir=rtl] .bootstrap-select #search input[type=submit], #search html[dir=rtl] .bootstrap-select input[type=submit], html[dir=rtl] .bootstrap-select .user input[type=submit], .user html[dir=rtl] .bootstrap-select input[type=submit] {
  text-align: right !important;
  padding: 0 0 0 30px;
}
html[dir=rtl] .bootstrap-select .btn span, html[dir=rtl] .bootstrap-select .cc_container a.cc_btn span, .cc_container html[dir=rtl] .bootstrap-select a.cc_btn span, html[dir=rtl] .bootstrap-select .important-link .field-link a span, .important-link .field-link html[dir=rtl] .bootstrap-select a span, html[dir=rtl] .bootstrap-select #home-intro .link a span, #home-intro .link html[dir=rtl] .bootstrap-select a span, html[dir=rtl] .bootstrap-select .contact-form input[type=submit] span, .contact-form html[dir=rtl] .bootstrap-select input[type=submit] span, html[dir=rtl] .bootstrap-select #search input[type=submit] span, #search html[dir=rtl] .bootstrap-select input[type=submit] span, html[dir=rtl] .bootstrap-select .user input[type=submit] span, .user html[dir=rtl] .bootstrap-select input[type=submit] span {
  text-align: right !important;
}
html[dir=rtl] .dropdown-menu > li > a {
  padding: 9px 30px 10px 45px;
}
html[dir=rtl] .dropdown-menu > li > a.with-img-age {
  padding: 16px 75px 16px 45px;
}
html[dir=rtl] .dropdown-menu > li > a.with-img-descriptor {
  padding: 12px 75px 13px 45px;
}
html[dir=rtl] .dropdown-menu > li > a div {
  left: auto;
  right: 25px;
}
html[dir=rtl] .dropdown-menu > li > a img {
  left: auto;
  right: 0;
}
html[dir=rtl] .dropdown-menu > li.selected a:before {
  right: auto;
  left: 18px;
}

input[type=file] {
  display: block;
  position: relative;
  float: left;
  width: 100px;
  height: 50px;
  margin-bottom: 30px;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

.js-form-managed-file {
  position: relative;
}
.js-form-managed-file:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 43px;
  text-align: center;
  background: #03b8f4;
  content: ". . .";
  z-index: 1;
}

.field-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
  z-index: 1;
}
.field-background-image:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease-in-out;
  content: "";
}

#nav-toggle {
  display: none;
  position: relative;
  float: left;
  height: 70px;
  border: 0;
  background: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #333;
  line-height: 73px;
  text-transform: uppercase;
  padding-left: 38px;
  z-index: 9999;
}
#nav-toggle .bars {
  display: block;
  position: absolute;
  top: 30px;
  left: 6px;
  width: 24px;
}
#nav-toggle .bars:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 8px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  box-sizing: border-box;
  transition: all 0.15s ease-in-out;
  content: "";
}
#nav-toggle .bars:after {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 22px;
  height: 2px;
  background: #333;
  box-sizing: border-box;
  transition: all 0.15s ease-in-out;
  content: "";
}

.expand-filters {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 49px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  background: #0d7abe;
  padding: 0 30px;
  height: 50px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  z-index: 5;
}
.expand-filters span {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}
.expand-filters span:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
  color: #fff;
  content: "tune";
}

.expand-filters:hover {
  background: #0b6ba6;
}

.close-nav,
.close-search {
  display: none;
  position: absolute;
  top: -100px;
  right: 3px;
  width: 70px;
  height: 70px;
  border: 0;
  background: none;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  cursor: pointer;
}
.close-nav:before, .close-nav:after,
.close-search:before,
.close-search:after {
  display: block;
  position: absolute;
  top: 35px;
  left: 24px;
  width: 22px;
  height: 2px;
  background: #fff;
  box-sizing: border-box;
  content: "";
}
.close-nav:before,
.close-search:before {
  transform: rotate(-45deg);
}
.close-nav:after,
.close-search:after {
  transform: rotate(45deg);
}

.close-nav {
  top: 0;
}

.close-nav:hover,
.close-search:hover {
  opacity: 0.75;
}

html[dir=rtl] #nav-toggle {
  float: right;
  padding-left: 0;
  padding-right: 38px;
}
html[dir=rtl] #nav-toggle .bars {
  left: auto;
  right: 6px;
}
html[dir=rtl] #nav-toggle .bars:before {
  left: auto;
  right: 0;
}
html[dir=rtl] #nav-toggle .bars:after {
  left: auto;
  right: 0;
}
html[dir=rtl] .expand-filters span {
  padding: 0 30px 0 0;
}
html[dir=rtl] .expand-filters span:before {
  left: auto;
  right: 0;
}
html[dir=rtl] .close-nav,
html[dir=rtl] .close-search {
  right: auto;
  left: 3px;
}

.reset-btn {
  display: block;
  float: left;
  border: 0;
  background: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: -36px 0 0 237.5px;
}
.reset-btn:hover {
  color: #fff;
}

.user {
  display: block;
  height: auto;
  padding: 30px;
}
.user #header,
.user #footer,
.user #sidebar-left,
.user #sidebar-right,
.user .contextual {
  display: none !important;
}
.user h4 {
  margin: 0;
}
.user #main {
  display: block;
  flex: 0;
  width: 450px;
  padding: 0;
  margin: auto;
}
.user .active-title {
  display: block;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
}
.user .active-title li {
  display: block;
}
.user .active-title a {
  display: block;
  position: relative;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 30px;
  background: #0d7abe;
  pointer-events: none;
}
.user .active-title a:before {
  left: 30px;
  bottom: -24px;
  border-top-color: #0d7abe;
  border-width: 12px;
  pointer-events: none;
}
.user #block-pegi-local-tasks {
  clear: both;
}
.user #block-pegi-local-tasks ul {
  display: block;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #909090;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
.user #block-pegi-local-tasks ul:after {
  display: block;
  content: "";
  clear: both;
}
.user #block-pegi-local-tasks li {
  display: block;
  width: 50%;
  float: left;
}
.user #block-pegi-local-tasks li:last-child a {
  border: 0;
}
.user #block-pegi-local-tasks a {
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 15px;
}
.user #block-pegi-local-tasks a:hover {
  background: #838383;
}
.user #block-pegi-content {
  width: 100%;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  z-index: 1;
  clear: both;
}
.user input[type=submit] {
  display: block;
  min-width: 50%;
  background: #03b8f4;
  border: 0;
  padding: 0 30px !important;
  margin: 0;
}
.user .image-widget {
  display: flex;
}
.user .image-widget input[type=submit] {
  background: #999;
  flex: 1;
  margin: 0 0 30px 15px;
}
.user .image-widget input[type=submit]:hover {
  background: #666;
}
.user .description,
.user p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  color: #999;
  line-height: 1.4;
  margin: -10px 0 15px;
}
.user summary {
  display: none;
}

#search {
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
#search:before {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: #0d7abe;
  content: "";
}
#search h2 {
  display: none;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  height: 70px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.15px;
  padding-top: 30px;
  border-bottom: 1px solid #fff;
  margin: 0;
}
#search #block-searchblock {
  position: relative;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
#search #pegi-search-form {
  position: relative;
  display: flex;
  flex-direction: row;
}
#search .inputtext-search-button {
  position: relative;
  display: flex;
  flex-direction: row;
  flex: 1;
}
#search .inputtext-search-button:before {
  display: block;
  position: absolute;
  top: 17px;
  left: 21px;
  width: 14px;
  height: 14px;
  border: 2px solid #666;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  z-index: 10;
}
#search .inputtext-search-button:after {
  display: block;
  position: absolute;
  top: 30px;
  left: 31px;
  width: 7px;
  height: 2px;
  background: #666;
  transform: rotate(45deg);
  content: "";
  z-index: 10;
}
#search .js-form-type-search {
  position: relative;
  flex: 1;
  transition: all 0.25s ease-in-out;
  z-index: 5;
}
#search .js-form-type-search:before {
  top: 17px;
  right: -10px;
  border-left-color: #fff;
  border-width: 8px;
  transition: all 0.25s ease-in-out;
  z-index: 5;
  pointer-events: none;
}
#search .js-form-type-search label {
  display: none;
}
#search input[type=search] {
  height: 50px;
  background: #fff;
  line-height: 38px;
  border: 6px solid #03b8f4;
  padding: 0 12px 2px 44px;
  margin: 0;
}
#search input[type=search]::-webkit-input-placeholder {
  font-size: 14px;
}
#search input[type=search]::-moz-placeholder {
  font-size: 14px;
}
#search input[type=search]:-ms-input-placeholder {
  font-size: 14px;
}
#search input[type=search]:-moz-placeholder {
  font-size: 14px;
}
#search input[type=submit] {
  display: block;
  font-size: 16px;
  font-weight: 800;
  min-width: 1px;
  padding: 0 40px 0 34px !important;
  box-shadow: none;
  z-index: 3;
}
#search .exposed-filters {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.15);
  padding: 33px 15px 30px;
  border-bottom: 65px solid #0d7abe;
}
#search .exposed-filters:before {
  top: -32px;
  left: 36px;
  border-width: 16px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
#search .exposed-filters input[type=submit] {
  clear: both;
}
#search .js-form-type-select {
  position: relative;
  float: left;
  width: calc(33.3333% - 30px);
  margin: 0 15px 25px;
}
#search .js-form-type-select:before {
  display: none !important;
}
#search .js-form-type-select:after {
  top: 16px;
  right: -7px;
  font-size: 20px;
  color: #fff;
}
#search .js-form-type-select label {
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.25px;
}
#search .js-form-type-select:hover:after {
  top: 20px;
}
#search .age-filters,
#search .descriptor-filters {
  display: none !important;
}

#search.hover input[type=search] {
  border: 6px solid #03a1d6;
}

#search.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 130px 0;
  margin: 0;
  z-index: 1002;
  overflow: auto;
}
#search.open:before {
  display: block;
}
#search.open #block-searchblock {
  max-width: 1024px;
  padding: 0 30px;
  margin: auto;
}
#search.open input[type=search] {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#search.open .js-form-type-search:before {
  opacity: 0;
}
#search.open #edit-submit {
  width: 0;
  color: #03b8f4;
  padding: 0 !important;
  overflow: hidden;
}
#search.open .expand-filters {
  display: none;
}
#search.open .exposed-filters {
  top: 80px;
}
#search.open .exposed-filters input[type=submit] {
  min-width: 200px;
  padding: 0 40px !important;
  margin: 5px 0 0 15px;
}

.contact-form {
  background: #fafafa;
  padding: 30px 50px 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.contact-form .form-item-name, .contact-form .form-item-mail {
  width: calc(50% - 15px);
  float: left;
}
.contact-form .form-item-name {
  margin-right: 15px;
}
.contact-form .form-item-mail {
  margin-left: 15px;
}
.contact-form .form-item-subject-0-value {
  clear: both;
}
.contact-form [class*=message],
.contact-form [class*=textarea] {
  position: relative;
  clear: both;
}
.contact-form input[type=submit] {
  padding: 0 50px !important;
  margin-top: 15px;
}
.contact-form #edit-preview {
  display: none;
}

html[dir=rtl] .user .active-title a {
  float: right;
}
html[dir=rtl] .user .active-title a:before {
  left: auto;
  right: 30px;
}
html[dir=rtl] .user #block-pegi-local-tasks li {
  float: right;
}
html[dir=rtl] .user input[type=submit] {
  float: right;
}
html[dir=rtl] .user .image-widget input[type=submit] {
  margin: 0 15px 30px 0;
}
html[dir=rtl] #search:before {
  left: auto;
  right: 0;
}
html[dir=rtl] #search .inputtext-search-button:before {
  left: auto;
  right: 21px;
}
html[dir=rtl] #search .inputtext-search-button:after {
  left: auto;
  right: 31px;
  transform: rotate(-45deg);
}
html[dir=rtl] #search .js-form-type-search:before {
  right: auto;
  left: -10px;
  border-left-color: transparent;
  border-right-color: #fff;
}
html[dir=rtl] #search input[type=search] {
  padding: 0 44px 2px 12px;
}
html[dir=rtl] #search input[type=submit] {
  padding: 0 34px 0 40px !important;
}
html[dir=rtl] #search .exposed-filters:before {
  left: auto;
  right: 36px;
}
html[dir=rtl] #search .js-form-type-select {
  float: right;
}
html[dir=rtl] #search .js-form-type-select:after {
  right: auto;
  left: -7px;
}
html[dir=rtl] #search.open .exposed-filters input[type=submit] {
  margin: 5px 15px 0 0;
}
html[dir=rtl] .contact-form .form-item-name, html[dir=rtl] .contact-form .form-item-mail {
  float: right;
}
html[dir=rtl] .contact-form .form-item-name {
  margin-right: 0;
  margin-left: 15px;
}
html[dir=rtl] .contact-form .form-item-mail {
  margin-left: 0;
  margin-right: 15px;
}
html[dir=rtl] .contact-form input[type=submit] {
  float: right;
}

.home .views-element-container {
  position: relative;
  z-index: 2;
}
.home .views-element-container:nth-of-type(1) {
  width: 100%;
  max-width: none;
  padding: 0;
  z-index: 1;
}
.home .views-element-container .flex {
  display: flex;
  flex-wrap: wrap;
}
.home .views-row {
  flex: 0 0 100%;
  min-width: 100%;
}
.home .views-row.half-width {
  flex: 1;
  min-width: 50%;
}

#new-games {
  position: relative;
  background: #333;
  padding: 0 0 50px;
}
#new-games .title-holder {
  position: relative;
  background: #444;
  padding: 0 50px;
  margin: 0 0 30px;
  z-index: 10;
}
#new-games .title-holder:after {
  top: 80px;
  left: 45px;
  border-top-color: #444;
  border-width: 15px;
}
#new-games h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  line-height: 80px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin: 0;
}
#new-games .btn, #new-games .cc_container a.cc_btn, .cc_container #new-games a.cc_btn, #new-games .important-link .field-link a, .important-link .field-link #new-games a, #new-games #home-intro .link a, #home-intro .link #new-games a, #new-games .user input[type=submit], .user #new-games input[type=submit], #new-games #search input[type=submit], #search #new-games input[type=submit], #new-games .contact-form input[type=submit], .contact-form #new-games input[type=submit] {
  position: absolute;
  top: 15px;
  right: 50px;
}
#new-games .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #0e86d1;
  border: 0;
  text-indent: -9999px;
  margin-top: -30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
#new-games .slick-arrow:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center !important;
  text-indent: 0;
  background: #0e86d1;
  color: #fff;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  z-index: 5;
}
#new-games .slick-arrow:after {
  bottom: -15px;
  border-width: 15px;
  z-index: 1;
}
#new-games .slick-prev {
  left: -15px;
}
#new-games .slick-prev:before {
  content: "keyboard_arrow_left";
}
#new-games .slick-prev:after {
  left: -15px;
  border-right-color: #0b6ba6;
}
#new-games .slick-next {
  right: -15px;
}
#new-games .slick-next:before {
  content: "keyboard_arrow_right";
}
#new-games .slick-next:after {
  right: -15px;
  border-left-color: #0b6ba6;
}
#new-games .slick-disabled {
  opacity: 0.5;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}
#new-games .slick-arrow:hover:before {
  background: #1093e4;
}

#sidebar-right .views-element-container {
  position: relative;
}
#sidebar-right .views-element-container:before {
  top: -15px;
  left: -15px;
  border-bottom-color: #0b6ba6;
  border-width: 15px;
}
#sidebar-right .views-element-container > h2 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  background: #0e86d1;
  padding: 58px 0 16px 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: -15px 0 0 0;
  z-index: 10;
}

html[dir=rtl] #new-games .title-holder:after {
  left: auto;
  right: 45px;
}
html[dir=rtl] #new-games .btn, html[dir=rtl] #new-games .cc_container a.cc_btn, .cc_container html[dir=rtl] #new-games a.cc_btn, html[dir=rtl] #new-games .important-link .field-link a, .important-link .field-link html[dir=rtl] #new-games a, html[dir=rtl] #new-games #home-intro .link a, #home-intro .link html[dir=rtl] #new-games a, html[dir=rtl] #new-games .user input[type=submit], .user html[dir=rtl] #new-games input[type=submit], html[dir=rtl] #new-games #search input[type=submit], #search html[dir=rtl] #new-games input[type=submit], html[dir=rtl] #new-games .contact-form input[type=submit], .contact-form html[dir=rtl] #new-games input[type=submit] {
  right: auto;
  left: 50px;
}
html[dir=rtl] #new-games .slick-arrow:before {
  left: 0;
}
html[dir=rtl] #new-games .slick-prev {
  left: -15px;
}
html[dir=rtl] #new-games .slick-prev:before {
  content: "keyboard_arrow_left";
}
html[dir=rtl] #new-games .slick-prev:after {
  left: -15px;
  border-right-color: #0b6ba6;
}
html[dir=rtl] #new-games .slick-next {
  right: -15px;
}
html[dir=rtl] #new-games .slick-next:before {
  content: "keyboard_arrow_right";
}
html[dir=rtl] #new-games .slick-next:after {
  right: -15px;
  border-left-color: #0b6ba6;
}
html[dir=rtl] #sidebar-right .views-element-container:before {
  left: auto;
  right: -15px;
}
html[dir=rtl] #sidebar-right .views-element-container > h2 {
  padding: 58px 30px 16px 0;
}

#home-intro {
  display: block;
  position: relative;
  overflow-x: hidden;
  background-position: center center !important;
  background-size: cover !important;
  margin-bottom: -50px;
}
#home-intro .wrapper, #home-intro .home .views-element-container, .home #home-intro .views-element-container, #home-intro #block-homepagegamesblock {
  display: flex;
  padding: 220px 30px 150px;
  z-index: 2;
}
#home-intro .intro {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  float: left;
  flex: 1;
  padding: 0 50px 85px;
  z-index: 10;
  /*&.right {
  	padding-top:20px;
  }*/
}
#home-intro h1 {
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  letter-spacing: -0.5px;
  margin: 0 0 20px;
}
#home-intro p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin: 0;
}
#home-intro .link a {
  position: absolute;
  left: 50px;
  bottom: 0;
}
#home-intro .banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#home-intro .banner-inner:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
#home-intro .banner-inner:after {
  top: 50%;
  left: calc(50% - 60px);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-width: 30px;
  margin-top: -50px;
}

html[dir=rtl] #home-intro .link a {
  left: auto;
  right: 50px;
}
html[dir=rtl] #home-intro .banner-inner:before {
  left: 0;
}
html[dir=rtl] #home-intro .banner-inner:after {
  left: auto;
  right: calc(50% - 60px);
  border-right-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.2);
}

#home-intro .labels-holder {
  position: relative;
  font-size: 0;
  text-align: left;
  margin: 0 -7px;
}
#home-intro .string {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin: 0 0 24px;
  clear: both;
}
#home-intro .entity-reference {
  display: inline-block;
  margin: 0 7px 14px;
}
#home-intro img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
#home-intro .label-descriptor {
  display: none;
}
#home-intro .label-descriptor h3 {
  font-size: 20px;
  font-weight: 300;
  color: #333;
  line-height: 1;
  margin: 0;
}
#home-intro .label-descriptor .body,
#home-intro .label-descriptor p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  text-shadow: none;
}
#home-intro .field-age-labels-title {
  margin-top: -5px;
}
#home-intro .field-descriptors-title {
  margin-top: 16px;
}
#home-intro .field-age-labels {
  width: calc((100% / 5.85) - 14px);
}
#home-intro .field-descriptors {
  width: calc((100% / 8) - 14px);
}
#home-intro .field-image {
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
#home-intro .field-image:hover {
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.35);
}
#home-intro .field-descriptors .field-image {
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
#home-intro .field-descriptors img {
  position: absolute;
  top: 0;
  left: 0;
}

.pegi-tooltip {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  padding: 0 25px 22px;
  max-width: 400px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  z-index: 9999;
}
.pegi-tooltip:after {
  top: 15px;
  right: -24px;
  border-left-color: rgba(255, 255, 255, 0.95);
  border-width: 12px;
  pointer-events: none;
}
.pegi-tooltip .label-descriptor {
  position: relative;
  display: block;
}
.pegi-tooltip .label-descriptor:before {
  top: -20px;
  left: -10px;
  border-bottom-color: #333;
  border-width: 10px;
  z-index: 1;
}
.pegi-tooltip h3 {
  position: relative;
  float: left;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.15px;
  background: #444;
  padding: 25px 15px 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: -10px 0 8px;
  z-index: 2;
}
.pegi-tooltip .pegi-3:before,
.pegi-tooltip .pegi-7:before {
  border-bottom-color: #839b00;
}
.pegi-tooltip .pegi-3 h3,
.pegi-tooltip .pegi-7 h3 {
  background: #a5c400;
}
.pegi-tooltip .pegi-12:before,
.pegi-tooltip .pegi-16:before {
  border-bottom-color: #cc8700;
}
.pegi-tooltip .pegi-12 h3,
.pegi-tooltip .pegi-16 h3 {
  background: #f5a200;
}
.pegi-tooltip .pegi-18:before {
  border-bottom-color: #b90115;
}
.pegi-tooltip .pegi-18 h3 {
  background: #e20119;
}
.pegi-tooltip .body,
.pegi-tooltip p {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  text-shadow: none;
  margin: 0;
  clear: both;
}

html[dir=rtl] #home-intro .labels-holder {
  text-align: right;
}
html[dir=rtl] .pegi-tooltip:after {
  right: auto;
  left: -24px;
  border-left-color: transparent;
  border-right-color: rgba(255, 255, 255, 0.95);
}
html[dir=rtl] .pegi-tooltip .label-descriptor:before {
  left: auto;
  right: -10px;
}
html[dir=rtl] .pegi-tooltip h3 {
  float: right;
}

.important-link {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: 150px 50px 50px;
}
.important-link:before {
  top: -30px;
  left: 35px;
  border-bottom-color: #0b6ba6;
  border-width: 15px;
}
.important-link .field-ribbon-title {
  position: absolute;
  top: -15px;
  left: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  background: #0e86d1;
  padding: 58px 16px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0;
  z-index: 10;
}
.important-link .field-background-image:before {
  background: rgba(0, 0, 0, 0.35);
}
.important-link .field-link {
  position: relative;
  padding-top: 30px;
  z-index: 2;
}
.important-link h3 {
  position: relative;
  font-size: 33px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  letter-spacing: -0.1px;
  margin: 0 0 10px;
  z-index: 2;
}
.important-link .body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  line-height: 1.6;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.important-link p {
  font-weight: 300;
  color: #fff;
  line-height: 1.6;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  max-width: 680px;
  margin: 0;
}

.important-link.video {
  background: #005f8a;
  padding: 150px 50px 50px calc(50% + 50px);
}
.important-link.video:before {
  left: calc(50% + 35px);
}
.important-link.video .field-ribbon-title {
  left: calc(50% + 50px);
}
.important-link.video .field-video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
  transition: opacity 0.25s ease-in-out;
  z-index: 3;
  cursor: pointer;
}
.important-link.video .field-video-thumbnail:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease-in-out;
  content: "";
  z-index: 1;
}
.important-link.video .field-video-thumbnail:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.important-link.video .field-video-thumbnail:hover .play:before {
  width: 130px;
  height: 130px;
  margin: -65px 0 0 -65px;
}
.important-link.video .field-video-thumbnail.fade-out {
  opacity: 0;
  pointer-events: none;
}
.important-link.video .field-video {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 15px);
  height: 100%;
  padding-right: 15px;
  overflow: hidden;
  z-index: 2;
}
.important-link.video .field-video * {
  width: 100% !important;
  height: 100% !important;
}
.important-link.video .field-background-image {
  width: 50%;
  left: 50%;
}
.important-link.video .play {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.important-link.video .play:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  background: #03b8f4;
  border-radius: 50%;
  margin: -60px 0 0 -60px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out;
  z-index: 2;
  content: "";
}
.important-link.video .play:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 86px;
  color: #fff;
  margin: -43px 0 0 -43px;
  z-index: 3;
  content: "play_arrow";
}
.important-link.video .video-embed-field-responsive-video {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}

.important-link:hover .field-background-image:before {
  background: rgba(0, 0, 0, 0.5);
}

#sidebar-right .important-link {
  padding: 180px 0 0;
}
#sidebar-right .important-link:before {
  display: none;
}
#sidebar-right .important-link .field-ribbon-title {
  display: none;
}
#sidebar-right .important-link .field-background-image {
  height: 0;
  padding-bottom: 180px;
}
#sidebar-right .important-link .field-background-image:after {
  left: 30px;
  bottom: 0;
  border-bottom-color: #909090;
  border-width: 18px;
  z-index: 2;
}
#sidebar-right .important-link .field-link {
  padding-top: 16px;
}
#sidebar-right .important-link .field-link a {
  width: 100%;
}
#sidebar-right .important-link .article-content {
  background: #909090;
  padding: 20px 26px 26px;
}
#sidebar-right .important-link h3 {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.025);
}
#sidebar-right .important-link p,
#sidebar-right .important-link .body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.025);
}

html[dir=rtl] .important-link {
  justify-content: flex-end;
}
html[dir=rtl] .important-link:before {
  left: auto;
  right: 35px;
}
html[dir=rtl] .important-link .field-ribbon-title {
  left: auto;
  right: 50px;
}
html[dir=rtl] .important-link.video {
  background: #005f8a;
  padding: 150px calc(50% + 50px) 50px 50px;
}
html[dir=rtl] .important-link.video:before {
  left: auto;
  right: calc(50% + 35px);
}
html[dir=rtl] .important-link.video .field-ribbon-title {
  left: auto;
  right: calc(50% + 50px);
}
html[dir=rtl] .important-link.video .field-video-thumbnail {
  left: auto;
  right: 0;
}
html[dir=rtl] .important-link.video .field-video {
  left: auto;
  right: 0;
  padding-right: 0;
  padding-left: 15px;
}
html[dir=rtl] .important-link.video .field-background-image {
  width: 50%;
  left: auto;
  right: 50%;
}
html[dir=rtl] #sidebar-right .important-link .field-background-image:after {
  left: auto;
  right: 30px;
}

article.page .field-background-image,
div.page .field-background-image,
article.article .field-background-image {
  height: 310px;
}
article.page .news-label, article.page > h1,
article.page div.page > h1,
div.page .news-label,
div.page article.page > h1,
div.page > h1,
article.article .news-label,
article.article article.page > h1,
article.article div.page > h1 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  line-height: 80px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  letter-spacing: -0.65px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 0 50px;
  overflow: hidden;
  z-index: 2;
}
article.page .date-created,
div.page .date-created,
article.article .date-created {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  color: #005f8a;
  line-height: 1.5;
}
article.page .article-content,
article.page .page-content,
div.page .article-content,
div.page .page-content,
article.article .article-content,
article.article .page-content {
  position: relative;
  padding: 0 50px 44px;
  z-index: 2;
}
article.page .article-content,
div.page .article-content,
article.article .article-content {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 45px 50px;
  z-index: 2;
}
article.page .article-content img,
div.page .article-content img,
article.article .article-content img {
  max-width: calc(100% + 50px);
  height: auto;
  margin: 15px 0 40px -50px;
}
article.page .article-content img.align-left,
div.page .article-content img.align-left,
article.article .article-content img.align-left {
  margin: 15px 0 40px -50px;
}
article.page .article-content img.align-right,
div.page .article-content img.align-right,
article.article .article-content img.align-right {
  margin: 15px -50px 40px 0;
}
article.page .article-content img.align-center,
div.page .article-content img.align-center,
article.article .article-content img.align-center {
  margin: 15px auto 40px;
}
article.page .page-content,
div.page .page-content,
article.article .page-content {
  background: #dadada;
  box-shadow: none;
  padding: 0 50px 50px;
}

article.page > h1,
div.page > h1 {
  margin: 0;
}

div.page .page-content > h1 {
  margin: 0;
}
div.page .body {
  height: calc(100% - 150px);
}
div.page h2 {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35);
  padding: 30px 0;
  margin: 0;
}
div.page .results-count {
  position: relative;
  font-style: italic;
  color: #666;
  line-height: 49px;
  background: #ececec;
  padding: 0 50px;
  height: 50px;
  margin: 0 -50px 50px;
  z-index: 2;
}
div.page .results-count:before {
  top: 50px;
  left: 46px;
  border-width: 14px;
  border-top-color: #ececec;
}
div.page .results-count span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.page .results-count strong {
  font-weight: 700;
  color: #333;
}

#block-views-block-other-news-block-1 > div {
  padding: 15px 30px;
}
#block-views-block-other-news-block-1 .views-row {
  padding: 15px 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#block-views-block-other-news-block-1 .views-row:last-child {
  border: 0;
}
#block-views-block-other-news-block-1 .views-field-field-published-date {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  color: #0d7abe;
  line-height: 1;
  margin-bottom: 5px;
}
#block-views-block-other-news-block-1 .views-field-title a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #666;
  line-height: 1.3;
  text-decoration: none;
}
#block-views-block-other-news-block-1 .views-field-title a:hover {
  color: #03b8f4;
}

html[dir=rtl] article.page .news-label, html[dir=rtl] article.page > h1,
html[dir=rtl] article.page div.page > h1,
html[dir=rtl] div.page .news-label,
html[dir=rtl] div.page article.page > h1,
html[dir=rtl] div.page > h1,
html[dir=rtl] article.article .news-label,
html[dir=rtl] article.article article.page > h1,
html[dir=rtl] article.article div.page > h1 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  line-height: 80px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  letter-spacing: -0.65px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 50px 0 0;
  overflow: hidden;
  z-index: 2;
}
html[dir=rtl] article.page .article-content img,
html[dir=rtl] div.page .article-content img,
html[dir=rtl] article.article .article-content img {
  margin: 15px -50px 40px 0;
}
html[dir=rtl] article.page .article-content img.align-left,
html[dir=rtl] div.page .article-content img.align-left,
html[dir=rtl] article.article .article-content img.align-left {
  margin: 15px -50px 40px 0;
}
html[dir=rtl] article.page .article-content img.align-right,
html[dir=rtl] div.page .article-content img.align-right,
html[dir=rtl] article.article .article-content img.align-right {
  margin: 15px 0 40px -50px;
}
html[dir=rtl] div.page .results-count:before {
  left: auto;
  right: 46px;
}

.game {
  margin-bottom: 15px;
}
.game:last-child {
  margin: 0;
}
.game .game-content {
  position: relative;
  padding: 25px 25px 65px 25px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.game .age-rating {
  float: left;
  margin: 0 20px 50px 0;
}
.game .age-rating img {
  width: 98px;
  height: auto;
}
.game .info {
  float: left;
  width: calc(65% - 120px);
  padding-right: 25px;
}
.game .technical-info {
  float: left;
  width: 35%;
  padding-left: 25px;
  border-left: 1px solid #e0e0e0;
  margin: 0 0 20px -1px;
}
.game h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  color: #444;
  line-height: 1.3;
  letter-spacing: -0.25px;
  margin: -4px 0 10px;
}
.game .publisher {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #444;
  line-height: 1.3;
  margin: 0 0 8px;
}
.game a {
  display: block;
  position: relative;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #03b8f4;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
.game a:hover {
  color: #005f8a;
}
.game .content-info,
.game .contains {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  line-height: 1.3;
  margin-bottom: 5px;
}
.game .contains {
  margin: 0;
}
.game .feature-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #444;
}
.game .platform,
.game .genre,
.game .release-date {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  margin-bottom: 5px;
}
.game .release-date {
  margin: 0;
}
.game .descriptors {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-align: left;
  min-height: 60px;
  background: #ececec;
  border-top: 1px solid #e4e4e4;
  padding: 12px 21px 3px 21px;
  clear: both;
  display: flex;
  align-items: flex-start;
}
.game .descriptors:before, .game .descriptors:after {
  left: 58px;
  top: -24px;
  border-width: 12px;
}
.game .descriptors:before {
  top: -22px;
  border-bottom-color: #ececec;
  z-index: 2;
}
.game .descriptors:after {
  border-bottom-color: #e5e5e5;
  z-index: 1;
}
.game .descriptors img {
  display: inline-block;
  width: 55px;
  height: auto;
}
.game .descriptors-categories {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.game .descriptors-category {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.game .descriptors-category:not(:last-child) {
  margin-right: 10px;
}
.game .descriptors-category-info, .game .descriptors-category-info-mobile {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  line-height: 1.3;
  vertical-align: middle;
  margin-left: 10px;
}
.game .descriptors-category-info-mobile {
  display: none;
}

#new-games .game {
  padding-left: 15px;
  margin: 0;
}
#new-games .game:first-child {
  padding-left: 50px;
}
#new-games .game .game-content {
  width: 423px;
  padding-bottom: 60px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
#new-games .game h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
#new-games .game .age-rating {
  margin: 0 20px 25px 0;
}
#new-games .game .age-rating img {
  width: 88px;
}
#new-games .game .info {
  position: relative;
  width: calc(100% - 108px);
  padding: 0;
  border: 0;
  padding-bottom: 25px;
  transition: height 0.2s ease-in-out;
}
#new-games .game .info.more {
  z-index: 10;
  cursor: pointer;
}
#new-games .game .info.more:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 30px;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  transition: opacity 0.2s ease-in-out;
  content: "";
  z-index: 10;
}
#new-games .game .info.more:after {
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  padding: 4px 0 0 0;
  background: #03b8f4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
  content: "keyboard_arrow_down";
  z-index: 11;
}
#new-games .game .info.more.open:before, #new-games .game .info.more.open:after {
  opacity: 0;
}
#new-games .game .info.more.open:after {
  transform: rotate(180deg);
}
#new-games .game .info.more.open .info-inner {
  height: 100%;
}
#new-games .game .info-inner {
  height: calc(100% - 20px);
  transition: height 0.2s ease-in-out;
  overflow: hidden;
}
#new-games .game .publisher {
  margin-bottom: 5px;
}
#new-games .game .platform,
#new-games .game .genre {
  position: relative;
  float: none;
}
#new-games .game .genre {
  font-weight: 400;
  margin: 0;
}
#new-games .game .feature-label,
#new-games .game .release-date {
  display: none;
}
#new-games .game .descriptors:before, #new-games .game .descriptors:after {
  left: 48px;
}

#sidebar-left #new-games-sidebar {
  padding: 15px 0;
}
#sidebar-left .game {
  padding: 0 30px;
  margin: 0;
}
#sidebar-left .game:last-child .game-content {
  border: 0;
}
#sidebar-left .game .game-content {
  width: 100%;
  background: none;
  box-shadow: none;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#sidebar-left .game .game-content:before, #sidebar-left .game .game-content:after {
  display: none;
}
#sidebar-left .game .description {
  padding: 0;
}
#sidebar-left .game .age-rating {
  margin: 0 13px 0 0 !important;
}
#sidebar-left .game .age-rating img {
  width: 42px;
  height: auto;
}
#sidebar-left .game .info {
  width: calc(100% - 55px);
  padding: 0;
  border: 0;
}
#sidebar-left .game h3 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.25px;
  margin: -2px 0 1px;
}
#sidebar-left .game .platform {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  color: #d0d0d0;
  letter-spacing: 0.15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
#sidebar-left .game .platform:after {
  display: none;
}

html[dir=rtl] .game .age-rating {
  float: right;
  margin: 0 0 20px 20px;
}
html[dir=rtl] .game .info {
  float: right;
  padding-right: 0;
  padding-left: 25px;
}
html[dir=rtl] .game .technical-info {
  float: right;
  padding-left: 0;
  padding-right: 25px;
  border-left: 0;
  border-right: 1px solid #e0e0e0;
  margin: 0 -1px 20px 0;
}
html[dir=rtl] .game .publisher {
  padding-left: 0;
  padding-right: 2px;
}
html[dir=rtl] .game a {
  float: right;
}
html[dir=rtl] .game .descriptors {
  text-align: right;
  padding: 12px 21px 13px 0;
}
html[dir=rtl] .game .descriptors:before, html[dir=rtl] .game .descriptors:after {
  left: auto;
  right: 58px;
}
html[dir=rtl] #new-games .game {
  padding-left: 0;
  padding-right: 15px;
}
html[dir=rtl] #new-games .game:first-child {
  padding-left: 0;
  padding-right: 50px;
}
html[dir=rtl] #new-games .game .age-rating {
  margin: 0 0 20px 20px;
}
html[dir=rtl] #new-games .game .info.more:after {
  right: auto;
  left: 0;
}
html[dir=rtl] #new-games .game .descriptors:before, html[dir=rtl] #new-games .game .descriptors:after {
  left: auto;
  right: 48px;
}
html[dir=rtl] #sidebar-left .game .age-rating {
  margin: 0 0 0 13px !important;
}

#sidebar-left h2 {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  height: 80px;
  padding: 0 30px;
  margin: 0;
}
#sidebar-left h2:before {
  left: 30px;
  bottom: -28px;
  border-width: 14px;
  pointer-events: none;
}

#sidebar-left #block-views-block-other-news-block-1 {
  background: #dadada;
}
#sidebar-left #block-views-block-other-news-block-1 h2 {
  background: #606060;
}
#sidebar-left #block-views-block-other-news-block-1 h2:before {
  border-top-color: #606060;
}

#sidebar-left #block-newlyratedgamesblock {
  background: #333;
}
#sidebar-left #block-newlyratedgamesblock h2 {
  background: #444;
}
#sidebar-left #block-newlyratedgamesblock h2:before {
  border-top-color: #444;
}

#sidebar-left #block-submenusidebarblock {
  background: #005f8a;
  padding: 0;
}
#sidebar-left #block-submenusidebarblock h2 {
  background: #0d7abe;
}
#sidebar-left #block-submenusidebarblock h2:before {
  border-top-color: #0d7abe;
}
#sidebar-left #block-submenusidebarblock ul {
  display: block;
  list-style: none;
  padding: 15px 0;
  margin: 0;
}
#sidebar-left #block-submenusidebarblock li {
  float: none;
  height: auto;
  margin: 0;
}
#sidebar-left #block-submenusidebarblock a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  line-height: 1.3;
  text-decoration: none;
  letter-spacing: 0.25px;
  padding: 10px 30px 11px 50px;
}
#sidebar-left #block-submenusidebarblock a:before {
  display: block;
  position: absolute;
  top: 9px;
  left: 23px;
  font-size: 20px;
  color: #03b8f4;
  content: "keyboard_arrow_right";
}
#sidebar-left #block-submenusidebarblock a:hover {
  background: rgba(0, 0, 0, 0.15);
}
#sidebar-left #block-submenusidebarblock a.is-active {
  background: #03b8f4;
}
#sidebar-left #block-submenusidebarblock a.is-active:before {
  color: #fff;
}
#sidebar-left #block-submenusidebarblock a.is-active:after {
  top: 50%;
  right: -20px;
  border-left-color: #03b8f4;
  border-width: 10px;
  margin-top: -10px;
}

html[dir=rtl] #sidebar-left h2:before {
  left: auto;
  right: 30px;
}
html[dir=rtl] #sidebar-left #block-submenusidebarblock a {
  padding: 10px 50px 11px 30px;
}
html[dir=rtl] #sidebar-left #block-submenusidebarblock a:before {
  left: auto;
  right: 23px;
  content: "keyboard_arrow_left";
}
html[dir=rtl] #sidebar-left #block-submenusidebarblock a.is-active:after {
  right: auto;
  left: -20px;
  border-left-color: transparent;
  border-right-color: #03b8f4;
}

#toolbar-administration + .dialog-off-canvas-main-canvas .wrapper.content-wrap, #toolbar-administration + .dialog-off-canvas-main-canvas .home .content-wrap.views-element-container, .home #toolbar-administration + .dialog-off-canvas-main-canvas .content-wrap.views-element-container, #toolbar-administration + .dialog-off-canvas-main-canvas .content-wrap#block-homepagegamesblock {
  padding-top: 130px !important;
}

ul.contextual-links[hidden] {
  display: none !important;
}

#footer p {
  font-size: 13px;
  color: #666;
  line-height: 59px;
  margin: 0;
}

.cc_container {
  background: rgba(20, 20, 20, 0.95);
  padding: 15px !important;
  min-height: 80px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
.cc_container p.cc_message {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 1.5;
  padding: 15px 200px 14px 15px;
  margin: 0;
}
.cc_container p.cc_message a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #60d6fd;
  line-height: 1.3;
  text-decoration: none;
}
.cc_container p.cc_message a:hover {
  color: #60d6fd;
  text-decoration: underline;
}
.cc_container a.cc_btn {
  position: absolute;
  top: 50%;
  right: 15px;
  white-space: nowrap;
  min-width: 150px;
  padding: 0 30px !important;
  margin-top: -25px;
}
.cc_container a.cc_btn:before, .cc_container a.cc_btn:after {
  display: none;
}

html[dir=rtl] .cc_container p.cc_message {
  padding: 15px 15px 14px 200px;
}
html[dir=rtl] .cc_container a.cc_btn {
  right: auto;
  left: 15px;
}

body.search-pegi #block-pegi-content article.game:hover {
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
}
body.search-pegi #block-pegi-content article.game .similar-games {
  padding: 21px 0px 1px 25px;
}
body.search-pegi #block-pegi-content article.game .similar-games p {
  font-size: 14px;
  font-style: italic;
}
body.search-pegi #block-pegi-content article.game .advice {
  display: none;
  position: relative;
  background: #ECECEC;
  border: 0;
}
body.search-pegi #block-pegi-content article.game .advice .consumer-advice h3 {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  padding: 10px 25px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
body.search-pegi #block-pegi-content article.game .advice .consumer-advice .content-wrap .content-main {
  position: relative;
  background: #e4e4e4;
  padding: 10px 25px 10px 17px;
}
body.search-pegi #block-pegi-content article.game .advice .consumer-advice .content-wrap .content-main p {
  margin: 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #444;
}
body.search-pegi #block-pegi-content article.game .advice .consumer-advice .content-wrap .content-main:before, body.search-pegi #block-pegi-content article.game .advice .consumer-advice .content-wrap .content-main:after {
  left: 58px;
  top: -25px;
  border-width: 12px;
}
@media screen and (max-width: 768px) {
  body.search-pegi #block-pegi-content article.game .advice .consumer-advice .content-wrap .content-main:before, body.search-pegi #block-pegi-content article.game .advice .consumer-advice .content-wrap .content-main:after {
    left: 50px;
  }
}
body.search-pegi #block-pegi-content article.game .advice .consumer-advice .content-wrap .content-main:before {
  top: -24px;
  border-bottom-color: #e4e4e4;
  z-index: 2;
}
body.search-pegi #block-pegi-content article.game .advice .consumer-advice .content-wrap .content-main:after {
  border-bottom-color: #ddd;
  z-index: 1;
}
body.search-pegi #block-pegi-content article.game .game-content:hover {
  cursor: pointer;
}

li.current a {
  background: #03b8f4;
}

@media (max-width: 1460px) {
  #header {
    left: 30px;
    width: calc(100% - 60px);
    margin-left: 0;
  }

  #main {
    padding-bottom: 30px;
  }

  .node #main {
    padding-bottom: 30px;
  }
}
@media (max-width: 1300px) {
  .node #main,
.search-pegi #main {
    width: calc(100% - 260px);
  }
  .node .article-content,
.search-pegi .article-content {
    min-height: 1px !important;
    height: auto !important;
  }

  #sidebar-right {
    width: calc(100% - 260px);
    margin: -30px 0 30px 260px;
    clear: both;
  }
  #sidebar-right .views-element-container:before {
    top: -30px;
    left: 35px;
  }
  #sidebar-right .views-element-container > h2 {
    position: absolute;
    top: -15px;
    left: 50px;
    padding: 58px 15px 16px;
    margin: 0;
    z-index: 10;
  }
  #sidebar-right .views-element-container .views-row:nth-child(even) .important-link .field-background-image:after {
    border-right-color: #838383;
  }
  #sidebar-right .views-element-container .views-row:nth-child(even) .important-link .article-content {
    background: #838383;
  }
  #sidebar-right .important-link {
    padding: 0 0 0 35% !important;
  }
  #sidebar-right .important-link .field-background-image {
    width: 35%;
    height: 100%;
    padding: 0;
  }
  #sidebar-right .important-link .field-background-image:after {
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
    border-bottom-color: transparent;
    border-right-color: #909090;
    margin-top: -20px;
  }
  #sidebar-right .important-link .article-content {
    width: 100%;
    padding: 25px 30px 30px;
  }
  #sidebar-right .important-link .link a {
    width: auto;
  }

  html[dir=rtl] #sidebar-right {
    margin: -30px 260px 30px 0;
  }
  html[dir=rtl] #sidebar-right .views-element-container:before {
    left: auto;
    right: 35px;
  }
  html[dir=rtl] #sidebar-right .views-element-container > h2 {
    left: auto;
    right: 50px;
  }
  html[dir=rtl] #sidebar-right .views-element-container .views-row:nth-child(even) .important-link .field-background-image:after {
    border-right-color: transparent;
    border-left-color: #838383;
  }
  html[dir=rtl] #sidebar-right .important-link {
    padding: 0 35% 0 0 !important;
  }
  html[dir=rtl] #sidebar-right .important-link .field-background-image:after {
    left: 0;
    right: auto;
  }
}
@media (max-width: 1170px) {
  #home-intro .wrapper, #home-intro .home .views-element-container, .home #home-intro .views-element-container, #home-intro #block-homepagegamesblock {
    padding: 170px 0 calc(100px);
  }
  #home-intro .intro {
    padding: 0 50px 80px;
  }

  #home-intro .field-age-labels {
    width: calc((100% / 5) - 14px);
  }
  #home-intro .field-descriptors {
    width: calc((100% / 6) - 14px);
  }

  .important-link {
    padding-top: 120px !important;
  }
}
@media (max-width: 1024px) {
  body.menu-open {
    overflow: hidden;
  }

  #header {
    position: absolute !important;
    top: 30px !important;
    height: auto;
    background: #fff;
    padding-left: 210px;
  }

  #logo {
    width: 210px;
    height: 70px;
  }
  #logo a:before {
    right: 20px;
    margin-top: -10px;
  }
  #logo a:after {
    top: 10px;
    left: 10px;
    width: 124px;
    height: 50px;
  }

  #nav-holder {
    display: block;
    height: 70px;
  }

  #nav-toggle {
    display: block;
  }

  #block-pegi-main-menu,
#block-mainnavigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 40px;
    overflow: auto;
    z-index: 9999;
  }
  #block-pegi-main-menu:before,
#block-mainnavigation:before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: #0d7abe;
    content: "";
    z-index: 1;
  }
  #block-pegi-main-menu h2,
#block-mainnavigation h2 {
    display: block !important;
    position: relative !important;
    clip: none !important;
    width: auto !important;
    height: 70px !important;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.15px;
    padding-top: 30px;
    margin: 0 30px 30px 30px;
    border-bottom: 1px solid #fff;
    z-index: 2;
  }
  #block-pegi-main-menu > ul,
#block-mainnavigation > ul {
    position: relative;
    float: none;
    padding: 0;
    z-index: 2;
  }
  #block-pegi-main-menu > ul:after,
#block-mainnavigation > ul:after {
    display: block;
    content: "";
    clear: both;
  }
  #block-pegi-main-menu > ul > li,
#block-mainnavigation > ul > li {
    width: 100%;
    float: none;
    height: auto;
    padding: 0 0 1px !important;
    margin: 0;
  }
  #block-pegi-main-menu > ul > li:before,
#block-mainnavigation > ul > li:before {
    display: none !important;
  }
  #block-pegi-main-menu > ul > li:last-child,
#block-mainnavigation > ul > li:last-child {
    padding-bottom: 0;
  }
  #block-pegi-main-menu > ul > li:last-child:after,
#block-mainnavigation > ul > li:last-child:after {
    display: none;
  }
  #block-pegi-main-menu > ul > li.expanded,
#block-mainnavigation > ul > li.expanded {
    padding-bottom: 5px;
  }
  #block-pegi-main-menu > ul > li > a,
#block-mainnavigation > ul > li > a {
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    padding: 0 50px;
  }
  #block-pegi-main-menu > ul > li > a:before,
#block-mainnavigation > ul > li > a:before {
    display: none !important;
  }
  #block-pegi-main-menu > ul > li > a:hover,
#block-mainnavigation > ul > li > a:hover {
    color: #fff !important;
    opacity: 0.5;
  }
  #block-pegi-main-menu > ul > li > a.is-active,
#block-mainnavigation > ul > li > a.is-active {
    color: #79dcfd !important;
    background: none;
  }
  #block-pegi-main-menu > ul > li:hover > a,
#block-mainnavigation > ul > li:hover > a {
    color: #fff !important;
    opacity: 0.5;
  }
  #block-pegi-main-menu > ul > li:hover > a.is-active,
#block-mainnavigation > ul > li:hover > a.is-active {
    color: #79dcfd !important;
  }
  #block-pegi-main-menu > ul > li > ul,
#block-mainnavigation > ul > li > ul {
    position: relative;
    top: auto;
    left: auto;
    padding: 0 !important;
    background: none;
    max-height: none !important;
    min-width: 1px;
    box-shadow: none;
    overflow: visible;
  }
  #block-pegi-main-menu > ul > li > ul > li > a,
#block-mainnavigation > ul > li > ul > li > a {
    font-size: 16px;
    padding: 4px 50px 5px 70px;
  }
  #block-pegi-main-menu > ul > li > ul > li > a:before,
#block-mainnavigation > ul > li > ul > li > a:before {
    top: 5px;
    left: 42px;
  }
  #block-pegi-main-menu > ul > li > ul > li > a.is-active,
#block-mainnavigation > ul > li > ul > li > a.is-active {
    color: #79dcfd !important;
    background: none !important;
  }
  #block-pegi-main-menu > ul > li > ul > li > a.is-active:before,
#block-mainnavigation > ul > li > ul > li > a.is-active:before {
    color: #79dcfd !important;
  }
  #block-pegi-main-menu > ul > li > ul > li > a:hover,
#block-mainnavigation > ul > li > ul > li > a:hover {
    opacity: 0.5;
  }
  #block-pegi-main-menu > ul > li > ul > li:hover > a,
#block-mainnavigation > ul > li > ul > li:hover > a {
    background: none !important;
    opacity: 0.5;
  }

  #block-languageswitcher {
    position: absolute;
    top: 12px;
    right: 0;
  }
  #block-languageswitcher ul {
    top: 58px;
  }

  #search {
    margin-left: -210px;
  }
  #search .exposed-filters {
    border-bottom: 30px solid #0d7abe;
  }
  #search.open {
    padding-top: 100px;
  }

  #home-intro .wrapper, #home-intro .home .views-element-container, .home #home-intro .views-element-container, #home-intro #block-homepagegamesblock {
    padding: 180px 0 100px;
  }

  .pegi-tooltip {
    display: none !important;
  }

  #home-intro .field-image {
    pointer-events: none;
  }

  .node #main,
.search-pegi #main {
    width: 100%;
    float: none;
  }

  #sidebar-left {
    display: none;
  }

  #sidebar-right {
    float: none;
    width: 100%;
    margin: -30px 0 30px;
  }

  div.page .page-content h2 {
    height: auto !important;
  }

  #block-footer,
#block-pegi-footer {
    display: none;
  }

  .twitter-lnk {
    top: 8px;
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
  .twitter-lnk:before {
    display: none;
  }
  .twitter-lnk:hover {
    background-size: 53px;
  }

  html[dir=rtl] #header {
    padding-left: 0;
    padding-right: 210px;
  }
  html[dir=rtl] #search {
    margin-left: 0;
    margin-right: -210px;
  }
  html[dir=rtl] #block-pegi-main-menu,
html[dir=rtl] #block-mainnavigation {
    padding: 0 0 40px;
  }
  html[dir=rtl] #block-pegi-main-menu > ul,
html[dir=rtl] #block-mainnavigation > ul {
    padding: 0;
  }
  html[dir=rtl] #block-pegi-main-menu > ul > li:last-child,
html[dir=rtl] #block-mainnavigation > ul > li:last-child {
    padding-bottom: 0;
  }
  html[dir=rtl] #block-pegi-main-menu > ul > li.expanded,
html[dir=rtl] #block-mainnavigation > ul > li.expanded {
    padding-bottom: 5px;
  }
  html[dir=rtl] #block-pegi-main-menu > ul > li > a,
html[dir=rtl] #block-mainnavigation > ul > li > a {
    padding: 0 50px !important;
  }
  html[dir=rtl] #block-pegi-main-menu > ul > li > ul,
html[dir=rtl] #block-mainnavigation > ul > li > ul {
    right: 0;
    padding: 0 !important;
  }
  html[dir=rtl] #block-pegi-main-menu > ul > li > ul > li > a,
html[dir=rtl] #block-mainnavigation > ul > li > ul > li > a {
    padding: 4px 70px 5px 50px !important;
  }
  html[dir=rtl] #block-pegi-main-menu > ul > li > ul > li > a:before,
html[dir=rtl] #block-mainnavigation > ul > li > ul > li > a:before {
    left: auto;
    right: 42px;
  }
  html[dir=rtl] #block-languageswitcher {
    right: auto;
    left: 0;
  }
  html[dir=rtl] #sidebar-right {
    float: none;
    width: 100%;
    margin: -30px 0 30px;
  }
}
@media (max-width: 968px) {
  #search .js-form-type-select {
    width: calc(50% - 30px);
  }

  #home-intro .wrapper, #home-intro .home .views-element-container, .home #home-intro .views-element-container, #home-intro #block-homepagegamesblock {
    display: block;
    padding: 150px 0 0;
  }
  #home-intro .intro {
    display: block;
    width: 100%;
    float: none;
    padding-top: 30px;
    clear: both;
  }
  #home-intro .intro.left {
    max-width: 760px;
    margin-bottom: 50px;
  }
  #home-intro .intro.left .link a {
    bottom: 0;
  }
  #home-intro .intro.right {
    background: rgba(0, 0, 0, 0.2);
    padding-top: 50px;
    padding-bottom: 180px;
  }
  #home-intro .intro.right:before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    top: -60px;
    left: calc(50% - 30px);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-width: 30px;
    content: "";
  }
  #home-intro .link a {
    bottom: 100px;
  }
  #home-intro .banner-inner {
    display: none;
  }

  #home-intro .field-age-labels {
    width: calc((100% / 7) - 14px);
  }
  #home-intro .field-descriptors {
    width: calc((100% / 8.4) - 14px);
  }

  .home .views-element-container .flex {
    display: block;
  }
  .home .views-row {
    width: 100%;
  }
  .home .views-row.half-width {
    display: block;
    width: 100%;
  }

  .important-link {
    padding-top: 80px;
  }
  .important-link:before,
.important-link .field-ribbon-title {
    display: none;
  }
  .important-link.video {
    display: block;
    padding: calc(56.25% + 45px) 50px 50px !important;
  }
  .important-link.video .field-video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .important-link.video .field-video {
    width: 100%;
    height: 0;
    padding: 0 0 56.25% 0;
  }
  .important-link.video .field-video * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  #new-games {
    padding-bottom: 30px;
  }
  #new-games .game:first-child {
    padding-left: 30px !important;
  }

  #footer {
    padding-left: 30px;
  }
  #footer .wrapper, #footer .home .views-element-container, .home #footer .views-element-container, #footer #block-homepagegamesblock {
    padding: 0;
  }

  html[dir=rtl] #new-games .game:first-child {
    padding-left: 0 !important;
    padding-right: 30px !important;
  }
  html[dir=rtl] #footer {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  #home-intro .field-age-labels {
    width: calc((100% / 5) - 14px);
  }
  #home-intro .field-descriptors {
    width: calc((100% / 7) - 14px);
  }

  .search-pegi .game .age-rating img {
    width: 80px;
    height: auto;
  }
  .search-pegi .game .info {
    width: calc(100% - 100px);
    padding: 0 0 15px;
    border: 0;
  }
  .search-pegi .game .technical-info {
    float: none;
    width: 100%;
    clear: both;
    padding: 15px 0 0 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 0 0 15px;
  }
  .search-pegi .game .platform,
.search-pegi .game .genre,
.search-pegi .game .release-date {
    float: left;
    margin: 0;
  }
  .search-pegi .game .genre,
.search-pegi .game .release-date {
    padding-left: 23px;
  }
  .search-pegi .game .genre:after,
.search-pegi .game .release-date:after {
    display: block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 5px;
    height: 5px;
    background: #03b8f4;
    border-radius: 50%;
    content: "";
  }
  .search-pegi .game .feature-label {
    display: none;
  }
  .search-pegi .game .descriptors:before, .search-pegi .game .descriptors:after {
    left: 50px;
  }
  .search-pegi .game .descriptors-categories .descriptors-category img {
    width: 30px;
  }
  .search-pegi .game .descriptors-category-info {
    display: none;
  }
  .search-pegi .game .descriptors-category-info-mobile {
    margin-left: 8px;
    display: inline;
  }

  #footer p span {
    display: none;
  }

  html[dir=rtl] .search-pegi .game .platform,
html[dir=rtl] .search-pegi .game .genre,
html[dir=rtl] .search-pegi .game .release-date {
    float: right;
  }
  html[dir=rtl] .search-pegi .game .genre,
html[dir=rtl] .search-pegi .game .release-date {
    padding-left: 0;
    padding-right: 23px;
  }
  html[dir=rtl] .search-pegi .game .genre:after,
html[dir=rtl] .search-pegi .game .release-date:after {
    left: auto;
    right: 9px;
  }
  html[dir=rtl] .search-pegi .game .technical-info {
    border: 0;
    border-top: 1px solid #e0e0e0;
  }
  html[dir=rtl] .search-pegi .game .descriptors:before, html[dir=rtl] .search-pegi .game .descriptors:after {
    left: auto;
    right: 50px;
  }
}
@media (max-width: 640px) {
  #block-languageswitcher > a {
    text-indent: -9999px;
    padding-left: 20px;
  }
  #block-languageswitcher > a:after {
    top: 23px;
  }

  .expand-filters {
    width: 50px;
    padding: 0;
  }
  .expand-filters span {
    text-indent: -9999px;
    padding: 0;
    width: 50px;
  }
  .expand-filters span:before {
    top: 0;
    width: 100%;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    text-indent: 0;
  }
  .expand-filters span:after {
    display: none;
  }

  #search .js-form-type-select {
    float: none;
    width: calc(100% - 30px);
    clear: both;
  }

  div.page h1 {
    padding-left: 30px;
  }
  div.page .page-content {
    padding: 0 30px 30px;
  }
  div.page .results-count {
    padding-left: 30px;
    margin: 0 -30px 30px;
  }

  #sidebar-right {
    display: none;
  }

  #new-games .title-holder {
    padding: 0 0 0 30px;
  }
  #new-games .title-holder a {
    display: none;
  }

  .contact-form .form-item-name,
.contact-form .form-item-mail {
    width: 100%;
    float: none;
    margin: 0;
  }

  html[dir=rtl] #block-languageswitcher > a {
    padding: 0;
    width: 60px;
  }
  html[dir=rtl] div.page h1 {
    padding-left: 0;
    padding-right: 30px;
  }
  html[dir=rtl] div.page .results-count {
    padding-left: 0;
    padding-right: 30px;
  }
  html[dir=rtl] #new-games .title-holder {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 480px) {
  #main {
    padding: 0 !important;
  }

  .wrapper, .home .views-element-container, #block-homepagegamesblock {
    padding: 0;
  }
  .wrapper.content-wrap, .home .content-wrap.views-element-container, .content-wrap#block-homepagegamesblock {
    padding-top: 150px;
  }

  div.page {
    margin: 0;
  }
  div.page .page-content {
    padding: 0;
  }
  div.page .page-content > h1 {
    font-size: 30px;
    padding-left: 30px;
  }
  div.page .results-count {
    font-size: 14px;
    margin: 0;
    z-index: 10;
  }
  div.page .results-count:before {
    left: 30px;
  }
  div.page .results-count strong {
    font-size: 14px;
  }

  .user {
    padding: 15px;
  }
  .user #main {
    width: 100%;
  }
  .user #block-pegi-local-tasks li {
    width: 100%;
    float: none;
  }
  .user #block-pegi-local-tasks a {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .user #block-pegi-local-tasks:last-child a {
    border: 0;
  }

  #header {
    top: 15px !important;
    left: 15px;
    right: 15px;
    width: auto;
    margin: 0;
  }

  #nav-toggle {
    width: 40px;
    text-indent: -9999px;
  }

  #block-pegi-main-menu,
#block-mainnavigation {
    padding: 0 0 25px;
  }
  #block-pegi-main-menu h2,
#block-mainnavigation h2 {
    margin: 0 30px 25px 30px;
  }
  #block-pegi-main-menu > ul > li > a,
#block-mainnavigation > ul > li > a {
    white-space: normal;
    padding: 0 30px;
  }
  #block-pegi-main-menu > ul > li > ul > li > a,
#block-mainnavigation > ul > li > ul > li > a {
    white-space: normal;
    padding: 4px 30px 5px 45px;
  }
  #block-pegi-main-menu > ul > li > ul > li > a:before,
#block-mainnavigation > ul > li > ul > li > a:before {
    left: 22px;
  }

  #search-toggle {
    display: block;
  }

  #search .js-form-type-search:before {
    display: none;
  }
  #search #edit-submit {
    display: none;
  }
  #search .exposed-filters input[type=submit] {
    min-width: calc(100% - 30px) !important;
  }

  .reset-btn {
    float: none;
    min-width: calc(100% - 30px) !important;
    margin: 20px auto 0;
  }

  #home-intro .intro {
    padding: 0 30px 80px;
  }
  #home-intro .intro.left {
    padding-top: 8px;
    margin-bottom: 45px;
  }
  #home-intro .intro.right {
    padding-top: 35px;
    padding-bottom: 155px;
  }
  #home-intro .intro.right:before {
    top: -40px;
    left: calc(50% - 20px);
    border-width: 20px;
  }
  #home-intro .intro.right .link a {
    bottom: 80px;
  }
  #home-intro h1 {
    font-size: 30px;
  }
  #home-intro p {
    font-size: 16px;
    line-height: 1.6;
  }
  #home-intro .link a {
    left: 30px;
  }

  #home-intro .labels-holder {
    margin: 0 -5px;
  }
  #home-intro .string {
    font-size: 16px;
    margin-bottom: 18px;
  }
  #home-intro .field-age-labels-title {
    margin-top: 0;
  }
  #home-intro .entity-reference {
    margin: 0 5px 10px;
  }
  #home-intro .field-age-labels {
    width: calc((100% / 5) - 10px);
  }
  #home-intro .field-descriptors {
    width: calc((100% / 7) - 10px);
  }

  .important-link {
    padding: 45px 30px 30px !important;
  }
  .important-link.video {
    padding: calc(56.25% + 30px) 30px 30px !important;
  }
  .important-link.video .play:before {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
  .important-link.video .play:after {
    font-size: 65px;
    margin: -32px 0 0 -33px;
  }
  .important-link.video .field-video-thumbnail:hover .play:before {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
  }
  .important-link .article-content {
    width: 100%;
  }
  .important-link h3 {
    font-size: 28px;
  }
  .important-link .link {
    padding-top: 25px;
  }

  #new-games {
    padding-bottom: 0;
  }
  #new-games .title-holder {
    margin-bottom: 0;
  }
  #new-games .title-holder:after {
    top: 70px;
  }
  #new-games h2 {
    font-size: 16px;
    line-height: 70px;
  }
  #new-games .slick-arrow {
    width: 30px;
    height: 50px;
    margin-top: -25px;
  }
  #new-games .slick-arrow:before {
    width: 30px;
    height: 50px;
    line-height: 50px;
  }
  #new-games .slick-arrow:after {
    display: none;
  }
  #new-games .slick-arrow.slick-prev {
    left: 0;
  }
  #new-games .slick-arrow.slick-next {
    right: 0;
  }

  #new-games .game,
.search-pegi .game {
    padding: 0 !important;
    margin: 0;
  }
  #new-games .game:first-child,
.search-pegi .game:first-child {
    padding: 0 !important;
  }
  #new-games .game .game-content,
.search-pegi .game .game-content {
    padding: 30px 30px 84px 30px;
  }
  #new-games .game .descriptors,
.search-pegi .game .descriptors {
    padding-left: 26px;
  }
  #new-games .game h3,
.search-pegi .game h3 {
    font-size: 20px;
    margin-bottom: 2px;
  }
  #new-games .game .age-rating,
.search-pegi .game .age-rating {
    margin-right: 15px;
  }
  #new-games .game .age-rating img,
.search-pegi .game .age-rating img {
    width: 70px;
    height: auto;
  }
  #new-games .game .info,
.search-pegi .game .info {
    width: calc(100% - 85px);
  }

  #new-games .game .game-content {
    padding-bottom: 60px;
  }
  #new-games .game .info {
    height: 116px;
  }

  .search-pegi .game {
    border-bottom: 1px solid #dadada;
  }
  .search-pegi .descriptors-category:not(:last-child) {
    margin-right: 4px;
  }
  .search-pegi .descriptors-category:not(:last-child) img {
    width: 30px;
  }
  .search-pegi .descriptors-category-info {
    display: none;
  }
  .search-pegi .descriptors-category-info-mobile {
    display: inline;
    font-size: 12px;
  }
  .search-pegi .descriptors-category img {
    width: 30px;
  }
  .search-pegi .btn.toggle-advice, .search-pegi .user input.toggle-advice[type=submit], .user .search-pegi input.toggle-advice[type=submit], .search-pegi #search input.toggle-advice[type=submit], #search .search-pegi input.toggle-advice[type=submit], .search-pegi .contact-form input.toggle-advice[type=submit], .contact-form .search-pegi input.toggle-advice[type=submit], .search-pegi #home-intro .link a.toggle-advice, #home-intro .link .search-pegi a.toggle-advice, .search-pegi .important-link .field-link a.toggle-advice, .important-link .field-link .search-pegi a.toggle-advice, .search-pegi .cc_container a.toggle-advice.cc_btn, .cc_container .search-pegi a.toggle-advice.cc_btn {
    font-size: 0;
    padding: 0 14px;
    line-height: 30px;
  }
  .search-pegi .btn.toggle-advice::before, .search-pegi .user input.toggle-advice[type=submit]::before, .user .search-pegi input.toggle-advice[type=submit]::before, .search-pegi #search input.toggle-advice[type=submit]::before, #search .search-pegi input.toggle-advice[type=submit]::before, .search-pegi .contact-form input.toggle-advice[type=submit]::before, .contact-form .search-pegi input.toggle-advice[type=submit]::before, .search-pegi #home-intro .link a.toggle-advice::before, #home-intro .link .search-pegi a.toggle-advice::before, .search-pegi .important-link .field-link a.toggle-advice::before, .important-link .field-link .search-pegi a.toggle-advice::before, .search-pegi .cc_container a.toggle-advice.cc_btn::before, .cc_container .search-pegi a.toggle-advice.cc_btn::before, .search-pegi .btn.toggle-advice::after, .search-pegi .user input.toggle-advice[type=submit]::after, .user .search-pegi input.toggle-advice[type=submit]::after, .search-pegi #search input.toggle-advice[type=submit]::after, #search .search-pegi input.toggle-advice[type=submit]::after, .search-pegi .contact-form input.toggle-advice[type=submit]::after, .contact-form .search-pegi input.toggle-advice[type=submit]::after, .search-pegi #home-intro .link a.toggle-advice::after, #home-intro .link .search-pegi a.toggle-advice::after, .search-pegi .important-link .field-link a.toggle-advice::after, .important-link .field-link .search-pegi a.toggle-advice::after, .search-pegi .cc_container a.toggle-advice.cc_btn::after, .cc_container .search-pegi a.toggle-advice.cc_btn::after {
    right: 10px;
    top: 15px;
  }

  article.page,
article.article {
    margin: 0;
  }
  article.page > h1,
article.page .news-label,
article.page div.page > h1,
article.article > h1,
article.article .news-label,
article.article article.page > h1,
article.article div.page > h1 {
    font-size: 30px;
    padding-left: 30px;
  }
  article.page .article-content,
article.article .article-content {
    padding: 26px 30px 30px;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: none;
  }
  article.page .article-content h1,
article.article .article-content h1 {
    font-size: 30px;
    padding-left: 0;
  }
  article.page img,
article.article img {
    max-width: calc(100% + 30px);
    height: auto;
    margin: 0 0 30px -30px;
  }
  article.page img.align-left,
article.article img.align-left {
    margin: 0 0 30px -30px;
  }
  article.page img.align-right,
article.article img.align-right {
    margin: 0 -30px 30px 0;
  }
  article.page img.align-center,
article.article img.align-center {
    margin: 0 auto 30px;
  }

  div.page h1 {
    font-size: 30px;
  }

  .contact-form {
    padding: 18px 30px 30px;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: none;
  }
  .contact-form input[type=submit] {
    margin-top: 10px;
  }

  .cc_container {
    padding: 26px 30px 100px 30px !important;
    min-height: 1px;
  }
  .cc_container p.cc_message {
    padding: 0;
  }
  .cc_container a.cc_btn {
    top: auto;
    right: auto;
    left: 30px;
    bottom: 30px;
  }

  html[dir=rtl] div.page .page-content > h1 {
    padding-left: 0;
    padding-right: 30px;
  }
  html[dir=rtl] div.page .results-count:before {
    left: auto;
    right: 30px;
  }
  html[dir=rtl] #block-pegi-main-menu > ul > li > ul > li > a,
html[dir=rtl] #block-mainnavigation > ul > li > ul > li > a {
    padding: 4px 45px 5px 30px;
  }
  html[dir=rtl] #block-pegi-main-menu > ul > li > ul > li > a:before,
html[dir=rtl] #block-mainnavigation > ul > li > ul > li > a:before {
    left: auto;
    right: 22px;
  }
  html[dir=rtl] #home-intro .link a {
    left: auto;
    right: 30px;
  }
  html[dir=rtl] #new-games .slick-arrow.slick-prev {
    left: 0;
  }
  html[dir=rtl] #new-games .slick-arrow.slick-next {
    right: 0;
  }
  html[dir=rtl] #new-games .game .descriptors,
html[dir=rtl] .search-pegi .game .descriptors {
    padding-left: 0;
    padding-right: 26px;
  }
  html[dir=rtl] #new-games .game .descriptors-category-info,
html[dir=rtl] .search-pegi .game .descriptors-category-info {
    display: none;
  }
  html[dir=rtl] #new-games .game .descriptors-category-info-mobile,
html[dir=rtl] .search-pegi .game .descriptors-category-info-mobile {
    display: block;
  }
  html[dir=rtl] #new-games .game .age-rating,
html[dir=rtl] .search-pegi .game .age-rating {
    margin-right: 0;
    margin-left: 15px;
  }
  html[dir=rtl] article.page > h1,
html[dir=rtl] article.page .news-label,
html[dir=rtl] article.page div.page > h1,
html[dir=rtl] article.article > h1,
html[dir=rtl] article.article .news-label,
html[dir=rtl] article.article article.page > h1,
html[dir=rtl] article.article div.page > h1 {
    padding-left: 0;
    padding-right: 30px;
  }
  html[dir=rtl] article.page img,
html[dir=rtl] article.article img {
    margin: 0 -30px 30px 0;
  }
  html[dir=rtl] article.page img.align-left,
html[dir=rtl] article.article img.align-left {
    margin: 0 -30px 30px 0;
  }
  html[dir=rtl] article.page img.align-right,
html[dir=rtl] article.article img.align-right {
    margin: 0 0 30px -30px;
  }
  html[dir=rtl] .cc_container p.cc_message {
    padding: 0;
  }
  html[dir=rtl] .cc_container a.cc_btn {
    left: auto;
    right: 30px;
  }

  span.field-prefix {
    padding-left: 44%;
  }
}
@media (min-width: 1025px) {
  #logo {
    z-index: 1001 !important;
  }

  #block-pegi-main-menu,
#block-mainnavigation {
    display: block !important;
  }

  #nav-toggle,
.close-nav {
    display: none !important;
  }
}