.con{
	color: black !important;
	border-bottom: 1px solid lightgrey;
}

.con .active{
	color: red !important;
	border-bottom: 1px solid red !important;
}

#geo {
    background-image: url("../images/geo5.png");
    background-size: cover;
}

#res {
    background-image: url("../images/res5.png");
    background-size: cover;
}

#prod {
    background-image: url("../images/prod5.png");
    background-size: cover;
}

#tech {
    background-image: url("../images/tech5.png");
    background-size: cover;
}

#data {
    background-image: url("../images/data5.png");
    background-size: cover;
}

#train {
    background-image: url("../images/train5.png");
    background-size: cover;
}

#contacts {
    background-image: url("../images/contacta.jpeg");
    max-width: 100%;
        display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#men {
    background-image: url("../images/contact.png");
    background-size: cover;
}

#about {
    background-image: url("../images/about.png");
    background-size: cover;
}

#field {
    background-image: url("../images/field.png");
    background-size: cover;
}

.fileUpload input.upload {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    cursor: pointer !important;
    opacity: 50 !important;
    filter: alpha(opacity=50) !important;
}

input[type=file] {
    display: block !important;
}

