/* ------ general
-----------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Righteous&subset=latin,latin-ext);

body {
font-family: 'Righteous', Arial, Helvetica, sans-serif;
background:url(../img/bg.jpg) repeat;
}

/* ------ mobilymap
-----------------------------------------------*/


.socials {
display:block;
width:32px;
height:32px;
background:url(../img/socials/share.png) no-repeat;
cursor:pointer;
position:relative;
}

.nature {
display:block;
width:150px;
height:150px;
background:url(../img/nature/img1.png) no-repeat;
cursor:pointer;
position:relative;
}

.socials, .nature {
margin:0 auto;
}

.socials {
margin-bottom:50px;
}

.nature li {
position: relative;
}

.nature li span {
position: absolute;
opacity: 0;
top: 0;
left: 0;
width:150px;
height: 95px;
padding-top: 55px;
display: block;
background: url('dot.png');
}

.nature .mentoring span, .nature .kongres span {
padding-top: 45px;
height: 105px;
}

.nature .targi span {
padding-top: 35px;
height: 115px;	
}

.nature li:hover span {
opacity: 1;
}

ul.reset,
ul.reset li {
display:block;
list-style:none;
padding:0;
margin:0;
}

ul.reset li {
position:absolute;
margin: 0;
text-align: center!important;
}

ul.reset li a {
outline:none;
}

#content {
margin:240px auto 0;
width:760px;
position: relative;
}


a {
color:#fff;
}

a img {
border:none;
}

