@charset "UTF-8";
/* line 1, ../sass/layout/_reset.scss */
html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 22, ../sass/layout/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 27, ../sass/layout/_reset.scss */
nav ul {
  list-style: none;
}

/* line 31, ../sass/layout/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 35, ../sass/layout/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 41, ../sass/layout/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 51, ../sass/layout/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 58, ../sass/layout/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 65, ../sass/layout/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 69, ../sass/layout/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 74, ../sass/layout/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 79, ../sass/layout/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 83, ../sass/layout/_reset.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 83, ../sass/layout/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 83, ../sass/layout/_reset.scss */
fieldset, img {
  border: 0;
}

/* line 83, ../sass/layout/_reset.scss */
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 83, ../sass/layout/_reset.scss */
li {
  list-style: none;
}

/* line 83, ../sass/layout/_reset.scss */
caption, th {
  text-align: left;
}

/* line 83, ../sass/layout/_reset.scss */
a {
  text-decoration: none;
}

/* line 83, ../sass/layout/_reset.scss */
q:before, q:after {
  content: '';
}

/* line 83, ../sass/layout/_reset.scss */
abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* line 83, ../sass/layout/_reset.scss */
sup {
  vertical-align: text-top;
}

/* line 83, ../sass/layout/_reset.scss */
sub {
  vertical-align: text-bottom;
}

/* line 83, ../sass/layout/_reset.scss */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* line 83, ../sass/layout/_reset.scss */
input, textarea, select {
  *font-size: 100%;
}

/* line 83, ../sass/layout/_reset.scss */
legend {
  color: #000;
}

/* line 85, ../sass/layout/_reset.scss */
.float-left {
  float: left;
}

/* line 86, ../sass/layout/_reset.scss */
.float-right {
  float: right !important;
}

/* line 87, ../sass/layout/_reset.scss */
.obj-left {
  float: left;
}

/* line 87, ../sass/layout/_reset.scss */
.obj-right {
  float: right;
}

/* line 87, ../sass/layout/_reset.scss */
.obj-clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 87, ../sass/layout/_reset.scss */
.obj-clear {
  display: inline-block;
}

/* line 87, ../sass/layout/_reset.scss */
.obj-clear {
  display: block;
}

/* line 88, ../sass/layout/_reset.scss */
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 92, ../sass/layout/_reset.scss */
p {
  margin-bottom: 10px;
}

/* line 1, ../sass/base/_basic.scss */
body,
html {
  width: 100%;
  height: auto;
  background: #f1f2f6 url("../images/bg.jpg") no-repeat fixed top center !important;
  font-family: "univia-pro", sans-serif;
  color: #4b4b4b;
  font-weight: 400;
  overflow-x: hidden;
}

/* line 12, ../sass/base/_basic.scss */
.yii-cms-content ul, .yii-cms-content ol {
  margin-left: 5px;
}
/* line 15, ../sass/base/_basic.scss */
.yii-cms-content ul li {
  list-style-type: disc;
  list-style-position: outside;
  list-style-position: outside;
  margin: 5px 0 15px 15px;
  padding: 0;
}
/* line 22, ../sass/base/_basic.scss */
.yii-cms-content ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 5px 0 15px 10px;
  padding: 0;
}
/* line 28, ../sass/base/_basic.scss */
.yii-cms-content table {
  border-collapse: collapse;
}
/* line 32, ../sass/base/_basic.scss */
.yii-cms-content table, .yii-cms-content th, .yii-cms-content td {
  border: 1px solid black;
  padding: 5px;
}
/* line 36, ../sass/base/_basic.scss */
.yii-cms-content ol ol li {
  list-style-type: lower-alpha;
}
/* line 39, ../sass/base/_basic.scss */
.yii-cms-content ol ol ol li {
  list-style-type: lower-roman;
}
/* line 42, ../sass/base/_basic.scss */
.yii-cms-content pre {
  white-space: pre;
}
/* line 45, ../sass/base/_basic.scss */
.yii-cms-content em {
  font-style: italic;
}
/* line 48, ../sass/base/_basic.scss */
.yii-cms-content .code-container {
  position: relative;
}
/* line 51, ../sass/base/_basic.scss */
.yii-cms-content .btn-copy {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.8;
}
/* line 56, ../sass/base/_basic.scss */
.yii-cms-content .btn-copy:hover {
  opacity: 1;
  cursor: pointer;
}
/* line 61, ../sass/base/_basic.scss */
.yii-cms-content a {
  color: #7852b2;
}

/* line 68, ../sass/base/_basic.scss */
.download .yii-cms-content ul, .download .yii-cms-content ol {
  margin-left: 0;
}
/* line 71, ../sass/base/_basic.scss */
.download .yii-cms-content ul li {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
}

/* line 78, ../sass/base/_basic.scss */
pre {
  background-color: #f1f2f6;
  padding: 35px 50px;
  color: rgba(31, 36, 71, 0.7);
  font-size: 13px;
}

/* line 84, ../sass/base/_basic.scss */
.description {
  font-size: 12px;
  line-height: 180%;
  text-align: justify;
}

/* line 90, ../sass/base/_basic.scss */
.content-section {
  padding: 50px 0;
}

/* line 94, ../sass/base/_basic.scss */
.site-index .content-section {
  padding: 0;
}

/* line 98, ../sass/base/_basic.scss */
.breadcrumbs {
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 103, ../sass/base/_basic.scss */
.breadcrumbs ul li {
  display: inline-block;
  font-size: 10px;
  color: #9ea1ae;
}
/* line 108, ../sass/base/_basic.scss */
.breadcrumbs ul li a {
  display: inline-block;
  margin-right: 5px;
  color: #9ea1ae;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 114, ../sass/base/_basic.scss */
.breadcrumbs ul li a:hover {
  color: #202447;
}
/* line 119, ../sass/base/_basic.scss */
.breadcrumbs ul li i {
  margin-right: 5px;
}
/* line 123, ../sass/base/_basic.scss */
.breadcrumbs ul li.active {
  color: #202447;
  font-weight: 700;
}

/* line 131, ../sass/base/_basic.scss */
.page-title {
  text-transform: uppercase;
  border-left: 10px solid #aa0000;
  padding: 30px 30px 20px 30px;
  background: url("../images/pattern.png") repeat;
  margin-bottom: 30px;
}
/* line 138, ../sass/base/_basic.scss */
.page-title h1 {
  font-family: "industry-inc-base";
  font-size: 45px;
  color: #212844;
  margin: 0;
}
@media screen and (max-width: 800px) {
  /* line 138, ../sass/base/_basic.scss */
  .page-title h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  /* line 149, ../sass/base/_basic.scss */
  .page-title .page-pagination {
    display: none;
  }
}
/* line 154, ../sass/base/_basic.scss */
.page-title .page-pagination {
  margin-top: 7px;
}

/* line 159, ../sass/base/_basic.scss */
.button {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
  color: #aa0000;
  vertical-align: -webkit-baseline-middle;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 167, ../sass/base/_basic.scss */
.button:hover {
  color: #202447;
}

/* line 172, ../sass/base/_basic.scss */
.info {
  background: #f8f9fb;
  padding: 15px 30px 5px 30px;
}
/* line 176, ../sass/base/_basic.scss */
.info ul {
  font-size: 13px;
}
/* line 179, ../sass/base/_basic.scss */
.info ul li {
  display: inline-block;
  margin: 0 30px 10px 0;
}
@media screen and (max-width: 1024px) {
  /* line 179, ../sass/base/_basic.scss */
  .info ul li {
    margin-right: 20px;
  }
}
/* line 187, ../sass/base/_basic.scss */
.info ul li span {
  color: #aa0000;
}
/* line 192, ../sass/base/_basic.scss */
.info ul .number {
  background: #fac700;
  color: #fff;
  padding: 2px 5px;
  margin-left: 5px;
}
/* line 200, ../sass/base/_basic.scss */
.info i {
  color: #dbdde5;
}
/* line 203, ../sass/base/_basic.scss */
.info i.active {
  color: #fac700;
}
/* line 207, ../sass/base/_basic.scss */
.info i:first-child {
  margin-left: 5px;
}

/* line 213, ../sass/base/_basic.scss */
.lupin-btn {
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #aa0000;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0;
  padding: 16px 0;
  outline: none;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 227, ../sass/base/_basic.scss */
.lupin-btn:hover {
  background-color: #202447;
}

/* line 232, ../sass/base/_basic.scss */
#contact-form button {
  width: 360px;
  height: 60px;
  outline: none;
  text-align: center;
  color: #fff !important;
  background-color: #aa0000;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase !important;
  -moz-transition: background-color, ease-out 300ms;
  -o-transition: background-color, ease-out 300ms;
  -webkit-transition: background-color, ease-out 300ms;
  transition: background-color, ease-out 300ms;
}
/* line 245, ../sass/base/_basic.scss */
#contact-form button:hover {
  background-color: #202447;
}
/* line 248, ../sass/base/_basic.scss */
#contact-form button:hover i {
  color: #fff;
}
@media screen and (max-width: 480px) {
  /* line 232, ../sass/base/_basic.scss */
  #contact-form button {
    width: 200px;
  }
}

/* line 258, ../sass/base/_basic.scss */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
  position: relative;
}

/* line 265, ../sass/base/_basic.scss */
.group:before, .group:after {
  content: "";
  display: table;
}

/* line 266, ../sass/base/_basic.scss */
.group:after {
  clear: both;
}

/* line 268, ../sass/base/_basic.scss */
.col-50 {
  width: 50%;
  float: left;
}

/* line 273, ../sass/base/_basic.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 280, ../sass/base/_basic.scss */
.align-center {
  text-align: center;
}

/* line 284, ../sass/base/_basic.scss */
.align-right {
  text-align: right;
  position: relative;
}

/* line 289, ../sass/base/_basic.scss */
.first {
  margin-left: 0 !important;
  clear: both;
}

/* line 294, ../sass/base/_basic.scss */
strong {
  font-weight: 700;
}

/* line 298, ../sass/base/_basic.scss */
img {
  max-width: 100%;
}

/* line 302, ../sass/base/_basic.scss */
.shadow, .form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
.form textarea:focus,
.form select:focus, .form-success input[type=text]:focus,
.form-success input[type=email]:focus,
.form-success input[type=password]:focus,
.form-success textarea:focus,
.form-success select:focus, .form-search input[type=text]:focus,
.form-search input[type=email]:focus,
.form-search input[type=password]:focus,
.form-search textarea:focus,
.form-search select:focus, .modal-login input[type=text]:focus,
.modal-login input[type=email]:focus,
.modal-login input[type=password]:focus,
.modal-login textarea:focus,
.modal-login select:focus, .explore-box:hover, .contact .contact-data #map {
  -webkit-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.2);
}

/* line 308, ../sass/base/_basic.scss */
.red {
  color: #aa0000;
}

/* line 312, ../sass/base/_basic.scss */
.yellow {
  color: #fac700;
}

/* line 316, ../sass/base/_basic.scss */
.green {
  color: #5c9c35 !important;
}

/* line 320, ../sass/base/_basic.scss */
.red-line {
  width: 100%;
  height: 1px;
  background-color: #aa0000;
  margin-top: 5px;
}

/* line 327, ../sass/base/_basic.scss */
.line {
  width: 100%;
  height: 1px;
  margin-top: 5px;
}
/* line 332, ../sass/base/_basic.scss */
.line.red-line {
  background-color: #aa0000;
}
/* line 336, ../sass/base/_basic.scss */
.line.blue-line {
  background-color: #202447;
}
/* line 340, ../sass/base/_basic.scss */
.line.yellow-line {
  background-color: #fac700;
}
/* line 344, ../sass/base/_basic.scss */
.line.white-line {
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  /* line 350, ../sass/base/_basic.scss */
  .content-section {
    padding-top: 25px;
  }

  /* line 354, ../sass/base/_basic.scss */
  .col-2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  /* line 360, ../sass/base/_basic.scss */
  .hamburger {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 366, ../sass/base/_basic.scss */
  .hide-section {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 372, ../sass/base/_basic.scss */
  .col-xs-6,
  .full-mobile {
    width: 100% !important;
  }
}
/* line 377, ../sass/base/_basic.scss */
.marketplace-link-from-microservice a {
  color: #5D9C34;
  font-size: 12px;
}

/* line 381, ../sass/base/_basic.scss */
.table-jlupin-user > tbody > tr > td, .table-jlupin-user > tbody > tr > th, .table-jlupin-user > tfoot > tr > td, .table-jlupin-user > tfoot > tr > th, .table-jlupin-user > thead > tr > td, .table-jlupin-user > thead > tr > th {
  border-color: #c8cbdf;
  border-left: none;
  border-right: none;
}

/* line 386, ../sass/base/_basic.scss */
.table-jlupin-user {
  border: none;
}

/* line 1, ../sass/base/_header.scss */
#header-strip {
  width: 100%;
  margin: auto;
  background-color: #202447;
  height: 4px;
}

/* line 9, ../sass/base/_header.scss */
header .content {
  margin-top: -15px;
}
@media screen and (max-width: 800px) {
  /* line 9, ../sass/base/_header.scss */
  header .content {
    margin-top: 20px;
  }
}
/* line 23, ../sass/base/_header.scss */
header .sidebar {
  height: 38px;
  position: relative;
  top: -4px;
  z-index: 877;
  float: right;
}
@media screen and (max-width: 800px) {
  /* line 23, ../sass/base/_header.scss */
  header .sidebar {
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
  }
  /* line 37, ../sass/base/_header.scss */
  header .sidebar span {
    display: none;
  }
}
/* line 42, ../sass/base/_header.scss */
header .sidebar ul {
  text-align: right;
}
/* line 45, ../sass/base/_header.scss */
header .sidebar ul li {
  background-color: #202447;
  display: block;
  float: left;
  line-height: 38px;
  color: #8f92a3;
  font-size: 13px;
}
/* line 53, ../sass/base/_header.scss */
header .sidebar ul li.active {
  background-color: #aa0000;
}
/* line 56, ../sass/base/_header.scss */
header .sidebar ul li.active a {
  color: #fff;
}
@media screen and (max-width: 800px) {
  /* line 45, ../sass/base/_header.scss */
  header .sidebar ul li {
    font-size: 20px;
  }
}
/* line 65, ../sass/base/_header.scss */
header .sidebar ul li a {
  display: block;
  padding: 0 35px;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 71, ../sass/base/_header.scss */
header .sidebar ul li a:hover {
  color: #fff;
}
@media screen and (max-width: 800px) {
  /* line 65, ../sass/base/_header.scss */
  header .sidebar ul li a {
    padding: 9px 19px 15px 19px;
  }
}
@media screen and (max-width: 320px) {
  /* line 65, ../sass/base/_header.scss */
  header .sidebar ul li a {
    padding: 9px 13px 15px 13px;
  }
}
/* line 83, ../sass/base/_header.scss */
header .sidebar ul li a:hover {
  background-color: #c9302c;
}
/* line 88, ../sass/base/_header.scss */
header .sidebar ul li:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 93, ../sass/base/_header.scss */
header .sidebar ul li button {
  background-color: transparent;
  border: none;
  display: block;
  padding: 0 35px;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
  float: left;
  line-height: 38px;
  color: #8f92a3;
  font-size: 13px;
  border-radius: 0;
}
@media screen and (max-width: 800px) {
  /* line 93, ../sass/base/_header.scss */
  header .sidebar ul li button {
    padding: 9px 13px 15px 18px;
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  /* line 93, ../sass/base/_header.scss */
  header .sidebar ul li button {
    padding: 9px 13px 15px 13px;
  }
}
/* line 120, ../sass/base/_header.scss */
header .sidebar i {
  margin-right: 5px;
}
/* line 125, ../sass/base/_header.scss */
header .logo-wrapper {
  color: #9ea1ae;
  font-size: 10px;
  position: relative;
  z-index: 9;
  width: 170px;
  height: 78.84px;
}
@media screen and (max-width: 480px) {
  /* line 125, ../sass/base/_header.scss */
  header .logo-wrapper {
    width: 80px;
    height: 37.09px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 136, ../sass/base/_header.scss */
  header .logo-wrapper .logo-link {
    display: inline-block;
    float: left;
  }
}
/* line 142, ../sass/base/_header.scss */
header .logo-wrapper .logo-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-bottom: 10px;
}
/* line 148, ../sass/base/_header.scss */
header .logo-wrapper .logo-img.logo-jlupin {
  opacity: 1;
  transition: all 0.3s;
  z-index: 1;
}
/* line 152, ../sass/base/_header.scss */
header .logo-wrapper .logo-img.logo-jlupin:hover {
  opacity: 0;
}
/* line 156, ../sass/base/_header.scss */
header .logo-wrapper .logo-img.logo-jlupin-hover {
  z-index: 0;
}
/* line 162, ../sass/base/_header.scss */
header nav {
  float: right;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  /* line 162, ../sass/base/_header.scss */
  header nav {
    float: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  /* line 162, ../sass/base/_header.scss */
  header nav {
    display: none;
    position: absolute;
    top: 20px;
    right: -42px;
    z-index: 789;
    margin-top: 16px;
  }
  /* line 179, ../sass/base/_header.scss */
  header nav:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 640px) {
  /* line 162, ../sass/base/_header.scss */
  header nav {
    right: -34px;
  }
}
@media screen and (max-width: 320px) {
  /* line 162, ../sass/base/_header.scss */
  header nav {
    right: -70px;
  }
}
/* line 199, ../sass/base/_header.scss */
header nav ul li {
  display: inline-block;
  font-weight: 700;
  margin-left: 45px;
}
@media screen and (max-width: 1024px) {
  /* line 199, ../sass/base/_header.scss */
  header nav ul li {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media screen and (max-width: 800px) {
  /* line 199, ../sass/base/_header.scss */
  header nav ul li {
    display: block;
  }
  /* line 212, ../sass/base/_header.scss */
  header nav ul li a {
    display: block;
    background-color: #202447;
    width: 252px;
    padding: 15px 30px;
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  /* line 223, ../sass/base/_header.scss */
  header nav ul li.active a {
    background-color: #191d3a;
    color: #fac700 !important;
  }
}
/* line 231, ../sass/base/_header.scss */
header nav ul li.active a {
  color: #aa0000;
}
/* line 234, ../sass/base/_header.scss */
header nav ul li.active a:after {
  opacity: 1;
  background-color: #aa0000;
}
/* line 241, ../sass/base/_header.scss */
header nav ul li a {
  color: #202447;
  font-size: 14px;
  position: relative;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 247, ../sass/base/_header.scss */
header nav ul li a:hover {
  color: #aa0000;
}
/* line 250, ../sass/base/_header.scss */
header nav ul li a:hover:after {
  opacity: 1;
  background-color: #aa0000;
}
/* line 256, ../sass/base/_header.scss */
header nav ul li a:after {
  content: '';
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -7px;
  background-color: #202447;
  opacity: 0;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}

/* line 1, ../sass/base/_footer.scss */
.footer {
  margin-bottom: 60px;
}
/* line 4, ../sass/base/_footer.scss */
.footer .navigation {
  position: relative;
  padding: 25px 30px;
  background-color: #181818;
}
/* line 9, ../sass/base/_footer.scss */
.footer .navigation .logo {
  opacity: .3;
  display: inline-block;
  margin-right: 30px;
}
/* line 13, ../sass/base/_footer.scss */
.footer .navigation .logo img {
  width: 100px;
}
@media screen and (max-width: 1024px) {
  /* line 9, ../sass/base/_footer.scss */
  .footer .navigation .logo {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  /* line 9, ../sass/base/_footer.scss */
  .footer .navigation .logo {
    margin-bottom: 0;
  }
}
/* line 27, ../sass/base/_footer.scss */
.footer .navigation ul {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  /* line 27, ../sass/base/_footer.scss */
  .footer .navigation ul {
    display: none;
  }
}
/* line 33, ../sass/base/_footer.scss */
.footer .navigation ul li {
  font-size: 12px;
  display: inline-block;
  margin-right: 50px;
}
/* line 39, ../sass/base/_footer.scss */
.footer .navigation ul li:hover a, .footer .navigation ul li.active a {
  color: white;
}
/* line 44, ../sass/base/_footer.scss */
.footer .navigation ul li a {
  color: rgba(255, 255, 255, 0.3);
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
@media screen and (max-width: 800px) {
  /* line 33, ../sass/base/_footer.scss */
  .footer .navigation ul li {
    margin-right: 30px;
  }
}
/* line 55, ../sass/base/_footer.scss */
.footer .navigation .go-top {
  cursor: pointer;
  border: 1px solid #fff;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  opacity: .3;
  -moz-transition: opacity, ease-out 300ms;
  -o-transition: opacity, ease-out 300ms;
  -webkit-transition: opacity, ease-out 300ms;
  transition: opacity, ease-out 300ms;
}
/* line 67, ../sass/base/_footer.scss */
.footer .navigation .go-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 71, ../sass/base/_footer.scss */
.footer .navigation .go-top:hover {
  opacity: 1;
}
/* line 77, ../sass/base/_footer.scss */
.footer .copyright {
  padding: 10px 30px;
  background-color: #000;
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  /* line 87, ../sass/base/_footer.scss */
  .footer .copyright [class^="col-"] {
    width: 100%;
    text-align: center;
  }
  /* line 92, ../sass/base/_footer.scss */
  .footer .copyright .copy {
    margin: 15px 0;
  }
}
/* line 98, ../sass/base/_footer.scss */
.footer .social-media {
  text-align: right;
}
@media screen and (max-width: 640px) {
  /* line 98, ../sass/base/_footer.scss */
  .footer .social-media {
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 106, ../sass/base/_footer.scss */
.footer .social-media ul {
  margin-bottom: 0;
}
/* line 109, ../sass/base/_footer.scss */
.footer .social-media ul li {
  display: inline-block;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  /* line 109, ../sass/base/_footer.scss */
  .footer .social-media ul li {
    margin: 0 10px;
  }
}
/* line 117, ../sass/base/_footer.scss */
.footer .social-media ul li a {
  opacity: .3;
  -moz-transition: opacity, ease-out 300ms;
  -o-transition: opacity, ease-out 300ms;
  -webkit-transition: opacity, ease-out 300ms;
  transition: opacity, ease-out 300ms;
}
/* line 121, ../sass/base/_footer.scss */
.footer .social-media ul li a:hover {
  opacity: 1;
}

/* line 5, ../sass/layout/_forms.scss */
.form input[type=email],
.form input[type=text],
.form input[type=tel],
.form input[type=password],
.form select,
.form textarea,
.form-success input[type=email],
.form-success input[type=text],
.form-success input[type=tel],
.form-success input[type=password],
.form-success select,
.form-success textarea,
.download input[type=email],
.download input[type=text],
.download input[type=tel],
.download input[type=password],
.download select,
.download textarea,
.modal-login input[type=email],
.modal-login input[type=text],
.modal-login input[type=tel],
.modal-login input[type=password],
.modal-login select,
.modal-login textarea {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #f1f2f6;
  color: #202447;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  border: 0;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 23, ../sass/layout/_forms.scss */
.form textarea,
.form-success textarea,
.download textarea,
.modal-login textarea {
  height: 105px;
  line-height: 160%;
  padding: 15px;
}
/* line 29, ../sass/layout/_forms.scss */
.form input[type=submit],
.form button:not(.download-all):not(.lupin-btn):not(.submit-button),
.form-success input[type=submit],
.form-success button:not(.download-all):not(.lupin-btn):not(.submit-button),
.download input[type=submit],
.download button:not(.download-all):not(.lupin-btn):not(.submit-button),
.modal-login input[type=submit],
.modal-login button:not(.download-all):not(.lupin-btn):not(.submit-button) {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 360px;
  height: 60px;
  outline: none;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #aa0000;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  -moz-transition: background-color, ease-out 300ms;
  -o-transition: background-color, ease-out 300ms;
  -webkit-transition: background-color, ease-out 300ms;
  transition: background-color, ease-out 300ms;
  -webkit-appearance: none;
}
/* line 51, ../sass/layout/_forms.scss */
.form input[type=submit]:hover,
.form button:not(.download-all):not(.lupin-btn):not(.submit-button):hover,
.form-success input[type=submit]:hover,
.form-success button:not(.download-all):not(.lupin-btn):not(.submit-button):hover,
.download input[type=submit]:hover,
.download button:not(.download-all):not(.lupin-btn):not(.submit-button):hover,
.modal-login input[type=submit]:hover,
.modal-login button:not(.download-all):not(.lupin-btn):not(.submit-button):hover {
  background-color: #202447;
}
@media screen and (max-width: 480px) {
  /* line 29, ../sass/layout/_forms.scss */
  .form input[type=submit],
  .form button:not(.download-all):not(.lupin-btn):not(.submit-button),
  .form-success input[type=submit],
  .form-success button:not(.download-all):not(.lupin-btn):not(.submit-button),
  .download input[type=submit],
  .download button:not(.download-all):not(.lupin-btn):not(.submit-button),
  .modal-login input[type=submit],
  .modal-login button:not(.download-all):not(.lupin-btn):not(.submit-button) {
    width: 200px;
  }
}

/* line 61, ../sass/layout/_forms.scss */
.form-devzone input[type=email],
.form-devzone input[type=text],
.form-devzone input[type=tel],
.form-devzone input[type=password],
.form-devzone select,
.form-devzone textarea {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #f1f2f6;
  color: #202447;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  border: 0;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 79, ../sass/layout/_forms.scss */
.form-devzone textarea {
  height: 105px;
  line-height: 160%;
  padding: 15px;
}
/* line 84, ../sass/layout/_forms.scss */
.form-devzone .form-devzone-save {
  width: 100%;
  height: 60px;
  outline: none;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #aa0000;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0;
  -moz-transition: background-color, ease-out 300ms;
  -o-transition: background-color, ease-out 300ms;
  -webkit-transition: background-color, ease-out 300ms;
  transition: background-color, ease-out 300ms;
  -webkit-appearance: none;
}
/* line 99, ../sass/layout/_forms.scss */
.form-devzone .form-devzone-save:hover {
  background-color: #202447;
}
@media screen and (max-width: 480px) {
  /* line 84, ../sass/layout/_forms.scss */
  .form-devzone .form-devzone-save {
    width: 200px;
  }
}

/* line 109, ../sass/layout/_forms.scss */
.error {
  color: #aa0000;
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
  padding-left: 15px;
}

/* line 117, ../sass/layout/_forms.scss */
select {
  background: #f1f2f6 url("../images/select.svg") no-repeat calc(100% - 15px);
}

/* line 121, ../sass/layout/_forms.scss */
::-webkit-input-placeholder {
  color: #4b4b4b;
}

/* line 122, ../sass/layout/_forms.scss */
:-moz-placeholder {
  color: #4b4b4b;
}

/* line 123, ../sass/layout/_forms.scss */
::-moz-placeholder {
  color: #4b4b4b;
}

/* line 124, ../sass/layout/_forms.scss */
:-ms-input-placeholder {
  color: #4b4b4b;
}

/* line 126, ../sass/layout/_forms.scss */
::-webkit-file-upload-button {
  cursor: pointer;
}

/* line 128, ../sass/layout/_forms.scss */
textarea, select {
  overflow: auto;
  resize: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 129, ../sass/layout/_forms.scss */
input[type=submit], select {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}

/* line 130, ../sass/layout/_forms.scss */
input[type=text], input[type=email], input[type=password], textarea {
  border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}

/* line 132, ../sass/layout/_forms.scss */
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
.form textarea:focus,
.form select:focus, .form-success input[type=text]:focus,
.form-success input[type=email]:focus,
.form-success input[type=password]:focus,
.form-success textarea:focus,
.form-success select:focus, .form-search input[type=text]:focus,
.form-search input[type=email]:focus,
.form-search input[type=password]:focus,
.form-search textarea:focus,
.form-search select:focus, .modal-login input[type=text]:focus,
.modal-login input[type=email]:focus,
.modal-login input[type=password]:focus,
.modal-login textarea:focus,
.modal-login select:focus {
  border-color: #333;
}

/* line 142, ../sass/layout/_forms.scss */
select {
  -moz-appearance: none;
}

/* line 143, ../sass/layout/_forms.scss */
select::-ms-expand {
  display: none;
}

/* line 145, ../sass/layout/_forms.scss */
.search-form {
  background-color: #1f2447;
  overflow: hidden;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  /* line 145, ../sass/layout/_forms.scss */
  .search-form {
    padding: 9px 19px 15px 19px;
  }
}
/* line 151, ../sass/layout/_forms.scss */
.search-form:hover {
  background-color: #aa0000;
}
/* line 153, ../sass/layout/_forms.scss */
.search-form:hover .search-input {
  width: 250px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  /* line 153, ../sass/layout/_forms.scss */
  .search-form:hover .search-input {
    display: block;
  }
}
/* line 160, ../sass/layout/_forms.scss */
.search-form:hover .fa-search {
  color: #fff;
}
/* line 165, ../sass/layout/_forms.scss */
.search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
/* line 168, ../sass/layout/_forms.scss */
.search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
/* line 171, ../sass/layout/_forms.scss */
.search-form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}
/* line 174, ../sass/layout/_forms.scss */
.search-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
/* line 177, ../sass/layout/_forms.scss */
.search-form .search-input {
  margin: 0;
  padding: 0 10px 0 0;
  border: none;
  float: left;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  width: 70px;
  transition: 0.8s all;
}
@media screen and (max-width: 800px) {
  /* line 177, ../sass/layout/_forms.scss */
  .search-form .search-input {
    display: none;
  }
}
/* line 190, ../sass/layout/_forms.scss */
.search-form .search-btn-submit {
  float: left;
  background-color: transparent;
  border: none;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
  float: left;
  line-height: 38px;
  color: #8f92a3;
  font-size: 13px;
  border-radius: 0;
  padding: 0 5px;
}
@media screen and (max-width: 800px) {
  /* line 190, ../sass/layout/_forms.scss */
  .search-form .search-btn-submit {
    font-size: 17px;
  }
}

/* line 212, ../sass/layout/_forms.scss */
.search-form-results .panel {
  background-color: #202447;
  border: none;
  border-radius: 0;
  box-shadow: 0;
}
/* line 218, ../sass/layout/_forms.scss */
.search-form-results .panel-heading {
  border-radius: 0;
  border: none;
  background-color: #202447;
  padding: 30px 35px 20px 35px;
  font-family: "industry-inc-base";
  color: #fac700;
  margin: 0;
  font-size: 24px;
}
/* line 228, ../sass/layout/_forms.scss */
.search-form-results .panel-body {
  padding: 0 35px 35px 35px;
}
/* line 231, ../sass/layout/_forms.scss */
.search-form-results input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f1f2f6;
  color: #202447;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  border: 0;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 247, ../sass/layout/_forms.scss */
.search-form-results .lupin-btn:hover {
  background-color: transparent;
}
/* line 251, ../sass/layout/_forms.scss */
.search-form-results input[type="checkbox"] {
  margin: -2px 0 0 0;
}
/* line 254, ../sass/layout/_forms.scss */
.search-form-results label {
  color: rgba(255, 255, 255, 0.7);
}

/* line 259, ../sass/layout/_forms.scss */
.jlupin-btn-red {
  position: relative;
  padding: 15px 40px;
  font-size: 11px;
  background-color: #aa0000;
  color: #fff;
  border: 10px solid #f1f2f6;
  display: inline-block;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
@media screen and (max-width: 768px) {
  /* line 259, ../sass/layout/_forms.scss */
  .jlupin-btn-red {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  /* line 259, ../sass/layout/_forms.scss */
  .jlupin-btn-red {
    padding: 15px;
    border: 5px solid #f1f2f6;
  }
}
/* line 278, ../sass/layout/_forms.scss */
.jlupin-btn-red:hover {
  background-color: #fac700 !important;
  color: #202447 !important;
}

/* line 284, ../sass/layout/_forms.scss */
.jlupin-btn-blue {
  position: relative;
  padding: 15px 40px;
  font-size: 11px;
  background-color: #202447;
  color: #fff;
  border: 10px solid #f1f2f6;
  display: inline-block;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
@media screen and (max-width: 768px) {
  /* line 284, ../sass/layout/_forms.scss */
  .jlupin-btn-blue {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  /* line 284, ../sass/layout/_forms.scss */
  .jlupin-btn-blue {
    padding: 15px;
    border: 5px solid #f1f2f6;
  }
}
/* line 302, ../sass/layout/_forms.scss */
.jlupin-btn-blue:hover {
  background-color: #fac700 !important;
  color: #202447 !important;
}

/* line 308, ../sass/layout/_forms.scss */
.form-panel {
  background-color: #202447;
  border: none;
  border-radius: 0;
  box-shadow: 0;
  margin: 20px 0;
}
/* line 314, ../sass/layout/_forms.scss */
.form-panel .panel-heading {
  border-radius: 0;
  border: none;
  background-color: #202447;
  padding: 30px 35px 20px 35px;
  font-family: "industry-inc-base";
  color: #fac700;
  margin: 0;
  font-size: 24px;
}
/* line 324, ../sass/layout/_forms.scss */
.form-panel .panel-body {
  padding: 0 35px 35px 35px;
}
/* line 327, ../sass/layout/_forms.scss */
.form-panel input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f1f2f6;
  color: #202447;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  border: 0;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 343, ../sass/layout/_forms.scss */
.form-panel .lupin-btn:hover {
  background-color: transparent;
}
/* line 347, ../sass/layout/_forms.scss */
.form-panel input[type="checkbox"] {
  margin: -2px 0 0 0;
}
/* line 350, ../sass/layout/_forms.scss */
.form-panel label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
/* line 353, ../sass/layout/_forms.scss */
.form-panel label a {
  color: #aa0000;
}
/* line 357, ../sass/layout/_forms.scss */
.form-panel a {
  color: #aa0000;
}

/* line 6, ../sass/layout/_rating.scss */
.star-rating {
  font-size: 0;
}
/* line 8, ../sass/layout/_rating.scss */
.star-rating * {
  font-size: 1.4rem;
}
/* line 11, ../sass/layout/_rating.scss */
.star-rating label:not(.control-label) {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}
/* line 19, ../sass/layout/_rating.scss */
.star-rating label:not(.control-label):before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #dbdde5;
  background-color: #dbdde5;
}
/* line 27, ../sass/layout/_rating.scss */
.star-rating label.hover-star:not(.control-label):before {
  content: "★";
  color: #fac700;
}

/* line 1, ../sass/pages/_home.scss */
.top {
  position: relative;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  /* line 1, ../sass/pages/_home.scss */
  .top {
    margin-top: 20px;
  }
}
/* line 9, ../sass/pages/_home.scss */
.top h1 {
  background-color: #aa0000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 5px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 98;
  font-weight: 700;
  padding: 22px 50px;
  margin: 0;
}
@media screen and (max-width: 800px) {
  /* line 9, ../sass/pages/_home.scss */
  .top h1 {
    padding: 18px 30px;
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  /* line 9, ../sass/pages/_home.scss */
  .top h1 {
    padding: 15px;
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  /* line 9, ../sass/pages/_home.scss */
  .top h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 13px;
    width: 85%;
    text-align: center;
    padding: 20px 0;
  }
}
/* line 42, ../sass/pages/_home.scss */
.top .box {
  position: relative;
}
@media screen and (min-width: 1200px) {
  /* line 42, ../sass/pages/_home.scss */
  .top .box {
    width: 570px;
    height: 600px;
  }
}
/* line 48, ../sass/pages/_home.scss */
.top .box .box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  color: #fff;
  font-size: 18px;
  line-height: 160%;
}
/* line 55, ../sass/pages/_home.scss */
.top .box .box-content h2 {
  color: #fff;
}
/* line 57, ../sass/pages/_home.scss */
.top .box .box-content h2 a {
  color: #fff;
}
@media screen and (max-width: 640px) {
  /* line 48, ../sass/pages/_home.scss */
  .top .box .box-content {
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  /* line 48, ../sass/pages/_home.scss */
  .top .box .box-content {
    font-size: 16px;
  }
}
/* line 70, ../sass/pages/_home.scss */
.top .box .box-content.right {
  color: #202447;
}
/* line 73, ../sass/pages/_home.scss */
.top .box .box-content.right h2 {
  color: #202447;
}
/* line 75, ../sass/pages/_home.scss */
.top .box .box-content.right h2 a {
  color: #202447;
}
/* line 81, ../sass/pages/_home.scss */
.top .box .box-content h2 {
  text-transform: uppercase;
  font-size: 50px;
  font-family: "industry-inc-base";
}
@media screen and (max-width: 1024px) {
  /* line 81, ../sass/pages/_home.scss */
  .top .box .box-content h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 640px) {
  /* line 81, ../sass/pages/_home.scss */
  .top .box .box-content h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  /* line 81, ../sass/pages/_home.scss */
  .top .box .box-content h2 {
    font-size: 30px;
  }
}
/* line 100, ../sass/pages/_home.scss */
.top .box .box-button {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: absolute;
  bottom: 50px;
  width: 70%;
  left: 15%;
  text-align: center;
  padding: 15px;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 112, ../sass/pages/_home.scss */
.top .box .box-button:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media screen and (max-width: 800px) {
  /* line 100, ../sass/pages/_home.scss */
  .top .box .box-button {
    display: none;
  }
}
/* line 129, ../sass/pages/_home.scss */
.top .col-50:first-child .box-button {
  border: 1px solid #aa0000;
  color: #aa0000;
}
/* line 133, ../sass/pages/_home.scss */
.top .col-50:first-child .box-button:hover {
  background-color: #aa0000;
  color: #fff;
}
/* line 138, ../sass/pages/_home.scss */
.top .col-50:first-child .box-button:after {
  background-color: #aa0000;
}
/* line 145, ../sass/pages/_home.scss */
.top .col-50:nth-child(2) .box-button {
  border: 1px solid #aa0000;
  color: #aa0000;
}
/* line 149, ../sass/pages/_home.scss */
.top .col-50:nth-child(2) .box-button:hover {
  background-color: #aa0000;
  color: #fff;
}
/* line 154, ../sass/pages/_home.scss */
.top .col-50:nth-child(2) .box-button:after {
  background-color: #aa0000;
}
@media screen and (max-width: 480px) {
  /* line 162, ../sass/pages/_home.scss */
  .top .col-50 {
    width: 100%;
  }
}

/* line 168, ../sass/pages/_home.scss */
.news-section {
  padding-top: 150px;
  overflow: hidden;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 480px) {
  /* line 168, ../sass/pages/_home.scss */
  .news-section {
    padding-top: 20px;
  }
}
/* line 180, ../sass/pages/_home.scss */
.news-section .sk-circle {
  margin: 60px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
/* line 186, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 193, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
/* line 204, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
/* line 208, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
/* line 212, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 216, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
/* line 220, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
/* line 224, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 228, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
/* line 232, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
/* line 236, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* line 240, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
/* line 244, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
/* line 248, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
/* line 251, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
/* line 254, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
/* line 257, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
/* line 260, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
/* line 263, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
/* line 266, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
/* line 269, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
/* line 272, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
/* line 275, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
/* line 278, ../sass/pages/_home.scss */
.news-section .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 305, ../sass/pages/_home.scss */
.news-section .slideouter {
  visibility: hidden;
}
@media screen and (min-width: 1200px) {
  /* line 168, ../sass/pages/_home.scss */
  .news-section {
    height: 446px;
  }
}
@media screen and (max-width: 1199px) {
  /* line 168, ../sass/pages/_home.scss */
  .news-section {
    height: 446px;
  }
}
@media screen and (max-width: 922px) {
  /* line 168, ../sass/pages/_home.scss */
  .news-section {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  /* line 168, ../sass/pages/_home.scss */
  .news-section {
    margin-top: 60px;
  }
}
/* line 322, ../sass/pages/_home.scss */
.news-section .news-entry {
  border: 1px solid #aa0000;
  padding: 40px 30px;
  position: relative;
  left: 30px;
}
@media screen and (min-width: 1200px) {
  /* line 322, ../sass/pages/_home.scss */
  .news-section .news-entry {
    height: 248px;
  }
}
@media screen and (max-width: 1199px) {
  /* line 322, ../sass/pages/_home.scss */
  .news-section .news-entry {
    height: 248px;
  }
}
@media screen and (max-width: 800px) {
  /* line 322, ../sass/pages/_home.scss */
  .news-section .news-entry {
    left: 5%;
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  /* line 322, ../sass/pages/_home.scss */
  .news-section .news-entry {
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 342, ../sass/pages/_home.scss */
  .news-section .news-entry .bx-wrapper {
    height: 166px;
  }
}
/* line 347, ../sass/pages/_home.scss */
.news-section .news-entry .news-img {
  border: 10px solid #f1f2f6;
  border-left: none;
  position: absolute;
  top: -75px;
  left: -30px;
}
@media screen and (max-width: 991px) {
  /* line 347, ../sass/pages/_home.scss */
  .news-section .news-entry .news-img {
    width: 30%;
  }
}
@media screen and (max-width: 800px) {
  /* line 347, ../sass/pages/_home.scss */
  .news-section .news-entry .news-img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  /* line 347, ../sass/pages/_home.scss */
  .news-section .news-entry .news-img {
    display: none;
  }
}
/* line 367, ../sass/pages/_home.scss */
.news-section .news-entry h3 {
  position: absolute;
  top: -95px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 48px;
  color: #aa0000;
  font-family: "industry-inc-base";
}
@media screen and (max-width: 800px) {
  /* line 367, ../sass/pages/_home.scss */
  .news-section .news-entry h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 640px) {
  /* line 367, ../sass/pages/_home.scss */
  .news-section .news-entry h3 {
    font-size: 40px;
    top: -15px;
    background-color: #f1f2f6;
    padding: 0 10px;
  }
}
/* line 388, ../sass/pages/_home.scss */
.news-section .news-entry h4 {
  font-family: "industry-inc-base";
  font-size: 30px;
  color: #202447;
  margin-bottom: 30px;
}
/* line 395, ../sass/pages/_home.scss */
.news-section .news-entry .date {
  color: #fac700;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 2px;
}
/* line 403, ../sass/pages/_home.scss */
.news-section .news-entry .read-btn {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 5px;
  float: right;
  color: #aa0000;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 411, ../sass/pages/_home.scss */
.news-section .news-entry .read-btn:hover {
  color: #202447;
}
/* line 416, ../sass/pages/_home.scss */
.news-section .news-entry .bx-pager {
  top: -50px;
}
@media screen and (max-width: 922px) {
  /* line 421, ../sass/pages/_home.scss */
  .news-section .social-media {
    text-align: center;
    margin: 30px 0;
  }
}
/* line 427, ../sass/pages/_home.scss */
.news-section .social-media li {
  text-align: center;
  padding: 20px;
  float: none;
}
@media screen and (max-width: 922px) {
  /* line 427, ../sass/pages/_home.scss */
  .news-section .social-media li {
    display: inline-block;
  }
}
@media screen and (max-width: 340px) {
  /* line 427, ../sass/pages/_home.scss */
  .news-section .social-media li {
    padding: 10px;
  }
}

/* line 442, ../sass/pages/_home.scss */
.short-entry {
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  /* line 445, ../sass/pages/_home.scss */
  .short-entry .short-entry-container {
    height: 80px;
  }
}
/* line 450, ../sass/pages/_home.scss */
.short-entry .entry {
  background: #fff;
  padding: 30px;
  color: #202447;
  font-size: 13px;
  margin-bottom: 12px;
}
/* line 457, ../sass/pages/_home.scss */
.short-entry .entry .date {
  font-size: 12px;
  margin-bottom: 5px;
  color: #a4a4a4;
}
/* line 463, ../sass/pages/_home.scss */
.short-entry .entry .title {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "industry-inc-base";
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  /* line 463, ../sass/pages/_home.scss */
  .short-entry .entry .title {
    margin-bottom: 20px;
  }
}
/* line 474, ../sass/pages/_home.scss */
.short-entry .entry a {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  color: #aa0000;
  vertical-align: -webkit-baseline-middle;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
@media screen and (min-width: 992px) {
  /* line 474, ../sass/pages/_home.scss */
  .short-entry .entry a {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* line 487, ../sass/pages/_home.scss */
.short-entry .entry a:hover {
  color: #202447;
}
@media screen and (max-width: 1170px) {
  /* line 474, ../sass/pages/_home.scss */
  .short-entry .entry a {
    position: relative;
    top: initial;
    left: initial;
  }
}

/* line 500, ../sass/pages/_home.scss */
.next-server-box {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  /* line 500, ../sass/pages/_home.scss */
  .next-server-box {
    height: 307px;
    overflow: hidden;
  }
}
/* line 507, ../sass/pages/_home.scss */
.next-server-box .content {
  padding: 60px 30px;
  background-color: #202447;
  color: #fff;
}
@media screen and (max-width: 800px) {
  /* line 507, ../sass/pages/_home.scss */
  .next-server-box .content {
    padding: 30px;
  }
}
/* line 516, ../sass/pages/_home.scss */
.next-server-box .content .name {
  font-size: 33px;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  /* line 516, ../sass/pages/_home.scss */
  .next-server-box .content .name {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  /* line 516, ../sass/pages/_home.scss */
  .next-server-box .content .name {
    text-align: center;
  }
}
/* line 529, ../sass/pages/_home.scss */
.next-server-box .content h2 {
  font-family: "industry";
  font-weight: 800;
  font-size: 26px;
  margin: 10px 0 40px 0;
}
@media screen and (max-width: 1024px) {
  /* line 529, ../sass/pages/_home.scss */
  .next-server-box .content h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  /* line 529, ../sass/pages/_home.scss */
  .next-server-box .content h2 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  /* line 529, ../sass/pages/_home.scss */
  .next-server-box .content h2 {
    margin: 15px 0;
    width: 100%;
    text-align: center;
  }
}
/* line 550, ../sass/pages/_home.scss */
.next-server-box .content .subtitle {
  font-family: "industry-inc-base";
  font-size: 43px;
  text-transform: uppercase;
}
/* line 555, ../sass/pages/_home.scss */
.next-server-box .content .subtitle span {
  padding: 12px 10px 4px 10px;
  background-color: #aa0000;
  line-height: 100%;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  /* line 550, ../sass/pages/_home.scss */
  .next-server-box .content .subtitle {
    font-size: 35px;
  }
}
@media screen and (max-width: 640px) {
  /* line 550, ../sass/pages/_home.scss */
  .next-server-box .content .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 550, ../sass/pages/_home.scss */
  .next-server-box .content .subtitle {
    text-align: center;
  }
}
/* line 575, ../sass/pages/_home.scss */
.next-server-box .content .packshot {
  position: absolute;
  top: -75px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  /* line 575, ../sass/pages/_home.scss */
  .next-server-box .content .packshot {
    left: -40px;
  }
  /* line 582, ../sass/pages/_home.scss */
  .next-server-box .content .packshot img {
    width: 315px;
  }
}
@media screen and (max-width: 800px) {
  /* line 575, ../sass/pages/_home.scss */
  .next-server-box .content .packshot {
    left: initial;
    right: -40px;
    top: -240px;
  }
}
@media screen and (max-width: 480px) {
  /* line 575, ../sass/pages/_home.scss */
  .next-server-box .content .packshot {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
  }
}
/* line 601, ../sass/pages/_home.scss */
.next-server-box .content .read-more {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -51%);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 4px;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 40px;
  text-transform: uppercase;
  text-align: center;
  -moz-transition: background-color, ease-out 300ms;
  -o-transition: background-color, ease-out 300ms;
  -webkit-transition: background-color, ease-out 300ms;
  transition: background-color, ease-out 300ms;
}
/* line 615, ../sass/pages/_home.scss */
.next-server-box .content .read-more:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #fff;
}
/* line 624, ../sass/pages/_home.scss */
.next-server-box .content .read-more:hover {
  background-color: #fff;
  color: #1f2447;
}
@media screen and (max-width: 800px) {
  /* line 601, ../sass/pages/_home.scss */
  .next-server-box .content .read-more {
    top: initial;
    right: initial;
    left: 50%;
    margin: 15px 0 0 0;
    position: relative;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 480px) {
  /* line 601, ../sass/pages/_home.scss */
  .next-server-box .content .read-more {
    max-width: 100%;
    padding: 15px 0;
    margin: 20px 0 0 0;
  }
}

/* line 649, ../sass/pages/_home.scss */
.slider-section {
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  /* line 649, ../sass/pages/_home.scss */
  .slider-section {
    height: 338px;
  }
}
/* line 655, ../sass/pages/_home.scss */
.slider-section h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: "industry-inc-base";
  margin-bottom: 10px;
  cursor: pointer;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
  color: #202447;
}
/* line 664, ../sass/pages/_home.scss */
.slider-section h3:hover {
  color: #aa0000;
}
/* line 669, ../sass/pages/_home.scss */
.slider-section .col-md-6 {
  margin-bottom: 40px;
}
/* line 674, ../sass/pages/_home.scss */
.slider-section .slider-box .slider-content {
  background: #fff;
  padding: 50px 30px;
  font-size: 13px;
  line-height: 160%;
}
@media screen and (min-width: 992px) {
  /* line 674, ../sass/pages/_home.scss */
  .slider-section .slider-box .slider-content {
    height: 240px;
  }
}
/* line 682, ../sass/pages/_home.scss */
.slider-section .slider-box .slider-content h4 {
  font-size: 24px;
  color: #aa0000;
  margin: 0 0 20px 0;
}
/* line 688, ../sass/pages/_home.scss */
.slider-section .slider-box .slider-content p {
  margin-bottom: 20px;
}
/* line 691, ../sass/pages/_home.scss */
.slider-section .slider-box .slider-content p:last-child {
  margin-bottom: 0;
}
/* line 696, ../sass/pages/_home.scss */
.slider-section .slider-box .slider-content .date {
  color: #5c9c35;
  display: inline-block;
  margin-top: 20px;
}
/* line 704, ../sass/pages/_home.scss */
.slider-section .info {
  margin-top: 1px;
}
/* line 710, ../sass/pages/_home.scss */
.slider-section .bx-wrapper img {
  display: inline-block !important;
  max-width: 100px !important;
}

/* line 717, ../sass/pages/_home.scss */
.short-desc {
  border-left: 1px solid #aa0000;
  padding-left: 20px;
  font-size: 13px;
  line-height: 160%;
}

/* line 724, ../sass/pages/_home.scss */
.microservicesLabel {
  display: inline-block;
  background-color: #fac700;
  color: #fff !important;
  font-size: 16px;
  padding: 6px 6px 0 6px;
  margin-top: -6px;
  text-align: center;
  margin-left: 5px;
  font-family: "industry-inc-base";
  font-weight: 100;
}

/* line 1, ../sass/pages/_explore.scss */
.post-content {
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  /* line 1, ../sass/pages/_explore.scss */
  .post-content {
    margin-bottom: 50px;
  }
}
/* line 9, ../sass/pages/_explore.scss */
.post-content .info {
  background: #fff;
  padding: 25px 0 15px 0;
}
/* line 14, ../sass/pages/_explore.scss */
.post-content .download {
  margin-top: 30px;
}
/* line 18, ../sass/pages/_explore.scss */
.post-content .download ul li {
  position: relative;
  margin-bottom: 10px;
  background-color: #f1f2f6;
  font-size: 13px;
  border-left: 7px solid #202447;
  padding: 20px 80px 20px 25px;
  word-wrap: break-word;
}
/* line 26, ../sass/pages/_explore.scss */
.post-content .download ul li a {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  color: #202447;
  font-size: 20px;
}

/* line 39, ../sass/pages/_explore.scss */
.entry {
  margin-top: 50px;
}
/* line 42, ../sass/pages/_explore.scss */
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin: 20px 0 10px 0;
  font-family: "industry-inc-base";
}
/* line 47, ../sass/pages/_explore.scss */
.entry p {
  font-size: 13px;
  line-height: 180%;
  margin: 10px 0 20px 0;
  text-align: justify;
}
/* line 53, ../sass/pages/_explore.scss */
.entry li {
  font-size: 13px;
}
/* line 56, ../sass/pages/_explore.scss */
.entry img {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
/* line 64, ../sass/pages/_explore.scss */
.entry iframe {
  margin-bottom: 40px;
  width: 100%;
  height: 420px;
}

@media screen and (max-width: 992px) {
  /* line 71, ../sass/pages/_explore.scss */
  .content-section .sidebar {
    border-top: 1px solid #aa0000;
    padding-top: 40px;
  }
}

/* line 81, ../sass/pages/_explore.scss */
.list-wrapper .explore-photo img,
.sidebar .explore-photo img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 90, ../sass/pages/_explore.scss */
.list-wrapper .explore-box:hover img,
.sidebar .explore-box:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/* line 97, ../sass/pages/_explore.scss */
.explore-photo {
  position: relative;
}
/* line 99, ../sass/pages/_explore.scss */
.explore-photo .category {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "industry-inc-base";
  font-size: 15px;
  color: #202447;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 10px 5px 10px;
  text-transform: uppercase;
}
/* line 111, ../sass/pages/_explore.scss */
.explore-photo .strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 100%;
  background-color: #202447;
}
@media screen and (max-width: 640px) {
  /* line 111, ../sass/pages/_explore.scss */
  .explore-photo .strip {
    width: 160px;
  }
}
/* line 123, ../sass/pages/_explore.scss */
.explore-photo .strip .number {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 20px;
  font-family: "industry-inc-base";
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 133, ../sass/pages/_explore.scss */
.explore-photo .strip .number p {
  font-size: 50px;
  margin-bottom: -10px;
}
@media screen and (max-width: 640px) {
  /* line 133, ../sass/pages/_explore.scss */
  .explore-photo .strip .number p {
    font-size: 25px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 123, ../sass/pages/_explore.scss */
  .explore-photo .strip .number {
    padding: 20px 10px;
    font-size: 13px;
  }
}

/* line 151, ../sass/pages/_explore.scss */
.explore-box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 157, ../sass/pages/_explore.scss */
.explore-box:hover {
  background-color: #fff;
}
/* line 162, ../sass/pages/_explore.scss */
.explore-box .category {
  font-size: 12px;
}
/* line 166, ../sass/pages/_explore.scss */
.explore-box .tease {
  position: relative;
  width: 75%;
  margin: auto;
  margin-top: 15px;
  font-size: 12px;
}
/* line 173, ../sass/pages/_explore.scss */
.explore-box .tease:before {
  content: '';
  width: 1px;
  height: 120px;
  position: absolute;
  top: -40px;
  left: -15px;
  background-color: #aa0000;
}
/* line 183, ../sass/pages/_explore.scss */
.explore-box .tease .title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
/* line 189, ../sass/pages/_explore.scss */
.explore-box .tease .date {
  color: #a3a7ae;
  margin-top: 6px;
}

/* line 196, ../sass/pages/_explore.scss */
.comments {
  margin: 100px 0 50px 0;
}
/* line 199, ../sass/pages/_explore.scss */
.comments h3 {
  text-transform: uppercase;
  color: #aa0000;
  font-family: "industry-inc-base";
  font-size: 38px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e9ec;
}
/* line 209, ../sass/pages/_explore.scss */
.comments .content {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  /* line 209, ../sass/pages/_explore.scss */
  .comments .content {
    width: 100%;
  }
}
/* line 218, ../sass/pages/_explore.scss */
.comments .rate-article {
  font-size: 15px;
  font-weight: 600;
}
/* line 222, ../sass/pages/_explore.scss */
.comments .rate-article i {
  font-size: 16px;
}
/* line 227, ../sass/pages/_explore.scss */
.comments .user-comment {
  margin-top: 30px;
}
/* line 230, ../sass/pages/_explore.scss */
.comments .user-comment .post-body {
  overflow: hidden;
}
/* line 234, ../sass/pages/_explore.scss */
.comments .user-comment .user {
  font-weight: 600;
  font-size: 15px;
}
/* line 239, ../sass/pages/_explore.scss */
.comments .user-comment .info {
  color: #9ea1ae;
  font-size: 12px;
  padding: 5px 0;
}
/* line 245, ../sass/pages/_explore.scss */
.comments .user-comment p {
  font-size: 13px;
  line-height: 160%;
  margin-bottom: 10px;
  text-align: justify;
}
/* line 253, ../sass/pages/_explore.scss */
.comments .user-comment ul li {
  display: inline-block;
  margin-right: 10px;
}
/* line 257, ../sass/pages/_explore.scss */
.comments .user-comment ul li a {
  text-transform: uppercase;
  color: #9ea1ae;
  font-size: 12px;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 263, ../sass/pages/_explore.scss */
.comments .user-comment ul li a:hover {
  color: #202447;
}
/* line 268, ../sass/pages/_explore.scss */
.comments .user-comment ul li i {
  margin-left: 10px;
  font-size: 3px;
  position: relative;
  top: -3px;
}
/* line 278, ../sass/pages/_explore.scss */
.comments .avatar {
  float: left;
  margin-right: 20px;
}
/* line 282, ../sass/pages/_explore.scss */
.comments .avatar img {
  width: 68px;
}
/* line 287, ../sass/pages/_explore.scss */
.comments .post-message {
  padding-left: 88px;
}
/* line 290, ../sass/pages/_explore.scss */
.comments .post-message .avatar {
  width: 50px;
}
/* line 295, ../sass/pages/_explore.scss */
.comments .form-comment {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 7px;
}
/* line 299, ../sass/pages/_explore.scss */
.comments .form-comment textarea {
  width: 100%;
  height: 130px;
  border: 1px solid #dee2e4;
  padding: 10px 0 0 10px;
  font-size: 13px;
}
/* line 307, ../sass/pages/_explore.scss */
.comments .form-comment button {
  position: relative;
  width: 100%;
  border: 1px solid #aa0000;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  color: #aa0000;
  padding: 10px;
  background-color: transparent;
  margin-top: 5px;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 320, ../sass/pages/_explore.scss */
.comments .form-comment button:hover {
  background-color: #aa0000;
  color: #fff;
}
/* line 325, ../sass/pages/_explore.scss */
.comments .form-comment button:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: -1px;
  width: 200%;
  height: 1px;
  background-color: #aa0000;
}

/* line 338, ../sass/pages/_explore.scss */
.submenu {
  background-color: #202447;
  text-transform: uppercase;
  /* Input checkbox */
}
@media screen and (max-width: 767px) {
  /* line 338, ../sass/pages/_explore.scss */
  .submenu {
    margin-bottom: 30px;
  }
}
/* line 346, ../sass/pages/_explore.scss */
.submenu h3 {
  padding: 30px 35px 20px 35px;
  font-family: "industry-inc-base";
  color: #fac700;
  margin: 0;
}
/* line 353, ../sass/pages/_explore.scss */
.submenu .cat-name {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 35px;
  cursor: pointer;
  margin-top: -1px;
}
/* line 363, ../sass/pages/_explore.scss */
.submenu ul {
  padding: 0 35px 25px 35px;
  background-color: #1d2039;
}
/* line 367, ../sass/pages/_explore.scss */
.submenu ul li {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  clear: both;
  /*&:first-child{
  	color:#fac700;
  	font-size:12px;
  	margin-bottom:15px;
  }*/
}
/* line 374, ../sass/pages/_explore.scss */
.submenu ul li.active label {
  color: #fac700;
}
/* line 377, ../sass/pages/_explore.scss */
.submenu ul li.active a {
  color: #fac700;
}
/* line 382, ../sass/pages/_explore.scss */
.submenu ul li a {
  color: rgba(255, 255, 255, 0.7);
}
/* line 393, ../sass/pages/_explore.scss */
.submenu .cat-name {
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 395, ../sass/pages/_explore.scss */
.submenu .cat-name:hover, .submenu .cat-name.ui-state-active {
  color: #fac700;
}
/* line 399, ../sass/pages/_explore.scss */
.submenu .cat-name.ui-state-active {
  border-bottom: 0;
  background-color: #1d2039;
}
/* line 405, ../sass/pages/_explore.scss */
.submenu label {
  font-weight: 400;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 409, ../sass/pages/_explore.scss */
.submenu label.active {
  color: #fac700;
}
/* line 415, ../sass/pages/_explore.scss */
.submenu .ez-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 20px;
  height: 10px;
}
/* line 422, ../sass/pages/_explore.scss */
.submenu .ez-checkbox,
.submenu .ez-checkbox-green {
  background: transparent url("../images/checkbox.png") 0 0 no-repeat;
  display: inline-block;
}
/* line 428, ../sass/pages/_explore.scss */
.submenu .ez-checked,
.submenu .ez-selected,
.submenu .ez-checked-green {
  background-position: 0 -10px;
}
/* line 434, ../sass/pages/_explore.scss */
.submenu .ez-checkbox {
  zoom: 1;
  height: 10px;
  position: relative;
  top: 2px;
}

/* Pagination */
/* line 443, ../sass/pages/_explore.scss */
.page-pagination {
  text-align: right;
  font-family: "industry-inc-base";
  width: 100%;
  float: right;
}
/* line 448, ../sass/pages/_explore.scss */
.page-pagination ul {
  display: inline-block;
}
/* line 451, ../sass/pages/_explore.scss */
.page-pagination ul li {
  display: inline-block;
  text-align: center;
}
/* line 456, ../sass/pages/_explore.scss */
.page-pagination ul li:hover a, .page-pagination ul li.active a {
  background-color: #202447;
  color: #fff;
}
/* line 462, ../sass/pages/_explore.scss */
.page-pagination ul li a {
  display: block;
  width: 22px;
  height: 25px;
  line-height: 28px;
  color: #9ea1ae;
  text-decoration: none;
  font-size: 12px;
  -moz-transition: background-color, ease-out 300ms;
  -o-transition: background-color, ease-out 300ms;
  -webkit-transition: background-color, ease-out 300ms;
  transition: background-color, ease-out 300ms;
}

/* line 1, ../sass/pages/_marketplace.scss */
.marketplace-page {
  margin: 70px 0 30px 0;
}
@media screen and (max-width: 992px) {
  /* line 1, ../sass/pages/_marketplace.scss */
  .marketplace-page {
    margin-top: 30px;
  }
}
/* line 8, ../sass/pages/_marketplace.scss */
.marketplace-page .market-box {
  background-color: #202447;
  border-bottom: 10px solid #fac700;
  color: #fff;
  font-size: 15px;
  padding: 35px 25px 30px 25px;
  margin-bottom: 20px;
  line-height: 160%;
}
/* line 17, ../sass/pages/_marketplace.scss */
.marketplace-page .market-box span {
  color: #fac700;
}
@media screen and (max-width: 600px) {
  /* line 24, ../sass/pages/_marketplace.scss */
  .marketplace-page table thead {
    display: none;
  }
}
/* line 29, ../sass/pages/_marketplace.scss */
.marketplace-page table.move-top {
  margin-top: -57px;
}
@media screen and (max-width: 992px) {
  /* line 29, ../sass/pages/_marketplace.scss */
  .marketplace-page table.move-top {
    margin-top: 0px;
  }
}
/* line 38, ../sass/pages/_marketplace.scss */
.marketplace-page table thead tr {
  font-size: 11px;
  text-align: center;
}
/* line 43, ../sass/pages/_marketplace.scss */
.marketplace-page table thead .thead-first-col {
  text-align: left;
}
/* line 49, ../sass/pages/_marketplace.scss */
.marketplace-page table tbody tr {
  background-color: #fff;
  margin-bottom: 20px;
}
/* line 53, ../sass/pages/_marketplace.scss */
.marketplace-page table tbody tr td {
  font-size: 11px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 600px) {
  /* line 53, ../sass/pages/_marketplace.scss */
  .marketplace-page table tbody tr td {
    display: block;
    padding: 10px;
    border: none;
  }
}
/* line 67, ../sass/pages/_marketplace.scss */
.marketplace-page table .first-col {
  font-size: 12px;
  line-height: 170%;
  text-align: left;
  max-width: 300px;
}
@media screen and (max-width: 600px) {
  /* line 67, ../sass/pages/_marketplace.scss */
  .marketplace-page table .first-col {
    max-width: 100%;
    padding: 20px 20px 0 20px;
    text-align: center;
  }
}
/* line 80, ../sass/pages/_marketplace.scss */
.marketplace-page table .last-col {
  min-width: 100px;
}
/* line 84, ../sass/pages/_marketplace.scss */
.marketplace-page table .col-btn {
  border: none;
}
/* line 87, ../sass/pages/_marketplace.scss */
.marketplace-page table h3 {
  margin: 0;
}
/* line 90, ../sass/pages/_marketplace.scss */
.marketplace-page table h3 a {
  font-size: 16px;
  color: #aa0000;
  margin-bottom: 10px;
  font-weight: 700;
}
/* line 97, ../sass/pages/_marketplace.scss */
.marketplace-page table a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #202447;
  font-size: 10px;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 105, ../sass/pages/_marketplace.scss */
.marketplace-page table a:hover {
  color: #202447;
}
/* line 110, ../sass/pages/_marketplace.scss */
.marketplace-page table i {
  font-size: 18px;
}
/* line 114, ../sass/pages/_marketplace.scss */
.marketplace-page table .light-col {
  color: #a5a7b4;
  text-align: center;
  font-size: 10px;
  display: inline-block;
}
/* line 121, ../sass/pages/_marketplace.scss */
.marketplace-page table .light-bg {
  background-color: rgba(255, 255, 255, 0.6);
}
/* line 125, ../sass/pages/_marketplace.scss */
.marketplace-page table .separator {
  background-color: transparent;
}
/* line 128, ../sass/pages/_marketplace.scss */
.marketplace-page table .separator td {
  padding: 5px;
}
/* line 133, ../sass/pages/_marketplace.scss */
.marketplace-page table .show-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  /* line 133, ../sass/pages/_marketplace.scss */
  .marketplace-page table .show-mobile {
    display: inline-block;
  }
}

/* line 144, ../sass/pages/_marketplace.scss */
.marketplace .market-post {
  background: #fff;
  padding: 60px 40px;
}
/* line 149, ../sass/pages/_marketplace.scss */
.marketplace .info {
  background: #fff;
  padding: 20px 0;
}
/* line 154, ../sass/pages/_marketplace.scss */
.marketplace .entry {
  margin-top: 0;
}
/* line 158, ../sass/pages/_marketplace.scss */
.marketplace .data {
  background-color: #202447;
}
/* line 161, ../sass/pages/_marketplace.scss */
.marketplace .data li {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: #fff;
}
/* line 167, ../sass/pages/_marketplace.scss */
.marketplace .data li .title {
  color: #9ea1ae;
}
@media screen and (max-width: 992px) {
  /* line 167, ../sass/pages/_marketplace.scss */
  .marketplace .data li .title {
    margin-bottom: 10px;
  }
}
/* line 175, ../sass/pages/_marketplace.scss */
.marketplace .data li a {
  color: #fff;
}
/* line 179, ../sass/pages/_marketplace.scss */
.marketplace .data li img {
  width: 24px;
}
/* line 184, ../sass/pages/_marketplace.scss */
.marketplace table:not([class]) {
  display: inline-block;
  max-width: 100%;
  border-radius: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 192, ../sass/pages/_marketplace.scss */
.marketplace table:not([class]) {
  border: 0;
}
/* line 196, ../sass/pages/_marketplace.scss */
.marketplace table:not([class]) th {
  min-width: 10rem;
  padding: 1.2rem 1.6rem;
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  vertical-align: top;
}
/* line 204, ../sass/pages/_marketplace.scss */
.marketplace table:not([class]) td {
  padding: 1.2rem 1.6rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.07);
  vertical-align: top;
}
/* line 210, ../sass/pages/_marketplace.scss */
.marketplace table:not([class]) tr:first-child td {
  border-top: 0;
}
/* line 214, ../sass/pages/_marketplace.scss */
.marketplace table:not([class]) a {
  word-break: normal;
}

/* line 2, ../sass/pages/_profile.scss */
.profile .user {
  border: 1px solid #e32015;
  padding: 35px 42px 70px 42px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 340px) {
  /* line 2, ../sass/pages/_profile.scss */
  .profile .user {
    padding: 35px 10px 70px 10px;
  }
}
/* line 12, ../sass/pages/_profile.scss */
.profile .user .ul-user-info-wrapper ul {
  padding: 0;
}
@media screen and (max-width: 480px) {
  /* line 12, ../sass/pages/_profile.scss */
  .profile .user .ul-user-info-wrapper ul {
    padding: 0;
  }
}
/* line 19, ../sass/pages/_profile.scss */
.profile .user .ul-user-info-wrapper ul li {
  margin-bottom: 10px;
  font-size: 13px;
}
/* line 23, ../sass/pages/_profile.scss */
.profile .user .ul-user-info-wrapper ul li span {
  display: inline-block;
  color: #848486;
  min-width: 75px;
}
@media screen and (max-width: 480px) {
  /* line 32, ../sass/pages/_profile.scss */
  .profile .user .user-photo {
    text-align: center;
    margin-bottom: 25px;
  }
}
/* line 38, ../sass/pages/_profile.scss */
.profile .user .user-photo .edit-picture {
  font-size: 12px;
  color: #9ea1ae;
  text-align: center;
  display: block;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 45, ../sass/pages/_profile.scss */
.profile .user .user-photo .edit-picture:hover {
  color: #202447;
  cursor: pointer;
}
/* line 49, ../sass/pages/_profile.scss */
.profile .user .user-photo .edit-picture span {
  margin-top: 14px;
  display: inline-block;
}
/* line 52, ../sass/pages/_profile.scss */
.profile .user .user-photo .edit-picture span:hover {
  color: #202447;
  cursor: pointer;
}
/* line 60, ../sass/pages/_profile.scss */
.profile .user .navi {
  position: absolute;
  left: 42px;
  bottom: -30px;
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  /* line 60, ../sass/pages/_profile.scss */
  .profile .user .navi {
    left: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 60, ../sass/pages/_profile.scss */
  .profile .user .navi {
    left: 10px;
  }
}
@media screen and (max-width: 320px) {
  /* line 60, ../sass/pages/_profile.scss */
  .profile .user .navi {
    left: 10px;
  }
}
/* line 79, ../sass/pages/_profile.scss */
.profile .user .navi li {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  /* line 79, ../sass/pages/_profile.scss */
  .profile .user .navi li {
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 79, ../sass/pages/_profile.scss */
  .profile .user .navi li {
    margin-right: 5px;
  }
}
/* line 92, ../sass/pages/_profile.scss */
.profile h2 {
  text-transform: uppercase;
  font-family: "industry-inc-base";
  color: #202447;
  font-size: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  /* line 101, ../sass/pages/_profile.scss */
  .profile .page-pagination {
    text-align: left;
    margin-top: 10px;
  }
}

/* line 108, ../sass/pages/_profile.scss */
.top-navi {
  border-bottom: 1px solid #202447;
}

/* line 112, ../sass/pages/_profile.scss */
.lists {
  margin: 15px 0 5px 0;
}
/* line 116, ../sass/pages/_profile.scss */
.lists ul li {
  display: inline-block;
  margin-right: 25px;
}
/* line 120, ../sass/pages/_profile.scss */
.lists ul li a {
  color: #9ea1ae;
  font-size: 11px;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 125, ../sass/pages/_profile.scss */
.lists ul li a:hover, .lists ul li a.active {
  color: #202447;
}
/* line 131, ../sass/pages/_profile.scss */
.lists ul i {
  margin-left: 5px;
  font-size: 15px;
}
/* line 137, ../sass/pages/_profile.scss */
.lists .result-count {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  /* line 137, ../sass/pages/_profile.scss */
  .lists .result-count {
    text-align: left;
    margin-top: 10px;
  }
}
/* line 147, ../sass/pages/_profile.scss */
.lists .result-count span, .lists .result-count div {
  display: inline-block;
}
/* line 151, ../sass/pages/_profile.scss */
.lists .result-count select {
  width: 50px;
  height: 25px;
  line-height: 25px;
  color: #202447;
  padding-left: 5px;
  font-size: 11px;
  border: 0;
  background: #f1f2f6 url("../images/select.svg") no-repeat calc(100% - 15px);
}

/* line 165, ../sass/pages/_profile.scss */
#data-filter li {
  display: inline-block;
  margin-right: 10px;
}
/* line 170, ../sass/pages/_profile.scss */
#data-filter li.uk-active a {
  color: #fff;
  background-color: #202447;
}
/* line 176, ../sass/pages/_profile.scss */
#data-filter li a {
  display: block;
  color: #9ea1ae;
  padding: 7px 15px;
  font-size: 12px;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 183, ../sass/pages/_profile.scss */
#data-filter li a:hover {
  color: #fff;
  background-color: #202447;
}

/* line 191, ../sass/pages/_profile.scss */
.profile-data-container {
  margin: 30px 0;
}
/* line 194, ../sass/pages/_profile.scss */
.profile-data-container .data-entry {
  width: 100%;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  -moz-transition: background-color, ease-out 300ms;
  -o-transition: background-color, ease-out 300ms;
  -webkit-transition: background-color, ease-out 300ms;
  transition: background-color, ease-out 300ms;
}
/* line 201, ../sass/pages/_profile.scss */
.profile-data-container .data-entry:hover {
  background-color: #202447;
}
/* line 204, ../sass/pages/_profile.scss */
.profile-data-container .data-entry:hover .title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 210, ../sass/pages/_profile.scss */
  .profile-data-container .data-entry .align-right {
    text-align: left;
  }
}
/* line 215, ../sass/pages/_profile.scss */
.profile-data-container .data-entry .icon {
  background: #f1f2f6;
  width: 90px;
  height: 90px;
  float: left;
  position: relative;
  margin-right: 20px;
}
/* line 223, ../sass/pages/_profile.scss */
.profile-data-container .data-entry .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 227, ../sass/pages/_profile.scss */
.profile-data-container .data-entry .icon .status {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 24px;
}
/* line 234, ../sass/pages/_profile.scss */
.profile-data-container .data-entry .icon .status.accept {
  background: url("../images/accept.png") no-repeat;
}
/* line 238, ../sass/pages/_profile.scss */
.profile-data-container .data-entry .icon .status.in-veryfication {
  background: url("../images/veryfication.png") no-repeat;
}
/* line 244, ../sass/pages/_profile.scss */
.profile-data-container .data-entry .entry-body {
  overflow: hidden;
  padding: 13px 0;
}
/* line 248, ../sass/pages/_profile.scss */
.profile-data-container .data-entry .entry-body .title {
  font-size: 15px;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 253, ../sass/pages/_profile.scss */
.profile-data-container .data-entry .entry-body .profile-btn {
  background: #f1f2f6;
  padding: 5px 10px;
  color: #9ea1ae;
  font-size: 11px;
  display: inline-block;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 261, ../sass/pages/_profile.scss */
.profile-data-container .data-entry .entry-body .profile-btn:hover {
  background-color: #202447;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 253, ../sass/pages/_profile.scss */
  .profile-data-container .data-entry .entry-body .profile-btn {
    margin-top: 10px;
  }
}
/* line 271, ../sass/pages/_profile.scss */
.profile-data-container .data-entry .entry-body .date {
  color: #dbdde5;
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  /* line 271, ../sass/pages/_profile.scss */
  .profile-data-container .data-entry .entry-body .date {
    margin-top: 10px;
  }
}
/* line 283, ../sass/pages/_profile.scss */
.profile-data-container .profile-tags {
  margin-top: 10px;
}
/* line 286, ../sass/pages/_profile.scss */
.profile-data-container .profile-tags li {
  display: inline-block;
  font-size: 11px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dbdde5;
  color: #9ea1ae;
}
@media screen and (max-width: 400px) {
  /* line 286, ../sass/pages/_profile.scss */
  .profile-data-container .profile-tags li {
    margin-bottom: 10px;
    display: block;
    border-right: none;
  }
}
/* line 300, ../sass/pages/_profile.scss */
.profile-data-container .profile-tags li:last-child {
  border-right: none;
}
/* line 304, ../sass/pages/_profile.scss */
.profile-data-container .profile-tags li i {
  margin-right: 3px;
  font-size: 14px;
}
/* line 309, ../sass/pages/_profile.scss */
.profile-data-container .profile-tags li .tag {
  background-color: #dbdde5;
  color: #202447;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
@media screen and (max-width: 400px) {
  /* line 309, ../sass/pages/_profile.scss */
  .profile-data-container .profile-tags li .tag {
    margin-bottom: 5px;
  }
}
/* line 322, ../sass/pages/_profile.scss */
.profile-data-container .profile-tags li .tag:hover {
  background-color: #202447;
  color: #fff;
}
/* line 327, ../sass/pages/_profile.scss */
.profile-data-container .profile-tags li .tag:last-child {
  margin-right: 0;
}
/* line 331, ../sass/pages/_profile.scss */
.profile-data-container .profile-tags li .tag.bg-blue {
  background-color: #202447;
}
/* line 336, ../sass/pages/_profile.scss */
.profile-data-container .profile-tags li .tag.bg-green {
  background-color: #5c9c35;
}
/* line 341, ../sass/pages/_profile.scss */
.profile-data-container .profile-tags li .tag.bg-red {
  background-color: #aa0000;
}
/* line 349, ../sass/pages/_profile.scss */
.profile-data-container .info {
  background: transparent;
  padding: 0;
}
/* line 354, ../sass/pages/_profile.scss */
.profile-data-container .info i:first-child {
  margin-left: 0;
}

/* line 361, ../sass/pages/_profile.scss */
.single-tag, .profile-data-container .profile-tags li .tag.bg-blue, .profile-data-container .profile-tags li .tag.bg-green, .profile-data-container .profile-tags li .tag.bg-red {
  color: #fff;
  font-family: "industry-inc-base";
  text-transform: uppercase;
  padding-bottom: 3px;
}

/* line 368, ../sass/pages/_profile.scss */
.user-link {
  background-color: #202447;
}
/* line 371, ../sass/pages/_profile.scss */
.user-link li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  position: relative;
}
/* line 376, ../sass/pages/_profile.scss */
.user-link li:first-child {
  padding: 20px 25px;
}
/* line 380, ../sass/pages/_profile.scss */
.user-link li .user-name {
  text-transform: uppercase;
  font-family: "industry-inc-base";
  color: #fac700;
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 388, ../sass/pages/_profile.scss */
.user-link li .user-info {
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}
/* line 393, ../sass/pages/_profile.scss */
.user-link li .user-info p {
  color: #fff;
  font-size: 13px;
  font-family: "industry-inc-base";
  margin-bottom: -3px;
}
/* line 402, ../sass/pages/_profile.scss */
.user-link li.active a {
  color: #fac700;
  background-color: #1c2040;
}
/* line 406, ../sass/pages/_profile.scss */
.user-link li.active a img {
  margin-top: -26px;
}
/* line 412, ../sass/pages/_profile.scss */
.user-link li .icon {
  position: absolute;
  top: 15px;
  left: 25px;
  width: 22px;
  height: 26px;
  overflow: hidden;
}
/* line 420, ../sass/pages/_profile.scss */
.user-link li .icon img {
  position: relative;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 426, ../sass/pages/_profile.scss */
.user-link li .user-link-a {
  display: block;
  padding: 20px 30px 20px 60px;
  color: #fff;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 432, ../sass/pages/_profile.scss */
.user-link li .user-link-a:hover {
  color: #fac700;
  background-color: #1c2040;
}
/* line 436, ../sass/pages/_profile.scss */
.user-link li .user-link-a:hover i {
  opacity: 1;
}
/* line 440, ../sass/pages/_profile.scss */
.user-link li .user-link-a:hover img {
  margin-top: -26px;
}
/* line 446, ../sass/pages/_profile.scss */
.user-link li .plus {
  width: 57px;
  height: 58px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 454, ../sass/pages/_profile.scss */
.user-link li .plus i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -moz-transition: opacity, ease-out 300ms;
  -o-transition: opacity, ease-out 300ms;
  -webkit-transition: opacity, ease-out 300ms;
  transition: opacity, ease-out 300ms;
}
/* line 459, ../sass/pages/_profile.scss */
.user-link li .plus:hover {
  background-color: #fac700;
}
/* line 461, ../sass/pages/_profile.scss */
.user-link li .plus:hover i {
  color: #202447 !important;
}

/* line 469, ../sass/pages/_profile.scss */
.share-section {
  border-top: 1px solid rgba(31, 36, 71, 0.2);
  padding-top: 50px;
  margin-top: 50px;
}
/* line 474, ../sass/pages/_profile.scss */
.share-section .share-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  /* line 474, ../sass/pages/_profile.scss */
  .share-section .share-box {
    margin-bottom: 25px;
  }
}
/* line 481, ../sass/pages/_profile.scss */
.share-section .share-box .share-content {
  position: relative;
  left: -50px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  /* line 481, ../sass/pages/_profile.scss */
  .share-section .share-box .share-content {
    height: auto !important;
    left: 0;
    margin-top: 20px;
  }
}
/* line 496, ../sass/pages/_profile.scss */
.share-section .share-box .share-content h3 {
  text-transform: uppercase;
  color: #aa0000;
  font-family: "industry-inc-base";
  margin-bottom: 5px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  /* line 496, ../sass/pages/_profile.scss */
  .share-section .share-box .share-content h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  /* line 496, ../sass/pages/_profile.scss */
  .share-section .share-box .share-content h3 {
    font-size: 22px;
  }
}
/* line 512, ../sass/pages/_profile.scss */
.share-section .share-box .share-content p {
  line-height: 160%;
  font-size: 12px;
}
/* line 517, ../sass/pages/_profile.scss */
.share-section .share-box .share-content .share-btn {
  color: #aa0000;
  letter-spacing: 3px;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 525, ../sass/pages/_profile.scss */
.share-section .share-box .share-content .share-btn:hover {
  color: #202447;
}
/* line 531, ../sass/pages/_profile.scss */
.share-section .share-box .share-content .align-right:before {
  content: '';
  width: 70%;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  background-color: #202447;
}
/* line 543, ../sass/pages/_profile.scss */
.share-section .share-box .picto {
  background: url("../images/pattern.png") repeat;
  width: 100%;
}
/* line 547, ../sass/pages/_profile.scss */
.share-section .share-box .picto img {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  /* line 543, ../sass/pages/_profile.scss */
  .share-section .share-box .picto {
    height: 150px !important;
  }
}

/* line 559, ../sass/pages/_profile.scss */
.user-link-devzone {
  overflow: hidden;
}
/* line 561, ../sass/pages/_profile.scss */
.user-link-devzone li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  position: relative;
  width: calc(25% - 5px);
  float: left;
  display: inline-block;
  margin-right: 5px;
  background-color: #202447;
}
/* line 571, ../sass/pages/_profile.scss */
.user-link-devzone li.active .plus {
  display: none;
}
/* line 575, ../sass/pages/_profile.scss */
.user-link-devzone li.active a {
  color: #fac700;
  background-color: #1c2040;
}
/* line 579, ../sass/pages/_profile.scss */
.user-link-devzone li.active a img {
  margin-top: -26px;
}
/* line 585, ../sass/pages/_profile.scss */
.user-link-devzone li .icon {
  position: absolute;
  top: 15px;
  left: 25px;
  width: 22px;
  height: 26px;
  overflow: hidden;
}
/* line 593, ../sass/pages/_profile.scss */
.user-link-devzone li .icon img {
  position: relative;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 599, ../sass/pages/_profile.scss */
.user-link-devzone li a {
  display: block;
  padding: 20px 30px 20px 60px;
  color: #fff;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 605, ../sass/pages/_profile.scss */
.user-link-devzone li a:hover {
  color: #fac700;
  background-color: #1c2040;
}
/* line 609, ../sass/pages/_profile.scss */
.user-link-devzone li a:hover i {
  opacity: 1;
}
/* line 613, ../sass/pages/_profile.scss */
.user-link-devzone li a:hover img {
  margin-top: -26px;
}
/* line 619, ../sass/pages/_profile.scss */
.user-link-devzone li .plus {
  width: 57px;
  height: 58px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 627, ../sass/pages/_profile.scss */
.user-link-devzone li .plus i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff !important;
  opacity: .5;
  -moz-transition: opacity, ease-out 300ms;
  -o-transition: opacity, ease-out 300ms;
  -webkit-transition: opacity, ease-out 300ms;
  transition: opacity, ease-out 300ms;
}

/* line 638, ../sass/pages/_profile.scss */
.user-menu-favorites h2 {
  font-size: 18px;
  margin-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 0;
  display: inline-block;
  border-bottom: 1px solid #202447;
  width: 100%;
}
/* line 646, ../sass/pages/_profile.scss */
.user-menu-favorites h2 i {
  float: right;
}
/* line 650, ../sass/pages/_profile.scss */
.user-menu-favorites ul {
  width: 100%;
  display: inline-block;
}
/* line 654, ../sass/pages/_profile.scss */
.user-menu-favorites li {
  width: 100%;
  margin: 10px 0;
}
/* line 658, ../sass/pages/_profile.scss */
.user-menu-favorites .comment-counter {
  display: inline-block;
  padding: 3px 5px;
  background-color: #eeeef0;
  font-size: 11px;
  border-radius: 5px;
}

/* line 1, ../sass/pages/_success.scss */
.success-edit {
  border-top: 1px solid rgba(35, 40, 74, 0.1);
  margin: 40px 0;
  padding-top: 50px;
}
/* line 6, ../sass/pages/_success.scss */
.success-edit.change-data {
  border: 0;
  margin: 0 0 40px 0;
  padding: 0;
}
/* line 11, ../sass/pages/_success.scss */
.success-edit.change-data .form-btn {
  margin-top: 0 !important;
}
/* line 16, ../sass/pages/_success.scss */
.success-edit .box {
  padding: 0 80px;
  position: relative;
  z-index: 89;
}
@media screen and (max-width: 800px) {
  /* line 16, ../sass/pages/_success.scss */
  .success-edit .box {
    padding: 0 50px;
  }
}
@media screen and (max-width: 480px) {
  /* line 16, ../sass/pages/_success.scss */
  .success-edit .box {
    padding: 0 15px;
  }
}
/* line 29, ../sass/pages/_success.scss */
.success-edit .box .description {
  padding-left: 20px;
  border-left: 1px solid #aa0000;
  padding-bottom: 50px;
  line-height: 200%;
}
/* line 37, ../sass/pages/_success.scss */
.success-edit h2 {
  color: #aa0000;
  font-family: "industry-inc-base";
  font-size: 48px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  /* line 37, ../sass/pages/_success.scss */
  .success-edit h2 {
    font-size: 30px;
  }
}
/* line 48, ../sass/pages/_success.scss */
.success-edit .edit-fields {
  background: #fff;
  padding: 50px 100px;
  position: relative;
}
@media screen and (max-width: 800px) {
  /* line 48, ../sass/pages/_success.scss */
  .success-edit .edit-fields {
    padding: 50px 70px;
  }
}
@media screen and (max-width: 480px) {
  /* line 48, ../sass/pages/_success.scss */
  .success-edit .edit-fields {
    padding: 50px 35px 25px 35px;
  }
}
/* line 61, ../sass/pages/_success.scss */
.success-edit .edit-fields.move-top {
  top: -25px;
  margin-bottom: -25px;
}
/* line 68, ../sass/pages/_success.scss */
.success-edit .form-success .field-title {
  font-size: 13px;
  margin: 20px 0;
}
/* line 72, ../sass/pages/_success.scss */
.success-edit .form-success .field-title:nth-child(1) {
  margin-top: 20px;
}
/* line 76, ../sass/pages/_success.scss */
.success-edit .form-success .field-title span {
  font-size: 15px;
  font-weight: 700;
}
/* line 82, ../sass/pages/_success.scss */
.success-edit .form-success input[type=submit] {
  position: relative;
  border: 0;
  bottom: 0;
  left: 0;
  transform: inherit;
  width: 100%;
}
/* line 91, ../sass/pages/_success.scss */
.success-edit .form-success .line {
  display: block !important;
}
/* line 95, ../sass/pages/_success.scss */
.success-edit .form-success .form-btn {
  margin-top: 20px;
}
/* line 100, ../sass/pages/_success.scss */
.success-edit .attachment {
  margin-top: 30px;
}
/* line 103, ../sass/pages/_success.scss */
.success-edit .attachment ul {
  padding-left: 10px;
}
/* line 106, ../sass/pages/_success.scss */
.success-edit .attachment ul li {
  margin-bottom: 10px;
  font-size: 12px;
  color: #62657e;
}
/* line 111, ../sass/pages/_success.scss */
.success-edit .attachment ul li a {
  color: #62657e;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 115, ../sass/pages/_success.scss */
.success-edit .attachment ul li a:hover {
  color: #aa0000;
}
/* line 120, ../sass/pages/_success.scss */
.success-edit .attachment ul li i {
  margin-right: 10px;
}
/* line 127, ../sass/pages/_success.scss */
.success-edit .cancel {
  font-size: 13px;
  letter-spacing: 2px;
  color: #202447;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
  display: block;
}
/* line 138, ../sass/pages/_success.scss */
.success-edit .info-box {
  margin: 20px 0;
}
/* line 142, ../sass/pages/_success.scss */
.success-edit .cube {
  background-color: #202447;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-family: "industry-inc-base";
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
/* line 154, ../sass/pages/_success.scss */
.success-edit .cube input[type=text] {
  background: transparent;
  padding: 0;
  text-align: center;
  color: #fff;
  height: 70px;
  line-height: 70px;
}
/* line 164, ../sass/pages/_success.scss */
.success-edit .post-title {
  color: #a5a5a5;
  font-size: 13px;
  padding: 18px 0;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  /* line 164, ../sass/pages/_success.scss */
  .success-edit .post-title {
    padding-top: 0;
  }
}
/* line 174, ../sass/pages/_success.scss */
.success-edit .post-title h3 {
  font-weight: 700;
  color: #aa0000;
  margin-bottom: 5px;
  font-size: 16px;
}

/* line 183, ../sass/pages/_success.scss */
.mce-panel {
  border-color: #f1f2f6 !important;
}

/* line 187, ../sass/pages/_success.scss */
.mce-ico {
  font-size: 11px !important;
  width: 13px !important;
  height: 13px !important;
}

/* line 193, ../sass/pages/_success.scss */
.mce-edit-area {
  border-width: 0 1px 0 0 !important;
}

/* line 240, ../sass/pages/_success.scss */
::-webkit-file-upload-button {
  cursor: pointer;
}

/* line 2, ../sass/pages/_devzone.scss */
.devzone .q-list {
  margin-bottom: 40px;
}
/* line 4, ../sass/pages/_devzone.scss */
.devzone .q-list__header {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 10px 0;
  color: #202447;
}
/* line 11, ../sass/pages/_devzone.scss */
.devzone .q-list__content p {
  font-size: 14px;
  margin: 10px 0 10px 0;
}
/* line 16, ../sass/pages/_devzone.scss */
.devzone .q-list ul {
  list-style: disc;
  font-size: 14px;
  margin: 10px 0 10px 20px;
}
/* line 20, ../sass/pages/_devzone.scss */
.devzone .q-list ul li {
  list-style: disc;
}
/* line 25, ../sass/pages/_devzone.scss */
.devzone .cancel {
  float: right;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 13px;
}
/* line 33, ../sass/pages/_devzone.scss */
.devzone hr {
  border-color: #212844;
  margin-top: 40px;
}
/* line 37, ../sass/pages/_devzone.scss */
.devzone .small-btn {
  margin-bottom: 25px;
}
/* line 47, ../sass/pages/_devzone.scss */
.devzone .explore-photo img {
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  /* line 41, ../sass/pages/_devzone.scss */
  .devzone .explore-photo {
    min-height: 200px;
  }
}
/* line 62, ../sass/pages/_devzone.scss */
.devzone .post-info {
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
}
/* line 67, ../sass/pages/_devzone.scss */
.devzone .post-info li {
  margin: 15px 0;
}
/* line 70, ../sass/pages/_devzone.scss */
.devzone .post-info li span {
  color: #aa0000;
}
/* line 74, ../sass/pages/_devzone.scss */
.devzone .post-info li i {
  color: #dbdde5;
  font-size: 15px;
}
/* line 78, ../sass/pages/_devzone.scss */
.devzone .post-info li i.active {
  color: #fac700;
}
/* line 82, ../sass/pages/_devzone.scss */
.devzone .post-info li i:first-child {
  margin-left: 5px;
}
@media screen and (max-width: 640px) {
  /* line 62, ../sass/pages/_devzone.scss */
  .devzone .post-info {
    height: auto !important;
  }
}

/* line 94, ../sass/pages/_devzone.scss */
.small-btn {
  background: #f1f2f6;
  padding: 5px 10px;
  color: #9ea1ae;
  font-size: 11px;
  display: inline-block;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 102, ../sass/pages/_devzone.scss */
.small-btn:hover {
  background-color: #202447;
  color: #fff;
}

/* line 108, ../sass/pages/_devzone.scss */
pre {
  white-space: pre-line;
}

/* line 111, ../sass/pages/_devzone.scss */
.btn-share {
  background-color: #aa0000;
  margin: 0 20px 10px 0;
  padding: 20px 20px !important;
  color: #fff;
  float: left;
  transition: 0.3s all;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
/* line 121, ../sass/pages/_devzone.scss */
.btn-share i {
  margin-left: 5px;
  color: #fff;
  font-size: 14px;
}
/* line 126, ../sass/pages/_devzone.scss */
.btn-share:hover {
  background-color: #202447;
  color: #fff;
}
/* line 129, ../sass/pages/_devzone.scss */
.btn-share:hover i {
  color: #fff;
}

/* line 135, ../sass/pages/_devzone.scss */
.redactor-box ul li {
  list-style-type: disc;
  list-style-position: outside;
  list-style-position: outside;
  margin: 5px 0 15px 15px;
  padding: 0;
}
/* line 142, ../sass/pages/_devzone.scss */
.redactor-box ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 5px 0 15px 10px;
  padding: 0;
}

@media screen and (max-width: 992px) {
  /* line 1, ../sass/pages/_documentation.scss */
  .pdf-searchbar-btn {
    margin-top: 25px;
  }
}

/* line 7, ../sass/pages/_documentation.scss */
.docs-strip {
  position: relative;
  top: -5px;
  text-align: right;
}
@media screen and (max-width: 992px) {
  /* line 7, ../sass/pages/_documentation.scss */
  .docs-strip {
    text-align: left;
    top: 0;
    margin-top: 20px;
  }
}
/* line 17, ../sass/pages/_documentation.scss */
.docs-strip .form-search {
  display: inline-block;
  position: relative;
  width: 100%;
}
/* line 21, ../sass/pages/_documentation.scss */
.docs-strip .form-search input[type=text] {
  width: 250px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  color: #202447;
  padding-left: 40px;
  font-size: 13px;
  border: 1px solid #eff1f2;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 32, ../sass/pages/_documentation.scss */
.docs-strip .form-search input[type=text]:focus {
  border: none;
}
@media screen and (max-width: 992px) {
  /* line 21, ../sass/pages/_documentation.scss */
  .docs-strip .form-search input[type=text] {
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  /* line 21, ../sass/pages/_documentation.scss */
  .docs-strip .form-search input[type=text] {
    width: 200px;
  }
}
/* line 45, ../sass/pages/_documentation.scss */
.docs-strip .form-search i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  color: #aa0000;
}
/* line 54, ../sass/pages/_documentation.scss */
.docs-strip .pdf {
  display: inline-block;
  margin-left: 15px;
}

/* line 61, ../sass/pages/_documentation.scss */
.documentation .doc-box {
  background: url("../images/doc-box.jpg") no-repeat top center;
  background-size: cover;
  text-align: center;
  padding: 65px 55px 35px 55px;
}
@media screen and (max-width: 767px) {
  /* line 68, ../sass/pages/_documentation.scss */
  .documentation .doc-box.left {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  /* line 61, ../sass/pages/_documentation.scss */
  .documentation .doc-box {
    padding: 45px 35px 35px 35px;
  }
}
/* line 77, ../sass/pages/_documentation.scss */
.documentation .doc-box h2 {
  font-size: 30px;
  font-family: "industry-inc-base";
  color: #fff;
  text-transform: uppercase;
  line-height: 120%;
}
@media screen and (max-width: 800px) {
  /* line 77, ../sass/pages/_documentation.scss */
  .documentation .doc-box h2 {
    font-size: 25px;
  }
}
/* line 89, ../sass/pages/_documentation.scss */
.documentation .doc-box ul {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 800px) {
  /* line 89, ../sass/pages/_documentation.scss */
  .documentation .doc-box ul {
    width: 100%;
  }
}
/* line 97, ../sass/pages/_documentation.scss */
.documentation .doc-box ul li {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}
/* line 102, ../sass/pages/_documentation.scss */
.documentation .doc-box ul li a {
  display: block;
  background-color: #f1f2f6;
  border-left: 7px solid #aa0000;
  padding: 20px 25px;
  color: #202447;
  font-size: 13px;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 111, ../sass/pages/_documentation.scss */
.documentation .doc-box ul li a:hover {
  background-color: #aa0000;
  color: #fff;
}
/* line 117, ../sass/pages/_documentation.scss */
.documentation .doc-box ul li span {
  float: right;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 125, ../sass/pages/_documentation.scss */
.documentation .doc-box .doc-more {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 132, ../sass/pages/_documentation.scss */
.documentation .doc-box .doc-more fa {
  margin-left: 5px;
}
/* line 136, ../sass/pages/_documentation.scss */
.documentation .doc-box .doc-more:hover {
  color: #fff;
  cursor: pointer;
}

/* line 144, ../sass/pages/_documentation.scss */
.doc-content {
  margin-top: 0 !important;
}
/* line 146, ../sass/pages/_documentation.scss */
.doc-content #documentationContainerBox .highlight {
  background: #d5ac5d;
}
/* line 150, ../sass/pages/_documentation.scss */
.doc-content mark {
  background: orange;
  color: black;
}
/* line 155, ../sass/pages/_documentation.scss */
.doc-content .md-typeset table:not([class]) {
  display: inline-block;
  max-width: 100%;
  border-radius: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 163, ../sass/pages/_documentation.scss */
.doc-content .md-typeset table:not([class]) {
  border: 0;
}
/* line 167, ../sass/pages/_documentation.scss */
.doc-content .md-typeset table:not([class]) th {
  min-width: 10rem;
  padding: 1.2rem 1.6rem;
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  vertical-align: top;
}
/* line 175, ../sass/pages/_documentation.scss */
.doc-content .md-typeset table:not([class]) td {
  padding: 1.2rem 1.6rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.07);
  vertical-align: top;
}
/* line 181, ../sass/pages/_documentation.scss */
.doc-content .md-typeset table:not([class]) tr:first-child td {
  border-top: 0;
}
/* line 185, ../sass/pages/_documentation.scss */
.doc-content .md-typeset table:not([class]) a {
  word-break: normal;
}
/* line 190, ../sass/pages/_documentation.scss */
.doc-content .md-typeset blockquote, .doc-content .md-typeset ol, .doc-content .md-typeset p, .doc-content .md-typeset ul {
  margin: 1em 0;
}
/* line 195, ../sass/pages/_documentation.scss */
.doc-content .md-typeset h1, .doc-content .md-typeset h2 {
  font-weight: 300;
  letter-spacing: -0.01em;
}
/* line 200, ../sass/pages/_documentation.scss */
.doc-content .md-typeset h1 {
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1.3;
}
/* line 206, ../sass/pages/_documentation.scss */
.doc-content .md-typeset h2 {
  margin: 2rem 0 1rem;
  font-size: 1.75rem;
  line-height: 1.4;
}
/* line 212, ../sass/pages/_documentation.scss */
.doc-content .md-typeset h3 {
  margin: 1.2rem 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.5;
}
/* line 220, ../sass/pages/_documentation.scss */
.doc-content .md-typeset h2 + h3 {
  margin-top: 1.6rem;
}
/* line 224, ../sass/pages/_documentation.scss */
.doc-content .md-typeset h4 {
  font-size: 1.25rem;
}
/* line 228, ../sass/pages/_documentation.scss */
.doc-content .md-typeset h4, .doc-content .md-typeset h5, .doc-content .md-typeset h6 {
  margin: 1rem 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}
/* line 234, ../sass/pages/_documentation.scss */
.doc-content .md-typeset h5, .doc-content .md-typeset h6 {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1rem;
}
/* line 239, ../sass/pages/_documentation.scss */
.doc-content .md-typeset h5 {
  text-transform: uppercase;
}
/* line 243, ../sass/pages/_documentation.scss */
.doc-content .md-typeset hr {
  margin: 1.5em 0;
  border-bottom: 0.1rem dotted rgba(0, 0, 0, 0.26);
}
/* line 248, ../sass/pages/_documentation.scss */
.doc-content .md-typeset a {
  color: #3f51b5;
  word-break: break-word;
}
/* line 253, ../sass/pages/_documentation.scss */
.doc-content .md-typeset a, .doc-content .md-typeset a:before {
  -webkit-transition: color .125s;
  transition: color 0.125s;
}
/* line 258, ../sass/pages/_documentation.scss */
.doc-content .md-typeset a:active, .doc-content .md-typeset a:hover {
  color: #536dfe;
}
/* line 262, ../sass/pages/_documentation.scss */
.doc-content .md-typeset code, .doc-content .md-typeset pre {
  background-color: rgba(237, 237, 237, 0.5);
  color: #37474f;
  font-size: 85%;
}
/* line 268, ../sass/pages/_documentation.scss */
.doc-content .md-typeset code {
  margin: 0 .29412em;
  padding: .07353em 0;
  border-radius: .2rem;
  box-shadow: 0.29412em 0 0 rgba(237, 237, 237, 0.5), -0.29412em 0 0 rgba(237, 237, 237, 0.5);
  word-break: break-word;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
/* line 278, ../sass/pages/_documentation.scss */
.doc-content .md-typeset h1 code, .doc-content .md-typeset h2 code, .doc-content .md-typeset h3 code, .doc-content .md-typeset h4 code, .doc-content .md-typeset h5 code, .doc-content .md-typeset h6 code {
  margin: 0;
  background-color: transparent;
  box-shadow: none;
}
/* line 284, ../sass/pages/_documentation.scss */
.doc-content .md-typeset a > code {
  margin: inherit;
  padding: inherit;
  border-radius: none;
  background-color: inherit;
  color: inherit;
  box-shadow: none;
}
/* line 293, ../sass/pages/_documentation.scss */
.doc-content .md-typeset pre {
  position: relative;
  margin: 1em 0;
  border-radius: .2rem;
  line-height: 1.4;
  -webkit-overflow-scrolling: touch;
}
/* line 301, ../sass/pages/_documentation.scss */
.doc-content .md-typeset pre > code {
  display: block;
  margin: 0;
  padding: 1.05rem 1.2rem;
  background-color: transparent;
  font-size: inherit;
  box-shadow: none;
  -webkit-box-decoration-break: none;
  box-decoration-break: none;
  overflow: auto;
}
/* line 313, ../sass/pages/_documentation.scss */
.doc-content .md-typeset pre code {
  white-space: pre;
}
/* line 317, ../sass/pages/_documentation.scss */
.doc-content .md-typeset pre > code::-webkit-scrollbar {
  width: .4rem;
  height: 0.4rem;
}
/* line 322, ../sass/pages/_documentation.scss */
.doc-content .md-typeset pre > code::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
/* line 326, ../sass/pages/_documentation.scss */
.doc-content .md-typeset pre > code::-webkit-scrollbar-thumb:hover {
  background-color: #536dfe;
}
/* line 330, ../sass/pages/_documentation.scss */
.doc-content .md-typeset kbd {
  padding: 0 .29412em;
  border: .1rem solid #c9c9c9;
  border-radius: .2rem;
  border-bottom-color: #bcbcbc;
  background-color: #fcfcfc;
  color: #555;
  font-size: 85%;
  box-shadow: 0 .1rem 0 #b0b0b0;
  word-break: break-word;
}
/* line 342, ../sass/pages/_documentation.scss */
.doc-content .md-typeset mark {
  margin: 0 .25em;
  padding: .0625em 0;
  border-radius: .2rem;
  background-color: rgba(255, 235, 59, 0.5);
  box-shadow: 0.25em 0 0 rgba(255, 235, 59, 0.5), -0.25em 0 0 rgba(255, 235, 59, 0.5);
  word-break: break-word;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
/* line 353, ../sass/pages/_documentation.scss */
.doc-content .md-typeset abbr {
  border-bottom: 0.1rem dotted rgba(0, 0, 0, 0.54);
  text-decoration: none;
  cursor: help;
}
/* line 359, ../sass/pages/_documentation.scss */
.doc-content .md-typeset small {
  opacity: 0.75;
}
/* line 363, ../sass/pages/_documentation.scss */
.doc-content .md-typeset sub, .doc-content .md-typeset sup {
  margin-left: 0.07812em;
}
/* line 367, ../sass/pages/_documentation.scss */
.doc-content .md-typeset blockquote {
  padding-left: 1.2rem;
  border-left: 0.4rem solid rgba(0, 0, 0, 0.26);
  color: rgba(0, 0, 0, 0.54);
}
/* line 373, ../sass/pages/_documentation.scss */
.doc-content .md-typeset ul {
  list-style-type: disc;
}
/* line 377, ../sass/pages/_documentation.scss */
.doc-content .md-typeset ol, .doc-content .md-typeset ul {
  margin-left: .625em;
  padding: 0;
}
/* line 382, ../sass/pages/_documentation.scss */
.doc-content .md-typeset ol ol, .doc-content .md-typeset ul ol {
  list-style-type: lower-alpha;
}
/* line 386, ../sass/pages/_documentation.scss */
.doc-content .md-typeset ol ol ol, .doc-content .md-typeset ul ol ol {
  list-style-type: lower-roman;
}
/* line 390, ../sass/pages/_documentation.scss */
.doc-content .md-typeset ol li, .doc-content .md-typeset ul li {
  margin-bottom: .5em;
  margin-left: 1.25em;
}
/* line 395, ../sass/pages/_documentation.scss */
.doc-content .md-typeset ol li blockquote, .doc-content .md-typeset ol li p, .doc-content .md-typeset ul li blockquote, .doc-content .md-typeset ul li p {
  margin: 0.5em 0;
}
/* line 399, ../sass/pages/_documentation.scss */
.doc-content .md-typeset ol li:last-child, .doc-content .md-typeset ul li:last-child {
  margin-bottom: 0;
}
/* line 403, ../sass/pages/_documentation.scss */
.doc-content .md-typeset ol li ol, .doc-content .md-typeset ol li ul, .doc-content .md-typeset ul li ol, .doc-content .md-typeset ul li ul {
  margin: 0.5em 0 0.5em 0.625em;
}
/* line 407, ../sass/pages/_documentation.scss */
.doc-content .md-typeset dd {
  margin: 1em 0 1em 1.875em;
}
/* line 411, ../sass/pages/_documentation.scss */
.doc-content .md-typeset iframe, .doc-content .md-typeset img, .doc-content .md-typeset svg {
  max-width: 100%;
}

/* line 2, ../sass/pages/_download.scss */
.download .tab-links {
  text-align: center;
}
/* line 5, ../sass/pages/_download.scss */
.download .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
/* line 11, ../sass/pages/_download.scss */
.download .tab-links li {
  display: inline-block;
  margin: 0 15px;
}
@media screen and (max-width: 480px) {
  /* line 11, ../sass/pages/_download.scss */
  .download .tab-links li {
    margin: 0 5px;
  }
}
/* line 19, ../sass/pages/_download.scss */
.download .tab-links li a {
  display: block;
  background: #fff;
  padding: 20px 60px 15px 60px;
  text-transform: uppercase;
  font-family: "industry-inc-base";
  font-size: 15px;
  color: #202447;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  /* line 19, ../sass/pages/_download.scss */
  .download .tab-links li a {
    padding: 20px 20px 15px 20px;
    font-size: 13px;
  }
}
/* line 36, ../sass/pages/_download.scss */
.download .tab-links li:last-child a {
  background-color: #202447;
  color: #fac700;
}
/* line 46, ../sass/pages/_download.scss */
.download #tab-content .btn-read-more:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 100%;
  height: 1px;
}
/* line 56, ../sass/pages/_download.scss */
.download #tab-content .community {
  padding: 70px 80px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 480px) {
  /* line 56, ../sass/pages/_download.scss */
  .download #tab-content .community {
    padding: 40px 30px;
  }
}
/* line 65, ../sass/pages/_download.scss */
.download #tab-content .community:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80%;
  top: 10%;
  left: 50%;
  background-color: rgba(31, 36, 71, 0.1);
}
@media screen and (max-width: 992px) {
  /* line 65, ../sass/pages/_download.scss */
  .download #tab-content .community:after {
    display: none;
  }
}
/* line 81, ../sass/pages/_download.scss */
.download #tab-content .community .btn-read-more.blue-line:after {
  background-color: #202447;
}
/* line 87, ../sass/pages/_download.scss */
.download #tab-content .community strong {
  color: #202447 !important;
}
/* line 92, ../sass/pages/_download.scss */
.download #tab-content .enterprise {
  padding: 80px;
  background: #202447 url("../images/enterprise-bg.jpg") no-repeat top center;
  color: #fff;
  position: relative;
}
/* line 98, ../sass/pages/_download.scss */
.download #tab-content .enterprise:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80%;
  top: 10%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 992px) {
  /* line 98, ../sass/pages/_download.scss */
  .download #tab-content .enterprise:after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  /* line 92, ../sass/pages/_download.scss */
  .download #tab-content .enterprise {
    background: #202447;
  }
}
@media screen and (max-width: 480px) {
  /* line 92, ../sass/pages/_download.scss */
  .download #tab-content .enterprise {
    padding: 40px 30px;
  }
}
/* line 122, ../sass/pages/_download.scss */
.download #tab-content .enterprise .information li:before {
  color: #fac700;
}
/* line 129, ../sass/pages/_download.scss */
.download #tab-content .enterprise .files a {
  color: #fac700;
}
/* line 133, ../sass/pages/_download.scss */
.download #tab-content .enterprise .defaultP a {
  color: #fac700;
}
/* line 136, ../sass/pages/_download.scss */
.download #tab-content .enterprise input[type=submit] {
  background-color: #fac700;
  color: #202447;
}
/* line 141, ../sass/pages/_download.scss */
.download #tab-content .enterprise .contact-btn {
  background-color: #fac700;
  color: #202447;
  display: inline-block;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  outline: none;
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 157, ../sass/pages/_download.scss */
.download #tab-content .enterprise .btn-read-more {
  border-color: #fff;
  color: #fff;
  position: relative;
}
/* line 163, ../sass/pages/_download.scss */
.download #tab-content .enterprise .btn-read-more.white-line:hover {
  background-color: #fff;
  color: #202447;
}
/* line 168, ../sass/pages/_download.scss */
.download #tab-content .enterprise .btn-read-more.white-line:after {
  background-color: #fff;
}
/* line 175, ../sass/pages/_download.scss */
.download #tab-content .d-header {
  font-size: 20px;
  text-align: center;
  line-height: 170%;
  margin-bottom: 50px;
}
/* line 179, ../sass/pages/_download.scss */
.download #tab-content .d-header strong {
  color: #fff;
}
/* line 184, ../sass/pages/_download.scss */
.download #tab-content .subtitle {
  font-size: 20px;
  margin-bottom: 20px;
}
/* line 189, ../sass/pages/_download.scss */
.download #tab-content .information {
  margin-bottom: 40px;
}
/* line 192, ../sass/pages/_download.scss */
.download #tab-content .information li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
/* line 197, ../sass/pages/_download.scss */
.download #tab-content .information li:before {
  content: "\f00c";
  width: 20px;
  font-family: FontAwesome;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #aa0000;
}
/* line 210, ../sass/pages/_download.scss */
.download #tab-content .notes {
  margin-top: 20px;
  color: #9ea1ae;
  font-size: 12px;
  line-height: 150%;
}
/* line 216, ../sass/pages/_download.scss */
.download #tab-content .notes a {
  color: #9ea1ae;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 220, ../sass/pages/_download.scss */
.download #tab-content .notes a:hover {
  color: #202447;
}
/* line 226, ../sass/pages/_download.scss */
.download #tab-content .btn-read-more {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  outline: none;
  text-align: center;
  color: #202447;
  border: 1px solid #202447;
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 242, ../sass/pages/_download.scss */
.download #tab-content .btn-read-more:hover {
  background-color: #202447;
  color: #fff;
}
/* line 248, ../sass/pages/_download.scss */
.download #tab-content .files {
  width: 90%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 30px;
}
/* line 254, ../sass/pages/_download.scss */
.download #tab-content .files li {
  margin-bottom: 20px;
}
/* line 257, ../sass/pages/_download.scss */
.download #tab-content .files li a {
  color: #202447;
}
@media screen and (max-width: 480px) {
  /* line 260, ../sass/pages/_download.scss */
  .download #tab-content .files li .encryption {
    word-wrap: break-word;
  }
}
/* line 267, ../sass/pages/_download.scss */
.download #tab-content .files .file {
  font-size: 11px;
  margin-bottom: 2px;
}
@media screen and (max-width: 480px) {
  /* line 267, ../sass/pages/_download.scss */
  .download #tab-content .files .file {
    word-wrap: break-word;
  }
}
/* line 275, ../sass/pages/_download.scss */
.download #tab-content .files .encryption {
  font-size: 9px;
  color: rgba(158, 161, 174, 0.5);
}
/* line 280, ../sass/pages/_download.scss */
.download #tab-content .files .size {
  color: rgba(158, 161, 174, 0.7);
  margin-right: 10px;
  font-size: 10px;
}
/* line 287, ../sass/pages/_download.scss */
.download #tab-content .defaultP {
  margin-bottom: 20px;
  font-size: 13px;
}
/* line 292, ../sass/pages/_download.scss */
.download #tab-content .steps {
  line-height: 150%;
  font-size: 15px;
  margin: 15px 0;
}
/* line 297, ../sass/pages/_download.scss */
.download #tab-content .steps ul {
  width: 80%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 23px;
}
/* line 304, ../sass/pages/_download.scss */
.download #tab-content .steps ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 15px;
  position: relative;
}
/* line 312, ../sass/pages/_download.scss */
.download #tab-content .steps .counter {
  position: absolute;
  top: 0;
  left: 0;
  color: #fac700;
}
/* line 321, ../sass/pages/_download.scss */
.download input[type=submit] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  transform: inherit;
  border: 1px solid #aa0000;
}
/* line 329, ../sass/pages/_download.scss */
.download input[type=submit]:hover {
  background-color: transparent;
  color: #aa0000;
}

/* line 336, ../sass/pages/_download.scss */
.download,
.registrationForm {
  /* Input checkbox */
}
/* line 339, ../sass/pages/_download.scss */
.download .ez-hide,
.registrationForm .ez-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 18px;
  height: 36px;
}
/* line 346, ../sass/pages/_download.scss */
.download .ez-checkbox,
.download .ez-checkbox-green,
.registrationForm .ez-checkbox,
.registrationForm .ez-checkbox-green {
  background: transparent url("../images/checkbox-community.png") 0 0 no-repeat;
  display: inline-block;
}
/* line 352, ../sass/pages/_download.scss */
.download .ez-checked,
.download .ez-selected,
.download .ez-checked-green,
.registrationForm .ez-checked,
.registrationForm .ez-selected,
.registrationForm .ez-checked-green {
  background-position: 0 -18px;
}
/* line 358, ../sass/pages/_download.scss */
.download .ez-checkbox,
.registrationForm .ez-checkbox {
  zoom: 1;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 10px;
  vertical-align: top;
}

/* line 369, ../sass/pages/_download.scss */
.tab {
  display: none;
  position: relative;
}
/* line 373, ../sass/pages/_download.scss */
.tab.active {
  display: block;
}

/* line 378, ../sass/pages/_download.scss */
.download-all, .lupin-btn, input[type=button] {
  position: relative;
  width: 100%;
  height: 60px;
  outline: none;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #aa0000;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #aa0000;
  -moz-transition: background-color, ease-out 300ms;
  -o-transition: background-color, ease-out 300ms;
  -webkit-transition: background-color, ease-out 300ms;
  transition: background-color, ease-out 300ms;
  -webkit-appearance: none;
}
/* line 394, ../sass/pages/_download.scss */
.download-all.yellow-btn, .lupin-btn.yellow-btn, input[type=button].yellow-btn {
  background-color: #fac700;
  border-color: #fac700;
  color: #202447;
  display: block;
  line-height: 60px;
}
/* line 401, ../sass/pages/_download.scss */
.download-all.yellow-btn:after, .lupin-btn.yellow-btn:after, input[type=button].yellow-btn:after {
  background-color: #fac700;
}
/* line 405, ../sass/pages/_download.scss */
.download-all.yellow-btn:hover, .lupin-btn.yellow-btn:hover, input[type=button].yellow-btn:hover {
  background-color: transparent;
  color: #fff;
}
/* line 411, ../sass/pages/_download.scss */
.download-all:after, .lupin-btn:after, input[type=button]:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #aa0000;
}
/* line 421, ../sass/pages/_download.scss */
.download-all:hover, .lupin-btn:hover, input[type=button]:hover {
  background-color: transparent;
  color: #aa0000;
}

/* line 2, ../sass/pages/_contact.scss */
.contact .content-page {
  background: #fff;
  padding: 50px;
}
@media screen and (max-width: 480px) {
  /* line 2, ../sass/pages/_contact.scss */
  .contact .content-page {
    padding: 50px 30px;
  }
}
/* line 10, ../sass/pages/_contact.scss */
.contact .content-page .social-media {
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  /* line 10, ../sass/pages/_contact.scss */
  .contact .content-page .social-media {
    margin: 20px 0;
  }
}
/* line 19, ../sass/pages/_contact.scss */
.contact .content-page .social-media li {
  display: inline-block;
  margin: 0 30px;
}
@media screen and (max-width: 640px) {
  /* line 19, ../sass/pages/_contact.scss */
  .contact .content-page .social-media li {
    margin: 0 15px;
  }
}
/* line 30, ../sass/pages/_contact.scss */
.contact .form {
  border: 1px solid #aa0000;
  position: relative;
  width: 90%;
  margin: auto;
  margin-top: 130px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  /* line 30, ../sass/pages/_contact.scss */
  .contact .form {
    width: 100%;
  }
}
/* line 42, ../sass/pages/_contact.scss */
.contact .form .padding {
  padding: 100px 100px 60px 100px;
}
@media screen and (max-width: 767px) {
  /* line 42, ../sass/pages/_contact.scss */
  .contact .form .padding {
    padding: 70px 8% 60px 8%;
  }
}
/* line 50, ../sass/pages/_contact.scss */
.contact .form .title {
  width: 60%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  text-align: center;
  font-size: 21px;
  color: #22244d;
}
/* line 61, ../sass/pages/_contact.scss */
.contact .form .title strong {
  font-weight: 700;
  color: #20254f;
}
@media screen and (max-width: 768px) {
  /* line 50, ../sass/pages/_contact.scss */
  .contact .form .title {
    width: 85%;
  }
}
@media screen and (max-width: 640px) {
  /* line 50, ../sass/pages/_contact.scss */
  .contact .form .title {
    font-size: 18px;
    top: -40px;
  }
}
@media screen and (max-width: 480px) {
  /* line 50, ../sass/pages/_contact.scss */
  .contact .form .title {
    font-size: 14px;
  }
}
/* line 81, ../sass/pages/_contact.scss */
.contact .form button:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #aa0000;
}
/* line 92, ../sass/pages/_contact.scss */
.contact .form button:hover:after {
  background-color: #202447;
}
/* line 97, ../sass/pages/_contact.scss */
.contact .form .field-contactform-recaptcha {
  max-width: 220px;
}
@media (max-width: 480px) {
  /* line 100, ../sass/pages/_contact.scss */
  .contact .form .jlupin-captcha {
    transform: scale(0.6);
    transform-origin: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
/* line 105, ../sass/pages/_contact.scss */
.contact .contact-data {
  background: #fff url("../images/contact.jpg") no-repeat top center;
  padding-bottom: 100px;
}
/* line 109, ../sass/pages/_contact.scss */
.contact .contact-data .information {
  width: 70%;
  margin: auto;
  padding: 100px 0 70px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 300;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  /* line 109, ../sass/pages/_contact.scss */
  .contact .contact-data .information {
    padding-top: 70px;
  }
}
/* line 122, ../sass/pages/_contact.scss */
.contact .contact-data .information .logo {
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  /* line 122, ../sass/pages/_contact.scss */
  .contact .contact-data .information .logo {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
/* line 131, ../sass/pages/_contact.scss */
.contact .contact-data .information .logo img {
  width: 160px;
  margin-bottom: 10px;
}
/* line 137, ../sass/pages/_contact.scss */
.contact .contact-data .information .c-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 137, ../sass/pages/_contact.scss */
  .contact .contact-data .information .c-box {
    text-align: center;
  }
}
/* line 145, ../sass/pages/_contact.scss */
.contact .contact-data .information .col-title {
  font-weight: 600;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 145, ../sass/pages/_contact.scss */
  .contact .contact-data .information .col-title {
    text-align: center;
  }
}
/* line 156, ../sass/pages/_contact.scss */
.contact .contact-data #map {
  width: 85%;
  height: 450px;
  margin: auto;
}

/* line 1, ../sass/pages/_login.scss */
body.popup-open {
  overflow: hidden;
}

/* line 5, ../sass/pages/_login.scss */
.lupin-modal {
  position: fixed;
  z-index: 898;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 16, ../sass/pages/_login.scss */
.lupin-modal.is-visible {
  visibility: visible;
}
/* line 19, ../sass/pages/_login.scss */
.lupin-modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
/* line 25, ../sass/pages/_login.scss */
.lupin-modal.is-visible .modal-wrapper {
  opacity: 1;
}
/* line 30, ../sass/pages/_login.scss */
.lupin-modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
/* line 42, ../sass/pages/_login.scss */
.lupin-modal .modal-wrapper {
  width: 410px;
  opacity: 0;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transition: all, ease-in 300ms;
  -o-transition: all, ease-in 300ms;
  -webkit-transition: all, ease-in 300ms;
  transition: all, ease-in 300ms;
}
@media screen and (max-width: 480px) {
  /* line 42, ../sass/pages/_login.scss */
  .lupin-modal .modal-wrapper {
    width: 96%;
  }
}
/* line 55, ../sass/pages/_login.scss */
.lupin-modal .tab-links {
  text-align: center;
}
/* line 58, ../sass/pages/_login.scss */
.lupin-modal .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
/* line 64, ../sass/pages/_login.scss */
.lupin-modal .tab-links li {
  display: block;
  float: left;
}
@media screen and (max-width: 480px) {
  /* line 64, ../sass/pages/_login.scss */
  .lupin-modal .tab-links li {
    width: 49%;
  }
}
/* line 70, ../sass/pages/_login.scss */
.lupin-modal .tab-links li:last-child {
  float: right;
}
/* line 75, ../sass/pages/_login.scss */
.lupin-modal .tab-links li.active a, .lupin-modal .tab-links li:hover a {
  background-color: #fff;
}
/* line 80, ../sass/pages/_login.scss */
.lupin-modal .tab-links li a {
  display: block;
  background-color: #f1f2f6;
  width: 200px;
  height: 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "industry-inc-base";
  font-size: 14px;
  color: #202447;
  letter-spacing: 2px;
  -moz-transition: background-color, ease-out 300ms;
  -o-transition: background-color, ease-out 300ms;
  -webkit-transition: background-color, ease-out 300ms;
  transition: background-color, ease-out 300ms;
}
@media screen and (max-width: 480px) {
  /* line 80, ../sass/pages/_login.scss */
  .lupin-modal .tab-links li a {
    width: 100%;
  }
}
/* line 100, ../sass/pages/_login.scss */
.lupin-modal .tabContent {
  padding: 40px 60px;
  background-color: #fff;
  margin-top: -1px;
  margin-bottom: 75px;
}
@media screen and (max-width: 480px) {
  /* line 100, ../sass/pages/_login.scss */
  .lupin-modal .tabContent {
    padding: 40px 30px;
  }
}
/* line 110, ../sass/pages/_login.scss */
.lupin-modal .tabContent .log-title {
  text-align: center;
  color: #aa0000;
  font-size: 18px;
}
/* line 115, ../sass/pages/_login.scss */
.lupin-modal .tabContent .log-title.or {
  background: #fff;
  padding: 0 10px;
  position: relative;
  display: inline-block;
}
/* line 123, ../sass/pages/_login.scss */
.lupin-modal .tabContent .title-container {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
/* line 128, ../sass/pages/_login.scss */
.lupin-modal .tabContent .title-container:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dbdde5;
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 139, ../sass/pages/_login.scss */
.lupin-modal .tabContent .social-media {
  text-align: center;
  margin: 30px 0;
}
/* line 143, ../sass/pages/_login.scss */
.lupin-modal .tabContent .social-media li {
  display: inline-block;
  margin: 0 15px;
}
/* line 147, ../sass/pages/_login.scss */
.lupin-modal .tabContent .social-media li:nth-child(3) {
  display: none;
}
/* line 154, ../sass/pages/_login.scss */
.lupin-modal input[type=submit] {
  width: 100%;
  height: 50px;
  border: 0;
  transform: inherit;
  position: relative;
  left: 0;
  bottom: 0;
}
/* line 165, ../sass/pages/_login.scss */
.lupin-modal .registrationForm .submit-button {
  display: none;
}
/* line 169, ../sass/pages/_login.scss */
.lupin-modal .registrationForm .previous-fieldset {
  display: none !important;
}
/* line 173, ../sass/pages/_login.scss */
.lupin-modal .registrationForm .steps {
  text-align: center;
  font-family: "industry-inc-base";
  color: #dbdde5;
  font-size: 18px;
  margin-bottom: 30px;
}
/* line 181, ../sass/pages/_login.scss */
.lupin-modal .registrationForm .steps span.active {
  color: #202447;
}
/* line 186, ../sass/pages/_login.scss */
.lupin-modal .registrationForm .steps .line {
  width: 50px;
  height: 1px;
  position: relative;
  display: inline-block;
  background-color: #dbdde5;
  margin: 0 8px;
  top: -4px;
}
/* line 197, ../sass/pages/_login.scss */
.lupin-modal .registrationForm .view-email {
  margin-bottom: 20px;
  color: #9ea1ae;
  font-size: 13px;
}
/* line 202, ../sass/pages/_login.scss */
.lupin-modal .registrationForm .view-email span {
  color: #202447;
}
/* line 207, ../sass/pages/_login.scss */
.lupin-modal .registrationForm .defaultP {
  margin: 15px 0 25px 0;
  font-size: 12px;
  color: #9ea1ae;
}
/* line 212, ../sass/pages/_login.scss */
.lupin-modal .registrationForm .defaultP a {
  color: #9ea1ae;
  text-decoration: underline;
  -moz-transition: color, ease-out 300ms;
  -o-transition: color, ease-out 300ms;
  -webkit-transition: color, ease-out 300ms;
  transition: color, ease-out 300ms;
}
/* line 217, ../sass/pages/_login.scss */
.lupin-modal .registrationForm .defaultP a:hover {
  color: #202447;
}

/* line 225, ../sass/pages/_login.scss */
.auth-clients {
  overflow: hidden;
  text-align: center;
}
/* line 228, ../sass/pages/_login.scss */
.auth-clients li {
  float: none;
  display: inline-block;
}

/* line 234, ../sass/pages/_login.scss */
.panel-login {
  background-color: #202447;
  border: none;
  border-radius: 0;
  box-shadow: 0;
  margin: 20px 0;
}
/* line 240, ../sass/pages/_login.scss */
.panel-login .panel-heading {
  border-radius: 0;
  border: none;
  background-color: #202447;
  padding: 30px 35px 20px 35px;
  font-family: "industry-inc-base";
  color: #fac700;
  margin: 0;
  font-size: 24px;
}
/* line 250, ../sass/pages/_login.scss */
.panel-login .panel-body {
  padding: 0 35px 35px 35px;
}
/* line 253, ../sass/pages/_login.scss */
.panel-login input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f1f2f6;
  color: #202447;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  border: 0;
  -moz-transition: all, ease-out 300ms;
  -o-transition: all, ease-out 300ms;
  -webkit-transition: all, ease-out 300ms;
  transition: all, ease-out 300ms;
}
/* line 269, ../sass/pages/_login.scss */
.panel-login .lupin-btn:hover {
  background-color: transparent;
}
/* line 273, ../sass/pages/_login.scss */
.panel-login input[type="checkbox"] {
  margin: -2px 0 0 0;
}
/* line 276, ../sass/pages/_login.scss */
.panel-login label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
/* line 279, ../sass/pages/_login.scss */
.panel-login label a {
  color: #aa0000;
}

@media screen and (max-width: 900px) {
  /* line 3, ../sass/pages/_subscribe.scss */
  .modal-subscribe .col-sm-6 {
    width: 100%;
  }
}
/* line 8, ../sass/pages/_subscribe.scss */
.modal-subscribe .modal-wrapper {
  width: 900px;
}
@media screen and (max-width: 900px) {
  /* line 8, ../sass/pages/_subscribe.scss */
  .modal-subscribe .modal-wrapper {
    width: 90%;
  }
}
/* line 16, ../sass/pages/_subscribe.scss */
.modal-subscribe .content {
  padding: 10px 30px;
  background-color: #fff;
  margin-top: -1px;
  margin-bottom: 75px;
  position: relative;
}
/* line 23, ../sass/pages/_subscribe.scss */
.modal-subscribe .content .separator {
  width: 1px;
  height: 80%;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 50%;
}
@media screen and (max-width: 900px) {
  /* line 23, ../sass/pages/_subscribe.scss */
  .modal-subscribe .content .separator {
    width: 80%;
    height: 1px;
    top: 50%;
    left: 10%;
  }
}
/* line 38, ../sass/pages/_subscribe.scss */
.modal-subscribe .content .separator:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #dbdde5;
}
@media screen and (max-width: 900px) {
  /* line 38, ../sass/pages/_subscribe.scss */
  .modal-subscribe .content .separator:after {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
  }
}
/* line 55, ../sass/pages/_subscribe.scss */
.modal-subscribe .content .separator .or {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px;
  color: #aa0000;
  z-index: 98;
}
/* line 65, ../sass/pages/_subscribe.scss */
.modal-subscribe .col-padd {
  width: 70%;
  margin: auto;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  /* line 65, ../sass/pages/_subscribe.scss */
  .modal-subscribe .col-padd {
    padding: 35px 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 65, ../sass/pages/_subscribe.scss */
  .modal-subscribe .col-padd {
    width: 90%;
  }
}
/* line 80, ../sass/pages/_subscribe.scss */
.modal-subscribe .title {
  font-weight: 600;
  font-size: 21px;
  color: #202447;
  text-transform: none;
}
/* line 87, ../sass/pages/_subscribe.scss */
.modal-subscribe .subtitle {
  font: 15px;
  color: #aa0000;
  margin-bottom: 30px;
}
/* line 93, ../sass/pages/_subscribe.scss */
.modal-subscribe .line {
  display: block !important;
}
/* line 97, ../sass/pages/_subscribe.scss */
.modal-subscribe #subscribe {
  position: relative;
}
/* line 100, ../sass/pages/_subscribe.scss */
.modal-subscribe #subscribe input[type=email] {
  width: 100%;
  height: 50px;
  background-color: #f1f2f6;
  padding-left: 15px;
  padding-right: 65px;
  border: 0;
  font-size: 13px;
}
/* line 110, ../sass/pages/_subscribe.scss */
.modal-subscribe #subscribe input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  left: inherit;
  width: 50px;
  height: 50px;
  background-color: #202447;
}
/* line 120, ../sass/pages/_subscribe.scss */
.modal-subscribe #subscribe i {
  color: #fff;
  position: absolute;
  top: 17px;
  right: 23px;
}
.changing-info .first-line {
  color: #14213d;
  font-size: 24px;
  text-align: center;
  margin-top: 4em;
  margin-bottom: 2.5em;
  font-weight: 600;
}
.changing-info .onteon-logo {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.changing-info .onteon-logo img {
  max-width: 300px;
}
.changing-info .second-line {
  color: #00a0e9;
  font-size: 24px;
  text-align: center;
  margin-top: 2.5em;
  margin-bottom: 4em;
  font-weight: 600;
}