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

}

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

}

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

}

html {
  position: relative;
  min-height: 100%;
}

html, body {
  background: #ffffff;
}

body.thankyou {
    margin-bottom: 98px;
}

body {
    font-family: 'linotteLight', Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
  font-family: 'linotteregular', Arial, sans-serif;
  color: #EA621A;
}

p.intro {
  margin: 0.5em 0 2em;
}

a {
  color: #EA621A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #EA621A;
}

strong {
    font-family: 'linottebold';
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p { font-weight : normal;  }

#logo {
  margin-top: 2em;
}

/* Form */
.form-line {
    margin: 1em 0;
}

.btn-warning {
    background-color: #EA621A;
    border-color: #EA621A;
}

.btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

#pdf-viewer {
    height: 400px;
}

.radio label {
    font-family: 'linottebold';
    font-weight: normal;
    font-size: 18px;
}

.file-input {
    background: #ffffff;
    border: 0;
    box-shadow: 0;
    padding: 6px;
}

/*Thank You */
.thankyouBtn {
  margin: 14px auto 32px auto;
}

/* Footer */
footer {
    text-align: center;
    background-color: #333;
    color: #ffffff;
    margin-top: 3em;
    padding: 1em;
    font-size: 14px;
}

footer.thankyou {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 98px;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover, footer a:active, footer a:visited {
    color: #ffffff;
    text-decoration: underline;
}

.countdown-box {
  color: #333333;
}

/* Media Queries */
@media (min-width: 960px) { 
    #pdf-viewer {
        height: 630px;
    }
}

/* Countdown Timer */
.countdown-box .cols:after { content: ''; clear: both; font-size: 0; line-height: 0; display: table; }
.countdown-box .col { float: left; }
.countdown-box .col-1of2 { width: 50%; }
.countdown-box .col-1of3 { width: 33.33333%; }

.countdown-box {
    background: pink;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    border-radius: 5px;
    margin: 20px;
    width: 320px;
}

.countdown-box .info { max-width: 320px; margin: 0; }

@media (max-width: 767px) {
  .countdown-box .info { border-radius: 0; max-width: none; margin: 0 -13px 0; padding: 3px 10px 3px; box-shadow: none; }
}

.countdown-box { text-align: center; background: #fff; border: 1px solid  #efefef; border-radius: 8px; font-size: 12px; font-weight: 600; padding: 5px; box-shadow: -1px 1px 3px rgba(0,0,0,.1)}
.countdown-box:after { content: ''; position: absolute; left: 52%; width: 1px; top: 10px; bottom: 10px; background: #ededed; font-size: 12px; }
.countdown-box h5 { font-weight: 600; text-transform: uppercase; font-size: 10px; line-height: 1.1; margin-bottom: 7px; }
.countdown-box span { display: block; text-align: center; text-transform: uppercase; color: #e03b1b; font-size: 24px; line-height: .81; font-weight: 300; margin-bottom: 9px; }
.countdown-box p {
  padding: 0 10px;
}
.countdown-box span.times {
  margin-bottom: 10px;
}

.countdown-box .counter { font-size: 10px; text-transform: uppercase; color: #3c3c3b; }

.countdown-box .close {
    position: absolute;
    top: 0px;
    right: 4px;
}

/**
 * Multiple file upload styling
 */
.qq-uploader { position:relative; width:224px;}

.qq-upload-button {
    /*background: none repeat scroll 0 0 #B5B5B5;*/
    background: #ffa84c; /* old browsers */
    background: -moz-linear-gradient(top, #FBCB5D 0%, #EFA003 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBCB5D), color-stop(100%,#EFA003)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBCB5D', endColorstr='#EFA003',GradientType=0 ); /* ie */
    color: #FFFFFF;
    display: block;
    font-size:16px;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0 -1px #C64F00;
    border: 1px solid #C64F00;
    border-radius:5px 5px;
}

.qq-upload-button-hover {
    background: #ff7b0d; /* old browsers */
    background: -moz-linear-gradient(top, #ff7b0d 0%, #ffa84c 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7b0d), color-stop(100%,#ffa84c)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 ); /* ie */

}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-delete{
    display:none;
    top:0px;
    position:absolute;
    background: #f85032; /* old browsers */
    background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* ie */
    width:20px;
    height:100%;
    right:0px;
    color:#fff;
    line-height:20px;
    text-align:center;
    text-shadow:0 -1px 0px #000;
    border-radius:0px 5px 5px 0px;
    border-left:1px solid #aaa;
    cursor:pointer;
    box-sizing: border-box;
}
.qq-upload-delete:hover{
    background: #ffb76b; /* old browsers */
    background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* ie */
}
.qq-upload-list li:hover{
    border:1px solid #aaa;
}
.qq-upload-success:hover .qq-upload-delete{
    display:block;
}
.qq-upload-fail:hover .qq-upload-delete{
    display:block;
}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 54px; z-index:2;
    background:#F5F5F5;
    background:rgba(240, 240, 240, 0.9);
    text-align:center;
    color:#B1B1B1;
    border:2px dashed #c5c5c5;
    border-radius:5px 5px;
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-10px; font-size:16px;
}
.qq-upload-drop-area-active {
    background:lightyellow;
    background:rgba(222, 255, 210, 0.9);
}
.qq-upload-list { margin:10px 0; padding:0; list-style:none; }
.qq-upload-list li {
    position:relative;
    font-size: 11px;
    margin: 8px 0;
    color: #5E5B5B;
    padding: 2px 4px;
    background: #EEEEEE;
    border-radius: 5px 5px;
    white-space: normal;
    border:1px solid transparent;
}
.qq-upload-file,.qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    font-size:0.8em;
    line-height:16px;
}

.qq-file-uploading{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 80px;
}

.qq-upload-failed-text{float:right;}
.qq-upload-fail{
    background:#FF927D !important;
    color:#fff !important;
}
.qq-upload-fail .qq-upload-size{display:none !important;}
.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("../../images/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;margin-bottom: 3px;margin-left: 2px;}
.qq-upload-size,.qq-upload-cancel {float:right;margin-left: 4px;}
.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}

.qq-upload-button {
    background: #d33681;
    border-color: #c12971;
    color: #FFFFFF;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    text-shadow: none;
    border: 1px solid #C64F00;
    border-radius: 6px;
    font-weight: 800;
}

.qq-upload-button:hover {
    background: #f0ad4e;
    border-color: #f0ad4e;
}
