/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */

/**
 * 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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  float: left;
  width: 8.333333%;
}

.col-xs-2 {
  float: left;
  width: 16.666667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.333333%;
}

.col-xs-5 {
  float: left;
  width: 41.666667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.333333%;
}

.col-xs-8 {
  float: left;
  width: 66.666667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.333333%;
}

.col-xs-11 {
  float: left;
  width: 91.666667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.333333%;
}

.pull-xs-2 {
  right: 16.666667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.333333%;
}

.pull-xs-5 {
  right: 41.666667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.333333%;
}

.pull-xs-8 {
  right: 66.666667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.333333%;
}

.pull-xs-11 {
  right: 91.666667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.333333%;
}

.push-xs-2 {
  left: 16.666667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.333333%;
}

.push-xs-5 {
  left: 41.666667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.333333%;
}

.push-xs-8 {
  left: 66.666667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.333333%;
}

.push-xs-11 {
  left: 91.666667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.333333%;
}

.offset-xs-2 {
  margin-left: 16.666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.333333%;
}

.offset-xs-5 {
  margin-left: 41.666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.333333%;
}

.offset-xs-8 {
  margin-left: 66.666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.333333%;
}

.offset-xs-11 {
  margin-left: 91.666667%;
}

@media (min-width: 544px) {
  .col-sm-1 {
    float: left;
    width: 8.333333%;
  }

  .col-sm-2 {
    float: left;
    width: 16.666667%;
  }

  .col-sm-3 {
    float: left;
    width: 25%;
  }

  .col-sm-4 {
    float: left;
    width: 33.333333%;
  }

  .col-sm-5 {
    float: left;
    width: 41.666667%;
  }

  .col-sm-6 {
    float: left;
    width: 50%;
  }

  .col-sm-7 {
    float: left;
    width: 58.333333%;
  }

  .col-sm-8 {
    float: left;
    width: 66.666667%;
  }

  .col-sm-9 {
    float: left;
    width: 75%;
  }

  .col-sm-10 {
    float: left;
    width: 83.333333%;
  }

  .col-sm-11 {
    float: left;
    width: 91.666667%;
  }

  .col-sm-12 {
    float: left;
    width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.333333%;
  }

  .pull-sm-2 {
    right: 16.666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.333333%;
  }

  .pull-sm-5 {
    right: 41.666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.333333%;
  }

  .pull-sm-8 {
    right: 66.666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.333333%;
  }

  .pull-sm-11 {
    right: 91.666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.333333%;
  }

  .push-sm-2 {
    left: 16.666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.333333%;
  }

  .push-sm-5 {
    left: 41.666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.333333%;
  }

  .push-sm-8 {
    left: 66.666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.333333%;
  }

  .push-sm-11 {
    left: 91.666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.333333%;
  }

  .col-md-2 {
    float: left;
    width: 16.666667%;
  }

  .col-md-3 {
    float: left;
    width: 25%;
  }

  .col-md-4 {
    float: left;
    width: 33.333333%;
  }

  .col-md-5 {
    float: left;
    width: 41.666667%;
  }

  .col-md-6 {
    float: left;
    width: 50%;
  }

  .col-md-7 {
    float: left;
    width: 58.333333%;
  }

  .col-md-8 {
    float: left;
    width: 66.666667%;
  }

  .col-md-9 {
    float: left;
    width: 75%;
  }

  .col-md-10 {
    float: left;
    width: 83.333333%;
  }

  .col-md-11 {
    float: left;
    width: 91.666667%;
  }

  .col-md-12 {
    float: left;
    width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.333333%;
  }

  .pull-md-2 {
    right: 16.666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.333333%;
  }

  .pull-md-5 {
    right: 41.666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.333333%;
  }

  .pull-md-8 {
    right: 66.666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.333333%;
  }

  .pull-md-11 {
    right: 91.666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.333333%;
  }

  .push-md-2 {
    left: 16.666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.333333%;
  }

  .push-md-5 {
    left: 41.666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.333333%;
  }

  .push-md-8 {
    left: 66.666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.333333%;
  }

  .push-md-11 {
    left: 91.666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.333333%;
  }

  .col-lg-2 {
    float: left;
    width: 16.666667%;
  }

  .col-lg-3 {
    float: left;
    width: 25%;
  }

  .col-lg-4 {
    float: left;
    width: 33.333333%;
  }

  .col-lg-5 {
    float: left;
    width: 41.666667%;
  }

  .col-lg-6 {
    float: left;
    width: 50%;
  }

  .col-lg-7 {
    float: left;
    width: 58.333333%;
  }

  .col-lg-8 {
    float: left;
    width: 66.666667%;
  }

  .col-lg-9 {
    float: left;
    width: 75%;
  }

  .col-lg-10 {
    float: left;
    width: 83.333333%;
  }

  .col-lg-11 {
    float: left;
    width: 91.666667%;
  }

  .col-lg-12 {
    float: left;
    width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.333333%;
  }

  .pull-lg-2 {
    right: 16.666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.333333%;
  }

  .pull-lg-5 {
    right: 41.666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.333333%;
  }

  .pull-lg-8 {
    right: 66.666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.333333%;
  }

  .pull-lg-11 {
    right: 91.666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.333333%;
  }

  .push-lg-2 {
    left: 16.666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.333333%;
  }

  .push-lg-5 {
    left: 41.666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.333333%;
  }

  .push-lg-8 {
    left: 66.666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.333333%;
  }

  .push-lg-11 {
    left: 91.666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.333333%;
  }

  .col-xl-2 {
    float: left;
    width: 16.666667%;
  }

  .col-xl-3 {
    float: left;
    width: 25%;
  }

  .col-xl-4 {
    float: left;
    width: 33.333333%;
  }

  .col-xl-5 {
    float: left;
    width: 41.666667%;
  }

  .col-xl-6 {
    float: left;
    width: 50%;
  }

  .col-xl-7 {
    float: left;
    width: 58.333333%;
  }

  .col-xl-8 {
    float: left;
    width: 66.666667%;
  }

  .col-xl-9 {
    float: left;
    width: 75%;
  }

  .col-xl-10 {
    float: left;
    width: 83.333333%;
  }

  .col-xl-11 {
    float: left;
    width: 91.666667%;
  }

  .col-xl-12 {
    float: left;
    width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.333333%;
  }

  .pull-xl-2 {
    right: 16.666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.333333%;
  }

  .pull-xl-5 {
    right: 41.666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.333333%;
  }

  .pull-xl-8 {
    right: 66.666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.333333%;
  }

  .pull-xl-11 {
    right: 91.666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.333333%;
  }

  .push-xl-2 {
    left: 16.666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.333333%;
  }

  .push-xl-5 {
    left: 41.666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.333333%;
  }

  .push-xl-8 {
    left: 66.666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.333333%;
  }

  .push-xl-11 {
    left: 91.666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  outline: none !important;
  text-decoration: none;
  box-sizing: border-box;
  max-height: 999999px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

html,
* html body {
  height: 100%;
}

body {
  min-height: 100%;
  min-width: 300px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  background: #fff;
}

.clr {
  clear: both !important;
  height: 0;
  display: block !important;
}

#wrapper {
  min-width: 300px;
  overflow: hidden;
}

.btn {
  margin-right: 0.8em;
}

.btn.more {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn.more:hover {
  background-color: #464646;
}

@keyframes 'movement' {
  from {
    margin-top: 0;
  }
  50% {
    margin-top: -20px;
  }
  to {
    margin-top: 0;
  }
}

.main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 90px;
  z-index: 6;
  position: relative;
  padding-top: 28px;
}

.main-header__signin {
  width: 130px;
  height: 50px;
  border: 2px solid transparent;
  text-align: center;
  line-height: 46px;
  float: right;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -11px;
  transition: all .2s ease-in-out;
  border-radius: 4px;
}

.main-header__signin:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1199px) {
  .main-header {
    height: 80px;
    padding-top: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
    padding: 14px 24px !important;
  }

  .main-header {
    height: 60px;
    padding-top: 18px;
  }
  .main-header__signin {
    font-size: 12px;
    width: auto;
    height: auto;
    border: none;
  }
  .main-header__logo {
    margin-top: 5px;
    display: inline-block;
  }
  .main-header__logo img {
    width: 70px;
  }

  .promo .bg-man {
    width: 200px;
    left: 68.4375%;
  }
  .promo .bg-man img {
    width: 100%;
    height: 30%;
  }
}

.btn {
  background: #ff6d00;
  padding: 20px 40px !important;
  border-radius: 110px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.btn:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.promo {
  margin-top: -90px;
  padding-top: 134px;
  padding-bottom: 160px;
  position: relative;
  z-index: 5;
}

.promo .container {
  position: relative;
}

.promo .btn-scroll {
  width: 70px;
  height: 70px;
  background-color: white;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 4% auto 0;
  background-image: url(assets/hero-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 29px;
  transition: background-position .2s ease-in-out;
}

.promo .btn-scroll:hover {
  background-position: 50% 60%;
}

.promo .bg-wr {
  position: absolute;
  content: '';
  top: -50px;
  bottom: 0;
  right: 0;
  left: 0;
  transform: skewY(-3deg);
  overflow: hidden;
}

.promo .bg-wr .bg {
  background: linear-gradient(to top right, #1a92ed, #0c6eb9);
  position: absolute;
  content: '';
  top: 50px;
  bottom: -50px;
  right: 0;
  left: 0;
  transform: skewY(3deg);
}

.promo .bg-man {
  position: absolute;
  bottom: -70px;
  left: 58.4375%;
  transform: skewY(3deg);
  z-index: 3;
}

.promo .bg-man:before {
  position: absolute;
  background: #fff;
  background-clip: content-box;
  content: '';
  top: 60px;
  left: -40px;
  width: 473px;
  height: 473px;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
}

.promo__main-ttl {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 28px;
}

.promo__desc {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 49px;
  position: relative;
}

.promo__sub-ttl {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 29px;
  margin-top: -40px;
}

.promo__list {
  margin-left: 322px;
  margin-top: 2px;
  position: relative;
  clear: both;
  float: left;
}

.promo__btn-desc {
  color: #fddf65;
  font-size: 16px;
  margin-top: 48px;
  font-weight: 500;
}

.promo__list-item {
  position: relative;
}

.promo__list-item:before {
  position: absolute;
  content: '';
  top: 2px;
  left: 72px;
  width: 103px;
  height: 103px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.promo__list-item:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 92px;
  width: 67px;
  height: 67px;
  background-position: center;
  background-repeat: no-repeat;
}

.promo__list-item:nth-child(1) {
  margin-top: 27px;
}

.promo__list-item:nth-child(1):after {
  background-image: url(assets/hero-icon01.png);
}

.promo__list-item:nth-child(2) {
  top: 101px;
  margin-left: 82px;
}

.promo__list-item:nth-child(2):after {
  background-image: url(assets/hero-icon02.png);
}

.promo__list-item:nth-child(3) {
  top: 235px;
  margin-left: 90px;
}

.promo__list-item:nth-child(3):after {
  background-image: url(assets/hero-icon03.png);
}

@media only screen and (max-width: 1190px) {
  .promo .bg-man:before {
    display: none;
  }
  .promo__list-item {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .promo .bg-man {
    width: 200px;
    left: 68.4375%;
  }
  .promo .bg-man img {
    width: 100%;
    height: 30%;
  }
}

.heading {
  font-family: "Roboto Slab";
  font-size: 32px;
  font-weight: 600;
  color: #242424;
  padding: 8rem 0 1rem 0;
  position: relative;
  text-align: center;
}

.heading:after {
  content: '';
  width: 100px;
  height: 4px;
  background-color: #0c6eb9;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}

.resume,
.talent,
.engrip-profile,
.hiring,
.works,
.eyes,
.colleges {
  position: relative;
  background: #fff;
  z-index: 3;
}

.resume__list,
.talent__list,
.hiring__list {
  font-weight: 400;
  font-size: 17px;
  color: #575757;
  text-align: center;
  margin: 5rem 0 3rem 0;
  position: relative;
}

.resume__list img,
.talent__list img,
.hiring__list img {
  display: block;
  margin: 0 auto !important;
}

.resume__list:after,
.talent__list:after,
.hiring__list:after {
  content: '';
  width: 15px;
  height: 15px;
  background: #e5e5e5;
  position: absolute;
  border-radius: 50%;
  top: 50px;
  right: 0;
}

.resume__list:last-child:after,
.talent__list:last-child:after,
.hiring__list:last-child:after {
  display: none;
}

.resume:after,
.talent:after,
.engrip-profile:after,
.hiring:after,
.works:after,
.eyes:after,
.colleges:after {
  content: '';
  display: block;
  height: 100px;
  background: inherit;
  position: absolute;
  transform: skewY(-3deg);
  transform-origin: 100%;
  overflow: hidden;
  bottom: -50px;
  right: 0;
  left: 0;
  z-index: -12;
}

@media only screen and (max-width: 992px) {
  .resume__list,
  .talent__list,
  .hiring__list {
    margin-top: 4rem;
  }
  .resume__list:first-child,
  .talent__list:first-child,
  .hiring__list:first-child {
    margin-top: 5rem;
  }
  .resume__list:after,
  .talent__list:after,
  .hiring__list:after {
    content: '';
    bottom: -110px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.talent,
.engrip-profile {
  z-index: 1;
  margin-top: 2rem;
  background: linear-gradient(to top right, rgba(26, 146, 237, 0.9), rgba(12, 110, 185, 0.9)), url(assets/talent-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.talent .heading,
.engrip-profile .heading {
  color: #fff;
}

.talent .heading:after,
.engrip-profile .heading:after {
  background-color: #fff;
}

.talent__list {
  margin-bottom: 5rem;
  color: #eee;
}

.talent__list:after {
  content: '';
  background: rgba(255, 255, 255, 0.3);
}

.talent:after,
.engrip-profile:after {
  content: '';
  display: block;
  height: 100px;
  background: inherit;
  position: absolute;
  transform: skewY(-3deg);
  transform-origin: 100%;
  overflow: hidden;
  bottom: -50px;
  right: 0;
  left: 0;
  z-index: -12;
  background: #fff;
  bottom: -100px;
  transform: skewY(1.5deg);
}

@media only screen and (max-width: 992px) {
  .resume__list:after,
  .talent__list:after,
  .hiring__list:after {
    content: '';
    bottom: -150px;
  }
}

.hiring__list:nth-last-child(2) {
  margin-left: 16.666667%;
}

.hiring__list:nth-child(3):after {
  content: none;
}

.hiring:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url("assets/note.png") no-repeat;
  width: 180px;
  height: 100%;
}

.hiring:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("assets/pencils.png") no-repeat;
  background-size: 80%;
  width: 322px;
  height: 225px;
}

@media only screen and (max-width: 992px) {
  .hiring__list:nth-last-child(2) {
    margin-left: 0;
  }
  .hiring__list:after {
    content: '';
    bottom: -220px;
  }
  .hiring:before {
    content: '';
  }
  .hiring:after {
    content: '';
    background-size: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .hiring:before {
    content: none;
  }
  .hiring:after {
    content: none;
  }
}

.engrip-profile {
  z-index: 6;
  background: linear-gradient(to top right, rgba(26, 146, 237, 0.9), rgba(12, 110, 185, 0.9)), url(assets/engrip-profile-bg.png);
  background-size: cover;
  padding-bottom: 4rem;
}

.engrip-profile:after {
  content: '';
  display: block;
  height: 100px;
  background: inherit;
  position: absolute;
  transform: skewY(-3deg);
  transform-origin: 100%;
  overflow: hidden;
  bottom: -50px;
  right: 0;
  left: 0;
  z-index: -12;
  top: -75px;
  background: #fff;
}

.engrip-profile .heading span {
  font-size: 24px;
  font-weight: normal;
}

.engrip-profile .heading:nth-child(2) {
  padding-top: 4rem;
}

.engrip-profile .heading:nth-child(2):after {
  content: none;
}

.engrip-profile__desc {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-top: 2.5rem;
  text-align: center;
  line-height: 30px;
}

.engrip-profile__list,
.works__list {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #eee;
  margin: 1.25rem 0;
  padding: 32px 22px;
  position: relative;
}

.engrip-profile__list:after,
.works__list:after {
  content: '';
  width: 84px;
  height: 84px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.engrip-profile__list img,
.works__list img {
  display: inline;
  float: left;
  margin-right: 40px;
  margin-top: -12px;
}

@media only screen and (max-width: 576px) {
  .engrip-profile__list,
  .works__list {
    display: block;
    font-size: 15px;
    margin: 1rem;
  }
}

.works,
.eyes,
.colleges {
  z-index: 9;
  padding-bottom: 5rem;
}

.works:after,
.eyes:after,
.colleges:after {
  content: '';
  display: block;
  height: 100px;
  background: inherit;
  position: absolute;
  transform: skewY(-3deg);
  transform-origin: 100%;
  overflow: hidden;
  bottom: -50px;
  right: 0;
  left: 0;
  z-index: -12;
  top: -80px;
}

.works .heading,
.eyes .heading,
.colleges .heading {
  margin-bottom: 4rem;
  padding-top: 4rem;
}

.works:before,
.eyes:before,
.colleges:before {
  content: '';
  background: url("assets/pen.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  width: 180px;
  height: 100%;
}

.works__list {
  font-size: 17px;
  color: #575757;
  padding: 0 0 0 5rem;
}

.works__list h3 {
  color: #242424;
  margin-bottom: 1rem;
}

.works__list:nth-child(1):after {
  content: '1';
  font-family: "Roboto Slab";
  font-size: 135px;
  font-weight: 600;
  height: 150px;
  position: absolute;
  color: #f4f4f4;
  top: -30px;
}

.works__list:nth-child(2):after {
  content: '2';
  font-family: "Roboto Slab";
  font-size: 135px;
  font-weight: 600;
  height: 150px;
  position: absolute;
  color: #f4f4f4;
  top: -30px;
}

.works__list:nth-child(3):after {
  content: '3';
  font-family: "Roboto Slab";
  font-size: 135px;
  font-weight: 600;
  height: 150px;
  position: absolute;
  color: #f4f4f4;
  top: -30px;
}

.works__list:nth-child(4):after {
  content: '4';
  font-family: "Roboto Slab";
  font-size: 135px;
  font-weight: 600;
  height: 150px;
  position: absolute;
  color: #f4f4f4;
  top: -30px;
}

@media only screen and (max-width: 992px) {
  .works__list {
    margin-bottom: 2rem;
  }
}

.eyes,
.colleges {
  background-color: #f7f7f7;
  padding-bottom: 10rem;
}

.eyes:before,
.colleges:before {
  content: none;
}

.eyes__list {
  min-height: 270px;
  text-align: center;
  border-radius: 10px;
  padding: 0 4rem;
}

.eyes__list:nth-child(1) {
  background: url("assets/space.png") no-repeat;
  background-position: center;
}

.eyes__list:nth-child(2) {
  background: url("assets/space-moon.png") no-repeat;
  background-position: center;
}

.eyes__list h3 {
  padding-top: 100px;
  color: #fff;
  font-size: 20px;
}

.colleges {
  background: #fff;
  padding-bottom: 4rem;
}

.colleges__list {
  display: inline-block;
  padding: 1rem 0;
}

.colleges__list img {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}

.footer {
  position: relative;
  z-index: 10;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(assets/footer-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.footer:before {
  content: '';
  display: block;
  height: 100px;
  background: inherit;
  position: absolute;
  transform: skewY(-3deg);
  transform-origin: 100%;
  overflow: hidden;
  bottom: -50px;
  right: 0;
  left: 0;
  z-index: -12;
  top: -80px;
  background: #fff;
}

.footer .heading {
  color: #fff;
  margin-bottom: 2rem;
}

.footer .heading span {
  font-weight: 400;
  font-size: 24px;
}

.footer .heading:last-child {
  padding: 2rem 0 4rem 0 !important;
}

.footer .heading:after {
  content: none;
}

.footer__inquiry {
  background-color: #0c6eb9;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  width: 240px;
  padding: 10px 0;
  float: right;
  z-index: 66;
}

.footer__inquiry img {
  margin-left: 10px;
}

.footer hr {
  width: 100%;
  opacity: 0.2;
  margin: 1.3rem 0;
}

.footer__links {
  display: inline-block;
  margin-bottom: 1rem;
  margin-left: 2rem;
  float: left;
}

.footer__links li,
.footer__links a {
  color: #fff;
  float: left;
  font-weight: 400;
  font-size: 17px;
  padding-right: 3rem;
}

.footer__links li:last-child,
.footer__links a:last-child {
  padding-right: 0;
}

.footer__links li:hover,
.footer__links a:hover {
  color: #0c6eb9;
}

.footer__social {
  float: right;
}

.footer__social > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
}

.footer__social > li:last-child {
  margin: 0;
}

.footer__copyright {
  color: #a4a4a4;
  font-weight: 400;
  font-size: 14px;
  margin: 1rem 0;
}

@media only screen and (max-width: 768px) {
  .footer__inquiry {
    float: none;
    margin: 0 auto;
    width: 300px;
  }
  .footer__links {
    float: none;
    width: 100%;
    text-align: left;
    display: inline-block;
    margin: 0 auto;
  }
  .footer__links li {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
  .footer__links > :nth-child(odd) {
    width: 60%;
  }
  .footer__social {
    width: 100%;
    margin: 0 auto;
  }
}

/* Sign In Style starts */

.signin .modal-content {
  max-width: 482px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.28);
  border: solid 1px rgba(9, 69, 145, 0.6);
  margin: 0 auto;
  padding-bottom: 25px;
}

.signin .modal-header {
  background: #fff;
  padding: 25px 26px 20px 34px;
  border-bottom: 0;
}

.signin .modal-header p {
  _font-size: 32px !important;
  font-weight: 300;
  vertical-align: top;
  color: #1b1b1b !important;
  margin: 0px !important;
  text-align: center !important;
}

.signin .modal-header img {
  display: inline-block;
  margin-right: 10px;
}

.signin .modal-header .close {
  opacity: 1;
  _margin-top: 12px;
}

.signin .modal-header .close img {
  width: 15px;
}

.signin .modal-header .close:focus {
  border: 0;
  outline: 0;
}

.signin .modal-body {
  padding: 0 34px 0 30px;
}

.signin .modal-body h1 {
  color: #a2a7af;
  _font-size: 40px;
  font-weight: 300;
  padding: 25px 0;
}

.signin ul {
  list-style: none;
}

.signin ul li {
  margin-bottom: 14px;
}

.signin ul li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-border-radius: 4px/3px;
  -moz-border-radius: 4px/3px;
  border-radius: 4px/3px;
  padding: 20px 70px;
  text-align: left;
  text-decoration: none !important;
}

.signin .extra_space {
  display: inline;
  font-style: normal;
}

.signin ul li a i {
  margin-right: 27px;
}

.signin span {
  _font-size: 18px;
  font-style: italic;
  color: #2e2e2e;
  display: block;
  text-align: center;
}

.signin ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(46, 46, 46, 0.8);
}

.signin ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(46, 46, 46, 0.8);
}

.signin :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(46, 46, 46, 0.8);
}

.signin :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(46, 46, 46, 0.8);
}

.signin form {
  margin-top: 15px;
}

.signin input {
  _font-size: 18px;
  font-weight: 700;
  color: #2e2e2e;
  border: 0;
  border-bottom: 1px solid #dadada;
  background: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 20px;
  padding-left: 0;
}

.signin input.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #dadada;
}

.signin .btn.btn-default {
  border-radius: 2px;
  background: #e94200;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  display: block;
  padding: 15px 0;
  width: 100%;
  line-height: initial;
}

.signin p {
  margin: 10px 0;
  text-align: left;
}

.signin p a {
  text-transform: capitalize;
  color: #788497;
  _font-size: 15px;
}

.signin p span {
  display: inline-block;
  float: right;
  font-style: normal;
  _font-size: 16px;
  color: #788497;
}

.signin p span a {
  font-weight: 700;
  color: #007cd8;
  text-transform: none;
}

/* Sign up Style starts */

.sign-up {
  padding-top: 0;
  background-position: 0px -11px;
}

.sign-up .modal {
  display: block;
}

.sign-up .signin .modal-header {
  text-align: left;
  display: block;
}

.sign-up .signin .modal-header span {
  float: right;
  font-style: normal;
  _font-size: 32px;
  font-weight: 300;
  vertical-align: top;
  color: #1b1b1b;
}

.sign-up .signin .modal-header {
  background: none;
}

.sign-up .social-links {
  background: #fff;
  padding: 18px 34px 5px 30px;
}

.sign-up .social-links ul {
  margin: 0px;
  padding: 0px;
}

.sign-up .signin input,
.sign-up .signin select {
  height: 54px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(16, 126, 213, 0);
  border: solid 1px #929292;
  padding-left: 20px;
  width: 100%;
}

.sign-up .signin select {
  _font-size: 18px;
  font-weight: 700;
  color: #2e2e2e;
}

.sign-up .signin input:focus {
  border: solid 1px #929292;
}

.sign-up .signin p {
  _font-size: 16px;
  color: #788497;
  text-align: left;
}

.sign-up .signin p a {
  color: #007cd8;
  text-decoration: none !important;
}

.signup-signin {
  text-align: right !important;
}

.returning-user {
  color: #2a2a2a !important;
  font-weight: 700;
  padding-left: 5px;
}

.btn_facebook {
  background-color: #48629b;
}

.btn_google {
  background: #4078d7;
}

input.signin-email-input {
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  font-weight: 400;
  height: auto !important;
  display: inline-block !important;
}

.signin-default-email {
  text-align: left;
}

#signupform label.error,
#loginform label.error,
#forgot_password label.error {
  position: absolute;
  color: red;
  top: 0px;
  right: 10px;
}

#signupform .form-group,
#loginform .form-group {
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  /*sign in*/
  .signin .modal-header {
    padding: 15px;
  }

  .signin .modal-body,
  .sign-up .social-links {
    padding: 0 15px;
  }

  .signin ul li a {
    padding: 20px 23px;
    font-size: 18px;
    text-align: center;
  }

  .signin ul li a i {
    margin-right: 12px;
  }

  /*    .signin .modal-header img {width: 100px;}*/
  .sign-up {
    padding-top: 27px;
  }

  .sign-up .signin .modal-header span {
    _font-size: 25px;
  }

  .sign-up .signin ul li a {
    padding: 20px 10px;
    text-align: center;
  }
}

.signin .modal-header h4 {
  color: #000;
}

.signin .social-links ul li a {
  text-align: center;
}

body {
  line-height: initial;
}

ol,
ul {
  margin-bottom: 0px;
}

a.focus {
  color: #fff;
  text-decoration: none;
}

a:focus {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.btn {
  padding: 0px;
}

.btn.focus {
  color: #fff;
  text-decoration: none;
}

.btn:focus {
  color: #fff;
  text-decoration: none;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.copyright {
  background-color: #2b2b2b;
  text-align: center;
  color: rgba(255, 255, 255, 0.66);
  _font-size: 15px;
  font-weight: 400;
  padding: 25px 0;
  position: relative;
  z-index: 3;
}

/*# sourceMappingURL=style.css.map */
