@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Encode+Sans:400,600,700,800,900&amp;text=0123456789);
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
@import url("../bootstrap.html");
@import url("../icomoon.html");
@import url("../flags.html");
/* line 5, reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 6, reset.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 7, reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 8, reset.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/* line 13, reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 21, reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 23, reset.scss */
body {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* line 26, reset.scss */
a:hover, a:active {
  outline: 0;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* line 34, reset.scss */
::-moz-selection {
  background: #ffcc08;
  color: #000000;
  text-shadow: none;
}

/* line 35, reset.scss */
::selection {
  background: #ffcc08;
  color: #000000;
  text-shadow: none;
}

/* =============================================================================
   Typography
   ========================================================================== */
/* line 41, reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 43, reset.scss */
b, strong {
  font-weight: bold;
}

/* line 45, reset.scss */
blockquote {
  margin: 1em 40px;
}

/* line 47, reset.scss */
dfn {
  font-style: italic;
}

/* line 49, reset.scss */
hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0;
}

/* line 58, reset.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 60, reset.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
/* line 63, reset.scss */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
/* line 66, reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 68, reset.scss */
q {
  quotes: none;
}

/* line 69, reset.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 71, reset.scss */
small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
/* line 74, reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 75, reset.scss */
sup {
  top: -0.5em;
}

/* line 76, reset.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* line 83, reset.scss */
ul, ol {
  margin: 0;
  padding: 0 0 0 20px;
}

/* line 84, reset.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 85, reset.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
/* line 97, reset.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */
/* line 107, reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/* line 114, reset.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/* line 121, reset.scss */
form {
  margin: 0;
}

/* line 122, reset.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
/* line 125, reset.scss */
label {
  cursor: pointer;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
/* line 132, reset.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 141, reset.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 156, reset.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 171, reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 196, reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 231, reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 242, reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Colors for form validity */
/*input:invalid, textarea:invalid { background-color: #f0dddd; }*/
/* =============================================================================
   Tables
   ========================================================================== */
/* line 256, reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* HEADERS */
/* line 262, reset.scss */
h1, h2, h3, h4 {
  margin-top: 0;
}

/* line 266, reset.scss */
p {
  margin: 0;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 292, reset.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 299, reset.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 304, reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 308, reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 316, reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 322, reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 328, reset.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 332, reset.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 337, reset.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 345, reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 352, reset.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Mixins ("functions") */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fontawesome-webfont3e6e.html");
  src: url("../fontawesome-webfontd41d.html#iefix&v=4.7.0") format("embedded-opentype"), url("../fontawesome-webfont3e6e-2.html") format("woff2"), url("../fontawesome-webfont3e6e-3.html") format("woff"), url("../fontawesome-webfont3e6e-4.html") format("truetype"), url("../fontawesome-webfont3e6e-5.html#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, fontawesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, fontawesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, fontawesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, fontawesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, fontawesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, fontawesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, fontawesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, fontawesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, fontawesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, fontawesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, fontawesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, fontawesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, fontawesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, fontawesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, fontawesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, fontawesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, fontawesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, fontawesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, fontawesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, fontawesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, fontawesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, fontawesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, fontawesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, fontawesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, fontawesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, fontawesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, fontawesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, fontawesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, fontawesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, fontawesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, fontawesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, fontawesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, fontawesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, fontawesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, fontawesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, fontawesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, fontawesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, fontawesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, fontawesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, fontawesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, fontawesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, fontawesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, fontawesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, fontawesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, fontawesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, fontawesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, fontawesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, fontawesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, fontawesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, fontawesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, fontawesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, fontawesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, fontawesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, fontawesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, fontawesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, fontawesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, fontawesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, fontawesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, fontawesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, fontawesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, fontawesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, fontawesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, fontawesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, fontawesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, fontawesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, fontawesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, fontawesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, fontawesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, fontawesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, fontawesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, fontawesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, fontawesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, fontawesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, fontawesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, fontawesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, fontawesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, fontawesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, fontawesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, fontawesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, fontawesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, fontawesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, fontawesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, fontawesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, fontawesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, fontawesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, fontawesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, fontawesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, fontawesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, fontawesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, fontawesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, fontawesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, fontawesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, fontawesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, fontawesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, fontawesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, fontawesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, fontawesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, fontawesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, fontawesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, fontawesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, fontawesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, fontawesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, fontawesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, fontawesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, fontawesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, fontawesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, fontawesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, fontawesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, fontawesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, fontawesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, fontawesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, fontawesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, fontawesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, fontawesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, fontawesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, fontawesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, fontawesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, fontawesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, fontawesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, fontawesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, fontawesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, fontawesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, fontawesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, fontawesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, fontawesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, fontawesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, fontawesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, fontawesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, fontawesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, fontawesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, fontawesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, fontawesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, fontawesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, fontawesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, fontawesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, fontawesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, fontawesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, fontawesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, fontawesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, fontawesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, fontawesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, fontawesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, fontawesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, fontawesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, fontawesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, fontawesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, fontawesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, fontawesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, fontawesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, fontawesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, fontawesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, fontawesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, fontawesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, fontawesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, fontawesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, fontawesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, fontawesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, fontawesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, fontawesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, fontawesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, fontawesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, fontawesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, fontawesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, fontawesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, fontawesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, fontawesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, fontawesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, fontawesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, fontawesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, fontawesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, fontawesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, fontawesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, fontawesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, fontawesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, fontawesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, fontawesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, fontawesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, fontawesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, fontawesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, fontawesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, fontawesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, fontawesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, fontawesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, fontawesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, fontawesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, fontawesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, fontawesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, fontawesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, fontawesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, fontawesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, fontawesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, fontawesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, fontawesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, fontawesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, fontawesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, fontawesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 442, fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, fontawesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, fontawesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, fontawesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, fontawesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, fontawesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, fontawesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, fontawesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, fontawesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, fontawesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, fontawesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, fontawesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, fontawesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, fontawesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, fontawesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, fontawesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, fontawesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, fontawesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, fontawesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, fontawesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, fontawesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, fontawesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, fontawesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, fontawesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, fontawesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, fontawesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, fontawesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, fontawesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, fontawesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, fontawesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, fontawesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, fontawesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, fontawesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 493, fontawesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 495, fontawesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 496, fontawesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 497, fontawesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 500, fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 501, fontawesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 502, fontawesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 504, fontawesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 506, fontawesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 508, fontawesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 509, fontawesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 510, fontawesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 511, fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 512, fontawesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 513, fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 514, fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 515, fontawesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 516, fontawesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 518, fontawesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 519, fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 520, fontawesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 521, fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 522, fontawesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 523, fontawesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 524, fontawesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 525, fontawesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 526, fontawesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 527, fontawesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 528, fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 529, fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 530, fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 531, fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 532, fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 533, fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 534, fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 535, fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 536, fontawesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 537, fontawesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 538, fontawesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 539, fontawesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 540, fontawesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 541, fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 542, fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 543, fontawesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 544, fontawesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 545, fontawesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 546, fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 547, fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 548, fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 549, fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 550, fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 551, fontawesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 552, fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 553, fontawesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 554, fontawesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 555, fontawesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 558, fontawesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 559, fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 560, fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 561, fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 562, fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 563, fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 564, fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 565, fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 566, fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 567, fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 568, fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 569, fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 570, fontawesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 571, fontawesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 572, fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 573, fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 574, fontawesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 575, fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 576, fontawesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 577, fontawesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 578, fontawesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 579, fontawesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 581, fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 582, fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 583, fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 584, fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 585, fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 586, fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 587, fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 588, fontawesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 589, fontawesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 590, fontawesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 591, fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 592, fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 593, fontawesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 594, fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 595, fontawesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 596, fontawesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 598, fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 599, fontawesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 600, fontawesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 601, fontawesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 602, fontawesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 604, fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 605, fontawesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 606, fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 607, fontawesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 610, fontawesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 612, fontawesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 614, fontawesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 616, fontawesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 618, fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 619, fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 620, fontawesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 621, fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 622, fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 623, fontawesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 624, fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 625, fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 626, fontawesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 627, fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 628, fontawesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 629, fontawesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 631, fontawesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 633, fontawesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 635, fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 636, fontawesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 638, fontawesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 640, fontawesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 641, fontawesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 642, fontawesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 643, fontawesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 644, fontawesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 645, fontawesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 646, fontawesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 647, fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 648, fontawesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 649, fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 650, fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 651, fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 652, fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 653, fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 654, fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 655, fontawesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 656, fontawesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 657, fontawesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 658, fontawesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 659, fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 660, fontawesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 662, fontawesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 663, fontawesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 664, fontawesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 665, fontawesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 666, fontawesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 667, fontawesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 668, fontawesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 669, fontawesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 670, fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 671, fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 672, fontawesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 673, fontawesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 674, fontawesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 675, fontawesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 676, fontawesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 677, fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 678, fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 679, fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 680, fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 681, fontawesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 682, fontawesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 683, fontawesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 684, fontawesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 685, fontawesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 686, fontawesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 687, fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 688, fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 689, fontawesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 690, fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 691, fontawesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 692, fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 693, fontawesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 694, fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 695, fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 696, fontawesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 697, fontawesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 698, fontawesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 699, fontawesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 700, fontawesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 701, fontawesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 702, fontawesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 703, fontawesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 704, fontawesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 705, fontawesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 706, fontawesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 707, fontawesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 708, fontawesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 709, fontawesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 710, fontawesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 711, fontawesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 712, fontawesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 714, fontawesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 717, fontawesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 718, fontawesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 719, fontawesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 721, fontawesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 722, fontawesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 723, fontawesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 724, fontawesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 725, fontawesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 726, fontawesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 727, fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 728, fontawesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 729, fontawesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 730, fontawesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 731, fontawesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 733, fontawesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 735, fontawesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 736, fontawesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 737, fontawesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 738, fontawesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 739, fontawesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 740, fontawesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 741, fontawesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 743, fontawesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 745, fontawesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 746, fontawesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 747, fontawesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 748, fontawesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 749, fontawesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 751, fontawesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 753, fontawesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 754, fontawesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 755, fontawesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 756, fontawesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 759, fontawesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 761, fontawesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 763, fontawesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 765, fontawesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 767, fontawesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 768, fontawesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 771, fontawesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 772, fontawesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 773, fontawesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 774, fontawesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 775, fontawesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 777, fontawesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 779, fontawesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 780, fontawesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 781, fontawesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 782, fontawesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 783, fontawesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 784, fontawesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 785, fontawesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 786, fontawesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 787, fontawesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 788, fontawesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 789, fontawesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, fontawesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, fontawesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Variables ("default values") */
/* Styles */
/* line 42, style.scss */
body, html {
  color: #525252;
  height: 100%;
  font-size: 15px;
}

/* line 48, style.scss */
body {
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 54, style.scss */
html {
  overflow-y: scroll;
}

/* line 58, style.scss */
figure {
  text-align: center;
}

/* line 62, style.scss */
*, *:after {
  font-family: "Open Sans", helvetica, arial;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 200ms ease-out;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease-out;
  /* Firefox */
  -ms-transition: all 200ms ease-out;
  /* IE 9 */
  -o-transition: all 200ms ease-out;
  /* Opera */
  transition: all 200ms ease-out;
}

/* line 71, style.scss */
a {
  color: #9b59b6;
  text-decoration: none !important;
}
/* line 75, style.scss */
a:hover {
  color: #b07cc6;
  text-decoration: none !important;
}

/* line 81, style.scss */
img {
  max-width: 100%;
}

/* line 85, style.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #2c3e50;
  font-family: "Raleway", helvetica, arial;
  font-weight: 800;
}
/* line 85, style.scss */
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #9b59b6;
}

/* line 86, style.scss */
h1 {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 40px;
}

/* line 87, style.scss */
h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 30px;
}

/* line 88, style.scss */
h3 {
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 20px;
}

/* line 89, style.scss */
h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  text-transform: inherit;
}

/* line 91, style.scss */
.subheader {
  font-weight: normal;
  color: #9f9f9f;
  margin-top: -20px;
}

/* line 97, style.scss */
input[type=text], input[type=email], input[type=password], textarea, input[type=tel], select {
  width: 100%;
  padding: 0 20px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  height: 40px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
/* line 110, style.scss */
input[type=text][disabled], input[type=email][disabled], input[type=password][disabled], textarea[disabled], input[type=tel][disabled], select[disabled] {
  background: #F2F2F2;
}

/* line 115, style.scss */
select:hover {
  cursor: pointer;
}

/* line 119, style.scss */
#logo {
  position: relative;
  display: block;
  float: left;
  height: 30px;
  margin: 15px 0 0 2%;
  z-index: 1;
}
/* line 127, style.scss */
#logo img {
  height: 100%;
  display: block;
}

/* line 133, style.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 138px;
  z-index: 12;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.25);
  /*&.transparent{
  	background: transparent;
  	height: $header_extended_height;
  	padding-top: 40px;
  }*/
}
/* line 37, mixins.scss */
header:before, header:after {
  content: "";
  display: table;
}
/* line 42, mixins.scss */
header:after {
  clear: both;
}

/* line 151, style.scss */
.header-top {
  height: 60px;
  background: #9b59b6;
}

/* line 156, style.scss */
.header-authenticated, .header-unauthenticated {
  background: #804399;
  color: #FFFFFF;
  padding: 5px 0;
  height: 34px;
}
/* line 163, style.scss */
.header-authenticated nav ul, .header-unauthenticated nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 169, style.scss */
.header-authenticated nav li, .header-unauthenticated nav li {
  display: inline-block;
}
/* line 172, style.scss */
.header-authenticated nav li a, .header-unauthenticated nav li a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
/* line 177, style.scss */
.header-authenticated nav li i, .header-unauthenticated nav li i {
  width: 20px;
}
/* line 181, style.scss */
.header-authenticated nav li.active a, .header-unauthenticated nav li.active a, .header-authenticated nav li a:hover, .header-unauthenticated nav li a:hover {
  color: #FFFFFF;
}
/* line 185, style.scss */
.header-authenticated nav li.active a, .header-unauthenticated nav li.active a {
  font-weight: bold;
}
/* line 189, style.scss */
.header-authenticated nav li .fa-check, .header-unauthenticated nav li .fa-check, .header-authenticated nav li.protected .fa-shield, .header-unauthenticated nav li.protected .fa-shield {
  color: #2ecc71;
}
/* line 193, style.scss */
.header-authenticated nav li.unprotected .fa-close, .header-unauthenticated nav li.unprotected .fa-close, .header-authenticated nav li .fa-shield, .header-unauthenticated nav li .fa-shield {
  color: #e74c3c;
}
/* line 197, style.scss */
.header-authenticated nav li small, .header-unauthenticated nav li small {
  /*margin-left: 5px;*/
}
/* line 200, style.scss */
.header-authenticated nav li small .fa-shield, .header-unauthenticated nav li small .fa-shield {
  width: 9px;
}
/* line 207, style.scss */
.header-authenticated .col_1, .header-unauthenticated .col_1 {
  margin-bottom: 0;
}
/* line 211, style.scss */
.header-authenticated .btn-theme, .header-unauthenticated .btn-theme {
  float: right;
  padding: 0 10px;
  margin-left: 8px;
  background: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  color: #9b59b6;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
/* line 224, style.scss */
.header-authenticated .btn-theme:hover, .header-unauthenticated .btn-theme:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #9b59b6;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.8);
}
/* line 231, style.scss */
.header-authenticated .btn-theme i, .header-unauthenticated .btn-theme i {
  margin-left: 0;
  width: 10px;
}

/* line 238, style.scss */
.header-unauthenticated {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
/* line 244, style.scss */
.header-unauthenticated .fa-exclamation-triangle, .header-unauthenticated .fa-check {
  width: 20px;
  color: #FFFFFF;
  font-size: 15px;
}
/* line 250, style.scss */
.header-unauthenticated .fa-check {
  font-size: 14px;
  width: 18px;
}
/* line 255, style.scss */
.header-unauthenticated span {
  color: #FFFFFF;
}

/* line 260, style.scss */
.unprotected-ip, .protected-ip {
  float: left;
  margin-right: 30px;
}

/* line 265, style.scss */
.unprotected-isp {
  float: left;
  margin-right: 30px;
}

/* line 270, style.scss */
.unprotected-info, .protected-info {
  float: left;
}
/* line 273, style.scss */
.unprotected-info a, .protected-info a {
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: underline !important;
}
/* line 279, style.scss */
.unprotected-info i, .protected-info i {
  width: 12px;
  color: #e74c3c;
}

/* line 286, style.scss */
.protected-info i {
  width: 12px;
  color: #2ecc71;
}

/* line 292, style.scss */
.header-bottom {
  height: 40px;
  background: #FFFFFF;
}

/* line 297, style.scss */
#header-counter {
  height: 50px;
}

/* line 302, style.scss */
.authorized header, .unauthorized header {
  height: 94px !important;
}
/* line 306, style.scss */
.authorized #header-counter, .unauthorized #header-counter {
  height: 84px;
  /* Auth-height (34) */
}

/* line 311, style.scss */
#menu-trigger {
  display: none;
  cursor: pointer;
  float: right;
  width: 36px;
  height: 30px;
  margin: 14px 2% 0 30px;
}
/* line 319, style.scss */
#menu-trigger span {
  display: block;
  height: 4px;
  margin-top: 5px;
  background: #FFFFFF;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

/* line 330, style.scss */
.menu-open #menu-mobile {
  display: block;
}

/* line 335, style.scss */
#menu-mobile {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  left: 10px;
  background: #FFFFFF;
  overflow: hidden;
  z-index: 13;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 10px 45px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 45px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.3);
}
/* line 348, style.scss */
#menu-mobile li {
  display: block;
}
/* line 351, style.scss */
#menu-mobile li a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 30px;
  font-size: 18px;
  font-weight: bold;
}
/* line 359, style.scss */
#menu-mobile li.active a {
  padding-left: 48px;
  color: #111111;
}
/* line 363, style.scss */
#menu-mobile li.active a:after {
  content: "\f061";
  position: absolute;
  top: 16px;
  left: 30px;
  width: 10px;
  font-size: 11px;
  color: #111111;
}
/* line 377, style.scss */
#menu-mobile .menu-mobile-header {
  overflow: auto;
  padding: 20px 30px;
  background: #f7f9fd;
  border-bottom: 1px solid #ecf0f6;
}
/* line 384, style.scss */
#menu-mobile .btn-login-header {
  color: #111111;
  margin: 1px 20px 0 0;
}
/* line 389, style.scss */
#menu-mobile > nav {
  padding: 15px 0;
}

/* line 394, style.scss */
.menu-mobile-member {
  margin: 15px 0 -15px 0;
  padding: 15px 0;
  background: #f7f9fd;
  border-top: 1px solid #ecf0f6;
}
/* line 401, style.scss */
.menu-mobile-member li a {
  display: block;
  position: relative;
  color: #545454;
  font-size: 15px;
  padding: 10px 30px;
}
/* line 408, style.scss */
.menu-mobile-member li a i {
  width: 24px;
}
/* line 412, style.scss */
.menu-mobile-member li a .btn {
  float: right;
  padding: 2px 7px;
  background: #FFFFFF;
  color: #9b59b6;
  font-size: 12px;
  line-height: 20px;
}
/* line 420, style.scss */
.menu-mobile-member li a .btn i {
  margin-left: 0;
  width: 16px;
}
/* line 426, style.scss */
.menu-mobile-member li a b {
  font-weight: normal;
  font-size: 13px;
}
/* line 432, style.scss */
.menu-mobile-member li:first-child {
  text-align: center;
}
/* line 435, style.scss */
.menu-mobile-member li:first-child i {
  width: 20px;
}
/* line 439, style.scss */
.menu-mobile-member li:first-child small {
  margin-left: 5px;
}
/* line 444, style.scss */
.menu-mobile-member li.unprotected .fa-shield {
  color: #e74c3c;
}
/* line 448, style.scss */
.menu-mobile-member li.protected .fa-shield {
  color: #2ecc71;
}
/* line 452, style.scss */
.menu-mobile-member li.active a, .menu-mobile-member li.active a:after {
  color: #9b59b6 !important;
}

/* line 458, style.scss */
.menu-mobile-close, .modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
}
/* line 467, style.scss */
.menu-mobile-close:before, .modal-close:before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 24px;
  height: 3px;
  background: #545454;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
/* line 480, style.scss */
.menu-mobile-close:after, .modal-close:after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 24px;
  height: 3px;
  background: #545454;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

/* line 494, style.scss */
.modal-close {
  top: 8px;
  right: 10px;
}

/* line 499, style.scss */
#menu {
  float: right;
  margin-right: 2%;
}
/* line 503, style.scss */
#menu li {
  position: relative;
  display: inline-block;
  margin-left: 30px;
}
/* line 508, style.scss */
#menu li a {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
/* line 517, style.scss */
#menu li a:hover {
  color: #FFFFFF;
  text-decoration: none !important;
}
/* line 524, style.scss */
#menu li.active a {
  font-weight: bold;
  color: #FFFFFF;
}
/* line 531, style.scss */
#menu li:hover .menu-flyout {
  display: block;
  -webkit-animation: flyoutMenuFadeIn 0.5s ease-out;
  -moz-animation: flyoutMenuFadeIn 0.5s ease-out;
  -ms-animation: flyoutMenuFadeIn 0.5s ease-out;
  -o-animation: flyoutMenuFadeIn 0.5s ease-out;
  animation: flyoutMenuFadeIn 0.5s ease-out;
}
/* line 538, style.scss */
#menu li.language-picker {
  color: #FFFFFF;
}
/* line 541, style.scss */
#menu li.language-picker i {
  font-size: 15px;
  width: 18px;
}
/* line 546, style.scss */
#menu li.language-picker span {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  padding-right: 7px;
}
/* line 553, style.scss */
#menu li.language-picker span:after {
  content: "";
  position: absolute;
  top: 9px;
  right: -5px;
  border: 4px solid transparent;
  border-top-color: #FFFFFF;
}
/* line 563, style.scss */
#menu li.language-picker > div {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
}
/* line 570, style.scss */
#menu li.language-picker a {
  position: relative;
  background: #FFFFFF;
  color: #9b59b6;
  padding: 5px 15px 5px 14px;
  height: 30px;
  line-height: 20px;
  margin-bottom: 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /*&:first-child:after{
  	content: "";
  	position: absolute;
  	top: -10px;
  	left: 10px;
  	border: 6px solid transparent;
  	border-bottom-color: #FFFFFF;
  }*/
}
/* line 591, style.scss */
#menu li.language-picker:hover > div {
  display: block;
}

/* line 598, style.scss */
#submenu {
  margin-top: -7px;
  /* Counter the padding on each item */
}
/* line 602, style.scss */
#submenu > ul > li > a {
  text-transform: uppercase;
  font-size: 16px;
}
/* line 606, style.scss */
#submenu > ul > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 28px;
  height: 28px;
  font-size: 28px;
}
/* line 620, style.scss */
#submenu > ul > li.location > a:after {
  content: "\e90a";
}
/* line 624, style.scss */
#submenu > ul > li.software > a:after {
  content: "\e903";
}
/* line 628, style.scss */
#submenu > ul > li.aboutus > a:after {
  content: "\e907";
}
/* line 632, style.scss */
#submenu > ul > li.lock > a:after {
  content: "\e90d";
}
/* line 636, style.scss */
#submenu > ul > li.features > a:after {
  content: "\e900";
}
/* line 640, style.scss */
#submenu > ul > li.support > a:after {
  content: "\e906";
}
/* line 644, style.scss */
#submenu > ul > li.start > a:after {
  content: "\e905";
}
/* line 648, style.scss */
#submenu > ul > li.faq > a:after {
  content: "\e909";
}
/* line 652, style.scss */
#submenu > ul > li.contact > a:after {
  content: "\e908";
}
/* line 656, style.scss */
#submenu > ul > li.newspaper > a:after {
  font-size: 22px;
  height: 18px;
  margin-top: -9px;
  content: "\f1ea";
}
/* line 665, style.scss */
#submenu > ul > li .badge {
  margin-top: 3px;
}
/* line 670, style.scss */
#submenu li {
  display: block;
}
/* line 673, style.scss */
#submenu li a {
  position: relative;
  display: block;
  padding: 10px 0 10px 40px;
  color: #9b59b6;
  font-weight: bold;
}
/* line 682, style.scss */
#submenu li:hover > a {
  color: #111111;
}
/* line 686, style.scss */
#submenu li:hover a {
  text-decoration: none !important;
}
/* line 696, style.scss */
#submenu li.active > a {
  color: #111111;
}
/* line 699, style.scss */
#submenu li.active > a:after {
  fill: #111111;
}
/* line 704, style.scss */
#submenu li.active ul {
  display: block;
}
/* line 710, style.scss */
#submenu li .child-item a {
  padding: 5px 0 5px 48px;
  color: #808080;
  font-weight: normal;
}
/* line 716, style.scss */
#submenu li .child-item.active a {
  color: #111111;
}
/* line 721, style.scss */
#submenu li .child-item:hover a {
  color: #111111;
}
/* line 727, style.scss */
#submenu li ul {
  margin-top: -8px;
}

/* line 733, style.scss */
.menu-flyout {
  display: none;
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -270px;
  width: 540px;
  background: #FFFFFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.3);
}
/* line 745, style.scss */
.menu-flyout:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-bottom-color: #f7f9fd;
}

/* line 757, style.scss */
#menu .menu-flyout-roof {
  padding: 20px 55px;
  border-bottom: 1px solid #ecf0f6;
  background: #f7f9fd;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
/* line 764, style.scss */
#menu .menu-flyout-roof ul li {
  float: none;
  display: block;
  margin: 0 0 10px 0;
}
/* line 769, style.scss */
#menu .menu-flyout-roof ul li:last-child {
  margin-bottom: 0;
}
/* line 773, style.scss */
#menu .menu-flyout-roof ul li a {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 0 10px 40px;
  color: #9b59b6 !important;
  font-weight: bold;
  height: inherit;
  line-height: inherit;
}
/* line 784, style.scss */
#menu .menu-flyout-roof ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 28px;
  height: 28px;
  font-size: 28px;
}
/* line 798, style.scss */
#menu .menu-flyout-roof ul li.active a, #menu .menu-flyout-roof ul li:hover a {
  color: #111111 !important;
}
/* line 802, style.scss */
#menu .menu-flyout-roof ul li.location a:after {
  content: "\e90a";
}
/* line 806, style.scss */
#menu .menu-flyout-roof ul li.software a:after {
  content: "\e903";
}
/* line 810, style.scss */
#menu .menu-flyout-roof ul li.aboutus a:after {
  content: "\e907";
}
/* line 814, style.scss */
#menu .menu-flyout-roof ul li.lock a:after {
  content: "\e90d";
}
/* line 818, style.scss */
#menu .menu-flyout-roof ul li.features a:after {
  content: "\e900";
}
/* line 824, style.scss */
#menu .menu-flyout-basement {
  padding: 25px 55px 20px 55px;
  overflow: auto;
}
/* line 828, style.scss */
#menu .menu-flyout-basement p {
  padding-left: 44px;
  margin: 0 0 10px 0;
  color: #a8a8a8;
  font-size: 14px;
}
/* line 835, style.scss */
#menu .menu-flyout-basement ul {
  padding-left: 44px;
}
/* line 838, style.scss */
#menu .menu-flyout-basement ul li {
  display: block;
  float: left;
  width: 50%;
  margin: 0;
}
/* line 844, style.scss */
#menu .menu-flyout-basement ul li a {
  display: block;
  padding: 5px 0;
  color: #9b59b6;
  height: inherit;
  line-height: inherit;
  text-transform: inherit;
  font-weight: normal;
}
/* line 854, style.scss */
#menu .menu-flyout-basement ul li.active a, #menu .menu-flyout-basement ul li:hover a {
  color: #111111 !important;
}
/* line 860, style.scss */
#menu .menu-flyout-basement > a {
  display: block;
  color: #9b59b6 !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding-left: 40px;
  height: inherit;
  line-height: inherit;
}
/* line 870, style.scss */
#menu .menu-flyout-basement > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 28px;
  height: 28px;
  font-size: 28px;
}
/* line 883, style.scss */
#menu .menu-flyout-basement > a.active, #menu .menu-flyout-basement > a:hover {
  color: #111111 !important;
}
/* line 887, style.scss */
#menu .menu-flyout-basement > a.location:after {
  content: "\e90a";
}
/* line 891, style.scss */
#menu .menu-flyout-basement > a.software:after {
  content: "\e903";
}
/* line 895, style.scss */
#menu .menu-flyout-basement > a.aboutus:after {
  content: "\e907";
}
/* line 899, style.scss */
#menu .menu-flyout-basement > a.lock:after {
  content: "\e90d";
}
/* line 903, style.scss */
#menu .menu-flyout-basement > a.features:after {
  content: "\e900";
}

/* line 910, style.scss */
#admin-panel {
  float: right;
}

/* line 914, style.scss */
#set-language {
  position: relative;
  height: 24px;
  float: left;
  margin-right: 10px;
}
/* line 920, style.scss */
#set-language select {
  width: auto;
  padding: 0;
  height: 100%;
  float: left;
  font-size: 13px;
  background: transparent;
  color: #FFFFFF;
  text-transform: uppercase;
  border: none;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
/* line 938, style.scss */
#set-language:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border: 5px solid transparent;
  border-top-color: #FFFFFF;
  pointer-events: none;
}

/* line 949, style.scss */
.btn-login-header {
  float: left;
  margin: 0 10px 0 20px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
}
/* line 958, style.scss */
.btn-login-header:hover {
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.7);
}
/* line 963, style.scss */
.btn-login-header i {
  width: 14px;
}

/* line 968, style.scss */
.btn-signup-header {
  float: left;
  padding: 0 10px;
  background: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  color: #9b59b6;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
/* line 980, style.scss */
.btn-signup-header:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #9b59b6;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.8);
}

/* line 989, style.scss */
.has-hero header {
  height: 60px;
}
/* line 992, style.scss */
.has-hero header .header-top nav li a {
  height: 110px;
  line-height: 110px;
}
/* line 998, style.scss */
.has-hero #logo {
  margin-top: 15px;
}
/* line 1002, style.scss */
.has-hero #header-counter {
  display: none;
}
/* line 1006, style.scss */
.has-hero.authorized header, .has-hero.unauthorized header {
  height: 138px;
}

/* line 1011, style.scss */
.header-transparent {
  /*footer{
  	margin-top: -60px;
  	background: transparent;
  	border-top: 1px solid rgba(255, 255, 255, .15);
  }	*/
}
/* line 1012, style.scss */
.header-transparent header {
  background: transparent;
  height: 110px !important;
  -webkit-box-shadow: 0px 1px 3px 0 transparent;
  -moz-box-shadow: 0px 1px 3px 0 transparent;
  box-shadow: 0px 1px 3px 0 transparent;
}
/* line 1019, style.scss */
.header-transparent #header-counter {
  display: none;
}
/* line 1023, style.scss */
.header-transparent #logo {
  /*width: 245px;*/
  height: 35px;
  margin-top: 20px;
}
/* line 1033, style.scss */
.header-transparent #menu {
  margin-top: 10px;
}

/* line 1045, style.scss */
.has-campaign header {
  height: 182px !important;
}
/* line 1049, style.scss */
.has-campaign #header-counter {
  height: 172px;
}
/* line 1054, style.scss */
.has-campaign.header-transparent header {
  height: 154px !important;
}
/* line 1059, style.scss */
.has-campaign #menu-mobile {
  top: 54px;
}
/* line 1064, style.scss */
.has-campaign.authorized header, .has-campaign.unauthorized header {
  height: 138px !important;
}
/* line 1068, style.scss */
.has-campaign.authorized #header-counter, .has-campaign.unauthorized #header-counter {
  height: 128px;
}

/* line 1074, style.scss */
.authorized #header-counter, .unauthorized #header-counter {
  height: 94px;
  /* Auth-height (34) */
}

/* line 1078, style.scss */
.select-control {
  position: relative;
  background: #ededed;
  margin-bottom: 20px;
}
/* line 1083, style.scss */
.select-control select {
  padding: 0 20px;
  position: relative;
  border: none;
  background: transparent;
  height: 40px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 !important;
}
/* line 1093, style.scss */
.select-control select:focus {
  outline: 0 !important;
}
/* line 1098, style.scss */
.select-control:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 16px;
  margin-top: -8px;
  pointer-events: none;
  background-image: url(../select_arrows.html);
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-transition: none;
  /* Safari and Chrome */
  -moz-transition: none;
  /* Firefox */
  -ms-transition: none;
  /* IE 9 */
  -o-transition: none;
  /* Opera */
  transition: none;
}
/* line 1115, style.scss */
.select-control:hover {
  border-color: #b3b3b3;
}
/* line 1118, style.scss */
.select-control:hover:after {
  background-position: right bottom;
}

/* line 1124, style.scss */
#hero {
  height: 80%;
  min-height: 650px;
  padding-top: 70px;
  background: #9b59b6;
  /* url(../images/hero_02.jpg) no-repeat scroll center center;*/
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  /*&:after{
  	content: "";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	background: rgba(255, 204, 8, .8);
  }*/
}

/* line 1143, style.scss */
#hero-content-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

/* line 1150, style.scss */
#hero-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  /*text-align: center;*/
  z-index: 1;
  line-height: 25px;
  color: #FFFFFF;
}
/* line 1159, style.scss */
#hero-content h1 {
  color: #FFFFFF;
  margin-bottom: 30px;
  font-size: 52px;
  line-height: 54px;
}
/* line 1166, style.scss */
#hero-content p {
  font-size: 22px;
  margin-bottom: 60px;
}
/* line 1171, style.scss */
#hero-content .btn-c2a-xl {
  margin-bottom: 10px;
}
/* line 1175, style.scss */
#hero-content small {
  font-size: 11px;
}
/* line 1179, style.scss */
#hero-content div[class^=col_] {
  margin-bottom: 0;
}

/* line 1184, style.scss */
#content {
  padding: 120px 0 0 0;
}
/* line 1187, style.scss */
#content h1 {
  text-align: center;
}
/* line 1191, style.scss */
#content > p {
  text-align: center;
  margin-bottom: 50px;
}

/* line 1197, style.scss */
.wrapper {
  position: relative;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
/* line 37, mixins.scss */
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
/* line 42, mixins.scss */
.wrapper:after {
  clear: both;
}

/* line 1207, style.scss */
.wrapper-narrow .wrapper {
  max-width: 1200px;
}
/* line 1211, style.scss */
.wrapper-narrow #logo {
  margin-left: 1%;
}
/* line 1215, style.scss */
.wrapper-narrow #menu {
  margin-right: 1%;
}
/* line 1219, style.scss */
.wrapper-narrow .col_1 {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
/* line 1225, style.scss */
.wrapper-narrow .col_3 {
  margin-left: 1%;
  margin-right: 1%;
  width: 31.33%;
}
/* line 1231, style.scss */
.wrapper-narrow .col_3c {
  margin-left: 1%;
  margin-right: 1%;
  width: 64.6%;
}
/* line 1237, style.scss */
.wrapper-narrow h2 {
  font-size: 26px;
  line-height: 28px;
}
/* line 1242, style.scss */
.wrapper-narrow .box-white, .wrapper-narrow .box-theme {
  padding: 60px 0;
}
/* line 1245, style.scss */
.wrapper-narrow .box-white.box-columns-fix, .wrapper-narrow .box-theme.box-columns-fix {
  padding-bottom: 10px;
}

/* line 37, mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 42, mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 1255, style.scss */
.box-white, .box-theme, .box-theme-solid, .box-attention {
  padding: 80px 0;
  background: #FFFFFF;
}
/* line 1259, style.scss */
.box-white.box-columns-fix, .box-theme.box-columns-fix, .box-theme-solid.box-columns-fix, .box-attention.box-columns-fix {
  padding-bottom: 30px;
}
/* line 1263, style.scss */
.box-white.box-theme-border, .box-theme.box-theme-border, .box-theme-solid.box-theme-border, .box-attention.box-theme-border {
  border-bottom: 1px solid #ecf0f6;
}

/* line 1268, style.scss */
.box-error {
  padding: 80px 0;
  color: #FFFFFF;
  background: #e74c3c;
}
/* line 1273, style.scss */
.box-error h1, .box-error h2, .box-error h3 {
  color: #FFFFFF;
  font-size: 50px;
  line-height: 54px;
}
/* line 1279, style.scss */
.box-error a {
  color: #FFFFFF;
  font-weight: bold;
}
/* line 1284, style.scss */
.box-error i {
  margin-right: 15px;
}

/* line 1289, style.scss */
.box-theme {
  background: #f7f9fd;
}

/* line 1293, style.scss */
.box-theme-solid {
  background: #9b59b6;
  color: #FFFFFF;
}
/* line 1297, style.scss */
.box-theme-solid h1, .box-theme-solid h2, .box-theme-solid h3, .box-theme-solid h4 {
  color: #FFFFFF;
}

/* line 1302, style.scss */
.box-attention {
  padding: 60px 0 50px 0;
  background: #ffdb67;
  font-size: 24px;
  color: #111111;
}
/* line 1308, style.scss */
.box-attention i {
  width: 38px;
}

/* line 1313, style.scss */
.box-border {
  background: #FFFFFF;
  border: 1px solid #dfe3ea;
  padding: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1320, style.scss */
.box-border figure {
  width: 100px;
  height: 100px;
  background: #CACACA;
  margin: 0 auto 30px auto;
}
/* line 1327, style.scss */
.box-border ul {
  margin: 0;
  padding: 0;
}
/* line 1331, style.scss */
.box-border ul li {
  display: block;
  padding-left: 25px;
  background: url(../ul_tick.html) no-repeat scroll left center;
  background-size: 16px;
  margin-bottom: 5px;
}
/* line 1338, style.scss */
.box-border ul li:last-child {
  margin-bottom: 0;
}
/* line 1345, style.scss */
.box-border.box-border-image-horizontal figure {
  width: auto;
  max-width: 150px;
  height: 170px;
  text-align: center;
  background: transparent;
  display: flex;
  align-items: center;
  /* align vertical */
}
/* line 1355, style.scss */
.box-border.box-border-image-horizontal figure img {
  display: inline-block;
  max-height: 100%;
}
/* line 1361, style.scss */
.box-border.box-border-image-horizontal a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #9b59b6;
}

/* line 1370, style.scss */
.box-feature {
  margin-bottom: 60px !important;
}
/* line 1373, style.scss */
.box-feature h3 {
  font-weight: 400;
}
/* line 1377, style.scss */
.box-feature figure {
  width: 100px;
  height: 100px;
  background: #CACACA;
  margin: 0 auto 30px auto;
}

/* line 1385, style.scss */
.box-feature-item-content {
  overflow: auto;
}

/* line 1389, style.scss */
.box-testamonial {
  background: #FFFFFF;
  border: 1px solid #dfe3ea;
  padding: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1396, style.scss */
.box-testamonial p {
  font-style: italic;
}

/* line 1402, style.scss */
.box-retina-icon figure {
  height: 100px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
/* line 1408, style.scss */
.box-retina-icon figure img {
  display: inline-block;
  height: 100%;
}
/* line 1414, style.scss */
.box-retina-icon.box-retina-icon-l figure {
  height: 200px;
}

/* line 1419, style.scss */
#countries-list {
  position: relative;
}
/* line 1422, style.scss */
#countries-list .col_3c .col_2 {
  width: 48%;
  margin: 0;
}
/* line 1426, style.scss */
#countries-list .col_3c .col_2:last-child {
  margin-left: 4%;
}
/* line 1431, style.scss */
#countries-list h4 {
  font-weight: bold;
}
/* line 1435, style.scss */
#countries-list .map-region {
  margin: 0 0 20px 0;
}
/* line 1438, style.scss */
#countries-list .map-region:last-child {
  margin-bottom: 0;
}
/* line 1443, style.scss */
#countries-list:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../world.html) no-repeat scroll center bottom;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 1456, style.scss */
#countries-list.countries-list-xl, #countries-list.countries-list-xl-2 {
  padding: 0 0 60px 0;
}
/* line 1459, style.scss */
#countries-list.countries-list-xl h3, #countries-list.countries-list-xl-2 h3 {
  margin-bottom: 40px;
}
/* line 1463, style.scss */
#countries-list.countries-list-xl:before, #countries-list.countries-list-xl-2:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1467, style.scss */
#countries-list.countries-list-xl .col_1, #countries-list.countries-list-xl-2 .col_1 {
  margin-bottom: 0;
}
/* line 1471, style.scss */
#countries-list.countries-list-xl.countries-list-xl-2, #countries-list.countries-list-xl-2.countries-list-xl-2 {
  padding: 60px 0;
}

/* line 1477, style.scss */
.countries-list-content {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #d7d5d5;
  padding: 40px 50px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
}
/* line 37, mixins.scss */
.countries-list-content:before, .countries-list-content:after {
  content: "";
  display: table;
}
/* line 42, mixins.scss */
.countries-list-content:after {
  clear: both;
}
/* line 1487, style.scss */
.countries-list-content table {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 1492, style.scss */
.countries-list-content table td {
  padding: 5px 0;
}
/* line 1497, style.scss */
.countries-list-content div[class^=col] {
  margin-bottom: 0;
}

/* line 1502, style.scss */
.box-countries {
  /*padding: 40px;
  background: #FFFFFF;
  border: 1px solid #ecf0f6;*/
  margin: 0 0 10px 0;
}
/* line 37, mixins.scss */
.box-countries:before, .box-countries:after {
  content: "";
  display: table;
}
/* line 42, mixins.scss */
.box-countries:after {
  clear: both;
}
/* line 1510, style.scss */
.box-countries h4 {
  margin-bottom: 10px;
}

/* Reviews */
/* line 1516, style.scss */
.box-review-content {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #dfe3ea;
  padding: 25px;
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1525, style.scss */
.box-review-content p {
  font-style: italic;
}
/* line 1529, style.scss */
.box-review-content:before {
  content: "";
  border: 12px solid transparent;
  border-top-color: #dfe3ea;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -12px;
}
/* line 1539, style.scss */
.box-review-content:after {
  content: "";
  border: 10px solid transparent;
  border-top-color: #FFFFFF;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}

/* line 1551, style.scss */
.box-review figure {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 1560, style.scss */
.box-review figure img {
  display: block;
}

/* line 1567, style.scss */
.box-review-solid figure {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 1576, style.scss */
.box-review-solid figure img {
  display: block;
}

/* line 1582, style.scss */
.box-review-solid-content {
  position: relative;
  background: #FFFFFF;
  padding: 50px 30px;
  color: #525252;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
}
/* line 1591, style.scss */
.box-review-solid-content h1, .box-review-solid-content h2, .box-review-solid-content h3, .box-review-solid-content h4 {
  color: inherit;
}
/* line 1595, style.scss */
.box-review-solid-content h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 1601, style.scss */
.box-review-solid-ratings {
  font-size: 25px;
  color: #2ecc71;
  margin: -10px 0 25px 0;
}

/* line 1607, style.scss */
.box-review-solid-read-more {
  margin: 20px 0 0 0;
  text-align: center;
  font-family: "Raleway", helvetica, arial;
  font-size: 16px;
  color: #9b59b6;
  font-weight: bold;
}

/* line 1616, style.scss */
.list-review {
  position: relative;
}
/* line 1619, style.scss */
.list-review figure {
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 1630, style.scss */
.list-review figure img {
  display: block;
}

/* line 1636, style.scss */
.list-review-content {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #dfe3ea;
  padding: 25px;
  margin: 0 0 0 80px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 37, mixins.scss */
.list-review-content:before, .list-review-content:after {
  content: "";
  display: table;
}
/* line 42, mixins.scss */
.list-review-content:after {
  clear: both;
}
/* line 1646, style.scss */
.list-review-content p {
  font-style: italic;
}
/* line 1650, style.scss */
.list-review-content:before {
  content: "";
  border: 12px solid transparent;
  border-right-color: #dfe3ea;
  position: absolute;
  left: -24px;
  top: 25px;
}
/* line 1659, style.scss */
.list-review-content:after {
  content: "";
  border: 10px solid transparent;
  border-right-color: #FFFFFF;
  position: absolute;
  left: -20px;
  top: 27px;
}

/* line 1669, style.scss */
.list-review-author {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
}

/* line 1676, style.scss */
.box-faq {
  padding-left: 10px;
  /*strong{
  	color: $default_theme_color;
  	margin-left: -10px;
  }*/
}
/* line 1684, style.scss */
.box-faq h2 {
  margin-bottom: 15px;
}
/* line 1688, style.scss */
.box-faq h4 {
  color: #9b59b6;
  margin: 0 0 5px -10px;
  font-weight: bold;
}
/* line 1694, style.scss */
.box-faq ul {
  padding-left: 10px;
  margin: 5px 0;
}

/* line 1700, style.scss */
.testamonial-author {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
}

/* line 1707, style.scss */
.header-w-description {
  text-align: center;
  margin-bottom: 60px;
}
/* line 1711, style.scss */
.header-w-description h2 {
  margin-bottom: 10px;
}

/* line 1717, style.scss */
.box-header h1 {
  margin-bottom: 10px;
}

/* line 1722, style.scss */
.box-list {
  position: relative;
  background: #f7f9fd;
  border: 1px solid #ecf0f6;
  margin-bottom: 20px;
}
/* line 1728, style.scss */
.box-list .table {
  /*padding: 20px;*/
}

/* line 1733, style.scss */
.box-list-content {
  position: relative;
  padding: 20px;
}
/* line 1737, style.scss */
.box-list-content hr {
  margin: 20px 0;
  border-top-color: #e2e8f1;
}

/* line 1743, style.scss */
.box-list-hidden {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #e2e8f1;
}

/* line 1749, style.scss */
.box-list-header {
  overflow: auto;
  padding: 15px 20px;
  border-bottom: 1px solid #e2e8f1;
  font-size: 20px;
  line-height: 20px;
  color: #9b59b6;
  font-weight: normal;
}
/* line 1758, style.scss */
.box-list-header i {
  width: 30px;
  color: #111111;
}
/* line 1763, style.scss */
.box-list-header .btn {
  padding: 4px 15px 4px 12px;
  margin: -5px 0;
}
/* line 1767, style.scss */
.box-list-header .btn i {
  width: 15px;
  color: #FFFFFF;
}

/* line 1774, style.scss */
.box-list-table-wrapper {
  padding: 15px 15px 20px 15px;
  overflow: hidden;
}

/* line 1779, style.scss */
.payment-bonus-box {
  background: #f7f0da;
  padding: 20px 25px 25px 25px;
  text-align: center;
  margin-top: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 1787, style.scss */
.payment-bonus-box .btn {
  margin-top: 10px;
}

/* line 1792, style.scss */
.recruitment-example {
  font-size: 22px;
  line-height: 22px;
}

/* line 1798, style.scss */
#box-frames h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}
/* line 1806, style.scss */
#box-frames .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 1812, style.scss */
#box-frames .col_2 {
  display: inline-block;
  margin: 0;
  padding: 50px;
  border-top: 1px solid #dfe6f5;
  width: 50%;
  float: none;
}
/* line 1820, style.scss */
#box-frames .col_2:nth-child(even) {
  border-right: 1px solid #dfe6f5;
}
/* line 1824, style.scss */
#box-frames .col_2:nth-child(2), #box-frames .col_2:nth-child(3) {
  border-top: none;
}
/* line 1828, style.scss */
#box-frames .col_2:nth-child(5), #box-frames .col_2:nth-child(6) {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 1833, style.scss */
#box-frames .col_2 figure {
  margin-bottom: 7px;
  height: 110px;
}
/* line 1837, style.scss */
#box-frames .col_2 figure img {
  display: block;
  height: 100%;
}
/* line 1843, style.scss */
#box-frames .col_2 h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

/* line 1850, style.scss */
#how-steps {
  position: relative;
}
/* line 1853, style.scss */
#how-steps h3 {
  color: #9b59b6;
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 24px;
}
/* line 1860, style.scss */
#how-steps .col_5 {
  padding-top: 80px;
  position: relative;
}
/* line 1864, style.scss */
#how-steps .col_5:after {
  content: attr(data-step);
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: #9b59b6;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 1881, style.scss */
#how-steps .col_5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
/* line 1895, style.scss */
#how-steps:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 15px;
  background: #ecf0f6;
}

/* line 1907, style.scss */
#box-features ul, #box-features-campaign ul, .payment-usps ul {
  padding: 0;
  margin: 0;
}
/* line 1911, style.scss */
#box-features ul li, #box-features-campaign ul li, .payment-usps ul li {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 25px;
}
/* line 1919, style.scss */
#box-features ul li:after, #box-features-campaign ul li:after, .payment-usps ul li:after {
  content: "\e90b";
  position: absolute;
  /*top: 50%;*/
  top: 2px;
  left: 0;
  /*margin-top: -12.5px;*/
  width: 25px;
  height: 25px;
  font-size: 25px;
  color: #2ecc71;
}

/* line 1938, style.scss */
#box-features-campaign ul li {
  margin-bottom: 10px;
  font-size: inherit;
}
/* line 1942, style.scss */
#box-features-campaign ul li:after {
  top: 0;
}

/* line 1948, style.scss */
#box-features-list {
  margin-top: 30px;
}

/* line 1952, style.scss */
#box-features-ul-list {
  margin-top: 80px;
}
/* line 1955, style.scss */
#box-features-ul-list ul {
  padding: 0;
  margin: 0;
}
/* line 1959, style.scss */
#box-features-ul-list ul li {
  display: block;
  position: relative;
  padding: 7px 0 7px 40px;
  font-size: 18px;
  line-height: 25px;
}
/* line 1966, style.scss */
#box-features-ul-list ul li:after {
  content: "\e90b";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12.5px;
  width: 25px;
  height: 25px;
  font-size: 25px;
  color: #2ecc71;
}

/* line 1983, style.scss */
.box-feature-item {
  border-bottom: 1px solid #E0E7ED;
  overflow: auto;
  padding: 25px 0;
}
/* line 1988, style.scss */
.box-feature-item figure {
  float: left;
  height: 100px;
  width: 100px;
  margin-right: 30px;
  text-align: center;
}
/* line 1995, style.scss */
.box-feature-item figure img {
  display: inline-block;
  max-height: 100%;
}
/* line 2001, style.scss */
.box-feature-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 2006, style.scss */
.box-feature-item h2 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
}

/* line 2013, style.scss */
ul.ul-nice {
  padding: 0;
  margin: 0;
}
/* line 2017, style.scss */
ul.ul-nice li {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  font-size: inherit;
  text-align: left;
}
/* line 2028, style.scss */
ul.ul-nice li:after {
  content: "\e90b";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  font-size: 25px;
  color: #2ecc71;
}

/* Screenstoggler */
/* line 2045, style.scss */
#screentoggler-tabs li {
  position: relative;
  display: block;
  padding: 30px 25px 30px 80px;
  margin-bottom: 20px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 2055, style.scss */
#screentoggler-tabs li:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: #9b59b6;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 2072, style.scss */
#screentoggler-tabs li:nth-child(1):after {
  content: "1";
}
/* line 2076, style.scss */
#screentoggler-tabs li:nth-child(2):after {
  content: "2";
}
/* line 2080, style.scss */
#screentoggler-tabs li:last-child:after {
  content: "3";
}
/* line 2084, style.scss */
#screentoggler-tabs li.active {
  background: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
}
/* line 2090, style.scss */
#screentoggler-tabs li.active:hover {
  -moz-box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.1);
}
/* line 2095, style.scss */
#screentoggler-tabs li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 2099, style.scss */
#screentoggler-tabs li:last-child {
  margin: 0;
}

/* line 2106, style.scss */
#screentoggler-screens figure {
  display: none;
}
/* line 2109, style.scss */
#screentoggler-screens figure.active {
  display: block;
}
/* line 2113, style.scss */
#screentoggler-screens figure img {
  /*width: 100%;*/
}

/* line 2120, style.scss */
#usp-list h3 {
  color:   #9b59b6;
}
/* line 2124, style.scss */
#usp-list .clearfix {
  overflow: auto;
}

/* line 2129, style.scss */
.usp-list-icon {
  float: left;
  width: 80px;
  margin: 0 30px 0 0;
}

/* Server */
/* line 2136, style.scss */
#servers-list {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 2143, style.scss */
#server-map {
  float: left;
  margin-right: 30px;
  width: 40%;
  height: 200px;
}

/* line 2150, style.scss */
.server-list {
  display: block;
  padding: 0;
  margin: 0;
}

/* line 2156, style.scss */
.server-list-item {
  position: relative;
  width: 23%;
  display: block;
  margin: 0 0 30px 0;
  padding: 0 0 0 32px;
  	/*&:hover, &.active{
  		/*background: #F2F2F2;*
  
  		& > .status-dot{
  			display: none;
  		}
  	}
  
  	.badge{
  		position: absolute;
  		top: 0;
  		right: 0;
  		background: $default_theme_color;
  	} */
}
/* line 2163, style.scss */
.server-list-item ul {
  padding: 0;
  margin: 0;
}
/* line 2168, style.scss */
.server-list-item span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
/* line 2174, style.scss */
.server-list-item > span {
  margin-top: 5px;
}
/* line 2177, style.scss */
.server-list-item > span:first-child {
  margin-top: 0;
}
/* line 2182, style.scss */
.server-list-item li {
  /*display: none;*/
  line-height: 20px;
  color: #9b59b6;
}
/* line 2187, style.scss */
.server-list-item li.active {
  padding: 0 3px;
  border-radius: 3px;
  background: #44abd6;
  color: #FFFFFF;
}
/* line 2193, style.scss */
.server-list-item li.active a {
  color: #FFFFFF;
}
/* line 2198, style.scss */
.server-list-item li a, .server-list-item li > span {
  display: block;
  padding-left: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 2208, style.scss */
.server-list-item.active li {
  display: block;
}
/* line 2212, style.scss */
.server-list-item h3 {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 3px;
}
/* line 2218, style.scss */
.server-list-item .flag-sm {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2240, style.scss */
.server-location-header {
  text-align: left;
  color: #585858;
  font-weight: bold;
}

/* line 2247, style.scss */
.server-item table {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #F2F2F2;
  width: 100%;
}
/* line 2253, style.scss */
.server-item table td {
  padding-top: 10px;
}

/* Table */
/* line 2260, style.scss */
.table {
  width: 100%;
}
/* line 2263, style.scss */
.table td {
  padding: 5px 10px;
}
/* line 2267, style.scss */
.table tr:last-child input {
  margin-bottom: 0;
}
/* line 2271, style.scss */
.table label {
  display: block;
  width: 100%;
}
/* line 2276, style.scss */
.table th {
  padding: 5px 10px;
  text-align: left;
}
/* line 2282, style.scss */
.table.table-minimized tbody tr {
  display: none;
}
/* line 2286, style.scss */
.table.table-minimized[data-size='3'] tbody tr:nth-child(-n+3), .table.table-minimized[data-size='5'] tbody tr:nth-child(-n+5), .table.table-minimized[data-size='10'] tbody tr:nth-child(-n+10),
.table.table-minimized tbody tr.table-trigger {
  display: table-row;
}
/* line 2296, style.scss */
.table.table-nude td {
  padding-left: 0;
  padding-right: 0;
}

/* line 2303, style.scss */
.table-deluxe {
  width: 100%;
  border: 1px solid #ecf0f6;
}
/* line 2308, style.scss */
.table-deluxe thead th {
  text-align: left;
  padding: 15px 20px;
  background: #f7f9fd;
  border-bottom: 1px solid #e5ebf3;
}
/* line 2314, style.scss */
.table-deluxe thead th.align-right {
  text-align: right;
}
/* line 2321, style.scss */
.table-deluxe tbody td {
  padding: 15px 20px;
  border-right: 1px solid #ecf0f6;
}
/* line 2327, style.scss */
.table-deluxe tr.odd {
  background: #f7f9fd;
}

/* line 2332, style.scss */
.table-trigger {
  position: relative;
  display: block;
  padding: 10px 35px 10px 25px;
  color: #9b59b6;
  text-align: center;
}
/* line 2339, style.scss */
.table-trigger i {
  width: 25px;
}
/* line 2343, style.scss */
.table-trigger:hover {
  cursor: pointer;
  color: #b07cc6;
}

/* Invoice */
/* line 2350, style.scss */
#invoice-wrapper {
  padding: 100px 0;
  width: 800px;
  margin: 0 auto;
}

/* line 2356, style.scss */
.box-invoice {
  position: relative;
  padding: 40px 20px 10px 20px;
  border: 1px solid #CACACA;
  margin-bottom: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 2364, style.scss */
.box-invoice .col_1 {
  margin-bottom: 30px;
}
/* line 2368, style.scss */
.box-invoice h2 {
  font-size: 36px;
  text-align: right;
  text-transform: uppercase;
  color: #F2F2F2;
  margin-right: 2%;
}
/* line 2375, style.scss */
.box-invoice h2 > img {
  float: left;
  height: 30px;
}
/* line 2381, style.scss */
.box-invoice:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  border-width: 0 40px 40px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #fff #CACACA #658E15;
  /* A bit more verbose to work with .rounded too */
  background: #CACACA;
  /* For when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
  /*@include box-shadow(0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2));*/
}
/* line 2396, style.scss */
.box-invoice .table tr:first-child td {
  padding-top: 0;
}
/* line 2401, style.scss */
.box-invoice .table-deluxe thead th, .box-invoice .table-deluxe tbody td {
  padding: 10px 20px;
}
/* line 2406, style.scss */
.box-invoice .col_2 {
  margin-bottom: 30px;
}

/* line 2411, style.scss */
.box-invoice-row {
  margin: 20px 0 30px 0;
}

/* BTC */
/* line 2416, style.scss */
.payment-details {
  margin: 40px 0;
}
/* line 2419, style.scss */
.payment-details > div {
  margin-top: 15px;
  font-size: 30px;
  padding: 20px 0;
  text-align: center;
  color: #585858;
  font-weight: 700;
  border: 1px solid #CACACA;
  word-break: break-all;
}
/* line 2430, style.scss */
.payment-details > div.tiny {
  font-size: 20px;
}
/* line 2435, style.scss */
.payment-details h3 {
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}

/* Blog */
/* line 2443, style.scss */
.blog-post {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ecf0f6;
}
/* line 2448, style.scss */
.blog-post h2 {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 10px;
}

/* line 2455, style.scss */
.blog-post-meta {
  color: #9f9f9f;
  margin: 0 0 20px 0;
  font-size: 13px;
}

/* Pricing */
/* line 2462, style.scss */
.box-pricing {
  padding: 20px 30px 25px 30px;
  background: #e74c3c;
  color: #FFFFFF;
  text-align: center;
  /*margin-bottom: 30px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 2471, style.scss */
.box-pricing h2, .box-pricing h3 {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
/* line 2477, style.scss */
.box-pricing p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}
/* line 2482, style.scss */
.box-pricing.box-pricing-2 {
  background: #3498db;
}
/* line 2486, style.scss */
.box-pricing.box-pricing-3 {
  background: #2ecc71;
}
/* line 2494, style.scss */
.box-pricing.box-pricing-maximized {
  padding-top: 30px;
  margin-top: -10px;
}
/* line 2498, style.scss */
.box-pricing.box-pricing-maximized h2 {
  font-size: 26px;
}

/* line 2504, style.scss */
.pricing-offer {
  padding: 5px 0 15px 0;
  margin: 0 -30px 20px -30px;
  background: rgba(0, 0, 0, 0.1);
}
/* line 2509, style.scss */
.pricing-offer p {
  font-size: 15px;
}

/* line 2514, style.scss */
.pricing-price {
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 100px;
  font-weight: 700;
  vertical-align: bottom;
  overflow: hidden;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.3);
}
/* line 2525, style.scss */
.pricing-price span {
  font-size: 15px;
}

/* Pricing inside "account" */
/* line 2535, style.scss */
.price-box {
  position: relative;
  background: #FFFFFF;
  color: #323232;
  text-align: center;
  border: 4px solid #CACACA;
  height: 330px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 2545, style.scss */
.price-box.selected {
  border-width: 10px;
  border-color: #2ecc71;
}
/* line 2551, style.scss */
.price-box .btn-pricing-c2a {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
/* line 2558, style.scss */
.price-box h2 {
  font-size: 22px;
  line-height: 24px;
}

/* line 2564, style.scss */
.price-box-offer {
  padding: 5px 0 15px 0;
  margin: 0 0 20px 0;
  background: rgba(0, 0, 0, 0.1);
}
/* line 2569, style.scss */
.price-box-offer p {
  font-size: 15px;
}
/* line 2573, style.scss */
.price-box-offer span {
  display: inline-block;
  font-size: 25px;
  padding-top: 10px;
  vertical-align: top;
}

/* line 2581, style.scss */
.price-box-price {
  height: 80px;
  line-height: 60px;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  vertical-align: bottom;
  overflow: hidden;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.3);
}
/* line 2592, style.scss */
.price-box-price span {
  font-size: 15px;
}

/* line 2597, style.scss */
.feature-col {
  display: inline-block;
  width: 100px;
  margin: 0 20px;
  vertical-align: top;
}
/* line 2603, style.scss */
.feature-col figure {
  display: inline-block;
  width: 70px;
  height: 50px;
  background: #CACACA;
  margin-bottom: 10px;
}
/* line 2611, style.scss */
.feature-col strong {
  display: block;
  color: #9b59b6;
  line-height: 13px;
  font-size: 12px;
  font-weight: 400;
}

/* Guides */
/* line 2621, style.scss */
#os-guides-wrapper {
  padding: 25px 0;
  margin: 30px 0 35px 0;
  border-top: 1px solid #ecf0f6;
  border-bottom: 1px solid #ecf0f6;
}

/* line 2628, style.scss */
.box-guide {
  position: relative;
  background: #f7f9fd;
  border: 1px solid #ecf0f6;
  margin-top: -2px;
}
/* line 2634, style.scss */
.box-guide:hover {
  background: #f3f6fc;
}
/* line 2638, style.scss */
.box-guide.active {
  margin: 20px 0;
}
/* line 2641, style.scss */
.box-guide.active .box-guide-content {
  display: block;
}
/* line 2645, style.scss */
.box-guide.active:hover {
  background: #f7f9fd;
}
/* line 2649, style.scss */
.box-guide.active .box-guide-header {
  border-bottom-color: #e5ebf3;
}
/* line 2652, style.scss */
.box-guide.active .box-guide-header:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 2658, style.scss */
.box-guide:first-child {
  margin-top: 0;
}
/* line 2662, style.scss */
.box-guide h2 {
  margin: 0;
}

/* line 2667, style.scss */
.box-guide-header {
  position: relative;
  display: block;
  padding: 25px 50px 23px 50px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
/* line 2674, style.scss */
.box-guide-header h2 {
  font-size: 22px;
  line-height: 32px;
}
/* line 2678, style.scss */
.box-guide-header h2 figure {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

/* line 2687, style.scss */
a.box-guide-header:after {
  content: "\f100";
  position: absolute;
  top: 29px;
  right: 50px;
  color: #545454;
  font-size: 20px;
}

/* line 2698, style.scss */
.box-guide-content {
  display: none;
}

/* line 2702, style.scss */
.box-guide-tabs {
  display: block;
  text-align: center;
  padding: 20px 0;
  padding-bottom: 20px;
  background: #f3f6fc;
  border-bottom: 1px solid #e5ebf3;
}
/* line 2710, style.scss */
.box-guide-tabs li {
  display: inline-block;
  margin: 0 5px;
}
/* line 2714, style.scss */
.box-guide-tabs li a {
  display: block;
  padding: 0 20px 0 20px;
  height: 50px;
  line-height: 48px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: bold;
  color: #545454;
  cursor: pointer;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
/* line 2727, style.scss */
.box-guide-tabs li a:hover {
  color: #111111;
}
/* line 2731, style.scss */
.box-guide-tabs li a img {
  width: 24px;
  height: 24px;
  margin: -5px 10px 0 -3px;
}
/* line 2738, style.scss */
.box-guide-tabs li.active a {
  color: #111111;
  background: #FFFFFF;
  border-color: #e5ebf3;
}

/* line 2746, style.scss */
.box-guide-guides {
  padding: 35px 50px;
  overflow: auto;
}
/* line 2750, style.scss */
.box-guide-guides nav, .box-guide-guides > div {
  display: none;
}
/* line 2753, style.scss */
.box-guide-guides nav.active, .box-guide-guides > div.active {
  display: block;
}
/* line 2758, style.scss */
.box-guide-guides li {
  display: block;
  overflow: auto;
  line-height: 34px;
  padding: 8px 0;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #e5ebf3;
}
/* line 2767, style.scss */
.box-guide-guides li:first-child {
  border-top: none;
}
/* line 2771, style.scss */
.box-guide-guides li .btn {
  padding: 5px 25px;
}
/* line 2776, style.scss */
.box-guide-guides hr {
  border-top-color: #e5ebf3;
  margin: 30px 0;
}

/* line 2782, style.scss */
.box-guide-half {
  float: left;
  width: 49%;
  margin-left: 2%;
}
/* line 2787, style.scss */
.box-guide-half:last-child {
  margin: 0;
}

/* line 2793, style.scss */
#guide-os-picker ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 2799, style.scss */
#guide-os-picker li {
  display: inline-block;
  width: 23.5%;
  margin-bottom: 15px;
}
/* line 2804, style.scss */
#guide-os-picker li a {
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #585858;
  background: #f7f9fd;
  border: 1px solid #ecf0f6;
}
/* line 2812, style.scss */
#guide-os-picker li a figure {
  display: block;
  margin-bottom: 10px;
}
/* line 2816, style.scss */
#guide-os-picker li a figure img {
  display: inline-block;
  width: 24px;
  height: 24px;
}
/* line 2824, style.scss */
#guide-os-picker li.active a {
  background: #9b59b6;
  border-color: #9b59b6;
  color: #FFFFFF;
}

/* Guide */
/* line 2833, style.scss */
#guide-steps-wrapper {
  margin-top: 50px;
}

/* line 2837, style.scss */
.guide-step {
  position: relative;
  background: #f7f9fd;
  border: 1px solid #ecf0f6;
  padding: 30px 50px;
  margin-bottom: 30px;
}
/* line 2844, style.scss */
.guide-step figure {
  display: block;
  margin-top: 30px;
}
/* line 2848, style.scss */
.guide-step figure img {
  display: block;
  width: 100%;
}

/* Package picker */
/* line 2856, style.scss */
#package-picker {
  margin-top: -30px;
  padding: 10px 0 50px 0;
}
/* line 37, mixins.scss */
#package-picker:before, #package-picker:after {
  content: "";
  display: table;
}
/* line 42, mixins.scss */
#package-picker:after {
  clear: both;
}

/* line 2863, style.scss */
.package-box {
  position: relative;
  padding: 50px 40px 80px 40px;
  border: 1px solid #E0E7ED;
  background: #FFFFFF;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  	/*
  	min-height: 100px;
  	position: relative;
  	background: #FFFFFF;
  	border: 1px solid $default_border_color;
  	margin: 0 auto 20px auto;
  	cursor: pointer;
  
  	&:hover{
  		background: lighten($default_theme_color, 45%);
  		border-color: darken($default_border_color, 6%);
  
  		.package-box-bullet{
  			border-color: darken($default_border_color, 8%);
  		}
  	}	
  
  	&.active{
  
  	}
  
  	&:last-child{
  		margin-bottom: 0;
  	}*/
}
/* line 2873, style.scss */
.package-box.active {
  z-index: 2;
  border: none;
  -moz-transform: scale(1.02) translateY(-1%);
  -ms-transform: scale(1.02) translateY(-1%);
  -webkit-transform: scale(1.02) translateY(-1%);
  transform: scale(1.02) translateY(-1%);
  /* FIX WITH MIXINS */
  -webkit-box-shadow: 0 0 40px rgba(54, 67, 77, 0.2);
  -moz-box-shadow: 0 0 40px rgba(54, 67, 77, 0.2);
  box-shadow: 0 0 40px rgba(54, 67, 77, 0.2);
  /*background: lighten($default_theme_color, 43%);
  border-color: darken($default_border_color, 10%);*/
}
/* line 2884, style.scss */
.package-box.active .plan-header h3 {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 2891, style.scss */
.package-box.active .package-box-bullet {
  border-color: #c2cfe2;
}
/* line 2894, style.scss */
.package-box.active .package-box-bullet:before {
  background: #2ecc71;
}
/* line 2899, style.scss */
.package-box.active:before {
  border: 7px solid #2ecc71;
}
/* line 2903, style.scss */
.package-box.active .package-box-fyi {
  display: block;
}
/* line 2907, style.scss */
.package-box.active .package-discount {
  background: #2ecc71;
}
/* line 2910, style.scss */
.package-box.active .package-discount > div {
  color: #FFFFFF;
}
/* line 2916, style.scss */
.package-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #E0E7ED;
  -webkit-transition: all 200ms ease-out;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease-out;
  /* Firefox */
  -ms-transition: all 200ms ease-out;
  /* IE 9 */
  -o-transition: all 200ms ease-out;
  /* Opera */
  transition: all 200ms ease-out;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 2929, style.scss */
.package-box:hover {
  -webkit-box-shadow: 0 0 40px rgba(54, 67, 77, 0.2);
  -moz-box-shadow: 0 0 40px rgba(54, 67, 77, 0.2);
  box-shadow: 0 0 40px rgba(54, 67, 77, 0.2);
}
/* line 2961, style.scss */
.package-box[data-package="3"] .package-discount {
  width: 200px;
  height: 100px;
}
/* line 2965, style.scss */
.package-box[data-package="3"] .package-discount > div {
  margin-top: 78px;
  font-size: 18px;
  line-height: 20px;
}
/* line 2973, style.scss */
.package-box hr {
  border-top-color: #eee;
  margin: 15px 30%;
}

/* line 2979, style.scss */
.package-discount-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 2990, style.scss */
.package-discount {
  position: absolute;
  top: -20px;
  right: -70px;
  background: #E0E7ED;
  width: 170px;
  height: 85px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 3000, style.scss */
.package-discount > div {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #323232;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
  text-align: right;
  margin: 66px 60px 0 0;
}
/* line 3010, style.scss */
.package-discount > div span {
  display: block;
}

/* line 3016, style.scss */
.package-box-bullet {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 35px;
  height: 35px;
  border: 1px solid #d7e0ec;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 3026, style.scss */
.package-box-bullet:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 25px;
  height: 25px;
  background: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 3038, style.scss */
.package-box-bullet:after {
  content: "\f00c";
  position: absolute;
  top: 6px;
  left: 4px;
  right: 4px;
  text-align: center;
  color: #FFFFFF;
}

/* line 3051, style.scss */
.package-box-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 25px;
}
/* line 3057, style.scss */
.package-box-content h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
/* line 3062, style.scss */
.package-box-content h2 small {
  color: #6d6d6d;
  font-weight: normal;
}
/* line 3066, style.scss */
.package-box-content h2 small span {
  font-weight: bold;
}
/* line 3070, style.scss */
.package-box-content h2 small small {
  font-size: 13px;
}
/* line 3076, style.scss */
.package-box-content p {
  /*margin: 0 0 20px 0;*/
}

/* line 3081, style.scss */
.package-box-price {
  margin-bottom: 20px;
}
/* line 3084, style.scss */
.package-box-price span {
  display: block;
  text-align: center;
  color: #2ecc71;
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 3095, style.scss */
.package-box-price small p {
  margin: -10px 0 0 0;
  color: #2ecc71;
}

/* line 3102, style.scss */
.package-box-fyi {
  display: none;
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  padding: 15px;
  background: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 3116, style.scss */
.package-box-most-popular {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 10;
  display: inline-block;
  padding: 1px 10px 1px 28px;
  background: #3498db;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 3131, style.scss */
.package-box-most-popular:after {
  content: "★";
  position: absolute;
  top: 0;
  left: 8px;
  font-size: 15px;
  color: #FFFFFF;
}

/* line 3141, style.scss */
.box-campaign-description {
  /*padding-top: 60px;*/
  margin-top: -30px;
}
/* line 3145, style.scss */
.box-campaign-description h1 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 15px;
}

/* line 3152, style.scss */
.ribbon-discount {
  position: relative;
  float: right;
  margin-left: 30px;
  padding: 20px 10px 40px 10px;
  overflow: hidden;
  background: #e74c3c;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
/* line 3166, style.scss */
.ribbon-discount span {
  text-transform: uppercase;
  display: block;
  text-align: center;
}
/* line 3172, style.scss */
.ribbon-discount:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  background: #f7f9fd;
  width: 100px;
  height: 80px;
  -moz-transform: rotate(-30deg) skewX(40deg);
  -ms-transform: rotate(-30deg) skewX(40deg);
  -webkit-transform: rotate(-30deg) skewX(40deg);
  transform: rotate(-30deg) skewX(40deg);
}

/* line 3186, style.scss */
.ribbon-guarantee {
  float: right;
  width: 200px;
  margin: -50px 0 -50px 30px;
}

/* line 3192, style.scss */
.ribbon-secure {
  float: right;
  padding: 4px 7px 5px 10px;
  margin: 0 0 0 30px;
  background: #111111;
  color: #FFFFFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 3201, style.scss */
.ribbon-secure img {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

/* Payment */
/* line 37, mixins.scss */
.payment-row:before, .payment-row:after {
  content: "";
  display: table;
}
/* line 42, mixins.scss */
.payment-row:after {
  clear: both;
}

/* line 3215, style.scss */
.payment-row-header {
  margin-bottom: 25px !important;
}
/* line 37, mixins.scss */
.payment-row-header:before, .payment-row-header:after {
  content: "";
  display: table;
}
/* line 42, mixins.scss */
.payment-row-header:after {
  clear: both;
}

/* line 3221, style.scss */
.payment-row-step {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  padding: 4px 0 0 0;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  background: #9b59b6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 3235, style.scss */
.payment-row-header-content {
  /*&.payment-row-header-content-single{
  	label{
  		line-height: 32px;
  	}
  }*/
}
/* line 3236, style.scss */
.payment-row-header-content label {
  margin-top: -3px;
  display: block;
  font-weight: bold;
  line-height: 24px;
  font-size: 22px;
}
/* line 3244, style.scss */
.payment-row-header-content p {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  margin-top: 5px;
}

/* line 3259, style.scss */
.payment-row-input {
  margin-left: 50px;
  overflow: auto;
}
/* line 3263, style.scss */
.payment-row-input select {
  padding: 0 30px;
  position: relative;
  border: none;
  background: #3498db;
  height: 70px;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 !important;
}
/* line 3278, style.scss */
.payment-row-input input[type=email], .payment-row-input input[type=password], .payment-row-input input[type=text] {
  padding: 0 20px;
  height: 50px;
  border: 1px solid #CCC;
  background: #FFFFFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 3286, style.scss */
.payment-row-input input[type=email]:nth-child(2), .payment-row-input input[type=password]:nth-child(2), .payment-row-input input[type=text]:nth-child(2) {
  margin-top: 20px;
}
/* line 3290, style.scss */
.payment-row-input input[type=email][disabled], .payment-row-input input[type=password][disabled], .payment-row-input input[type=text][disabled] {
  background: #F2F2F2;
}
/* line 3295, style.scss */
.payment-row-input .col_2 {
  margin: 0;
  width: 48%;
  margin-left: 4%;
}
/* line 3300, style.scss */
.payment-row-input .col_2:first-child {
  margin-left: 0;
}
/* line 3304, style.scss */
.payment-row-input .col_2 label {
  display: block;
  margin-bottom: -10px;
}

/* Plans */
/* line 3312, style.scss */
#plans {
  padding: 30px 0 10px 0;
  display: flex;
  margin: 0 2%;
}
/* line 37, mixins.scss */
#plans:before, #plans:after {
  content: "";
  display: table;
}
/* line 42, mixins.scss */
#plans:after {
  clear: both;
}

/* line 3320, style.scss */
.plan {
  position: relative;
  padding: 50px 40px 120px 40px;
  border: 1px solid #E0E7ED;
  background: #FFFFFF;
  text-align: center;
  width: 33.3333%;
}
/* line 3328, style.scss */
.plan:first-child {
  margin-right: -1px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
}
/* line 3332, style.scss */
.plan:first-child.active {
  -moz-border-radius: 5px 5px 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 5px;
}
/* line 3337, style.scss */
.plan:last-child {
  margin-left: -1px;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
}
/* line 3341, style.scss */
.plan:last-child.active {
  -moz-border-radius: 5px 5px 5px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 0;
}
/* line 3346, style.scss */
.plan.active {
  z-index: 2;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  -moz-transform: scale(1.02) translateY(-1%);
  -ms-transform: scale(1.02) translateY(-1%);
  -webkit-transform: scale(1.02) translateY(-1%);
  transform: scale(1.02) translateY(-1%);
  /* FIX WITH MIXINS */
  -webkit-box-shadow: 0 0 40px rgba(54, 67, 77, 0.2);
  -moz-box-shadow: 0 0 40px rgba(54, 67, 77, 0.2);
  box-shadow: 0 0 40px rgba(54, 67, 77, 0.2);
}
/* line 3357, style.scss */
.plan.active .plan-header h3 {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 3363, style.scss */
.plan.plan-1 .plan-header h3 span {
  color: #e67e22;
}
/* line 3367, style.scss */
.plan.plan-1 .btn-theme {
  background: #e67e22;
}
/* line 3373, style.scss */
.plan.plan-2 .plan-header h3 span {
  color: #2ecc71;
}
/* line 3377, style.scss */
.plan.plan-2 .btn-theme {
  background: #2ecc71;
}
/* line 3383, style.scss */
.plan.plan-3 .plan-header h3 span {
  color: #3498db;
}
/* line 3387, style.scss */
.plan.plan-3 .btn-theme {
  background: #3498db;
}

/* line 3394, style.scss */
.plan-header h3 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
/* line 3399, style.scss */
.plan-header h3:before {
  content: "";
  border-top: 1px solid #dfdfdf;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
/* line 3409, style.scss */
.plan-header h3 span {
  background: #FFFFFF;
  padding: 0 15px;
}

/* line 3416, style.scss */
.plan-pricing {
  margin: 30px 0;
}
/* line 3419, style.scss */
.plan-pricing h4 {
  margin: 0;
  font-size: 60px;
  line-height: 75px;
  font-weight: bold;
  color: #111111;
}
/* line 3426, style.scss */
.plan-pricing h4 span {
  color: #111111;
}
/* line 3430, style.scss */
.plan-pricing h4 sup {
  top: -26px;
  font-size: 40%;
}
/* line 3436, style.scss */
.plan-pricing > p {
  margin: -15px 0 12px 0;
  font-size: 13px;
}
/* line 3441, style.scss */
.plan-pricing .plan-price-old {
  text-decoration: line-through;
  color: #808080;
  font-size: 18px;
}
/* line 3447, style.scss */
.plan-pricing .plan-price-save {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #e74c3c;
}
/* line 3455, style.scss */
.plan-pricing .plan-price-save span:after {
  content: "\e902";
  display: inline-block;
  color: #e74c3c;
  margin: 0 5px 0 -5px;
  width: 20px;
  font-size: 20px;
}

/* line 3468, style.scss */
.plan-footer {
  position: absolute;
  bottom: 35px;
  right: 40px;
  left: 40px;
}

/* line 3475, style.scss */
.plan-most-popular {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 3482, style.scss */
.plan-most-popular span {
  position: relative;
  display: inline-block;
  padding: 1px 10px 1px 28px;
  background: #3498db;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 3494, style.scss */
.plan-most-popular span:after {
  content: "★";
  position: absolute;
  top: 0;
  left: 8px;
  font-size: 15px;
  color: #FFFFFF;
}

/* Payment provider */
/* line 3506, style.scss */
.payment-usps {
  padding: 20px 25px;
  background: #FFFFFF;
  border: 1px solid #dbe2ee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 3513, style.scss */
.payment-usps h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
/* line 3519, style.scss */
.payment-usps ul {
  padding: 0;
}
/* line 3522, style.scss */
.payment-usps ul li {
  margin-bottom: 5px;
  font-size: 15px;
}

/* line 3529, style.scss */
.payment-provider {
  display: block;
  border: 1px solid #dbe2ee;
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 3536, style.scss */
.payment-provider span {
  -webkit-transition: none;
  /* Safari and Chrome */
  -moz-transition: none;
  /* Firefox */
  -ms-transition: none;
  /* IE 9 */
  -o-transition: none;
  /* Opera */
  transition: none;
}
/* line 3544, style.scss */
.payment-provider .payment-provider-toggler {
  position: relative;
  min-height: 50px;
  padding: 10px 15px 3px 45px;
  border-bottom: 1px solid transparent;
  overflow: auto;
}
/* line 3551, style.scss */
.payment-provider .payment-provider-toggler:hover {
  background: #F4F4F4;
  cursor: pointer;
}
/* line 3556, style.scss */
.payment-provider .payment-provider-toggler b {
  padding-right: 10px;
}
/* line 3560, style.scss */
.payment-provider .payment-provider-toggler:after {
  content: "\f101";
  position: absolute;
  top: 14px;
  left: 18px;
  color: #545454;
  font-size: 20px;
}
/* line 3572, style.scss */
.payment-provider .payment-provider-content {
  padding: 20px 30px;
  height: 0;
  display: none;
}
/* line 3579, style.scss */
.payment-provider.toggled .payment-provider-toggler {
  border-bottom-color: #e2e8f1;
}
/* line 3582, style.scss */
.payment-provider.toggled .payment-provider-toggler:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 3587, style.scss */
.payment-provider.toggled .payment-provider-content {
  display: block;
  height: auto;
}
/* line 3593, style.scss */
.payment-provider h4 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
/* line 3598, style.scss */
.payment-provider h4 b {
  display: inline-block;
  float: left;
  margin-top: 3px;
}

/* line 3606, style.scss */
.payment-provider-summary {
  display: block;
  padding: 20px 25px;
  background: #f7f0da;
  overflow: auto;
  margin-bottom: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 3615, style.scss */
.payment-provider-summary .payment-provider-summary-price {
  font-size: 24px;
  line-height: 28px;
}
/* line 3619, style.scss */
.payment-provider-summary .payment-provider-summary-price span {
  font-weight: bold;
}
/* line 3624, style.scss */
.payment-provider-summary input[type=submit] {
  float: right;
}

/* line 3629, style.scss */
.authorized .payment-provider-summary {
  margin-bottom: 0;
}

/* line 3634, style.scss */
.payment-provider-promo .payment-provider-promo-header {
  float: left;
  margin: 8px 30px 0 0;
}
/* line 3639, style.scss */
.payment-provider-promo .payment-provider-promo-input {
  overflow: auto;
}

/* line 3644, style.scss */
.payment-methods-row {
  display: inline-block;
}

/* line 3648, style.scss */
.payment-method {
  display: inline-block;
  width: 50px;
  height: 30px;
  background: url(../payment_options7b8b.html) no-repeat;
  background-size: 234px 180px;
  border: 1px solid #ccc;
  margin-right: 3px;
}
/* line 3657, style.scss */
.payment-method.payment-method-paypal {
  background-position: -100px -120px;
}
/* line 3661, style.scss */
.payment-method.payment-method-bitcoins {
  background-position: top left;
  width: 84px;
}
.payment-method.payment-method-ethereum {
  background-position: -150px -118px;
  width: 88px;
}
/* line 3666, style.scss */
.payment-method.payment-method-visa {
  background-position: -100px -150px;
}
/* line 3670, style.scss */
.payment-method.payment-method-mastercard {
  background-position: -134px -90px;
}
/* line 3674, style.scss */
.payment-method.payment-method-amex {
  background-position: -134px -60px;
}
/* line 3678, style.scss */
.payment-method.payment-method-jcb {
  background-position: 0px -30px;
}
/* line 3682, style.scss */
.payment-method.payment-method-discover {
  background-position: -50px -60px;
}
/* line 3686, style.scss */
.payment-method.payment-method-dinersclub {
  background-position: 0px -60px;
}

/* line 3691, style.scss */
.btn-c2a-xl {
  display: inline-block;
  padding: 15px 40px 15px 65px;
  background: #FFFFFF url(../arrow_right.html) no-repeat scroll 30px center;
  background-size: 20px;
  color: #9b59b6;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
/* line 3702, style.scss */
.btn-c2a-xl:hover {
  color: #9b59b6;
  text-decoration: none !important;
  /*background: lighten($default_theme_color, 6%);*/
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.6);
  background-position: 35px center;
}
/* line 3711, style.scss */
.btn-c2a-xl.btn-block {
  display: block;
}

/* line 3716, style.scss */
.btn-pricing-c2a {
  position: relative;
  display: block;
  padding: 8px 0;
  margin-top: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFFFFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 3728, style.scss */
.btn-pricing-c2a:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
}
/* line 3733, style.scss */
.btn-pricing-c2a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -7px;
  width: 16px;
  height: 12px;
  background: url(../sprites.html) no-repeat scroll -16px -105px;
  background-size: 60px;
}

/* line 3747, style.scss */
.list-easy-upgrade span {
  display: inline-block;
  padding: 1px 14px 1px 10px;
  margin-top: 20px;
  background: #2ecc71;
  color: #FFFFFF;
  font-size: 13px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 3757, style.scss */
.list-easy-upgrade span i {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin: 5px 3px 0 0;
  background: url(../sprites.html) no-repeat scroll -13px -226px;
  background-size: 80px;
}
/* line 3768, style.scss */
.list-easy-upgrade:after {
  display: none;
}

/* line 3774, style.scss */
.list-spacing li {
  margin-bottom: 20px;
}

/* line 3779, style.scss */
.table-vertical-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

/* line 3786, style.scss */
.table-vertical-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

/* Account */
/* line 3794, style.scss */
#recaptcha-wrapper {
  margin: 30px auto;
  width: 302px;
}

/* line 3799, style.scss */
.modal-login-actions {
  text-align: center;
  color: #FFFFFF;
  margin-top: 25px;
}
/* line 3804, style.scss */
.modal-login-actions a {
  font-size: 16px;
  color: #FFFFFF;
}
/* line 3808, style.scss */
.modal-login-actions a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* line 3814, style.scss */
.modal-header {
  margin: -25px -30px 25px -30px;
  padding: 20px 0;
  background: #f7f9fd;
  border-bottom: 1px solid #ecf0f6;
  text-align: center !important;
}
/* line 3821, style.scss */
.modal-header h2, .modal-header h3 {
  margin: 0;
}

/* line 3826, style.scss */
.modal-content {
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 3831, style.scss */
.modal-content .table td {
  padding-left: 0;
  padding-right: 0;
}

/* Footer */
/* line 3838, style.scss */
footer {
  background: #323d4c;
  color: #8b95a1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* line 3845, style.scss */
footer nav {
  display: block;
}
/* line 3848, style.scss */
footer nav li {
  display: block;
  /*float: left;*/
  margin-bottom: 5px;
}
/* line 3853, style.scss */
footer nav li a {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #FFFFFF;
}
/* line 3859, style.scss */
footer nav li a:hover {
  text-decoration: underline !important;
}
/* line 3863, style.scss */
footer nav li a i {
  width: 24px;
}
/* line 3868, style.scss */
footer nav li.active a {
  text-decoration: underline !important;
}
/* line 3874, style.scss */
footer .col_1 {
  margin-bottom: 0;
}

/* line 3879, style.scss */
.footer-stats {
  height: 60px;
  border-bottom: 1px solid #3e4b5c;
}

/* line 3884, style.scss */
.footer-stats-table {
  display: table;
  width: 100%;
}

/* line 3889, style.scss */
.footer-stats-row {
  display: table-row;
}

/* line 3893, style.scss */
.footer-stats-item-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #3e4b5c;
}
/* line 3899, style.scss */
.footer-stats-item-wrapper:last-child {
  border-right: 1px solid #3e4b5c;
}

/* line 3904, style.scss */
.footer-stats-item {
  height: 60px;
  padding: 15px;
}

/* line 3909, style.scss */
.footer-stats-count {
  vertical-align: top;
  display: inline-block;
  line-height: 30px;
  font-size: 24px;
  font-weight: 300;
  color: #c6a0d5;
  /*default_teal;*/
}

/* line 3918, style.scss */
.footer-stats-item-label {
  display: inline-block;
  font-size: 12px;
  padding-left: 10px;
  text-align: left;
  line-height: 15px;
}
/* line 3925, style.scss */
.footer-stats-item-label * {
  line-height: inherit;
}
/* line 3929, style.scss */
.footer-stats-item-label span {
  text-transform: uppercase;
  font-weight: 700;
}

/* line 3935, style.scss */
.footer-tree {
  padding: 50px 0 0 0;
}
/* line 3938, style.scss */
.footer-tree h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 15px 0;
  color: #53647a;
}

/* line 3948, style.scss */
.footer-copyright {
  background: #242d39;
  padding: 15px 0;
  color: #53647a;
  text-align: center;
}

/* line 3955, style.scss */
#footer-logo {
  width: 150px;
}
/* line 3958, style.scss */
#footer-logo img {
  display: block;
}

/* Misc-styles */
/* line 3964, style.scss */
.right {
  float: right;
}

/* line 3968, style.scss */
.align-center {
  text-align: center;
}
/* line 3971, style.scss */
.align-center .box-cover {
  text-align: center;
}
/* line 3975, style.scss */
.align-center .col_4 {
  float: none;
  display: inline-block;
}

/* line 3981, style.scss */
.align-left {
  text-align: left;
}

/* line 3985, style.scss */
.align-right {
  text-align: right;
}

/* line 3989, style.scss */
.form-control.input-third, .select-control.input-third {
  width: 33%;
}

/* Headers */
/* line 3994, style.scss */
.subline {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid #111111;
}
/* line 3999, style.scss */
.subline span {
  font-weight: normal;
}

/* Buttons */
/* line 4005, style.scss */
.btn-read-more {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 40px 0 25px;
  background: #9b59b6;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 4016, style.scss */
.btn-read-more:hover {
  background: #804399;
  text-decoration: none !important;
}
/* line 4020, style.scss */
.btn-read-more:hover:after {
  right: 8px;
}
/* line 4025, style.scss */
.btn-read-more:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  background: url(../sprites.html) no-repeat scroll left -92px;
}
/* line 4035, style.scss */
.btn-read-more.btn-read-more-white {
  background: #9b59b6;
  color: #FFFFFF;
}
/* line 4039, style.scss */
.btn-read-more.btn-read-more-white:hover {
  background: rgba(77, 77, 77, 0.8);
}
/* line 4044, style.scss */
.btn-read-more.btn-read-more-xl {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
}

/* line 4052, style.scss */
.btn-follow {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  background: #111111;
  color: #9b59b6;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/* line 4067, style.scss */
.btn-follow:hover {
  background: #323232;
  text-decoration: none !important;
}
/* line 4072, style.scss */
.btn-follow:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 34px;
  background: url(../social.html) no-repeat;
  background-size: 34px;
}
/* line 4083, style.scss */
.btn-follow.btn-follow-soundcloud:after {
  background-position: left -170px;
}
/* line 4087, style.scss */
.btn-follow.btn-follow-youtube:after {
  background-position: left -136px;
}
/* line 4091, style.scss */
.btn-follow.btn-follow-beatport:after {
  background-position: left -238px;
}

/* line 4096, style.scss */
.btn-tour, .btn-tour-rsvp {
  position: relative;
  display: inline-block;
  background: #111111;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  padding: 1px 28px 0 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 4107, style.scss */
.btn-tour:hover, .btn-tour-rsvp:hover {
  text-decoration: none !important;
  background: #323232;
}
/* line 4112, style.scss */
.btn-tour:after, .btn-tour-rsvp:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 7px;
  width: 13px;
  height: 13px;
  background: url(../sprites.html) no-repeat scroll left -85px;
  background-size: 80px;
}

/* line 4124, style.scss */
.btn-tour-rsvp {
  margin-left: 10px;
  background: #FFFFFF;
  color: #111111;
}
/* line 4130, style.scss */
.btn-tour-rsvp:hover {
  background: #F2F2F2;
}
/* line 4134, style.scss */
.btn-tour-rsvp:after {
  top: 6px;
  background-position: left -72px;
}

/* line 4140, style.scss */
.btn-theme {
  display: inline-block;
  padding: 10px 25px;
  background: #9b59b6;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
/* line 4153, style.scss */
.btn-theme:hover {
  color: #FFFFFF;
  text-decoration: none !important;
  background: #a86ebf;
}
/* line 4159, style.scss */
.btn-theme.btn-theme-xl {
  padding: 15px 50px;
  font-size: 15px;
}
/* line 4164, style.scss */
.btn-theme.btn-theme-s {
  padding: 6px 20px;
}
/* line 4168, style.scss */
.btn-theme.btn-block {
  display: block;
  text-align: center;
}
/* line 4173, style.scss */
.btn-theme[disabled] {
  background: #dbc3e5;
}
/* line 4177, style.scss */
.btn-theme i {
  width: 20px;
  margin-left: -4px;
}

/* line 4183, style.scss */
.btn-print {
  display: inline-block;
  padding: 10px 25px;
  background: #FFFFFF;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.15);
}
/* line 4196, style.scss */
.btn-print i {
  width: 20px;
  margin-left: -4px;
}
/* line 4201, style.scss */
.btn-print:hover {
  color: #323232;
  text-decoration: none !important;
  background: #f6f6f6;
}

/* line 4208, style.scss */
#c2a-tour {
  position: relative;
  margin: 50px 0 0 0;
  display: inline-block;
  padding: 18px 120px 13px 120px;
  background: #111111;
  color: #9b59b6;
  font-size: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 4219, style.scss */
#c2a-tour p {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 10px;
}
/* line 4225, style.scss */
#c2a-tour span {
  line-height: 15px;
}
/* line 4229, style.scss */
#c2a-tour:hover {
  text-decoration: none !important;
  background: #323232;
}
/* line 4234, style.scss */
#c2a-tour:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -12px;
  width: 34px;
  height: 23px;
  background: url(../sprites.html) no-repeat scroll left -66px;
  background-size: 100px;
}

/* Appstore btns */
/* line 4248, style.scss */
.btn-appstore {
  position: relative;
  display: inline-block;
  background: #000000;
  color: #FFFFFF;
  padding: 10px 30px 15px 75px;
  text-align: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
/* line 4259, style.scss */
.btn-appstore p {
  display: block;
  font-size: 24px;
  margin: 0 !important;
  font-weight: bold;
}
/* line 4266, style.scss */
.btn-appstore:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 25px;
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  font-size: 35px;
}
/* line 4280, style.scss */
.btn-appstore.btn-appstore-ios:after {
  content: "\f179";
}
/* line 4284, style.scss */
.btn-appstore.btn-appstore-android:after {
  content: "\f17b";
}
/* line 4288, style.scss */
.btn-appstore:hover {
  background: #111111;
  color: rgba(255, 255, 255, 0.8);
}
/* line 4292, style.scss */
.btn-appstore:hover:after {
  color: #FFFFFF;
}

/* line 4298, style.scss */
.hero-appstore {
  margin-top: 25px;
}
/* line 4301, style.scss */
.hero-appstore a:last-child {
  margin-top: 20px;
}

/* Banners */
/* line 4307, style.scss */
.campaign-banner {
  display: block;
  padding: 10px 0;
  background: #ffdb67;
  text-align: center;
  color: #111111;
  font-size: 13px;
}
/* line 4315, style.scss */
.campaign-banner:hover {
  background: #ffe181;
  color: #111111;
}

/*#hero .campaign-banner{
	position: absolute;
	top: 115px;
	left: 0;
	right: 0;
	z-index: 11;
}*/
/* line 4329, style.scss */
.icomoon, #submenu > ul > li > a:after, #menu .menu-flyout-roof ul li a:after, #menu .menu-flyout-basement > a:after, #box-features ul li:after, #box-features-campaign ul li:after, .payment-usps ul li:after, #box-features-ul-list ul li:after, ul.ul-nice li:after, .plan-pricing .plan-price-save span:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4344, style.scss */
.fontawesome, #menu-mobile li.active a:after, #submenu > ul > li.newspaper > a:after, a.box-guide-header:after, .package-box-bullet:after, .payment-provider .payment-provider-toggler:after, .btn-appstore:after, #benefits table td:nth-child(2):after {
  font-family: 'FontAwesome';
}

/* Misc2 */
/* line 4349, style.scss */
#loader-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 12;
}

/* Adwords templates */
/* line 4362, style.scss */
.no-block-template header {
  height: 60px !important;
}
/* line 4365, style.scss */
.no-block-template header #menu {
  float: none;
  text-align: center;
  position: absolute;
  width: 100%;
  margin: 0;
}
/* line 4372, style.scss */
.no-block-template header #menu li {
  margin: 0 25px;
}
/* line 4378, style.scss */
.no-block-template.has-campaign.authorized header, .no-block-template.has-campaign.unauthorized header {
  height: 60px !important;
}
/* line 4382, style.scss */
.no-block-template #header-counter {
  height: 60px !important;
}
/* line 4386, style.scss */
.no-block-template .campaign-banner, .no-block-template .header-authenticated, .no-block-template .header-unauthenticated {
  display: none;
}

/* line 4392, style.scss */
#benefits table {
  margin: 0 auto;
  background: #FFFFFF;
}
/* line 4396, style.scss */
#benefits table td {
  position: relative;
  padding: 10px 20px;
  border: 1px solid #e2e8f1;
}
/* line 4401, style.scss */
#benefits table td:nth-child(2) {
  padding-top: 15px;
  width: 60px;
  text-align: center;
}
/* line 4406, style.scss */
#benefits table td:nth-child(2):after {
  content: "\f00c";
  font-size: 25px;
  color: #2ecc71;
}
/* line 4415, style.scss */
#benefits table tr:nth-child(odd) td {
  background: #f7f9fd;
}
/* line 4422, style.scss */
#benefits.box-theme table tr:nth-child(odd) td {
  background: #FFFFFF;
}

/* Loader */
/* line 4430, style.scss */
.sk-folding-cube {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  position: relative;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
/* line 4441, style.scss */
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 4449, style.scss */
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* line 4465, style.scss */
.sk-folding-cube .sk-cube2 {
  -moz-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
/* line 4469, style.scss */
.sk-folding-cube .sk-cube3 {
  -moz-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
/* line 4473, style.scss */
.sk-folding-cube .sk-cube4 {
  -moz-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
/* line 4477, style.scss */
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 4482, style.scss */
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
/* line 4487, style.scss */
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/* Campaigns */
/* line 4494, style.scss */
#campaign-hero {
  padding: 70px 0 50px 0;
  background: #804399;
  color: #FFFFFF;
  min-height: 570px;
  max-height: 580px;
  height: 100%;
  font-size: 22px;
  overflow: hidden;
  /* Fixes for Campaign pages with special heroes images */
}
/* line 4504, style.scss */
#campaign-hero h1, #campaign-hero h2, #campaign-hero h3, #campaign-hero p {
  color: #FFFFFF;
}
/* line 4508, style.scss */
#campaign-hero h2 {
  font-size: 50px;
  line-height: 54px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
/* line 4515, style.scss */
#campaign-hero h1 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}
/* line 4522, style.scss */
#campaign-hero .list-tick li {
  background-image: url(../tick_light.html);
  font-size: 16px;
  line-height: 20px;
}
/* line 4529, style.scss */
#campaign-hero #hero-content p {
  margin-bottom: 20px;
}
/* line 4534, style.scss */
#campaign-hero.hero-windows .col_2:last-child img {
  width: 120%;
  max-width: 120%;
  margin: 50px 0 0 -20%;
}
/* line 4540, style.scss */
#campaign-hero.hero-phone .col_2:last-child img {
  margin: -30px 0 -250px 0;
  width: 60%;
}
/* line 4545, style.scss */
#campaign-hero.hero-android .col_2:last-child img {
  margin: -30px 0 -250px 0;
  width: 65%;
}
/* line 4550, style.scss */
#campaign-hero.campaign-hero-xl {
  min-height: 740px;
  max-height: 750px;
}

/* line 4557, style.scss */
.hero-promotor-1 #campaign-hero {
  background-image: url(../table_devices.html);
  background-position: center bottom;
  background-size: 100%, auto;
  background-repeat: no-repeat;
}

/*.campaign-hero-background{
	height: calc(100vh - 180px);
	background-size: 100%, auto;
}*/
/* line 4570, style.scss */
#campaign-features {
  position: relative;
  padding: 25px 0;
  text-align: center;
  background: #3498db;
  color: #FFFFFF;
  z-index: 1;
}
/* line 4579, style.scss */
#campaign-features nav ul {
  margin: 0;
  padding: 0;
}
/* line 4584, style.scss */
#campaign-features nav li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
/* line 4589, style.scss */
#campaign-features nav li figure {
  display: block;
  float: left;
  height: 30px;
  margin: 3px 7px 0 0;
}
/* line 4595, style.scss */
#campaign-features nav li figure img {
  display: block;
  height: 100%;
}
/* line 4601, style.scss */
#campaign-features nav li span {
  display: block;
  float: left;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 36px;
}
/* line 4609, style.scss */
#campaign-features nav li a {
  display: block;
}
/* line 4614, style.scss */
#campaign-features nav li.active figure, #campaign-features nav li.active span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 4618, style.scss */
#campaign-features nav li.active:after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-bottom-color: #FFFFFF;
}
/* line 4630, style.scss */
#campaign-features nav li:hover figure, #campaign-features nav li:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 4638, style.scss */
#screenshots {
  text-align: center;
}
/* line 4641, style.scss */
#screenshots .screen {
  display: inline-block;
  margin: 0 15px 30px 15px;
  padding: 10px;
  border: 1px solid #dedede;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
/* line 4649, style.scss */
#screenshots .screen img {
  display: block;
}
/* line 4653, style.scss */
#screenshots .screen.screen-app {
  width: 250px;
}

/* A/B-tests */
/* line 4660, style.scss */
.btn-buy-theme-bg {
  background-color: #1abc9c;
  color: #FFFFFF;
}
/* line 4664, style.scss */
.btn-buy-theme-bg:hover {
  background-color: #1dd2af;
  color: #FFFFFF;
}

/* line 4670, style.scss */
.btn-buy-light-bg {
  background-color: #e74c3c !important;
  color: #FFFFFF !important;
}
/* line 4674, style.scss */
.btn-buy-light-bg:hover {
  background-color: #ea6153;
  color: #FFFFFF;
}

/* Keyframes */
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes flyoutMenuFadeIn {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /*top: 120%; }*/
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* top: 90%; }*/
}
@-moz-keyframes flyoutMenuFadeIn {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* top: 120%; }*/
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* top: 90%; }*/
}
@-ms-keyframes flyoutMenuFadeIn {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* top: 120%; }*/
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* top: 90%; }*/
}
@-o-keyframes flyoutMenuFadeIn {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* top: 120%; }*/
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* top: 90%; }*/
}
@keyframes flyoutMenuFadeIn {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* top: 120%; }*/
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* top: 90%; }*/
}
/*@-webkit-keyframes flyoutMenuFadeOut {
  from { @include opacity(1); top: 90%; }
  to { @include opacity(0); top: 120%; }
}

@-moz-keyframes flyoutMenuFadeOut {
  from { @include opacity(1); top: 90%; }
  to { @include opacity(0); top: 120%; }
}

@-ms-keyframes flyoutMenuFadeOut {
  from { @include opacity(1); top: 90%; }
  to { @include opacity(0); top: 120%; }
}

@-o-keyframes flyoutMenuFadeOut {
  from { @include opacity(1); top: 90%; }
  to { @include opacity(0); top: 120%; }
}

@keyframes flyoutMenuFadeOut {
  from { @include opacity(1); top: 90%; }
  to { @include opacity(0); top: 120%; }
}*/
/* Last: Import all Responsive rules */
/* line 1, responsive.scss */
.col_0 {
  width: 100%;
  margin-bottom: 50px;
  display: block;
}

/* line 7, responsive.scss */
.col_1,
.col_2,
.col_3, .col_3c,
.col_4, .col_4c,
.col_5, .col_5c,
.col_6, .col_6c,
.col_7, .col_7c,
.col_8, .col_8c,
.col_9, .col_9c,
.col_10, .col_10c {
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 50px;
  float: left;
  display: block;
}
/* line 23, responsive.scss */
.col_1.extra-margin,
.col_2.extra-margin,
.col_3.extra-margin, .col_3c.extra-margin,
.col_4.extra-margin, .col_4c.extra-margin,
.col_5.extra-margin, .col_5c.extra-margin,
.col_6.extra-margin, .col_6c.extra-margin,
.col_7.extra-margin, .col_7c.extra-margin,
.col_8.extra-margin, .col_8c.extra-margin,
.col_9.extra-margin, .col_9c.extra-margin,
.col_10.extra-margin, .col_10c.extra-margin {
  margin-bottom: 60px;
}
/* line 27, responsive.scss */
.col_1.col_center,
.col_2.col_center,
.col_3.col_center, .col_3c.col_center,
.col_4.col_center, .col_4c.col_center,
.col_5.col_center, .col_5c.col_center,
.col_6.col_center, .col_6c.col_center,
.col_7.col_center, .col_7c.col_center,
.col_8.col_center, .col_8c.col_center,
.col_9.col_center, .col_9c.col_center,
.col_10.col_center, .col_10c.col_center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 34, responsive.scss */
.col_6, .col_6c {
  margin-bottom: 10px;
}

/* line 38, responsive.scss */
.visible-phone {
  display: none;
}

/* line 42, responsive.scss */
.hidden-phone {
  display: block;
}

/* columns (autogenerated styles) */
/* line 47, responsive.scss */
.col_1 {
  width: 96%;
  float: none;
}

/* line 48, responsive.scss */
.col_2 {
  width: 46%;
}

/* line 49, responsive.scss */
.col_3 {
  width: 29.3333333333%;
}

/* line 50, responsive.scss */
.col_4 {
  width: 21%;
}

/* line 51, responsive.scss */
.col_5 {
  width: 16%;
}

/* line 52, responsive.scss */
.col_6 {
  width: 12.6666666667%;
}

/* line 53, responsive.scss */
.col_7 {
  width: 10.2857142857%;
}

/* line 54, responsive.scss */
.col_8 {
  width: 8.5%;
}

/* line 55, responsive.scss */
.col_9 {
  width: 7.11111111111%;
}

/* line 56, responsive.scss */
.col_10 {
  width: 6%;
}

/* complements (autogenerated styles) */
/* line 59, responsive.scss */
.col_3c {
  width: 62.6666666667%;
}

/* line 60, responsive.scss */
.col_4c {
  width: 71%;
}

/* line 61, responsive.scss */
.col_5c {
  width: 76%;
}

/* line 62, responsive.scss */
.col_6c {
  width: 79.3333333333%;
}

/* line 63, responsive.scss */
.col_7c {
  width: 81.7142857143%;
}

/* line 64, responsive.scss */
.col_8c {
  width: 83.5%;
}

/* line 65, responsive.scss */
.col_9c {
  width: 84.8888888889%;
}

/* line 66, responsive.scss */
.col_10c {
  width: 86%;
}

/* line 68, responsive.scss */
[class*=col_].center {
  float: none;
  margin: 0 auto 50px auto;
}

@media (max-width: 1200px) {
  /* line 74, responsive.scss */
  .payment-methods-row {
    margin: 0;
  }
  /* line 77, responsive.scss */
  .payment-methods-row .payment-method {
    margin-right: 0;
  }

  /* line 83, responsive.scss */
  .payment-provider-summary input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}
/* 
  ============================================= IPAD LANDSCAPE ====
*/
@media (max-width: 1024px) {
  /* line 96, responsive.scss */
  .col_6 {
    width: 29.3333333333%;
  }

  /* line 97, responsive.scss */
  .col_8 {
    width: 21%;
  }

  /* line 98, responsive.scss */
  .col_9 {
    width: 29.3333333333%;
  }

  /* line 99, responsive.scss */
  .col_10 {
    width: 16%;
  }

  /* line 101, responsive.scss */
  .col_6c {
    width: 62.6666666667%;
  }

  /* line 102, responsive.scss */
  .col_8c {
    width: 71%;
  }

  /* line 103, responsive.scss */
  .col_9c {
    width: 62.6666666667%;
  }

  /* line 104, responsive.scss */
  .col_10c {
    width: 76%;
  }
}
/* 
  ============================================== IPAD PORTRAIT ====
*/
@media (max-width: 991px) {
  /* line 115, responsive.scss */
  .col_4 {
    width: 46%;
  }

  /* line 116, responsive.scss */
  .col_6 {
    width: 46%;
  }

  /* line 117, responsive.scss */
  .col_8 {
    width: 46%;
  }

  /* line 118, responsive.scss */
  .col_9 {
    width: 96%;
  }

  /* line 119, responsive.scss */
  .col_10 {
    width: 46%;
  }

  /* line 121, responsive.scss */
  .col_4c {
    width: 46%;
  }

  /* line 122, responsive.scss */
  .col_6c {
    width: 46%;
  }

  /* line 123, responsive.scss */
  .col_8c {
    width: 46%;
  }

  /* line 124, responsive.scss */
  .col_9c {
    width: 96%;
  }

  /* line 125, responsive.scss */
  .col_10c {
    width: 46%;
  }
}
@media (max-width: 950px) {
  /* line 129, responsive.scss */
  .unprotected-isp {
    display: none;
  }

  /* line 133, responsive.scss */
  #menu {
    display: none;
  }

  /* line 137, responsive.scss */
  #menu-trigger {
    display: block;
  }

  /*#hero .campaign-banner{
    top: 60px;
  }*/
  /* line 146, responsive.scss */
  .has-hero header, .header-transparent header {
    /*height: 94px !important;*/
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.25);
  }
  /* line 152, responsive.scss */
  .has-hero #logo, .header-transparent #logo {
    height: 30px;
    margin-top: 14px;
  }

  /* line 158, responsive.scss */
  .header-authenticated, .header-unauthenticated {
    display: none;
  }

  /* line 162, responsive.scss */
  header, .header-transparent header {
    height: 60px !important;
  }

  /* line 166, responsive.scss */
  #header-counter {
    height: 60px !important;
  }

  /* line 172, responsive.scss */
  .has-campaign.authorized header, .has-campaign.unauthorized header {
    height: 104px !important;
  }
  /* line 176, responsive.scss */
  .has-campaign.authorized #header-counter, .has-campaign.unauthorized #header-counter {
    height: 94px !important;
  }

  /* line 182, responsive.scss */
  .authorized header, .unauthorized header {
    height: 60px !important;
  }
}
@media (max-width: 768px) {
  /* line 188, responsive.scss */
  .col_5 {
    width: 29%;
  }

  /* line 192, responsive.scss */
  .unprotected-ip {
    display: none;
  }

  /* .wrapper{
     padding: 0 10px;
   }*/
  /* line 200, responsive.scss */
  #hero {
    height: 100%;
    padding-top: 0;
    /*30px;*/
  }
  /* line 204, responsive.scss */
  #hero .wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  /* line 208, responsive.scss */
  #hero .wrapper > div {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  /* line 215, responsive.scss */
  #hero .wrapper > div > img {
    display: block;
    width: 250px;
    margin: 0 auto 30px auto;
  }
}
/* 
  =========================================== IPHONE LANDSCAPE ====
*/
@media (max-width: 600px) {
  /* line 229, responsive.scss */
  .col_1,
  .col_2,
  .col_3,
  .col_4,
  .col_5,
  .col_6,
  .col_7,
  .col_8,
  .col_10,
  .col_2c,
  .col_3c,
  .col_4c,
  .col_5c,
  .col_6c,
  .col_7c,
  .col_8c,
  .col_10c,
  .wrapper-narrow .col_3,
  .wrapper-narrow .col_3c,
  .wrapper-narrow .col_1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 254, responsive.scss */
  .col_1, .col_2, .col_3, .col_3c, .col_4 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 256, responsive.scss */
  #logo {
    margin-left: 0;
  }

  /* line 260, responsive.scss */
  #menu-trigger {
    margin-right: 0;
  }

  /* line 264, responsive.scss */
  #submenu {
    display: block;
    padding: 20px 0;
    margin: -50px -20px 0 -20px;
    background: #f7f9fd;
    border-bottom: 1px solid #ecf0f6;
  }
  /* line 271, responsive.scss */
  #submenu li {
    padding-left: 20px;
  }

  /* line 276, responsive.scss */
  h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  /* line 277, responsive.scss */
  h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  /* line 278, responsive.scss */
  .subheader {
    margin-top: -5px;
  }

    /*.wrapper{
        padding: 0 10px;

        /*h1, h2, h3{
          text-align: center;
        }*
    }*/
  /* line 288, responsive.scss */
  .campaign-banner {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }

  /* line 296, responsive.scss */
  .mobile-reverse > div {
    display: flex;
    flex-direction: column-reverse;
  }

  /* line 302, responsive.scss */
  .col_3 > img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  /* line 309, responsive.scss */
  header {
    position: absolute;
  }

  /* line 316, responsive.scss */
  #hero .wrapper > div > img {
    width: 180px;
  }
  /* line 322, responsive.scss */
  #hero h1 {
    font-size: 34px;
    line-height: 36px;
  }
  /* line 327, responsive.scss */
  #hero p {
    font-size: 18px;
    line-height: 22px;
  }

  /* line 333, responsive.scss */
  .box-theme, .box-white, .box-theme-solid {
    padding: 50px 0 !important;
  }
  /* line 336, responsive.scss */
  .box-theme.box-columns-fix, .box-white.box-columns-fix, .box-theme-solid.box-columns-fix {
    padding-bottom: 20px !important;
  }

  /* line 341, responsive.scss */
  #plans {
    padding: 0;
    margin: 0;
    display: block;
  }
  /* line 346, responsive.scss */
  #plans .plan {
    width: 100%;
    margin: 0 0 30px 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 354, responsive.scss */
  #plans .plan:last-child {
    margin: 0;
  }

  /* line 360, responsive.scss */
  .header-w-description {
    text-align: left;
  }

  /* line 364, responsive.scss */
  div.align-center {
    text-align: left;
  }
  /* line 367, responsive.scss */
  div.align-center.box-white {
    text-align: center;
  }

  /* line 376, responsive.scss */
  #box-frames .col_2 {
    padding: 15px;
  }

  /* line 381, responsive.scss */
  #how-steps .col_5 {
    padding: 3px 0 0 80px;
  }
  /* line 385, responsive.scss */
  #how-steps:before {
    top: 0;
    left: 38px;
    bottom: 80px;
    right: inherit;
    width: 15px;
    height: auto;
  }

  /* line 395, responsive.scss */
  #box-features .col_2:first-child {
    margin-bottom: 0;
  }

  /* line 399, responsive.scss */
  ul {
    word-break: break-all;
  }

  /* line 404, responsive.scss */
  .box-guide .box-guide-header, .box-guide .box-guide-guides {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 409, responsive.scss */
  .box-guide a.box-guide-header:after {
    right: 35px;
  }

  /* line 414, responsive.scss */
  .server-list-item {
    width: 47%;
  }

  /* line 419, responsive.scss */
  .box-feature-item figure {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }

  /* line 426, responsive.scss */
  .box-guide-half {
    width: 100%;
    float: none;
    margin: 0;
  }
  /* line 431, responsive.scss */
  .box-guide-half > img {
    margin-bottom: 20px;
  }

  /* line 437, responsive.scss */
  footer .footer-stats-item-wrapper:nth-child(3), footer .footer-stats-item-wrapper:nth-child(4), footer .col_4:last-child {
    display: none;
  }
  /* line 441, responsive.scss */
  footer .footer-stats-item-wrapper:first-child {
    border-left: none;
  }
  /* line 445, responsive.scss */
  footer .footer-stats-item {
    padding-left: 0;
  }
  /* line 449, responsive.scss */
  footer .footer-tree {
    padding: 30px 0 0 0;
  }
  /* line 452, responsive.scss */
  footer .footer-tree .wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 458, responsive.scss */
  footer .col_4 {
    width: 50%;
  }

  /* line 463, responsive.scss */
  .footer-copyright {
    font-size: 11px;
  }

  /* line 467, responsive.scss */
  .box-white.align-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 472, responsive.scss */
  .table.table-minimized {
    white-space: nowrap;
    display: inline-block;
    overflow-x: auto;
  }

  /* line 478, responsive.scss */
  .box-attention {
    padding: 20px 0 20px 0;
    font-size: 18px;
  }

  /* line 483, responsive.scss */
  #trigger-stripe {
    display: block;
  }

  /* line 487, responsive.scss */
  .ribbon-secure {
    float: none;
    display: inline-block;
    margin: 10px 0 0 0;
  }
  /* line 492, responsive.scss */
  .ribbon-secure.visible-phone {
    display: inline-block;
  }

  /* line 497, responsive.scss */
  .package-box {
    padding: 0px 20px 30px 20px;
  }
  /* line 500, responsive.scss */
  .package-box h2 {
    margin-bottom: 10px;
  }
  /* line 504, responsive.scss */
  .package-box hr {
    margin-top: 0;
    margin-bottom: 5px;
  }

  /*.box-retina-icon figure img{
    height: auto;
    width: 100%;
  }*/
  /* line 515, responsive.scss */
  .package-box-most-popular {
    right: -8px;
  }

  /* line 519, responsive.scss */
  #campaign-hero {
    font-size: 16px;
    padding-top: 120px;
  }
  /* line 523, responsive.scss */
  #campaign-hero .col_2:last-child {
    display: none;
  }
  /* line 527, responsive.scss */
  #campaign-hero h1 {
    font-size: 28px;
    line-height: 32px;
  }
  /* line 532, responsive.scss */
  #campaign-hero h2 {
    font-size: 30px;
    line-height: 34px;
    padding-top: 50px;
  }

  /* line 539, responsive.scss */
  #campaign-features {
    display: none;
  }

  /* line 544, responsive.scss */
  .countries-list-content .col_2:last-child {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #F2F2F2;
  }

  /* line 552, responsive.scss */
  .box-theme-solid .box-review-solid {
    width: 46%;
    margin: 0 2%;
  }
  /* line 556, responsive.scss */
  .box-theme-solid .box-review-solid:nth-child(3) {
    display: none;
  }

  /* line 562, responsive.scss */
  .box-review-solid-content {
    padding: 20px 15px;
  }

  /* line 566, responsive.scss */
  .payment-row-header {
    position: relative;
    padding-left: 50px;
  }

  /* line 571, responsive.scss */
  .payment-row-step {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 577, responsive.scss */
  .payment-row-input .col_2 {
    width: 100%;
    margin-left: 0;
  }

  /* line 582, responsive.scss */
  .visible-phone {
    display: block;
  }

  /* line 586, responsive.scss */
  .hidden-phone {
    display: none;
  }
}
@media (max-width: 420px) {
  /* line 592, responsive.scss */
  .wrapper {
    padding: 0 15px;
  }

  /* line 597, responsive.scss */
  #hero h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  /* line 602, responsive.scss */
  #hero p {
    margin-bottom: 20px;
  }
  /* line 608, responsive.scss */
  #hero .wrapper > div > img {
    width: 120px;
    margin-bottom: 20px;
  }
  /* line 615, responsive.scss */
  #hero .col_3, #hero .col_3c {
    margin-bottom: 0;
  }

  /* line 620, responsive.scss */
  #admin-panel .btn-login-header {
    display: none;
  }

  /* line 624, responsive.scss */
  .box-theme, .box-white, .box-theme-solid {
    padding: 30px 0;
  }
  /* line 627, responsive.scss */
  .box-theme.box-columns-fix, .box-white.box-columns-fix, .box-theme-solid.box-columns-fix {
    padding-bottom: 0;
  }

  /* line 632, responsive.scss */
  .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 637, responsive.scss */
  #submenu {
    margin: -30px -15px 0 -15px;
  }

  /* line 641, responsive.scss */
  .box-list-table-wrapper {
    padding: 10px 10px 20px 10px;
  }

  /* line 645, responsive.scss */
  .box-list .table {
    /*padding: 10px 10px 0 10px;*/
  }

  /* line 649, responsive.scss */
  .box-list .table-minimized {
    padding: 0;
  }

  /* line 653, responsive.scss */
  .recruitment-example {
    font-size: 18px;
    text-align: center;
  }

  /* line 658, responsive.scss */
  .table-trigger {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
/* 
  ============================================ IPHONE PORTRAIT ====
*/
@media (max-width: 320px) {
  /* line 668, responsive.scss */
  .col_1,
  .col_2,
  .col_3, .col_3c,
  .col_4, .col_4c,
  .col_5, .col_5c,
  .col_6, .col_6c,
  .col_7, .col_7c,
  .col_8, .col_8c,
  .col_9, .col_9c,
  .col_10, .col_10c {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
/* 
  ============================================ SO SMALL PHONES ====
*/
@media (max-width: 240px) {
  /* user styles goes here */
}
/* Hide "Chat"-function */
/* line 4767, style.scss */
#scGOg2, #ciGOg2 {
  display: none !important;
}

/* line 4771, style.scss */
.hidden {
  display: none;
}

/* line 4775, style.scss */
.hr-divider {
  margin-bottom: 50px;
}

/* line 4780, style.scss */
.table-awesome table {
  width: 100%;
}
/* line 4783, style.scss */
.table-awesome table th {
  text-align: left;
  background: #f5eef8;
  padding: 10px 20px;
  line-height: 20px;
}
/* line 4789, style.scss */
.table-awesome table th small {
  font-weight: normal;
  line-height: 20px;
}
/* line 4794, style.scss */
.table-awesome table th p {
  display: block;
  line-height: 20px;
}
/* line 4799, style.scss */
.table-awesome table th:first-child {
  border-left: 1px solid #f5eef8;
}
/* line 4803, style.scss */
.table-awesome table th:last-child {
  border-right: 1px solid #f5eef8;
}
/* line 4808, style.scss */
.table-awesome table td {
  padding: 15px 20px;
  background: #f7f9fd;
  border-bottom: 1px solid #f5eef8;
}
/* line 4813, style.scss */
.table-awesome table td:first-child {
  border-left: 1px solid #f5eef8;
}
/* line 4817, style.scss */
.table-awesome table td:last-child {
  border-right: 1px solid #f5eef8;
}
/* line 4822, style.scss */
.table-awesome table tr:nth-child(even) td {
  background: transparent;
}
/* line 4825, style.scss */
.table-awesome table tr:nth-child(even) td:first-child, .table-awesome table tr:nth-child(even) td:last-child {
  border-left: none;
  border-right: none;
}

/* line 4833, style.scss */
.list-tick {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 4838, style.scss */
.list-tick li {
  display: block;
  padding-left: 25px;
  background: url(../tick.html) no-repeat left center;
  background-size: 16px;
  margin-bottom: 5px;
}
/* line 4845, style.scss */
.list-tick li:last-child {
  margin-bottom: 0;
}

/* line 4851, style.scss */
.list-untick {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 4856, style.scss */
.list-untick li {
  display: block;
  padding-left: 25px;
  background: url(../cross_circle.html) no-repeat left center;
  background-size: 16px;
  margin-bottom: 5px;
}
/* line 4863, style.scss */
.list-untick li:last-child {
  margin-bottom: 0;
}

/* line 4869, style.scss */
.list-tick-xl {
  padding: 0;
  margin: 0;
}
/* line 4873, style.scss */
.list-tick-xl li {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  /*font-size: 18px;
  line-height: 25px;*/
}
/* line 4881, style.scss */
.list-tick-xl li:after {
  content: "";
  position: absolute;
  /*@extend .icomoon;
  content: "\e90b";
  /*top: 50%;*/
  top: 2px;
  left: 0;
  /*margin-top: -12.5px;*/
  width: 25px;
  height: 25px;
  /*font-size: 25px;
  color: $default_green;*/
  background: url(../tick.html) no-repeat;
  background-size: 100%;
}

/* line 4900, style.scss */
hr {
  border-top-color: #e2e2e2;
}

/* Stripe */
/* line 4905, style.scss */
.StripeElement {
  max-width: 450px;
  background-color: white;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #CCC;
  /*box-shadow: 0 1px 3px 0 #e6ebf1;*/
  margin: 0 auto 30px auto;
}

/* line 4916, style.scss */
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

/* line 4920, style.scss */
.StripeElement--invalid {
  border-color: #fa755a;
}

/* line 4924, style.scss */
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* line 4928, style.scss */
label[for=stripe-inputs] {
  display: block;
  text-align: center;
  font-weight: bold;
}

/* line 4934, style.scss */
.tooltip {
  -webkit-transition: none;
  /* Safari and Chrome */
  -moz-transition: none;
  /* Firefox */
  -ms-transition: none;
  /* IE 9 */
  -o-transition: none;
  /* Opera */
  transition: none;
}

#blog-page-post p,
#blog-page-post figure,
#blog-page-post ol,
#blog-page-post ul {
  margin: 0 0 20px;
}

#blog-page-post h1 {
  margin-bottom: 20px;
}

#blog-page-post h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

#blog-page-post .blog-button-area {
  display: block;
  border: solid #e2e8f1 1px;
  padding: 20px;
  max-width: 500px;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

#blog-page-post .blog-button-area a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#blog-page-post .blog-button-area h2 {
  padding: 0 0 20px;
  margin: 0;
}

#blog-page-post .blog-button-area:hover .btn-buy-light-bg {
  background-color: #1dd2af;
  color: #FFFFFF;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.6);
  background-position: 35px center;
}

#payment-request-button {
  width: 50%;
  float: right;
}

@media (max-width: 1200px) {
  #payment-request-button {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width:600px) {
  header + .box-theme,
  header + .box-white,
  header + .box-theme-solid {
    padding-top: 80px !important;
  }
}