/* by Creasant */
@media only screen and (min-width: 1921px){
  .index-banner-slideshow-block.mtpc-block-slideshow-block .slide_text_per_row:first-child{
    margin-bottom: 40px;  
  }
  
  .index-banner-slideshow-block.mtpc-block-slideshow-block .slide_text_per_row:first-child .text_container{
    font-size: 70px;
  }
  
  .index-banner-slideshow-block.mtpc-block-slideshow-block .slide_text_per_row:last-child .text_container{
    font-size: 24px;
  }
}

@media only screen and (max-width: 1680px){
  .features-slideshow-block.mtpc-block-slideshow-block .slick-arrow.slick-prev{
    left: -30px; 
  }
  .features-slideshow-block.mtpc-block-slideshow-block .slick-arrow.slick-next{
    right: -30px; 
  }
  
  .features-slideshow-block.mtpc-block-slideshow-block .slick-arrow.slick-prev, .features-slideshow-block.mtpc-block-slideshow-block .slick-arrow.slick-next{
    width: 18px;
  }
}

@media only screen and (min-width: 1180px) and (max-width: 1366px) {
  header .mtpc_header .header .wrapper .logos .logos_right {
    width: 0;
  }
  
  header .mtpc_header .header .wrapper .logos .navigation>ul.menu>li{
    margin-left: 50px;
  }
}

@media only screen and (min-width: 1000px) {
  article.mtpc-news-article .mtpc_news_images.activeMasonry .mtpc_masonry_items>.mtpc_masonry_item:nth-child(even) {
    margin-left: 20px;
  }
  article.mtpc-news-article .mtpc_news_images.activeMasonry .mtpc_masonry_items>.mtpc_masonry_item {
    -lh-property: 0;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  
  article.mtpc-news-article .mtpc_news_share .social-sharing {
    padding-bottom: 100px;
  }
}