/* CSS Document */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default and settings are in css.css*/

/* Exceptionally small devices extra queries - this is totally optional as it is not in bootstrap*/
/*@media (min-width: 468px) {...}*/

/* Small devices (tablets, 768px and up) */
/*@media (min-width: 768px) {...}*/

/* Medium devices (desktops, 992px and up) */
/*@media (min-width: 992px) {...}*/

/* Large devices (large desktops, 1200px and up) */
/*@media (min-width: 1200px) {...}*/



/* Exceptionally small devices extra queries - this is totally optional as it is not in bootstrap*/
@media (min-width: 468px) {   
	/*stopka*/
	#stopka .col_1{
		float:left;
		width:45%;
	}
	
	#stopka .col_1_border{
		border-right:1px solid #999999;
	}
	
	#stopka .col_2{
		float:left;
		width:45%;
		padding-left:21px;
		margin-top:35px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	/*stopka*/
	#stopka .col_1{
		width:19%;
	}
	
	#stopka .col_2{
		width:30%;
	}	
	
	#stopka .col_3{
		clear:none;
		float:right;
		width:40%;
		text-align:right;
	} 	
	
	#stopka .col_3 .fb{
		margin-top:0px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}

/*do sprawdzania czy wersja mobile*/
@media (min-width: 768px) {
	#isXs{
		display: none;
	}
	
	/*#start*/
	#start .img_pas{
		display: block;
	}
	
	#start .txt{
		font-size:9pt;
		line-height:22px;
		top:3%;
		right:8%;
		bottom:0;
		width:39%;
   		position:absolute;
		z-index:1;		
	}
	
	#start.o_mnie .txt{
		left:2%;
		top:0%;
		width:42%;
		line-height:18px;
		font-size:9pt;		
	}	
	
	#start .txt .foto_m{
		display: none;
	}
	
	#start .no_sep{
		padding-bottom:0px;
		background:none;
	}	
	
	/*kontakt*/
	#kon .lewa{
		width:37%;
		position:absolute;
		z-index:1;
		top:0;
		left:0;
		bottom:46px;
		padding-bottom:0px;
	}
	
	#kon .prawa{
		width:57%;
	    float:right;
    }	
    
	#kon_form .pad{ 
		padding:20px 47px 0px 47px;
		width:auto;
	}    	
}

@media (min-width: 992px) { 
	#isSm{
		display: none;
	}
	
	/*start*/
	#start .txt{	
		line-height:28px;
		font-size:10pt;
		top:6%;
		right:10%;
		width:36%;		
	}
	
	#start.o_mnie .txt{
		left:3%;
		top:4%;
		width:40%;		
		line-height:27px;
		font-size:10pt;		
	}		
	
	/*info*/
	#info{
		padding-top:0px;
	}
	
	#info img{
		max-width:100%;	
		padding:0;		
	}	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#zawartosc{					
		min-height:570px;	
	}
	
	#start .foto img{
		width:auto;
	}
	
	/*start*/
	#start .txt{	
		font-size:11pt;
		top:15%;
		width:34%;	
	}	
	
	#start.o_mnie .txt{
		left:5%;
		top:7%;
		width:36%;		
		line-height:28px;
		font-size:11pt;		
	}	
	
	/*info*/
	#info{
		
	}
	
	/*stopka*/
	#stopka{
		width:1200px;
	}
}

/*menu*/
@media (min-width: 992px) { 
	#jmenu.wersja_resp{
		display: inline-block;
	}
	
    #butt_menu_mobile{
        display: none;
    }	
    
    #top{
    	height:auto;
    	border:none;
    }
    
    #logo{
    	display: block;
    }
    
    #logo_mobile{
    	display: none;
    }
    
    /*start*/
    #start .wew{
    	background: repeat-x url(img/tlo_pas_sep_repeat.jpg) 50% 100%;
    }
   
	#start .no_sep{
		padding-bottom:0px;
		background:none;
	}	   
   
    #start .txt{

	}
}

/*menu_mobile*/
#menu_mobile{
    position:absolute;
    top:0px;
    min-height:50px;
    padding: 0 !important;
    z-index:999999997;
    min-width:200px;
    /*width:500px;
    left:-500px;*/
    display:none;
    /*background: url(../images/menu_mobile_tlo.png); */ 
    background-color:#2b2b2b;
    color:#fff;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    
    border:0px solid red;
}

#menu_mobile #jmenu{
	display: block;
}

#menu_mobile ul{
    padding:0;
    margin-bottom:0px;
    width:100%;
}

#menu_mobile li{
    
    list-style-type:none;
    
}

#menu_mobile li a{
    display: block;
    cursor:pointer;
    width:100%;
    padding:17px 0px 17px 20px;
    color:#bfbfbf; 
    border-bottom:1px solid #565656; 
    text-transform:uppercase; 
}

/*#menu_mobile li li.active a{
    background-color:#363636;
}*/

#menu_mobile li li a{
    padding-left:40px;
    width:75%;
    
}

#menu_mobile li a:hover{
    background-color:#363636;
    text-decoration:none;
}

@media (min-width: 400px) 
{
    #menu_mobile{
        min-width:320px;
    }  
    
    #menu_mobile li li a{
    	width:83%;
    }        
}
