<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* LESS Document */
/* LESS Document */
/* LESS Document */
#trademarkFrame {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}
.trademark-table {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: calc(100% - 2em);
  margin: 0.5em 1em;
}
.trademark-table-left-cell {
  display: block;
  vertical-align: top;
  width: 40%;
  background-color: #ebebeb;
  text-align: justify;
  padding: 0.5em;
  border-right: solid 1em #fff;
}
.trademark-table-left-cell .trademark-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: calc(100% - 1em);
  border: solid 1px #000;
  padding: 0.5em;
  background-color: #fff;
}
.trademark-table-left-cell .trademark-title div:first-child {
  display: block;
  align-self: center;
  text-align: left;
}
.trademark-table-left-cell .trademark-title div:first-child img {
  display: block;
  vertical-align: middle;
  height: 60px;
}
.trademark-table-left-cell .trademark-title div:nth-child(2) {
  display: block;
  vertical-align: middle;
  align-self: center;
}
.trademark-table-left-cell .trademark-title div:nth-child(2) h1 {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  margin: 0 0.5em;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 800;
}
.trademark-table-left-cell .trademark-title div:nth-child(2) h1.tm1 {
  color: #ed1d24;
}
.trademark-table-left-cell .trademark-title div:nth-child(2) h1.tm2 {
  color: #ed1d24;
}
.trademark-table-left-cell .trademark-title div:nth-child(2) h1.tm3 {
  color: #ed1d24;
}
.trademark-table-left-cell .trademark-title div:nth-child(2) h1.tm4 {
  color: #ed1d24;
}
.trademark-table-left-cell .trademark-title div:nth-child(2) h1.tm5 {
  color: #ed1d24;
}
.trademark-table-left-cell .trademark-text {
  height: 453px;
  overflow-y: auto;
  text-align: justify;
  padding-right: 0.5em;
  font-size: 0.75em;
}
.trademark-table-left-cell .trademark-text h5 {
  margin: 0;
  font-weight: normal;
  font-size: 1em;
}
.trademark-table-left-cell .trademark-text h5 span.underline {
  text-decoration: underline;
}
.trademark-table-left-cell .trademark-text p.no-margin {
  margin: 0;
}
.trademark-table-left-cell .trademark-text p.no-lower-margin {
  margin-bottom: 0;
}
.trademark-table-left-cell .trademark-text ul {
  list-style-type: square;
}
.trademark-table-left-cell .trademark-text ul.no-upper-margin {
  margin-top: 0;
}
.trademark-table-left-cell .trademark-text .text-contact {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.trademark-table-left-cell .trademark-text .text-contact a {
  color: #e10813;
}
.trademark-table-left-cell .trademark-text .text-contact div:first-child {
  display: table-cell;
  text-align: left;
}
.trademark-table-left-cell .trademark-text .text-contact div:first-child a {
  padding-left: 35px;
  background-image: url(img/email-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.trademark-table-left-cell .trademark-text .text-contact div:last-child {
  display: table-cell;
  text-align: right;
}
.trademark-table-right-cell {
  display: block;
  width: 60%;
  background-color: #ebebeb;
  text-align: left;
  padding: 0.5em;
  max-height: 531px;
}
.trademark-table-right-cell .right-cell-tab {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.trademark-table-right-cell .right-cell-tab .rct-left {
  display: flex;
  flex-direction: column;
  width: 56%;
  margin-right: 0.5em;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame {
  position: relative;
  display: flex;
  border: solid 1px #313332;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  height: 100%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame.target-item {
  display: none;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame.hovered {
  display: flex;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame.tm1,
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame.tm4-1,
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame.tm4-2 {
  flex-direction: row;
  justify-content: flex-end;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame.tm2 {
  flex-direction: column;
  justify-content: flex-end;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-thumb-overlay {
  display: none;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 9vw;
  height: 9vw;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom: solid 3px #ed1d24;
  border-right: solid 3px #ed1d24;
  box-shadow: 2px 2px 10px -3px #000;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-thumb-overlay.hovered {
  display: block;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-thumb-overlay .img-magnify {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background-color: #ed1d24;
  background-image: url(img/picture-magnify.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-left-radius: 10px;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-thumb-overlay img {
  max-width: 100%;
  max-height: 100%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame.tm4-1 .img-thumb-overlay,
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame.tm4-2 .img-thumb-overlay {
  border-top: solid 3px #ed1d24;
  border-top-right-radius: 20px;
  top: 20%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map {
  position: relative;
  display: block;
  width: fit-content;
  width: 100%;
  height: 100%;
  margin: 0;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map.tm1,
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map.tm4-1,
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map.tm4-2 {
  width: fit-content;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map.tm1 img,
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map.tm4-1 img,
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map.tm4-2 img {
  height: 100%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map.tm2 {
  height: fit-content;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map.tm2 img {
  width: 100%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map.tm4-1 .img-thumb-overlay,
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map.tm4-2 .img-thumb-overlay {
  border-top: solid 3px #ed1d24;
  border-top-right-radius: 20px;
  top: 20%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  border-radius: 5px;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area:hover,
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.hovered {
  box-shadow: 0px 0px 10px 1px #000;
  border: solid 1px #e10813;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area:hover:before,
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.hovered:before {
  display: block;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 2em;
  font-weight: normal;
  background-image: url(img/magnify-small.png);
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm1Item1 {
  top: 2%;
  right: 23%;
  width: 53%;
  height: 47%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm1Item2-1 {
  top: 20%;
  right: 7%;
  width: 19%;
  height: 33%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm1Item2-2 {
  top: 31%;
  right: 27%;
  width: 19%;
  height: 19%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm1Item2-3 {
  top: 26%;
  right: 52%;
  width: 24%;
  height: 16%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm1Item3 {
  top: 60%;
  right: 47%;
  width: 7%;
  height: 15%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm2Item1 {
  bottom: 47%;
  left: 2%;
  width: 26%;
  height: 29%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm2Item2 {
  bottom: 16%;
  left: 38%;
  width: 61%;
  height: 68%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm4Item1-1 {
  top: 1%;
  right: 1%;
  width: 97%;
  height: 12%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm4Item1-2 {
  top: 13%;
  right: 21%;
  width: 57%;
  height: 42%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm4Item1-3 {
  top: 58%;
  right: 11%;
  width: 47%;
  height: 17%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm4Item1-4 {
  top: 55%;
  right: 62%;
  width: 35%;
  height: 43%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm4Item2-1 {
  top: 2%;
  right: 13%;
  width: 40%;
  height: 41%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm4Item2-2 {
  top: 10%;
  right: 53%;
  width: 16%;
  height: 19%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm4Item2-3 {
  top: 44%;
  right: 16%;
  width: 49%;
  height: 10%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .img-map-frame .img-map .img-map-area.tm4Item2-4 {
  top: 54%;
  right: 2%;
  width: 94%;
  height: 43%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container video {
  border: solid 1px #313332;
  padding: 5px;
  background-color: #fff;
  width: 100%;
  max-height: 350px;
  align-self: flex-start;
  box-sizing: border-box;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container video::-internal-media-controls-download-button {
  display: none;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .flex-thumbs-line {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .thumbs-group-frame {
  display: none;
  justify-content: space-between;
  width: 100%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .thumbs-group-frame.hovered {
  display: flex;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-map-group-frame {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-map-group-frame.hovered {
  display: block;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .bg-thumbs-group-frame {
  display: none;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .bg-thumbs-group-frame.hovered {
  display: flex;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .bg-thumbs-group-frame .thumbs-group-bg {
  position: absolute;
  z-index: 0;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .bg-thumbs-group-frame .thumbs-group-bg.hr {
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .bg-thumbs-group-frame .thumbs-group-bg.hr img {
  height: 100%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .bg-thumbs-group-frame .thumbs-group-bg.vc {
  flex-direction: column;
  justify-content: space-around;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .bg-thumbs-group-frame .thumbs-group-bg.vc img {
  width: 100%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0;
  height: 9.5vw;
  border: solid 1px #313332;
  padding: 5px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 9.5vw;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered {
  cursor: pointer;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .img-magnify,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .img-magnify,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered .img-magnify,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered .img-magnify {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background-image: url(img/picture-magnify.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-left-radius: 10px;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm1,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm1,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered .tm1,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered .tm1 {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm2,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm2,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered .tm2,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered .tm2 {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm3,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm3,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered .tm3,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered .tm3 {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm4,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm4,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered .tm4,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered .tm4 {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm5,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm5,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered .tm5,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay.hovered .tm5 {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame .img-thumb-inner-frame img,
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame .img-thumb-inner-frame img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-thumb-outer-frame {
  width: 9.5vw;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-dualthumb-outer-frame {
  width: 64%;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-widethumb-outer-frame {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 1em 0;
  width: 100%;
  height: 10vw;
  border: solid 1px #313332;
  padding: 5px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-widethumb-outer-frame .img-thumb-inner-frame {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 200px;
  overflow: hidden;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-widethumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-widethumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover {
  cursor: pointer;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-widethumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .img-magnify {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-image: url(img/picture-magnify.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-left-radius: 10px;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-widethumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm1 {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-widethumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm2 {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-widethumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm3 {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-widethumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm4 {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-widethumb-outer-frame .img-thumb-inner-frame .img-thumb-overlay:hover .tm5 {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .rct-left .flex-container .img-widethumb-outer-frame .img-thumb-inner-frame img {
  max-height: 10vw;
}
.trademark-table-right-cell .right-cell-tab .applications {
  display: block;
  vertical-align: top;
  padding: 0 0.5em;
}
.trademark-table-right-cell .right-cell-tab .applications h2 {
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 800;
  margin-top: 0;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding-left: 7px;
  background-repeat: repeat-y;
  background-position: 0 0;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive:before {
  content: "";
  position: absolute;
  z-index: 1;
  border-right: solid 1px #000;
  top: -0.3em;
  bottom: 0.7em;
  left: 0.85em;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list li,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive li {
  position: relative;
  white-space: nowrap;
  margin-bottom: 0.6em;
  font-size: 0.9em;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list li:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive li:before {
  position: relative;
  z-index: 2;
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: #cdcdcd;
  vertical-align: middle;
  margin-right: 1em;
  margin-bottom: 4px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list li:after,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive li:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0.6em;
  left: -0.3em;
  width: 1.8em;
  border-bottom: solid 1px #000;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list li ul,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive li ul {
  position: relative;
  list-style: none;
  padding-left: 2em;
  padding-bottom: 0.5em;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list li ul:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive li ul:before {
  content: "";
  position: absolute;
  z-index: 1;
  border-right: solid 1px #000;
  top: -0.2em;
  bottom: 0.7em;
  left: 2.5em;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list li ul li,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive li ul li {
  position: relative;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 0.3em;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list li ul li:first-child:after,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive li ul li:first-child:after,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list li ul li:last-child:after,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive li ul li:last-child:after {
  left: -2.5em;
  width: 4em;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list li,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive li {
  cursor: default;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list li.selectable,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive li.selectable {
  cursor: pointer;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list li.selectable li,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive li.selectable li {
  cursor: inherit;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list &gt; li.hovered,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive &gt; li.hovered {
  font-weight: bold;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list &gt; li.hovered li,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive &gt; li.hovered li {
  font-weight: normal;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm1 li:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm1 li:before {
  border-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm1 li li.hovered:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm1 li li.hovered:before {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm1 &gt; li.hovered:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm1 &gt; li.hovered:before {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm2 li:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm2 li:before {
  border-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm2 li li.hovered:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm2 li li.hovered:before {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm2 &gt; li.hovered:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm2 &gt; li.hovered:before {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm3 li:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm3 li:before {
  border-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm3 li li.hovered:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm3 li li.hovered:before {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm3 &gt; li.hovered:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm3 &gt; li.hovered:before {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm4 li:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm4 li:before {
  border-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm4 li li.hovered:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm4 li li.hovered:before {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm4 &gt; li.hovered:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm4 &gt; li.hovered:before {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm5 li:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm5 li:before {
  border-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm5 li li.hovered:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm5 li li.hovered:before {
  background-color: #ed1d24;
}
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list.tm5 &gt; li.hovered:before,
.trademark-table-right-cell .right-cell-tab .applications ul.trademark-list-inactive.tm5 &gt; li.hovered:before {
  background-color: #ed1d24;
}
#trademarkThumbsFrame {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}
#trademarkThumbsFrame #trademarkThumbs {
  display: flex;
  flex-direction: row;
  width: calc(100% - 2em);
  margin: 0.5em 1em;
  justify-content: space-between;
}
#trademarkThumbsFrame #trademarkThumbs &gt; div {
  position: relative;
  display: block;
  width: 18%;
  cursor: pointer;
  border: solid 1px #000;
  border-radius: 10px;
  padding-top: 0.4em;
  padding-bottom: 0.3em;
  background-color: #fff;
}
#trademarkThumbsFrame #trademarkThumbs &gt; div a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  text-decoration: none;
  color: #000;
}
#trademarkThumbsFrame #trademarkThumbs &gt; div div.label {
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 0.1em;
}
#trademarkThumbsFrame #trademarkThumbs &gt; div div.label:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 0.5em;
  border-top: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #313332;
}
#trademarkThumbsFrame #trademarkThumbs &gt; div div.label span.multiline {
  display: inline-block;
  vertical-align: bottom;
}
#trademarkThumbsFrame #trademarkThumbs &gt; div div.label span.multiline .line1 {
  display: block;
  line-height: 0.8em;
  font-size: 0.8em;
}
#trademarkThumbsFrame #trademarkThumbs &gt; div div.label span.multiline .line2 {
  display: block;
  margin-left: 3em;
}
#trademarkThumbsFrame #trademarkThumbs &gt; div div.thumb {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  height: 150px;
  bottom: -100%;
  opacity: 0;
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
}
#trademarkThumbsFrame #trademarkThumbs &gt; div#tm1Thumb div.thumb {
  background-image: url(../img/buttons/tm1-thumb.png);
}
#trademarkThumbsFrame #trademarkThumbs &gt; div#tm2Thumb div.thumb {
  background-image: url(../img/buttons/tm2-thumb.png);
}
#trademarkThumbsFrame #trademarkThumbs &gt; div#tm3Thumb div.thumb {
  background-image: url(../img/buttons/tm3-thumb.png);
}
#trademarkThumbsFrame #trademarkThumbs &gt; div#tm4Thumb div.thumb {
  background-image: url(../img/buttons/tm4-thumb.png);
}
#trademarkThumbsFrame #trademarkThumbs &gt; div#tm5Thumb div.thumb {
  background-image: url(../img/buttons/tm5-thumb.png);
}
/* LESS Document */
#service {
  margin: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#service .service-column {
  display: block;
  background-color: #ebebeb;
  width: 17.5%;
  padding: 0 1em;
  text-align: justify;
  max-height: 579px;
  overflow-y: auto;
  text-align: center;
}
#service .service-column:last-child {
  margin-right: 0;
}
#service .service-column h2 {
  font-size: 1.2em;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #e10813;
}
#service .service-column img {
  width: 70%;
}
#service .service-column .service-text {
  text-align: justify;
  font-size: 0.75em;
}
#service .service-column .service-text p.no-lower-margin {
  margin-bottom: 0;
}
#service .service-column .service-text ul {
  list-style-type: square;
}
#service .service-column .service-text ul.no-upper-margin {
  margin-top: 0;
}
#service .service-column .service-text ul li span.no-wrap {
  white-space: nowrap;
}
#company,
#news {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1em;
  width: calc(100% - 2em);
  min-height: 570px;
}
#company #mainTextFrame,
#news #mainTextFrame {
  margin-right: 1em;
  padding: 0.5em;
  width: 35%;
  background-color: #ebebeb;
}
#company #mainTextFrame .title-frame,
#news #mainTextFrame .title-frame {
  height: 60px;
  border: solid 1px #000;
  background-color: #fff;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#company #mainTextFrame .title-frame.company,
#news #mainTextFrame .title-frame.company,
#company #mainTextFrame .title-frame.news,
#news #mainTextFrame .title-frame.news {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#company #mainTextFrame .title-frame img,
#news #mainTextFrame .title-frame img {
  display: inline-block;
}
#company #mainTextFrame .title-frame h1,
#news #mainTextFrame .title-frame h1 {
  display: inline-block;
  text-align: right;
  margin: 0 0.5em;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 800;
}
#company #mainTextFrame .title-frame h2,
#news #mainTextFrame .title-frame h2 {
  display: block;
  margin: 0 0 0 2em;
  font-size: 1em;
}
#company #mainTextFrame .text,
#news #mainTextFrame .text {
  text-align: justify;
  font-size: 0.76em;
}
#company #mainTextFrame .text input[type=button],
#news #mainTextFrame .text input[type=button] {
  margin: 1em 0;
}
#company #mainTextFrame .text h1,
#news #mainTextFrame .text h1 {
  color: #e10813;
  font-size: 1.2em;
  margin-bottom: 0;
  border-bottom: solid 1px #000;
}
#company #mainTextFrame .text .news-list,
#news #mainTextFrame .text .news-list {
  position: relative;
  display: block;
  list-style: none;
  margin-top: 1em;
  padding-left: 7px;
  background-repeat: repeat-y;
  background-position: 0 0;
}
#company #mainTextFrame .text .news-list:before,
#news #mainTextFrame .text .news-list:before {
  content: "";
  position: absolute;
  z-index: 1;
  border-right: solid 1px #000;
  top: -0.5em;
  bottom: 1.7em;
  left: 1.05em;
}
#company #mainTextFrame .text .news-list li,
#news #mainTextFrame .text .news-list li {
  position: relative;
  display: block;
  margin-bottom: 1em;
  padding-left: 2.5em;
}
#company #mainTextFrame .text .news-list li:before,
#news #mainTextFrame .text .news-list li:before {
  position: absolute;
  left: 0;
  z-index: 2;
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: #cdcdcd;
  vertical-align: middle;
  margin-right: 1em;
  margin-bottom: 4px;
  box-sizing: border-box;
  border-style: solid;
  border-color: #e10813;
  border-width: 1px;
}
#company #mainTextFrame .text .news-list li .news-list-item,
#news #mainTextFrame .text .news-list li .news-list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#company #mainTextFrame .text .news-list li .news-list-item .img-frame,
#news #mainTextFrame .text .news-list li .news-list-item .img-frame {
  display: inline-block;
  margin-right: 1em;
}
#company #mainTextFrame .text .news-list li .news-list-item .news-infos,
#news #mainTextFrame .text .news-list li .news-list-item .news-infos {
  display: inline-block;
  vertical-align: top;
}
#company #mainTextFrame .text .news-list li .news-list-item .news-infos h2,
#news #mainTextFrame .text .news-list li .news-list-item .news-infos h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.3em;
}
#company #mainTextFrame .text .news-list li .news-button,
#news #mainTextFrame .text .news-list li .news-button {
  position: absolute;
  margin: 0;
  bottom: 0.5em;
  right: 0.5em;
}
#company #mainTextFrame .text .news-list li:after,
#news #mainTextFrame .text .news-list li:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0.6em;
  left: -0.5em;
  width: 2.2em;
  border-bottom: solid 1px #000;
}
#company #mainTextFrame .text .news-list li:hover,
#news #mainTextFrame .text .news-list li:hover,
#company #mainTextFrame .text .news-list li.active,
#news #mainTextFrame .text .news-list li.active {
  background-color: #cdcdcd;
}
#company #mainTextFrame .text .news-list li:hover:before,
#news #mainTextFrame .text .news-list li:hover:before,
#company #mainTextFrame .text .news-list li.active:before,
#news #mainTextFrame .text .news-list li.active:before {
  background-color: #e10813;
  border-color: #e10813;
}
#company #companyDynamicFrame,
#news #companyDynamicFrame {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.5em;
  width: 62%;
  background-color: #ebebeb;
}
#company #companyDynamicFrame #companyDfHeader,
#news #companyDynamicFrame #companyDfHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#company #companyDynamicFrame #companyDfHeader .left,
#news #companyDynamicFrame #companyDfHeader .left {
  position: relative;
  width: 70%;
  margin-right: 1em;
  overflow: hidden;
}
#company #companyDynamicFrame #companyDfHeader .left .sector-details,
#news #companyDynamicFrame #companyDfHeader .left .sector-details {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 1s;
}
#company #companyDynamicFrame #companyDfHeader .left .sector-details img,
#news #companyDynamicFrame #companyDfHeader .left .sector-details img {
  width: calc(100% - 12px);
  border: solid 1px #000;
  padding: 5px;
  background-color: #fff;
}
#company #companyDynamicFrame #companyDfHeader .left .sector-details .sector-text,
#news #companyDynamicFrame #companyDfHeader .left .sector-details .sector-text {
  text-align: left;
}
#company #companyDynamicFrame #companyDfHeader .left .sector-details.emphasis,
#news #companyDynamicFrame #companyDfHeader .left .sector-details.emphasis {
  opacity: 1;
}
#company #companyDynamicFrame #companyDfHeader .left img,
#news #companyDynamicFrame #companyDfHeader .left img {
  position: absolute;
  width: 100%;
}
#company #companyDynamicFrame #companyDfHeader .right,
#news #companyDynamicFrame #companyDfHeader .right {
  border: solid 1px #000;
  padding: 1em;
  background-color: #fff;
  width: 30%;
}
#company #companyDynamicFrame #companyDfHeader .right h2,
#news #companyDynamicFrame #companyDfHeader .right h2 {
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 800;
  margin-top: 0;
}
#company #companyDynamicFrame #companyDfHeader .right ul,
#news #companyDynamicFrame #companyDfHeader .right ul {
  position: relative;
  width: 100%;
  display: block;
  font-size: 0.8em;
  list-style: none;
  margin-top: 0;
  padding-left: 7px;
}
#company #companyDynamicFrame #companyDfHeader .right ul:before,
#news #companyDynamicFrame #companyDfHeader .right ul:before {
  content: "";
  position: absolute;
  z-index: 1;
  border-right: solid 1px #000;
  top: -0.5em;
  bottom: 0;
  left: 1em;
}
#company #companyDynamicFrame #companyDfHeader .right ul li,
#news #companyDynamicFrame #companyDfHeader .right ul li {
  position: relative;
  white-space: nowrap;
  margin-bottom: 0.3em;
}
#company #companyDynamicFrame #companyDfHeader .right ul li:before,
#news #companyDynamicFrame #companyDfHeader .right ul li:before {
  position: relative;
  z-index: 2;
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: #cdcdcd;
  vertical-align: middle;
  margin-right: 1em;
  margin-bottom: 4px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: #e10813;
}
#company #companyDynamicFrame #companyDfHeader .right ul li:after,
#news #companyDynamicFrame #companyDfHeader .right ul li:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0.6em;
  left: -0.5em;
  width: 2.5em;
  border-bottom: solid 1px #000;
}
#company #companyDynamicFrame #companyDfHeader .right ul li ul,
#news #companyDynamicFrame #companyDfHeader .right ul li ul {
  position: relative;
  list-style: none;
  padding-left: 32px;
  padding-bottom: 0.5em;
}
#company #companyDynamicFrame #companyDfHeader .right ul li ul:before,
#news #companyDynamicFrame #companyDfHeader .right ul li ul:before {
  content: "";
  position: absolute;
  z-index: 1;
  border-right: solid 1px #000;
  top: -0.2em;
  bottom: 0;
  left: 2.5em;
}
#company #companyDynamicFrame #companyDfHeader .right ul li ul li,
#news #companyDynamicFrame #companyDfHeader .right ul li ul li {
  position: relative;
  font-size: 0.9em;
  font-style: italic;
}
#company #companyDynamicFrame #companyDfHeader .right ul li ul li:after,
#news #companyDynamicFrame #companyDfHeader .right ul li ul li:after {
  left: -2.7em;
  width: 4.5em;
}
#company #companyDynamicFrame #companyDfHeader .right ul &gt; li:hover,
#news #companyDynamicFrame #companyDfHeader .right ul &gt; li:hover,
#company #companyDynamicFrame #companyDfHeader .right ul &gt; li.active,
#news #companyDynamicFrame #companyDfHeader .right ul &gt; li.active,
#company #companyDynamicFrame #companyDfHeader .right ul &gt; li.active-lock,
#news #companyDynamicFrame #companyDfHeader .right ul &gt; li.active-lock,
#company #companyDynamicFrame #companyDfHeader .right ul &gt; li.emphasis,
#news #companyDynamicFrame #companyDfHeader .right ul &gt; li.emphasis {
  font-weight: bold;
  cursor: pointer;
}
#company #companyDynamicFrame #companyDfHeader .right ul &gt; li:hover:before,
#news #companyDynamicFrame #companyDfHeader .right ul &gt; li:hover:before,
#company #companyDynamicFrame #companyDfHeader .right ul &gt; li.active:before,
#news #companyDynamicFrame #companyDfHeader .right ul &gt; li.active:before,
#company #companyDynamicFrame #companyDfHeader .right ul &gt; li.active-lock:before,
#news #companyDynamicFrame #companyDfHeader .right ul &gt; li.active-lock:before,
#company #companyDynamicFrame #companyDfHeader .right ul &gt; li.emphasis:before,
#news #companyDynamicFrame #companyDfHeader .right ul &gt; li.emphasis:before {
  background-color: #e10813;
  border-color: #e10813;
}
#company #companyDynamicFrame #companyDfHeader .right ul &gt; li:hover ul li,
#news #companyDynamicFrame #companyDfHeader .right ul &gt; li:hover ul li,
#company #companyDynamicFrame #companyDfHeader .right ul &gt; li.active ul li,
#news #companyDynamicFrame #companyDfHeader .right ul &gt; li.active ul li,
#company #companyDynamicFrame #companyDfHeader .right ul &gt; li.active-lock ul li,
#news #companyDynamicFrame #companyDfHeader .right ul &gt; li.active-lock ul li,
#company #companyDynamicFrame #companyDfHeader .right ul &gt; li.emphasis ul li,
#news #companyDynamicFrame #companyDfHeader .right ul &gt; li.emphasis ul li {
  font-weight: normal;
}
#company #companyDynamicFrame #companyDfHeader .right #partners,
#news #companyDynamicFrame #companyDfHeader .right #partners {
  position: relative;
  height: 93px;
}
#company #companyDynamicFrame #companyDfHeader .right #partners .partner,
#news #companyDynamicFrame #companyDfHeader .right #partners .partner {
  position: absolute;
  opacity: 0;
  top: 1.5em;
  left: 0;
  right: 0;
  text-align: center;
  transition: opacity 1s;
}
#company #companyDynamicFrame #companyDfHeader .right #partners .partner.emphasis,
#news #companyDynamicFrame #companyDfHeader .right #partners .partner.emphasis {
  opacity: 1;
}
#company #companyDynamicFrame #companyDfHeader .right #partners .partner img,
#news #companyDynamicFrame #companyDfHeader .right #partners .partner img {
  padding: 5px;
  border-radius: 5px;
  border: ridge 5px #aaa;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 70px;
}
#company #newsContent,
#news #newsContent {
  display: block;
  padding: 1em;
  width: 60%;
  background-color: #ebebeb;
}
#company #newsContent #newsForm .text-holder,
#news #newsContent #newsForm .text-holder,
#company #newsContent #updNewsForm .text-holder,
#news #newsContent #updNewsForm .text-holder,
#company #newsContent #newsForm .textarea-holder,
#news #newsContent #newsForm .textarea-holder,
#company #newsContent #updNewsForm .textarea-holder,
#news #newsContent #updNewsForm .textarea-holder,
#company #newsContent #newsForm .input-file-holder,
#news #newsContent #newsForm .input-file-holder,
#company #newsContent #updNewsForm .input-file-holder,
#news #newsContent #updNewsForm .input-file-holder {
  width: 85%;
}
#company #newsContent .news-frame h2,
#news #newsContent .news-frame h2 {
  color: #e10813;
  margin-top: 0;
  margin-bottom: 0.5em;
}
#company #newsContent .news-frame h3,
#news #newsContent .news-frame h3 {
  color: #e10813;
  font-size: 0.77em;
}
#company #newsContent .news-frame .news-dates,
#news #newsContent .news-frame .news-dates {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: bold;
}
#company #newsContent .news-frame img,
#news #newsContent .news-frame img {
  float: left;
  margin-right: 1em;
  max-width: 35%;
}
#company #newsContent .news-frame p.news-text,
#news #newsContent .news-frame p.news-text {
  text-align: justify;
  margin-top: 0;
  font-size: 0.77em;
}
#company #mainTextFrame .text p.no-lower-margin {
  margin-bottom: 0;
}
#company #mainTextFrame .text p.no-upper-margin {
  margin-top: 0;
}
#company #mainTextFrame .text p.inline:not(last-child) {
  float: left;
  margin-right: 3em;
}
#company #mainTextFrame .text p.inline:last-child {
  float: right;
  margin: 0;
}
#company #mainTextFrame .text ul {
  list-style-type: square;
  font-size: 0.9em;
}
#company #mainTextFrame .text ul.no-upper-margin {
  margin-top: 0;
}
#company #companyDynamicFrame {
  position: relative;
}
#company #companyDynamicFrame .left .title-frame {
  position: relative;
  height: 60px;
  border: solid 1px #000;
  background-color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#company #companyDynamicFrame .left .title-frame .sector-details {
  left: 0.5em;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#company #companyDynamicFrame .left .title-frame .sector-details h3 {
  display: block;
  margin: 0.5em 0 0 0.5em;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 800;
}
#company #companyDynamicFrame .left .title-frame .sector-details p {
  margin: 0 1.5em;
}
#company #companyDynamicFrame .text {
  font-size: 0.76em;
}
#company #companyDynamicFrame .text .company-lists {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#company #companyDynamicFrame .text .company-lists ul {
  padding: 0 0 0 1em;
  margin: 0;
  list-style-type: square;
}
#company #companyDynamicFrame .text .company-lists ul:first-child {
  width: 28%;
}
#company #companyDynamicFrame .text .company-lists ul:last-child {
  list-style-type: none;
  width: auto;
}
#company #companyDynamicFrame .text .company-lists ul:last-child li {
  padding-left: 30px;
  background-image: url(img/bullet-arrow.png);
  background-size: auto 90%;
  background-position: left center;
  background-repeat: no-repeat;
}
#company #companyDynamicFrame .text .company-list {
  display: block;
}
#company #companyDynamicFrame .text .company-list ul {
  padding: 0 0 0 1em;
  margin: 0;
  list-style-type: square;
}
#company #companyDynamicFrame #signatureSlogan {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-weight: bold;
  font-size: 1.5em;
}
#company #companyDynamicFrame #signatureSlogan .line2 {
  display: block;
  margin-left: 2em;
  font-size: 0.8em;
}
/* LESS Document */
#contactFrame {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.5em 1em 0.5em 1em;
  width: calc(100% - 2em);
  border-collapse: separate;
  border-spacing: 2em 0;
  border-color: #fff;
}
#contactFrame #contactLeftFrame {
  display: block;
  vertical-align: top;
  width: 30%;
  background-color: #ebebeb;
  text-align: justify;
  padding: 1em;
}
#contactFrame #contactLeftFrame h1 {
  background-image: url(img/location.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  font-weight: normal;
  padding-left: 1.5em;
  margin-left: 0.5em;
}
#contactFrame #contactLeftFrame iframe {
  width: calc(100%);
  border: none;
  height: 400px;
}
#contactFrame #contactRightFrame {
  display: block;
  vertical-align: top;
  width: 64%;
  background-color: #ebebeb;
  text-align: left;
  padding: 1em;
}
#contactFrame #contactRightFrame h1 {
  border: solid 1px #000;
  background-color: #fff;
  font-size: 1.5em;
  font-weight: 900;
  padding: 0.5em;
  margin: 0;
  text-transform: uppercase;
}
#contactFrame #contactRightFrame #coords {
  display: table-cell;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-width: 2vw 0;
}
#contactFrame #contactRightFrame #coords .contact-box {
  display: block;
  vertical-align: top;
}
#contactFrame #contactRightFrame #coords h2 {
  font-size: 1.3em;
  font-weight: 100;
  margin-bottom: 0.2em;
}
#contactFrame #contactRightFrame #coords h2:before {
  content: "";
  display: inline-block;
  width: 1vw;
  height: 1vw;
  background-color: #e10813;
  margin-right: 1vw;
}
#contactFrame #contactRightFrame #coords p {
  font-size: 0.9em;
  margin-top: 0;
  margin-left: 2vw;
}
#contactFrame #contactRightFrame #coords p .company-name {
  text-transform: uppercase;
  font-weight: 600;
}
#contactFrame #contactRightFrame #coords p.number {
  font-family: "Open sans";
}
#contactFrame #contactRightFrame #contactFormFrame {
  display: table-cell;
}
#contactFrame #contactRightFrame #contactFormFrame #contactForm {
  display: block;
  width: 500px;
}
#contactFrame #contactRightFrame #contactFormFrame #contactForm h3 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
#contactFrame #contactRightFrame #contactFormFrame #contactForm h3:first-letter {
  text-transform: capitalize;
}
#contactFrame #contactRightFrame #contactFormFrame #contactForm input[type=text] {
  height: 20px;
  font-size: 0.9em;
}
#contactFrame #contactRightFrame #contactFormFrame #contactForm textarea {
  font-size: 0.9em;
}
#contactFrame #contactRightFrame #contactFormFrame #contactForm .form-notice {
  font-style: italic;
}
#contactFrame #contactRightFrame #contactFormFrame #contactForm .form-notice .mandatory-mark {
  color: #e10813;
  font-weight: bold;
}
body {
  margin: 0;
  font-family: "Raleway";
}
::-webkit-input-placeholder {
  color: #cdcdcd;
}
::-moz-placeholder {
  color: #cdcdcd;
}
::-ms-input-placeholder {
  color: #cdcdcd;
}
::placeholder {
  color: #cdcdcd;
}
#browserMessage p {
  text-align: justify;
}
#cookiesMessage {
  position: fixed;
  z-index: 100;
  bottom: 1em;
  right: 1em;
  width: 20%;
  text-align: left;
  font-size: 1.1em;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  background-color: rgba(205, 205, 205, 0.7);
  color: #313332;
  border: solid 4px #313332;
  padding: 0.5em;
  box-shadow: 0px 3px 15px -3px #000;
}
#cookiesMessage a {
  color: #313332;
  text-shadow: none;
}
#cookiesMessage input[type=button] {
  float: right;
  margin-top: 0.2em;
  border: solid 1px #fff;
  background-color: #e10813;
  color: #fff;
  padding: 3px 7px;
  box-shadow: inset 2px 2px 5px -1px #fff, inset -2px -2px 5px -1px #000;
  cursor: pointer;
  vertical-align: middle;
  font-size: 0.8em;
}
#legal {
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
#legal h1 {
  background-color: transparent;
}
#legal h2 {
  color: #313332;
}
#legal #sites-web {
  column-count: 3;
}
#legal #sites-web a {
  text-decoration: none;
  color: #313332;
}
#legal #sites-web a:hover {
  background-color: #313332;
  color: #ebebeb;
}
#legal table {
  width: 400px;
  margin: auto;
}
#legal table p {
  margin: 0;
}
#legal table td {
  padding: 0 5px;
}
#header {
  position: relative;
  margin: 0.5em 1em;
  padding: 0 0.5em 10px 0;
  width: calc(100% - 2.5em);
}
#header #languageFrame {
  position: absolute;
  z-index: 5;
  top: 0.5em;
  right: 0em;
  width: 110px;
  height: 50px;
}
#header #languageFrame a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#header #languageFrame #langFR {
  background-image: url(img/fr-button.png);
}
#header #languageFrame #langEN {
  background-image: url(img/en-button.png);
}
#header .header-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -1920px;
  width: 100%;
  height: 100%;
}
#header #defaultHeaderBG {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+5,e10813+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 5%, #e10813 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 5%, #e10813 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 5%, #e10813 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e10813', GradientType=1);
  /* IE6-9 */
}
#header #tm1HeaderBG {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+5,ed1d24+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 5%, #ed1d24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 5%, #ed1d24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 5%, #ed1d24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ed1d24', GradientType=1);
  /* IE6-9 */
}
#header #tm2HeaderBG {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+5,ed1d24+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 5%, #ed1d24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 5%, #ed1d24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 5%, #ed1d24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ed1d24', GradientType=1);
  /* IE6-9 */
}
#header #tm3HeaderBG {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+5,ed1d24+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 5%, #ed1d24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 5%, #ed1d24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 5%, #ed1d24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ed1d24', GradientType=1);
  /* IE6-9 */
}
#header #tm4HeaderBG {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+5,ed1d24+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 5%, #ed1d24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 5%, #ed1d24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 5%, #ed1d24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ed1d24', GradientType=1);
  /* IE6-9 */
}
#header #tm5HeaderBG {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+5,ed1d24+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 5%, #ed1d24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 5%, #ed1d24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 5%, #ed1d24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ed1d24', GradientType=1);
  /* IE6-9 */
}
#header #logo {
  position: relative;
  z-index: 4;
  display: inline-block;
  vertical-align: middle;
  width: 147px;
  height: 100px;
  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#header #maskShape1 {
  position: absolute;
  top: 0;
  right: 150px;
  z-index: 3;
  width: 100%;
  height: 86px;
  background-color: #fff;
  transform: skewX(30deg);
}
#header #maskShape2 {
  position: absolute;
  bottom: 0;
  right: 115px;
  z-index: 3;
  width: 100%;
  height: 10px;
  background-color: #fff;
  transform: skewX(30deg);
}
#header #menu {
  position: absolute;
  right: 15px;
  z-index: 4;
  display: inline-block;
  vertical-align: top;
  margin-top: 3.5em;
  padding: 0;
  white-space: nowrap;
}
#header #menu &gt; li {
  display: inline-block;
  margin-left: 4.5vw;
}
#header #menu &gt; li &gt; a {
  display: inline-block;
  text-decoration: none;
  color: #313332;
  font-family: Raleway;
  font-size: 1vw;
  font-weight: 900;
  text-transform: uppercase;
}
#header #menu &gt; li &gt; a:hover {
  color: #e10813;
}
#header #menu &gt; li &gt; a:before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: #cdcdcd;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-bottom: 4px;
}
#header #menu &gt; li &gt; a:hover:before {
  background-color: #e10813;
}
#header #menu &gt; li &gt; ul {
  display: none;
  position: absolute;
  width: 250px;
  z-index: 10;
  padding: 0.5em;
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.9);
}
#header #menu &gt; li &gt; ul &gt; li {
  display: block;
  position: absolute;
  white-space: nowrap;
  width: 200px;
  top: 0;
  margin-left: 0;
  padding: 10px 0;
  opacity: 0;
  text-shadow: 1px 0px #fff, 0px 1px #fff, -1px 0px #fff, 0px -1px #fff;
}
#header #menu &gt; li &gt; ul &gt; li &gt; a {
  display: inline-block;
  text-decoration: none;
  color: #313332;
  font-family: Raleway;
  font-size: 1vw;
  font-weight: 900;
  text-transform: uppercase;
}
#header #menu &gt; li &gt; ul &gt; li &gt; a:hover {
  color: #e10813;
}
#header #menu &gt; li &gt; ul &gt; li &gt; a:before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: #cdcdcd;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-bottom: 4px;
}
#header #menu &gt; li &gt; ul &gt; li &gt; a:hover:before {
  background-color: #e10813;
}
#header #menu &gt; li.menu-item-active &gt; a:before {
  background-color: #e10813;
}
#header #menu &gt; li:last-of-type a {
  color: #fff;
}
#header #menu &gt; li:last-of-type a:hover {
  color: #313332;
}
#header #menu &gt; li:last-of-type a:before {
  display: none;
}
#diaporamaFrame {
  position: relative;
  display: block;
  margin: 0.5em 1em;
  max-height: 250px;
  height: 15vw;
  border: solid 1px #313332;
  overflow: hidden;
}
#diaporamaFrame #diaporamaContent {
  position: relative;
  z-index: 1;
  height: 100%;
}
#diaporamaFrame #diaporamaContent div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition-duration: 400ms;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
#diaporamaFrame #diaporamaContent div img {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  max-height: 324px;
  height: calc(100% - 26px);
  border: solid 3px #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px #000;
}
#diaporamaFrame #diaporamaContent div video {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 10px;
  max-height: 324px;
  height: calc(100% - 26px);
  border: solid 3px #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px #000;
}
#diaporamaFrame .diaporama-text {
  position: absolute;
  z-index: 2;
  top: 1vw;
  right: 0;
  padding: 0.5em 1em;
  background-color: rgba(49, 51, 50, 0.4);
  color: #fff;
  font-size: 1.3vw;
  font-weight: normal;
  text-transform: uppercase;
  text-align: right;
  opacity: 1;
  transition-duration: 400ms;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
#diaporamaFrame .diaporama-text strong {
  text-shadow: 1px 0px #fff, 0px 1px #fff, -1px 0px #fff, 0px -1px #fff;
}
#diaporamaFrame #tm1DiaporamaText strong {
  color: #ed1d24;
}
#diaporamaFrame #tm2DiaporamaText strong {
  color: #ed1d24;
}
#diaporamaFrame #tm3DiaporamaText strong {
  color: #ed1d24;
}
#diaporamaFrame #tm4DiaporamaText strong {
  color: #ed1d24;
}
#diaporamaFrame #tm5DiaporamaText strong {
  color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame {
  position: absolute;
  top: 8vw;
  right: 2em;
  z-index: 2;
}
#diaporamaFrame #diaporamaTimerFrame.tm1 #diaporamaTimerBullets #tm1Bullet:before {
  background-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm1 #diaporamaTimerBullets .diaporama-bullet:before {
  border-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm1 .progress-bar {
  background-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm2 #diaporamaTimerBullets #tm2Bullet:before {
  background-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm2 #diaporamaTimerBullets .diaporama-bullet:before {
  border-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm2 .progress-bar {
  background-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm3 #diaporamaTimerBullets #tm3Bullet:before {
  background-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm3 #diaporamaTimerBullets .diaporama-bullet:before {
  border-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm3 .progress-bar {
  background-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm4 #diaporamaTimerBullets #tm4Bullet:before {
  background-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm4 #diaporamaTimerBullets .diaporama-bullet:before {
  border-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm4 .progress-bar {
  background-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm5 #diaporamaTimerBullets #tm5Bullet:before {
  background-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm5 #diaporamaTimerBullets .diaporama-bullet:before {
  border-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame.tm5 .progress-bar {
  background-color: #ed1d24;
}
#diaporamaFrame #diaporamaTimerFrame #diaporamaTimerBullets {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 150px;
}
#diaporamaFrame #diaporamaTimerFrame #diaporamaTimerBullets:before {
  content: "";
  position: absolute;
  top: calc(0.5vw + 1px);
  left: calc(-0.5vw - 1px);
  width: calc(100% + 1vw + 2px);
  border-top: solid 1px #000;
}
#diaporamaFrame #diaporamaTimerFrame #diaporamaTimerBullets .diaporama-bullet {
  position: relative;
  width: 1vw;
  height: 1vw;
}
#diaporamaFrame #diaporamaTimerFrame #diaporamaTimerBullets .diaporama-bullet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1vw;
  height: 1vw;
  border: solid 1px #000;
  background-color: #cdcdcd;
  z-index: 2;
}
#diaporamaFrame #diaporamaTimerFrame #diaporamaTimerBullets .diaporama-bullet:after {
  content: "";
  position: absolute;
  top: -0.5vw;
  left: calc(0.5vw + 1px);
  height: calc(2vw + 2px);
  border-right: solid 1px #000;
  z-index: -1;
}
#diaporamaFrame #diaporamaTimerFrame #diaporamaTimerBar {
  position: relative;
  margin-top: 1vw;
  margin-left: calc(-0.5vw - 1px);
  width: calc(100% + 1vw + 2px);
  height: 0.5vw;
  border: solid 1px #000;
  overflow: hidden;
}
#diaporamaFrame #diaporamaTimerFrame #diaporamaTimerBar .progress-bar {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
#diaporamaFrame #diaporamaButtons {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  padding-bottom: 1em;
}
#diaporamaFrame #diaporamaButtons &gt; div:hover,
#diaporamaFrame #diaporamaButtons &gt; div.active {
  text-shadow: 1px 0px #fff, 0px 1px #fff, -1px 0px #fff, 0px -1px #fff;
}
#diaporamaFrame #diaporamaButtons #tm1Button .layer2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ed1d24+100&amp;0+25,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ed1d24', GradientType=1);
  /* IE6-9 */
}
#diaporamaFrame #diaporamaButtons #tm1Button:hover .text,
#diaporamaFrame #diaporamaButtons #tm1Button.active .text {
  color: #ed1d24;
}
#diaporamaFrame #diaporamaButtons #tm2Button .layer2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ed1d24+100&amp;0+25,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ed1d24', GradientType=1);
  /* IE6-9 */
}
#diaporamaFrame #diaporamaButtons #tm2Button:hover .text,
#diaporamaFrame #diaporamaButtons #tm2Button.active .text {
  color: #ed1d24;
}
#diaporamaFrame #diaporamaButtons #tm3Button .layer2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ed1d24+100&amp;0+25,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ed1d24', GradientType=1);
  /* IE6-9 */
}
#diaporamaFrame #diaporamaButtons #tm3Button:hover .text,
#diaporamaFrame #diaporamaButtons #tm3Button.active .text {
  color: #ed1d24;
}
#diaporamaFrame #diaporamaButtons #tm4Button .layer2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ed1d24+100&amp;0+25,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ed1d24', GradientType=1);
  /* IE6-9 */
}
#diaporamaFrame #diaporamaButtons #tm4Button:hover .text,
#diaporamaFrame #diaporamaButtons #tm4Button.active .text {
  color: #ed1d24;
}
#diaporamaFrame #diaporamaButtons #tm5Button .layer2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ed1d24+100&amp;0+25,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(251, 199, 200, 0) 25%, #ed1d24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ed1d24', GradientType=1);
  /* IE6-9 */
}
#diaporamaFrame #diaporamaButtons #tm5Button:hover .text,
#diaporamaFrame #diaporamaButtons #tm5Button.active .text {
  color: #ed1d24;
}
#diaporamaFrame #diaporamaButtons &gt; div {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  padding: 0.1em 0.5em;
  border: solid 1px #313332;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
  box-shadow: 0 0 10px -1px #000;
  background-color: #fff;
  vertical-align: middle;
  min-width: 150px;
  cursor: pointer;
  overflow: hidden;
}
#diaporamaFrame #diaporamaButtons &gt; div .text {
  display: block;
  position: relative;
  z-index: 5;
}
#diaporamaFrame #diaporamaButtons &gt; div .layer1,
#diaporamaFrame #diaporamaButtons &gt; div .layer3 {
  position: absolute;
  top: 0;
  left: -200%;
  width: 300%;
  bottom: 0;
}
#diaporamaFrame #diaporamaButtons &gt; div .layer1 {
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdcdcd+0,cdcdcd+100&amp;0+33,1+66 */
  background: -moz-linear-gradient(left, rgba(205, 205, 205, 0) 0%, rgba(205, 205, 205, 0) 33%, #cdcdcd 66%, #cdcdcd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(205, 205, 205, 0) 0%, rgba(205, 205, 205, 0) 33%, #cdcdcd 66%, #cdcdcd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(205, 205, 205, 0) 0%, rgba(205, 205, 205, 0) 33%, #cdcdcd 66%, #cdcdcd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cdcdcd', endColorstr='#cdcdcd', GradientType=1);
  /* IE6-9 */
  transition-delay: 300ms;
  transition-duration: 500ms;
  transition-property: left;
}
#diaporamaFrame #diaporamaButtons &gt; div .layer2 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
}
#diaporamaFrame #diaporamaButtons &gt; div .layer3 {
  z-index: 3;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdcdcd+0,cdcdcd+100&amp;0+33,1+66 */
  background: -moz-linear-gradient(left, rgba(205, 205, 205, 0) 0%, rgba(205, 205, 205, 0) 33%, #cdcdcd 66%, #cdcdcd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(205, 205, 205, 0) 0%, rgba(205, 205, 205, 0) 33%, #cdcdcd 66%, #cdcdcd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(205, 205, 205, 0) 0%, rgba(205, 205, 205, 0) 33%, #cdcdcd 66%, #cdcdcd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cdcdcd', endColorstr='#cdcdcd', GradientType=1);
  /* IE6-9 */
  transition-duration: 600ms;
  transition-property: left;
}
#diaporamaFrame #diaporamaButtons &gt; div span.single-line {
  position: relative;
  display: inline;
  z-index: 2;
  line-height: 1.7em;
}
#diaporamaFrame #diaporamaButtons &gt; div span.line1 {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1em;
  font-size: 0.7em;
}
#diaporamaFrame #diaporamaButtons &gt; div span.line2 {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1em;
}
#diaporamaFrame #diaporamaButtons &gt; div:hover .layer1,
#diaporamaFrame #diaporamaButtons &gt; div.active .layer1,
#diaporamaFrame #diaporamaButtons &gt; div:hover .layer3,
#diaporamaFrame #diaporamaButtons &gt; div.active .layer3 {
  left: 0;
}
#homeMainContent {
  margin: 0.5em 1em;
}
#homeMainContent h1 {
  margin: 0;
  padding: 0.2em 0.2em 0.2em 0em;
  border: solid 1px #cdcdcd;
  background-color: #fff;
  color: #313332;
  font-weight: normal;
  font-size: 1em;
}
#homeMainContent h1:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #313332;
  vertical-align: middle;
  margin: 0 0.5em 3px 0.5em;
}
#homeMainContent #homeSummary,
#homeMainContent #homeNews {
  position: relative;
  display: inline-block;
  background-color: #ebebeb;
  padding: 0.3em;
  vertical-align: top;
}
#homeMainContent #homeSummary {
  width: 72%;
  margin-right: 1%;
}
#homeMainContent #homeSummary p {
  height: 100px;
  text-align: justify;
  margin: 0.5em 0.3em;
  font-size: 1em;
}
#homeMainContent #homeNews {
  width: 25%;
}
#homeMainContent #homeNews #newsList {
  position: relative;
  width: calc(100% - 7px);
  display: block;
  list-style: none;
  margin-top: 0.5em;
  padding-left: 7px;
}
#homeMainContent #homeNews #newsList:before {
  content: "";
  position: absolute;
  z-index: 1;
  border-right: solid 1px #000;
  top: -0.5em;
  bottom: 0;
  left: 1em;
}
#homeMainContent #homeNews #newsList li {
  position: relative;
  white-space: normal;
  margin-bottom: 0.3em;
  font-size: 1em;
}
#homeMainContent #homeNews #newsList li:before {
  position: relative;
  z-index: 2;
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: #cdcdcd;
  vertical-align: middle;
  margin-right: 1em;
  margin-bottom: 4px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
}
#homeMainContent #homeNews #newsList li:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0.6em;
  left: -0.5em;
  width: 2.5em;
  border-bottom: solid 1px #000;
}
#homeMainContent #homeNews #newsList li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #000;
}
#homeMainContent #homeNews #newsList li a .news-dates {
  font-weight: bold;
}
#homeMainContent #homeNews #newsList li a .news-title {
  display: block;
}
#homeMainContent #homeNews #newsList &gt; li:hover,
#homeMainContent #homeNews #newsList &gt; li.active,
#homeMainContent #homeNews #newsList &gt; li.active-lock,
#homeMainContent #homeNews #newsList &gt; li.emphasis {
  cursor: pointer;
  background-color: #cdcdcd;
}
#homeMainContent #homeNews #newsList &gt; li:hover:before,
#homeMainContent #homeNews #newsList &gt; li.active:before,
#homeMainContent #homeNews #newsList &gt; li.active-lock:before,
#homeMainContent #homeNews #newsList &gt; li.emphasis:before {
  background-color: #e10813;
  border-color: #e10813;
}
#homeMainContent #homeNews #newsList &gt; li:hover ul li,
#homeMainContent #homeNews #newsList &gt; li.active ul li,
#homeMainContent #homeNews #newsList &gt; li.active-lock ul li,
#homeMainContent #homeNews #newsList &gt; li.emphasis ul li {
  font-weight: normal;
}
#thumbs {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  table-layout: fixed;
  width: calc(100% - 2em);
  margin: 1em;
  border-spacing: 1em;
}
#thumbs &gt; div {
  width: 19%;
  display: block;
  cursor: pointer;
}
#thumbs &gt; div &gt; div.thumb-bg {
  position: relative;
  border: solid 2px #313332;
  border-radius: 15px;
  height: 120px;
  background-color: #fff;
  overflow: hidden;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  transition-property: background-color;
}
#thumbs &gt; div &gt; div.thumb-bg div {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  opacity: 0.5;
  transition-duration: 200ms;
  transition-property: opacity;
}
#thumbs &gt; div &gt; div.thumb-bg div img {
  max-width: 100%;
}
#thumbs &gt; div &gt; div.thumb-label {
  float: right;
  text-align: right;
  width: 180px;
  margin-right: 1em;
  background-color: #cdcdcd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: solid 1px #fff;
  border-top: none;
  color: #ebebeb;
  padding: 0.3em;
  font-weight: 700;
  font-size: 1.1em;
}
#thumbs &gt; div &gt; div.thumb-label &gt; div {
  transition-duration: 200ms;
  transition-property: color;
}
#thumbs &gt; div &gt; div.thumb-label &gt; div .multiline {
  display: inline-block;
  vertical-align: top;
}
#thumbs &gt; div &gt; div.thumb-label &gt; div .multiline .line1 {
  display: block;
  line-height: 0.8em;
  font-size: 0.8em;
}
#thumbs &gt; div &gt; div.thumb-label &gt; div .multiline .line2 {
  display: block;
}
#thumbs &gt; div &gt; div.thumb-label &gt; div:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 0.5em;
  border-top: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ebebeb;
  transition-duration: 200ms;
  transition-property: border-bottom-color;
}
#thumbs &gt; div:hover &gt; div.thumb-bg {
  background-color: #fff;
}
#thumbs &gt; div:hover &gt; div.thumb-bg div {
  opacity: 1;
}
#thumbs &gt; div:hover &gt; div.thumb-label div {
  color: #313332;
}
#thumbs &gt; div:hover &gt; div.thumb-label div:before {
  border-bottom-color: #313332;
}
@keyframes pulsateTm1 {
  from {
    color: #ebebeb;
    border-bottom-color: #ebebeb;
  }
  to {
    color: #ed1d24;
    border-bottom-color: #ed1d24;
  }
}
@keyframes pulsateTm2 {
  from {
    color: #ebebeb;
    border-bottom-color: #ebebeb;
  }
  to {
    color: #ed1d24;
    border-bottom-color: #ed1d24;
  }
}
@keyframes pulsateTm3 {
  from {
    color: #ebebeb;
    border-bottom-color: #ebebeb;
  }
  to {
    color: #ed1d24;
    border-bottom-color: #ed1d24;
  }
}
@keyframes pulsateTm4 {
  from {
    color: #ebebeb;
    border-bottom-color: #ebebeb;
  }
  to {
    color: #ed1d24;
    border-bottom-color: #ed1d24;
  }
}
@keyframes pulsateTm5 {
  from {
    color: #ebebeb;
    border-bottom-color: #ebebeb;
  }
  to {
    color: #ed1d24;
    border-bottom-color: #ed1d24;
  }
}
#thumbs &gt; div.active &gt; div.thumb-bg {
  background-color: #fff;
}
#thumbs &gt; div.active &gt; div.thumb-bg div {
  opacity: 1;
}
#thumbs &gt; div.active &gt; div.thumb-label {
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}
#thumbs &gt; div.active &gt; div.thumb-label div {
  color: #313332;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#thumbs &gt; div.active &gt; div.thumb-label div:before {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#thumbs &gt; div.active #tm1Text,
#thumbs &gt; div.active #tm1Text:before {
  animation-name: pulsateTm1;
}
#thumbs &gt; div.active #tm2Text,
#thumbs &gt; div.active #tm2Text:before {
  animation-name: pulsateTm2;
}
#thumbs &gt; div.active #tm3Text,
#thumbs &gt; div.active #tm3Text:before {
  animation-name: pulsateTm3;
}
#thumbs &gt; div.active #tm4Text,
#thumbs &gt; div.active #tm4Text:before {
  animation-name: pulsateTm4;
}
#thumbs &gt; div.active #tm5Text,
#thumbs &gt; div.active #tm5Text:before {
  animation-name: pulsateTm5;
}
#thumbs &gt; div.active &gt; div.thumb-bg + div:before {
  border-bottom-color: #313332;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#footer {
  position: relative;
  width: calc(100% - 2.5em);
  padding: 0.5em 0 0.5em 0.5em;
  margin: 0.5em 1em;
  bottom: 0;
  background-color: #cdcdcd;
  text-align: left;
  color: #313332;
  font-weight: normal;
  font-size: small;
}
#footer a {
  color: #313332;
  text-decoration: none;
}
#footer a:hover {
  color: #ebebeb;
}
#footer div#a {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#footer .producer {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
#footer .producer img {
  height: 18px;
  margin: 0px 5px;
  padding: 0;
  vertical-align: top;
}
#footer #footerCoords {
  float: right;
  white-space: nowrap;
}
#footer #footerCoords a {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  font-size: 1.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#footer #footerCoords #footerPhone {
  background-image: url(img/phone-icon.png);
}
#footer #footerCoords #footerAddress {
  background-image: url(img/address-icon.png);
}
#footer #footerCoords #footerHours {
  background-image: url(img/time-icon.png);
}
#footer #footerCoords #footerEmail {
  background-image: url(img/email-icon.png);
}
</pre></body></html>