html,body{
	cursor:url(../img/mouse.png),auto;
	width:100%;
	margin:0;
}
a:hover,input:hover[type=submit]{
	cursor:url(../img/mouse2.png),auto;
}
header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:60px;
	border-bottom:2px solid black;
	border-radius:0 0 20px 20px;
	background-image:url(../img/header.png);
	background-position:5px 9px;
	background-color:#fbfbfb;
	z-index:9;
}
main{
	width:1260px;
	margin:0 auto;
}
#logo{
	position:relative;
	top:10px;
}
.menu{
	color:black;
    text-decoration:none;
    font-family:'Alegreya Sans SC';
    text-transform:uppercase;
	font-size:21px;
	margin-left:25px;
	position:relative;
	top:-4px;
	text-shadow:0px 0px 5px #ddd;
}
section{
	width:100%;
	height:760px;
	border-bottom:6px double black;
}
.gabinet{
	width:100%;
	height:400px;
}
footer{
	width:100%;
	height:50px;
	border-top:2px solid black;
	border-radius:20px 20px 0 0;
	background-image:url(../img/header.png);
	background-position:5px 9px;
	background-color:#fbfbfb;
    font-family:'Alegreya Sans';
	line-height:50px;
	font-size:20px;
	position:fixed;
	bottom:0;
}
.container{
	width:100%;
	min-height:200px;
	border:2px solid #222;
	border-radius:20px;
	padding:15px;
	display:block;
}

/* top */
#aktualnosci{
	background-image:url(../photo/bg/centrum.jpg);
	background-position:center -60px;
	height:572px;
}
.red{
	background:rgba(233,0,0,0.58);
	position:relative;
	top:120px;
	width:1064px;
	left:80px;
	font-size:19px;
	text-align:justify;
	font-family:'Alegreya Sans';
	color:white;
	padding:30px 30px;
}
p{
	margin:5px 0;
}

/* SPECJALIŚCI */
#specjalisci{
	background-image:url(../photo/bg/specjalisci.jpg);
	background-position:center -369px;
	height:662px;
}
.stanowisko{
	background-color:#FFC90E;
	font-family:'Alegreya Sans SC';
	position:relative;
	font-size:20px;
	top:-4px;
}
.telefon{
	font-family:'Alegreya Sans SC';
	font-size:21px;
	font-weight:bold;
	position:relative;
	top:2px;
}
.tel-img{
	position:relative;
	top:10px;
	left:-4px;
}
.yellow{
	background:rgba(255,201,14,0.58);
	position:relative;
	top:70px;
	width:1094px;
	left:80px;
	min-height:400px;
}
#sleft{
	margin:10px;
	width:269px;
	display:inline-block;
	vertical-align:top;
}
.photo{
	border:2px solid #000;
	border-radius:16px;
}
#sright{
	display:inline-block;
	vertical-align:top;
	width:761px;
	margin:10px;
	margin-left:20px;
	color:black;
	font-size:19px;
	text-align:justify;
	font-family:'Alegreya Sans';
}
.name-spec{
	width:100%;
	margin-bottom:5px;
	font-size:24px;
	font-weight:bold;
}
#arrow-left{
	position:absolute;
	top:200px;
	left:-70px;
}
#arrow-right{
	position:absolute;
	top:200px;
	right:-70px;
}

/* GABINETY */
.gabinet{
	text-align:center;
}
#gabinety{
	background-image:url(../photo/bg/zielona.jpg);	
	background-position:center -750px;
	height:500px;
}
.green{
	background:rgba(29,148,65,0.58);
	position:relative;
	top:70px;
	width:1094px;
	left:80px;font-size:19px;
	text-align:center;
	font-family:'Alegreya Sans';
	color:white;
}
.header{
	background-color:#1D9441;
	color:white;
	font-family: 'Alegreya Sans SC';
	font-size:24px;
}
.header2{
	color:white;
	font-family: 'Alegreya Sans';
	font-size:19px;
}
table{
	text-align:center;
}
.img{
	border-radius:15px;
	height:220px;
	margin-left:15px
}
.info{
	color:white;
	font-size:14px;
	font-style:italic;
	font-family: 'Alegreya Sans';
}
#arrow-left1{
	position:absolute;
	top:140px;
	left:-70px;
}
#arrow-right1{
	position:absolute;
	top:140px;
	right:-70px;
}

/* DO POBRANIA */
#do-pobrania{
	background-image:url(../photo/bg/do-pobrania.jpg);
	background-position:center bottom;
	height:540px;
}
.blue{
	background:rgba(0,162,232,0.58);
	position:relative;
	top:70px;
	background-image:url(../img/download.png);
	background-repeat:no-repeat;
	background-position:850px 30px;
	min-height:366px;
	width:1094px;
	left:80px;
}
.underline{
	margin:20px;
	font-family: 'Alegreya Sans';
	font-size:19px;
	text-align:justify;
	color:white;
	text-decoration:none;
}
.underline:hover{
	text-decoration:underline;
	cursor:url(../img/mouse.png),auto;
}

/* KONTAKT */
#kontakt{
	background-image:url(../photo/bg/kontakt.jpg);
	background-position:center -160px;
	height:645px;
}
.purple{
	background:rgba(116,51,116,0.58);
	position:relative;
	top:70px;
	width:1094px;
	left:80px;
}
.input {
    width: 508px;
    padding:4px;
    height: 22px;
    font-family: 'Alegreya Sans',sans-serif;
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
    border: 1px solid #000;
    border-radius: 0 5px 0 5px;
	background:rgba(116,51,116,1);
	text-align:center;
	color:white;
}
.input::placeholder,textarea::placeholder{
	color:white;
}
#topic{
	width: 518px;
    padding:4px;
    font-family: 'Alegreya Sans',sans-serif;
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
	color:white;
    border-radius: 0 5px 0 5px;
    border: 1px solid #000;
	background:rgba(116,51,116,1);
	text-align:center;
}
.textarea {
    width: 508px;
	text-align:center;
    max-width: 508px;
    min-width: 508px;
    height: 230px;
    min-height: 230px;
    max-height: 230px;
    font-family: 'Alegreya Sans',sans-serif;
    font-size: 16px;
    margin: 0;
	padding:4px;
    margin-bottom: 5px;
	color:white;
    border: 1px solid #000;
    border-radius: 0 5px 0 5px;
	background:rgba(116,51,116,1);
}
.submit {
    background-color: #fff;
    border-radius: 5px;
    border: 0;
    padding: 5px 10px;
    font-family: 'Alegreya Sans SC',sans-serif;
    color:#743374;
    font-size: 17px;
	font-weight:bold;
    position: relative;
    left: 210px;
}
#mailer{
	margin:20px;
	display:inline-block;
	vertical-align:top;
}
#map{
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin:20px;
	margin-left:10px;
}
#gmap_canvas{
	position:absolute;
	top:0;
	left:0;
}
#phones{
	margin:20px;
    font-family: 'Alegreya Sans',sans-serif;
	position:relative;
	left:35px;
}
.phone>.img {
    display: inline-block;
    vertical-align: top;
}
.data {
    display: inline-block;
    margin-left: 5px;
	font-size:17px;
}
.data1{
	font-size:20px;
}
.phone {
    display: inline-block;
    vertical-align: top;
	width:506px;
	margin-bottom:10px;
}