@media only screen and (max-width: 1024px) {

  .section-banner .carousel-inner .content-wrapper .banner-headline{
      margin-left:25px;
  }
  .prime-menu .logo.inside{
      top:10px;
  }

}

/*iPad in vertical*/
@media only screen and (max-width: 1023px) {
    .news-card{float:left; margin-right: 20px; width:calc(50% - 10px); margin-right: 10px;}
    .container{max-width: none;}
    .widgets > li{ margin-right: 20px; width:calc(50% - 20px);}

    .content-wrapper .section-left{width:70%;}
    .content-wrapper .section-right{width:30%;}
    .article{width:95%; max-width: none; flex: 0 0 95%;}
    .aside .company-placeholder .button-holder .left{float:none ; width:100% !important; margin-bottom: 20px;}
    .aside .company-placeholder .button-holder .right{float:none ; width:100% !important;}
   .desktop{ display:none; }
   .ipad{display: block;}
   .section-banner .carousel-inner .content-wrapper{width:95%;}
   .section-banner .carousel-inner .menu .ipad-menu{display: inline-block;}
   .section-banner .carousel-inner .menu .desktop{display: none;}
   .section-banner .carousel-inner .content-wrapper .banner-headline{display: none;}
   .carousel-indicators{bottom: 5px;}
   .login{
       margin:50px auto auto auto;
       height: 300px;
       float:none;
   }

  .section-middle-content.home{  min-height: calc(100vh - 124px - 179px);}
  .section-middle-content .container{padding-left:0;}
  .section-middle-content .container .row{margin:0;}
  .col-md-8.article{padding-left:0; width:98%;}
  .news-card{margin-bottom: 10px;}
  .prime-footer .footer-menu{
       margin:38px 0 0 0;
       left:120px;
  }


}

@media (min-width: 768px){


}

/* CSS ONLY FOR IE 10+  */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}

 /* CSS ONLY FOR FIREFOX  */
@-moz-document url-prefix() {

}   

@-ms-viewport{
    
}