

a {
  color: #691025;
}

a:hover {
  color: #ab8328;
}

.section-title-bg {
  color: #691025;
}
.section-title::before{
  background-color: #691025;
}
.btn-common {
  background: #691025;
}

.btn-common:hover, .btn-common:focus {
  background: #ab8328 !important;
}

.btn-round {
  background: #691025 !important;
}

.btn-round:hover {
  background: #309178 !important;
}

/* ScrollToTop */
a.back-to-top i {
  background-color: #691025;
}


.slicknav_btn{
  border-color: #691025;
}
.slicknav_menu .slicknav_icon-bar{
  background: #691025;
}
.slicknav_menu .slicknav_icon-bar:hover{
  background: #691025;
}
.navbar li.active a.nav-link{
  color: #691025!important;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: #691025!important;
}
.dropdown .dropdown-item:focus, .dropdown .dropdown-item:hover{
  color: #691025;
}
.dropdown .dropdown-menu .dropdown-item.active, .dropdown .dropdown-menu .dropdown-item:active{
  color: #691025;
  background-color: #fafafa;
}
.work-counter-widget i {
  color: #691025;
}
.portfolio-nav ul.nav li a:hover,
.portfolio-nav ul.nav li a.active{
  background: #691025;
}
.about-single i {
  color: #691025;
}

.about-single:hover i {
  background: #691025;
}
.Material-tab ul.nav.nav-tabs li .active{
  background: #691025 !important;
}
.single-blog-post .post-meta a:hover {
  color: #691025;
}

.contact-widget-section .single-contact-widget i {
  color: #691025;
}

.single-service-widget i {
  color: #691025;
}
#testimonial-carousel .owl-pagination .owl-page.active span {
  background: #691025;
}

.form-submit button.btn-common.disabled {
  background: #691025 !important;
  opacity: 0.7;
  cursor: not-allowed;
}

.owl-carousel .owl-controls .owl-page.active span {
  border: none;
  background: #691025 !important;
  opacity: 1;
}

.Material-tab-default ul.nav.nav-tabs li.active a {
  color: #691025;
}

.Material-default-accordion .panel-default .panel-heading a {
  background-color: #691025;
}

.icon-round, .icon-box {
  background: #691025;
}

.icon-common {
  color: #691025;
}

.price span {
  color: #691025;
}

.pricing-button a.btn-pricing {
  background-color: #691025;
}

.Material-error-section h1 {
  color: #691025;
}

.comment-box .form-control, .comment-box textarea {
  font-weight: 500;
  color: #691025;
}

.find-widget {
  padding: 10px 0;
}

.find-widget i {
  background: #691025;
}

ul.footer-contact li span{
  background: #691025;
}
.footer-contact ul li i{
  background: #691025;
  border-color: #691025;
}
.page-footer .link-widget ul li a:hover{
  color: #691025;
}
.page-footer .recent-widget p a:hover{
  color: #691025;
}

.form-group.is-focused .form-control {
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#691025), to(#691025)),
    -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#691025, #691025), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#691025, #691025), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#691025, #691025), linear-gradient(#D2D2D2, #D2D2D2);
}
.page-footer .footer-title::before{
  background: #691025;
}
.page-footer .image-list .post-content .post-title a:hover{
  color: #691025;
}
.page-footer .widget .unordered-list li a:hover{
  color: #691025;
}
.features-block .media-left i{
  background: #691025;
}
.blog-sidebar-column .single-sidebar-widget .sidebar-widget-title{
  background: #691025;
}
.blog-sidebar-column .categories-list li a:hover{
  color: #691025;
}
.Material-tab-default .nav-tabs .nav-item.show .nav-link, .Material-tab-default .nav-tabs .nav-link.active{
  color: #691025;
}
.tabs-style-2 .nav-pills .nav-link.active, .tabs-style-2 .nav-pills .show>.nav-link{
  color: #691025;
}
.pricing-table-3 .table-header{
   background: #691025;
}
.owl-theme .owl-buttons div{
  background: #691025!important;;
}

.collectie-section{
  background-color: #f2f2f2;
}

.intro-image img{
  max-width: 100%;
  position: fixed;
}

ul.grid, ul.mini-grid{
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100px;
}

ul.grid li, ul.mini-grid li{
  float: left;
}

.grid .grid-item{
  width: 25%;
}

.mini-grid .grid-item{
  width: 50%;
}

@media screen and (max-width: 320px){
  .grid-item{
    width: 100% !important;
  }
}

@media (min-width: 321px) and (max-width: 480px){
  .grid-item{
    width: 50% !important;
  }
}

@media (min-width: 481px) and (max-width: 768px){
  .grid-item{
    width: 33.3333% !important;
  }
}

@media screen and (min-width: 1025px){
  .grid-item{
    width: 20% !important;
  }
}

.itemWrapper{
  background-color: #fff;
  margin: 0 15px;
  margin-bottom: 30px;
  float: left;  
}

.itemWrapper img{
  width: 100%;
  display: block;
  height: auto;
}

.infoWrapper{
  padding: 15px;
}

.infoWrapper h3{
  font-size: 16px;
  margin-bottom: 0;
}

.infoWrapper h4{
  font-size: 14px;
  margin-bottom: 0;
}

.infoWrapper span{
  font-size: 12px;
  line-height: 12px;
}

.filterWrapper{
  position: relative;
  margin-bottom: 15px;
}

.filterWrapper label{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.filterWrapper .form-control{
  border-radius: 0 !important;
  font-size: 14px !important;
}

.titleWrapper{
  background-color: #691025;
  padding: 15px;
}

.formWrapper{
  padding: 15px;
  background-color: #ab8328;
  color: #fff;
}

.filterWrapper h5{
  color: #fff;
}

.kunstwerkInfoWrapper{
  background-color: #f2f2f2;
  padding: 15px;
  color: #000;
}

.kunstwerkInfoWrapper h6{
  margin-bottom: 0;
  color: #691025;
}

.kunstwerkImageWrapper{
  background-color: #f2f2f2;
  padding: 15px;
  text-align: center;
}

.kunstwerkImageWrapper img{
  max-height: 500px;
  max-width: 100%;
}

.btn-sm{
  border-radius: 0 !important;
}

.toggleKunstenaars{
  cursor: pointer;
  color: #691025;
}

@media (min-width: 768px) {

  .toggleKunstenaars{
    float: right;
  }
}

.toggleKunstenaars:hover{
  color: #ab8328;
}

.toggleKunstenaars:before{
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.kunstenaars{
  display: none;
}

.kunstenaars.visible{
  display: flex;
}

.nieuws{
  background-color: #ab8328;
  color: #fff;
  padding: 15px;
}

.nieuws a:hover{
  color: #fff !important;
}

.page-link{
  color: #691025 !important;
}

.page-item.active .page-link{
  background-color: #ab8328 !important;
  color: #fff !important;
  border-color: #ab8328 !important;
}

.navbar .updatedAt{
  display: none;
}

@media (min-width: 991px){
  .navbar .updatedAt{
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #691025 !important;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
  }
}


@media (max-width: 767px) {

  .navbar .updatedAt{
    font-size: 12px;
    right: 55px;
    top: 26px;
  }
}


video{
    width: 100%;
}

h3.subtitle{
  font-size: 20px;
}

.videoWrapper{
  max-width: 100%;
  position: relative;
  /*max-height: 600px;*/
  overflow: hidden;
}

.homeHeader{
  background-color: #691025; 
  height: 40px;
  margin-bottom: 25px;
}

@media (min-width: 768px){
  .float-md-left {
      float: right !important;
  }
}

@media (min-width: 992px){
  .homeHeader{
    height: 134px;
  }
}


.imgBorder{
  max-width: 100%;
  border: 2px solid #ab8328;
}

.filterWrapper{
  background: url('https://marx-en-marx-kunst.nl/assets/img/filter_background.png') no-repeat;
  height: 50px;
  padding: 12px 15px;
}

@media (max-width: 767px){
  .filterWrapper{
    height: 100px;
    background: none;
    background-color: #ab8328;
  }

  .filterWrapper .col-md-4:first-child{
    margin-bottom: 15px;
  }
}

.slickWrapper{
  height: 230px;
  margin-top: 120px;
  overflow: hidden;
}

.slickWrapper .kunstwerk{
  height: 200px;
  max-height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.slickWrapper .kunstwerk img{
  max-height: 200px;
}

.slickWrapper .kunstwerk .kunstwerk-mouseOver{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background-color: #ab8328;
    opacity: 0.75;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    padding: 10px;
    display: none;
    transition: ease-in 0.2s;
}

.slickWrapper .kunstwerk:hover .kunstwerk-mouseOver{
  display: block;
}

.kunstwerk-mouseOver .kunstwerk-info{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.kunstwerk-mouseOver .kunstwerk-info .kunstwerkOnderwerp{
  font-family: Roboto, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}