.prod{
	border-bottom: 2px solid #024483;
	padding: 18px 15px;
	text-align: center;
	border-top:#fff;
}

.bot{
	margin-bottom:60px;
}

/*.bot:hover, .prod:hover{
	background:#17af81;
	color:aquamarine;
	transition: 0.6s;
}*/

.header__banner-cta {
    max-width: 550px;
    padding-bottom: 30px;
	font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
}

.clients{
	margin-bottom: 30px;
    padding: 20px 20px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    background: #fff;
	font-weight:bold;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cli{
	margin-top: 0;
	margin-bottom: 18px;
}

.clirow{
	margin-bottom:15px;
}

.career{
	background: url('../images/atos-careers.jpg');
	background-repeat:no-repeat;
}