@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.base-button, .cancel-button {
  display: block;
  width: 100%;
  padding: 8px 15px;
  margin: 10px 0 0;
  border: none;
  color: white;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.base-button {
  background: #e67e22;
}
.base-button:hover {
  background: #eb9950;
}

.cancel-button {
  background: #bdc3c7;
}
.cancel-button:hover {
  background: #d9dcde;
}

.checkbox {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
}
.checkbox > input {
  display: none;
}
.checkbox > input.invalid + label span {
  background-position: 0 -40px !important;
}
.checkbox input + label span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/sprite-orange.png) no-repeat;
  background-position: 0 -20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox input:checked + label span {
  background-position: 0 0;
}
.checkbox.invalid {
  box-shadow: none !important;
}
.checkbox.invalid .icon {
  background-position: 0 -40px !important;
}

form > div {
  position: relative;
}

label {
  cursor: pointer;
  color: #666666;
}

input[type=text], input[type=password],
input[type=email], textarea {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  background: #f6f6f6;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.holder {
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  color: #666666; 
}

.valid, .invalid {
  position: relative;
}

.valid {
  box-shadow: 0 0 3px #27ae60;
}

.invalid {
  box-shadow: 0 0 3px #e67e22;
  color: #e67e22;
}

.social-login-list {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 0;
}
.social-login-list ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-login-list ul li {
  float: left;
  margin-right: 8px;
}
.social-login-list ul li:last-child {
  margin-right: 0;
}
.social-login-list ul li a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 8px;
  font-size: 18px;
  color: white;
  border-radius: 40px;
}
.social-login-list ul li a:hover span {
  visibility: visible;
  opacity: 0.9;
  top: -40px;
}

.box {
  position: relative;
  display: block;
  padding: 15px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.box.small {
  width: 280px;
}
.box.medium {
  width: 380px;
}
.box.large {
  width: 480px;
}

.pw {
  position: absolute;
  right: 20px;
  bottom: 102px;
}
.pw .pw-icon {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  padding: 4px;
  background: #e67e22;
  border-radius: 14px;
}
.pw .pw-icon:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: url(../img/sprite-orange.png) no-repeat;
  background-position: -20px -80px;
  color: white;
}
.pw .pw-icon > span {
  width: 180px;
  margin-left: -75px;
}
.pw .pw-icon:hover > span {
  visibility: visible;
  top: -40px;
  opacity: 0.9;
}

html, body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin: 0 0 20px;
}

a {
  text-decoration: none;
  color: #e67e22;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #e98b39;
  text-decoration: underline;
}

.facebook, .twitter,
.google, .pinterest {
  width: 185px;
  position: relative;
  padding-left: 35px;
  margin: 0;
  text-align: left;
  font-size: 14px;
}
.facebook:before, .twitter:before,
.google:before, .pinterest:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: url(../img/sprite-orange.png) no-repeat;
}

.facebook {
  background-color: #3b5998;
}
.facebook:hover {
  background-color: #4c70ba;
}
.facebook:before {
  background-position: -20px 0;
}

.twitter {
  background-color: #4099ff;
}
.twitter:hover {
  background-color: #73b4ff;
}
.twitter:before {
  background-position: -20px -20px;
}

.google {
  background-color: #e8e8e8;
  color: #d55931;
}
.google:hover {
  background-color: whitesmoke;
}
.google:before {
  background-position: -20px -40px;
}

.pinterest {
  background-color: #c72421;
}
.pinterest:hover {
  background-color: #df3f3c;
}
.pinterest:before {
  background-position: -20px -60px;
}

.tip {
  display: inline-block;
  width: 180px;
  padding: 8px 20px;
  position: absolute;
  left: 105%;
  top: 4px;
  background: #e67e22;
  border-radius: 5px;
  font-weight: 300;
  font-size: 14px;
  color: white;
  text-align: center;
  word-wrap: break-word;
}
.tip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -6px;
  border-right: 6px solid #e67e22;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.hint-tip {
  display: inline-block;
  width: 110px;
  height: auto;
  padding: 5px;
  position: absolute;
  top: 0px;
  left: -50%;
  margin-left: -25px;
  background: white;
  border: 1px solid #bdc3c7;
  font-size: 12px;
  color: #666666;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}
.hint-tip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  border-top: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 2;
}
.hint-tip:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #bdc3c7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.toggle {
  display: block;
  height: 22px;
  width: 80px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px;
  background-color: #bdc3c7;
  color: white;
  border-radius: 50px;
  -webkit-animation: bugfix infinite 1s;
  /* Position the label over all the elements, except the slide-button
   * Clicking anywhere on the label will change the switch-state
   */
  /* Don't hide the input from screen-readers and keyboard access */
}
.toggle * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.toggle label, .toggle p {
  line-height: 20px;
  vertical-align: middle;
}
.toggle label {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}
.toggle input {
  position: absolute;
  opacity: 0;
  z-index: 5;
}
.toggle p {
  position: absolute;
  left: -100px;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #666666;
}
.toggle p > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 113px;
  background: url(../img/sprite-orange.png) no-repeat;
  text-align: center;
  font-size: 16px;
  color: white;
}
.toggle p > span:last-child {
  left: 50%;
}
.toggle p > span.username {
  background-position: 0 -60px;
}
.toggle p > span.email {
  background-position: 0 -80px;
}
.toggle p > span.password {
  background-position: 0 -100px;
}
.toggle .slide-button {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #e67e22;
  outline: none;
}
.toggle input:first-of-type:checked ~ .slide-button {
  background-color: #e67e22;
}
.toggle input:checked ~ .slide-button {
  right: 50%;
}

/* Bugfix for older Webkit, including mobile Webkit. Adapted from:
 * http://css-tricks.com/webkit-sibling-bug/
 */
@-webkit-keyframes bugfix {
  from {
    position: relative;
  }

  to {
    position: relative;
  }
}
