body {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;

/*	font-family: 'Maven Pro', sans-serif;

*/
}


.ztr {
	cursor: default !important;
}
::selection {
	background: #b59a5a;
	color: white;
}

/*
boja1: 173a65;
boja2: d1d1d0;

be jet
plava: #1C2433;
zlatna: b59a5a;
*/
.section-border-bottom {
    border-bottom: 1px solid #3f4c5f;
}
a {
  color: #b59a5a;
  		-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
	color: #fff;
	text-decoration: none;
}



.k-mail {
 	background-color: #1C2433;
 	height: 168px;
}
.k-mail h2 {
	color: #fff;
	padding-top: 50px;
}

table {
	color: #9b9fa4;
	font-size: 14px;
	font-weight: 400;
	    margin-left:auto; 
    margin-right:auto;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;

}
th {
	border-bottom: 1px solid #b59a5a;   
	padding: 8px 4px;
}
tr {
	border-bottom: 1px solid rgba(181, 154, 90, 0.2);   

}
tr:last-child {
	border-bottom: none; 

}
td {
	padding: 8px 4px;
}




@media (max-width: 991px) {
	table {

    width: 100%;


}
}



