@import url(https://fonts.googleapis.com/css?family=Dosis:400,300,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Kadwa:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  list-style: none;
  line-height: normal;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}
/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* 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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 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;
}
/**
 * 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: bold;
}
/**
 * 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: 2em;
  margin: 0.67em 0;
}
/**
 * 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;
}
/**
 * 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;
  border: 1px solid #ccc;
}
/**
 * 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;
}
/* The micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/
   ========================================================================== */
* {
  font-family: 'Dosis', sans-serif;
}
fieldset,
legend {
  border: 0;
  margin: 0;
  padding: 0;
}
.form {
  padding-top: 1em;
  padding-bottom: 1em;
}
label,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input {
  line-height: normal;
  border: 1px solid #ccc;
}
textarea {
  border: 1px solid #ccc;
}
.input {
  width: 100%;
}
input[type="text"],
input[type="email"],
input[type="phone"] {
  height: 36px;
  padding: 0 .4em;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
select {
  text-transform: none;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1.12em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .75em;
}
.editor-output ul,
.editor-output ol {
  margin: 1em 0 2em 0;
  padding: 0 0 0 40px;
}
.editor-output ul li,
.editor-output ol li {
  margin-bottom: 5px;
  list-style: initial;
}
.editor-output ol {
  counter-reset: item;
}
.editor-output ol li {
  display: block;
}
.editor-output ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.editor-output ol li {
  list-style-type: decimal;
}
.editor-output dl dt {
  float: left;
  width: 25%;
  display: block;
}
.editor-output dl dd {
  overflow: hidden;
  display: block;
}
.container {
  width: 1180px;
  margin: 0 auto;
}
.wrapper {
  background: #fff !important;
}
body {
  background: #000000;
}
/* HEADER -------------------------------------------------------*/
.header-mask {
  height: 122px;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.header-mask.scroll {
  height: 67px;
  min-height: 67px;
}
.header-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.responsive-menu {
  opacity: 0;
}
.mm-navbar {
  display: none !important;
}
.mm-listview {
  font-weight: 700;
  padding: 10px 10px 5px 10px !important;
  margin: 0;
  font-size: 16px;
}
.mm-listview .active {
  color: #ffc000;
}
.mm-listview a {
  padding: 10px 10px 5px 10px !important;
}
header {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  z-index: 999999;
  width: 100%;
  background: #fff;
  top: 0;
  font-family: 'Dosis', sans-serif;
  min-height: 122px;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.52);
}
header .container {
  position: relative;
}
header .container > div {
  display: inline-block;
  vertical-align: middle;
}
header .dropdown-filter {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  display: none;
}
.logo {
  background: #000;
  display: inline-block;
  vertical-align: middle;
  width: 95px;
  min-height: 122px;
  position: relative;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.logo img {
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  right: 8px;
  /*width: 70px;*/
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.main-navigation {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  display: inline-block;
  vertical-align: middle;
}
.main-navigation li {
  float: left;
  margin-left: 50px;
}
.main-navigation li:first-child {
  margin-left: 45px;
}
.main-navigation li a {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  border-bottom: 2px solid transparent;
}
.main-navigation li a:hover,
.main-navigation li a.active {
  border-bottom: 2px solid #000;
}
.right-side {
  float: right;
  padding-top: 51px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.language-link {
  float: left;
  color: #dfdfdf;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 30px;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.language-link:hover {
  color: #000;
  border-bottom: 2px solid #000;
}
.search-container {
  float: left;
}
.search-container .active input[type="text"] {
  opacity: 1;
  visibility: visible;
}
.search-container .active .submit-mask {
  display: none;
}
.search-container .active input[type="submit"] {
  background: url('../images/search-icon-active.png') no-repeat;
  background-size: 100% auto;
}
.search-container input[type="text"] {
  position: absolute;
  left: 95px;
  width: 90%;
  height: 100%;
  top: 0;
  border: none;
  background: #fff;
  font-size: 45px;
  font-family: 'Roboto Condensed', sans-serif;
  padding-left: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.search-container input[type="submit"] {
  background: url('../images/search-icon.png') no-repeat;
  width: 22px;
  height: 22px;
  background-size: 100% auto;
  text-indent: -9999em;
  border: 0;
  position: absolute;
  right: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.search-container input[type="submit"]:hover {
  background: url('../images/search-icon-active.png') no-repeat;
  background-size: 100% auto;
}
.search-container .search-submit {
  width: 22px;
  height: 22px;
  position: relative;
}
.search-container .search-submit:hover input[type="submit"] {
  background: url('../images/search-icon-active.png') no-repeat;
  background-size: 100% auto;
}
.search-container .search-submit .submit-mask {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
/* End of HEADER ------------------------------------------------*/
/* SCROLL-HEADER ------------------------------------------------*/
.scroll {
  height: 67px;
  background: #000;
  min-height: 67px;
}
.scroll .logo {
  height: 67px;
  min-height: 67px;
}
.scroll .logo img {
  width: 43px;
}
.scroll .language-link {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  -ms-transition: 0.1s ease;
  -o-transition: 0.1s ease;
}
.scroll .main-navigation li {
  opacity: 0;
}
.scroll .right-side {
  padding-top: 25px;
}
.scroll .right-side a:hover {
  color: #fff;
  border-color: #fff;
}
.scroll .search-container .search-submit:hover input[type="submit"] {
  background: url('../images/search-icon.png') no-repeat;
  width: 22px;
  height: 22px;
  background-size: 100% auto;
}
.scroll .search-container input[type="text"] {
  font-size: 40px;
}
.scroll .search-container .active input[type="submit"] {
  background: url('../images/search-icon.png') no-repeat;
  width: 22px;
  height: 22px;
  background-size: 100% auto;
}
.scroll .dropdown-filter {
  display: block;
  text-align: right;
  float: left;
  padding: 0;
  margin-left: 10px;
  margin-top: -7px;
  margin-right: 15px;
}
.scroll .dropdown-filter .chosen-container .chosen-results li.highlighted {
  background: #e0e0e0;
  border-color: #000;
  color: #000;
}
.scroll .dropdown-filter .chosen-container-single .chosen-single span {
  color: #fff;
}
.scroll .dropdown-filter .chosen-container-single .chosen-single div b {
  background: url('../images/drop-down-arrow-white.png') no-repeat;
  background-position: 0 14px;
}
.scroll .dropdown-filter .chosen-container-single.chosen-with-drop .chosen-single {
  border: 0 !important;
  box-shadow: none;
  border-radius: 0;
}
.scroll .dropdown-filter .chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: 6px 14px;
}
.scroll .scroll-top {
  display: inline-block;
}
.scroll-top {
  display: none;
  text-indent: -999em;
  width: 18px;
  height: 11px;
  background: url('../images/scroll-top-arrow.png') no-repeat;
  position: relative;
  top: 4px;
  margin-left: 40px;
}
/* End of SCROLL-HEADER -----------------------------------------*/
.pdf-download {
  float: left;
  padding: 20px;
  display: inline-block;
  max-width: 400px;
}
.pdf-download img {
  max-width: 340px !important;
  margin-bottom: 20px;
  width: 100%;
}
.pdf-download > span {
  width: 100%;
}
.pdf-download span {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin-right: 4px;
}
.pdf-download .arrow-img {
  display: inline-block;
  background: url('../images/title-arrow.png') no-repeat center center;
  width: 9px;
  height: 12px;
}
.pdf-download:hover span {
  text-decoration: underline;
}
/* FULL-WIDTH-SLIDER --------------------------------------------*/
.full-width-slider {
  height: 100%;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.full-width-slider .slider-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.full-width-slider .container {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.full-width-slider ul {
  height: 100%;
}
.full-width-slider ul li {
  height: 100%;
  color: #fff;
  text-align: center;
  float: left;
  background-size: cover;
  background-position: center center;
}
.full-width-slider h1 {
  font-family: 'Kadwa', serif;
  margin: 0;
  font-size: 76px;
  line-height: 75px;
  margin-bottom: 35px;
}
.full-width-slider h1 a {
  font-family: 'Kadwa', serif;
  margin: 0;
  font-size: 76px;
  line-height: 75px;
  margin-bottom: 35px;
  color: #fff;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.full-width-slider h1 a:hover {
  opacity: .8;
}
.full-width-slider p {
  font-family: 'Kadwa', serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  padding-bottom: 40px;
  color: #fff;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.full-width-slider p:hover {
  opacity: .8;
}
.full-width-slider .bx-controls {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px 0;
}
.full-width-slider .bx-controls .bx-pager-item {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.full-width-slider .bx-controls .bx-pager-item a {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  text-indent: -9999em;
  display: inline-block;
  vertical-align: middle;
}
.full-width-slider .bx-controls .bx-pager-item a.active {
  width: 20px;
  height: 20px;
}
.full-width-slider .next-slide-item {
  padding-top: 60px;
  max-width: 600px;
  margin: 0 auto;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: 10;
}
.full-width-slider .next-slide-item p {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  max-width: 450px;
  padding-bottom: 0;
  text-align: right;
  line-height: 26px;
  position: relative;
}
.full-width-slider .next-slide-item p:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 3px;
  background: #fff;
  top: -10px;
}
.full-width-slider .next-slide-item .arrow-hover {
  background-size: auto;
  background: url('../images/slider-arrow.png') no-repeat center center;
  z-index: 10;
}
.full-width-slider .next-slide-item .img-container {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  overflow: hidden;
  border: 3px solid #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.full-width-slider .next-slide-item span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: 8;
}
.full-width-slider .swiper-pagination {
  float: left;
  bottom: 40px !important;
}
.full-width-slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: 0 15px;
}
.full-width-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
}
.next-slide {
  cursor: pointer;
}
.neg-margin {
  position: relative;
  z-index: 99;
}
/* End of FULL-WIDTH-SLIDER -------------------------------------*/
.gutter-space {
  padding-top: 40px;
}
/* POST-6-GRID-MEDIA --------------------------------------------*/
h2 {
  text-align: center;
  margin-bottom: 25px;
}
h2 a {
  font-size: 40px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  background: url('../images/title-arrow.png') no-repeat center right;
  padding-right: 15px;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
h2 a:hover {
  border-bottom: 2px solid #000;
}
.img-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
  opacity: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.media-open {
  margin-bottom: 100px;
}
.post-6-grid {
  *zoom: 1;
}
.post-6-grid:before,
.post-6-grid:after {
  content: "";
  display: table;
}
.post-6-grid:after {
  clear: both;
}
.post-6-grid ul {
  *zoom: 1;
  overflow: hidden;
  margin-left: -1px;
  margin-right: -1px;
}
.post-6-grid ul:before,
.post-6-grid ul:after {
  content: "";
  display: table;
}
.post-6-grid ul:after {
  clear: both;
}
.post-6-grid li {
  border: 1px solid #fff;
  position: relative;
  float: left;
}
.post-6-grid li img {
  display: block;
  width: 100%;
}
.post-6-grid li > a:first-child {
  position: relative !important;
  padding: 0 !important;
  display: block;
  z-index: 0;
}
.post-6-grid li > a {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 2;
  padding: 20px;
  height: 100%;
  left: 0;
  width: 100%;
}
.post-6-grid li > a div {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 40px;
  width: 100%;
}
.post-6-grid li > a h3 {
  font-family: 'Kadwa', serif;
  font-weight: 400;
  line-height: 34px;
  font-size: 24px;
}
.post-6-grid li .hidden-content {
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  background: #000;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.post-6-grid li .hidden-content a {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 2;
  padding: 50px;
  height: 100%;
  left: 0;
  width: 100%;
}
.post-6-grid li .hidden-content a:before {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  opacity: 0;
  content: "";
  position: absolute;
  top: 50px;
  height: 2px;
  background: #fff;
  width: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}
.post-6-grid li .hidden-content a:after {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 50px;
  height: 2px;
  background: #fff;
  width: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}
.post-6-grid li .hidden-content a h3 {
  font-size: 34px;
  font-family: 'Kadwa', serif;
  font-weight: 400;
  line-height: 43px;
}
.post-6-grid li .hidden-content a p {
  font-size: 18px;
  font-family: 'Kadwa', serif;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 30px;
}
.post-6-grid li .hidden-content a .author {
  padding-bottom: 0 !important;
  font-family: 'Dosis', sans-serif;
}
.post-6-grid li .hidden-content div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.post-6-grid li:hover > a {
  opacity: 0;
  visibility: hidden;
}
.post-6-grid li:hover .hidden-content {
  opacity: 1;
  visibility: visible;
}
.post-6-grid li:hover .hidden-content a:before {
  padding: 0 20%;
  opacity: 1;
}
.post-6-grid li:hover .hidden-content a:after {
  opacity: 1;
  padding: 0 20%;
}
.post-6-grid .item-2-col {
  width: 50%;
  float: left;
}
.post-6-grid .item-2-col > a h3 {
  font-size: 22px;
}
.post-6-grid .item-2-col .hidden-content a h3 {
  font-size: 28px;
  font-family: 'Kadwa', serif;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 10px;
}
.post-6-grid .item-2-col .hidden-content a p {
  font-size: 16px;
  font-family: 'Kadwa', serif;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 30px;
}
.post-6-grid .item-3-col {
  width: 33.3333%;
  float: left;
}
.post-6-grid .item-3-col > a h3 {
  font-size: 20px;
}
.post-6-grid .item-3-col .hidden-content a:before {
  top: 20px;
}
.post-6-grid .item-3-col .hidden-content a:after {
  bottom: 20px;
}
.post-6-grid .item-3-col .hidden-content a .date {
  font-size: 14px;
}
.post-6-grid .item-3-col .hidden-content a h3 {
  font-size: 18px;
  font-family: 'Kadwa', serif;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 10px;
}
.post-6-grid .item-3-col .hidden-content a p {
  font-size: 14px;
  font-family: 'Kadwa', serif;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 15px;
}
.author span {
  text-transform: uppercase;
}
/* End of POST-6-GRID-MEDIA -------------------------------------*/
/* POST-5-GRID-MEDIA --------------------------------------------*/
.post-5-grid {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.post-5-grid:before,
.post-5-grid:after {
  content: "";
  display: table;
}
.post-5-grid:after {
  clear: both;
}
.post-5-grid > ul {
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 1px;
  overflow: hidden;
}
.post-5-grid > ul > li {
  float: left;
  width: 50%;
  max-height: inherit;
  position: relative;
  margin-bottom: -2px;
}
.post-5-grid > ul > li a {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 99;
}
.post-5-grid > ul > li a:first-child {
  position: relative;
  z-index: 0;
  float: left;
}
.post-5-grid > ul > li a div {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  padding-right: 40px;
}
.post-5-grid > ul > li img {
  width: 100%;
  display: block;
}
.post-5-grid > ul > li h3 {
  font-family: 'Kadwa', serif;
  line-height: 1.3em;
}
.post-5-grid .nested-items li {
  border: 1px solid transparent;
  width: 100%;
  float: left;
  position: relative;
}
.post-5-grid .nested-items li a > div {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.post-5-grid .nested-items li:hover .img-mask {
  opacity: 0;
}
.post-5-grid .nested-items li:hover a > div {
  opacity: 0;
}
.post-5-grid .nested-items.half-grid li {
  width: 50%;
  float: left;
  overflow: hidden;
}
.media-video .img-mask {
  background: rgba(0, 0, 0, 0.3) url('../images/media-vid-ico.png') no-repeat center center;
}
.media-image .img-mask {
  background: rgba(0, 0, 0, 0.3) url('../images/media-img-ico.png') no-repeat center center;
}
/* End of POST-5-GRID-MEDIA -------------------------------------*/
/* NEWSPAPER-ITEMS ----------------------------------------------*/
.newspaper-items {
  margin-bottom: 50px;
  *zoom: 1;
}
.newspaper-items:before,
.newspaper-items:after {
  content: "";
  display: table;
}
.newspaper-items:after {
  clear: both;
}
.newspaper-items ul li {
  float: left;
  width: 25%;
  background: #f3f3f3;
  position: relative;
  text-align: center;
  border-left: 2px solid #fff;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.newspaper-items ul li:hover {
  background: #e3e3e3;
}
.newspaper-items ul li img {
  width: 100%;
  padding: 0 100px;
  position: relative;
  bottom: -20px;
  left: 0;
}
.newspaper-items ul li a {
  color: #000;
  float: left;
  width: 100%;
  height: 100%;
}
.newspaper-items ul li .pdf-description {
  padding-top: 30px;
}
.newspaper-items ul li .pdf-description .pdf-nr {
  font-size: 1.500em;
  color: #000;
  font-family: 'Kadwa', serif;
  margin-bottom: 10px;
  line-height: 35px;
}
.newspaper-items ul li .pdf-description h3 {
  font-size: 1.500em;
  color: #000;
  font-family: 'Kadwa', serif;
  font-weight: 400;
  line-height: 35px;
}
.newspaper-items ul li .pdf-description .author {
  font-size: 1em;
  color: #000;
  margin-bottom: 70px;
}
.newspaper-items ul li:first-child {
  width: 50%;
}
.newspaper-items ul li:first-child img {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  bottom: -55px;
}
.newspaper-items ul li:first-child .pdf-description {
  padding-top: 0;
  width: 44%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  text-align: center;
  right: 0;
  top: 30%;
}
.newspaper-items ul li:first-child .pdf-nr {
  font-size: 2.500em;
  color: #000;
  font-family: 'Kadwa', serif;
  line-height: 45px;
  margin-bottom: 10px;
}
.newspaper-items ul li:first-child h3 {
  font-size: 2.500em;
  color: #000;
  font-family: 'Kadwa', serif;
  font-weight: 400;
  line-height: 45px;
}
.newspaper-items ul li:first-child .author {
  font-size: 1.125em;
  color: #000;
}
/* End of NEWSPAPER-ITEMS ---------------------------------------*/
/* FOOTER -------------------------------------------------------*/
footer {
  *zoom: 1;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer .top {
  *zoom: 1;
  background: #000;
  padding: 30px 0;
  color: #cfcfcf;
  float: left;
  width: 100%;
}
footer .top:before,
footer .top:after {
  content: "";
  display: table;
}
footer .top:after {
  clear: both;
}
.footer-col-items .col {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
  padding: 0 20px;
}
.footer-col-items .col h3 {
  margin-bottom: 5px;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  color: #e9e9e9;
}
.footer-col-items .col p {
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}
.footer-col-items .col a {
  color: #cfcfcf;
  margin-bottom: 10px;
  display: inline-block;
}
.footer-col-items .col a:hover {
  text-decoration: underline;
}
.footer-col-items .newsletter-footer {
  text-align: center;
}
.footer-col-items .newsletter-footer h3 {
  margin-bottom: 20px;
}
.footer-col-items .newsletter-footer form {
  float: left;
  width: 100%;
  position: relative;
}
.footer-col-items .newsletter-footer input[type="text"] {
  border: 0;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 38px;
  text-transform: uppercase;
  padding: 0;
}
.footer-col-items .newsletter-footer input[type="email"] {
  border: 0;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 38px;
  text-transform: uppercase;
  padding: 0;
}
.footer-col-items .newsletter-footer input[type="submit"] {
  position: absolute;
  bottom: 10px;
  right: 8px;
  border: 0;
  background: url('../images/newsletter-arrow.png') no-repeat center center;
  width: 10px;
  height: 15px;
  text-indent: -9999em;
}
.footer-col-items .social-icons {
  padding-top: 50px;
  float: left;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.footer-col-items .social-icons li {
  display: inline-block;
  margin-right: 10px;
}
.footer-col-items .social-icons li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  margin-bottom: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.footer-col-items .social-icons li a:hover {
  opacity: .7;
}
.footer-col-items .social-icons .fb-icon a {
  background: url('../images/fb-icon.png') no-repeat center center;
}
.footer-col-items .social-icons .g-icon a {
  background: url('../images/g-ico.png') no-repeat center center;
}
.footer-col-items .social-icons .tw-icon a {
  background: url('../images/tw-icon.png') no-repeat center center;
}
.footer-col-items .social-icons .yt-icon a {
  background: url('../images/yt-icon.png') no-repeat center center;
}
.footer-col-items .submit-message {
  padding: 5px 0;
  display: none;
}
.footer-col-items .copyright p {
  color: #e9e9e9;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
}
.partners {
  padding: 10px 0;
}
.partners li {
  display: inline-block;
  width: 16%;
  text-align: center;
  vertical-align: middle;
  margin: 20px 0;
}
.partners li img {
  max-width: 100%;
}
.partners li a {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.partners li a:hover {
  opacity: .7;
}
/* End of FOOTER ------------------------------------------------*/
/* LAZY-LOADING -------------------------------------------------*/
.lazy-loading {
  width: 100%;
  background: url('../images/lazy-loading.GIF') no-repeat;
  height: 60px;
  margin: 50px 0;
  display: inline-block;
  background-position: center center;
  background-size: auto 100%;
}
/* End of LAZY-LOADING ------------------------------------------*/
/* DROP-DOWN-FILTER ---------------------------------------------*/
.dropdown-filter {
  text-align: right;
  padding-top: 30px;
  padding-bottom: 20px;
}
.dropdown-filter .chosen-container {
  text-align: left;
}
/* CHOSEN OVERRIDE STYLE */
.chosen-container {
  font-size: 18px;
  font-family: 'Kadwa', serif;
  font-weight: 400;
  min-width: 100px;
}
.chosen-container span {
  font-family: 'Kadwa', serif;
}
.chosen-container .chosen-drop {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.chosen-container .chosen-results li {
  background: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: -1px;
  padding: 7px 6px;
}
.chosen-container .chosen-results li:first-child {
  margin-top: 0;
}
.chosen-container .chosen-results li.highlighted {
  background: #000;
  border-color: #000;
}
.chosen-container-single .chosen-single {
  border: 0;
  height: auto;
  background: transparent;
  box-shadow: none;
}
.chosen-container-single .chosen-single div b {
  background: url('../images/drop-down-arrow.png') no-repeat;
  background-position: 0 14px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 6px 14px;
  transform: rotate(180deg);
}
/* End of DROP-DOWN-FILTER --------------------------------------*/
/* PAGINATION ---------------------------------------------------*/
.pagination {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  /*         &.first, &.prev {
                    a {
                        background: #eee url('../images/prev-arrow.png') no-repeat center center;
                        &:hover {
                            background: transparent url('../images/prev-arrow.png') no-repeat center center;
                        }
                    }
                }
                &.last, &.next {
                    a {
                        background: #eee url('../images/next-arrow.png') no-repeat center center;
                        &:hover {
                            background: transparent url('../images/next-arrow.png') no-repeat center center;
                        }
                    }
                }*/
}
.pagination li a {
  display: inline-block;
  min-width: 50px;
  height: 50px;
  background: #eee;
  float: left;
  vertical-align: middle;
  padding: 11px 5px;
  font-size: 16px;
  font-family: 'Kadwa', serif;
  font-weight: 700;
  color: #000;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.pagination li a:hover {
  background: transparent;
}
/* End of PAGINATION --------------------------------------------*/
/* PUBLICATION-LIST ---------------------------------------------*/
.publication-list {
  *zoom: 1;
  margin-bottom: 80px;
}
.publication-list:before,
.publication-list:after {
  content: "";
  display: table;
}
.publication-list:after {
  clear: both;
}
.publication-list li {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 33.3333%;
  text-align: center;
  background: #f3f3f3;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.publication-list li:nth-child(3n+1) {
  clear: both;
}
.publication-list li:hover {
  background: #e3e3e3;
}
.publication-list li img {
  padding: 0 45px;
  max-width: 540px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
  z-index: 11;
}
.publication-list .author {
  margin-bottom: 10px;
  color: #000;
}
.publication-list h3 {
  color: #000;
  font-size: 2.500em;
  line-height: 35px;
  font-weight: 400;
  font-family: 'Kadwa', serif;
  margin-bottom: 15px;
}
.publication-list h3 span {
  margin-bottom: 10px;
  line-height: 35px;
  font-weight: 400;
  font-family: 'Kadwa', serif;
  display: block;
  color: #000;
}
/* End of PUBLICATION-LIST --------------------------------------*/
/* SEARCH-LIST --------------------------------------------------*/
.search-list li {
  margin: 15px 0;
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.search-list li:last-child {
  border-bottom: 0;
}
.search-list li h3 {
  font-size: 1.500em;
  font-family: 'Kadwa', serif;
}
.search-list li p {
  line-height: 25px;
  font-weight: 500;
}
.search-list li a {
  color: #000;
}
.search-list li a:hover h3 {
  text-decoration: underline;
}
/* End of SEARCH-LIST -------------------------------------------*/
/* 404-PAGE -----------------------------------------------------*/
.page-404 {
  min-height: 600px;
  padding: 70px 0;
  text-align: center;
}
.page-404 h1 {
  font-size: 4.500em;
  font-family: 'Kadwa', serif;
  margin: 0;
  line-height: 90px;
  margin-top: 20px;
}
.page-404 p {
  font-size: 1.5em;
}
/* End of 404-PAGE ----------------------------------------------*/
.btn i {
  display: none !important;
}
.mobile-menu {
  display: none;
}
.container.clearfix {
  position: relative;
}
#mmenu.mm-menu > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans';
}
#mmenu.mm-menu > ul > li:hover > a,
#mmenu.mm-menu > ul > li.active > a {
  color: #ffc000;
}
#mmenu.mm-menu > ul {
  box-shadow: inset 15px 0px 21px -12px #171717;
}
#mmenu.mm-menu {
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
}
.mmenu-button {
  display: none;
  cursor: pointer;
}
#toggle {
  z-index: 9999;
  width: 28px;
  height: 30px;
}
#toggle.hide-toggle {
  display: none;
}
#toggle.position-togle {
  position: absolute !important;
  top: 134px !important;
  right: 20px;
}
#toggle.scroll-hidden {
  position: relative;
  z-index: 10;
}
#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after {
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}
.scroll #toggle span,
.scroll #toggle span:after,
.scroll #toggle span:before {
  background-color: #ffffff;
}
.scroll #toggle.on span {
  background-color: transparent;
}
.scroll #toggle.on span:after,
.scroll #toggle.on span:before {
  background-color: #ffffff;
}
#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 4px;
  background-color: #000000;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:after,
#toggle.on span:before {
  background-color: #000000;
}
#toggle.on span:before {
  -ms-transform: rotate(45deg) translate(5px, 5px);
  /* IE 9 */
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
  -ms-transform: rotate(-45deg) translate(7px, -8px);
  /* IE 9 */
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
  /* Chrome, Safari, Opera */
}
@media screen and (max-width: 500px) {
  .bx-controls.bx-has-controls-direction {
    display: none;
  }
  .photos-open .description-conter {
    padding-bottom: 30px;
  }
}
body.end-year header {
  background-image: url('../images/bora.png');
  background-position: center center;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 16, 2015, 10:08:14 AM
    Author     : veton
*/
.multimedia {
  margin-top: 50px;
  float: left;
  width: 100%;
}
.multimedia .multimedia-open .description {
  max-width: 920px;
  float: left;
  transition: height 0.8s;
}
.multimedia .multimedia-open .description span {
  font-size: 16px;
}
.multimedia .multimedia-open .description h1 {
  font-size: 2.14em;
  margin: 0px;
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 1.2em;
}
.multimedia .multimedia-open .description p {
  font-size: 18px;
  line-height: 1.4em;
}
.multimedia .multimedia-open div.video-frame {
  margin-top: 30px;
  position: relative;
  float: left;
  width: 100%;
}
.multimedia .multimedia-open div.video-frame span.video-button {
  background: url('../images/play-button.png') center center no-repeat;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -200%;
  cursor: pointer;
  opacity: .8;
  z-index: 99;
}
.multimedia .multimedia-open div.video-frame span.video-button:hover {
  opacity: 1;
}
.multimedia .multimedia-open div.video-frame img {
  display: block;
  position: relative;
  max-width: 100%;
}
.multimedia .multimedia-open div.video-frame iframe {
  width: 100%;
  height: 664px;
  display: none;
}
.slider {
  position: relative;
  background: #333;
  clear: both;
}
.slider .watch-video {
  left: 55px;
}
.slider .bx-wrapper .bx-prev {
  left: 20px;
}
.slider .bx-wrapper .bx-next {
  right: 20px;
}
.slider .container {
  position: relative;
}
.slider .container:before {
  content: "";
  position: absolute;
  left: -100%;
  height: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9;
}
.slider .container:after {
  content: "";
  position: absolute;
  right: -100%;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.55);
}
.photos-open {
  position: relative;
  width: 100%;
  float: left;
  overflow-x: hidden;
}
.photos-open .description-conter {
  position: relative;
  float: left;
  width: 100%;
}
.photos-open .description-conter .description {
  margin-bottom: 20px;
  transition: height 0.4s;
}
.photos-open .description-conter .photo-conter {
  position: absolute;
  right: 0;
  bottom: 10px;
  border-left: 1px solid #000;
  padding: 10px;
}
.photos-open .slider li {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.photos-open .slider li .slide-description {
  display: none;
}
.photos-open .slider li img {
  width: 100%;
}
.photos-open .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
.photos-open .bx-wrapper .bx-controls-direction a {
  background: #fff url(../images/controls.png) no-repeat;
  width: 80px;
  height: 80px;
  opacity: 0.8;
  transition: opacity 0.4s;
  margin-top: -40px;
}
.photos-open .bx-wrapper .bx-controls-direction .bx-next {
  right: 0px;
  background-position: top right;
}
.photos-open .bx-wrapper .bx-controls-direction .bx-next:hover {
  opacity: 1;
  transition: opacity 0.4s;
}
.photos-open .bx-wrapper .bx-controls-direction .bx-prev {
  left: 0px;
}
.photos-open .bx-wrapper .bx-controls-direction .bx-prev:hover {
  opacity: 1;
  transition: opacity 0.4s;
}
.article-open {
  position: relative;
  margin-top: 10px;
}
.article-open .multimedia-open {
  position: relative;
  padding-top: 50px;
}
.article-open .multimedia-open .photo-conter {
  position: relative;
  float: right;
  right: 0;
  top: -10px;
  border-left: 1px solid #000;
  padding: 10px;
}
.article-open .multimedia-open .bx-wrapper .bx-controls-direction a {
  margin-top: -63px;
}
.article-open .multimedia-open .description {
  padding-top: 10px;
  max-width: none;
  width: 100%;
  text-align: center;
}
.article-open .multimedia-open .description p {
  max-width: 600px;
  text-align: center;
  display: inline-block;
  color: #999;
  background: url('../images/table-paragraph-bg.png') no-repeat bottom center;
  padding-bottom: 20px;
  padding-top: 10px;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: Auto;
}
.article-open .multimedia-open .slider {
  background: #ffffff;
}
.article-open .multimedia-open .slider li {
  background: #ffffff;
  /*                .slide-description {
                                    padding:10px 10px;
                                    display: block;
                                    position:relative;
                                    float:left;
                                    width:100%;
                                    text-align:center;
                                    p {
                                        max-width: 600px;
                                        text-align: center;
                                        display: inline-block;
                                        color: #999;
                                        background: url('../images/table-paragraph-bg.png') no-repeat bottom center;
                                        padding-bottom: 20px;
                                        padding-top: 10px;
                                        font-family: 'Dosis',sans-serif;
                                        font-weight: 700;
                                        line-height: 20px;
                                        margin:Auto;
                                    }
                
                                }*/
}
.article-open .multimedia-open .slider li img {
  width: 100%;
}
div.social-network {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.social-network ul {
  padding-left: 112px;
}
div.social-network ul li {
  display: inline-flex;
  margin: 0 10px;
  min-width: 39px;
  min-height: 38px;
  float: left;
  padding-top: 15px;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
div.social-network ul li .social-hidden {
  padding-top: 54px;
  width: 0;
  top: 0px;
  left: 0px;
  position: absolute;
  overflow: hidden;
}
div.social-network ul li.fb {
  background-image: url('../images/fb-article.png');
  /*z-index:11;*/
}
div.social-network ul li.tw {
  background-image: url('../images/tw-article.png');
  z-index: 11;
}
div.social-network ul li.gplus {
  background-image: url('../images/g-article.png');
  z-index: 12;
}
div.social-network ul li:hover {
  /*background-image: none;*/
}
div.social-network ul li:hover .social-hidden {
  width: auto;
}
.banner-mask {
  width: 100%;
  height: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
div.article {
  float: left;
  width: 100%;
  position: relative;
}
div.article img {
  max-width: 100%;
}
div.article div.article-intro {
  background-size: cover !important;
  position: relative;
  width: 100%;
  color: #fff;
  display: table;
  padding: 40px 0px;
}
div.article div.article-intro img.article-img {
  width: 100%;
}
div.article div.article-intro div.intro-description {
  position: relative;
  display: table;
  vertical-align: middle;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}
div.article div.article-intro div.intro-description h1 {
  font-size: 4em;
  font-family: 'Kadwa', serif;
  line-height: 1em;
}
div.article div.article-intro div.intro-description p {
  line-height: 1.3em;
  font-family: 'Kadwa', serif;
  font-size: 1.5em;
}
div.article div.article-intro ul.authors {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
div.article div.article-intro ul.authors li {
  display: inline-block;
  margin: 10px 20px;
}
div.article div.article-intro ul.authors img {
  border-radius: 100%;
  border: 2px solid #fff;
}
div.article div.article-intro ul.authors span {
  clear: both;
  color: #ffffff;
  font-size: 16px;
}
div.article table.full-width {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
div.article .multimedia {
  margin-bottom: 20px;
}
div.article div.article-intro {
  margin-bottom: 50px;
}
div.article-content {
  float: left;
  width: 100%;
}
div.article-content h2,
div.article-content h3,
div.article-content h4,
div.article-content h5 {
  text-align: left;
  margin: 10px 120px;
  font-weight: 500;
}
div.article-content p.place-date {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: 'Dosis', sans-serif;
}
div.article-content p {
  padding-bottom: 15px;
  margin: 0 120px;
  font-family: 'Kadwa', serif;
  line-height: 25px;
  font-weight: 400;
}
div.article-content b {
  font-family: 'Kadwa', serif;
}
div.article-content blockquote {
  background: url('../images/blockquote-bg.png') no-repeat left 10px;
  margin-top: 10px;
  padding-left: 103px;
  margin-left: -103px;
  padding-top: 30px;
  padding-bottom: 40px;
  min-height: 61px;
  border-top: 12px solid #eeeeee;
  float: left;
  margin-right: 70px;
  max-width: 540px;
}
div.article-content blockquote p {
  margin: 0;
  /*background: url('../images/table-paragraph-bg.png') no-repeat left 90%;*/
  font-size: 24px;
  font-weight: 700;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  margin-bottom: -5px;
  line-height: 34px;
}
div.article-content blockquote address {
  font-size: 16px;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
}
div.article-content table td {
  padding: 0 1px;
  text-align: center;
}
div.article-content table p {
  max-width: 600px;
  text-align: center;
  display: inline-block;
  color: #999999;
  background: url('../images/table-paragraph-bg.png') no-repeat bottom center;
  padding-bottom: 20px;
  padding-top: 10px;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  line-height: 20px;
}
div.article-content a {
  font-family: 'Kadwa', serif;
  line-height: 30px;
  font-weight: 600;
  color: #000;
}
div.article-content a:hover {
  text-decoration: underline;
}
div.article-content img {
  width: auto !important;
  height: auto !important;
}
/* ARTICLE-FOOTER ------------------------------------------------*/
.article-footer {
  opacity: 0;
  border-top: 2px solid #000;
  *zoom: 1;
  width: 940px;
  float: left;
  margin-left: 120px;
  padding-top: 24px;
  padding-bottom: 45px;
  text-align: center;
}
.article-footer:before,
.article-footer:after {
  content: "";
  display: table;
}
.article-footer:after {
  clear: both;
}
.article-footer .col {
  width: 50%;
  float: left;
  text-align: left;
}
.article-footer .col .date {
  text-transform: uppercase;
  font-weight: 700;
}
.article-footer .col.social-media {
  width: 52% !important;
  padding-left: 20px;
  float: right;
}
.article-footer .col.first-col {
  width: 45%;
}
.article-footer .col.last-col {
  width: 55%;
}
.article-footer .author {
  position: relative;
}
.article-footer .author span {
  position: relative;
  display: inline-block;
  left: 26px;
  font-weight: 700;
}
.article-footer .author span:first-child {
  text-transform: none;
  position: absolute;
  left: 0 !important;
  font-weight: 400;
}
.pdf-links {
  width: 48% !important;
  position: relative;
  padding-left: 40px;
}
.pdf-links:before {
  content: "";
  background: url('../images/pdf-icon.png') no-repeat;
  width: 30px;
  height: 40px;
  position: absolute;
  left: 0;
}
.pdf-links li {
  float: left;
  clear: left;
  position: relative;
  padding-left: 10px;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 7px;
}
.pdf-links li:before {
  left: 0;
  content: "»";
  position: absolute;
}
.pdf-links li a {
  color: #000;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.social-media {
  text-align: right !important;
}
.social-media li {
  text-align: right;
  margin-right: 12px;
  display: inline-block;
}
.social-media li:last-child {
  margin-right: 0;
}
.social-media li a {
  width: 38px;
  height: 38px;
  display: inline-block;
  text-indent: -999em;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.social-media li a:hover {
  opacity: .7;
}
.social-media li .fb-article {
  background: url('../images/fb-article.png') no-repeat;
}
.social-media li .tw-article {
  background: url('../images/tw-article.png') no-repeat;
}
.social-media li .g-article {
  background: url('../images/g-article.png') no-repeat;
}
/* End of ARTICLE-FOOTER -----------------------------------------*/
/* SECTION -------------------------------------------------------*/
.section h1 {
  font-size: 4.750em;
  font-family: 'Kadwa', serif;
  line-height: 75px;
  margin-bottom: 40px;
}
/* End of SECTION ------------------------------------------------*/
/* ABOUT-US ------------------------------------------------------*/
.about img:first-child {
  float: right;
  margin-bottom: 20px;
  margin-right: -120px;
  margin-top: -120px;
}
.pdf-footer {
  border-top: 1px solid #000;
  padding-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.pdf-footer h3 {
  font-size: 1.500em;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.pdf-footer .col {
  width: 33.333%;
  float: left;
  text-align: left;
  margin-bottom: 40px;
}
.pdf-footer .col:nth-child(3n + 1) {
  clear: both;
}
.pdf-footer ul {
  position: relative;
  padding-left: 40px;
}
.pdf-footer ul:before {
  content: "";
  background: url('../images/pdf-icon.png') no-repeat;
  width: 30px;
  height: 40px;
  position: absolute;
  left: 0;
}
.pdf-footer ul li {
  float: left;
  clear: left;
  position: relative;
  padding-left: 10px;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 10px;
}
.pdf-footer ul li:before {
  left: 0;
  content: "»";
  position: absolute;
}
.pdf-footer ul li a {
  color: #000;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
div.related-article {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
div.related-article label {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  font-family: 'Dosis', sans-serif;
}
div.related-article ul {
  margin-top: 10px;
  float: left;
  width: 90%;
  margin-left: 5%;
}
div.related-article li {
  position: relative;
  float: left;
  margin: 0.2%;
}
div.related-article li img {
  display: block;
}
div.related-article li div.related-article-content {
  position: absolute;
  max-width: 90%;
  left: 10px;
  bottom: 10px;
  color: #fff;
  z-index: 99;
}
div.related-article li div.related-article-content a {
  background: #333;
  position: relative;
}
div.related-article li div.related-article-content h3 {
  font-family: 'Kadwa', serif;
  font-weight: 400;
  line-height: 34px;
  font-size: 24px;
  margin: 0px;
}
div.related-article li div.related-article-content p {
  margin: 0;
  font-size: 16px;
  padding: 0;
}
div.related-article li.width-100 {
  width: 100%;
}
div.related-article li.width-100 img {
  width: 100% !important;
}
div.related-article li.width-50 {
  width: 49.5%;
}
div.related-article li.width-50 img {
  width: 100% !important;
}
div.related-article li.width-30 {
  width: 32%;
}
div.related-article li.width-30 img {
  width: 100% !important;
}
/* End of ABOUT-US -----------------------------------------------*/
@media (max-height: 1024px) {
  .full-width-slider {
    padding-bottom: 0;
  }
  .full-width-slider .container {
    padding: 50px 50px;
  }
  .full-width-slider h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .full-width-slider h1 a {
    font-size: 50px;
    line-height: 50px;
  }
  .full-width-slider p {
    font-size: 20px;
    line-height: 30px;
  }
  .full-width-slider .next-slide-item p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-height: 820px) {
  .full-width-slider {
    padding-bottom: 0;
  }
  .full-width-slider .container {
    padding: 50px 20px;
  }
  .full-width-slider h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .full-width-slider h1 a {
    font-size: 40px;
    line-height: 40px;
  }
  .full-width-slider p {
    font-size: 18px;
    line-height: 25px;
  }
  .full-width-slider .next-slide-item p {
    font-size: 18px;
    line-height: 20px;
    padding-right: 10px;
  }
}
@media (max-height: 766px) {
  .full-width-slider {
    height: 460px !important;
  }
}
@media (max-width: 900px) {
  .full-width-slider {
    height: auto !important;
  }
  .full-width-slider .next-slide-item {
    padding-top: 45px;
    position: relative;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .full-width-slider p {
    display: none;
  }
  .full-width-slider .next-slide-item .img-container {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 900px) {
  div.article div.article-intro {
    background-image: none !important;
    padding: 0px;
  }
  div.article div.article-intro p {
    padding: 0 40px;
  }
  div.article div.article-intro img.cover-photo {
    width: 100%;
    display: block;
  }
  div.article div.article-intro div.intro-description {
    position: absolute;
  }
}
@media (max-width: 899px) {
  div.article div.article-intro img.cover-photo {
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  div.article div.article-intro div.intro-description ul.authors {
    margin-top: 20px;
  }
  div.article div.article-intro div.intro-description h1 {
    font-size: 3em;
    margin: 20px 0px;
  }
  div.article div.article-intro div.intro-description p {
    line-height: 1.2em;
    font-family: 'Kadwa', serif;
    font-size: 1.3em;
  }
  .publication-list li img {
    max-width: 100%;
  }
  div.article-content blockquote {
    margin-left: 0;
  }
}
@media screen and (max-width: 1180px) {
  .article-footer {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .publication-list li {
    padding-top: 45px;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .publication-list li img {
    max-width: 100%;
  }
  .publication-list li:nth-child(3n+1) {
    clear: none;
  }
  .publication-list li:nth-child(2n+1) {
    clear: left;
  }
  .publication-list h3 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 1024px) {
  .header-top {
    position: relative;
  }
  .header-mask {
    display: none;
  }
  .right-side .dropdown-filter {
    display: none;
  }
  header .right-side {
    padding-right: 50px;
  }
  .mmenu-button {
    display: block;
    float: right;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: 0px;
  }
  .newspaper-items ul li {
    width: 50%;
  }
  .newspaper-items ul li img {
    padding: 0 10px;
    z-index: 9;
  }
  .newspaper-items ul li:first-child {
    width: 100%;
    margin-bottom: 1px;
  }
  .newspaper-items ul li:first-child img {
    bottom: 0;
  }
  .post-6-grid li:hover .hidden-content {
    opacity: 0;
  }
  .post-6-grid li:hover > a {
    opacity: 1;
    visibility: visible;
  }
  .post-6-grid li:nth-child(2n + 1) {
    clear: both;
  }
  .post-6-grid li,
  .post-6-grid .item-2-col {
    width: 50% !important;
    float: left;
  }
  .post-6-grid li > a h3,
  .post-6-grid .item-2-col > a h3 {
    font-size: 20px;
  }
  .post-6-grid li .hidden-content a:before,
  .post-6-grid .item-2-col .hidden-content a:before {
    top: 20px;
  }
  .post-6-grid li .hidden-content a:after,
  .post-6-grid .item-2-col .hidden-content a:after {
    bottom: 20px;
  }
  .post-6-grid li .hidden-content a .date,
  .post-6-grid .item-2-col .hidden-content a .date {
    font-size: 14px;
  }
  .post-6-grid li .hidden-content a h3,
  .post-6-grid .item-2-col .hidden-content a h3 {
    font-size: 18px;
    font-family: 'Kadwa', serif;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .post-6-grid li .hidden-content a p,
  .post-6-grid .item-2-col .hidden-content a p {
    font-size: 14px;
    font-family: 'Kadwa', serif;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
  }
  .post-5-grid > ul > li {
    width: 100%;
    border-bottom: 2px solid #fff;
  }
  .main-navigation {
    display: none;
  }
  .publication-list li {
    padding-top: 45px;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .publication-list li img {
    max-width: 100%;
  }
  .publication-list li:nth-child(3n+1) {
    clear: none;
  }
  .publication-list li:nth-child(2n+1) {
    clear: left;
  }
  .publication-list h3 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 950px) {
  .article-open .multimedia-open {
    padding-top: 20px;
  }
  .article-open .multimedia-open img {
    max-width: 100%;
  }
  div.article .multimedia {
    margin-bottom: 0;
  }
  .about img:first-child {
    margin-right: 0;
    margin-top: 0;
  }
  .section h1 {
    font-size: 3em;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  div.article-content h2,
  div.article-content h3,
  div.article-content h4,
  div.article-content h5 {
    margin: 10px 0px;
  }
  .article-footer .author span:first-child {
    text-transform: none;
    position: relative;
    padding-right: 0px !important;
    left: 0 !important;
    font-weight: 400;
  }
  .article-footer {
    margin-left: 0px;
    width: 100%;
  }
  .article-footer .col {
    margin-bottom: 20px;
    width: 100%;
  }
  .article-footer .col .col {
    margin-bottom: 0px;
    width: 50%;
  }
  .article-footer .col .author {
    text-align: right;
    float: right;
  }
  .article-footer .col .author span {
    padding-right: 0px !important;
    left: 0px !important;
  }
  div.article-content p {
    margin: 0px;
    padding-bottom: 15px;
  }
  .main-navigation {
    display: none;
  }
  header,
  .header-mask {
    height: 67px;
    min-height: 67px;
  }
  header .logo {
    height: 67px;
    min-height: 67px;
    width: 67px;
  }
  header .logo img {
    width: 43px;
  }
  header .main-navigation li {
    opacity: 0;
  }
  header .right-side {
    padding-top: 25px;
  }
  header .right-side a:hover {
    color: #fff;
    border-color: #fff;
  }
  header .search-container .search-submit:hover input[type="submit"] {
    width: 22px;
    height: 22px;
    background-size: 100% auto;
  }
  header .search-container input[type="text"] {
    font-size: 40px;
  }
  header .search-container .active input[type="submit"] {
    width: 22px;
    height: 22px;
    background-size: 100% auto;
  }
  .gutter-space {
    padding-top: 30px;
  }
  .post-6-grid li > a h3 {
    line-height: 1.3em;
  }
  .search-list li {
    margin: 10px 0;
    padding: 20px 0;
  }
  div.article div.article-intro div.intro-description ul.authors {
    margin-top: 15px;
  }
  div.article div.article-intro div.intro-description h1 {
    font-size: 2em;
    margin: 15px 0px;
  }
  div.article div.article-intro div.intro-description p {
    font-size: 1.2em;
  }
  .article-footer .col.last-col {
    width: inherit;
  }
  .article-footer .col.first-col {
    width: inherit;
  }
  div.social-network ul {
    text-align: left;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .article-footer {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  header .search-container input[type="text"] {
    font-size: 25px !important;
    padding: 10px;
    border: 0;
    height: 50px;
    bottom: -51px;
    width: 100%;
    top: inherit;
    left: 0;
  }
  .right-side .dropdown-filter {
    display: none;
  }
  .media-video .img-mask {
    background: url('../images/media-vid-ico.png') no-repeat center 45%;
    background-size: 15%;
  }
  .media-image .img-mask {
    background: url('../images/media-img-ico.png') no-repeat center 45%;
    background-size: 15%;
  }
  .post-6-grid li > a {
    display: inline-block;
    padding: 20px 10px;
    position: relative;
    color: #000;
  }
  .post-6-grid li > a div {
    position: relative;
    bottom: inherit;
    left: inherit;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .full-width-slider .swiper-pagination {
    bottom: 20px !important;
  }
  .full-width-slider .container {
    padding: 50px 20px;
  }
  .full-width-slider h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .full-width-slider h1 a {
    font-size: 25px;
    line-height: 30px;
  }
  .footer-col-items .col {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  .footer-col-items .copyright p {
    text-align: center;
  }
  .pdf-footer h3 {
    font-size: 1.3em;
  }
  .pdf-footer .col {
    width: 50%;
    padding: 0px 10px;
  }
  .pdf-footer .col:nth-child(3n + 1) {
    clear: none;
  }
  .pdf-footer .col:nth-child(2n + 1) {
    clear: left;
  }
  div.article div.article-intro div.intro-description p {
    display: none;
  }
  .media-image .img-mask {
    height: 71%;
  }
}
@media screen and (max-width: 650px) {
  .header-top {
    position: relative;
  }
  .header-mask {
    display: none;
  }
  .newspaper-items ul li:first-child {
    height: auto !important;
  }
  .newspaper-items ul li:first-child img {
    position: relative !important;
    float: left;
  }
  .newspaper-items ul li:first-child h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 500px) {
  header .container {
    padding: 0;
  }
  div.social-network ul {
    text-align: center;
  }
  .page-404 h1 {
    font-size: 2em;
  }
  .page-404 p {
    font-size: 1em;
  }
  .mmenu-button {
    right: 10px;
  }
  .post-6-grid h2 {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .post-6-grid h2 a {
    font-size: 30px;
  }
  .post-6-grid li,
  .post-6-grid .item-2-col {
    width: 100% !important;
  }
  .post-6-grid li {
    margin-bottom: 10px;
  }
  .post-6-grid li > a h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .full-width-slider .next-slide {
    display: none;
  }
  .container {
    width: 100%;
    padding: 0 10px;
  }
  div.article-content p {
    padding-bottom: 10px;
    font-size: 15px;
  }
  div.article-content table td {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  div.article-content blockquote {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0px;
  }
  div.article-content blockquote p {
    font-size: 18px;
    line-height: 1.4em;
  }
  .publication-list li {
    padding-top: 45px;
    width: 100%;
  }
  .publication-list li img {
    max-width: 100%;
  }
  .multimedia {
    margin-top: 10px;
  }
  .article-footer {
    margin-left: 0px;
    width: 100%;
  }
  .article-footer .col {
    margin-bottom: 10px;
    width: 100%;
  }
  .article-footer .col .col {
    margin-bottom: 20px;
    width: 100%;
  }
  .article-footer .col .author {
    text-align: left;
    float: left;
  }
  .article-footer .col .author span {
    padding-right: 0px !important;
    left: 0px !important;
  }
  .article-footer .col.social-media {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .article-footer .pdf-links {
    width: 100% !important;
  }
  .partners li {
    display: inline;
    float: left;
    padding: 5px;
    width: 50%;
  }
  .about img:first-child {
    max-width: 100%;
    float: right;
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
  .pdf-footer .col {
    width: 100%;
  }
  .post-5-grid .nested-items.half-grid li {
    width: 100%;
    margin-bottom: 2px;
  }
  .post-5-grid {
    padding: 10px;
  }
  .post-5-grid > ul > li {
    margin-top: 2px;
    margin-bottom: 0;
  }
  .post-5-grid > ul > li h3 {
    font-size: 1.17em;
    line-height: 1.3em;
  }
  .post-5-grid > ul > li a {
    position: relative;
    opacity: 1 !important;
  }
  .post-5-grid > ul > li a div {
    opacity: 1 !important;
    padding: 10px 0px 20px;
    position: relative;
    bottom: inherit;
    left: inherit;
    color: #000;
  }
  .newspaper-items ul li {
    width: 100%;
    height: auto !important;
    border: 0;
    margin-bottom: 1px;
    padding: 10px 0;
  }
  .newspaper-items ul li img {
    position: relative !important;
    bottom: 0;
  }
  .newspaper-items ul li .img-container {
    float: right;
    width: 50%;
  }
  .newspaper-items ul li .pdf-description {
    float: right;
    width: 50%;
  }
  .newspaper-items ul li .pdf-description .author {
    margin-bottom: 0;
  }
  .newspaper-items ul li:first-child {
    height: auto !important;
  }
  .newspaper-items ul li:first-child img {
    position: relative !important;
    float: left;
    width: 50%;
    padding: 0 10px;
  }
  .newspaper-items ul li:first-child h3 {
    font-size: 1.5em;
    color: #000;
    font-family: 'Kadwa', serif;
    font-weight: 400;
    line-height: 35px;
  }
  .newspaper-items ul li:first-child .pdf-description {
    width: 50%;
    position: relative;
    padding-top: 20px;
  }
  .newspaper-items ul li:first-child .pdf-description .author {
    margin-bottom: 0;
    font-size: 1em;
    color: #000;
  }
  .newspaper-items ul li:first-child .pdf-nr {
    font-size: 1.5em;
    color: #000;
    font-family: 'Kadwa', serif;
    margin-bottom: 10px;
    line-height: 35px;
  }
}
@media screen and (max-width: 440px) {
  div.article div.article-intro div.intro-description h1 {
    font-size: 1.8em;
  }
  div.article div.article-intro div.intro-description p {
    font-size: 1em;
  }
  .newspaper-items ul li {
    width: 100%;
    height: auto !important;
    border: 0;
    margin-bottom: 1px;
    padding: 30px 0;
  }
  .newspaper-items ul li img {
    position: relative !important;
    bottom: 0;
  }
  .newspaper-items ul li .img-container {
    float: right;
    width: 100%;
  }
  .newspaper-items ul li .pdf-description {
    float: right;
    padding-bottom: 20px;
    width: 100%;
  }
  .newspaper-items ul li .pdf-description .author {
    margin-bottom: 0;
  }
  .newspaper-items ul li:first-child {
    height: auto !important;
  }
  .newspaper-items ul li:first-child img {
    position: relative !important;
    float: left;
    width: 100%;
    padding: 0 10px;
  }
  .newspaper-items ul li:first-child h3 {
    font-size: 1.5em;
    color: #000;
    font-family: 'Kadwa', serif;
    font-weight: 400;
    line-height: 35px;
  }
  .newspaper-items ul li:first-child .pdf-description {
    width: 100%;
    position: relative;
    padding-top: 20px;
  }
  .newspaper-items ul li:first-child .pdf-description .author {
    margin-bottom: 0;
    font-size: 1em;
    color: #000;
  }
  .newspaper-items ul li:first-child .pdf-nr {
    font-size: 1.5em;
    color: #000;
    font-family: 'Kadwa', serif;
    margin-bottom: 10px;
    line-height: 35px;
  }
  .pdf-download img {
    max-width: 100%!important;
    margin-bottom: 20px;
    width: 100%;
  }
  div.related-article li.width-50 {
    width: 100%!important;
  }
}
