* { font-family: 'Roboto Condensed', sans-serif; }

body {
    box-sizing: border-box;
    background-color: #ececec;
    font-size: 16px;
    /*background:#ececec url(../_img/page_bg_mob.jpg) no-repeat top;*/
    /*background-size: contain;*/
    /*background-position: center -10em;*/
    margin: 0;
    padding: 2em 0.5em 5em 0.5em;
}
body.locked:after {content:'';
    position:fixed; z-index:auto; left:0; top:0; height:100%; height:100vh; width:100%; background: #fff url(../_img/loader.gif) 50% 50% no-repeat; background-color: rgba(255,255,255,0.9);
}
body.success {
    /*background:#ececec url(../_img/page_ty_mob.jpg) no-repeat top;
    background-size: cover;*/
}
a {color:#000; text-decoration: underline;}
a:hover, a:focus {color:#ff8533; text-decoration: underline;}

@media screen and (min-width: 680px) {
    /*body { background:#ececec url(../_img/page_bg.jpg) no-repeat top; background-position: center -5em;  background-attachment: fixed; }
    body.success { background:#ececec url(../_img/page_ty.jpg) no-repeat top; background-size: cover; aspect-ratio: 16/9; background-attachment: scroll; }
    */
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 56em;
    background: #fff;
    padding: 0 1em;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 0;
    position: relative;
    z-index: 2;
}
/*body.success .container {
    display: none;
}*/
@media (min-width: 1200px) {
    .container {
        padding: 0 3em 3em 3em;
    }
}
/*@media screen and (min-width: 680px) {*/
/*    .container { margin-top: 65vh; }*/
/*}*/

/*.form-placeholder { max-width: 100%; margin-bottom: -77%; margin-top: -7em; }
.success-placeholder { visibility: hidden; max-height: 800px; max-width: 100%; }
@media screen and (min-width: 680px) {
    .form-placeholder { visibility: hidden; height: 90vh; max-height: 640px; min-height: 480px; margin: 0; }
}*/
@media screen and (min-height: 1000px) and (max-width: 1920px) {
     body { background-position: center !important; background-size: cover !important;  }
}
/*@media screen and (min-width: 1920px) { */
/*    .form-placeholder { max-height: 680px; }*/
/*}*/

#searchCIFForm {padding-bottom:20px; border-bottom: 1px solid #eee;}

.form-group {
    display: block;
    /*width: 40%;*/
    margin: 10px auto;
}
.form-group--wcurrency {
    position: relative;
}
.form-group.form-group--wcurrency input {
    padding-right: 3em;
}
.form-group__currency {
    opacity: 0.6;
    position: absolute;
    right: 2em;
    top: 50%;
    transform: translateY(-50%);
}

button {
    background-color: #ff8533;
    color:white;
    width: 100%;
    font-size: 1.25em;
    border-radius: 6px;
    padding:  20px;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    border: 3px solid #ff8533;
}

button:focus,
button:hover {
    opacity: 0.8;
}

button.small-button { font-size: 0.85em; padding:  12px 20px; }

.error-box {
    background-color: #fff3cd;
    padding: 20px;
    width: 50%;
    margin: 10px auto;
}

.logo {
    display: block;
    text-align: center;
    margin: 2em auto;
}

p { margin-bottom: 0.25em; }


input[type=text],
input[type=number],
input[type=email],
input[type=text],
input[type=tel],
input[type=date],
textarea,
select,
canvas {
    width: 100%;
    font-size: 1.05em;
    box-sizing: border-box;
    border: 3px solid #ff8533;
    border-radius: 6px;
    padding: 12px 20px;
    transition: 0.2s;
    outline: none;
}
input[type=date] {
    max-width: 100%;
    font-size: 16px;
    max-width: 12em;
    background-color: #ffffff;
}
canvas {
    padding: 0;
}

.hello-message{
    font-weight: bold;
}