*{
	font-family: 'PT Sans Narrow', sans-serif;
}

html,body {
  padding-top: 0px;
  height:100%;
  
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.welcome{
	font-size:120px;
	padding-top:50px;
	color:#d58512;
	margin:0px; auto;
	
	font-weight:bold
}

.logo{
	background-image:url('/img/logo.png');
	background-size:contain;
	background-repeat:no-repeat;
	height:120px;
	background-position:center center;
	margin-bottom:15px;
}

.slog{
	font-size:22px;
	margin-top:30px;
}

.socialbar{
	display:block;
	background-size:contain;
	background-repeat:no-repeat;
	height:70px;
	background-position:center center;
	margin-bottom:15px;
	color:#fff;
	font-size:28px;
	padding-left:120px;
	line-height:2.5;
	cursor:pointer;
}

.socialbar:hover{
	color:#fff;
	text-decoration: none;
}

.fbbar{
	background-image:url('/img/fbbar.png');
}

.gpbar{
	background-image:url('/img/gpbar.png');
}

.embar{
	background-image:url('/img/embar.png');
}

.modal-dialog{
	max-width:450px;
	padding:0px;
}

.modal-content{
	padding:20px;
}

.navbar{
	margin-bottom:0px;
}

.slider{
	background-image:url('/img/slide2.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
    height:100%;
    min-height:100%;
	background-position:center center;
}

.but{
	width:100%;
	height:100px;
}

.btn-default{
width:110px;
margin-top:10px;
}

.book{
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}

.book img{
	max-height:100px;	
}

.wiz{
	padding:5px;
	transition: background-color 0.5s ease;
}

.wiz:hover{
	background-color:#ccc;
}

.wiz_cont{
	border:1px solid #ccc;
	padding:5px;
}

.wiz_cont{
	border:1px solid #ccc;
	padding:5px;
}

.wiz_logo{
width:100%;
height:190px;
background-size:contain;	
background-repeat:no-repeat;
background-position:center center;
padding:15px;
}

.wiz_nazwa{
margin-top:20px;
height:60px;
text-align:center;	
}

.wiz_nazwa a{
color: #535353;
}

.about{
	font-size:16px;
}

.reg{
	display:none;
}

.reg1{
	display:none;
}

.join{
	display:none;
}

.infomess{
	display:none;
}

.grey{
	background-color:#ddd;
}

.mail{
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	cursor:pointer;
}

.mail img{
	margin-top:10px;
	max-height:60px;	
}

.mail p{
margin-top:30px;
}

.tresc{
	display:none;
}

.foot{
	background-image:url('/img/zarowki.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
	background-position:bottom center;
}

.foot div{
	margin-top:20px;
	text-align:center;
}

.foot a{
	color:#fff;
	font-size:18px;
}

img{
    max-width:100% !important;
}
