/* CLEARFIX */
.container:after,
.group:after,
.main:after {
    clear: both;
}

@font-face {
  font-family: sourcesanspro;
  src: url("../fonts/SourceSansPro-Regular.ttf");
}

body {
	font-family: 'sourcesanspro', sans-serif;
	background-image: url("../img/background.png");
	background-position: center;
}

main {
	margin: 0 auto;
	margin-top: 50px ;
	width: 960px;
	height: 640px;
	background-color: #ffff;
	-webkit-box-shadow: 0 29px 51px 28px rgba(0,0,0,.35);
	-moz-box-shadow: 0 29px 51px 28px rgba(0,0,0,.35);
	box-shadow: 0 29px 51px 28px rgba(0,0,0,.35);
}


/*NADPIS*/

.nadpis {
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: 50px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;

}

/*ICONS*/
.content {
	margin: 0;
	width: auto;
	height: 290px;
}
.nav-icons {
	text-align: center;
	margin: 10px 25px -10px 25px;
	padding: 0;

}

.nav-icons li {
	width: 152px;
	vertical-align: top;
	text-align: center;
	display:inline-block;
	margin-top: 20px;

}




.nav-icons li:hover				 {
	font-color: #178dcd;
	text-decoration: underline 2px #178dcd;
}

.nav-icons a {
	width: 120px;
	height: 100px;
	text-decoration: none;
	text-align: center;
}
/*
.nav-icons img {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
*/
.nav-icons div {
	text-transform: uppercase;\
	margin-top: 0px;
	font-size: 20px;
	color: #0f1010;
}


.icon {
	width: 65px;
	height: 65px;
	/*padding-right: 60px;*/
}
.text {
	text-align: center;
	font-weight: 500;

}


/*TEXT-EDIT
.text-calendar {
	margin-left: -10px;
}

.text-mail {
	margin-left: 20px;
}

.text-save {
	margin-left: 12px;
}

.text-address {
	margin-left: -12px;
}

.text-utensils {
	margin-left: -10px;
}

.text-globe {
	margin-left: 15px;
}
*/

.logo {
	padding-top: 70px;
	padding-bottom: 20px;
	text-align: center;
}
.logo-text {
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 15px;
}

.logo img {
	height: 65px;
	width: 150px;
}


.btn-back {
	padding-top: 25px;
	text-align: center;
	vertical-align: center;
}


.back {
	text-decoration: none;
	color: #fff;
	width: 130px;
	height: 40px;
	background-color: #178bcb;
	-webkit-box-shadow: 0 5px 15px 1px rgba(0,0,0,.13);
	-moz-box-shadow: 0 5px 15px 1px rgba(0,0,0,.13);
	box-shadow: 0 5px 15px 1px rgba(0,0,0,.13);
	box-shadow: -1px 4px 10px 6px rgba(0,0,0,.13);
	border: none;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	vertical-align: center;
	padding-top: 5px;
	border-radius: 5px;
}

.back img {
	float: left;
	padding-left: 10px;
}

.back:hover {
	background-color: #fff;
	color: #178dcd;
	border: 2px solid #178bcb
}

.back:hover {
	background-color: #fff;
	
	border: 2px solid #178bcb
}

.back a:hover {
	color: #178dcd;
}

.money img {
	height: 50px;
}

.info img {
	width: 30px;
}

.folder img {
	width: 80px;
}

/*ICONS EDIT*/
.money {
	
}
.money img {
	height: 50px;
	padding-bottom: 5px;
	padding-top: 10px;
}



.info img {
	width: 30px;
}

.folder img {
	width: 80px;
}


.balance-scale-solid {

}

.book-medical-solid {


}

.user-friends-solid .icon,
.users-solid .icon {
	width: 80px; 
}

.user-tie-solid .icon {
	width: 60px;
}