/* #ca171e */



/* league_gothic */
@font-face {
    font-family: 'league_gothicregular';
    src: url('../fonts/league_gothic/league_gothic-webfont.eot');
    src: url('../fonts/league_gothic/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/league_gothic/league_gothic-webfont.woff') format('woff'),
         url('../fonts/league_gothic/league_gothic-webfont.ttf') format('truetype'),
         url('../fonts/league_gothic/league_gothic-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;


}
/* montserrat-regular */
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.translator li a {
    border-radius: 5px;
    padding: 5px;
    color: #ca171e;
    text-align: center;
}

.translator li a:hover {
    background: #ca171e;
    color: #fff;
}

.translator {
    color: #e41b13;
}

html, body {
   margin: 0;
   padding: 0;
   height: 100%;
   overflow-x: hidden;
}

body {
    font-family: 'arial', sans-serif;
}

#intro-container {
    text-align:center;
}
#intro-header {
    border-bottom: 25px solid #ca171e;
    margin-bottom: 46px;
    height: 82px;
    padding-left: 90px;
}

h1 {
    color: black;
}

.wrapper {
    position:relative;
}

.container-small {
    border:2px solid;
    padding-top: 0px;
    width:auto;
    height: auto;
    min-height:500px;
}

.translator {
    font-size: 16px;
    position: absolute;
    right: 12%;
    top: 15px;
    z-index:100;
}

.zcontainer {
    background: none;
    /*width: 100%;*/
    margin: 0px auto 10px;
    border:none;
    
    background-color: #fcfcfc;
    padding-top: 35px;
    border: 1px solid #eee;
    border-bottom: 10px solid #ca171e;
}

.zheader {
    /*display:none;*/
    margin-top: 35px;
}

.no-background {
    background-color:inherit !important;
}

.no-background .end-text {
    color:inherit !important;
}

@media (min-width: 855px) {
    .zfooter ul li {
        display: inline;
        margin: 0 10px;
    }
}

/*make customcontainer size */
/*xs*/
@media (max-width: 991px) {
    .form-horizontal .control-label {
        text-align: center;
    }
}
/*sm*/
@media (min-width: 768px) {
    .zfooter ul li {
        display: inline;
        margin: 0 15px;
    }
    
    .container-small {
        width: 761px;
    }
    
    .translator {
        right: 12%;
        width: 100%;
        top: 15px;
    }
    
    .translator ul {
        margin: auto;
        width: 761px;
    }
    
    .container-small .headerRow {
        width: 757px;
    }
}

/*md*/
@media (min-width: 992px) {
    .zfooter ul li {
        padding: 0 15px;
    }
    .container-small {
        width: 961px;
    }
    
    .translator ul {
        width: 961px;
    }
    
    .container-small .headerRow {
        width: 957px;
    }
    
    .zcontainer {
        width: 992px;
    }
    
    .translator {
        right: 15px;
        width: 100%;
        top: 15px;
    }
}

/*lg*/
@media (min-width: 1200px) {
    
}

.banner, .bottom-banner, .leftImages, .logo {
    background-repeat: no-repeat;
    background-size: contain;
}

.banner, .bottom-banner, .logo {
    background-position: center top;
}

.bottom-banner {
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
}

#titre-pg {
    color: #050706;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.leftImages {
}

.rightForms {
}

.logo{
    margin-left:auto;
    margin-right:auto;
    height: 129px;
}

.nocodelink {
    display: block;
    font-style: italic;
    font-weight: normal;
    margin: 15px auto 10px;
    padding: 2px;
}

a.nocodelink:focus, a.nocodelink:hover {
    text-decoration: underline;
    cursor: pointer;
}

#codeForm input, #storeForm input, #storeForm select {
    border: medium none;
}

#codeForm{
    padding:10px;
    margin:10px;
    width: 100%;
    margin-left: auto;
    margin-right:auto;
}

#codeForm label, #storeForm label,
#codeForm input[type="submit"], #storeForm input[type="submit"],
#citySelect, #storeSelect {
    margin:auto;
}
#codeForm label, #storeForm label {
    font-weight: normal;
}


#storeForm {
    margin: 20px 0px;
}

#storeForm .form-control, #storeForm select, #codeForm input[type="text"] {
    font-size: 1.1em;
    font-weight: normal;
    box-shadow:none !important;
    text-align: left;
    padding: 5px;
    height: 35px;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

#storeForm .dropdown-menu, #storeForm option {
    border-radius: 0;
    box-shadow: 0;
}

#storeForm ul {
    border:0px;
}

#codeForm input[type="submit"], #storeForm input[type="submit"], button {
    border-radius: 25px !important;
    padding: 5px;
    background-color: #00749b;
    color: #fff;
}

#codeForm input[type="text"], button {
    width: 240px;
}

#codeForm input[type="submit"]:hover, #storeForm input[type="submit"]:hover, button:hover {
    background-color: #005a78;
    color: #fff !important;
}

#codeForm input[type="text"] {
    font-family: monospace;
}

#storeForm .btn-default {
    background-image: none !important;
    box-shadow: none !important;
    text-shadow:none;
}

#storeForm .form-group {
    width:75%;
    margin-left: 12.5%;
}
/* Captcha img*/
#storeForm img {
    margin: 3px auto;
}
#storeForm .captcha {
    border-radius: 5px;
    border: 1px solid #eee;
    margin-top: 40px;
    width: 200px;
    background: #fff;
    text-align: center;
}
#storeForm input[type="text"] {
    border-top: 1px solid #eeec;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
    height: 30px;
    text-align: center;
}

.bigText {
    font-size: 22pt;
}

.mediumText {
    font-size: 18pt;
    font-weight: normal;
}

.smallText {
    font-size: 13pt;
}

.introText {
    font-size: 14pt;
}

.bg ul{
    list-style-type: none;
}


#receipt_code_form ul, #storeForm ul.error{
    padding: 0;
}

#receipt_code_form li, #storeForm ul.error li {
    display: block;
    position: relative;
    top: 10px;
    font-size: 12pt;
    animation-name: wiggle;
    animation-duration: 0.2s;
    animation-iteration-count: 3;

}

.bigText, .smallText, .mediumText, .introText {
    text-shadow:  none;
}

@keyframes wiggle {
    0% {
        transform: skewY(2deg);
    };
    50% {
        transform: skewY(-2deg);
    };
    100% {
        transform: skewY(0deg);
    };
}

@keyframes fadeIn {
    from {
        opacity: 0
    };
    to {
        opacity: 1;
    };
}

.arrow-indicator {
    margin-top: 62px;
    margin-left: 45px;
}

.uppercase-letters {
    text-transform: uppercase;
}

.content .end-text:first-child {
    margin-top:80px;
}

/* Angular UI Select Fix*/
input.ui-select-search {
    width: 100% !important;
}

.ui-select-bootstrap .ui-select-choices-row > a {
    white-space: normal;
}

.ui-select-match-text{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
}

.container-small .headerRow {
    background-color:#fff;
}

.arrow-pointer {
     display: none;
}

/* Landing page */
.receipt-placeholder{
    width: 250px;
    height: 300px;
    background: #ffffff;
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 30px;
    margin: 0 auto 30px auto;
}

.receipt-placeholder img {
    height: 100%;
    margin: 0 !important;
}

#storeForm{
    text-align: left;
}

.begin-survey{
    margin: 30px auto 0;
    text-align: center;
    border-top: 1px solid #Eee;
    padding: 15px 0 0;
}

.token-input{
    padding-top: 80px;
}

html:lang(fr_CA) .en_receipt{
    display: none;
}

html:lang(en_CA) .fr_receipt{
    display: none;
}