@font-face {
  font-family: 'GE_SS_Two';
  src: url('../fonts/GESSTwoMedium-Medium.woff2') format('woff2'), url('../fonts/GESSTwoMedium-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GE_SS_Two';
  src: url('../fonts/GESSTwoBold-Bold.woff2') format('woff2'), url('../fonts/GESSTwoBold-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'GE_SS_Two';
  src: url('../fonts/GESSTwoLight-Light.woff2') format('woff2'), url('../fonts/GESSTwoLight-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
html {
  min-height: 100%;
  position: relative;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
img {
  border: none;
  height: auto;
}
.has-error {
  border-color: #f00;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.clear {
  clear: both;
}
input, button, select, textarea {
  outline: none;
  vertical-align: middle;
}
body {
  font: 18px 'GE_SS_Two', sans-serif;
  color: #000;
  background: #fbfbfb;
  min-width: 320px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'GE_SS_Two', sans-serif;
  font-weight: 100;
}
a:link, a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
input, textarea, .input-text {
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #888888;
  color: #000;
  box-sizing: border-box;
  line-height: 18px;
  outline: none;
  padding: 8px 0;
  font: 16px 'GE_SS_Two', sans-serif;
}
select {
  box-sizing: border-box;
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 2px solid #888888;
  color: #000;
  font: 16px 'GE_SS_Two', sans-serif;
  line-height: 18px;
  outline: none;
  padding: 0 18px;
  margin: 0;
  display: block;
  height: 40px;
  -webkit-appearance: none;
  box-shadow: none;
}
button, input[type="submit"] {
  transition: 0.4s;
  padding: 9px 40px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: 'GE_SS_Two', sans-serif;
  font-size: 17px;
  font-weight: 100;
  background: #e10019;
  background: -moz-linear-gradient(-45deg, #e10019 0%, #9f008b 100%);
  background: -webkit-linear-gradient(-45deg, #e10019 0%, #9f008b 100%);
  background: linear-gradient(135deg, #e10019 0%, #9f008b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='$secondary-color',GradientType=1);
}
button:hover, input[type="submit"]:hover {
  opacity: 0.8;
}
.focus-input {
  width: 100%;
  height: 2px;
  background: #e10019;
  transition: 0.4s;
  position: relative;
  margin-top: -2px;
}
input:placeholder-shown + .focus-input, textarea:placeholder-shown + .focus-input {
  width: 0;
}
input:focus + .focus-input, textarea:focus + .focus-input {
  width: 100%;
}
.button:link, .button:visited {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 13px 30px;
  border: none;
  cursor: pointer;
  background: #e10019;
  color: #fff;
  font-family: 'GE_SS_Two', sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.button:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}
textarea {
  resize: none;
}
.input-wrap input:not([type=submit]), .input-wrap textarea, .input-wrap select {
  width: 100%;
}
.container {
  max-width: 1500px;
  margin: 0 auto;
}
header, footer {
  text-align: center;
}
header .container, footer .container {
  position: relative;
}
header .brand, footer .brand {
  display: inline-block;
}
header .input-text, footer .input-text, nav .input-text {
  background: none;
  border: none;
  line-height: 26px;
  padding: 0;
  border-bottom: 2px solid #888888;
  text-indent: 20px;
  width: 262px;
}
header .search, footer .search, nav .search {
  position: absolute;
  width: 262px;
}
header .search .input-btn, footer .search .input-btn, nav .search .input-btn {
  background: url(../images/search.png) center center no-repeat;
  border: none;
  width: 16px;
  height: 26px;
  padding: 0;
  transition: 0.4s;
  position: absolute;
  right: 0;
}
header .search .input-btn:hover, footer .search .input-btn:hover, nav .search .input-btn:hover {
  opacity: 0.7;
}
header .socials a, footer .socials a, nav .socials a {
  transition: 0.4s;
}
header .socials a:hover, footer .socials a:hover, nav .socials a:hover {
  opacity: 0.7;
}
nav .search {
  top: -70px;
}
nav .socials {
  position: absolute;
  top: -70px;
  left: 15px;
}
footer {
  background: #000;
  min-height: 100px;
  color: #fff;
  overflow: hidden;
}
footer a:link, footer a:visited {
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}
footer a:hover {
  color: #f00;
}
footer .nav {
  list-style: none;
  margin: 10px 0 50px;
  padding: 0;
  font-size: 14px;
}
footer .nav li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 10px;
}
footer .line {
  width: 100%;
  height: 5px;
  background: #e10019;
  background: -moz-linear-gradient(left, #e10019 30%, #9f008b 70%);
  background: -webkit-linear-gradient(left, #e10019 30%, #9f008b 70%);
  background: linear-gradient(to right, #e10019 30%, #9f008b 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='$secondary-color',GradientType=1);
}
footer .socials {
  text-align: right;
  margin-top: 20px;
}
footer .search {
  top: 38px;
}
footer .search .input-btn {
  background: url(../images/search_f.png) center center no-repeat;
}
footer .input-text {
  color: #fff;
}
footer .newsletter {
  position: absolute;
  left: 15px;
  top: 40px;
  width: 262px;
}
footer .newsletter .input-text {
  text-align: center;
  text-indent: 0;
  direction: ltr;
}
footer .newsletter .input-btn {
  margin-top: 24px;
}
.menu-toggle {
  width: 42px;
  cursor: pointer;
  display: none;
  margin: 10px 0;
}
.menu-toggle .bar {
  height: 5px;
  background: #fff;
  margin-bottom: 7px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
nav.header-nav {
  background: #e10019;
  background: -moz-linear-gradient(left, #e10019 30%, #9f008b 70%);
  background: -webkit-linear-gradient(left, #e10019 30%, #9f008b 70%);
  background: linear-gradient(to right, #e10019 30%, #9f008b 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='$secondary-color',GradientType=1);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.4s;
  height: 38px;
  position: sticky;
  top: 0;
  z-index: 2;
}
nav.header-nav.sticky {
  position: fixed;
  z-index: 1;
  width: 100%;
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5);
  z-index: 2;
}
nav.header-nav .menu-container {
  position: relative;
}
nav.header-nav a:link, nav.header-nav a:visited {
  color: #fff;
  text-decoration: none;
}
nav.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.header-nav .nav {
  text-align: center;
  line-height: 38px;
}
nav.header-nav .nav a {
  transition: 0.4s;
  padding: 0 13px;
}
nav.header-nav .nav li {
  padding: 0;
  display: inline-block;
}
nav.header-nav .nav li:hover > a {
  opacity: 0.7;
}
nav.header-nav .nav li:after {
  content: ' : ';
}
nav.header-nav .nav li:last-child:after {
  display: none;
}
nav.header-nav .nav li.current-menu-parent > a, nav.header-nav .nav li.current-menu-item > a {
  color: #000;
}
nav.header-nav .sub-menu {
  background: #ca0040;
  background: -moz-linear-gradient(-45deg, #ca0040 0%, #ad0072 100%);
  background: -webkit-linear-gradient(-45deg, #ca0040 0%, #ad0072 100%);
  background: linear-gradient(135deg, #ca0040 0%, #ad0072 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca0040', endColorstr='#ad0072',GradientType=1);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  position: absolute;
  min-width: 150px;
  padding: 0 8px;
  text-align: right;
  line-height: 30px;
  z-index: 1;
  transform: translateY(50px);
}
nav.header-nav .sub-menu li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
nav.header-nav .sub-menu li:last-child {
  border: none;
}
nav.header-nav .sub-menu li a {
  display: block;
  padding: 0 13px;
}
nav.header-nav .sub-menu li a:hover {
  transform: translateX(-5px);
}
nav.header-nav .sub-menu li:after {
  display: none;
}
nav.header-nav .menu-item-has-children > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
  display: inline-block;
  margin-right: 8px;
  transition: 0.4s;
}
nav.header-nav .menu-item-has-children:hover > a:after {
  opacity: 0.7;
}
nav.header-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.svg-bg-wrap {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1610px;
  overflow: hidden;
}
.read-more {
  background: url(../images/link.png) left top no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  transition: 0.4s;
}
.share-button {
  background: url(../images/share.png) left top no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.share-button .c-share_options {
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-right: 32px;
  transform: translateX(50px);
  background: #e10019;
  background: -moz-linear-gradient(-45deg, #e10019 0%, #9f008b 100%);
  background: -webkit-linear-gradient(-45deg, #e10019 0%, #9f008b 100%);
  background: linear-gradient(135deg, #e10019 0%, #9f008b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='$secondary-color',GradientType=1);
}
.share-button .c-share_options button {
  background: none;
  display: block;
  width: 100%;
}
.share-button .c-share_options button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.share-button:hover .c-share_options {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.text-content {
  padding: 40px 0;
}
.text-content h1 {
  font-size: 24px;
  color: #f00;
  font-weight: bold;
}
.text-content h2 {
  font-size: 20px;
  color: #f00;
  font-weight: bold;
}
.no-content {
  min-height: calc(100vh - 346px);
}
.list--type-1 {
  overflow: hidden;
  padding: 60px 0;
}
.list--type-1 a:link {
  text-decoration: none;
}
.list--type-1 .list--item {
  width: 50%;
  float: right;
  display: flex;
}
.list--type-1 .list--item:nth-child(odd) {
  clear: right;
}
.list--type-1 .list--item:nth-child(even) {
  margin-top: 72px;
}
.list--type-1 .list--item:hover .image img {
  transform: scale(1.1, 1.1);
}
.list--type-1 .list--item:hover .side {
  transform: translateX(-10px);
}
.list--type-1 .image {
  position: relative;
  width: 65%;
}
.list--type-1 .image .image-wrap {
  overflow: hidden;
}
.list--type-1 .image img {
  width: 100%;
  transition: 0.8s;
  float: right;
  transform: scale(1.01, 1.01);
}
.list--type-1 .date {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: top left;
  font-size: 11px;
  line-height: 22px;
  padding: 0 8px;
}
.list--type-1 .category {
  position: absolute;
  color: #fff;
  background: #000;
  top: 0;
  left: 22px;
  transform: rotate(90deg);
  transform-origin: top left;
  font-size: 15px;
  line-height: 22px;
  padding: 0 8px;
}
.list--type-1 .category a:link, .list--type-1 .category a:visited {
  color: #fff;
}
.list--type-1 .side {
  display: flex;
  flex-direction: column;
  width: 35%;
  transition: 0.4s;
}
.list--type-1 .side .read-more, .list--type-1 .side .share-button {
  margin-top: auto;
  margin-right: 28px;
}
.list--type-1 .title {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin: 150px -20% 0 0;
  padding: 10px;
  position: relative;
  width: 110%;
  background: #e10019;
  background: -moz-linear-gradient(left, #e10019 0%, #9f008b 100%);
  background: -webkit-linear-gradient(left, #e10019 0%, #9f008b 100%);
  background: linear-gradient(to right, #e10019 0%, #9f008b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='$secondary-color',GradientType=1);
}
.list--type-1 .title a:link, .list--type-1 .title a:visited {
  color: #fff;
}
.list--type-1 .content {
  font-size: 18px;
  font-weight: 100;
  padding: 0 28px;
  overflow: hidden;
}
.list--type-2 a:link {
  text-decoration: none;
}
.list--type-2 .list--item {
  position: relative;
  display: block;
  overflow: hidden;
  border: 13px solid #f00;
  z-index: 1;
}
.list--type-2 .list--item:hover img {
  transform: scale(1.08, 1.08);
}
.list--type-2 .list--item:hover .side {
  transform: translateX(-10px);
}
.list--type-2 .list--item img {
  display: block;
  transition: 0.8s;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: -1;
}
.list--type-2 .list--item .side {
  margin: 108px 74% 100px 4%;
  color: #fff;
  transition: 0.4s;
}
.list--type-2 .list--item .title {
  padding: 5px 10px;
  font-size: 24px;
  font-weight: 800;
  background: #e10019;
  background: -moz-linear-gradient(left, #e10019 0%, #9f008b 100%);
  background: -webkit-linear-gradient(left, #e10019 0%, #9f008b 100%);
  background: linear-gradient(to right, #e10019 0%, #9f008b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='$secondary-color',GradientType=1);
}
.list--type-2 .list--item .title a:link, .list--type-2 .list--item .title a:visited {
  color: #fff;
}
.list--type-2 .list--item .content {
  background: #000;
  font-size: 18px;
  padding: 5px 10px;
}
.list--type-2 .list--item .category {
  background: #000;
  font-size: 15px;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 20px;
}
.list--type-2 .list--item .category a:link, .list--type-2 .list--item .category a:visited {
  color: #fff;
}
.list--type-2 .list--item .category span {
  font-size: 11px;
  vertical-align: bottom;
  line-height: 20px;
  display: inline-block;
}
.list--type-3 {
  overflow: hidden;
  padding: 60px 0;
}
.list--type-3 a:link {
  text-decoration: none;
}
.list--type-3 .list--item {
  display: flex;
  margin-bottom: 40px;
}
.list--type-3 .list--item:hover .image img {
  transform: scale(1.1, 1.1);
}
.list--type-3 .list--item:hover .side {
  transform: translateX(-10px);
}
.list--type-3 .list--item .image {
  position: relative;
  float: right;
  width: 48%;
}
.list--type-3 .list--item .image .image-wrap {
  overflow: hidden;
}
.list--type-3 .list--item .image img {
  width: 100%;
  transition: 0.8s;
  float: right;
  transform: scale(1.01, 1.01);
}
.list--type-3 .list--item .date {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: top left;
  font-size: 11px;
  line-height: 22px;
  padding: 0 8px;
}
.list--type-3 .list--item .category {
  position: absolute;
  color: #fff;
  background: #000;
  top: 0;
  left: 22px;
  transform: rotate(90deg);
  transform-origin: top left;
  font-size: 15px;
  line-height: 22px;
  padding: 0 8px;
}
.list--type-3 .list--item .category a:link, .list--type-3 .list--item .category a:visited {
  color: #fff;
}
.list--type-3 .list--item .title {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin: 60px 0 0 0;
  position: relative;
  float: right;
  color: #f00;
}
.list--type-3 .list--item .title a:link, .list--type-3 .list--item .title a:visited {
  color: #f00;
}
.list--type-3 .list--item .content {
  font-size: 18px;
  font-weight: 100;
  overflow: hidden;
}
.list--type-3 .list--item .side {
  display: flex;
  flex-direction: column;
  width: 49%;
  margin-right: 3%;
  transition: 0.4s;
}
.list--type-3 .list--item .side .read-more, .list--type-3 .list--item .side .share-button {
  margin-top: auto;
}
section.content {
  overflow: hidden;
  position: relative;
}
section.content.grey {
  background: url(../images/bg.png) top center repeat #dedede;
  padding-top: 30px;
  margin-top: -60px;
}
.file-label {
  width: 100%;
  height: 38px;
  position: relative;
  top: -40px;
  display: block;
  cursor: pointer;
}
#wpcf7-f78-p51-o1 textarea {
  height: 200px;
}
.pagination {
  margin-top: -60px;
  margin-bottom: 60px;
  text-align: center;
}
.pagination .nav-links a:link, .pagination .nav-links a:visited {
  transition: 0.4s;
  padding: 9px 15px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-family: 'GE_SS_Two', sans-serif;
  font-size: 17px;
  font-weight: 100;
  background: #e10019;
  background: -moz-linear-gradient(-45deg, #e10019 0%, #9f008b 100%);
  background: -webkit-linear-gradient(-45deg, #e10019 0%, #9f008b 100%);
  background: linear-gradient(135deg, #e10019 0%, #9f008b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='$secondary-color',GradientType=1);
}
.pagination .nav-links a:link:hover, .pagination .nav-links a:visited:hover {
  opacity: 0.8;
}
.pagination .nav-links > span {
  display: inline-block;
  padding: 9px 15px;
}
.slideshow-window {
  background-color: transparent !important;
  border-color: transparent !important;
}
@media (min-width: 992px) {
  .newsletter div.wpcf7-validation-errors, .newsletter div.wpcf7-acceptance-missing {
    margin: 10px -167px 0 0;
    font-size: 14px;
    width: fit-content;
    white-space: nowrap;
  }
}
@media (max-width: 1289px) {
  .list--type-1 .image {
    width: 50%;
  }
  .list--type-1 .side {
    width: 50%;
  }
  .list--type-1 .side .title {
    margin-top: 100px;
  }
  .list--type-3 .title {
    margin: 0;
  }
}
@media (max-width: 991px) {
  header .brand {
    display: block;
  }
  header .search {
    top: 0;
    width: initial;
    max-width: 262px;
    margin: 0 auto 20px;
    display: block;
    position: relative;
  }
  header .socials {
    position: static;
    top: 0;
    margin-bottom: 10px;
  }
  nav.header-nav {
    height: 49px;
  }
  nav.header-nav .menu-container {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    background: #000;
    display: block;
    transition: 0.4s;
    transform: translateX(200px);
    overflow-y: auto;
  }
  nav.header-nav .menu-container .search, nav.header-nav .menu-container .socials {
    position: static;
    top: 0;
    width: 100%;
    padding: 0 15px;
  }
  nav.header-nav .menu-container .socials {
    margin: 10px 0 15px;
  }
  nav.header-nav .menu-container .search {
    margin: 15px 0 10px;
  }
  nav.header-nav .menu-container .search .input-btn {
    background: url(../images/search_f.png) center center no-repeat;
    right: 15px;
  }
  nav.header-nav .menu-container .nav {
    line-height: 30px;
  }
  nav.header-nav .menu-container .nav li {
    display: block;
    text-align: right;
  }
  nav.header-nav .menu-container .nav li a {
    padding: 0 15px;
    border-bottom: 1px solid #111;
    display: block;
  }
  nav.header-nav .menu-container .nav li:after {
    display: none;
  }
  nav.header-nav .menu-container .nav .sub-menu {
    transform: none;
    background: #000;
    opacity: 1;
    visibility: visible;
    position: static;
    line-height: inherit;
    padding: 0;
    margin: 0;
  }
  nav.header-nav .menu-container .nav .sub-menu li {
    border-bottom: none;
  }
  nav.header-nav .menu-container .nav .sub-menu li a {
    padding-right: 30px;
  }
  nav.header-nav .menu-toggle {
    display: block;
    transition: 0.4s;
    position: absolute;
    z-index: 3;
  }
  nav.header-nav.toggle .menu-container {
    transform: translateX(0);
  }
  nav.header-nav.toggle .menu-toggle {
    display: block;
    /*right: 170px;*/
    transform: translateX(-200px);
  }
  nav.header-nav.toggle .menu-toggle .bar:nth-child(1) {
    -webkit-transform: translate(0px, 16px) rotate(45deg);
    -ms-transform: translate(0px, 16px) rotate(45deg);
    transform: translate(0px, 12px) rotate(45deg);
  }
  nav.header-nav.toggle .menu-toggle .bar:nth-child(2) {
    opacity: 0;
  }
  nav.header-nav.toggle .menu-toggle .bar:nth-child(3) {
    -webkit-transform: translate(0px, -16px) rotate(-45deg);
    -ms-transform: translate(0px, -16px) rotate(-45deg);
    transform: translate(0px, -12px) rotate(-45deg);
  }
  .list--type-1 .list--item {
    margin-top: 0;
    margin-bottom: 40px;
    width: 100%;
    float: none;
  }
  .list--type-1 .list--item:nth-child(even) {
    margin-top: 0;
  }
  .list--type-2 .list--item .side {
    margin: 60px 60% 60px 4%;
  }
  .list--type-3 .list--item {
    display: block;
  }
  .list--type-3 .list--item .image {
    width: 100%;
  }
  .list--type-3 .list--item .side {
    width: 100%;
    margin-right: 0;
  }
  .list--type-3 .list--item .side .title {
    margin-top: 20px;
  }
  footer .nav {
    margin: 10px 0 40px;
  }
  footer .search {
    position: relative;
    top: 0;
    width: initial;
    max-width: 262px;
    margin: auto;
  }
  footer .newsletter {
    position: relative;
    left: 0;
    top: 0;
    width: initial;
    max-width: 262px;
    margin: 20px auto;
  }
}
@media (max-width: 575px) {
  .brand img {
    max-width: 100%;
  }
  .list--type-1 .list--item {
    display: block;
  }
  .list--type-1 .list--item:hover .image img, .list--type-1 .list--item:hover .side {
    transform: none;
  }
  .list--type-1 .image {
    width: 100%;
  }
  .list--type-1 .side {
    width: 100%;
    display: block;
  }
  .list--type-1 .side .title {
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
  }
  .list--type-1 .side .content {
    padding: 0;
  }
  .list--type-1 .side .share-button, .list--type-1 .side .read-more {
    margin-right: 0;
  }
  .list--type-1 .date {
    left: 25px;
    transform: rotate(0deg);
  }
  .list--type-2 .list--item:hover img {
    transform: none;
  }
  .list--type-2 .list--item:hover .side {
    transform: none;
  }
  .list--type-2 .list--item .side {
    margin: 20px 4% 20px 4%;
  }
  .list--type-3 .list--item .date {
    left: 25px;
    transform: rotate(0deg);
  }
}


.slideshow-slide
{
	background-color:transparent !important;
}