/* =================================================================================== 
 * File : print.less
 * Description : Print styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* BENTON SANS */
/* ============================================================= */
/* Benton Sans Regular */
@font-face {
  font-family: 'BentonSans-Regular';
  src: url('../fonts/BentonSans-Regular.eot');
  src: local('☺'), url('../fonts/BentonSans-Regular.woff') format('woff'), url('../fonts/BentonSans-Regular.ttf') format('truetype'), url('../fonts/BentonSans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Benton Sans Medium */
@font-face {
  font-family: 'BentonSans-Medium';
  src: url('../fonts/BentonSans-Medium.eot');
  src: local('☺'), url('../fonts/BentonSans-Medium.woff') format('woff'), url('../fonts/BentonSans-Medium.ttf') format('truetype'), url('../fonts/BentonSans-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Benton Sans Condensed Medium */
@font-face {
  font-family: 'BentonSansCond-Medium';
  src: url('../fonts/BentonSansCond-Medium.eot');
  src: local('☺'), url('../fonts/BentonSansCond-Medium.woff') format('woff'), url('../fonts/BentonSansCond-Medium.ttf') format('truetype'), url('../fonts/BentonSansCond-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Benton Sans Bold */
@font-face {
  font-family: 'BentonSans-Bold';
  src: url('../fonts/BentonSans-Bold.eot');
  src: local('☺'), url('../fonts/BentonSans-Bold.woff') format('woff'), url('../fonts/BentonSans-Bold.ttf') format('truetype'), url('../fonts/BentonSans-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ============================================================= */
/* ICONFONT */
/* ============================================================= */
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent displaying `audio` without controls in Mobile Safari 4/5/6/7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit;
  /* 1 */
}
b,
strong {
  font-weight: bolder;
  /* 2 */
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* =================================================================================== 
 * File : global.less
 * Description : Global styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
body {
  font-family: BentonSans-Regular, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-size: 10pt;
}
img {
  page-break-inside: avoid;
}
/**
 * Grid
 ******************************************/
.row {
  overflow: hidden;
}
/**
 * Titles
 ******************************************/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BentonSans-Bold";
  font-weight: 400;
  page-break-after: avoid;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: "BentonSans-Regular";
  color: inherit;
}
h1,
.h1,
.page-title,
.section-title {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 0;
}
h2,
.h2 {
  text-transform: uppercase;
  margin: 1.25em 0 .75em;
}
h3,
.h3 {
  margin: 1.5em 0 .5em;
}
h4,
.h4 {
  margin: 1.5em 0 .5em;
}
h5,
.h5 {
  font-family: 'BentonSans-Medium';
}
h6,
.h6 {
  font-family: 'BentonSans-Medium';
}
.page-header,
.section-header {
  text-align: center;
}
.page-title {
  line-height: normal;
  text-transform: uppercase;
}
.page-title:after {
  border-top: 4px solid;
  content: '';
  display: block;
  margin: 3mm auto 0;
  width: 5mm;
}
.section-title {
  text-align: center;
}
.section-header {
  margin-top: 5mm;
  margin-bottom: 3mm;
}
a {
  color: inherit;
}
ul,
ol {
  padding-left: 20px;
}
figure {
  margin: 0;
}
img {
  height: auto;
  max-width: 100% !important;
}
/**
 * Hidden elements
 ******************************************/
hr,
iframe[src*="youtube"],
button,
[class*="btn-"],
.sr-only,
.banner-video,
.banner-audio,
.banner-gmaps,
.social-share,
.slider-block,
.pagination-block,
.element-invisible,
#cookie-msg,
#info-msg,
#navigation,
#navigation-sidebar-overlay,
#search-form-main,
#page-main-slider,
#block-mdp-block-footer-switch,
#footer-newsletter,
#footer {
  display: none !important;
}
/**
 * Breadcrumb
 ******************************************/
.breadcrumb {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  font-size: 10pt;
  margin: 10mm auto;
  padding: 3mm 0;
  text-align: center;
  text-transform: uppercase;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  font-size: 9pt;
  padding: 0 2mm;
}
.breadcrumb > li a {
  text-decoration: none;
}
/**
 * Sliders
 ******************************************/
.slider-block .flex-viewport {
  height: auto !important;
}
.slider-block .slides {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  width: auto !important;
}
.slider-block .slider-item {
  float: none !important;
  display: none !important;
  width: auto !important;
}
.slider-block .slider-item.flex-active-slide {
  display: block !important;
}
.slider-block .slider-item img {
  width: 100%;
}
.slider-block .flex-control-nav,
.slider-block .flex-direction-nav {
  display: none;
}
/**
 * Columns
 ******************************************/
.inline-block-cols {
  font-size: 0;
}
.inline-block-cols [class*=" col-"],
.inline-block-cols [class^="col-"] {
  display: inline-block;
  margin-left: 3mm;
  margin-right: 3mm;
  float: none;
  font-size: 10pt;
}
.img-listing [class*=" col-"],
.img-listing [class^="col-"] {
  margin-top: 3mm;
  margin-bottom: 3mm;
  vertical-align: middle;
}
/**
 * Date format
 ******************************************/
.date-block {
  background: #fff;
  font-family: "BentonSans-Medium";
  font-size: 8pt;
  text-transform: uppercase;
  line-height: 1;
  padding: 2mm 0;
  position: relative;
  text-align: center;
  z-index: 10;
}
.date-block time {
  position: relative;
}
.date-block time,
.date-block time span {
  display: block;
}
.date-block .day {
  font-size: 12pt;
}
.date-block .day span {
  display: inline-block;
  width: 50%;
}
.date-block .day .char1 {
  text-align: right;
}
.date-block .day .char2 {
  text-align: left;
}
.date-block .month-year {
  background: #fff;
  padding: 3px 0 0;
  position: relative;
  margin: -2mm 0 0 50%;
  width: 50%;
}
.date-block .month {
  font-family: "BentonSans-Bold";
  padding-left: 3px;
}
.date-block .date-end {
  margin-top: 2mm;
}
.date-block .date-end:after {
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
}
/* =================================================================================== 
 * File : header.less
 * Description : Header styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* HEADER */
/* ============================================================= */
#header {
  page-break-after: avoid;
  text-align: center;
}
#header h1,
#header #header-quick-links,
#header #header-actions,
#header #btn-navigation-sidebar,
#header #header-search-form {
  display: none;
}
#header #logo {
  display: inline-block;
}
#header #logo .logo,
#header #logo .baseline {
  display: block;
  margin: 0 auto;
}
#header #logo .logo {
  width: 2.5cm;
}
#header #logo .baseline {
  margin-top: 2mm;
  width: 4cm;
}
#header #logo .baseline-member {
  display: none;
}
/* =================================================================================== 
 * File : content.less
 * Description : Content styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* CONTENT */
/* ============================================================= */
#content {
  page-break-inside: auto;
}
/* =================================================================================== 
 * File : product_list.less
 * Description : Product list styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* PRODUCT LIST */
/* ============================================================= */
#products-list-filters {
  display: none;
}
#products-list-content {
  page-break-inside: auto;
}
#products-list-content #products-list-actions {
  display: none;
}
#products-list-content .product-item {
  font-size: 12pt;
  padding: 5mm 0;
  text-align: center;
}
#products-list-content .product-item > a {
  text-decoration: none;
}
#products-list-content .product-item .img-rollover {
  display: none;
}
#products-list-content .product-item .product-title {
  margin-top: 0;
  line-height: normal;
}
#products-list-content .product-item .product-desc {
  margin-top: 2mm;
  margin-bottom: 2mm;
}
#products-list-content #products-list-results .row {
  margin-left: -5mm;
  margin-right: -5mm;
  overflow: hidden;
}
#products-list-content #products-list-results [class*=" col-"],
#products-list-content #products-list-results [class^="col-"] {
  margin-left: 0;
  margin-right: 0;
  padding: 0 5mm;
  vertical-align: bottom;
}
#products-list-content #products-list-results .col-sm-4 {
  width: 33.33333333%;
}
#products-list-content #products-list-results .col-sm-6 {
  width: 50%;
}
#products-list-content #products-list-results .col-sm-8 {
  width: 66.66666667%;
}
/* =================================================================================== 
 * File : product_detail.less
 * Description : Product detail styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* PRODUCT DETAIL */
/* ============================================================= */
.product-btn,
#product-option,
#product-zoom-popin,
#related-collection,
#recently-visited-products,
#footer-shop {
  display: none !important;
}
#product-presentation {
  overflow: hidden;
}
#product-presentation #product-presentation-slider,
#product-presentation .sticky-wrapper {
  float: left;
}
#product-presentation #product-presentation-slider {
  display: block !important;
  float: left;
  padding-right: 5mm;
  width: 50%;
}
#product-presentation #product-presentation-slider .slider-item {
  display: block !important;
}
#product-presentation #product-presentation-slider .slider-item > figure > a,
#product-presentation #product-presentation-slider .slider-item > figure > a img {
  display: block;
}
#product-presentation #product-presentation-desc h1 small {
  display: block;
}
#product-presentation .sticky-wrapper {
  height: auto !important;
  padding-left: 5mm;
  width: 50%;
}
#product-presentation #product-presentation-desc {
  width: auto !important;
}
#product-features {
  margin-bottom: 5mm;
}
#product-features ul {
  list-style: none;
  overflow: hidden;
  position: relative;
}
#product-features ul:before {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.33%;
  right: 33.33%;
}
#product-features .inline-block-cols [class*=" col-"],
#product-features .inline-block-cols [class^="col-"] {
  float: left;
  width: 33.33%;
}
#product-features .field-label,
#product-features .field-items {
  display: inline-block;
}
#product-features .field-items {
  font-family: "BentonSans-Medium";
}
#product-story [class*=" col-sm"],
#product-story [class^="col-sm"] {
  float: left;
  position: relative;
  padding: 0 5mm;
}
#product-story .row {
  margin: 0 -5mm;
}
#product-story .col-sm-6 {
  width: 50%;
}
#product-story .col-sm-push-6 {
  left: 50%;
}
#product-story .col-sm-pull-6 {
  right: 50%;
}
#product-story .img-txt-block {
  display: inline-block;
}
#product-story .itb-text {
  text-align: center;
}
#product-story .slider-block {
  display: block;
}
#product-story .slider-block .itb-img {
  display: inline-block;
  float: none;
  width: auto;
}
#product-story .slider-block .slider-item {
  float: none !important;
  display: none !important;
  width: auto !important;
}
#product-story .slider-block .slider-item:first-child {
  display: block !important;
}
#product-story .slider-block .slider-item img {
  width: 100%;
}
#product-story .slider-block .flex-control-nav,
#product-story .slider-block .flex-direction-nav {
  display: none;
}
#product-collection .btn-main {
  display: none;
}
#product-collection .slider-block {
  display: block;
}
#product-collection .slider-block .itb-img {
  display: inline-block;
  float: none;
  width: auto;
}
#product-collection .slider-block .slides {
  margin: 0 -5mm;
}
#product-collection .slider-block .slider-item {
  float: left !important;
  padding: 0 5mm;
  text-align: center;
  width: 33.33% !important;
}
#product-collection .slider-block .slider-item:nth-child(-n+3) {
  display: block !important;
}
#product-collection .slider-block .slider-item .img-rollover {
  display: none;
}
#product-collection .slider-block .flex-control-nav,
#product-collection .slider-block .flex-direction-nav {
  display: none;
}
#product-collection .slider-block .product-item > a {
  display: block;
  text-decoration: none;
}
#product-collection .slider-block .product-item .product-title {
  margin: 0 0 3px;
}
/* =================================================================================== 
 * File : exhibitions_list.less
 * Description : Exhibitions list styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* EXHIBITIONS LIST */
/* ============================================================= */
#exhibitions-list-filters {
  display: none;
}
#exhibitions-list-results .exhibition-result-item {
  border-bottom: 1px solid #dadada;
  page-break-inside: avoid;
  padding-top: 5mm;
  padding-bottom: 5mm;
}
#exhibitions-list-results .exhibition-result-item:first-of-type {
  border-top: 1px solid #dadada;
}
#exhibitions-list-results .exhibition-result-item .col-sm-6 {
  float: left;
  position: relative;
  width: 50%;
}
#exhibitions-list-results .exhibition-result-item .col-sm-pull-6 {
  right: 50%;
}
#exhibitions-list-results .exhibition-result-item .col-sm-push-6 {
  left: 50%;
}
#exhibitions-list-results .exhibition-result-item .eri-text {
  padding: 0 5mm 5mm;
}
#exhibitions-list-results .exhibition-result-item .eri-tag {
  position: absolute;
  top: 0;
  right: 5mm;
}
#exhibitions-list-results .exhibition-result-item .eri-title {
  font-size: 17pt;
  margin-top: 3mm;
}
#exhibitions-list-results .exhibition-result-item .eri-title a {
  text-decoration: none;
}
#exhibitions-list-results .exhibition-result-item .eri-title small {
  display: block;
  font-size: 12pt;
}
#exhibitions-list-results .exhibition-result-item .eri-desc {
  margin-top: 0;
}
#exhibitions-list-results .exhibition-result-item .eri-date {
  font-family: 'BentonSans-Bold';
}
#exhibition-related-contents {
  display: none;
}
/* =================================================================================== 
 * File : exhibition_detail.less
 * Description : Exhibition detail styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* EXHIBITION DETAIL */
/* ============================================================= */
.cat-exhibitions .banners-slider,
.cat-exhibitions .banners-slider .slider-item {
  display: block !important;
}
.cat-exhibitions .banners-slider .flex-viewport {
  height: 470px !important;
}
.cat-exhibitions .products-slider {
  text-align: center;
}
.cat-exhibitions .products-slider,
.cat-exhibitions .products-slider .slider-item:nth-child(-n+3) {
  display: block !important;
}
.cat-exhibitions .products-slider .img-rollover {
  display: none;
}
.cat-exhibitions .products-slider .slides {
  margin-left: -2mm;
  margin-right: -2mm;
}
.cat-exhibitions .products-slider .slider-item {
  float: left !important;
  padding: 0 2mm;
  width: 33.33% !important;
}
.cat-exhibitions .products-slider .product-item > a {
  text-decoration: none;
}
.cat-exhibitions .products-slider .product-item .product-title {
  margin-top: 3mm;
}
.cat-exhibitions .img-txt-blocks-listing {
  text-align: center;
}
.cat-exhibitions .img-txt-blocks-listing .row {
  margin-left: -2mm;
  margin-right: -2mm;
}
.cat-exhibitions .img-txt-blocks-listing .col-sm-4 {
  float: left;
  padding-left: 2mm;
  padding-right: 2mm;
  width: 33.33%;
}
.cat-exhibitions .img-txt-blocks-listing .img-txt-block {
  position: relative;
}
.cat-exhibitions .img-txt-blocks-listing .img-txt-block > a {
  text-decoration: none;
}
.cat-exhibitions .img-txt-blocks-listing .img-txt-block .date-block {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.cat-exhibitions .img-txt-blocks-listing .img-txt-block .itb-title {
  font-size: 13pt;
  margin-top: 4mm;
  margin-bottom: 2mm;
  text-transform: uppercase;
}
.cat-exhibitions .img-txt-blocks-listing .img-txt-block .itb-desc {
  margin-top: 0;
}
.cat-exhibitions #exhibition-header {
  color: #000;
  overflow: hidden;
  position: relative;
  margin-bottom: 5mm;
}
.cat-exhibitions #exhibition-header .tag {
  font-family: "BentonSans-Bold";
  text-transform: uppercase;
}
.cat-exhibitions #exhibition-header .tag:after {
  content: '';
  border-top: 4px solid #000;
  display: block;
  width: 20px;
  height: 0;
}
.cat-exhibitions #exhibition-header .header-title {
  font-family: "MoSofiaPro-Bold", "BentonSans-Bold";
  font-size: 34pt;
  margin: 5mm 0;
  line-height: 1;
  text-transform: none;
}
.cat-exhibitions #exhibition-header .header-title small {
  display: block;
  font-family: inherit;
  margin-top: 3mm;
  font-size: 15pt;
}
.cat-exhibitions #exhibition-header .date-block {
  position: absolute;
  top: 0;
  right: 0;
}
.cat-exhibitions #exhibition-header .date-block .day {
  font-size: 23pt;
}
.cat-exhibitions #exhibition-header .btn-main {
  display: none;
}
.cat-exhibitions #exhibition-details .pic-left {
  float: left;
  margin-right: 5mm;
  margin-bottom: 5mm;
}
.cat-exhibitions #exhibition-details .pic-right {
  float: right;
  margin-left: 5mm;
  margin-bottom: 5mm;
}
.cat-exhibitions #exhibition-details .tab-content .tab-pane + .tab-pane {
  clear: both;
}
.cat-exhibitions #exhibition-details .row {
  width: 100%;
}
.cat-exhibitions #exhibition-details .col-article p:first-child {
  margin-top: 0;
}
.cat-exhibitions #exhibition-details .col-article .section-tabs {
  display: none;
}
.cat-exhibitions #exhibition-details .col-sidebar {
  border-left: 1px solid #dadada;
  font-size: 10pt;
  float: right;
  margin-left: 5mm;
  margin-bottom: 5mm;
  padding: 0 5mm 5mm;
  width: 50%;
}
.cat-exhibitions #exhibition-details .col-sidebar table td,
.cat-exhibitions #exhibition-details .col-sidebar table th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.cat-exhibitions #exhibition-details .col-sidebar h3 {
  text-transform: uppercase;
}
.cat-exhibitions #exhibition-details .col-sidebar .sticky-wrapper {
  height: auto !important;
}
.cat-exhibitions #exhibition-details .col-sidebar .section-sidebar {
  width: auto !important;
}
.cat-exhibitions #exhibition-details .col-sidebar .sidebar-title {
  margin-top: 0;
  text-align: center;
}
.cat-exhibitions #carousel .owl-stage {
  overflow: hidden;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  width: auto !important;
}
.cat-exhibitions #carousel .owl-item {
  display: none;
  float: left;
  width: 20%;
}
.cat-exhibitions #carousel .owl-item.active {
  display: block;
}
.cat-exhibitions #carousel .owl-item .carousel-video iframe {
  width: 746px;
  height: 420px;
}
/* =================================================================================== 
 * File : practical_info.less
 * Description : Practical info styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* PRATICAL INFO */
/* ============================================================= */
#practical-info,
#practical-info #practical-info-content {
  page-break-inside: auto;
}
#practical-info .panel-title a {
  text-decoration: none;
}
#practical-info .col-article {
  right: 0;
}
#practical-info .col-sidebar {
  font-size: 10pt;
  margin-bottom: 5mm;
}
#practical-info .col-sidebar h3 {
  text-transform: uppercase;
}
#practical-info .col-sidebar .sticky-wrapper {
  height: auto !important;
}
#practical-info .col-sidebar .icon-warning {
  margin-top: 0;
}
#practical-info .col-sidebar .nav-anchors {
  display: none;
}
