/*
Site Name: Rooam Tab Web
Version: 1.0.0
*/

/* ==========================================================================
  Calibre Web Fonts Styles
  ========================================================================== */
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre-Thin.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Calibre-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/Calibre-Thin.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/Calibre-Thin.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/Calibre-Thin.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/Calibre-Thin.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Calibre-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/Calibre-Light.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/Calibre-Light.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/Calibre-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/Calibre-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Calibre.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/Calibre.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/Calibre.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/Calibre.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/Calibre.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Calibre-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/Calibre-Medium.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/Calibre-Medium.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/Calibre-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/Calibre-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre-SemiBold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Calibre-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/Calibre-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/Calibre-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/Calibre-SemiBold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/Calibre-SemiBold.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Calibre-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/Calibre-Bold.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/Calibre-Bold.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/Calibre-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/Calibre-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre-Black.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Calibre-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/Calibre-Black.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/Calibre-Black.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/Calibre-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/Calibre-Black.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 900;
  font-style: normal;
}

.font-weight-100 {
  font-weight: 100;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-900 {
  font-weight: 900;
}

/* ==========================================================================
  Base Styles
  ========================================================================== */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  background-color: #141517;

  ---background-color-wrapper: #040507;
  ---border-radius-standard-6px: 6px;
  ---border-radius-standard-5px: 5px;
  ---border-radius-standard-4px: 4px;
  ---border-radius-standard-3px: 3px;
  ---border-radius-standard-8px: 8px;
  ---border-radius-standard-10px: 10px;
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #646464;
  font-family: 'Calibre', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll{
  overflow: hidden;
}
a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:focus, a:hover, a:active, div:focus, div:hover, div:active, span:focus, span:hover, span:active {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
img {
  height: auto;
  width: 100%;
  vertical-align: top;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul li {
  margin: 0;
  padding: 0;
  display: block;
}
div {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.no-top {
  padding-top: 0!important;
}
.no-bottom {
  padding-bottom: 0!important;
}
.no-top-bottom {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.no-top-margin {
  margin-top: 0!important;
}
.no-bottom-margin {
  margin-bottom: 0!important;
}
.no-top-bottom-margin {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.no-left-margin {
  margin-left: 0!important;
}
.no-right-margin {
  margin-right: 0!important;
}
.no-left-right-margin {
  margin-left: 0!important;
  margin-right: 0!important;
}
.no-left {
  padding-left: 0!important;
}
.no-right {
  padding-right: 0!important;
}
.no-left-right {
  padding-left: 0!important;
  padding-right: 0!important;
}
.float-right {
  float: right!important;
}
.float-left {
  float: left!important;
}
.float-middle {
  margin-left: auto!important;
  margin-right: auto!important;
}
::selection {
  color: #ffffff;
  background: rgba(255,255,255,0.2);
}
::-moz-selection {
  color: #ffffff;
  background: rgba(255,255,255,0.2);
}
.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}


/* ==========================================================================
  Clearfix Styles
  ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
  SVG Icons
  ========================================================================== */
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
}
.svg-icon {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top;
}

/* ==========================================================================
  Wrapper Styles
  ========================================================================== */
.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  background-color: var(---background-color-wrapper);
}
.demo {
  width: 100%;
  height: 2000px;
  background-color: royalblue;
}
.demo.medium {
  width: 100%;
  height: 24px;
  background-color: #242527;
}

/* ==========================================================================
  Sections Styles
  ========================================================================== */
.section {
  padding: 30px 0;
  margin: 0;
  display: block;
  position: relative;
}
.section.largest {
  padding: 100px 0;
}
.section.large {
  padding: 46px 0;
}
.section.less {
  padding: 20px 0;
}
.section.short {
  padding: 6px 0;
}
.section.full-page {
  padding: 0;
  margin: 0;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.middle-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.link-box {
  padding: 16px 0;
  margin: 0;
  display: block;
  position: relative;
}
.section.bar {
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  background-color: #1a1a1c;
}

/* ==========================================================================
  Container Styles
  ========================================================================== */
.container {
  margin: 0 auto;
  padding: 0 46px;
  position: relative;
  max-width: 1008px;
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 18px;
  }
}

/* ==========================================================================
  Rows & Columns Styles
  ========================================================================== */
.row {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.row .column {
  padding: 0;
  margin: 0;
  width: 49.9%;
  max-width: 49.9%;
  display: inline-block;
  position: relative;
  flex-grow: 1;
}
.row .column.three-even {
  width: 33.2%;
  max-width: 33.2%;
}
.row .column.four-even {
  width: 24.9%;
  max-width: 24.9%;
}
.row .column.three-four {
  width: 74.9%;
  max-width: 74.9%;
}
.row .column.one-four {
  width: 24.9%;
  max-width: 24.9%;
}
.row .column.full {
  width: 100%;
  max-width: 100%;
}
.row .column .padding {
  padding: 0 5px;
  margin: 0;
  display: block;
  position: relative;
}
.row .column:first-child .padding {
  padding-left: 0px;
}
.row .column:last-child .padding {
  padding-right: 0px;
}

/* ==========================================================================
  Input Styles
  ========================================================================== */
label {
  padding: 10px 0;
  margin: 0;
  display: block;
  font-family: 'Calibre', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
}
input, textarea {
  width: 100%;
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  cursor: auto;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: left;
  border: 0px;
  outline: 0px;
}
@keyframes autofill {
  0%,100% {
    color: #ffffff;
    border: 2px solid #737373;
    background-color: #1a1a1c;
  }
}
@-webkit-keyframes autofill {
  0%,100% {
    color: #ffffff;
    border: 2px solid #737373;
    background-color: #1a1a1c;
  }
}
input:-webkit-autofill {
  animation-delay: 1s; /* Safari support - any positive time runs instantly */
  animation-name: autofill;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.form-control {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  font-family: 'Calibre', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  border: 2px solid #737373;
  background-color: #1a1a1c;
  background-image: none;
  padding: 12px 12px;
  margin: 0;
  height: 56px;
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  -webkit-border-radius: var(---border-radius-standard-8px);
  border-radius: var(---border-radius-standard-8px);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-control.frame {
  cursor: text;
  height: 56px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  cursor: auto;
}
.form-control:hover, .form-control:focus, .form-control.frame:focus-within {
  border-color: #939393;
  z-index: 2;
  outline: 0;
}
input:-webkit-autofill, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #1a1a1c inset;
  box-shadow: 0 0 0px 1000px #1a1a1c inset;
  -webkit-text-fill-color: #ffffff !important;
}
.form-control.input-error {
  border-color: #d9211b;
  z-index: 2;
}
.form-control.input-error:hover, .form-control.input-error:focus, .form-control.frame.input-error:focus-within {
  border-color: #f12922;
  z-index: 3;
}
.error-message {
  padding: 6px 0 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #737373;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #737373;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #737373;
}
:-moz-placeholder { /* Firefox 18- */
  color: #737373;
}
.section.input-group .form-control {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.section.input-group .column:first-child .form-control {
  -webkit-border-radius: var(---border-radius-standard-8px) 0px 0px var(---border-radius-standard-8px);
  border-radius: var(---border-radius-standard-8px) 0px 0px var(---border-radius-standard-8px);
}
.section.input-group .column:last-child .form-control {
  margin-left: -2px;
  width: -webkit-calc(100% + 3px);
  width:    -moz-calc(100% + 3px);
  width:         calc(100% + 3px);
  -webkit-border-radius: 0px var(---border-radius-standard-8px) var(---border-radius-standard-8px) 0px;
  border-radius: 0px var(---border-radius-standard-8px) var(---border-radius-standard-8px) 0px;
}
.section.input-group.three .column:nth-child(1) .form-control {
  -webkit-border-radius: var(---border-radius-standard-8px) var(---border-radius-standard-8px) 0px 0px;
  border-radius: var(---border-radius-standard-8px) var(---border-radius-standard-8px) 0px 0px;
}
.section.input-group.three .column:nth-child(2) .form-control {
  -webkit-border-radius: 0px 0px 0px var(---border-radius-standard-8px);
  border-radius: 0px 0px 0px var(---border-radius-standard-8px);
  margin-top: -2px;
}
.section.input-group.three .column:nth-child(3) .form-control {
  -webkit-border-radius: 0px 0px var(---border-radius-standard-8px) 0px;
  border-radius: 0px 0px var(---border-radius-standard-8px) 0px;
  margin-left: -2px;
  margin-top: -2px;
  width: -webkit-calc(100% + 3px);
  width:    -moz-calc(100% + 3px);
  width:         calc(100% + 3px);
}
.input-wrap {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.input-wrap .before-input {
  position: absolute;
  z-index: 3;
  top: 2px;
  left: 2px;
  width: 54px;
  height: 52px;
  display: inline-block;
  background-color: #1a1a1c;
  border-right: 2px solid #737373;
  -webkit-border-radius: var(---border-radius-standard-6px) 0px 0px var(---border-radius-standard-6px);
  border-radius: var(---border-radius-standard-6px) 0px 0px  var(---border-radius-standard-6px);
}
.input-wrap.phone .form-control {
  padding: 12px 12px 12px 72px;
}
.input-wrap.phone .before-input .icon.flag {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 16px;
  background-color: #3a3a3c;
  margin: -8px 0 0 -12px;
  overflow: hidden;
}
.input-wrap.tip .before-input {
  width: 38px;
}
.input-wrap.tip .before-input .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -9px;
}
.input-wrap.tip .form-control {
  padding: 12px 12px 12px 55px;
}
.input-wrap.email .form-control {
  padding-right: 92px;
}
.btn-right {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 72px;
  height: 36px;
}
.btn-right .btn {
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 34px;
}
textarea.form-control {
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
  Button & Link Styles
  ========================================================================== */
.btn {
  text-decoration: none;
  font-family: 'Calibre', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  white-space: inherit;
  border: 1px solid transparent;
  background-color: #353739;
  color: #ffffff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 10;
  font-size: 17px;
  line-height: 21px;
  padding: 12px 10px 13px;
  margin: 0;
  text-align: center;
  -webkit-border-radius: var(---border-radius-standard-6px);
  border-radius: var(---border-radius-standard-6px);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.small {
  font-size: 15px;
  line-height: 19px;
  padding: 7px 10px 8px;
}
.btn.block {
  font-size: 15px;
  line-height: 19px;
  padding: 7px 20px 8px;
  width: auto;
  display: inline-block;
}
.btn.block.margin {
  margin: 0 5px;
}
.btn.brand {
  padding: 12px 10px 9px;
  height: auto;
  margin: 2px 0;
}
.btn.brand span.brand {
  display: inline-block;
  width: 42px;
  margin: 0;
  padding: 0;
}
.btn:focus, .btn:hover {
  outline: 0;
  background-color: #454749;
  -webkit-transform: translate3d(0,-2px,0);
  transform: translate3d(0,-2px,0);
}
.btn.red {
  background-color: #d9211b;
  color: #ffffff;
}
.btn.red:focus, .btn.red:hover {
  outline: 0;
  background-color: #f12922;
}

.btn.green.disabled {
  background-color: #3EC18E;
  color: #ffffff;
  pointer-events: none;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.btn.white {
  background-color: #ffffff;
  color: #030507;
}
.btn.white:focus, .btn.white:hover {
  outline: 0;
  background-color: #e0e0e0;
}
.btn.black {
  background-color: #000000;
  color: #ffffff;
}
.btn.black:focus, .btn.black:hover {
  outline: 0;
  background-color: #333537;
}
.btn.outline {
  background-color: transparent;
  border-color: #737373;
  color: #737373;
}
.btn.outline:focus, .btn.outline:hover {
  outline: 0;
  border-color: #c3c3c3;
  color: #c3c3c3;
}
.btn.outline.white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.outline.white:focus, .btn.outline.white:hover {
  outline: 0;
  border-color: #c0c0c0;
  color: #c0c0c0;
}
.btn.no-animation:focus, .btn.no-animation:hover {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.btn.disabled, .btn.disabled:focus, .btn.disabled:hover {
  pointer-events: none;
  background-color: #2c2f31;
  color: #737373;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.text-link {
  color: #bebebe;
}
.text-link:focus, .text-link:hover {
  color: #ffffff;
}

/* ==========================================================================
  Divider and hr Styles
  ========================================================================== */
.divider {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.divider:after {
  content:"";
  position: absolute;
  bottom: 40%;
  left: 0;
  right: 0;
  border-top: 1px solid #535353;
  z-index: -1;
}
.divider span {
  display: inline-block;
  background-color: var(---background-color-wrapper);
  color: #838587;
  position: relative;
  z-index: 2;
  padding: 0 14px;
  font-size: 17px;
  line-height: 21px;
}
hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #535353;
}


/* ==========================================================================
  Typography Styles
  ========================================================================== */
h1, h2, h3 {
  font-family: 'Calibre', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding: 22px 0;
  margin: 0;
}
h1 {
  font-size: 24px;
  line-height: 28px;
}
h1.big {
  font-size: 28px;
  line-height: 32px;
}
h2 {
  font-size: 22px;
  line-height: 26px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
  padding: 16px 0;
}
p {
  font-family: 'Calibre', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding: 8px 0;
  margin: 0;
  color: #bebebe;
}
p.huge {
  font-size: 60px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
p.medium {
  font-size: 17px;
  line-height: 19px;
}
p.small {
  font-size: 14px;
  line-height: 16px;
}
p.less-space {
  padding: 4px 0;
}
strong {
  font-weight: 600;
}

/* ==========================================================================
  Message & Middle Content Styles
  ========================================================================== */
.message {
  display: block;
  margin: 0;
  padding: 11px 12px 13px;
  background-color: #242527;
  border: 1px solid #434547;
  -webkit-border-radius: var(---border-radius-standard-6px);
  border-radius: var(---border-radius-standard-6px);
}
.message-wrap {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.message-wrap .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-right: 10px;
  flex-shrink: 0;
}
.message-wrap p {
  flex-grow: 1;
}
.message.error {
  background-color: rgba(217,33,27,0.2);
  border: 1px solid rgba(217,33,27,0.5);
}
.message.success {
  background-color: rgba(54,194,153,0.2);
  border: 1px solid rgba(54,194,153,0.5);
}
.message.loading {
  border: 1px solid #29292b;
  background-color: #1a1a1c;
}

/* ==========================================================================
  Help Styles
  ========================================================================== */
.help-wrap {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.middle-wrap {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.middle-wrap .icon-circle {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin-right: 12px;
  flex-shrink: 0;
  background-color: #2c2f31;
  position: relative;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.middle-wrap .icon-circle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
}
.middle-wrap p {
  flex-grow: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.help-wrap:hover p, .help-wrap:focus p {
  color: #ffffff;
}

/* ==========================================================================
  Orbit Styles
  ========================================================================== */
.orbit-box {
  display: inline-block;
  margin: 0 0 14px;
  width: 100px;
  height: 100px;
}
.orbit-box .orbit-outter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  width: 100%;
  height: 100%;
  -khtml-opacity: 0.45;
  -moz-opacity: 0.45;
  opacity: 0.45;
  filter:alpha(opacity=45);
  background-color: #353739;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.orbit-box .orbit-inner {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  z-index: 2;
  background-color: #353739;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.orbit-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  z-index: 3;
}
.orbit-box.medium {
  width: 80px;
  height: 80px;
}
.orbit-box.medium .orbit-inner {
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  width: 64px;
  height: 64px;
}
.orbit-box.medium .icon {
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
}
.orbit-box.small {
  width: 50px;
  height: 50px;
}
.orbit-box.small .orbit-inner {
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  width: 38px;
  height: 38px;
}
.orbit-box.small .icon {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}
.orbit-box.green .orbit-inner, .orbit-box.green .orbit-outter {
  background-color: #3ec18e;
}

/* ==========================================================================
  Color Styles
  ========================================================================== */
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-grey {
  color: #737373;
}
.text-light-grey {
  color: #bebebe;
}
.text-red {
  color: #f12922;
}
.text-green {
  color: #2bc398;
}

/* ==========================================================================
  Animation Styles
  ========================================================================== */
.flashing {
  animation: flashing 1.5s linear infinite;
}
@keyframes flashing {
  50% { opacity: 0; }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.up-down {
  -webkit-animation: MoveUpDown 1s infinite  alternate;
  animation: MoveUpDown 1s infinite  alternate;
}
@keyframes MoveUpDown {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@-webkit-keyframes MoveUpDown {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
