h1,
h2,
h3,
h4,
a,
li,
p {
  font-family: 'Work Sans', sans-serif;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
body {
  margin: 0;
  padding-top: 150px;
}
body.front {
  padding-top: 0;
}
img {
  width: 100%;
  height: auto;
}
footer {
  padding: 60px 0;
}
footer h4 {
  font-size: 16px;
}
footer p {
  font-size: 0.9em;
}
audio::-internal-media-controls-download-button {
  display: none;
}
audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}
audio::-webkit-media-controls-panel {
  width: calc(160%);
  /* Adjust as needed */
}
audio {
  margin-bottom: 15px;
}
.scroller {
  position: relative;
  display: table;
  height: 60px;
  width: 100%;
  top: -60px;
  background-color: #000;
  text-align: center;
  z-index: 999;
}
.scroller a {
  color: #fff;
  font-size: 2.5em;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: font-size 0.35s ease-out;
  -moz-transition: font-size 0.35s ease-out;
  -o-transition: font-size 0.35s ease-out;
  transition: font-size 0.35s ease-out;
}
.scroller a:hover {
  font-size: 3.5em;
  -webkit-transition: font-size 0.35s ease-out;
  -moz-transition: font-size 0.35s ease-out;
  -o-transition: font-size 0.35s ease-out;
  transition: font-size 0.35s ease-out;
}
.btn-danger {
  min-height: 62px;
  background-color: #d5022f;
  border: none;
  transition: background-color 0.35s;
}
.btn-danger:hover {
  background-color: #9c0122;
  transition: background-color 0.35s;
}
.category {
  position: relative;
}
.category-links {
  padding: 120px 0;
}
.category-links div {
  padding: 0 -1px;
}
.category a {
  display: block;
  min-height: 494px;
  background-size: cover;
}
.category a:hover {
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.category:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: cover;
}
.sculpting .category a {
  background: url("../img/sculpture_base.jpg") top left no-repeat;
  background-size: cover;
}
.sculpting .category:after {
  background: url("../img/sculpture_hover.jpg") top left no-repeat;
  background-size: cover;
}
.painting .category a {
  background: url("../img/paintings_base.jpg") top left no-repeat;
  background-size: cover;
}
.painting .category:after {
  background: url("../img/paintings_hover.jpg") top left no-repeat;
  background-size: cover;
}
.photography .category a {
  background: url("../img/digital_print_base.jpg") top left no-repeat;
  background-size: cover;
}
.photography .category:after {
  background: url("../img/digital_print_hover.jpg") top left no-repeat;
  background-size: cover;
}
.mosaics .category a {
  background: url("../img/mosaics_base.jpg") top left no-repeat;
  background-size: cover;
}
.mosaics .category:after {
  background: url("../img/mosaics_hover.jpg") top left no-repeat;
  background-size: cover;
}
.category-links h4 {
  text-transform: uppercase;
  padding-top: 5px;
  line-height: 35px;
  font-size: 0.9em;
}
.category-links h4:before {
  content: '';
  display: block;
  width: 40%;
  border-top: 2px solid #000;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 5s ease-out;
  transition: width 0.5s ease-out;
}
.category-links h4.line:before {
  width: 80%;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 5s ease-out;
  transition: width 0.5s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .category a,
  .category:after {
    background-position-x: -55px;
  }
}
@media screen and (max-width: 768px) {
  .category a,
  .category:after {
    min-height: 180px;
    background-position-y: -30px;
  }
}
.input {
  padding: 16px 0;
  background-color: #000;
  border: none;
  border-radius: 0;
  outline: 0;
}
.input:active,
.input:focus {
  background-color: #fff;
  box-shadow: 0px 0px 0px 2px inset;
  color: #000;
}
.input::-webkit-input-placeholder {
  color: #fff;
}
.input::-ms-input-placeholder {
  color: #fff;
}
.form-ctrl {
  color: #fff;
  width: 100%;
}
.contact main {
  max-width: 403px;
  margin: 0 auto;
  padding: 0 15px;
}
.contact h1 {
  text-transform: uppercase;
  font-size: 4em;
}
.contact h2 {
  display: block;
  margin-top: -18px;
  font-size: 1.3em;
}
.contact .please {
  font-size: 0.7em;
  display: block;
  margin-bottom: 16px;
}
.contact form {
  color: #fff;
}
.contact form textarea {
  max-width: 100%;
}
.contact .btn-danger {
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.6em;
  margin-top: 10px;
}
.contact .btn-danger:active,
.contact .btn-danger:focus {
  outline: 0;
  box-shadow: none;
}
.contact .message {
  min-height: 190px;
}
a.touch {
  text-transform: uppercase;
  padding-top: 10px;
  border-radius: 0;
  margin-top: 50px;
}
a.touch span {
  text-transform: capitalize;
}
.navbar-header {
  float: none;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-collapse.collapse.in {
  display: block!important;
}
.navbar-nav > li {
  float: none;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Navigation custom */
.navbar-inverse .navbar-brand {
  color: #fff;
  line-height: 0.03em;
  font-weight: 900;
  font-size: 4em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
}
.navbar-inverse .navbar-brand span {
  font-weight: 500;
  font-size: 0.426em;
  line-height: 3.4em;
}
.navbar-toggle {
  margin-top: 30px;
}
.navbar-inverse .navbar-toggle {
  border: none;
}
.navbar-toggle .icon-bar {
  height: 4px;
}
.navbar-nav .social {
  white-space: nowrap;
  padding: 10px 15px 15px;
}
.navbar-nav .social a {
  display: inline-block;
  height: 20px;
  background: url('../img/social.png') top left no-repeat;
  padding: 0;
  margin-right: 15px;
}
.navbar-nav .social a.fb {
  width: 10px;
}
.navbar-nav .social a.tw {
  width: 22px;
  background-position: -11px 0;
}
.navbar-nav .social a.gpl {
  width: 22px;
  background-position: -33px 0;
}
.navbar-nav .social a.inst {
  width: 20px;
  background-position: -55px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse {
  background-color: #000;
}
.collapsing.width {
  height: auto;
  width: 0;
  -webkit-transition: width 0.35s linear;
  -moz-transition: width 0.35s linear;
  -o-transition: width 0.35s linear;
  transition: width 0.35s linear;
  background-color: #000;
}
.collapsing li {
  text-overflow: clip;
}
#collapsing-navbar {
  position: absolute;
  right: 0;
  overflow: hidden;
  border: none;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  white-space: nowrap;
}
.navbar-nav {
  background-color: #000;
  margin: 0;
}
.navbar-nav > li {
  width: 100%;
  padding-right: 65px;
}
@media screen and (max-width: 768px) {
  #collapsing-navbar {
    position: relative;
  }
  .navbar-nav > li {
    width: auto;
    padding-right: 0;
    display: inline-block;
    text-align: center;
  }
  .navbar-nav > li.social {
    display: block;
  }
  .navbar-inverse .navbar-brand {
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .navbar-toggle {
    margin-top: 17px;
  }
}
.carousel,
.item,
.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel-indicators {
  bottom: 60px;
}
.carousel-indicators li {
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 10px;
}
.carousel-control,
.carousel-control:focus,
.carousel-control:hover {
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*@import url('demo.css');*/
/* Entypo Icon Font */
/*@font-face {
  font-family: 'entypo-selected';
  src: url("../font/entypo-selected.eot");
  src:
	  url("../font/entypo-selected.eot?#iefix") format('embedded-opentype'),
	  url("../font/entypo-selected.woff") format('woff'),
	  url("../font/entypo-selected.ttf") format('truetype'),
	  url("../font/entypo-selected.svg#entypo-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* Gamma Gallery Style */
.gamma-container {
  min-height: 200px;
}
.gamma-gallery {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
  content: " ";
  display: table;
}
.gamma-gallery:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */
.gamma-gallery li {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  padding: 4px;
}
.gamma-gallery li img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.gamma-description {
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.no-touch .gamma-gallery li:hover .gamma-description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 1;
}
.gamma-description:before {
  content: '';
  height: 100%;
}
.gamma-description:before,
.gamma-description h3 {
  display: inline-block;
  vertical-align: middle;
}
.gamma-description h3 {
  width: 100%;
  padding: 0 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.gamma-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10001;
}
.gamma-buttons button {
  background: none;
  float: left;
  display: block;
  margin-left: 5px;
  cursor: pointer;
  border: none;
  outline: none;
}
.gamma-buttons button:before,
.gamma-nav span:before {
  font-family: 'entypo-selected';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-align: center;
  opacity: 0.7;
  outline: none;
}
.no-touch .gamma-buttons button:hover {
  background: none;
}
button.gamma-btn-close:before {
  display: block;
  content: '';
  width: 31px;
  height: 31px;
  background: url('../img/slide_icons.png') top right no-repeat;
  background-position: -152px 0;
}
button.gamma-btn-ssplay:before {
  display: block;
  content: '';
  width: 31px;
  height: 31px;
  background: url('../img/slide_icons.png') top right no-repeat;
  background-position: -38px 0;
}
button.gamma-btn-sspause:before {
  display: block;
  content: '';
  width: 32px;
  height: 31px;
  background: url('../img/slide_icons.png') top right no-repeat;
  background-position: -114px 0;
}
button.gamma-btn-sspause:before:hover {
  opacity: 1;
}
.gamma-single-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
  display: none;
}
.gamma-overlay {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  z-index: 9999;
}
.gamma-single-view img {
  position: absolute;
  cursor: pointer;
}
.gamma-description-wrapper {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  padding: 5px 0;
}
.gamma-single-view .gamma-description {
  background: transparent;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
}
.gamma-single-view .gamma-description h3 {
  font-size: 15px;
  padding: 5px 0;
  color: #fff;
}
.gamma-nav span {
  position: absolute;
  display: block;
  width: 20px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
  left: 20px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gamma-nav span.gamma-next {
  left: auto;
  right: 20px;
}
.gamma-nav span:before {
  color: #fff;
  opacity: 0.7;
  font-size: 40px;
}
.gamma-nav span:hover:before {
  opacity: 1;
}
.gamma-nav span:before {
  display: block;
  margin: 0;
  width: auto;
}
.gamma-nav span.gamma-prev:before {
  display: block;
  content: '';
  width: 31px;
  height: 31px;
  background: url('../img/slide_icons.png') top right no-repeat;
  background-position: 0 0;
}
.gamma-nav span.gamma-next:before {
  display: block;
  content: '';
  width: 31px;
  height: 31px;
  background: url('../img/slide_icons.png') top right no-repeat;
  background-position: -76px 0;
}
.gamma-img-fly {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
/* Loaders */
/*.gamma-loading {
	background: transparent url(../images/loader_light.gif) no-repeat center center;
}

.gamma-single-view.gamma-loading {
	background: transparent url(../images/loader_dark.gif) no-repeat center center;
}*/
/* Make some things unselectable. Remove where selection is needed: */
.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 750px) {
  .gamma-description {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
  .gamma-description h3 {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 500px) {
  .gamma-buttons {
    float: left;
    clear: both;
  }
}
.ads {
  margin-bottom: 30px;
}
