.contact{
    font-family: fontbook;
    /*background: #1b1d1c url("../../assets/img/desktop/bgcontact.jpg") no-repeat top center / auto 349px;*/
    /*background: #1b1d1c url("../../assets/img/slicingmobile/mobile/careers/bgcareers.jpg") no-repeat top center / auto 50%;*/
    margin-top: -120px;
}
.contact-title {
    color: #fff;
    font-size: 26px;
    padding-bottom: 3rem;
    padding-left: 7rem;
    padding-top: 10rem;
    text-align: left;
}
.title{
    font-family: fontlight;
	color: #7e8989;
	font-size: 24px;
	text-align: left;
    padding: 0 0 0;
    padding-left: 7rem;
    display: table;
    margin-bottom: 20px;
}
.formrow .title{
    width: 80%;
    margin: 0 auto 20px;
    padding-left: 10px;
}

.title img, .title span{
    display: inline;
    vertical-align: middle;
    padding: 0;

}
.title img{
    padding-right: 10px;
    width: 41px;
}
.description{
    /*font-family: fontbook;*/
	text-align: left;
	/*color:#738989;*/
    color:#bcc6c6;
	font-size: 15px;
    padding-left: 7rem;
}

.description span{
        display: inline-block;
        /*margin-top: 10px;*/
    }
.description.emaillink a{
    color:red !important;
}
.additional{
	/*margin: 0 auto;
	text-align: left;
    padding-left: 7rem;*/
    font-family: fontlight;
    background-color: transparent;
    border: 2px solid #bfcbc9;
    color: #bac4c5;
    cursor: pointer;
    max-width: 100%;
    min-width: 150px;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
    margin-left: 7rem;
    text-align: center;
}
.additionals{
    border: 2px solid #bfcbc9;
    cursor: pointer;
    font-size: 16px;
    margin-left: 6.5rem;
    max-width: 100%;
    min-width: 150px;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 80%;
    z-index: 1;
}
.add-button{
    margin-top: 15px;
}
.add-button a{
    text-decoration: none;
}
.add-button a:hover{
    text-decoration: none;
}
.additional a{
	font-size: 12px;
	color:#c1cdcd;
}
.forms{
}
.additional a:hover, .additional a:focus{
	text-decoration: none;
}
.contact-list{
    margin-bottom: 40px;
}
.contact-list:nth-child(2n){
    padding-top: 30px;
}
.contact-list:nth-child(3n){
    padding-top: 30px;
}
.inputs{
	margin-bottom: 2rem;
}
.select-style {
    background: rgba(0, 0, 0, 0) url("../../assets/img/careers/arrow.png") no-repeat scroll 99% 50%;
    border: 2px solid #879190;
    font-size: 28px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 80%;
}

.select-style select {
    padding: 5px 0 5px 10px;
    width: 100%;
    font-size: 16px;
    color: #909b9a;
    border: none;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
select option{
    color: #000;
}

.select-style select:focus {
    outline: none;
}
.inputstitle{
	text-align: left;
    margin: 0 auto 5px;
	color:#bcc6c6;
    padding-left: 10px;
    width: 80%;
    font-size: 16px;
    font-family: fontlight;
}
.inputfill{
	margin:0 auto;
	text-align: left;
    color: #bbc5c6;
    padding-left: 10px;
}

input[type=text],select {
    width: 80%;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
    padding:5px 15px;
    border: 2px solid #879190;
    background-color: transparent;
    color: #909b9a;
    height: 40px;
}
textarea{
	width: 80%;
	height: 30%;
	text-align: left;
    font-size: 16px;
    padding:5px 15px;
    border: 2px solid #879190;
    background-color: transparent;
    color: #909b9a;
    margin: 0 auto;
    max-height: 100px;
    display: block;
}
.buttonsubmit{
	padding-bottom: 0;
    margin-bottom: 40px !important;
    color: #909b9a;
}
.buttonsubmit-wrap{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.buttonsubmit .button{
    max-width: 230px;
    margin: 0 ;
    display: block;
}

input[type=submit]{
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    padding:5px 0;
    /*border: 2px solid #879190;*/
    background-color: transparent;
    color:#7e8989;
    margin-left: 6rem;
    border: none;
}
.error-notif, .success-notif{
    text-align: left;
    color: #fff;
    width: 78%;
    margin: 0 auto;
    font-size: 14px;
}
.error-notif{
    color: red !important;
}
.add-button a{
    display: block;
    width: 60%;
}
.add-button.buttonsubmit a{
    display: block;
    width: 80%;
}
.buttonsubmit input{
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}
.success-notif-wrap{
    width: 100%;
    position: fixed;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 100;
}
.success-notif{
    background-color: #1b1d1c;
    border: 2px solid #879190;
    font-family: fontbook;
    text-align: center;
    color: #b5bebd;
    font-size: 16px;
    padding: 20px;
    display: table;
    width: 80%;
    max-width: 480px;

    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;

}
.success-notif-close{
    margin: 20px auto !important;
}
.description.address{
    min-height: 120px;
}
.contact-list .description.address{
    min-width: 335px;
}
.description strong{
    font-size: 20px !important;

}
.newContact{
    display: none;
    
}
.newContact .forms{
    overflow: hidden;
    height:400px;

}
.newContact .inputs {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.newContact #newForm {
    position: relative;
    transition: 1s all;
    top:200px;
}

@media screen and (max-width: 1024px){
    input[type="text"],select {
        background-color: transparent;
        border: 2px solid #879190;
        color: #909b9a;
        display: block;
        font-size: 16px;
        margin: 0 auto 0;
        padding: 5px 15px;
        text-align: left;
        width: 85%;
    }
    .buttonsubmit-wrap{
        width: 85%;
    }
    .inputfill {
        color: #bbc5c6;
        margin: 0 auto;
        padding-left: 55px;
        text-align: left;
    }
    textarea {
        background-color: transparent;
        border: 2px solid #879190;
        color: #909b9a;
        font-size: 16px;
        height: 30%;
        margin: 0 auto 0;
        padding: 5px 15px;
        text-align: left;
        width: 85%;
    }
    input[type="submit"] {
        background-color: transparent;
        border: medium none;
        display: block;
        font-size: 16px;
        margin: 0 auto;
        text-align: center;
        width: auto;
    }
    .additionals {
        border: 2px solid #bfcbc9;
        cursor: pointer;
        font-size: 16px;
        margin-left: 6.5rem;
        max-width: 100%;
        min-width: 150px;
        padding: 10px 0;
        text-align: center;
        vertical-align: middle;
        width: 78%;
        z-index: 1;
    }
    .inputstitle{
        width: 73%;
    }
    .error-notif, .success-notif {
        text-align: left;
        color: #fff;
        width: 70%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px){
    .contact {
        font-family: fontbook;
        background: #1b1d1c url("../../assets/img/desktop/bgcontact.jpg") no-repeat top center / auto 660px;
    }
    .add-button a{
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .contact{

        margin-top: -120px;
    }
    .contact-title{
        padding-top: 70px;
        font-size:26px;
        color: #fff;
        padding-bottom: 20px;
        text-align: center;
        padding-left: 0;
    }
    .contact-list{
        padding-top: 0;
        margin-bottom: 20px;
    }
    .title{
        text-align: center;
        padding: 20px 0 0;
            margin: 0 auto 10px;
    }
    .description{
        text-align: center;
        font-size: 16px;
        padding-left: 0;
    }

    .additional{
        margin: 0 auto;
        text-align: center;
        padding-left: 0;
    }
    .additionals{
        margin: 0 auto;
        text-align: center;
        padding-left: 0;
    }
    .inputstitle{
        text-align: center;
        margin: 0 auto 10px;
        color:#c3cdcc;
        font-size: 18px;
        padding-left: 10px;
    }
    .inputfill{
        margin:0 auto;
        text-align: center;
        color: #909b9a;
        padding-left: 0;
    }
    input[type=text],select {
        width: 80%;
        display: block;
        margin-bottom: 10px;
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
        padding:5px 0;
        border: 2px solid #879190;
        background-color: transparent;
        color: #909b9a;
        margin-top: -10px;
        padding-left: 0;
    }
    textarea{
        width: 80%;
        height: 30%;
        text-align: center;
        font-size: 16px;
        padding:5px 0;
        border: 2px solid #879190;
        background-color: transparent;
        margin-bottom: 1rem;
        color: #909b9a;
        margin: 0 auto;
    }
    input[type=submit]{
         margin: 0 auto 0;
    }
    .select-style{
        margin: 0 auto;
        width: 80%;
    }
    .buttonsubmit .button{
        margin: 0 auto;
    }
    .error-notif, .success-notif {
        text-align: center;
        color: #fff;
        width: 80%;
        margin: 0 auto;
    }
    select,select option{
        text-align: center;
        text-align-last:center;
    }
    .description.address {
        min-height: 0;
    }
    .add-button{
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 480px){
    .contact{
        background: #1b1d1c url("../../assets/img/slicingmobile/mobile/careers/bgcareers.jpg") no-repeat top center / 520px auto;
        margin-top: -120px;
    }

}