@font-face {
    font-family: berlinbold;
    src: url(http://madmuddler.com/berlinwestbold.otf);
}

@font-face {
    font-family: berlinreg;
    src: url(http://madmuddler.com/berlinwestregular.otf);
}

@font-face {
    font-family: neutraface;
    src: url(http://madmuddler.com/neutraface.otf);
}

h1, h2, h3, h4, h5, h6 {
    font-family: neutraface;
}
.container {
  max-width: 1980px;
}
body {
    font-family: berlinreg;
}

#main-header {
  box-shadow: none !important;
}

#top-menu li a {
  margin-right: 50px;
    font-family: berlinreg;
font-weight:400;
}

.imagesmenu:hover {cursor:pointer !important;}

.aboutmenu {margin-right:17px;}

.owl-carousel .owl-item img {
    width: initial;
}

.nav li {
  text-align: center;
  width: 150px;
}
#top-menu li li a {
  padding: 6px 0;
  text-align: left;
  width: 200px;
}

.nav li .sub-menu {
  border: 1px solid rgb(141, 143, 142);
  padding: 20px;
margin-top: -30px;
text-align:left;
}

#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
  display: none;
}

.nav ul li a:hover, .et_mobile_menu li a:hover {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.7;
}

.owl-carousel {
  background: rgb(5, 5, 5);
}

.owl-carousel .owl-item {
  width: auto !important;
 object-fit:none;
margin:-1px !important;
}

.owl-carousel .owl-wrapper-outer div, .owl-carousel .owl-wrapper-outer img { 
margin:0 !important;
border:none;
}

.owl-theme .owl-controls {
  background: #fff;
  margin-top: 0 !important;
 padding-top:20px;
}

.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: rgba(0, 0, 0, 0) !important;
  display: inline-block;
 float:none !important;
position: relative;
    top: 30px;
}

.owl-carousel .owl-controls .owl-buttons div {
  background-color: transparent;
  border: none;
  color: rgb(0, 0, 0);
  float: none;
}

.owl-prev
 {
  width: 0; 
  height: 0; 
  border-top: 22px solid transparent !important;
  border-bottom: 22px solid transparent !important;
  border-right: 22px solid #fff !important;
  border-left:0px solid;
}
 
.owl-next {
  width: 0; 
  height: 0; 
  border-top: 22px solid transparent !important;
  border-bottom: 22px solid transparent !important;
  border-left: 22px solid #fff !important;
  border-right:0px solid;}

.owl-item img {
  border: none !important;
}

.owl-carousel .owl-wrapper-outer img {
 width:initial !important;
}

.et_pb_gallery .et_overlay::before {
content:url(http://madmuddler.com/wp-content/uploads/favicon.png);
}

.et_pb_gallery_grid .et_pb_gallery_item img, .et_pb_portfolio_grid .et_pb_portfolio_item img, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item img {
  height: 220px;
  object-fit: cover;
  width: 220px;
}

#main-header {
  padding: 20px 0;
}
.fa-tumblr {color:#191919; font-size:28px !important;}
.fa-instagram{color:#191919; font-size:30px !important;}

#footer-info, #footer-info a {
    color: #191919;
    font-size: 18px;
}

@media screen and (min-width: 699px) and (max-width: 1300px) {
.owl-carousel .owl-item img {
  height: 310px !important;
}

}

@media screen and (min-width: 1400px) {

.owl-carousel .owl-item img {
  height: 600px !important;
}

#main-header {
  padding: 35px 0;
}

}