/* 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: 60px;
	font-size: 50px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;

}

/*ICONS*/
.content {
	margin: 0 auto;
	width: auto;
	height: 290px;
}
.nav-icons {
	text-align: center;
	margin: auto;

}

.nav-icons li {
	width: 140px;
	vertical-align: top;
	text-align: center;
	display:inline-block;
	margin-right: 60px;
	margin-top: 40px;

}

.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;

}

.btn-back {
	padding-top: 80px;
	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 {

}

.back:hover {
	background-color: #fff;
	
	border: 2px solid #178bcb
}

.back a:hover {
	color: #178dcd;
}

/*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;
}



.domino .icon {
	width: 50px;
}

.clip .icon {
	height: 70px;
	margin-top: -5px;
}

.clip .text {
	margin-top: -2px;
}
/*ICON POSITION EDIT*/
