﻿
@media only screen and (max-width : 991px) {
.mn-l {

border-top: none !important;
border-bottom: none !important;
padding: 0px !important;
}
.mn-l:hover {
border-top: none !important;
border-bottom: none !important;
padding: 0px !important;
}

}

@media only screen and (max-width : 768px) {
h1 {
font-size: 36px !important;
}
.desp-st {
font-size: 24px;
margin-top: 10px;
}

.mobile-close{
display:none;
}

.home .page-title-section {
padding:30px 0px 0px 0px !important;
/* zmiana*/
height:100% !important; 
padding:0px 0px 0px 0px !important;


}
.head-conteiner {position:relative !important;}

.mn-l {

border-top: none !important;
border-bottom: none !important;
padding: 0px !important;
}
.mn-l:hover {
border-top: none !important;
border-bottom: none !important;
padding: 0px !important;
}


	/*

	*******************************
	

			iphon ipod bug 
	
	
	
	*****************************
	
	*/
	
	@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .home .page-title-section {
    height: 1024px;
  }
}

/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
 .home .page-title-section{
    height: 768px;
  }
}
/*iphone 6 plus*/
@media all and (device-width: 414px) and (device-height: 736px) and (orientation:portrait){
  .home .page-title-section{
    height: 736px;
  }
}
/** 
 * iphone 6 plus landscape orientation.
 */
@media all and (device-width: 414px) and (device-height: 736px) and (orientation:landscape){
  .home .page-title-section{
    height: 414px;
  }
}/*iphone 6*/
@media all and (device-width: 375px) and (device-height: 667px) and (orientation:portrait){
  .home .page-title-section{
    height: 667px;
  }
}
/** 
 * iphone 6 landscape orientation.
 */
@media all and (device-width: 375px) and (device-height: 667px) and (orientation:landscape){
  .home .page-title-section{
    height: 375px;
  }
}

