


/* ==========================================================================
 *                ads 
   ========================================================================== */
#momizatads-391 img {
    min-width: 300px!important;
}
/* CUSTOM CSS ADS */
.jR3DCarouselCustomSlide a {
   /* display: none;*/
}
a.mom-ad-click {
    display: grid;
}
.col-sm-4.header_right_ads {
 margin-top: -15px;
 right: 150px; 
} 
@media(max-width: 740px)
{
    .mom-ad {
display: contents!important;
}
.content.row.content-logo{
  height: auto!important;  
}
.col-sm-4.header_right_ads {
 
     display: contents;
} 
}
@media(min-width:741px){
.mom-ads{
    max-width: 100%!important;
    display: contents;
    }
}
/* CUSTOM CSS ADS */
   .mom-ads {
    margin-bottom: -14px;
    text-align: center;
}
.mom-ad {
    margin: auto;
    max-width: 100%; 
}
.ads-layout-rotator .navigation, .ads-layout-rotator .controls {
    display: none!important;
} 
.header .mom-ad {
    vertical-align: middle;
    white-space: normal;
    line-height: normal;
    display: inline-block;
    margin-bottom: 0;

}

.header .adCenter {
    display: inline-block;
    vertical-align: middle;
    height:100%;
}

/* Grid */
.ads-layout-grid.mom-ads {
    margin-right: -12px;
}
.ads-layout-grid .mom-ad {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin-right: 11px;
}
.mom-ad-empty {
    background: #f0f0f0;
    border: 1px solid #dfdfdf;
    padding: 0 10px;
    position: relative;
}
.mom-ad-empty a {
    font-size: 16px;
    color: #b0b3b8;
    display: inline-block;
    line-height: normal;
}
.mom-ad-empty a.overlay {
    position: static;
    width: 100%;
    height: 100%;
    left: 0;
}
.mom-ad-empty:hover a {
    color: #222;
}

/* rotator */
.ads-layout-rotator {
    overflow: hidden;
    position: relative;
}
.header .ads-layout-rotator {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0;
    margin-top: -45px;
}
.header .ads-layout-rotator .mom-ad {
    display: block;
}

.ads-layout-rotator .adr-arrows {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.ads-layout-rotator .adr-arrows span {
    float: left;
    background: #000;
    background: rgba(0,0,0,0.5);
    height: 20px;
    width: 20px;
    margin-right: 1px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.ads-layout-rotator .adr-arrows span.adr-next i  {
    position: relative;
    left: 1px;
}
@media(max-width:480px){
	.mom-ad-click img {
    max-width: 100%!important;
}
}