/*
  Copyright 2014 Intelligenics Ltd 
    
  www.intelligenics.co.uk
*/
/* Color Pallete*/
/* Validation */
/* CORE ELEMENT STYLES*/
html {
  padding: 0;
  margin: 0;
}
body {
  background-color: white;
  font-family: 'Josefin Sans', sans-serif;
  padding: 0;
  margin: 0;
}
a,
a:hover,
a:link,
a:visited,
a:focus {
  color: #b77100;
  text-decoration: none;
  -moz-transition-property: color;
  -moz-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-property: color;
  transition-duration: 0.2s;
}
a:hover {
  color: #564b36;
  -moz-transition-property: color;
  -moz-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-property: color;
  transition-duration: 0.2s;
}
p,
li {
  font-size: 1.0em;
  line-height: 22px;
  letter-spacing: 2px;
  color: #585858;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #564b36;
  font-family: 'Marcellus', serif;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 1.9em;
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h2 {
  font-size: 1.3em;
  letter-spacing: 2px;
  line-height: 25px;
}
h3 {
  font-size: 1.1em;
  letter-spacing: 1px;
  line-height: 30px;
}
h4 {
  font-size: 1.0em;
  letter-spacing: 2px;
}
hr {
  border: 1px solid #fff;
}
button {
  padding: 8px;
  outline: none;
  letter-spacing: 2px;
  text-transform: none;
  border: none;
  background-color: #564b36;
  color: #fff;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
button:hover {
  background-color: #0d0d0d;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  box-shadow: 2px 2px 30px 5px #585858;
}
.caption {
  font-size: 1.0em;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: -10px;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
ul {
  list-style-position: inside;
  list-style: disc;
  margin-bottom: 10px;
}
input[type=checkbox] {
  margin-right: 10px;
}
.largetext {
  font-size: 1.3em;
  line-height: 30px;
  letter-spacing: 3px;
}
.primarycolour {
  color: #b77100;
  font-weight: bold;
}
.secondarycolour {
  color: #564b36;
}
.imageshadow {
  display: inline-block;
  padding-bottom: 30px;
  background: url('/Content/images/shadowleft.png') bottom left no-repeat;
}
/* MISCELLANIOUS */
div[data-scrolltotop] {
  position: fixed;
  height: 50px;
  width: 50px;
  padding: 12px 0 0 12px;
  border: 2px solid white;
  border-radius: 5px;
  bottom: 30px;
  right: 50px;
  z-index: 10;
  display: none;
  background-color: #333333;
}
div[data-scrolltotop]:after {
  content: " ";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-position: -80px 0;
  background-size: 120px 40px;
  background-image: url('/Content/images/button-sprite.png');
  background-repeat: no-repeat;
}
[data-collapsepanel] {
  cursor: pointer;
  background-color: #bdb797;
  line-height: 30px;
  color: white;
  padding: 5px;
  padding-left: 15px;
  position: relative;
}
/*[data-collapsepanel]:before { position: absolute; left: 5px; top: 8px; content: " "; margin-left: 5px; height: 20px; width: 20px; display: inline-block; background-position: 0 -20px; background-size: @buttonspritewidth @buttonspriteheight; background-image: url('/Content/images/button-sprite.png'); background-repeat: no-repeat; }*/
.TransparentBox {
  width: 50%;
  display: inline-block;
  padding: 25px;
  background-color: rgba(13, 13, 13, 0.3);
  border-radius: 10px;
  margin-top: 30px;
}
.Left {
  float: left;
}
.Right {
  float: right;
}
/* HEADER */
.Intelligenics-Header-Logo {
  display: none;
}
[data-mobilemenu-logo] {
  display: block;
  margin: 5px 0 0 10px;
}
[data-mobilemenu-logo-image] {
  height: 40px;
}
.Intelligenics__Title {
  background-color: #564b36;
  margin-bottom: 50px;
}
.Intelligenics__TitleHeading {
  color: white;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 10px 10px 5px;
  margin: 0 0 0 0;
}
.Intelligenics__TitleUnderline {
  display: none;
}
/* CLASS ELEMENT STYLES*/
.container {
  width: 100%;
}
.page {
  background-color: #ebebe4;
  margin: 0 auto 0 auto;
  height: 100%;
  overflow-x: hidden;
}
/* CONTROLS */
.Intelligenics__Container {
  background-color: #0d0d0d;
  height: 300px;
}
.Intelligenics-Gallery {
  width: 100%;
  overflow: hidden;
  border: 3px solid #fff;
  padding-bottom: 20px;
}
.Intelligenics-Gallery__Items {
  text-align: center;
  position: relative;
  display: none;
  height: 600px;
}
.Intelligenics-Gallery__Item {
  float: left;
  height: 500px;
  padding: 40px 0 40px 0;
}
.Intelligenics-Gallery__Image {
  max-height: 100%;
  border: 21px solid white;
  background-color: white;
}
.Intelligenics-Gallery-Thumbnails {
  float: left;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.Intelligenics-Gallery-Thumbnails__Container {
  display: inline-block;
  display: none;
}
.Intelligenics-Gallery-Thumbnails__Item {
  padding: 5px;
  display: inline-block;
  border: 1px solid #564b36;
  height: 50px;
  width: 100px;
  margin: 2px;
  cursor: pointer;
}
.Intelligenics-Gallery-Thumbnails__Item--Active {
  background-color: #564b36;
}
.Intelligenics-Gallery-Thumbnails__Image {
  max-width: 98%;
  max-height: 98%;
  border: 3px solid white;
  background-color: white;
}
.Intelligenics-Header__SearchInput {
  border: 1px solid #cccccc;
  background-color: #fff;
  line-height: 30px;
  height: 30px;
  padding: 2px 3px 2px 5px;
  color: #0d0d0d;
}
/* Flyout Menu */
.Intelligenics-FlyoutMenuContainer {
  display: none;
  position: relative;
  height: 30px;
  z-index: 10;
  text-align: center;
}
.Intelligenics-FlyoutMenu {
  height: 100px;
  padding: 0 0 0 0;
  margin-left: auto;
}
.Intelligenics-FlyoutMenu__RootMenu {
  margin-bottom: 0;
  list-style-type: none;
  padding: 0 0 5px 0;
  margin-left: 0;
}
.Intelligenics-FlyoutMenu-Item {
  text-align: left;
  font-size: 11pt;
  text-transform: uppercase;
  display: inline;
  padding: 0 20px 0 20px;
}
.Intelligenics-FlyoutMenu-Item:last-child {
  border-right: none;
}
.Intelligenics-FlyoutMenu-Item__Link {
  cursor: pointer;
}
.Intelligenics-FlyoutMenu-Item__Link:link,
.Intelligenics-FlyoutMenu-Item__Link:visited {
  color: #564b36;
}
.Intelligenics-FlyoutMenu-Item__Link:hover {
  color: #564b36;
}
.Intelligenics-FlyoutMenu-Item__Link--Selected,
.Intelligenics-FlyoutMenu-Item__Link--Selected:visited {
  color: #564b36;
}
.Intelligenics-FlyoutMenu-Item__Link--Dropdown:after {
  content: " ";
  margin-left: 5px;
  height: 20px;
  width: 16px;
  display: inline-block;
  background-position: -16px 6px;
  background-size: 31px 16px;
  background-image: url('/Content/images/gold_arrows.png');
  background-repeat: no-repeat;
}
.Intelligenics-FlyoutMenu-SubMenu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  top: 45px;
}
.Intelligenics-FlyoutMenu-SubMenu-Item {
  line-height: 35px;
  font-size: 1.0em;
  background-color: rgba(86, 75, 54, 0.8);
  padding: 0 20px 0 20px;
}
.Intelligenics-FlyoutMenu-SubMenu-Item:hover {
  background-color: #0d0d0d;
}
.Intelligenics-FlyoutMenu-SubMenu-Item:last-child {
  border-right: none;
}
.Intelligenics-FlyoutMenu-SubMenu-Item__Link:link,
.Intelligenics-FlyoutMenu-SubMenu-Item__Link:visited {
  color: #fff;
}
/* Footer */
.Intelligenics-Footer {
  margin-top: 30px;
  border-top: 6px solid #564b36;
  background: #e3e0db;
}
.Intelligenics-Footer__Copyright {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  color: #cccccc;
  text-align: center;
  line-height: 30px;
  font-size: 0.8em;
}
.Intelligenics-Footer__Copyright p {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 30px;
}
.Intelligenics-FooterMenu {
  list-style-position: inside;
  list-style: none;
  margin-right: -10px;
}
.Intelligenics-FooterMenu-Item {
  padding-right: 10px;
}
.Intelligenics-FooterMenu-Item__Link:visited,
.Intelligenics-FooterMenu-Item__Link {
  color: #cccccc;
  font-size: 1.4em;
}
/* PAGING */
.Intelligenics-Pager {
  text-align: right;
  margin-bottom: 10px;
}
.Intelligenics-Pager__Button:link,
.Intelligenics-Pager__Button:visited,
.Intelligenics-Pager__Button:active,
.Intelligenics-Pager__Button:focus,
.Intelligenics-Pager__Button {
  min-height: 50px;
  display: inline-block;
  border: 1px solid #564b36;
  text-transform: lowercase;
  color: #564b36;
  padding: 10px;
  border-radius: 2px;
  font-size: 1.3em;
}
.Intelligenics-Pager__Button--Selected {
  color: #fff !important;
}
.Intelligenics-Pager__Button--Selected,
.Intelligenics-Pager__Button:hover {
  color: #b77100;
}
/* Carousel*/
.Intelligenics-Carousel {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.Intelligenics-Carousel-Item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.Intelligenics-Carousel__SliderContainer {
  width: 200%;
  height: 100%;
  position: relative;
}
.Intelligenics-Carousel-Item--Slider {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
}
.Intelligenics-Carousel-Item__Content {
  padding: 30px;
}
.Intelligenics-Carousel-Buttons {
  bottom: 20px;
  right: 10px;
  position: absolute;
  line-height: 30px;
}
.Intelligenics-Carousel-Buttons__Item {
  height: 28px;
  width: 28px;
  font-size: 28px;
  color: #cccccc;
}
.Intelligenics-Carousel-Buttons__Item--Active {
  color: #585858;
  font-size: 28px;
}
.Intelligenics-Carousel-Buttons__Item--Active:after,
.Intelligenics-Carousel-Buttons__Item:after {
  height: 28px;
  width: 28px;
}
.Intelligenics-Carousel-Thumbnails__Container {
  width: 100%;
  bottom: 100px;
  display: inline-block;
  position: absolute;
  text-align: center;
}
.Intelligenics-Carousel-Thumbnails {
  display: inline-table;
}
.Intelligenics-Carousel-Thumbnails__Item {
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
  background-color: #0d0d0d;
}
.Intelligenics-Carousel-Thumbnails__Item--Active {
  border: 1px solid yellow;
}
.Intelligenics-Carousel-Thumbnails__Image {
  max-width: 80px;
  max-height: 80px;
}
.Intelligenics-Carousel h1,
.Intelligenics-Carousel h2,
.Intelligenics-Carousel h3 {
  color: #fff;
}
.Intelligenics-Carousel p {
  color: #fff;
}
/**********************************************************************************************/
/* PAGES */
.Intelligenics-Article--Slate {
  background-color: #cccccc;
  box-shadow: 5px 5px 50px 5px #cccccc;
}
.Intelligenics-Article__Content {
  font-size: 1.0em;
  padding-top: 20px;
}
/* HOME PAGE */
.Intelligenics__Home .row {
  margin-top: 15px;
}
.Intelligenics__Home h1 {
  font-size: 3.0em;
}
.Intelligenics__Home p {
  font-size: 1.5em;
}
.Intelligenics-Homepage-Journal {
  margin-top: 15px;
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.Intelligenics-Homepage-Journal p,
.Intelligenics-Homepage-Journal h1 {
  color: #fff;
}
.Intelligenics-Homepage-Journal hr {
  width: 100px;
  border: 1px solid #fff;
}
.Intelligenics-HomePage-Row2__Item1 > img {
  width: 100%;
  height: 370px;
}
.Intelligenics-HomePage-Row2__Item2 {
  background-color: #72654A;
  height: 370px;
  color: #fff;
}
.Intelligenics-HomePage-Row2__Item2 h1 {
  color: #fff;
}
.Intelligenics-HomePage-Row2__Item2 > img {
  width: 100%;
}
.Intelligenics-HomePage-Row2__Item2 a,
.Intelligenics-HomePage-Row2__Item2 a:link {
  color: #fff;
}
.Intelligenics-HomePage-Row2__Item2 hr {
  width: 50px;
  border: 1px solid #564b36;
}
.Intelligenics-HomePage-Row2__Item3 > img {
  width: 100%;
  height: 370px;
}
.Intelligenics-HomePage-Row3__Item1 {
  background-color: #c7c1b7;
  height: 370px;
  color: #fff;
}
.Intelligenics-HomePage-Row3__Item1 a,
.Intelligenics-HomePage-Row3__Item1 a:link {
  color: #564b36;
}
.Intelligenics-HomePage-Row3__Item1 hr {
  width: 50px;
  border: 1px solid #564b36;
}
.Intelligenics-HomePage-Row3__Item2 > img {
  width: 100%;
  height: 370px;
}
.Intelligenics-HomePage-Row4__Item1 > img {
  width: 100%;
  height: 370px;
}
.Intelligenics-HomePage-Row4__Item2 {
  background-color: #e3e0db;
  height: 370px;
}
.Intelligenics-HomePage-Row4__Item2 a,
.Intelligenics-HomePage-Row4__Item2 a:link {
  color: #564b36;
}
.Intelligenics-HomePage-Row4__Item2 hr {
  width: 50px;
  border: 1px solid #564b36;
}
.Intelligenics-HomePage-Row5__Item2 {
  height: 370px;
}
.Intelligenics-HomePage-Row5__Item2 hr {
  width: 50px;
  border: 1px solid #fff;
}
.Intelligenics-HomePage-Row5 {
  background-size: cover;
  height: 370px;
}
.Intelligenics-HomePage-Row5 h1,
.Intelligenics-HomePage-Row5 h2,
.Intelligenics-HomePage-Row5 p {
  color: #fff;
}
.Intelligenics-HomePage-Row5__Item2 a,
.Intelligenics-HomePage-Row5__Item2 a:link {
  color: #fff;
}
.Intelligenics-HomePage-Exhibitions p,
.Intelligenics-HomePage-Exhibitions h1 {
  color: #564b36;
}
.Intelligenics-HomePage-Exhibitions hr {
  width: 50px;
  border: 1px solid #564b36;
}
.Intelligenics-HomePage-Gallery {
  background-color: #b77100;
  height: 370px;
  width: 100%;
}
.Intelligenics-HomePage-Gallery p,
.Intelligenics-HomePage-Gallery h1 {
  color: #564b36;
}
.Intelligenics-HomePage-Gallery hr {
  width: 50px;
  border: 1px solid #564b36;
}
/* GALLERIES */
.Intelligenics-Galleries {
  min-height: 800px;
}
.Intelligenics-Galleries-NavigationItem {
  text-align: center;
  margin-bottom: 50px;
}
.Intelligenics-Galleries-NavigationItem__Link:link,
.Intelligenics-Galleries-NavigationItem__Link:visited,
.Intelligenics-Galleries-NavigationItem__Link:focus,
.Intelligenics-Galleries-NavigationItem__Link {
  color: #564b36;
  -moz-transition-property: all;
  -moz-transition-duration: 0.7s;
  transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.7s;
  transition-property: all;
  transition-duration: 0.7s;
}
.Intelligenics-Galleries-NavigationItem__Link:hover {
  text-shadow: 0 0 0 #585858;
  -moz-transition-property: all;
  -moz-transition-duration: 0.7s;
  transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.7s;
  transition-property: all;
  transition-duration: 0.7s;
}
.Intelligenics-Galleries-NavigationItem__Link:hover .Intelligenics-Galleries-NavigationItem__Image {
  transition-property: all;
  transition-duration: 0.8s;
  box-shadow: 2px 2px 15px 2px #585858;
}
.Intelligenics-Galleries-NavigationItem__ImageContainer {
  height: 300px;
}
.Intelligenics-Galleries-NavigationItem__Image {
  transition-property: all;
  transition-duration: 0.5s;
}
.Intelligenics-Galleries-NavigationItem__Heading {
  font-size: 1.2em;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.Intelligenics-Gallery__Banner {
  width: 100%;
}
.Intelligenics-Gallery-Heading {
  text-align: center;
}
.Intelligenics-Gallery-Heading__Header {
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #564b36;
}
.Intelligenics-Gallery-Items {
  text-align: center;
}
.Intelligenics-Gallery-Item {
  position: relative;
  text-align: center;
  height: 360px;
  margin-left: auto;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  background: transparent url('/Content/images/shadowleft.png') bottom left no-repeat;
}
.Intelligenics-Gallery-Item__ImageContainer {
  padding: 50px 50px 10px 50px;
  background-color: #fff;
  height: 340px;
}
.Intelligenics-Gallery-Item__Image {
  max-height: 80%;
  max-width: 80%;
}
.Intelligenics-Gallery-Item__Heading {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-top: 20px;
  background-color: white;
}
.Intelligenics-Gallery-Item__SlideShow {
  display: none;
  position: absolute;
  bottom: -10px;
  right: 10px;
  cursor: pointer;
}
/* PHOTO GALLERY */
.Intelligenics-Photo-Gallery__Row1 {
  text-align: center;
}
.Intelligenics-Photo-Gallery__Row1 img {
  height: auto;
}
/* NEWS */
.Intelligenics-News {
  margin-top: 0;
}
.Intelligenics-News-Item__Row {
  margin-top: 15px;
}
.Intelligenics-News-Item__Image {
  width: 100%;
  height: 370px;
}
.Intelligenics-News-Item__Text {
  padding: 30px;
  background-color: #c7c1b7;
  min-height: 370px;
}
.Intelligenics-News__Link {
  font-size: 1.4em;
}
.Intelligenics-News-Item__Description p {
  font-size: 1.5em;
  letter-spacing: 2px;
  line-height: 30px;
}
.Intelligenics-News__Row0 {
  height: 500px;
}
.Intelligenics-News__Row1 .row {
  background-color: #d3cbcb;
  color: #fff;
}
.Intelligenics-News__Row1 img {
  margin-left: -8px;
}
.Intelligenics-News__Row2 > div > div > div:first-child > div {
  color: #fff;
  padding: 20px 20px 20px 20px;
}
.Intelligenics-News__Row2 .row {
  background-color: #d3cbcb;
  color: #fff;
}
.Intelligenics-News__Row2 img {
  margin-left: 12px;
}
.Intelligenics-News__Row2 h1 {
  color: #fff;
}
.Intelligenics-News__Row2 p {
  color: #fff;
}
.Intelligenics-News__Row3 .row {
  background-color: #d3cbcb;
}
.Intelligenics-News__Row3 img {
  margin-left: -8px;
}
.Intelligenics-News__Row4 .row {
  background-color: #d3cbcb;
}
.Intelligenics-News__Row4 > div > div > div:first-child > div {
  color: #fff;
  padding: 20px 20px 20px 20px;
}
.Intelligenics-News__Row4 h1 {
  color: #fff;
}
.Intelligenics-News__Row4 p {
  color: #fff;
}
.Intelligenics-News__Row5 .row {
  background-color: #d3cbcb;
}
.Intelligenics-News__Row5 img {
  margin-left: -8px;
}
/* PICTURE */
.Intelligenics-Picture__Container {
  text-align: center;
}
.Intelligenics-Picture__ImageContainer {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.Intelligenics-Picture__ImageContainer--NoShadow {
  box-shadow: none;
}
.Intelligenics-Picture__Image {
  max-width: 500px;
  max-height: 500px;
}
.Intelligenics-Picture-Label__Shadow {
  background: transparent url('/Content/images/shadowleft.png') bottom left no-repeat;
  width: 320px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.Intelligenics-Picture-Label__Description {
  text-align: center;
  padding: 5px 0 5px 0;
  color: #564b36;
  margin-top: 10px;
  background-color: #fff;
}
.Intelligenics-Picture-Label__Description h1 {
  font-size: 1.5em;
  color: #564b36;
  text-transform: capitalize;
}
.Intelligenics-Picture-Label__Description h3 {
  font-size: 0.7em;
  color: #b77100;
  margin-top: 0;
  line-height: 0;
}
.Intelligenics-Picture-Label__Description h4 {
  font-size: 0.7em;
  color: #b77100;
}
.Intelligenics-Picture-Label__Description p {
  font-size: 1.0em;
}
.Intelligenics-Picture__Buttons {
  text-align: center;
}
.Intelligenics-Picture__EnquireButton {
  cursor: pointer;
}
.Intelligenics-Picture__Navigation {
  text-align: center;
}
.Intelligenics-Picture__LeftArrow,
.Intelligenics-Picture__RightArrow {
  color: #564b36;
  padding: 10px;
  display: inline-block;
  margin-top: 100px;
  font-size: 3.0em;
  text-transform: lowercase;
}
.Intelligenics-Picture__LeftArrow:link,
.Intelligenics-Picture__LeftArrow:visited,
.Intelligenics-Picture__RightArrow:link,
.Intelligenics-Picture__RightArrow:visited {
  color: #564b36;
}
/* NEAREST GALLERY */
.Intelligenics-NearestGallery__Frame {
  border: none;
  width: 100%;
  height: 700px;
}
/* CONTACT US */
.Intelligenics__ContactUs {
  text-align: center;
}
.Intelligenics-ContactUs__Form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/* CATEGORIES */
.Intelligenics-Categories__Items {
  margin-top: 100px;
}
.Intelligenics-Categories__Item {
  position: relative;
  text-align: center;
  height: 270px;
  margin-bottom: 40px;
  background: transparent url('/Content/images/shadowleft.png') bottom left no-repeat;
}
.Intelligenics-Categories__Wrapper {
  height: 250px;
  background-color: #fff;
  padding: 30px 30px 5px 30px;
}
.Intelligenics-Categories__Image {
  max-width: 100px;
  max-height: 100px;
}
.Intelligenics-Categories__Heading {
  color: #0d0d0d;
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
}
.Intelligenics-Category__Items {
  margin-top: 100px;
}
.Intelligenics-Category__Item {
  position: relative;
  text-align: center;
  height: 350px;
  margin-bottom: 40px;
  background: transparent url('/Content/images/shadowleft.png') bottom left no-repeat;
}
.Intelligenics-Category__Wrapper {
  height: 322px;
  background-color: #0d0d0d;
  padding: 30px 30px 5px 30px;
}
.Intelligenics-Category__ImgContainer {
  min-height: 200px;
}
.Intelligenics-Category__Image {
  max-width: 245px;
  max-height: 195px;
}
.Intelligenics-Category__Heading {
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
}
.Intelligenics-Category__Links {
  margin-bottom: 0;
  list-style-type: none;
  position: relative;
  padding: 0 0 5px 0;
  margin-left: 0;
}
.Intelligenics-Category__Links li {
  color: white;
  margin-top: 1px;
  padding: 2px 5px 2px 5px;
}
.Intelligenics-Category__Links a {
  color: #fff;
}
.Intelligenics-Category__Link {
  background-color: #564b36;
}
.Intelligenics-Category__Link--Selected {
  background-color: #bdb797;
}
/* EVENTS */
.Intelligenics-Exhibition {
  background-color: #000000;
  min-height: 900px;
  padding-bottom: 100px;
  background-position: top right;
  background-repeat: no-repeat;
}
.Intelligenics-Exhibition__Description {
  color: #fff;
  margin-top: 100px;
}
.Intelligenics-Exhibition__Description p {
  color: #fff;
}
.Intelligenics-Exhibition-EventItems {
  margin-top: 250px;
}
.Intelligenics-Exhibition-EventItem__Invitation {
  margin-right: 20px;
}
.Intelligenics-Exhibition-EventItem__Link:link,
.Intelligenics-Exhibition-EventItem__Link:visited,
.Intelligenics-Exhibition-EventItem__Link:focus,
.Intelligenics-Exhibition-EventItem__Link {
  color: #b77100;
  font-weight: bold;
  -moz-transition-property: color;
  -moz-transition-duration: 1s;
  transition-timing-function: ease-out;
  -webkit-transition-property: color;
  -webkit-transition-duration: 1s;
  transition-property: color;
  transition-duration: 1s;
}
.Intelligenics-Exhibition-EventItem__Link:hover {
  color: #fff;
  -moz-transition-property: color;
  -moz-transition-duration: 1s;
  transition-timing-function: ease-out;
  -webkit-transition-property: color;
  -webkit-transition-duration: 1s;
  transition-property: color;
  transition-duration: 1s;
}
.Intelligenics-Events-Item {
  background-color: rgba(235, 235, 228, 0.3);
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.Intelligenics-Events-Item > .row {
  margin-top: 0;
}
.Intelligenics-Events-Item__Date {
  border: 1px solid #fff;
  text-align: center;
  height: 115px;
}
.Intelligenics-Events-Item__Day {
  font-size: 2.5em;
  padding: 10px;
  color: #fff;
  margin-bottom: 0;
}
.Intelligenics-Events-Item__Month {
  color: #fff;
  margin-top: 0;
}
.Intelligenics-Events-Item__Gallery {
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-top: 20px;
}
.Intelligenics-Events-Item__Description {
  color: #fff;
  font-size: 0.8em;
  line-height: 20px;
}
.Intelligenics-Events-Item__Time {
  color: #fff;
  font-size: 0.8em;
  line-height: 20px;
}
.Intelligenics-Events-Item__ButtonContainer {
  text-align: center;
}
.Intelligenics-Events-Item__Button {
  margin-top: 25px;
  margin-left: auto;
  background-color: #b77100;
}
.Intelligenics-Invitation__EventDetails {
  text-align: center;
  line-height: 25px;
  font-weight: bold;
}
/* PATRON */
.Intelligenics-Patron__Images > div > div > div > div > img {
  border: 5px solid #0d0d0d !important;
  width: 100%;
}
.Intelligenics-Patron__Images > div > div > div > div:after {
  content: "";
  height: 20px;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  background: url('/Content/images/shadowleft.png') bottom left no-repeat;
  display: inline-block;
}
/* FINE ART ORGINALS*/
.Intelligenics__FineArtOriginalsRow {
  background-repeat: no-repeat;
  height: 700px;
  background-position: 0 0;
}
/* IN THE MEDIA */
.Intelligenics__InTheMedia {
  text-align: center;
}
/* JOURNAL */
.Intelligenics-Journal__LeftImage {
  margin-left: -116px;
}
.Intelligenics-Journal__RightImage {
  margin-right: -116px;
}
.Intelligenics-Journal__RightImageSmall {
  margin-right: -100px;
}
.Intelligenics-Journal__OffsetTop {
  margin-top: -15px;
}
.Intelligenics-Journal-MiddleOffsetLeft {
  margin-left: 0;
}
/* BOOK */
.Intelligenics-FlippingBook__Container {
  text-align: center;
}
/* ARTICLES */
.Intelligenics-Article-Titlebar {
  margin-top: 50px;
  background-color: #585858;
  height: 50px;
  margin-bottom: 50px;
}
.Intelligenics-Article-Titlebar__Image {
  margin-top: -20px;
  margin-left: 0;
  height: 100px;
  width: 100px;
}
.Intelligenics-Article-Titlebar__Headline {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  height: 50px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: left;
  padding-left: 25px;
  line-height: 25px;
}
.Intelligenics-Article-Titlebar__Overview {
  background-color: #b77100;
  color: #fff;
  width: 200px;
  font-size: 3.0em;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
/* SEARCH */
.Intelligenics-Search {
  min-height: 300px;
}
.Intelligenics-Search__Text {
  width: 300px;
}
.Intelligenics-Search__Query {
  width: 600px;
  border-radius: 5px 0 0 5px;
  color: #b77100;
  line-height: 30px;
  padding-left: 10px;
  font-size: 1.4em;
  border: 1px solid #cccccc;
  outline: none;
}
.Intelligenics-Search__Query:focus {
  border-color: #b77100;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #b77100;
}
.Intelligenics-Search__Button {
  border-radius: 0 5px 5px 0;
  border: 1px solid #cccccc;
  background-color: #b77100;
  color: #fff;
}
.Intelligenics-Search__Description {
  font-weight: normal;
  color: #585858;
  -moz-transition-property: all;
  -moz-transition-duration: 1s;
  transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 1s;
  transition-property: all;
  transition-duration: 1s;
}
.Intelligenics-Search__Description:hover {
  color: #b77100;
  -moz-transition-property: all;
  -moz-transition-duration: 1s;
  transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 1s;
  transition-property: all;
  transition-duration: 1s;
}
.Intelligenics-Search__Date {
  float: left;
}
.Intelligenics-Search__Date:after {
  content: "Ú";
  font-family: 'Wingdings 3';
  font-size: 1.5em;
  position: relative;
  left: 20px;
  top: 2px;
}
/* SOCIAL */
.Social__PageLinks {
  position: fixed;
  left: 0;
  top: 25%;
  display: none;
}
.Social__PageLinks a,
.Social__PageLinks a:link,
.Social__PageLinks a:visited,
.Social__PageLinks a:active,
.Social__PageLinks a:focus {
  color: #fff;
  /*CSS transitions*/
  transition-property: none !important;
  /*CSS transforms*/
  transform: none !important;
  /*CSS animations*/
  animation: none !important;
}
.Social__Link {
  display: block;
  line-height: 30px;
  margin-bottom: 2px;
}
.Social__Link:hover {
  background-color: #585858;
}
.Social__Link:hover .Social__Text {
  display: inline;
}
.Social__Text {
  display: none;
  margin: 0 10px 0 10px;
}
.Social__Button {
  display: inline-block;
  height: 30px;
  padding: 7.5px 15px 7.5px 15px;
  background-color: #585858;
  background-size: 90px 30px;
  background-image: url('/Content/images/social-sprite.png');
}
.Social__Twitter {
  background-position: 0 0;
}
.Social__Facebook {
  background-position: 30px 0;
}
.Social__LinkedIn {
  background-position: 60px 0;
}
.Social__CompanyLinks {
  margin-top: 50px;
  font-size: 1.2em;
  color: #0d0d0d;
  margin-left: 15px;
  text-align: center;
}
.Social__CompanyLink:visited,
.Social__CompanyLink:link {
  color: #0d0d0d;
}
.Social__CompanyLink:hover {
  color: #fff;
}
/* FORMS */
.modal-content .row {
  margin-top: 0;
}
.modal-content {
  background-color: #ebebe4;
  color: #564b36;
}
.modal-title {
  color: #b77100;
}
.close {
  font-size: 2.0em;
  line-height: 25px;
}
.Intelligenics-Dialog__Thumbnail {
  width: 100px;
  height: auto;
}
.Intelligenics-Dialog__ValidationErrorMessage {
  color: #bb0000;
  margin: 10px;
}
.Intelligenics-ContactUs__ValidationErrorMessage {
  color: #bb0000;
  margin: 10px;
}
@media (min-width: 480px) {
  button {
    padding: 10px;
    letter-spacing: 6px;
    text-transform: uppercase;
  }
  .Intelligenics__Title {
    background-color: #ebebe4;
    margin-bottom: 0;
    text-align: center;
  }
  .Intelligenics__TitleHeading {
    color: #564b36;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px 10px 5px;
    margin: 50px 5px 5px 0;
  }
  .Intelligenics__TitleUnderline {
    border: 1px solid #564b36;
    width: 100px;
    margin: 0 auto 50px auto;
    text-align: center;
    display: block;
  }
  .Intelligenics-Gallery-Item {
    height: 420px;
  }
  .Intelligenics-Gallery-Item__ImageContainer {
    height: 400px;
  }
  [data-collapsepanel] {
    cursor: pointer;
    background-color: transparent;
    line-height: 30px;
    color: #564b36;
    padding: 5px;
    padding-left: 0;
    position: relative;
  }
  [data-collapsepanel]:before {
    position: absolute;
    left: -25px;
    top: 8px;
    content: " ";
    margin-left: 5px;
    height: 20px;
    width: 20px;
    display: inline-block;
    background-position: -20px -20px;
    background-size: 120px 40px;
    background-image: url('/Content/images/button-sprite.png');
    background-repeat: no-repeat;
  }
  .Intelligenics-Categories__Items {
    margin-top: 100px;
  }
  .Intelligenics-Categories__Item {
    position: relative;
    text-align: center;
    height: 300px;
    margin-bottom: 60px;
    background: transparent url('/Content/images/shadowleft.png') bottom left no-repeat;
  }
  .Intelligenics-Categories__Wrapper {
    min-height: 320px;
    background-color: #fff;
    padding: 30px 30px 5px 30px;
  }
  .Intelligenics-Categories__Image {
    max-width: 200px;
    max-height: 200px;
  }
  .Intelligenics-Categories__Heading {
    color: #0d0d0d;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  p {
    font-size: 1.0em;
    line-height: 22px;
    letter-spacing: 2px;
    color: #585858;
    margin: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #564b36;
    font-family: 'Marcellus', serif;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 1.9em;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 1.3em;
    letter-spacing: 2px;
    line-height: 25px;
  }
  h3 {
    font-size: 1.1em;
    letter-spacing: 1px;
    line-height: 30px;
  }
  h4 {
    font-size: 1.0em;
    letter-spacing: 2px;
  }
  /* HEADER  */
  .Intelligenics-Header-Logo {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  [data-mobilemenu-logo] {
    display: none;
  }
  .Social__PageLinks {
    display: none;
  }
  .Intelligenics-Gallery-Item {
    height: 380px;
  }
  .Intelligenics-Gallery-Item__ImageContainer {
    height: 360px;
  }
  .Intelligenics-Events-Item__Date {
    height: 115px;
  }
  .Intelligenics-Pager__Button {
    text-transform: lowercase;
    color: #564b36;
    padding: 5px;
    border-radius: 2px;
    font-size: 1.3em;
  }
  .page {
    background-color: #ebebe4;
    margin: 0 auto 0 auto;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .Intelligenics-Carousel {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
  }
  .Intelligenics-FlyoutMenuContainer {
    display: block;
    margin-top: 15px;
  }
  .Intelligenics-Gallery-Item__SlideShow {
    display: block;
  }
  .Intelligenics-Gallery-Item {
    height: 370px;
  }
  .Intelligenics-Gallery-Item__ImageContainer {
    height: 350px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* MISCELLANIOUS */
  .Image__Shadow {
    position: relative;
    padding-bottom: 30px;
    background: url('/Content/images/shadowleft.png') bottom left no-repeat;
    display: inline-block;
  }
  .page {
    width: 1200px;
    margin: 20px auto 20px auto;
    box-shadow: 5px 5px 20px 5px #cccccc;
  }
  .Intelligenics-Gallery-Item {
    height: 420px;
  }
  .Intelligenics-Gallery-Item__ImageContainer {
    height: 400px;
  }
}
