@charset "UTF-8";
/*****************************\
	
	1. Fonts;
	2. Normalize;
	3. General styles;
	4. Styles for sliders (flexslider);
	5. Header;
	6. Footer
	7. Content

\*****************************/
/*=============== fonts ================*/
/* nunito-sans-300 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NunitoSans-Light.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/NunitoSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/NunitoSans-Light.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/NunitoSans-Light.woff') format('woff'), /* Modern Browsers */
  url('../fonts/NunitoSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/NunitoSans-Light.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NunitoSans-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/NunitoSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/NunitoSans-Regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/NunitoSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/NunitoSans-Regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-500 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NunitoSans-Medium.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/NunitoSans-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/NunitoSans-Medium.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/NunitoSans-Medium.woff') format('woff'), /* Modern Browsers */
  url('../fonts/NunitoSans-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/NunitoSans-Medium.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-700 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NunitoSans-Bold.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/NunitoSans-Bold.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/NunitoSans-Bold.woff') format('woff'), /* Modern Browsers */
  url('../fonts/NunitoSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/NunitoSans-Bold.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: 400;
  font-style: normal; }
/*=============== fonts ================*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
* {
  box-sizing: border-box; }
  *:before {
    box-sizing: border-box; }
  *:after {
    box-sizing: border-box; }

html {
  font-family: 'Nunito Sans', 'Open Sans', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
body {
  margin: 0;
  background-color: #0d0d0d;
  color: #fff; }

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

address {
  font-style: normal; }

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
  color: #fff;
  text-decoration: none; }

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: 500;
  color: #fff; }

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 40px;
  margin: 0 0 27px;
  font-weight: 300;
  color: #fff; }

h2 {
  font-size: 36px;
  margin: 0 0 22px;
  font-weight: 300;
  color: #fff; }

h4, h5, h6 {
  display: block;
  width: 100%;
  color: #fff; }

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  vertical-align: bottom; }

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible; }

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none; }

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal; }

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto; }

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

p, .p {
  width: 100%;
  font-family: 'Open Sans';
  color: #969595; }

.p h4 {
  font-size: 18px;
  font-weight: 300;
}

.news-text {
  font-family: 'Open Sans';
  color: #969595; }

ul {
  line-height: 1.4;
  padding-left: 15px;
  color: #fff; }

/*=============== general styles ============*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.text-center {
  text-align: center; }

.align-center {
  margin: 0 auto; }

.w50p {
  width: 50%; }
.w70p {
  width: 70%; }
.w100p {
  width: 100%; }

.ul-clear {
  list-style: none;
  margin: 0;
  padding: 0; }
  .ul-clear li {
    display: inline-block; }

.ul-base {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: "Open Sans"; }
  .ul-base li {
    padding: 5px 0 4px 38px;
    position: relative; }
    .ul-base li:before {
      content: "\2022 ";
      color: #df140e;
      display: inline-block;
      font-size: 26px;
      line-height: 1;
      position: absolute;
      left: 0;
      top: 3px; }

.bg-white {
  background-color: #ffffff; }
.color-white {
  color: #fff; }
.content-title {
  font-size: 14px;
  font-weight: 700;
  color: #c70a04;
  margin: 0 0 16px;
  text-transform: uppercase; }

.btn {
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Nunito Sans';
  text-align: center; }
  .btn:focus {
    outline: none; }

.btn-base {
  border: 1px solid #525252;
  line-height: 44px;
  color: #6f6e6e;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase; }
  .btn-base:hover {
    color: #fff;
    background-color: #c90a04;
    border-color: #c90a04; }

.btn-big {
  line-height: 64px;
  padding: 0 52px;
  border: 1px solid #7f7f7f;
  color: #616161;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase; }
  .btn-big:hover {
    color: #fff;
    background-color: #c90a04;
    border-color: #c90a04; }

.btn-revers {
  line-height: 46px;
  padding: 0 52px;
  border: 1px solid #555;
  color: #fff;
  font-size: 20px;
  font-weight: 400; }
  .btn-revers:hover {
    color: #fff;
    border-color: #c90a04;
    background-color: #c90a04; }

.btn-load-more {
  width: 100%;
  background-color: #080808;
  border: none;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Nunito Sans";
  line-height: 53px; }

.btn-inverse {
  border-color: #c90a04;
  background-color: #c90a04;
  border: 1px solid #c90a04;
  color: #fff;
  line-height: 44px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase; }
.btn-inverse:hover {
  background: none;
  border: 1px solid #525252;
  color: #fff;
  /*color: #6f6e6e;*/ }

.page-img {
  position: relative;
  vertical-align: top;
  overflow: hidden;
  min-height: 114px;
  text-align: center; }

.opacity-tr {
  background-image: url("../img/content/opacity_tr.png");
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 21px;
  width: 80px;
  display: block; }
  .opacity-tr:before, .opacity-tr:after {
    content: "";
    display: block;
    height: 21px;
    position: absolute;
    width: 9999px;
    top: 0;
    background-color: #0d0d0d; }
  .opacity-tr:before {
    left: -9999px; }
  .opacity-tr:after {
    right: -9999px; }

.opacity-bk-tr {
  background-image: url("../img/content/opacity_bk_tr.png");
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 21px;
  width: 80px;
  display: block; }
  .opacity-bk-tr:before, .opacity-bk-tr:after {
    content: "";
    display: block;
    height: 21px;
    position: absolute;
    width: 9999px;
    top: 0;
    background-color: #000; }
  .opacity-bk-tr:before {
    left: -9999px; }
  .opacity-bk-tr:after {
    right: -9999px; }

.opacity-tr-grey {
  background-image: url("../img/content/opacity_tr_grey.png");
  position: absolute;
  bottom: -21px;
  right: 0;
  left: 0;
  margin: auto;
  height: 21px;
  width: 80px;
  display: block; }

h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 20px; }

.black-tr {
  position: relative; }
  .black-tr:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #000;
    bottom: -20px;
    left: 50%;
    margin-left: -40px; }

.dark-tr {
  position: relative; }
  .dark-tr:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #0d0d0d;
    bottom: -20px;
    left: 50%;
    margin-left: -40px; }

.vertical-space {
  padding: 30px 0 56px; }

/*=============== general styles ============*/
/*
 * jQuery FlexSlider v2.3.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristim├дki (@villeristi)
 * 
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-container a:focus,
.flex-slider a:hover,
.flex-slider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  html[xmlns] .flexslider .slides {
    display: block; }
  * html .flexslider .slides {
    height: 1%; }
  .no-js .flexslider .slides > li:first-child {
    display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  .loading .flex-viewport {
    max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav a {
  background-color: rgba(25, 25, 25, 0.56);
  text-decoration: none;
  display: block;
  width: 117px;
  height: 246px;
  margin: -123px 0 0;
  position: absolute;
  top: 39%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0;
  text-indent: -9999px; }
  .flex-direction-nav a:before {
    display: block;
    content: '';
    background: url("../img/slider/main_arrows.png") no-repeat 0 0;
    width: 31px;
    height: 58px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .flex-direction-nav a.flex-next:before {
    content: '';
    background: url("../img/slider/main_arrows.png") no-repeat -52px 0;
    width: 31px;
    height: 58px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .flex-direction-nav a:hover:before {
    background: url("../img/slider/main_arrows.png") no-repeat 0 -58px; }
  .flex-direction-nav a:hover.flex-next:before {
    background-position: -52px -58px; }
  .small-arrow .flex-direction-nav a:before {
    background: url("../img/slider/main_arrows_small.png") no-repeat 0 0;
    width: 16px;
    height: 29px; }
  .small-arrow .flex-direction-nav a.flex-next:before {
    background: url("../img/slider/main_arrows_small.png") no-repeat -26px 0;
    width: 16px;
    height: 29px; }
  .small-arrow .flex-direction-nav a:hover:before {
    background: url("../img/slider/main_arrows_small.png") no-repeat 0 -29px; }
  .small-arrow .flex-direction-nav a:hover.flex-next:before {
    background-position: -26px -29px; }

.flex-direction-nav .flex-prev {
  left: 0; }
.flex-direction-nav .flex-next {
  right: 0; }
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'; }
  .flex-pauseplay a:hover {
    opacity: 1; }
  .flex-pauseplay a .flex-play:before {
    content: '\f003'; }

.flex-control-nav {
  width: 100%;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 5px;
    display: inline-block; }

.flex-control-paging li a {
  width: 9px;
  height: 9px;
  display: block;
  background-color: #3e3e3e;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  .flex-control-paging li a:hover {
    background: #333; }
  .flex-control-paging li a.flex-active {
    background: #c70a04;
    cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1; }
  .flex-direction-nav .flex-next {
    opacity: 1; } }
/*=============== header ===============*/
.header {
  position: absolute;
  width: 1190px;
  max-width: 100%;
  background-color: #191919;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9; }
  .header .social-menu {
    margin: 43px 62px 0 0; }
  .header .social-menu__twitter a:hover {
    background-position: 0 -27px; }
  .header .social-menu__facebook a:hover {
    background-position: -37px -27px; }
  .header .social-menu__youtube a:hover {
    background-position: -64px -27px; }
  .header .social-menu__discord a:hover {
    background-position: -105px -27px; }
  .header .social-menu__twitch a:hover {
    background-position: -145px -27px; }
  .header .social-menu__linkedin a:hover {
    background-position: -179px -27px; }
.header .social-menu__artstation a:hover {
  background-position: -210px -27px; }
  @media (max-width: 1200px) {
    .header .social-menu {
      margin: 43px 26px 0; } }
  @media (max-width: 1060px) {
    .header {
      position: relative; }
      .header .social-menu {
        margin: 43px 26px 0 0; } }

.logo {
  float: left;
  margin: 30px 50px 20px 50px; }
  @media (max-width: 1060px) {
    .logo {
      margin: 30px 26px 20px 26px;
      width: 150px; } }

/* .main-menu{
	li{
		float: left;
	}
} */
.social-menu a {
  text-decoration: none;
  font-size: 0;
  text-indent: -9999px;
  background-image: url("../img/icons/social-icons.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: bottom;
  float: left; }
.social-menu li {
  margin: 0 0 0 17px; }

.social-menu__twitter a {
  background-position: 0 0px;
  width: 25px;
  height: 23px; }

.social-menu__facebook a {
  background-position: -37px 0;
  width: 15px;
  height: 23px; }

.social-menu__youtube a {
  background-position: -64px 0px;
  width: 30px;
  height: 23px; }

.social-menu__discord a {
  background-position: -105px 0px;
  width: 28px;
  height: 23px; }

.social-menu__twitch a {
  background-position: -145px 0px;
  width: 23px;
  height: 23px; }

.social-menu__linkedin a {
  background-position: -179px 0px;
  width: 22px;
  height: 23px; }

.social-menu__artstation a {
  background-position: -210px 0px;
  width: 24px;
  height: 23px; }

.header__nav .social-menu {
  display: none; }
@media (max-width: 810px) {
  .header__nav {
    width: 100%;
    padding: 0 26px;
    border-top: 1px solid #525252; } }
@media (max-width: 480px) {
  .header__nav {
    display: none;
    padding: 0; }
    .header__nav .social-menu {
      display: block;
      margin: 10px 0;
      width: 100%;
      text-align: center; } }
.header__nav.open {
  display: block; }

.main-menu {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0; }
  .main-menu a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    vertical-align: bottom;
    border-bottom: 3px solid #191919;
    padding: 5px 18px 0;
    line-height: 106px;
    float: left;
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (max-width: 960px) {
      .main-menu a {
        padding: 5px 12px 0;
        font-size: 15px; } }
    @media (max-width: 810px) {
      .main-menu a {
        font-size: 18px;
        line-height: 60px; } }
    @media (max-width: 600px) {
      .main-menu a {
        font-size: 15px;
        line-height: 40px;
        padding: 5px 8px 0; } }
    @media (max-width: 480px) {
      .main-menu a {
        font-size: 16px;
        padding: 5px 15px 0; } }
  .main-menu a:hover, .main-menu li.active a {
    border-bottom: 3px solid #df140e;
    color: #df140e;
    background-color: #000; }
  .main-menu li {
    float: left; }
  @media (max-width: 1060px) {
    .main-menu a {
      width: 100%; } }
  @media (max-width: 810px) {
    .main-menu {
      width: 100%;
      text-align: center; }
      .main-menu li {
        float: none;
        display: inline-block;
        vertical-align: bottom; } }
  @media (max-width: 480px) {
    .main-menu li {
      width: 100%; } }

.toggle-menu {
  display: none;
  border: 2px solid #df140e;
  background-color: #0d0d0d;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Nunito Sans";
  margin: 30px; }
  @media (max-width: 480px) {
    .toggle-menu {
      display: block; } }

.header__nav-social {
  display: block; }
  @media (max-width: 480px) {
    .header__nav-social {
      display: none; } }

/*=============== header ===============*/
/*======================= footer ================*/
.footer {
  background-color: #af0a04;
  padding: 48px 0 48px;
  color: #fff;
  font-family: 'Open Sans'; }
  .footer .social-menu {
    display: inline-block;
    margin: 6px 0 0 35px;
    float: left; }
  @media (max-width: 960px) {
    .footer {
      text-align: center; }
      .footer .social-menu {
        margin: 10px;
        float: none; } }

.copyright {
  float: left; }

.fully-illustrated {
  float: right; }

.copyright, .fully-illustrated {
  display: inline-block;
  line-height: 37px;
  font-size: 14px; }
  @media (max-width: 960px) {
    .copyright, .fully-illustrated {
      float: none;
      margin: 10px;
      width: 100%; } }
  @media (max-width: 640px) {
    .copyright span, .fully-illustrated span {
      display: block; } }

.copyright {
  line-height: 1.5em;
}

.footer__logo {
  float: left;
  margin-right: 52px; }
  @media (max-width: 960px) {
    .footer__logo {
      float: none;
      margin: 0 0 10px; } }

.social-menu-wrap {
  float: right; }
  @media (max-width: 960px) {
    .social-menu-wrap {
      float: none; } }

/*======================= footer ================*/
/*====================== content ================*/
.content {
  max-width: 1198px;
  width: 100%;
  margin: auto; }

.content-grid {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 0 26px;  }
  
 .content-grid--flex {
	display: flex;
    flex-wrap: wrap;
 }

.row {
  margin: 0 -26px;
  float: left; }
.row.no-margin {
  margin: 0; }

.career-item {
  float: left;
  padding: 50px 0 0 50px;
  min-height: 240px; }
.career-item.no-padding {
  padding: 0; }
.career-item h3 {
  line-height: 1; }
@media (max-width: 1060px) {
  .career-item {
    padding: 50px;
    width: 100%; } }
.bg-white .career-item,
.bg-white .career-item ul,
.bg-white .career-item h1,
.bg-white .career-item h2,
.bg-white .career-item h3,
.bg-white .career-item h4 {
  color: #000;
}
.career-item.hidden-desktop {
  display: none;
}
.career-item.hidden-mobile {
  display: block;
}
@media screen and (max-width: 1060px) {
  .career-item.hidden-desktop {
    display: block;
  }
  .career-item.hidden-mobile {
    display: none;
  }
}

.mainslider {
  background-color: #000;
  padding-bottom: 47px;
  width: 100%; }
  .mainslider img {
    width: 100%; }
  .mainslider .flex-control-nav {
    margin-top: 23px; }
  @media (max-width: 1060px) {
    .mainslider .flex-direction-nav a {
      height: 80px;
      margin: -40px 0 0;
      width: 60px;
      top: 25%; } }
  @media (max-width: 600px) {
    .mainslider .flex-direction-nav a {
      top: 17%; } }
  @media (max-width: 480px) {
    .mainslider .flex-direction-nav a {
      top: 13%; } }
  @media (max-width: 360px) {
    .mainslider .flex-direction-nav a {
      top: 10%; } }

.mainslider_description {
  padding: 49px 0 0;
  max-width: 795px;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 18px; }
  .mainslider_description h1 {
    color: #fff;
    margin: 0 0 18px; }

.mainslider__img {
  position: relative;
  width: 100%;
  overflow: hidden; }
    
.mainslider__img--bg {
  padding-top: 114px;
  background-size: cover;
  background-position: center top; }
    @media (max-width: 1060px) {
    .mainslider__img--bg {
      padding: 0; } }
    
.mainslider_spacer {
  width: 100%;
  float: right;
  padding: 303px 0px;}
    
.mainslider__img--01 {
  background-image: url("../img/slider/main_image0.jpg"); }

.mainslider__img--02 {
  background-image: url("../img/slider/main_image1.jpg"); }
  
.mainslider__img--03 {
  background-image: url("../img/slider/main_image2.jpg"); }

.latest-news {
  background-color: #191919;
  padding: 70px 0 52px; }
  .latest-news .btn {
    width: 100%;
    max-width: 365px; }

.latest-news__item {
  padding: 0 26px;
  margin: 0 0 30px; }
  .latest-news__item header {
    overflow:hidden;
    margin-bottom: 10px; }
  .latest-news__item p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0; }
  @media (max-width: 960px) {
    .latest-news__item {
      width: 100%; } }

.latest-news__row {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
}
.latest-news__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media (max-width: 960px) {
  .latest-news__row {
    grid-template-columns: auto;
  }
}

.news__list {
  list-style: none;
  margin: 0;
  padding: 0; }

#newsList > li {
  margin-bottom: 20px;  }

.news-header {
  margin: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.1;
    color: #fff;
    text-decoration: none; }

.time-public {
  font-size: 14px;
  font-weight: 700;
  color: #c70a04;
  margin: 0 0 16px;
  margin: 13px 0 16px;
  display: block; }

.latest-news__item-desc {
  margin-bottom: 23px;
  overflow: hidden; }

.our-games {
  background-color: #fff; }
  .our-games .content-title {
    margin: 0 0 5px; }

.our-games__box {
  padding: 150px 50px 121px 150px; }
  @media (max-width: 1060px) {
    .our-games__box {
      padding: 50px 26px 50px 26px; } }

.gameslider {
  width: 100%;
  max-width: 450px;
  position: relative; }
  .gameslider .flex-control-nav {
    text-align: left;
    margin: 55px 0 0; }
  .gameslider h2 {
    color: #000;
    font-size: 40px;
    font-weight: 300; }

.our-games__box {
  background-color: rgba(255, 255, 255, 0.8);
  float: left;
  left: 100%;
  position: relative;
  width: 100%;
  z-index: 5; }
  @media (max-width: 768px) {
    .our-games__box {
      left: 0; } }

.gameslider__img {
  float: left;
  width: 50%;
  position: relative; }
  .gameslider__img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("../img/icons/ajaxspinner.gif");
    background-repeat: no-repeat;
    background-position: center center; }
  .gameslider__img .span-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 2; }
  @media (max-width: 768px) {
    .gameslider__img {
      width: 100%; } }

.gameslider__description {
  font-size: 18px;
  padding-bottom: 20px; }

.page-img--contact {
  background-image: url("../img/content/contact_header_img.jpg"); }
      
.contact-header-text {
  width: 100%;
  max-width: 430px;
  float: right;
  text-align: right;
  padding: 163px 0;
  color: #969595; }
  .contact-header-text p {
    color: #969595; }
    @media (max-width: 560px) {
      .contact-header-text p {
        color: #fff; } }
  @media (max-width: 1060px) {
    .contact-header-text {
      padding: 150px 0px;} }

.contact {
  padding: 60px 0 84px; }

.contact__item {
  float: left;
  /* width: 33.33%; */
  width: 50%;
  text-align: center;
  background-color: #1a1a1a;
  border: 1px solid #0d0d0d;
  padding: 60px 20px 20px;
  min-height: 240px; }
  .contact__item h3 {
    line-height: 1; }
  .contact__item b {
    color: #af0a04;
    font-weight: 400; }
  .contact__item a {
    color: #757575; }
    .contact__item a:hover {
      color: #fff; }
  .contact__item .btn {
    width: 100%;
    max-width: 294px; }
  @media (max-width: 1060px) {
    .contact__item {
      width: 100%; } }

.page-img--news {
  background-image: url("../img/content/news_header_img.jpg");
  font-size: 18px; }
  
.news-header-text {
  width: 100%;
  max-width: 430px;
  float: right;
  text-align: right;
  padding: 163px 0;
  color: #969595; }
  .news-header-text p {
    color: #969595; }
    @media (max-width: 560px) {
      .news-header-text p {
        color: #fff; } }
  @media (max-width: 1060px) {
    .news-header-text {
      padding: 150px 0px;} }

.news--latest {
  padding: 40px 0 60px; }
  .news--latest .news__small-content {
    float: right; }

.news--all-news {
  padding: 58px 0;
  background-color: #191919; }
  .news--all-news header {
    margin: 10px 0 0; }

.news__img {
  float: left;
  width: 32.82%; }
  .news__img a {
    float: left;
    max-width: 100%; }
  .news__img img {
    vertical-align: bottom; }
  @media (max-width: 780px) {
    .news__img {
      width: 100%; }
      .news__img a {
        width: auto;
        max-width: 100%; } }

.news__small-content {
  float: left;
  width: 67.18%;
  padding: 0 85px 0 40px; }
  @media (max-width: 780px) {
    .news__small-content {
      width: 100%;
      padding: 10px 0; } }

.news__item {
  margin-bottom: 2px; }
  .news__item:hover .news__img a {
    position: relative; }
    .news__item:hover .news__img a:before {
      content: "";
      display: block;
      background-color: #df140e;
      height: 3px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0; }
  @media (max-width: 780px) {
    .news__item {
      margin-bottom: 20px; } }

.page-img--games {
  background-image: url("../img/content/games_header_img.jpg");
  font-size: 18px; }
  
.games-header-text {
  width: 100%;
  max-width: 430px;
  float: right;
  text-align: right;
  padding: 163px 0;
  color: #969595; }
  .games-header-text p {
    color: #969595; }
    @media (max-width: 560px) {
      .games-header-text p {
        color: #fff; } }
  @media (max-width: 1060px) {
    .games-header-text {
      padding: 150px 0px;} }
      
.games__row {
  float: left;
  width: 100%;
  background-color: #000; }

.games__item {
  width: 50%;
  float: left;
  border-left: 2px solid #0d0d0d;
  border-right: 1px solid #0d0d0d; }
  .games__item:hover .red-line {
    position: relative; }
    .games__item:hover .red-line:before {
      content: "";
      display: block;
      background-color: #df140e;
      height: 3px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0; }
  @media (max-width: 600px) {
    .games__item {
      width: 100%;
      border-bottom: 10px solid #0d0d0d; } }
@media (min-width: 601px) {
  .games__item:nth-of-type(2n+1) {
    clear: both;
  }
}
.games__desc {
  padding: 48px 48px 31px; }
  @media (max-width: 768px) {
    .games__desc {
      padding: 20px; } }

.games .platforms {
  margin-top: 33px; }

.platforms__item {
  display: block;
  background-image: url("../img/content/platforms.png");
  height: 52px;
  font-size: 0;
  text-indent: -9999px; }

.platforms__item--ps4 {
  width: 80px;
  background-position: -10px 0px; }

.platforms__item--xboxone {
  width: 70px;
  background-position: -95px 0px; }

.platforms__item--windows {
  width: 55px;
  background-position: -168px 0px; }

.platforms__item--apple {
  width: 52px;
  background-position: -227px 0px; }

.platforms__item--ps3 {
  width: 65px;
  background-position: -284px 0px; }

.platforms__item--xbox360 {
  width: 70px;
  background-position: -359px 0px; }
  
.platforms__item--android {
  width: 40px;
  background-position: -440px 0px; }
  
.platforms__item--ios {
  width: 46px;
  background-position: -489px 0px; }
  
.platforms__item--windowsphone {
  width: 80px;
  background-position: -543px 0px; }
  
.platforms__item--nintendo3ds {
  width: 81px;
  background-position: -628px 0px; }
  
.platforms__item--kindlefire {
  width: 75px;
  background-position: -715px 0px; }
  
.platforms__item--psvita {
  width: 78px;
  background-position: -795px 0px; }

.platforms__item--stadia {
  width: 60px;
  background-position: -874px 0px; }

.platforms__item--switch {
  width: 42px;
  background-position: -934px 0px; }

.platforms__item--ps5 {
  width: 81px;
  background-position: -982px 0px; }

.platforms__item--xbs {
  width: 52px;
  background-position: -1069px 0px; }

.platforms__item--meta {
  width: 81px;
  background-position: -1124px 0px; }

.page-img--bg {
  padding-top: 114px;
  background-size: cover;
  background-position: center top; }
  @media (max-width: 1060px) {
    .page-img--bg {
      padding: 0; } }

.page-img--job {
  background-image: url("../img/content/jobs_header_img.jpg"); }

.job-header-text {
  width: 100%;
  max-width: 430px;
  float: right;
  text-align: right;
  padding: 49px 0 89px;
  color: #969595; }
  .job-header-text p {
    color: #969595; }
    @media (max-width: 560px) {
      .job-header-text p {
        color: #fff; } }
  @media (max-width: 1060px) {
    .job-header-text {
      padding: 36px 0 76px; } }

.jobs {
  padding: 52px 0; }
  .jobs p {
    margin: 6px 0; }

.jobs__sidebar {
  width: 33.30%;
  float: left; }
  @media (max-width: 768px) {
    .jobs__sidebar {
      padding-right: 0px;
      width: 100%; }
  }

.jobs__sidebar .sidebar-menu li:last-child {
  margin-top: 2em;
  margin-bottom: 2em;
}

.jobs__content {
  width: 66.70%;
  float: left; }
  @media (max-width: 768px) {
    .jobs__content {
      width: 100%; } }

.jobs__descbox {
  background-color: #191919;
  padding: 72px; }
  @media (max-width: 768px) {
    .jobs__descbox {
      padding: 26px; } }

.job__apply {
  background-color: #262626;
  padding: 50px 72px;
  margin-top: 2px; }
  .job__apply .btn {
    float: right;
    width: 264px;
    max-width: 100%; }
  @media (max-width: 1060px) {
    .job__apply .btn {
      float: none;
      max-width: 264px;
      width: 100%;
      margin: 10px 0 0; } }
  @media (max-width: 768px) {
    .job__apply {
      padding: 26px; } }

.job__apply-desc {
  float: left;
  width: 377px;
  padding: 0 40px 10px 0; }
  @media (max-width: 1060px) {
    .job__apply-desc {
      width: 100%; } }

.jobs .jobs-link-share {
  line-height: 1em;
  vertical-align: center;
  float: right;
  margin-top: 1em; }

/*** Divider ***/
.divider {
  background-color: #191919;
  position: relative;
  padding: 45px 30px; }
.divider .btn {
  width: 100%;
  max-width: 365px; }
.divider__title {
  padding: 0 26px; }
@media (max-width: 1060px) {
  .divider {
    padding: 10px 20px; }
  .divider .w70p {
    width: 90%; }
}
@media (max-width: 768px) {
  .divider .w70p {
    width: 100%; }
}

/*** Studio-Slider start ***/
.studios .content-title {
  margin: 0 0 5px; }

.studios__box {
  padding: 145px 50px 0 50px; }
@media (max-width: 768px) {
  .studios__box {
    padding: 50px; } }

.studioslider {
  width: 100%;
  max-width: 500px;
  position: relative;
}
.studioslider .flex-control-nav {
  text-align: left;
  margin: 20px 0 0;
  display: none; }
.studioslider h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300; }
.studios__box {
  background-color: rgba(0, 0, 0, 0.8);
  float: left;
  left: 100%;
  position: relative;
  width: 100%;
  z-index: 5; }
@media (max-width: 1060px) {
  .studios__box {
    padding-top: 30px; }
}
@media (max-width: 768px) {
  .studios__box {
    left: 0; }
  .studioslider {
    max-width: 100%; }
}
.studioslider__img {
  float: left;
  width: 50%;
  position: relative; }
.studioslider__img:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../img/icons/ajaxspinner.gif");
  background-repeat: no-repeat;
  background-position: center center; }
.studioslider__img .span-img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 2; }
@media (max-width: 768px) {
  .studioslider__img {
    width: 100%; } }
.studioslider__description {
  font-size: 16px;
  padding-bottom: 20px; }
.studioslider .flex-next,
.studioslider .flex-prev {
  color: #969595;
  background: none;
  margin-top: 0;
}
.studioslider .flex-next {
  right: -75px;
}
.studioslider .flex-prev {
  left: -85px;
}
@media (max-width: 768px) {

}
/*** Studio-Slider end ***/

.sidebar-menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .sidebar-menu li {
    display: block;
    margin-bottom: 2px; }
    .sidebar-menu li a {
      display: block;
      text-decoration: none;
      font-size: 21px;
      line-height: 1.1;
      padding: 14px 30px;
      background-color: #af0a04; }
      .sidebar-menu li a:hover {
        background-color: #af0a04; }
      .sidebar-menu li a.inactive {
        background-color: #262626; }

.page-img--tech {
  background-image: url("../img/content/tech_header_img.jpg");
  font-size: 18px; }

.tech-header-text {
  text-align: center;
  padding: 40px 0;
  width: 100%;
  max-width: 776px;
  margin: auto; }
  .tech-header-text p {
    color: #969595; }
  @media (max-width: 768px) {
    .tech-header-text {
      padding: 50px 0; } }

.giant-ing-logo {
  margin: 0px 0 80px; }

.tech {
  padding: 52px 0;
  background-color: #191919;
  overflow: hidden;
}

.tech__row {
  margin: 0 -10px;
  text-align: center; }

.tech__items {
  width: 199px;
  height: 199px;
  padding: 0 10px 20px;
  }
  .tech__items i {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #272727;
    background-image: url("../img/content/tech_sprite02.png?v=2");
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background-color: #0d0d0d}

.tech__items--ps3 i {
  background-position: 15.5px 21px; }

.tech__items--ps4 i {
  background-position: -186.5px 22.5px; }

.tech__items--ps5 i {
  background-position: -1184px -183.5px; }

.tech__items--psvita i {
  background-position: -388px 24px; }

.tech__items--xbox360 i {
  background-position: -598.5px 23px; }

.tech__items--xboxone i {
  background-position: -801.5px 27.5px; }

.tech__items--xboxseriesx i {
  background-position: -1190px 27.5px; }

.tech__items--amazone i {
  background-position: -989.5px 21px; }

.tech__items--wii i {
  background-position: 15px -185px; }

.tech__items--nintentdo i {
  background-position: -185.5px -185px; }

.tech__items--wind-phone i {
  background-position: -387.5px -182px; }

.tech__items--ios i {
  background-position: -590.5px -180.5px; }

.tech__items--android i {
  background-position: -790.5px -181px; }

.tech__items--kindel-fire i {
  background-position: -989px -180.5px; }

.tech__items--switch i {
  background-position: 14px -381px; }
  
.tech__items--windows i {
  background-position: -187.5px -382px; }
  
.tech__items--apple i {
  background-position: -384px -377px; }

.tech__items--linux i {
  background-position: -585.5px -378px; }

.tech__items--steamos i {
  background-position: -788.5px -376px; }

.tech__items--stadia i {
  background-position: -991.5px -374px; }

.tech__items--switch2 i {
  background-position: -1184px -374px; }  
  
.know-more {
  text-align: center;
  padding: 75px 0; }
  .know-more .btn {
    width: 100%;
    max-width: 362px;
    margin: 20px 0 0; }

@media (max-width: 1250px) {
  .content-title--tech {
    text-align: center; } }
/*====================== content ================*/



.text-white {
    color:#fff;
}

.text-larger {
  font-size: 1.1em;
}

.hidden {
    display:none;
}

.half-box {
    float: left;
    width:50%;
}

/*** LanguageSelectElement ***/
select.language-selector {
  background: inherit;
  border: 1px solid #df140e;
  padding: 0.5em 1em;
  margin: 0.5em 0;
}
select:focus.language-selector {
  background: #0d0d0d;
}
.bulletList > li {
  list-style-type: disc;
}

.imprint {
  padding: 60px 0 84px;
}

.imprint .imprint-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.imprint-grid-item {
  padding: 20px;
  text-align: center;
  font-size: 20px;
}
