/*
 __ __ __
 \ \ \ \ 
  \ \ \ \   W A R D   T W E L V E
 /_\_/__/__\

_______________

- AUTHOR
   -> David Johnson
   -> Incorporating HTML5 Boilerplate (thanks to team)

- IMPORTANT!
   -> Edit "_____.scss" and compile to "_____.css"


/* --------------------------------------------------------------------------------------------*/
/*  IMPORTS
/* --------------------------------------------------------------------------------------------*/
/*

PROJECT TITLE
______________________________________________________________________________________

- AUTHORS
   -> 999 Design

- IMPORTANT!
   -> Edit "_____.scss" and compile to "_____.css"

/* --------------------------------------------------------------------------------------------*/
/*  SCSS MIXINS
/* --------------------------------------------------------------------------------------------*/
/* Responsive Detection */
/* Box Shadow */
/* Border Radius */
/*
@author 14islands.com
SASS mixins for future proof resolution media query
*/
/* Opacity mixin */
/* Smooth transition */
/* Rotate Mixin */
/* Remove any doubled up margins that make things messy (don't include class dots) */
/* Only works with direct selectors, not nested! */
.cta-image > *:last-child,
.cta-image > *:last-child > *:last-child,
.cta-image > *:last-child > *:last-child > *:last-child,
.cta-image > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------------------------*/
/*  SCSS SELECTOR INHERITANCE
/* --------------------------------------------------------------------------------------------*/
/* For clearing floats like a boss */
.clearfix, .main-content, .thumb-gal {
  *zoom: 1;
}
.clearfix:before, .main-content:before, .thumb-gal:before, .clearfix:after, .main-content:after, .thumb-gal:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after, .main-content:after, .thumb-gal:after {
  clear: both;
}

/*

PROJECT TITLE
______________________________________________________________________________________

- AUTHORS
   -> 999 Design

- IMPORTANT!
   -> Edit "_____.scss" and compile to "_____.css"

/* ---------------------------------------------------------------------------------*/
/*  SCSS VARIABLES
/* ---------------------------------------------------------------------------------*/
/* COLOURS */
/* Descriptive variables */
/* Functional variables */
/* Dimensions */
.liney, .text-body:before, .cat-nav ul li.selected .cat-name:after, .divider, .thumb-gal ul li .liney {
  border-bottom: 1px solid #827d79;
  position: relative;
  width: 50px;
  display: block;
}

/* --------------------------------------------------------------------------------------------*/
/* GLOBAL */
/* --------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
}

/* --------------------------------------------------------------------------------------------*/
/* HTML5 DISPLAY DEFINITIONS */
/* --------------------------------------------------------------------------------------------*/
footer, header, nav, section, article, aside, details, figcaption, figure, hgroup {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* --------------------------------------------------------------------------------------------*/
/* @FONT-FACE */
/* --------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'RefrigeratorDeluxeLightRg';
  src: url("../fonts/RefrigeratorDeluxe-Light-webfont.eot");
  src: url("../fonts/RefrigeratorDeluxe-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/RefrigeratorDeluxe-Light-webfont.woff") format("woff"), url("../fonts/RefrigeratorDeluxe-Light-webfont.ttf") format("truetype"), url("../fonts/RefrigeratorDeluxe-Light-webfont.svg#RefrigeratorDeluxeLightRg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RefrigeratorDeluxeRegular';
  src: url("../fonts/RefrigeratorDeluxe-Regular-webfont.eot");
  src: url("../fonts/RefrigeratorDeluxe-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/RefrigeratorDeluxe-Regular-webfont.woff") format("woff"), url("../fonts/RefrigeratorDeluxe-Regular-webfont.ttf") format("truetype"), url("../fonts/RefrigeratorDeluxe-Regular-webfont.svg#RefrigeratorDeluxeRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* --------------------------------------------------------------------------------------------*/
/* BASE */
/* --------------------------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'RefrigeratorDeluxeLightRg', Arial, Helvetica, sans-serif;
  height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  background: white;
  color: black;
  position: relative;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1281px) {
  body {
    font-size: 18px;
  }
}

.loading {
  position: fixed;
  left: 66.666666%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -90px;
  text-align: center;
  font-size: 20px;
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999;
  text-indent: -99999px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .loading {
    left: 50%;
    margin-left: -40px;
  }
}
.loading.gallery {
  left: 50%;
  margin-left: -40px;
}
.loading.gallery #bowl_ringG {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(9, 9, 9, 0.1);
}
.loading.gallery .ballG {
  background-color: white;
}
.fullpage .loading {
  left: 50%;
  margin-left: -40px;
}

.no-js .loading {
  display: none;
}

#bowl_ringG {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
}

.ball_holderG {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 31px;
  top: 31px;
  -moz-animation-name: ball_moveG;
  -moz-animation-duration: 1.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-name: ball_moveG;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -ms-animation-name: ball_moveG;
  -ms-animation-duration: 1.3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: ball_moveG;
  -o-animation-duration: 1.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: ball_moveG;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.ballG {
  position: absolute;
  left: 0px;
  top: -20px;
  width: 5px;
  height: 5px;
  background-color: #aa7851;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

@-moz-keyframes ball_moveG {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes ball_moveG {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-ms-keyframes ball_moveG {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes ball_moveG {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes ball_moveG {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* --------------------------------------------------------------------------------------------*/
/* GENERAL TYPOGRAPHY */
/* --------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  line-height: 120%;
  color: black;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

p {
  margin: 0 0 20px 0;
}

h1 {
  font-size: 290%;
  line-height: 100%;
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 180%;
  }
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 125%;
}

h4 {
  font-size: 90%;
}

h5 {
  font-size: 115%;
}

h6 {
  font-size: 100%;
}

ul, ol, p {
  font-weight: normal;
}

strong {
  font-family: 'RefrigeratorDeluxeRegular', Arial, Helvetica, sans-serif;
}

.highlight {
  color: gray;
}

/* -------------------------------------*/
/* LINKS */
/* -------------------------------------*/
a {
  color: gray;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a[href^="http://"]:after,
a[href^="https://"]:after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: -5px;
  margin: 0 5px;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/external-link.png);
  background-image: url(../images/icons/external-link.svg);
}

/* --------------------------------------------------------------------------------------------*/
/* FORMS */
/* --------------------------------------------------------------------------------------------*/
.Inputfields {
  text-align: left;
}

/* -------------------------------------*/
/* GENERAL */
/* -------------------------------------*/
label {
  cursor: pointer;
  padding-bottom: 5px;
  display: inline-block;
  font-family: 'RefrigeratorDeluxeLightRg', Arial, Helvetica, sans-serif;
}

fieldset {
  float: left;
  width: 100%;
}

legend {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button, input, select, textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
  line-height: normal;
  border-radius: 0;
  font-family: 'RefrigeratorDeluxeLightRg', Arial, Helvetica, sans-serif;
}

/* -------------------------------------*/
/* TEXT AND SELECT */
/* -------------------------------------*/
.textbox,
input[type="text"],
input[type="email"],
select,
textarea {
  /*float: left;*/
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: normal;
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
  color: black;
  -webkit-appearance: none;
}
.textbox:hover,
input[type="text"]:hover,
input[type="email"]:hover,
select:hover,
textarea:hover {
  background-color: #e6e6e6;
}
.textbox:focus,
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  background-color: #e6e6e6;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  line-height: 140%;
}

::-webkit-input-placeholder {
  color: gray;
}

:-moz-placeholder {
  color: gray;
}

/* -------------------------------------*/
/* SEARCH */
/* -------------------------------------*/
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* -------------------------------------*/
/* RADIO / CHECKBOX */
/* -------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px 0 0;
}

.radio,
.checkbox {
  float: left;
  display: inline;
  width: 100%;
  margin: 0 0 10px 0;
}

.radio input,
.checkbox input {
  margin: 0 5px 10px 0;
}

.radio:hover,
.radio input:hover,
.checkbox:hover,
.checkbox input:hover {
  cursor: pointer;
}

table {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  table-layout: auto;
}
table td {
  text-wrap: unrestricted;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* -------------------------------------*/
/* BUTTON */
/* -------------------------------------*/
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 10px;
  clear: both;
  background-color: black;
  color: white;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: black;
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  /* Overrides default link */
}
@media only screen and (max-width: 640px) {
  .btn,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------------------------*/
/* COLUMNS */
/* --------------------------------------------------------------------------------------------*/
.full-width {
  float: left;
  position: relative;
  width: 100%;
}

/* --------------------------------------------------------------------------------------------*/
/* HEADER */
/* --------------------------------------------------------------------------------------------*/
.header {
  float: left;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 5%;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 75%;
  z-index: 10;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .header {
    position: relative;
    width: 100%;
    right: auto;
    left: 0;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 640px) {
  .header {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.fullpage .header {
  width: 100%;
}

.nav {
  float: right;
  height: 100%;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .nav {
    display: none;
  }
}
@media only screen and (min-width: 961px) {
  .nav {
    display: block !important;
  }
}
.nav ul {
  list-style-type: none;
}
.nav ul li {
  float: left;
}
.nav ul li a {
  float: left;
  padding: 0 15px;
  line-height: 40px;
  letter-spacing: 0.3em;
}
.nav ul li a:focus {
  outline: none;
}
.nav ul li.selected a {
  color: #aa7851;
}
@media only screen and (max-width: 960px) {
  .nav {
    float: left;
    width: 100% !important;
    padding: 20px 0;
    top: 20px;
  }
  .nav ul {
    float: left;
    width: 100%;
  }
  .nav ul li {
    width: 100%;
  }
  .nav ul li a {
    width: 100%;
    border-bottom: 1px solid gray;
    padding-right: 0;
    padding-left: 0;
  }
}

.logo {
  float: left;
  height: 40px;
}
.logo a {
  height: 100%;
}
.logo img {
  height: 100%;
}

/* --------------------------------------------------------------------------------------------*/
/* NAV TRIGGER */
/* --------------------------------------------------------------------------------------------*/
.nav-trigger {
  float: right;
  padding-right: 50px;
  height: 40px;
  line-height: 40px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../images/icons/hamburger.png);
  background-image: url(../images/icons/hamburger.svg);
  display: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .nav-trigger {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .nav-trigger {
    width: 50px;
    padding: 0;
    background-position: center center;
    text-indent: -9999px;
  }
}

/* --------------------------------------------------------------------------------------------*/
/* MAIN CONTENT */
/* --------------------------------------------------------------------------------------------*/
.holding {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -105px;
  margin-top: -60px;
  text-align: center;
}
.holding img {
  margin-bottom: 60px;
}
.holding * {
  color: #4d4a48;
}

.content-wrap {
  position: relative;
  margin: 0 auto;
  background: #f9f9f9;
  width: 75%;
  margin-left: 25%;
  z-index: 5;
  min-height: 100%;
  /* height calculated by js. This ensures that it will always be the window height at least */
  height: auto !important;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .content-wrap {
    width: 100%;
    margin-left: 0;
  }
}
.fullpage .content-wrap {
  margin-left: 0;
  width: 100%;
}

.main-content {
  position: relative;
  width: 100%;
  clear: both;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 100%;
  text-align: center;
}

.inner-main-content {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 160px 20% 80px 20%;
}
@media only screen and (max-width: 768px) {
  .inner-main-content {
    padding: 80px 10%;
  }
}
@media only screen and (max-width: 640px) {
  .inner-main-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.fullpage .inner-main-content {
  padding: 0;
}

.page-content {
  margin-bottom: 40px;
}

.text-body {
  text-align: left;
  position: relative;
}
.text-body:before {
  margin: 40px auto;
}

/* --------------------------------------------------------------------------------------------*/
/* RTE (Rich Text Editor) */
/* --------------------------------------------------------------------------------------------*/
.rte ul, .rte ol {
  margin: 0 0 40px 0;
  padding: 0 0 0 20px;
}
.rte ul li, .rte ol li {
  margin-bottom: 0.5em;
}
.rte ul {
  list-style-type: square;
}
.rte a:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------*/
/* PAGE IMAGE */
/* --------------------------------------------------------------------------------------------*/
.page-image {
  max-width: 100%;
  margin: 40px 0 0 0;
}

/* --------------------------------------------------------------------------------------------*/
/* SIDEBAR */
/* --------------------------------------------------------------------------------------------*/
.sidebar {
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  width: 25%;
  background: black;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .sidebar {
    float: left;
    width: 100%;
    height: 100px;
    position: relative;
  }
}
.sidebar.hide-me, .fullpage .sidebar {
  left: -25%;
}
@media only screen and (max-width: 768px) {
  .sidebar.hide-me, .fullpage .sidebar {
    left: -100%;
  }
}

.cat-nav {
  display: block;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .cat-nav {
    width: 100%;
    height: 100%;
    display: inline;
  }
}
.cat-nav ul {
  list-style-type: none;
  display: block;
  width: 100%;
  height: 100%;
}
.cat-nav ul li {
  position: relative;
  display: table;
  height: 23%;
  min-height: 150px;
  width: 100%;
  margin-bottom: 1px;
}
.cat-nav ul li.selected .cat-name:after {
  margin: 0 auto -1px auto;
  top: 10px;
  content: "";
  border-color: white;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 768px) {
  .cat-nav ul li {
    width: auto;
    height: 100px;
    min-height: 100px;
    margin-right: 1px;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    /* No idea but it takes away the mysterious gap beneath */
    margin-bottom: 0;
  }
}
.cat-nav ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #666666;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-blend-mode: multiply;
}
@media only screen and (max-width: 768px) {
  .cat-nav ul li a {
    padding: 0 30px;
    height: 100px;
  }
}
.cat-nav ul li a:hover {
  background-blend-mode: multiply;
}
.cat-nav ul li a:focus {
  outline: 0;
}
.cat-nav ul li a .cat-name {
  position: relative;
  z-index: 10;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.2em;
}
.cat-nav ul li a .cat-color {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.no-background-blend-mode .cat-nav ul li a .cat-color {
  display: block;
  background-color: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cat-nav ul li a.turquoise:hover, .cat-nav ul li a.turquoise:hover .cat-color {
  background-color: #51aaa0;
}
.cat-nav ul li a.purple:hover, .cat-nav ul li a.purple:hover .cat-color {
  background-color: #7751aa;
}
.cat-nav ul li a.red:hover, .cat-nav ul li a.red:hover .cat-color {
  background-color: #aa7851;
}
.cat-nav ul li a.blue:hover, .cat-nav ul li a.blue:hover .cat-color {
  background-color: #5183aa;
}
.cat-nav ul li a.orange:hover, .cat-nav ul li a.orange:hover .cat-color {
  background-color: #d4a02f;
}
.cat-nav ul li a.yellow:hover, .cat-nav ul li a.yellow:hover .cat-color {
  background-color: #aaa451;
}
.cat-nav ul li a.brown:hover, .cat-nav ul li a.brown:hover .cat-color {
  background-color: #aa7851;
}
.cat-nav ul li.selected a {
  background-blend-mode: multiply;
}
.cat-nav ul li.selected a.turquoise, .cat-nav ul li.selected a.turquoise .cat-color {
  background-color: #51aaa0;
}
.cat-nav ul li.selected a.purple, .cat-nav ul li.selected a.purple .cat-color {
  background-color: #7751aa;
}
.cat-nav ul li.selected a.red, .cat-nav ul li.selected a.red .cat-color {
  background-color: #aa7851;
}
.cat-nav ul li.selected a.blue, .cat-nav ul li.selected a.blue .cat-color {
  background-color: #5183aa;
}
.cat-nav ul li.selected a.orange, .cat-nav ul li.selected a.orange .cat-color {
  background-color: #d4a02f;
}
.cat-nav ul li.selected a.yellow, .cat-nav ul li.selected a.yellow .cat-color {
  background-color: #aaa451;
}
.cat-nav ul li.selected a.brown, .cat-nav ul li.selected a.brown .cat-color {
  background-color: #aa7851;
}

/* --------------------------------------------------------------------------------------------*/
/* THUMB GALLERY */
/* --------------------------------------------------------------------------------------------*/
.main-heading {
  position: relative;
}

.divider {
  margin: 40px auto;
}

.thumb-gal ul {
  list-style-type: none;
}
.thumb-gal ul li {
  float: left;
  width: 33.333333%;
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (max-width: 960px) {
  .thumb-gal ul li {
    width: 50%;
  }
  .thumb-gal ul li.odd {
    padding-left: 0;
  }
  .thumb-gal ul li.even {
    padding-right: 0;
  }
}
.thumb-gal ul li a {
  display: block;
  position: relative;
}
.thumb-gal ul li a img {
  width: 100%;
  display: block;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
.thumb-gal ul li a .mask {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  background-size: cover;
  background-blend-mode: multiply;
}
.no-background-blend-mode .thumb-gal ul li a .mask {
  background-blend-mode: none;
  background-image: none !important;
}
.thumb-gal ul li a .mask.turquoise {
  background-color: rgba(81, 170, 160, 0.8);
}
.thumb-gal ul li a .mask.purple {
  background-color: rgba(119, 81, 170, 0.8);
}
.thumb-gal ul li a .mask.red {
  background-color: rgba(170, 120, 81, 0.8);
}
.thumb-gal ul li a .mask.blue {
  background-color: rgba(81, 131, 170, 0.8);
}
.thumb-gal ul li a .mask.orange {
  background-color: rgba(212, 160, 47, 0.8);
}
.thumb-gal ul li a .mask.yellow {
  background-color: rgba(170, 164, 81, 0.8);
}
.thumb-gal ul li a .mask.brown {
  background-color: rgba(170, 120, 81, 0.8);
}
.thumb-gal ul li a .mask span {
  position: relative;
  top: 45%;
  left: 0;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.2em;
}
.thumb-gal ul li a:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumb-gal ul li .text-body:before, .thumb-gal .cat-nav ul li.selected .cat-name:after, .cat-nav .thumb-gal ul li.selected .cat-name:after, .thumb-gal ul li .divider, .thumb-gal ul li .liney {
  margin: 10px auto;
  clear: both;
}

/* --------------------------------------------------------------------------------------------*/
/* LIGHTBOX GALLERY */
/* Using plugin at https://github.com/sachinchoolur/lightGallery */
/* --------------------------------------------------------------------------------------------*/
/*clearfix*/
.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

/*/clearfix*/
.lightGallery {
  overflow: hidden !important;
}

#lightGallery-Gallery img {
  border: none !important;
}

#lightGallery-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  background: #4d4a48;
  background: rgba(0, 0, 0, 0.9);
}

/*lightGallery starting effects*/
#lightGallery-Gallery.opacity {
  opacity: 1;
  transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
}

#lightGallery-Gallery.opacity .thumb_cont {
  opacity: 1;
}

#lightGallery-Gallery.fadeM {
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
}

/*lightGallery starting effects*/
/*lightGallery core*/
#lightGallery-Gallery {
  height: 100%;
  opacity: 0;
  width: 100%;
  position: relative;
  transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
}

/** /
#lightGallery-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	white-space: nowrap;
}
/**/
#lightGallery-slider .lightGallery-slide {
  background: url(../images/icons/loader.gif) no-repeat scroll center center transparent;
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
}

#lightGallery-slider .lightGallery-slide.complete {
  background-image: none;
}

#lightGallery-Gallery.showAfterLoad .lightGallery-slide > * {
  opacity: 0;
}

#lightGallery-Gallery.showAfterLoad .lightGallery-slide.complete > * {
  opacity: 1;
}

#lightGallery-slider.slide .lightGallery-slide,
#lightGallery-slider.useLeft .lightGallery-slide {
  position: absolute;
  opacity: 0.4;
}

#lightGallery-slider.fadeM .lightGallery-slide {
  position: absolute;
  left: 0;
  opacity: 0;
}

#lightGallery-slider.animate .lightGallery-slide {
  position: absolute;
  left: 0;
}

#lightGallery-slider.fadeM .current {
  opacity: 1;
  z-index: 9;
}

#lightGallery-slider .lightGallery-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#lightGallery-Gallery.opacity .lightGallery-slide img, #lightGallery-Gallery.opacity .lightGallery-slide iframe {
  transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
}

.lightGallery-slide img, .lightGallery-slide iframe {
  transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
}

#lightGallery-Gallery.fadeM .lightGallery-slide img, #lightGallery-Gallery.fadeM .lightGallery-slide iframe {
  transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
}

#lightGallery-slider.fadeM.on .current {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
}

#lightGallery-slider.fadeM .lightGallery-slide {
  transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
}

#lightGallery-slider.slide .lightGallery-slide {
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
}

#lightGallery-slider.slide.on .lightGallery-slide {
  opacity: 0;
}

#lightGallery-slider.slide .lightGallery-slide.current {
  opacity: 1 !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
}
#lightGallery-slider.slide .lightGallery-slide.prevSlide {
  opacity: 0;
  transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate3d(-100%, 0px, 0px);
}
#lightGallery-slider.slide .lightGallery-slide.nextSlide {
  opacity: 0;
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
}

#lightGallery-slider.useLeft .lightGallery-slide {
  left: 100%;
}

#lightGallery-slider.useLeft.on .lightGallery-slide {
  opacity: 0;
}

#lightGallery-slider.useLeft .lightGallery-slide.current {
  opacity: 1 !important;
  left: 0% !important;
}
#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
  opacity: 0;
  left: -100%;
}
#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
  opacity: 0;
  left: 100%;
}

#lightGallery-slider.slide.on .lightGallery-slide,
#lightGallery-slider.slide.on .current,
#lightGallery-slider.slide.on .prevSlide,
#lightGallery-slider.slide.on .nextSlide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

#lightGallery-slider.speed .lightGallery-slide,
#lightGallery-slider.speed .current,
#lightGallery-slider.speed .prevSlide,
#lightGallery-slider.speed .nextSlide {
  transition-duration: inherit !important;
  -moz-transition-duration: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  -ms-transition-duration: inherit !important;
}

#lightGallery-slider.timing .lightGallery-slide,
#lightGallery-slider.timing .current,
#lightGallery-slider.timing .prevSlide,
#lightGallery-slider.timing .nextSlide {
  transition-timing-function: inherit !important;
  -moz-transition-timing-function: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  -ms-transition-timing-function: inherit !important;
}

#lightGallery-slider .lightGallery-slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  cursor: -moz-grabbing;
  cursor: grab;
  cursor: -webkit-grab;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#lightGallery-Gallery .thumb_cont .thumb_inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lightGallery-slide .object.rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lightGallery-slide .object.leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/*lightGallery core*/
/*action*/
#lightGallery-action {
  bottom: 0;
  position: fixed;
  left: 50%;
  z-index: 9;
  -webkit-backface-visibility: hidden;
}

#lightGallery-action.hasThumb {
  margin-left: -46px;
}

#lightGallery-action a {
  margin: 0 3px 0 0 !important;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  display: inline-block !important;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-family: 'Slide-icons';
  color: #FFF;
  cursor: pointer;
}
#lightGallery-action a:hover, #lightGallery-action a:focus {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
#lightGallery-action a.cLthumb {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  width: 10%;
  height: 10%;
  z-index: 9999;
  bottom: 0;
  right: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background-image: url(../images/icons/thumbs.png);
  background-image: url(../images/icons/thumbs.svg);
}
@media only screen and (max-width: 640px) {
  #lightGallery-action a.cLthumb {
    width: 15%;
  }
}
#lightGallery-action a.cLthumb:hover {
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}
#lightGallery-action a.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: default;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65) !important;
}
#lightGallery-action a#lightGallery-prev, #lightGallery-action a#lightGallery-next {
  display: block;
  position: fixed;
  width: 10%;
  height: 100%;
  z-index: 8888;
  top: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 640px) {
  #lightGallery-action a#lightGallery-prev, #lightGallery-action a#lightGallery-next {
    width: 15%;
  }
}
#lightGallery-action a#lightGallery-prev:hover, #lightGallery-action a#lightGallery-next:hover {
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}
#lightGallery-action a#lightGallery-prev:focus, #lightGallery-action a#lightGallery-next:focus {
  outline: 0 none;
}
#lightGallery-action a#lightGallery-next {
  right: 0;
  background-image: url(../images/icons/arrow-right.png);
  background-image: url(../images/icons/arrow-right.svg);
}
#lightGallery-action a#lightGallery-prev {
  left: 0;
  background-image: url(../images/icons/arrow-left.png);
  background-image: url(../images/icons/arrow-left.svg);
}

/*action*/
/*counter*/
#lightGallery_counter {
  bottom: 52px;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 9;
  color: #FFFFFF;
}

/*lightGallery Thumb*/
#lightGallery-Gallery .thumb_cont {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: black;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  -ms-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  z-index: 9;
  max-height: 0;
  opacity: 0;
}

#lightGallery-Gallery .thumb_cont.open {
  max-height: 350px;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
  margin-left: -12px;
  max-height: 290px;
  overflow-y: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#lightGallery-Gallery .thumb_cont .thumb_info .count {
  display: inline-block;
  color: #ffffff;
  padding: 10px 0 10px 20px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close {
  color: #FFFFFF;
  display: block;
  float: right !important;
  width: 10%;
  position: relative;
  height: 42px;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  z-index: 1090;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/cross-small.png);
  background-image: url(../images/icons/cross-small.svg);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 640px) {
  #lightGallery-Gallery .thumb_cont .thumb_info .close {
    width: 15%;
  }
}
#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#lightGallery-Gallery .thumb_cont .thumb {
  display: inline-block !important;
  vertical-align: middle;
  text-align: center;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 4px;
  height: 90px;
  width: 90px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border-color linear .2s, opacity linear .2s;
  -moz-transition: border-color linear .2s, opacity linear .2s;
  -o-transition: border-color linear .2s, opacity linear .2s;
  -ms-transition: border-color linear .2s, opacity linear .2s;
  transition: border-color linear .2s, opacity linear .2s;
}

@media (min-width: 800px) {
  #lightGallery-Gallery .thumb_cont .thumb {
    width: 90px;
    height: 90px;
  }
}
#lightGallery-Gallery .thumb_cont .thumb > img {
  height: auto;
  max-width: 100%;
}

#lightGallery-Gallery .thumb_cont .thumb.active,
#lightGallery-Gallery .thumb_cont .thumb:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #ffffff;
}

/*lightGallery Thumb*/
/*lightGallery Video*/
#lightGallery-slider .video_cont {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#lightGallery-slider .video_cont {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#lightGallery-slider .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#lightGallery-slider .video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/*lightGallery Video*/
/*lightGallery Close*/
#lightGallery-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 10%;
  height: 10%;
  margin: 0;
  z-index: 8889;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/cross.png);
  background-image: url(../images/icons/cross.svg);
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  #lightGallery-close {
    width: 15%;
  }
}
#lightGallery-close:hover {
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}

/**/
.external#lightGallery-outer {
  overflow-x: hidden;
  overflow-y: auto;
}

.external #lightGallery-Gallery {
  margin: auto;
  width: 600px;
  height: auto;
  background-color: white;
}

.external #lightGallery-slider.on .lightGallery-slide {
  overflow: hidden;
  background-color: white;
}

.external #lightGallery-slider .lightGallery-slide {
  min-height: 200px !important;
  background-color: white;
  margin-top: 60px;
}

.external #lightGallery-slider .ext {
  float: left;
}

.external #lightGallery-slider.slide .lightGallery-slide.current {
  height: auto !important;
}

.external #lightGallery-slider.slide .lightGallery-slide {
  opacity: 0;
}

/**/
.customHtml {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: Arial, sans-serif;
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.customHtml p {
  font-size: 14px;
}

.customHtml > h4 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
}

/* --------------------------------------------------------------------------------------------*/
/* FOOTER */
/* --------------------------------------------------------------------------------------------*/
.footer {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 5%;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  width: 75%;
  margin-left: 25%;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer p {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .footer p {
    float: none;
    clear: both;
  }
}
.footer ul {
  float: right;
  list-style-type: none;
}
.footer ul li {
  float: left;
  padding-left: 20px;
}
.footer ul li a {
  float: left;
}
@media only screen and (max-width: 640px) {
  .footer ul {
    float: none;
    margin-bottom: 10px;
  }
  .footer ul li {
    float: none;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    position: relative;
    width: 100%;
    right: auto;
    left: 0;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .footer {
    float: none;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
}
.fullpage .footer {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* --------------------------------------------------------------------------------------------*/
/* SITEMAP */
/* --------------------------------------------------------------------------------------------*/
.sitemap {
  list-style-type: none;
}
.sitemap ul {
  list-style-type: none;
  margin: 20px 0;
  border-left: 1px solid #e6e6e6;
}
.sitemap ul li {
  padding-left: 20px;
}
.sitemap ul li a {
  display: block;
  padding: 5px 0;
}
.sitemap a:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------*/
/* SOCIAL */
/* --------------------------------------------------------------------------------------------*/
.share-page {
  margin-top: 40px;
  position: relative;
  clear: both;
}

/* --------------------------------------------------------------------------------------------*/
/* PLUGINS */
/* --------------------------------------------------------------------------------------------*/
.ps-container {
  /* Rails */
  /* When div is hovered over */
  /* Scrollbars */
  /* X scroll */
  /* Y scroll */
  /* Scrolling states (mouse down) */
}
.ps-container .ps-scrollbar-x-rail,
.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: black;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
}
.ps-container:hover .ps-scrollbar-x-rail,
.ps-container:hover .ps-scrollbar-y-rail, .ps-container.hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-x,
.ps-container .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: white;
  -o-transition: background-color .2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.ps-container .ps-scrollbar-x-rail {
  bottom: 4px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 1px;
}
.ps-container .ps-scrollbar-x {
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 100%;
}
.ps-container .ps-scrollbar-y-rail {
  right: 4px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 1px;
}
.ps-container .ps-scrollbar-y {
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 100%;
}
.ps-container .ps-scrollbar-x-rail:hover, .ps-container .ps-scrollbar-x-rail.hover,
.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-y, .ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: white;
}
.ps-container .ps-scrollbar-x-rail.in-scrolling,
.ps-container .ps-scrollbar-y-rail.in-scrolling {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* IE shit */
.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container.ie6 .ps-scrollbar-y {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
  visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
  visibility: visible;
}

/* --------------------------------------------------------------------------------------------*/
/* FLEXSLIDER */
/* --------------------------------------------------------------------------------------------*/
.fullpage-gallery {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  /* Hide the slides before the JS is loaded. Avoids image jumping */
}
.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
  display: none;
}
.flexslider .slides img {
  width: 100%;
  display: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  width: 100%;
  height: 100%;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  width: 100%;
  height: 100%;
}
.flexslider .slides li {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.flexslider .slides li .dimmer {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.flexslider .slides li a {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  top: 50%;
  left: 0;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.flexslider .slides li a h1 {
  font-size: 500%;
  color: white;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flexslider .slides li a .divider {
  border-color: white;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.8);
}
.flexslider .slides li a:hover h1 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), 3px 3px 3px rgba(0, 0, 0, 0.8);
}
.flexslider .slides li a:hover .divider {
  width: 200px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), 3px 3px 3px rgba(0, 0, 0, 0.8);
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f001';
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* --------------------------------------------------------------------------------------------*/
/* MAP */
/* --------------------------------------------------------------------------------------------*/
#map-canvas {
  float: left;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------------------------------------------*/
/* SPECIAL EFFECTS */
/* --------------------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* --------------------------------------------------------------------------------------------*/
/* OVERRIDES */
/* --------------------------------------------------------------------------------------------*/
.r {
  float: right;
}

.ar {
  text-align: right;
}

/* INITIALLY HIDDEN WITH JS */
.js .content-wrap,
.js .thumb-gal ul li {
  opacity: 0;
  filter: alpha(opacity=0);
}

.hide {
  display: none;
}

.hideme {
  display: none;
}

/* --------------------------------------------------------------------------------------------*/
/* PRINT STYLES */
/* --------------------------------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.top {
  display: none;
}
