/*==========================================================*/
/* Main Elements
/*==========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #FFFFFF !important;
}
a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #202020;
}
a:hover {
  color: #202020;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
}
p,
ul,
ol,
address {
  margin: 0;
}
hr {
  border-color: #f0f0f0;
  margin: 30px 0;
}
/*==========================================================*/
/* Preloader
/*==========================================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: 9999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/misc/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
/*==========================================================*/
/* Typography
/*==========================================================*/
body {
  font-family: 'Muli', sans-serif;
  color: #202020;
  font-size: 13px;
  font-weight: 300;
  line-height: 180%;
  background: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6,
.hfont {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #202020;
  font-weight: 300;
  line-height: 160%;
  margin: 0;
}
.salefont {
  font-family: 'Raleway', sans-serif;
  color: #202020;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}
address {
  line-height: 180%;
}
.text p {
	text-align: justify;
	line-height: 1.7em;
}
.photocaption {
	position: absolute;
	bottom: -25px;
	font-size: 10px;
	text-align: right;
    right: 20px;
}
.sold, .sold a {
	font-size: 11px;
  color: #990000;
}
.available, .available a {
	font-size: 11px;
  color: #009900;
}
/*.text p + p {
	margin-top: 1.7em;
}*/
/*==========================================================*/
/* Helper Classes
/*==========================================================*/
.hidden {
  display: none;
}
.small {
  font-size: 80%;
}
.white,
.white > * {
  color: #FFFFFF !important;
}
.sidebar-left .main-column {
  float: right;
}
/* Overlays */
.overlay:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.overlay-grid:after {
  background: url(../img/misc/overlay-grid.png);
}
.overlay-grid-2:after {
  background: url(../img/misc/overlay-grid-2.png);
}
.overlay-dark-25:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.overlay-dark-50:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-dark-75:after {
  background-color: rgba(0, 0, 0, 0.75);
}
.overlay-light-25:after {
  background-color: rgba(255, 255, 255, 0.25);
}
.overlay-light-50:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.overlay-light-75:after {
  background-color: rgba(255, 255, 255, 0.75);
}
/* Clearfix */
.cf:before,
.cf:after {
  content: ' ';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* Responsive */
@media (max-width: 991px) {
  .sidebar-left .main-column {
    float: none;
  }
}
/*==========================================================*/
/* Header
/*==========================================================*/
#top {
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#top.home {
  background-color: transparent;
}
#top.home a {
  color: #FFFFFF;
}
#top.shadow {
  /*box-shadow: 0px 0px 20px -10px #000000;*/
  border-bottom: 1px solid #e1e1e1;
}
.sidebar-open #top.shadow,
#top.portfolio-open {
  box-shadow: none !important;
}
/* Sidebar button */
#top.home #sidebar-button {
  width: 27px;
  height: 21px;
  background: url("../img/svg/menu-icon-white.svg") no-repeat;
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -10px;
}
#sidebar-button {
  width: 27px;
  height: 21px;
  background: url("../img/svg/menu-icon.svg") no-repeat;
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -10px;
}
#sidebar-button.open {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#top.home #sidebar-button.open {
  transition: all 0.3s linear;
  filter: brightness(0) saturate(100%);
}

/* Logo */
#logo {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#logo h1 {
  font-size: 16px;
  letter-spacing: 0.2em;
}
/* Fullscreen slider navigation arrows */
.swiper-button-next,.swiper-button-prev {
 position: initial;
 top: initial;
 width:11px;
 height:21px;
 margin-top: initial;
 z-index:10;
 cursor:pointer;
 background-size:11px 21px;
 background-position:center;
 background-repeat:no-repeat
}
#nav-arrows {
  width: 35px;
  height: 21px;
  position: absolute;
  right: 40px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#nav-arrows a {
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
}
#nav-arrows a.swiper-button-prev {
  background-image: url("../img/svg/nav-left.svg");
  margin-right: 13px;
  float: left;
}
#nav-arrows a.swiper-button-next {
  background-image: url("../img/svg/nav-right.svg");
  float: right;
}

/* Portfolio close button */
#portfolio-close {
  width: 21px;
  height: 21px;
  background: url("../img/svg/close-icon.svg") no-repeat;
  position: absolute;
  right: 40px;
  top: -21px;
  opacity: 1;
}
.portfolio-open #portfolio-close {
  opacity: 1;
  top: 50%;
  margin-top: -10px;
}
/* scrollToTop */
.scrollToTop{
	z-index: 10000;
	width:40px; 
	height:40px;
	padding:10px; 
	position:fixed;
	bottom:25px;
	right:45px;
	display:none;
	border: 1px solid #cccccc;
}
.ToTopArrow{
	width:100%; 
	height:100%;
	background: url('../img/svg/top.svg') no-repeat 0px 0px;
}
.scrollToTop:hover{
	text-decoration:none;
}
/*==========================================================*/
/* Main wrapper
/*==========================================================*/
.wrapper {
  max-width: 1920px;
  height: 100%;
  top: 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#main-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  top: 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
}

#main-wrapper.home {
  padding-top: 0px !important;
}
/*==========================================================*/
/* Content
/*==========================================================*/
#content {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-image: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.sidebar-open #content {
  -ms-transform: translate(300px, 0);
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
}
/* Main and sidebar column responsiveness */
@media (max-width: 991px) {
  .sidebar-column {
    margin-top: 40px;
  }
}
/* Content overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: initial;
  transition: initial;
}
.sidebar-open #overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 99;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}
/* Responsive */
@media (max-width: 991px) {
  .sidebar-open #content {
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .sidebar-open #overlay {
    left: 100%;
  }
}
/*==========================================================*/
/* Collapsible sidebar
/*==========================================================*/
#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  padding-top: 160px;
}
.sidebar-open #sidebar {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}
#sidebar:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sidebar-open #sidebar:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#widgets {
  max-height: 100%;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  bottom: 60px;
}
/* Responsive */
@media (max-width: 991px) {
  #sidebar {
    width: 100%;
    background: #f2f2f2;
  }
}
/*==========================================================*/
/* Main menu
/*==========================================================*/
#mainmenu ul {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mainmenu ul .instagram {
  margin: 0;
  font-size: 16px !important;
}
#mainmenu ul li a {
  padding: 0 40px;
  width: 100%;
  line-height: 36px;
  display: inline-block;
  color: #202020;
  text-decoration: none;
}
#mainmenu ul li a:hover,
#mainmenu ul li a.active {
  background: #e1e1e1;
}
#mainmenu ul li.expandable > a:after {
  font-family: 'Muli', sans-serif;
  font-size: 10px !important;
  color: #e1e1e1;
  margin-left: 10px;
  position: relative;
  top: -.23em;
  content: '[+]';
  /*float: right;*/
}
#mainmenu ul li.expandable.expanded > a:after {
  content: '[-]';
}
/* Submenu */
#mainmenu ul li > ul {
  display: none;
  overflow: hidden;
  border-left: 1px solid #e1e1e1;
  margin-left: 40px;
}
#mainmenu ul li > ul li {
  position: relative;
}
#mainmenu ul li > ul li:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #e1e1e1;
}
#mainmenu ul li > ul li a {
  background: none !important;
}

/* Responsive */
@media (max-width: 991px) {
  #mainmenu ul li a {
    text-align: center;
  }
  #mainmenu ul li.expandable > a:after {
    float: none;
    margin-left: 5px;
  }
  #mainmenu ul li > ul {
    border-left: none;
    margin-left: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
  #mainmenu ul li > ul li:after {
    display: none;
  }
  #mainmenu ul li > ul li a {
    opacity: 0.5;
  }
}
/*==========================================================*/
/* Copyright
/*==========================================================*/
.copyright {
  width: 100%;
  margin: 0;
  line-height: 60px;
  position: fixed;
  bottom: 0;
  font-size: 12px;
  opacity: 0.5;
  padding: 0 40px;
}
/* Responsive */
@media (max-width: 991px) {
  .copyright {
    text-align: center;
    background: #ffffff;
  }
}
/*==========================================================*/
/* Page heading
/*==========================================================*/
#heading {
  margin-top: 10px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#heading header {
  margin-bottom: 0;
}
#heading h1 {
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  color: #202020;
}
#heading h2 {
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  opacity: 0.5;
  margin-left: 10px;
  color: #202020;
}
#heading h2:before {
  content: '// ';
}
#heading h2 a {
  color: #202020;
}
#heading h2 a:hover {
  color: #00a3cc;
}
#heading h2 span:after {
  content: ' / ';
}
#heading h2 span:last-child:after {
  content: '';
}
/* Responsive */
@media (max-width: 991px) {
  #heading > div {
    margin-bottom: 0;
    text-align: center;
  }
  #heading h1 {
    display: block;
  }
  #heading h2 {
    display: block;
    margin-left: 0;
  }
  #heading h2:before {
    content: '';
  }
}
/*==========================================================*/
/* Article
/*==========================================================*/
article .image {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat:no-repeat;
}
article .image img {
  width: 100%;
}
/*==========================================================*/
/* Art Piece
/*==========================================================*/
#artpiece h2 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
#artpiece p {
  font-size: 12px;
  letter-spacing: 1px;
}

/*==========================================================*/
/* Biography
/*==========================================================*/
div.image.biography {
  width: 100%;
  padding-top: 140%;
  background-size: cover;
  background-position: center center;
  background-repeat:no-repeat;
}

/*==========================================================*/
/* Contact
/*==========================================================*/
div.image.contact {
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-position: center center;
  background-repeat:no-repeat;
}

/*==========================================================*/
/* Artist Statement
/*==========================================================*/
div.image.artist {
  width: 100%;
  padding-top: 31.25%;
  background-size: contain;
  background-position: center center;
  background-repeat:no-repeat;
}

div.image.statement {
  width: 100%;
  padding-top: 160%;
  background-size: contain;
  background-position: center center;
  background-repeat:no-repeat;
}

/*==========================================================*/
/* Exhibitions
/*==========================================================*/

.table td, .table th {
  padding: 0 .5rem;
  border: none !important;
  color: #202020;
}

.table thead th, .table tfoot td {
  vertical-align: bottom;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 300;
  line-height: 160%;
  margin: 0;
}

.table tbody td {
  vertical-align: middle;
  font-family: 'Muli', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

#exhibitions td:nth-child(1), #exhibitions th:nth-child(1) {
  text-align: right;
}

#exhibitions thead, #exhibitions th,
#exhibitions tfoot { display: none; }

/*==========================================================*/
/* Blog item
/*==========================================================*/
article.blog.first .image {
  padding-top: 50%;
}
article.blog.full .image {
  padding-top: 0;
}
article.blog .vcard {
  font-size: 80%;
}
article.blog .vcard * {
  display: inline;
}
/* Responsive */
@media (max-width: 991px) {
  article.blog.first .image {
    padding-top: 75%;
  }
}
/*==========================================================*/
/* Portfolio item
/*==========================================================*/
article.portfolio .image {
  display: block;
  position: relative;
}
article.portfolio.editorial .image {
	border: none;
}
article.portfolio .image:hover:before {
  top: 50%;
  opacity: 1;
}
article.portfolio .image:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.portfolio .image:hover:after {
  opacity: 1;
}
@media (hover: none) { 
article.portfolio .image:hover:after {
  opacity: 0;
}
}

article.portfolio .inner {
  padding: 20px 40px;
  text-align: center;
}
article.portfolio.editorial .inner {
  padding: 10px 20px !important;
  text-align: center;
}
article.portfolio h3 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform:uppercase;
}
article.portfolio.editorial h3 {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: none !important;
}
@media (max-width: 991px) {
  article.portfolio .inner {
    text-align: center;
  }
}
/*==========================================================*/
/* Portfolio full
/*==========================================================*/
.portfolio-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px;
  background: #ffffff;
  z-index: 9999;
}
.portfolio-full .portfolio-description {
  float: left;
  width: 500px;
  max-height: 100%;
  padding: 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.portfolio-full .portfolio-description > * {
  margin-bottom: 30px;
}
.portfolio-full .portfolio-description > *:last-child {
  margin-bottom: 0;
}
.portfolio-full .swiper-container {
  overflow: hidden;
  width: auto;
}
.portfolio-full .swiper-slide {
  width: 100%;
  height: 100%;
}
/* Slide Effect */
.portfolio-full-slidedown > * {
  opacity: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.portfolio-full-slidedown.portfolio-open > * {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.portfolio-full-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.portfolio-full-slidedown.portfolio-open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
/* Responsive */
@media (max-width: 991px) {
  .portfolio-full {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .portfolio-full .portfolio-description {
    float: none;
    width: 100%;
  }
}
/*==========================================================*/
/* Personal profiles
/*==========================================================*/
.personal-profiles {
  margin-top: -40px;
}
.personal-profiles > article {
  margin-top: 40px;
}
article.personal-profile > div {
  height: 350px;
  width: 50%;
}
article.personal-profile .image {
  float: left;
  position: relative;
  padding-top: 0;
}
.personal-profiles > article.personal-profile:nth-child(4n+3) > .image,
.personal-profiles > article.personal-profile:nth-child(4n+4) > .image {
  float: right;
}
article.personal-profile .image:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.personal-profile .image:hover:after {
  opacity: 1;
}
article.personal-profile .image .icons {
  position: absolute;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  top: 40%;
  left: 0;
  margin-top: -25px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.personal-profile .image:hover .icons {
  opacity: 1;
  top: 50%;
}
article.personal-profile .image .icons a {
  width: 40px;
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  color: #FFFFFF;
  opacity: 0.5;
}
article.personal-profile .image .icons a:hover {
  opacity: 1;
}
article.personal-profile .inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
article.personal-profile .inner h4 {
  font-size: 16px;
  opacity: 0.5;
  margin-top: 10px;
}
/* Responsive */
@media (max-width: 991px) {
  article.personal-profile > div {
    height: auto;
    width: 100%;
  }
  article.personal-profile .image {
    float: none;
    padding-top: 100%;
  }
}

/*==========================================================*/
/* Swiper slider
/*==========================================================*/

.swiper-container {
  overflow: hidden;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
}
.swiper-container.beta {
  overflow: hidden;
  background: #FFFFFF;
  width: 90%;
  height: 90%;
}
.swiper-slide {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat:no-repeat;
}
.swiper-slide video {
  position: absolute;
}
/* Navigation Arrows */
.swiper-container .nav-arrow {
  position: absolute;
  top: 50%;
  font-size: 24px;
  margin-top: -20px;
  color: #FFFFFF;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiper-container .swiper-button-prev {
  background-image: url(../img/svg/white/nav-left.svg);
  left: 0;
}
.swiper-container .swiper-button-next {
  background-image: url(../img/svg/white/nav-right.svg);
  right: 0;
}
/* Captions (fullscreen) */
#fullscreen-slider .swiper-slide h1 {
  width: 100%;
  padding: 0 40px;
  text-align: center;
  position: absolute;
  font-size: 42px;
  line-height: 76px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffffff;
  z-index: 1;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 1.5s linear;
  transition: opacity 1.5s linear;
  opacity: 0;
}
#fullscreen-slider .swiper-slide-active h1 {
  opacity: 1;
}
/* Responsive */
@media (max-width: 991px) {
  #fullscreen-slider .swiper-slide h1 {
    font-size: 16px;
    line-height: inherit;
  }
}

/*==========================================================*/
/* Lists
/*==========================================================*/
.default-ul {
  margin-left: 40px;
}
.fa-li {
  line-height: inherit;
  top: 0;
}

/*==========================================================*/
/* Pagination
/*==========================================================*/
.pag {
  text-align: center;
  list-style: none;
  margin-top: 40px;
}
.pag li {
  display: inline-block;
}
.pag li a {
  color: #202020;
  padding: 8px 15px;
  border: 1px solid #ffffff;
}
.pag-button-prev, .pag-button-next, .pag-button-list {
  padding: 8px 19px 8px 20px !important;
  background-repeat: no-repeat;
  background-position: center;
}
.pag-button-prev {
  background-image: url("../img/svg/nav-left.svg");
}
.pag-button-next {
  background-image: url("../img/svg/nav-right.svg");
}
.pag-button-list {
  background-image: url("../img/svg/menu-icon.svg");
}
.pag li a:hover,
.pag li.active a {
	border: 1px solid #cccccc;
}
a.pag-disabled, a.pag-disabled,
a.pag-disabled:hover, a.pag-disabled:hover {
	opacity: 0.25;
	border: 1px solid #ffffff !important;
}

/*==========================================================*/
/* Back To Top Button
/*==========================================================*/



/*==========================================================*/
/* Grid system
/*==========================================================*/

.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }

.padtop28 { padding-top: 1.4rem; }

/*==========================================================*/
/* Responsive
/*==========================================================*/

/*=================== Breakpoint & Up ======================*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #logo h1 { font-size: 18px; }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #logo h1 { font-size: 20px; }
  .padtop28 { padding-top: 2.8rem; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #heading header h1 { padding-left: 20px; }
  #logo h1 { font-size: 24px; }
  .container-fluid { padding: 0 100px; }
  .inner .row:last-child > div > *:last-child { margin-bottom: 0; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #heading { margin-top: 0px; margin-bottom: 60px; }
  .container.artstate { max-width: 1280px !important; }
}

/* Artist Statement larger container */
@media (min-width: 1400px) {
  .container.artstate { max-width: 1300px !important; }
}

/*================== Breakpoint & Down =====================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {  }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) { 
  .imgpadtop { padding-top: 0px !important; }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) { 
  .imgpadtop { padding-top: 52px; }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {  }

