/* ==========================================================================
   30-03.2016  DROGI MIŁOSIERDZIA
   ========================================================================== */
   
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700&subset=latin,latin-ext,cyrillic-ext,cyrillic);

body{
	background-color: #fff;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	position: relative;
	background-attachment: fixed;
	background-image: url(../pics/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


a{
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #222;
}

a:hover, a:focus {
	text-decoration: none;
}


.focus-only
{
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.focus-only:focus
{
	position: static; /*lub clip: auto;*/
}

h1, h2, h3, h4, h5 {
	color: #1F4056;
}


/*** tooltip ***/
.tooltip-inner{background-color: #1F4056;}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow
{border-top-color: #1F4056;}
.tooltip.right .tooltip-arrow {border-right-color: #1F4056;}
.tooltip.left .tooltip-arrow {border-left-color: #1F4056;}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow 
{border-bottom-color: #1F4056;}




#header{
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1000;
}

#header h1{
	margin: 0px;
	padding: 0px;
}


#nav li{
	margin-top: 10px;	
}

#header h1 a,
#nav li a{
	font-size: 26px;
	color: #FFF;
	text-align: center;
	display: table-cell;
	height: 60px;
	width: 60px;
	border: 1px solid #FFF;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 4px;
	clear: both;
	float: none;
	vertical-align: middle;
	position: relative;
	padding: 0px;
	text-decoration: none;
}

#header h1 a:hover,
#nav li a:hover{
	color: #FFF;
	background-color: #900;
	text-decoration: none;
}


#header h1 a:focus,
#nav li a:focus{
	color: #FFF !important;
	background: none !important;
	text-decoration: none;
}





.lista{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.lista li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 20%;
}

.lista li a{
	display: block;
	margin: 2px;
	position: relative;
	overflow: hidden;
}

.lista li a:hover{
	transform: rotate(10deg) scale(1.2);
	-webkit-transform: rotate(10deg) scale(1.2);
	-moz-transform: rotate(10deg) scale(1.2);
	-o-transform: rotate(10deg) scale(1.2);
	-ms-transform: rotate(10deg) scale(1.2);
	

    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.7);


	z-index: 100;


}


.lista li a img{
	display: block;
  max-width: 100%;
  height: auto;
}


.lista li a span{
	color: #FFF;
	background-color: #CE081F;
	background-color: rgba(153,0,0,0.8);
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: absolute;
	left: 50%;
	top: -150%;
	padding: 0;
	height: 100px;
	width: 100px;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 100px;
}

.lista li a:hover span{
	top: 50%;
}







.close {
	font-size: 50px;
}

.modal-title{
	padding: 15px 30px;
	float: left;
}



.modal-body {
  padding: 45px;
  position: relative;
}



