/*
Theme Name: FinInst
Author: Mediapool Finland
Author URI: http://mediapool.fi
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

ol li,
ul li,
.innerList-ul li,
.eventList-li li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

textarea {
  overflow: auto;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

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

* {
  margin: 0;
  outline: none;
}

html,
body {
  font-family: "Founders Grotesk";
  line-height: 1;
  -webkit-overflow-scrolling: touch;
  /* For safari mobile */
}

input {
  padding: 0;
  background: transparent;
  border: none;
  -moz-appearance: normal;
  -webkit-appearance: normal;
  appearance: normal;
}

textarea {
  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
  border: none;
  padding: 0;
  resize: none;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.clear {
  clear: both;
}

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

button {
  border: none;
  padding: 0;
  background: transparent;
}

strong,
b {
  font-weight: 800;
}

i,
em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

.cf:before,
.cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.fancybox-overlay {
  z-index: 8010;
  background-color: rgba(47, 47, 47, 0.9);
}

.fancybox-nav span {
  width: 60px;
  height: 60px;
  z-index: 8040;
}

.fancybox-prev span {
  left: -60px;
  background: url(img/f_left_in.jpg) no-repeat center;
}

.fancybox-prev span:hover {
  background-image: url(img/f_left_ac.jpg);
}

.fancybox-next span {
  right: -60px;
  background: url(img/f_right_in.jpg) no-repeat center;
}

.fancybox-next span:hover {
  background-image: url(img/f_right_ac.jpg);
}

.fancybox-close {
  top: -60px;
  right: -60px;
  width: 60px;
  height: 60px;
  z-index: 8040;
  background: url(img/close_in.jpg) no-repeat center;
}

.fancybox-close:hover {
  background: url(img/close_ac.jpg) no-repeat center;
}

.fancybox-nav span {
  position: absolute;
  cursor: pointer;
  background-size: cover;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.fancybox-prev span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fancybox-next span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fancybox-close {
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fancybox-wrap {
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  padding: 0 !important;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  overflow: hidden !important;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: inherit;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  position: relative;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

#fancybox-buttons.top {
  top: 10px;
}

#fancybox-buttons.bottom {
  bottom: 10px;
}

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #444444),
    color-stop(50%, #343434),
    color-stop(50%, #292929),
    color-stop(100%, #333333)
  );
  background: -webkit-linear-gradient(
    top,
    #444444 0%,
    #343434 50%,
    #292929 50%,
    #333333 100%
  );
  background: -o-linear-gradient(
    top,
    #444444 0%,
    #343434 50%,
    #292929 50%,
    #333333 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#444444),
    color-stop(50%, #343434),
    color-stop(50%, #292929),
    to(#333333)
  );
  background: linear-gradient(
    top,
    #444444 0%,
    #343434 50%,
    #292929 50%,
    #333333 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0);
}

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  /*background-image: url('../img/fancybox_buttons.png');*/
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}

#fancybox-buttons a:hover {
  opacity: 1;
}

#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

#fancybox-thumbs {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 8050;
  margin-right: auto;
  margin-left: auto;
  bottom: 0;
  display: block !important;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  display: inline-block;
  padding: 1px;
  overflow: hidden;
  width: 120px !important;
  height: 85px !important;
  margin-top: 3px;
  margin-right: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#fancybox-thumbs ul li.active {
  opacity: 0.4 !important;
}

.fancybox-wrap #fancybox-thumbs {
  display: block !important;
}

#fancybox-thumbs ul {
  left: 0 !important;
  margin-left: auto;
  margin-right: auto;
  width: 585px !important;
  overflow: hidden;
  height: 115px;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  outline: none;
  width: 120px !important;
  height: 85px !important;
  background: #000;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  opacity: 1 !important;
}

.t-prev {
  background: url(img/prev4.png) no-repeat center;
  width: 14px;
  height: 24px;
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  cursor: pointer;
}

.t-next {
  background: url(img/next4.png) no-repeat center;
  width: 14px;
  height: 24px;
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  cursor: pointer;
}

/* Flexslider height & width */

/* Pagination button & button hover icon names */

/* Pagination button width & height */

.flex-direction-nav {
  position: absolute;
  bottom: 70px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1200px;
  left: 50%;
}

.flex-control-nav {
  width: initial;
  z-index: 2;
  position: absolute;
  right: initial;
  text-align: center;
  left: 50%;
  bottom: 90px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  *display: inline-block;
  zoom: 1;
}

.flexslider {
  zoom: 1;
  z-index: 1;
}

html[xmlns] .flexslider .slides,
.no-js .flexslider .slides > li:first-child {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.flexslider * {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flexslider {
  width: 100%;
  height: calc(100vh);
  padding: 0;
  position: relative;
  zoom: 1;
  z-index: 1;
}

.flexslider .flex-control-nav {
  display: table;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides > li {
  height: calc(100vh);
  display: none;
  -webkit-backface-visibility: hidden;
  background: no-repeat center;
  background-size: cover;
}

.flexslider .slides:after {
  content: '\0020';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav:after {
  clear: both;
  content: '';
}

.flex-direction-nav li {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
}

.flex-direction-nav li.flex-nav-prev {
  float: left;
  background: url(img/) no-repeat center;
  left: 0;
  position: relative;
}

.flex-direction-nav li.flex-nav-prev:hover {
  background-image: url(img/);
}

.flex-direction-nav li.flex-nav-next {
  float: right;
  background: url(img/) no-repeat center;
  right: 0;
  position: relative;
}

.flex-direction-nav li.flex-nav-next:hover {
  background-image: url(img/);
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-disabled {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 0;
  cursor: default;
}

.flex-pauseplay a {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: url(img/) no-repeat center;
  cursor: pointer;
  text-indent: -9999px;
  font-size: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-control-paging li a:hover {
  background: url(img/) no-repeat center;
}

.flex-control-paging li a.flex-active {
  background: url(img/) no-repeat center;
}

.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%;
  height: auto;
  display: block;
  cursor: pointer;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=70);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.7;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.7;
  /* Modern */
  opacity: 0.7;
  -webkit-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;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

input {
  font-family: inherit;
  color: inherit;
}

input::-webkit-input-placeholder {
  font-family: inherit;
  color: inherit;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}

input:-moz-placeholder {
  font-family: inherit;
  color: inherit;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}

input::-moz-placeholder {
  font-family: inherit;
  color: inherit;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}

input:-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}

select {
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

.hero .readMore,
header .topMenu li a,
header .langMenu a,
header .socList .tw,
header .socList .in,
header .socList .yt,
header .socList .fb,
header .searchForm button,
.eventList-li .readMore,
.eventList li .readMore,
.eventList .allEvents,
.eventsRight .inner .readMore,
.eventsRight .featuredVideo .goto,
.twitterLeft .readMore,
.instList .readMore,
footer .bottom .sidez ul:not(.socList) a,
footer .socList .tw,
footer .socList .in,
footer .socList .yt,
footer .socList .fb,
.rep a,
.whoAre .wrap li .readMore,
.whoAre .seeAll,
.filterBlog ul,
.blogPosts li .readMore,
.blogPosts .seeMore,
.press .con .rightSide a,
.press .con .rightSide p + a,
.press .cat,
.years a,
.highLights .readMore,
.mainWrap .notMainWrap {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero {
  height: 648px;
  background: no-repeat center / cover;
  background-attachment: fixed;
  position: relative;
}

.hero .inner {
  margin-top: 100px;
  width: 680px;
}

.hero .inner.bigInner {
  width: 700px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero .inner.bigInner, .hero .inner.bigInner > *,
.hero .inner.bigInner, .hero .inner.bigInner > *::before,
.hero .inner.bigInner, .hero .inner.bigInner > *::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

.hero .inner.bigInner .hugeTitle > span {
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
  display: inline;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

.hero .inner.bigInner .hugeTitle {
  text-align: center;
  font-family: 'Founders Grotesk';
  font-weight: 900;

  font-size: 35px;
  letter-spacing: 0.23px;
  text-align: center;
  line-height: 92px;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #000;
  background: #FFF;
  margin: 0.5rem 0;
  box-decoration-break: clone;

  display: inline !important;
  padding: 0px 0px;
  text-indent: 30px;
  box-shadow: -30px 0 0 0 #FFF;
  -webkit-box-shadow: 0px 0 0 0 #FFF;
  -moz-box-shadow: 0px 0 0 0 #FFF;
  line-height: 2.3;

}

.hero .subTitle {
  display: block; // text-transform: uppercase;
  color: white;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: center;
  padding-bottom: 25px;
}

.hero .scrollDown {
  background: url(img/down.png) no-repeat center;
  width: 31px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

.hero .title {
  font-weight: 900; 
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  color: #57068C;
}

.hero h2 {
  font-weight: 900;
  font-size: 40px;
  color: white;
  letter-spacing: 0.024em;
  color: white;
  margin-top: 14px;
}

.hero .readMore {
  margin-top: 22px;
  width: 260px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 900;
  letter-spacing: 0.2em;
  background-color:#57068C;
}



.hero .readMore:hover {
  background-color: #8556A3;
}

.openArticle .topTextTitle, .con-4.simpleTxt h1, .con-4 h1 {
    color: black;
    font-weight: 900;
    font-size: 40px;
    line-height: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
}

 .con-4.simpleTxt h1 { 
  margin-bottom: 30px;
  }

.gradient {
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.35)),
    to(transparent)
  );
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.35), transparent);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.35), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.35), transparent);
}

header {
  padding-top: 40px;
  padding-left: 45px;
  padding-right: 45px;
}

header .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .rightTop,
header .rightBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .rightBottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 30px;
}

header .topMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .topMenu li {
  margin-right: 15px;
}

header .topMenu li a {
  font-weight: 900;
  letter-spacing: 0.049em;
  color: white;
  font-size: 12px;
}

@media screen and (min-width: 1165px) {
  header .topMenu li {
    margin-right: 25px;

  }

  header .topMenu li a {
    font-size: 15px;
  }
}

header .topMenu li a:hover:after,
header .topMenu li.current-menu-item a:after,
header .topMenu li a:hover:after,
header .topMenu li a.active:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

header .topMenu li.current-menu-item a:after,
header .topMenu li a:after {
  display: block;
  content: ' ';
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  position: relative;
}

header .langMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .langMenu li {
  color: #d1d2d3;
}

header .langMenu li:first-child a {
  margin-right: 9px;
}

header .langMenu li:last-child a {
  margin-left: 9px;
}

header .langMenu a {
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.05em;
}

header .langMenu a:hover,
header .langMenu a.active {
  color: #57068C;
}

header .langMenu a.active {
  font-weight: 900;
}

header .socList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .socList li {
  margin-left: 9px;
}

header .socList .tw {
  width: 28px;
  height: 25px;
  background: url(img/tw.png) no-repeat center;
  display: block;
}

header .socList .tw:hover {
  background-image: url(img/tw-hover.png);


}

header .socList .in {
  width: 28px;
  height: 27px;
  display: block;
  background: url(img/in.png) no-repeat center;
}

header .socList .in:hover {
  background-image: url(img/in-hover.png);
}

header .socList .yt {
  width: 18px;
  height: 13px;
  display: block;
  background: url(img/yt.png) no-repeat center;
  margin-left: 5px;
}

header .socList .yt:hover {
  background-image: url(img/yt-hover.png);
}

header .socList .fb {
  width: 19px;
  height: 26px;
  display: block;
  background: url(img/fb.png) no-repeat center;
}

header .socList .fb:hover {
  background-image: url(img/fb-hover.png);
}

header .searchForm {
  margin-left: 30px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .searchForm input {
  width: 150px;
  background: transparent;
  height: 18px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 900;
  font-size: 13px; // text-transform: uppercase;
  letter-spacing: 0.05em;
  color: white;
}

header .searchForm button {
  width: 15px;
  height: 18px;
  display: block;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
  background: url(img/sea_1.png) no-repeat top right;
}

header .searchForm button:hover {
  background-image: url(img/sea_1_hov.png);
}

header .bottom {
  padding-top: 4px;
}

header .bottom h3 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  color: white;
}

header .middleMenu {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

header .middleMenu li {
  margin: 0 5px;
}

header .middleMenu li a {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: inline-block;
  padding: 0 5px;
}

header .middleMenu li a.active:after,
header .middleMenu li a:hover:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

header .middleMenu li a.active:after,
header .middleMenu li a:after {
  display: block;
  content: ' ';
  border-bottom: 2px solid #60beb4;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  position: relative;
  left: 0;
}

header + .con {
  padding: 0 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.forResp_1,
.forResp_2 {
  max-width: calc(1370px - 90px);
  padding-left: 45px;
  padding-right: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  background-color: white;
}

.con-2 {
  width: 715px;
  margin: 0 auto;
}

.middleTxt {
  padding: 47px 0 92px 0;
}

.middleTxt h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.024em; // text-transform: uppercase;
  color: #373737; // line-height: 45px;
}

.middleTxt p {
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  letter-spacing: 0.024em;
  margin-top: 35px;
}

.borTop {
  border-top: 1px solid #e3e3e3;
}

.sides {
  padding-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sides .side_1 {
  width: 665px; // margin-right: auto;
  max-width: 50%;
}

.sides .side_2 {
  width: 560px;
  margin-left: auto;
  margin-left: 35px;
  max-width: 50%;
}

@media screen and (max-width: 640px) {
  .sides .side_2 {
    margin-left: 0;
  }
}

.sides .eventsLeft .mainTitle {
  display: block;
  font-weight: 900;
  font-size: 25px;
  color: #000000; // text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sides .eventsLeft .mainTitle.bigger {
  font-size: 25px;
  margin-bottom: 35px;
}

.page-template-search .mainTitle.bigger {
  font-size: 25px;
  margin-bottom: 35px;
  display: block;
  font-weight: 900;
  font-size: 25px;
  color: #000000; // text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-template-search .mainTitle em {
  color: #8556A3;
}

.sides .eventsLeft .mainTitle.minus {
  margin-left: -115px;
}

.sides .eventsLeft .mainTitle em {
  color: #8556A3;
}

.sides .eventsLeft .eventSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 460px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  padding-left: 20px;
  font-weight: 900;
  font-size: 13px;
  color: #373737;
  letter-spacing: 0.05em;
  background: url(img/drop_1.png) no-repeat right 20px center;
  margin-top: 14px;
}

.sides .eventsLeft .eventSelect.fullWidth {
  width: 100%;
}

.toCenter {
  margin-left: auto;
  margin-right: auto;
}

.textCenter {
  text-align: center;
}

.pad_1 {
  padding-bottom: 160px;
}

.pad_2 {
  padding-bottom: 100px;
}

.eventList {
  width: 100%;
  margin-top: 36px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.loading img {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: auto;
}

.loading {
  display: block;
}

.eventList li, .eventList-li, .eventList-li .cf  {
  padding-bottom: 58px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e3e3e3),
    to(#e3e3e3)
  );
  background: -webkit-linear-gradient(#e3e3e3, #e3e3e3);
  background: -o-linear-gradient(#e3e3e3, #e3e3e3);
  background: linear-gradient(#e3e3e3, #e3e3e3);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  margin-bottom: 35px;
}

.eventList li .top, .eventList-li .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8556A3;
}

.eventList li .top .date, .eventList-li .top .date {
  font-weight: 900;
  font-size: 13px;
  color: #373737;
  letter-spacing: 0.049em;
  margin-right: 10px;
}

.eventList li .top .cat, .eventList-li .top .cat {
  font-weight: 900;
  font-size: 13px;
  color: #373737;
  letter-spacing: 0.049em;
  margin-left: 0px;
}

span.date + span.cat {
  display: inline-block;
  padding-left: 10px;
}

.eventList li .title, .eventList-li .title {
  font: 900 20px/26px 'Founders Grotesk';
  letter-spacing: 0.066em;
  display: block;
  margin-top: 12px;
  margin-bottom: 8px;
  color:#57068C;
}

.eventList li .desc, .eventList-li .desc  {
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #373737;
  line-height: 24px;
}

.eventList li .readMore, .eventList-li .readMore {
  font-weight: 900;
  font-size: 16px;
  color: #373737;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 5px;
}

.eventList li .readMore:hover, .eventList-li .readMore:hover {
  color: #808080;
}

/* .eventList .allEvents {*/

.allEvents {
  margin-top: 22px;
  width: 220px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 900;
  letter-spacing: 0.2em;
  background-color: #57068C;
  margin-left: auto;
  margin-right: auto;
}

.lang-fi .allEvents {
  width: 290px;
}

.allEvents:hover {
  background-color: #8556A3;
}

.eventsRight {
  padding-bottom: 97px;
}

.eventsRight .bestTitle {
  display: block;
  font-weight: 900;
  font-size: 25px;
  color: #000000; // text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.eventsRight .article {
  width: 100%;
  height: 0;
  background: no-repeat center / cover;
  border-radius: 7px;
  margin-top: 14px;
  position: relative;
  margin-bottom: 55px;
  padding-bottom: 56.2%;
}

.eventsRight .inner {
  position: absolute;
  bottom: 30px;
  left: 23px;
  width: 295px;
}

.eventsRight .inner .title {
  font-weight: 900;
  font-size: 25px;
  color: white;
  letter-spacing: 0.03em;
  line-height: 28px;
}

.eventsRight .inner .readMore {
  margin-top: 13px;
  width: 260px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 900;
  letter-spacing: 0.2em;
  background-color: #57068C;
}

.eventsRight .inner .readMore:hover {
  background-color: #8556A3;
}

.eventsRight .featuredVideo video {
  height: 315px;

  border-radius: 7px;
  margin-top: 16px;
  width: 100%;
}

.eventsRight .featuredVideo .topTitle {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.042em;
  color: #57068C;
  display: block;
  margin-top: 10px;
  margin-bottom: 9px;
}

.eventsRight .featuredVideo .desc {
  font-size: 16px;
  color: #373737;
  line-height: 24px;
  display: block;
  margin-bottom: 4px;
}

.eventsRight .featuredVideo .goto {
  font-weight: 900;
  font-size: 16px;
  color: #373737;
  letter-spacing: 0.05em;
}

.eventsRight .featuredVideo .goto:hover {
  color: #292929;
}

.pad_0 {
  padding-top: 0;
}

.pad_0.sides {
  padding-bottom: 130px;
}

.forResp_2 {
  padding-top: 70px;
}

.instaRight .title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.041em;
  font-weight: 900;
  font-size: 25px;
  color: #292929;
  margin-bottom: 47px;
}

.twitterLeft .title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.041em;
  font-weight: 900;
  font-size: 25px;
  color: #292929;
  margin-bottom: 47px;
}

.twitterLeft .tweet {
  margin-bottom: 45px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #292929;
  letter-spacing: 0.05em;
}

.twitterLeft .tweet a {
  color:#57068C;
}

.twitterLeft .readMore,
a.readMoreButton {
  margin: 20px auto 0;
  width: 260px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color:#FFFFFF;
  font-weight: 900;
  letter-spacing: 0.2em;
  background-color:#57068C;
}

.eventsRight a.readMoreButton,
.eventsLeft a.allEvents {
  width: auto;
}

.twitterLeft .readMore:hover {
  background-color: #8556A3;
}

a.readMoreButton:hover {
  background-color: #8556A3;
}
.instList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.instList li {
  margin-bottom: 17px;
}

.instList img {
  display: block;
}

.instList .readMore {
  margin: 56px auto 0 auto;
  width: 220px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 900;
  letter-spacing: 0.2em;
  background-color: #57068C;
}

.instList .readMore:hover {
  background-color: #8556A3;
}

.outerWrap {
  background: white;
  z-index: 1;
  position: relative;
  margin-bottom: 340px;
}

footer {
  position: fixed;
  height: 374px;
  overflow: hidden;
  background-color: #57068C;
  margin-bottom: 0px;
  bottom:0;
  left:0;
  width: 100%;

}

footer .footer {
  background-color:#57068C;;
  padding-top: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

footer .top h2 {
  margin-top: 13px;
  margin-left: 130px;
  font: 50px 'relation-two';
  letter-spacing: 0.01em;
  color: white;
}

footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .bottom .sidez {
  width: 238px;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  min-height: 244px;
  margin-bottom: 12px;
}


footer .bottom .sidez p {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  display: block;
}

footer .bottom .sidez ul:not(.socList) a {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  display: table; 
  // border-bottom: 1px solid white;
  margin-bottom: 14px;
}

footer .bottom .sidez ul:not(.socList) a:hover {
  color: #8556A3;
}

footer .space {
  display: block;
  height: 30px;
}

footer .socList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .socList li {
  margin-right: 9px;
}

footer .socList li a {
  border-bottom: none !important;
}

footer .socList .tw {
  width: 28px;
  height: 25px;
  background: url(img/tw.png) no-repeat center;
  display: block;
}

footer .socList .tw:hover {
  background-image: url(img/tw-hover.png);
}

footer .socList .in {
  width: 28px;
  height: 27px;
  display: block;
  background: url(img/in.png) no-repeat center;
}


footer .socList .in:hover {
  background-image: url(img/in-hover.png);
}

footer .socList .yt {
  width: 18px;
  height: 13px;
  display: block;
  background: url(img/yt.png) no-repeat center;
  margin-left: 5px;
}


footer .socList .yt:hover {
  background-image: url(img/yt-hover.png);
}

footer .socList .fb {
  width: 19px;
  height: 26px;
  display: block;
  background: url(img/fb.png) no-repeat center;
}

footer .socList .fb:hover {
  background-image: url(img/fb-hover.png);
}

footer .socList .bl {
  width: 28px;
  height: 28px;
  display: block;
  background: url(img/bl.png) no-repeat center;
}

.con-3 {
  margin: 0 auto;
  width: 920px;
}

.con-4 {
  width: 675px;
  margin: 0 auto;
}

.con-5 {
  width: 610px;
  margin: 0 auto;
}

.aboutUsTxt {
  padding-top: 66px;
}

.simpleTxt h2,
.rep h2 {
  font-weight: 900;
  font-size: 40px;
  color: #000; // text-transform: uppercase;
  letter-spacing: 0.024em;
  margin-bottom: 30px;
  margin-top: 40px;
}

.simpleTxt h3 {
  font-size: 22px;
  color: black;
  line-height: 32px;
  margin-bottom: 26px;
  margin-top: 52px;
}

.simpleTxt p {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 22px;
  color: #373737;
  display: block;
  margin-bottom: 27px;
}

.quoteTxt {
  position: relative;
  left: -120px;
  margin-top: 79px;
  margin-bottom: 72px;
}

.quoteTxt p {
  font-weight: 600;
  display: block;
  color: #fd9867;
  margin-bottom: 34px;
}

.quoteTxt h4 {
  font-weight: 700;
  font-size: 16px;
  color: #373737;
  letter-spacing: 0.05em;
}

.rep {
  padding-bottom: 88px;
  border-bottom: 1px solid #e3e3e3;
}

.rep h3 {
  display: block;
  font-size: 25px;
  color: black;
  font-weight: 900;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}

.rep a {
  display: block;
  font-weight: 900;
  font-size: 16px;
  color: #373737;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.rep a:hover {
  color: #808080;
}

.whoAre {
  padding-bottom: 145px;
  padding-top: 92px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.whoAre.extended {
  width: 911px;
  margin: 0 auto;
}

.whoAre.extended h2 {
  padding-bottom: 80px;
  text-align: left;
}

.whoAre.extended .wrap li {
  margin: 0 7px;
  width: calc(50% - 20px);
}

.whoAre.extended em {
  color: #8556A3;
}

.whoAre h2 {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  color: #000; // text-transform: uppercase;
  letter-spacing: 0.024em;
  padding-bottom: 50px;
}

.whoAre .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.whoAre.gg .wrap li {
  width: calc(33.33% - 40px);
}

.whoAre .wrap li {
  width: calc(33.33% - 16px);
  margin: 0 20px;
}

.whoAre .wrap li img {
  display: block;
  margin-bottom: 30px;
  max-width: 100%;
}

.whoAre .wrap li .name {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #373737;
  letter-spacing: 0.049em;
  margin-bottom: 15px;
}

.whoAre .wrap li .name:hover {
  color: #808080;
}
.whoAre .wrap li .postition {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #8556A3;
  margin-bottom: 33px;
}

.whoAre .wrap li .desc {
  font-weight: 400;
  font-size: 16px;
  color: #373737;
  letter-spacing: 0.05em;
  line-height: 24px;
}

.whoAre .wrap li .readMore {
  font-weight: 900;
  font-size: 16px;
  color: #373737;
  letter-spacing: 0.05em;
  display: block;
}

.whoAre .wrap li .readMore:hover {
  color: #808080;
}

.whoAre .seeAll {
  margin: 40px auto 0 auto;
  width: 220px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: white;
  font-weight: 900;
  letter-spacing: 0.2em;
  background-color: #60beb4;
}

.whoAre .seeAll:hover {
  background-color: #373737;
}

.openArticle {
  padding-bottom: 105px;
  border-bottom: 1px solid #e3e3e3;
}

.single-blog .openArticle {
  margin-bottom: 50px;
}

.openArticle.releases h2 {
  padding-top: 0;
}

.openArticle .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #8556A3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 0 0;
  margin-bottom: 30px;
}

.openArticle .top span {
  font-weight: 700;
  display: block;
  color: #373737;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.openArticle .top span.date {
  margin-right: 10px;
}

// .openArticle .top span.cat {
//     margin-left: 10px;
// }
.openArticle h1,
.openArticle h2 {
  padding-top: 45px;
  margin-bottom: 55px;
  font-size: 40px;
  letter-spacing: 0.024em;
  color: #000000; // text-transform: uppercase;
  font-weight: 900;
}

.openArticle h3 {
  font-size: 22px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 36px;
}

.openArticle p {
  font-size: 18px;
  color: #373737;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-bottom: 22px;
}

.openArticle ol,
.openArticle ul,
.leftSide ol,
.leftSide ul {
  padding-left: 30px;
  margin-bottom: 22px;
}

.openArticle ol li,
.openArticle ul li,
.leftSide ol li,
.leftSide ul li {
  margin-bottom: 5px;
  font-size: 18px;
  color: #373737;
  letter-spacing: 0.05em;
}

.openArticle ol li {
  list-style-type: decimal;
}

.openArticle ul li {
  list-style-type: disc;
}

.leftSide ol li {
  list-style-type: decimal;
}

.leftSide ul li {
  list-style-type: disc;
}

.openArticle img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
  margin-top: 45px;
}

.openArticle img.alignleft {
  float: left;
  margin: 5px;
}

.openArticle img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.openArticle h4 {
  font-weight: 600;
  font-size: 14px;
  color: #57068C;
  /*color: #70c9c2; */
  letter-spacing: 0.042em;
  display: block;
  margin-top: -24px;
  padding-top: 16px;
  margin-bottom: 47px;
}

.filterBlog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 0;
}

.filterBlog select {
  padding-left: 25px;
}

.filterBlog select,
.filterBlog ul {
  margin: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 555px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  font-weight: 900;
  font-size: 13px;
  color: #373737;
  letter-spacing: 0.05em;
  background: url(img/drop_1.png) no-repeat right 20px center;
}

.filterBlog ul.opened {
  background-image: url(img/opened.png);
}

.filterBlog ul li:first-child {
  margin-top: 8px;
  padding-left: 20px;
  cursor: pointer;
}

.filterBlog .months {
  width: calc(100% + 2px);
  margin-left: -1px;
  background-color: white;
  display: block;
  border: 1px solid #e3e3e3;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
  padding-bottom: 22px;
  display: none;
}

.filterBlog .months span {
  display: block;
}

.filterBlog .months .year {
  padding-top: 19px;
}

.filterBlog .months .month {
  margin-top: 11px;
  margin-left: 9px;
  font-weight: 300;
  letter-spacing: 0.069em;
  cursor: pointer;
}

.blogPosts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; // max-width: 100%!important;
}

.page-template-search .blogPosts {
  padding: 0;
}

.blogPosts li {
  margin: 0 10px;
  width: calc(33.33% - 20px);
  margin-bottom: 50px;
}

.blogPosts li:nth-of-type(3n + 1),
.blogPosts li:nth-of-type(1) {
  margin-left: 0;
}

.blogPosts li img {
  display: block;
  border-radius: 7px;
  margin-bottom: 21px;
  max-width: 100%;
}

.blogPosts li .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #57068C;
  width: 100%;
  margin-top: 6px;
}

.blogPosts li .top span {
  font-weight: 700;
  display: block;
  color: #373737;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.blogPosts li .top .date {
  margin-right: 10px;
}

.blogPosts li .top .cat {
  margin-left: 10px;
}

.blogPosts li .title {
  display: block;
  font-weight: 900;
  color: #57068C;
  letter-spacing: 0.066em;
  margin-top: 14px;
  margin-bottom: 9px;
}

.blogPosts li .desc {
  display: block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #373737;
  line-height: 24px;
}

.blogPosts li .readMore {
  display: block;
  font-weight: 900;
  font-size: 16px;
  color: #373737;
  letter-spacing: 0.05em;
  margin-top: 6px;
}

.blogPosts li .readMore:hover {
  color: #808080;
}

.blogPosts .seeMore {
  margin: 115px auto 135px auto;
  width: 220px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 900;
  letter-spacing: 0.2em;
  background-color: #57068C;
}

.blogPosts .seeMore:hover {
  background-color: #8556A3;
}

.singleContact {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1340px;
  padding-left: 45px;
  padding-right: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.singleContact .leftSide {
  width: 600px;
}

.singleContact .leftSide img {
  display: block;
  max-width: 100%;
}

.singleContact .rightSide {
  width: 615px;
  margin-left: 40px;
}

.singleContact .rightSide .name {
  font-weight: 900;
  letter-spacing: 0.044em;
  color: #8556A3;
  display: block;
  margin-bottom: 30px;
}

.singleContact .rightSide .title {
  font-weight: 900;
  font-size: 25px;
  color: #000000;
  letter-spacing: 0.03em;
  margin-bottom: 61px;
  display: block;
}

.singleContact .rightSide .desc {
  display: block;
}

.singleContact .rightSide p {
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #373737;
  line-height: 26px;
  margin-bottom: 35px;
}

.forSingle {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 90px);
  max-width: 1200px;
}

.forSingle h2 {
  color: #373737;
}

.forSingle .wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.forSingle .wrap li {
  margin: 0 12px;
  margin-bottom: 75px;
}

.forSingle .wrap li:nth-of-type(4n + 0),
.forSingle .wrap li:nth-of-type(1) {
  margin-left: 0;
}

.forSingle .wrap li:nth-of-type(3n + 0) {
  margin-right: 0;
}

.mapCont {
  padding-top: 87px;
  max-width: 905px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.mapCont .leftSide {
  width: 202px;
}
.mapCont .rightSide {
  width: 100%;
  margin-left: 20px;
}

.mapCont .title {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.024em; // text-transform: uppercase;
  margin-bottom: 7px;
  display: block;
}

.mapCont p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #373737;
  margin-bottom: 25px;
  line-height: 24px;
}

.mapCont .title2 {
  display: block;
  font-weight: 900;
  color: #000000;
  letter-spacing: 0.029em;
  line-height: 30px;
  font-size: 25px;
  margin-bottom: 28px;
  margin-top: 50px;
}

#googleMap {
  /* width: 675px;
    height: 529px; */

  width: 100%;
  height: 100%;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.press {
  padding: 0 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.press h2 {
  padding-top: 75px;
  margin-bottom: 55px;
  font-size: 40px;
  letter-spacing: 0.024em;
  color: #000000; // text-transform: uppercase;
  font-weight: 900;
}

.press h3 {
  font-size: 22px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 36px;
}

.press p {
  font-size: 16px;
  color: #373737;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
}

.press img {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  margin-top: 45px;
}

.press h4 {
  font-weight: 600;
  font-size: 14px;
  color: #70c9c2;
  letter-spacing: 0.042em;
  display: block;
  margin-top: -24px;
  padding-top: 16px;
  margin-bottom: 47px;
}

.press {
  padding-bottom: 95px;
}

.press .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.press .con .leftSide {
  width: 790px;
}

.press .con .rightSide {
  margin-left: 130px;
  width: 325px;
  padding-top: 10px;
}

.press .con .rightSide h2 {
  font-size: 25px;
  margin-bottom: 22px;
  padding-top: 33px;
}

.press .con .rightSide a {
  font-weight: 700;
  font-size: 14px;
  color: #da625d;
  letter-spacing: 0.042em;
  display: block;
}

.press .con .rightSide a:hover {
  color: #292929;
}

.press .con .rightSide p + a {
  margin-top: -12px;
  font-size: 16px;
  font-weight: 900;
}

.press .con .rightSide p + a:hover {
  color: #292929;
}

.press .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  font-weight: 900;
  color: #373737;
  letter-spacing: 0.05em;
}

.press .cat:hover {
  color: #292929;
}

.years {
  margin-top: 38px;
  color: #979797;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.years a {
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #979797;
  margin: 0 20px;
}

.years a:first-child {
  margin-left: 0;
}

.years a:hover,
.years a.active {
  color: #373737;
}

.highLights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.highLights .item {
  width: 560px;
  margin: 0 11px;
}

.highLights img {
  display: block;
  border-radius: 7px;
  margin-bottom: 17px;
  max-height: 250px;
}

.highLights .cat {
  font-weight: 900;
  font-size: 15px;
  color: #8556A3;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 3px;
}

.highLights .name {
  display: block;
  font-size: 25px;
  color: black;
  margin-bottom: 14px;
  font-weight: 900;
}

.highLights .desc {
  display: block;
  font-size: 16px;
  color: #373737;
  letter-spacing: 0.05em;
  line-height: 22px;
}

.highLights .readMore {
  font-weight: 900;
  color: #373737;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 5px;
}

.highLights .readMore:hover {
  color: #808080;
}

.searchBlog {
  width: 911px;
  margin: 0 auto;
  padding-top: 90px;
}

.page-template-search .pad_1 {
  padding-bottom: 50px;
}

.page-template-search .searchBlog {
  padding-top: 30px;
}

.page-template-search .searchBlog h2 {
  margin-bottom: 0px;
  margin-top: 30px;
  padding-bottom: 30px;
}

.page-template-search .whoAre {
  padding-bottom: 35px;
  padding-top: 0;
}

.searchBlog h2 {
  display: block;
  font-weight: 900;
  font-size: 25px;
  color: #000000; // text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 40px;
  margin-bottom: 70px;
}

.searchBlog h2 em {
  color: #8556A3;
}

.searchBlog .seeMore {
  margin-top: 70px;
}

.searchBlog .blogPosts {
  padding-left: 0;
  padding-right: 0;
}

.searchBlog .blogPosts li {
  width: calc(50% - 20px);
}

.hamMenu {
  display: none;
  overflow-x: hidden;
}

.innerList .left-side {
  width: 25%;
  float: left;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.innerList .right-side {
  width: 75%;
  float: left;
}

.innerList li {
  clear: both;
}

.innerList .left-side img {
  max-width: 100%;
  height: auto;
}

.dim-on-hover {
  display: block;
  position: relative;
}

.dim-on-hover .inner {
  z-index: 2;
}

.dim-on-hover:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  border-radius: inherit;
  -webkit-transition: opacity 450ms ease;
  -o-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
  z-index: 1;
}

.dim-on-hover:hover:before {
  opacity: 1;
}

.aspect-16-9 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

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

  header {
    padding-top: 20px;
}
  .outerWrap {
    margin-bottom: 0px;
    top: 0px;
  }
  .forResp_1,
  .forResp_2 {
    padding-left: 0;
    padding-right: 0;
  }

  .middleTxt {
    padding-left: 45px !important;
    padding-right: 45px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
  }

  .hero .scrollDown {
    bottom: 40px;
  }

  .hero {
    background-attachment: initial;
  }

  footer {
    position: relative;
    height: initial;
    overflow: hidden;
  }
  footer .footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }

  .blogPosts li {
    width: calc(33.33% - 20px);
  }

  .blogPosts li:nth-of-type(3n + 1),
  .blogPosts li:nth-of-type(1) {
    margin-left: 10px;
  }

  .blogPosts li img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .forSingle {
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .forSingle .wrap li {
    width: calc(33.33% - 16px);
  }

  .singleContact {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 40px;
  }
  .singleContact .leftSide {
    width: 50%;
  }
  .singleContact .leftSide img {
    max-width: 100%;
  }

  .singleContact .rightSide {
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header + .con {
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .forResp_1 {
    width: calc(100% - 110px);
    padding-bottom: 100px;
  }
  .forResp_1 .side_1 {
    width: 45%;
  }
  .forResp_1 .side_2 {
    width: 45%;
  }
  .forResp_1 .eventsRight .article {
    height: 300px;
  }

  .forResp_2 {
    width: calc(100% - 110px);
  }
  .forResp_2 .side_1 {
    width: 50%;
  }
  .forResp_2 .side_2 {
    width: 50%;
  }
  .forResp_2 .instList img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .forResp_2 .instList li {
    width: calc(33.33% - 10px);
  }

  .eventsLeft .eventSelect {
    max-width: 100%;
  }

  .press {
    width: calc(100% - 90px);
    margin: 0 auto;
  }

  .press .con .leftSide {
    width: 47%;
  }

  .press .con .rightSide {
    width: 42%;
    margin-left: 12%;
  }

  .highLights {
    max-width: 780px;
  }

  .highLights img {
    max-width: 100%;
  }

  .highLights .item {
    max-width: 50%;
  }

  .searchBlog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 911px;
    width: 100%;
  }
  .searchBlog .blogPosts li {
    width: calc(50% - 20px);
  }
  .searchBlog .br {
    width: 100%;
  }

  .searchBlog .seeMore {
    margin-top: 0;
  }

  .blogPosts .seeMore {
    margin-bottom: 100px;
  }

  .whoAre.extended {
    width: 100%;
    max-width: 911px;
    margin-left: auto;
    margin-right: auto;
  }
  .whoAre.extended .wrap li {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }

  .innerList .left-side {
    width: 35%;
  }

  .innerList .right-side {
    width: 65%;
  }

  header .bottom h3 {
    font-size: 13px;
  }

  header .middleMenu li a {
    font-size: 11px;
  }

  .quoteTxt {
    left: -59px;
  }

  .whoAre .wrap li {
    width: calc(33.33% - 20px);
    margin: 0 7px;
  }

  .con-3 {
    max-width: 920px;
    width: 100%;
  }

  footer {
    padding-left: 45px;
  }

  .sidez:first-child {
    border-left: none;
    padding-right: 18px;
  }

  .filterBlog .months {
    display: none;
  }

  .blogPosts {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blogPosts li {
    width: calc(50% - 20px);
  }
  .blogPosts img {
    max-width: 100%;
  }
  .filterBlog {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blogPosts .seeMore {
    margin-top: 15px;
    margin-bottom: 120px;
  }

  .mapCont {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mapCont .leftSide {
    margin-right: 30px;
  }

  .mapCont .rightSide {
    margin-left: 0;
  }

  .whoAre .wrap li {
    width: calc(33.33% - 10px);
    margin-bottom: 75px;
  }

  .singleContact {
    max-width: 510px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .singleContact .leftSide {
    width: 100%;
  }
  .singleContact .rightSide {
    width: 100%;
  }

  .singleContact .rightSide {
    padding-left: 0;
    margin-left: 0;
  }

  .singleContact .rightSide .name {
    margin-bottom: 20px;
  }

  .singleContact .rightSide img {
    margin-bottom: 20px;
  }

  .singleContact .rightSide .title {
    margin-bottom: 30px;
  }

  .eventsRight .inner {
    width: 100%;
    left: 0;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .press .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .press .con .leftSide {
    width: 100%;
  }

  .press .con .rightSide {
    width: 100%;
    margin-left: 0;
  }

  .press .con .rightSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .press .con .rightSide .respSide {
    width: 50%;
  }
  .press .con .rightSide .respSide + .respSide {
    margin-left: 50px;
  }

  .sides .eventsLeft .mainTitle.minus {
    margin-left: 0;
  }

  .searchBlog h2 {
    margin-left: 40px;
  }

  .whoAre.extended {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .forResp_1 .eventsRight .article,
  .eventsRight .featuredVideo video {
    height: 250px;
  }

  .forResp_1,
  .forResp_2 {
    padding-left: 0;
    padding-right: 0;
  }
}


@media screen and (max-width: 640px) {
  .eventList {
    padding-right: 0;
  }

.hero .inner {
    margin-top: 50px;
}


  .hero {
    height: 70vh;
  }

  .con-4 {
    width: 100%;
  }

  header + .con {
    position: static;
  }

  .hero .inner.bigInner {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-right: 0;
  }

  .aboutUsTxt {
    padding: 35px 15px;
  }

  .simpleTxt h2,
  .rep h2 {
    font-size: 30px;
  }

  .simpleTxt h3 {
    margin-top: 21px;
  }

  .simpleTxt h3 {
    margin-bottom: 30px;
  }

  .simpleTxt img {
    height: auto;
  }

  .quoteTxt {
    left: 0;
    margin-bottom: 50px;
  }

  .quoteTxt {
    margin-top: 65px;
  }

  .quoteTxt p {
    margin-bottom: 15px;
  }

  .rep {
    padding-bottom: 60px;
  }

  .whoAre {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .whoAre .wrap li {
    width: 100% !important;
    margin: 0 15px;
    margin-bottom: 60px;
  }

  .whoAre .wrap li img {
    margin-left: auto;
    margin-right: auto;
  }

  .whoAre .wrap li .postition {
    margin-bottom: 25px;
  }

  .whoAre .seeAll {
    margin: 0 auto;
  }

  footer {
    padding-left: 0;
  }
  footer .footer {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .bottom .sidez p {
    letter-spacing: 0.01em;
    display: inline-block;
  }
  footer .bottom .sidez p:first-child {
    display: block;
  }

  footer .top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .top img {
    display: block;
    margin-bottom: 30px;
  }

  footer .top h2 {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
    text-align: center;
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  footer .bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .bottom .sidez {
    border: none;
    width: 100%;
    height: initial;
    margin-top: 0;
    min-height: initial;
    padding-right: 0;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .con-5 {
    width: 100%;
    max-width: 610px;
  }

  .hero .inner.bigInner {
    width: 100%;
  }

  header {
    padding: 20px 20px 0 20px;
  }



  .openArticle {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
  }

  .sides {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pad_1 {
    padding-bottom: 140px;
  }

  .hero .inner.bigInner .hugeTitle {
    font-size: 35px;
  }

  .filterBlog {
    padding: 40px 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filterBlog ul {
    width: 100%;
  }
  .filterBlog ul:first-child {
    margin-bottom: 20px;
  }

  .blogPosts li {
    width: 100%;
    margin-bottom: 30px;
  }

  .blogPosts li img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .blogPosts {
    padding-left: 10px;
    padding-right: 10px;
  }

  .filterBlog {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mapCont {
    padding-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* #googleMap {
        width: 100%;
    } */

  .mapCont .leftSide {
    margin-right: 0;
    width: 100%;
  }

  .mapCont .title2 {
    margin-top: 30px;
  }

  .forSingle .wrap li {
    margin-left: 0;
    margin-right: 0;
  }

  .whoAre h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }

  .singleContact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .singleContact .rightSide .name {
    font-size: 35px;
  }

  .hero .inner {
    max-width: 100%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .con-2 {
    max-width: 715px;
    width: 100%;
  }

  .middleTxt h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .middleTxt {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 50px;
  }

  .middleTxt p {
    margin-top: 20px;
  }

  .forResp_1 {
    width: calc(100% - 50px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .forResp_1 .side_2 {
    width: 100%;
  }

  .forResp_1 .side_1 {
    width: 100%;
    padding-bottom: 90px;
  }

  .eventList li {
    padding-bottom: 28px;
  }

  .eventList .allEvents {
    margin-left: auto;
    margin-right: auto;
  }

  .forResp_1 {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .forResp_1 .eventsRight {
    padding-bottom: 0;
  }

  .forResp_2 {
    width: calc(100% - 40px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .forResp_2 .side_1 {
    width: 100%;
    padding-bottom: 80px;
  }

  .forResp_2 .side_2 {
    width: 100%;
  }

  .forResp_2 .instList li {
    width: calc(33.33% - 5px);
  }

  .instList li {
    margin-bottom: 10px;
  }

  .hero h2 {
    font-size: 30px;
  }

  header + .con {
    padding-left: 25px;
  }

  .press .con .rightSide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .press .con .rightSide .respSide {
    width: 100%;
  }

  .press .con .rightSide .respSide + .respSide {
    margin-left: 0;
  }

  .press h2 {
    font-size: 30px;
    padding-top: 40px;
    margin-bottom: 20px;
  }

  .press {
    width: calc(100% - 40px);
  }

  .rel.sides {
    padding-top: 30px;
  }
  .rel.sides .years {
    margin-top: 15px;
  }

  .openArticle.releases h2 {
    font-size: 30px;
  }

  .openArticle h2 {
    margin-bottom: 30px;
  }

  .openArticle h4 {
    margin-bottom: 25px;
  }

  .no_pad {
    padding-bottom: 0;
  }

  .sides .side_2 {
    max-width: 100%;
  }

  .sides .side_1 {
    width: 100%;
    max-width: 100%;
  }

  .what_1 {
    padding-top: 30px;
  }
  .what_1.sides .eventsLeft .mainTitle.bigger {
    margin-bottom: 10px;
  }

  .what_2 {
    padding-bottom: 50px;
  }
  .what_2.sides .eventsLeft .mainTitle.bigger {
    font-size: 25px;
    text-align: left;
  }

  .highLights {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .highLights .item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .sea_1 {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .sea_1.sides .eventsLeft .mainTitle.minus {
    font-size: 25px;
  }
  .sea_1 .eventList li:last-child {
    background: transparent;
  }

  .sea_2 {
    padding-bottom: 45px;
  }
  .sea_2.sides .eventsLeft .mainTitle.bigger {
    font-size: 25px;
  }

  .searchBlog h2 {
    font-size: 25px;
    text-align: left;
    margin-left: 0;
    margin-bottom: 50px;
  }

  .eventList li:nth-child(3) {
    background: transparent !important;
  }

  .searchBlog {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .searchBlog .blogPosts li {
    width: 100%;
  }

  .blogPosts .seeMore {
    margin-bottom: 55px;
  }

  .whoAre.extended h2 {
    font-size: 25px;
    padding-bottom: 35px;
  }

  .whoAre.extended .wrap li {
    width: 100%;
    margin-bottom: 35px;
  }


  html,
  body {
    height: 100%;
  }
}

/*iphone 5 */

@media screen and (max-width: 320px) {
.hero {
  min-height: 420px;
}
.hero h2 {
    font-size: 26px;
}
.hero .inner.bigInner .hugeTitle {
    font-size: 30px;
}
}

@media screen and (min-width: 921px) {
  /* new black and white titles visible and not */
  .openArticle .topTextTitle, .con-4.simpleTxt h1, .con-4 h1,
  .eventsLeft > span.mainTitle.textCenter.bigger {
    display: none!important;
  }
}

@media screen and (max-width: 920px) {
  header .top .rightSide {
    display: none;
  }

  header .bottom h3 {
    display: none;
  }

  header .middleMenu {
    display: none;
  }

  .hamOpen {
    width: 22px;
    height: 18px;
    display: block;
    background: url(img/ham.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
  }


  .hamMenu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 10;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hamMenu .logo {
    display: block;
    margin-left: 25px;
  }
  .hamMenu .hamClose {
    width: 20px;
    height: 19px;
    background: url(img/hamClose.png) no-repeat center;
    display: block;
    position: absolute;
    top: 13px;
    right: 27px;
  }
  .hamMenu .firstView .menu li.has-subnavi a {
    background: url(img/dec_1.png) no-repeat right center;
    padding-right: 23px;
  }
  .hamMenu .firstView .menu li.search-item {
    background: #f4f4f4; // url(img/sea_2.png) no-repeat right 20px center;
  }

  .hamMenu .search-item input {
    width: 100%;
    height: 30px;
    line-height: 1;
    font-size: 17px;
    text-align: center;
    position: absolute;
  }
  .hamMenu .search-item .inpBttn {
    background: #f4f4f4 url(img/sea_2.png) no-repeat;
    width: 25px;
    height: 15px;
    background-position: 50%;
    position: absolute;
    right: 10px;
    top: 9px;
  }

  .hamMenu .search-item form.searchForm {
    width: 100%;
    position: relative;
    height: 30px;
  }

  .hamMenu .firstView .menu li:last-child a {
    margin: 0 10px;
  }
  .hamMenu .firstView .menu .active {
    color: #61beb5;
    font-weight: 900;
  }
  .hamMenu .secondView {
    right: -100%;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
    width: 100%;
    height: 100%;
  }
  .hamMenu .secondView .menu li:nth-child(1) a {
    background: url(img/dec_2.png) no-repeat left center;
    padding-left: 23px;
    margin-left: -23px;
  }
  .hamMenu .menu + .menu {
    margin-top: 0;
  }
  .hamMenu .has-subnavi,
  .hamMenu .close-subnavi {
    margin-top: 40px;
  }
  .hamMenu .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fafafa;
  }
  .hamMenu .menu li.active {
    background-color: #eff8f7;
  }
  .hamMenu .menu li a {
    font-size: 18px;
    color: #373737;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hamMenu .firstView,
  .hamMenu .secondView {
    position: relative;
    padding-top: 13px;
  }
  .hamMenu .secondView {
    z-index: 10;
    position: absolute;
  }
  .hamMenu .socList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
  .hamMenu .socList li {
    margin-left: 9px;
  }
  .hamMenu .socList .tw {
    width: 28px;
    height: 25px;
    background: url(img/tw_2.png) no-repeat center;
    display: block;
  }
  .hamMenu .socList .in {
    width: 28px;
    height: 27px;
    display: block;
    background: url(img/in_2.png) no-repeat center;
  }
  .hamMenu .socList .yt {
    width: 18px;
    height: 13px;
    display: block;
    background: url(img/yt_2.png) no-repeat center;
    margin-left: 5px;
  }
  .hamMenu .socList .fb {
    width: 19px;
    height: 26px;
    display: block;
    background: url(img/fb_2.png) no-repeat center;
  }

  /* new black and white titles visible and not */
  .openArticle .topTextTitle {
    display: block;
  }

  .hero .inner.bigInner .hugeTitle {
    display: none!important;
  }

  .hero .inner.bigInner .hugeTitle.showMobile {
    display: inline!important;
  }


}

.iframe-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mainWrap {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.mainWrap.opened .notMainWrap {
  left: -100%;
}

.mainWrap .notMainWrap {
  position: relative;
  left: 0;
}

.openArticle p a,
.leftSide p a,
.markdown p a {
  color: #57068C;
}
.openArticle p a:hover,
.markdown p a:hover
.leftSide p a:hover {
  color: #8556A3;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em 0.5em 0 0;
}

.resp-sharing-button {
  // border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: 'Founders Grotesk', sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */

.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.resp-sharing-button--tumblr {
  background-color: #35465c;
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
  background-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--email {
  background-color: #777;
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
  background-color: #25d366;
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.resp-sharing-button--hackernews {
  background-color: #ff6600;
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
  background-color: #fb6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
}

.resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--whatsapp {
  background-color: #25d366;
  border-color: #25d366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1da851;
  border-color: #1da851;
}

.picks {
  padding-top: 0;
  margin-top: -90px;
}

.con-4 img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  margin-top: 45px;
}

.newsletter-wrapper {
  background-color: #f8f8f8;
}
.newsletter {
  padding: 30px 10px;
  max-width: 715px;
  margin: 0 auto;
}

.newsletter__title {
  font-size: 25px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  text-transform: uppercase;
}
.newsletter__intro {
  font-size: 18px;
  text-align: center;
}
.newsletter-container {
  display: flex;
  padding: 15px 0;
}

.email-box {
  flex: 1;
  background: #ffffff;
  font-size: 15px;
  color: #57068C;
  border: 1px solid #ccc;
  padding: 5px 10px;
  height: 30px;
}
.email-submit {
  background-color: #57068C;
  color: #FFFFFF;
  font-family: 'Founders Grotesk';
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0 40px;
}
.email-submit:hover {
  background-color: #8556A3;
}
.newsletter-checkbox {
  margin-right: 5px;
}
.checkbox-container {
  text-align: center;
  display: flex;
  font-size: 15px;
}
.mc4wp-response {
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .newsletter-container {
    flex-wrap: wrap;
  }
  .email-box {
    width: 100%;
  }
  .email-submit {
    font-size: 13px;
    width: 100%;
    height: 36px;
  }
  .eventsRight .button-inside,
  .eventsLeft .button-inside {
    padding: 10px;
  }
}
.custom-padding {
  padding-top: 60px;
}
.rep {
  border-bottom: 0;
}

.openArticle {ƒ
  border-bottom: 0;
}

.openArticle p {
  letter-spacing: 0.1px !important;
}


.headerLogo > img {
  /* position: absolute; */
  width: 250px;
  height: 84px;
  margin-left: -20px;
}

.lang__divider {
  color: #fff;
}

header .langMenu a {
  font-size: 12px;
}

@media screen and (min-width: 1165px) {
  header .langMenu a {
    font-size: 14px;
  }
}

.footer-container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 640px) {
  .footer-container {
    flex-direction: row;
    justify-content: center;
  }
}

.footer__logo {
  height: 70px;
  margin-right: 18px;
}
