html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, fieldset, font, img, dl, dt, dd, ol, ul, li, form, label, input, textarea, legend, table, tbody, tr, th, td {
   margin: 0px;
   padding: 0px;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   list-style: none
}
::-moz-selection {
 background:#6f4fc8;
 color:#fff;
 text-shadow:none;
}
::selection {
   background: #6f4fc8;
   color: #fff;
   text-shadow: none;
}
body, html {
   height: 99%;
   margin: 0;
   padding: 0;
}
body {
   background: #edeff0;
   font-family: "Exo 2", Arial, Helvetica, sans-serif;
   color: #525a64;
   font-size: 14px;
   line-height: 17px;
}
h1 {
   font-size: 24px;
   font-weight: 700;
   line-height: 28px;
   color: #39424e;
}
h2 {
   margin: 0;
   padding: 0 0 20px;
   font-size: 21px;
   font-weight: 400;
   line-height: 24px;
   color: #39424e;
}
h3 {
   margin: 5px 0 0;
   padding: 0 0 5px;
   font-size: 18px;
   font-weight: 700;
   line-height: 21px;
   text-align: left;
   color: #39424e;
   border-bottom: #eee 1px solid;
}
p {
   margin: 0 0 6px;
   color: #595959;
   font-size: 18px;
   line-height: 22px;
   text-align: left;
}
ul, ol {
   margin: 20px 0 0;
   padding: 0 0 0 30px;
}
ul {
   list-style: disc;
}
ol {
   list-style: decimal;
}
li {
   margin: 0 0 6px;
   list-style: inherit;
}
a {
   color: #3354bd;
   text-decoration: none;
}
a:hover, a:focus {
   color: #0128ac;
   text-decoration: underline;
}
hr {
   margin: 40px 30px;
   border: none;
   border-bottom: #e1e3e8 1px solid;
   clear: both;
}
strong {
   font-weight: 600;
}
label {
   display: block;
   margin: 0 0 8px;
   color: #39424e;
   font-size: 14px;
   font-weight: 600;
   line-height: 14px;
   text-align: left;
}
input[type=submit], input[type=button] {
   width: 220px;
   height: 42px;
   margin: 12px 0 0;
   background: #f78e13;
   color: #fff;
   font-family: "Exo 2", Arial, Helvetica, sans-serif;
   font-size: 21px;
   font-weight: 600;
   border-bottom: #d47a10 3px solid;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   cursor: pointer;
   -webkit-transition: all 0.10s ease-in-out;
   -moz-transition: all 0.10s ease-in-out;
   -ms-transition: all 0.10s ease-in-out;
   -o-transition: all 0.10s ease-in-out;
   outline: none;
}
input[type=submit]:hover, input[type=button]:hover, input[type=submit]:focus, input[type=button]:focus {
   background: #f9aa4e;
   color: #fff;
   border-bottom: #f78e13 2px solid;
}
input[type=submit].blue, input[type=button].blue, button.blue {
   background-color: #6f4fc8;
   border-bottom: #6f4fc8 3px solid;
}
input[type=submit].blue:hover, input[type=button].blue:hover, button.blue:hover, input[type=submit].blue:focus, input[type=button].blue:focus, button.blue:focus {
   background-color: #9a84d9;
   border-bottom: #6f4fc8 3px solid;
}
input[disabled], select[disabled] {
   opacity: 0.3;
   filter: alpha(opacity=30);
}
.button {
   display: inline-block;
   width: 220px;
   height: 35px;
   margin: 10px 10px;
   background: #6f4fc8;
   color: #fff;
   font-family: "Exo 2", Arial, Helvetica, sans-serif;
   font-size: 18px;
   line-height: 36px;
   font-weight: 600;
   text-decoration: none;
   border-bottom: #6f4fc8 2px solid;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   cursor: pointer;
   -webkit-transition: all 0.10s ease-in-out;
   -moz-transition: all 0.10s ease-in-out;
   -ms-transition: all 0.10s ease-in-out;
   -o-transition: all 0.10s ease-in-out;
   outline: none;
}
.button:hover {
   background: #9a84d9;
   color: #fff;
   text-decoration: none;
   border-bottom: #6f4fc8 2px solid;
}
.button.red {
   background: #e74c3c;
   border-bottom: #a5362b 2px solid;
}
.button.red:hover {
   background: #ed796d;
   color: #fff;
   text-decoration: none;
   border-bottom: #a5362b 2px solid;
}
/*Warning*/
.warning {
   width: 100%;
}
.warning .top {
   width: 100%;
   height: 300px;
   background: #fff;
   border-bottom: #c2c7d0 1px solid;
   text-align: center;
}
.warning .top h1.alert-icon {
   display: inline-block;
   height: 113px;
   max-width: 720px;
   margin: 80px auto 0;
   padding: 140px 20px 0;
   background: url(../img/alert-icon.png) no-repeat center top;
   text-align: center;
}
.warning .top h1.warning-icon {
   display: inline-block;
   height: 113px;
   max-width: 720px;
   margin: 80px auto 0;
   padding: 140px 20px 0;
   background: url(../img/warning-icon.png) no-repeat center top;
   text-align: center;
}
.warning .content {
   max-width: 760px;
   margin: 0 auto;
   padding: 50px 20px 20px;
   text-align: center;
}
.warning .content p {
   text-align: center;
}

@media all and (max-width: 1000px) {
   .warning .top h1.alert-icon, .warning .top h1.warning-icon, .warning .content {
      max-width: 620px;
   }
   .warning .button {
      width: 100%;
   }
}

@media all and (max-width: 680px) {
   .warning .top h1.alert-icon, .warning .top h1.warning-icon, .warning .content {
      max-width: 620px;
      font-size: 48px;
   }
   .warning .content p {
      font-size: 26px;
      line-height: 32px;
   }
   .warning .button {
      width: 100%;
      height: 80px;
      margin-top: 50px;
      line-height: 81px;
      font-size: 50px;
   }
}
.spinner {
   width: 48px;
   height: 48px;
   margin: 30px auto 20px;
   background: url(../img/spinner.gif) no-repeat center top;
}
/*Footer*/
.footer {
   position: fixed;
   bottom: 0;
   width: 100%;
   height: 30px;
   background: #fff;
   border-top: #c2c7d0 1px solid
}
.footer .logo {
   color: #979faf;
   font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: 700;
   line-height: 30px;
   text-transform: uppercase
}
.footer .logo a {
   display: block;
   width: 64px;
   height: 30px;
   margin: 0 20px;
   background: url(../img/logo-footer.png) no-repeat left center
}
.footer p {
   margin: 0 20px;
   color: #979faf;
   font-size: 11px;
   line-height: 30px;
   position: absolute;
   right: 0;
   bottom: 0
}
.footer p a {
   color: #979faf
}
/*General*/
.hidden {
   display: none;
}
.clear {
   clear: both;
}
.ellipses {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   max-width: 280px;
}
