html {
  background-color: #eaeaea;
  color: rgba(0, 0, 0, 0.87);
}

a {
  color: #00a3ff;
}
a:hover {
  color: #00a3ff;
}

.navbar {
  background-color: #37474f;
}
.navbar a {
  color: #ddd;
}
.navbar a:visited {
  color: #ddd;
}
.navbar a:hover {
  color: #ddd;
}

.nav-main .username-coloured {
  color: inherit !important;
}
.nav-main > li > a:hover {
  background-color: #4c4c4c;
}
.nav-main > li.dropdown-visible > a {
  background-color: #2c2c2c;
}

#page-header {
  background-color: #f5f5f5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #3c3c3c;
}

.site-info p {
  color: #6c6c6c;
}

.logo:hover {
  opacity: .9;
}

.search-header input {
  background-color: rgba(0, 0, 0, 0.025);
  border-color: rgba(0, 0, 0, 0.1);
}
.search-header input:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.search-header input,
.search-header a,
.search-header button {
  color: #6c6c6c;
}
.search-header input:hover,
.search-header a:hover,
.search-header button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.dropdown {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.dropdown .separator {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown .header {
  border-color: #00a3ff;
}

.dropdown-body a {
  color: #37474f;
}
.dropdown-body a:visited {
  color: #37474f;
}
.dropdown-body a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #37474f;
}

.dropdown-header,
.dropdown-footer {
  border-color: #ebebeb;
}

.badge--pro {
  background-color: #ffeb3b;
  color: #37474f;
}

.forabg {
  background-color: #00a3ff;
}
.forabg .header {
  color: #fff;
}
.forabg .header a {
  color: #fff;
}
.forabg .row {
  background-color: #fff;
}
.forabg .row .topics,
.forabg .row .posts {
  color: #8c8c8c;
}

.site-footer {
  color: rgba(0, 0, 0, 0.87);
}
.site-footer a {
  color: rgba(0, 0, 0, 0.87);
}
.site-footer a:visited {
  color: #00a3ff;
}
.site-footer a:hover {
  color: #0093e6;
}

.site-announce {
  background-color: #00a3ff;
  color: #ededed;
  padding: 11px 0 9px;
  position: relative;
}
.site-announce [data-fa-i2svg] {
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.site-announce p {
  margin-right: 30px;
}

.site-header {
  background-color: #37474f;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.24), 0px 0px 4px rgba(0, 0, 0, 0.12);
  padding: 20px 0;
  position: relative;
}

.site-logo {
  float: right;
}
.site-logo a {
  display: block;
}
.site-logo img {
  display: block;
}

@media (max-width: 370px) {
  .site-logo img {
    width: 136px;
    height: 43px;
    object-fit: cover;
    object-position: left;
  }
}
.site-nav {
  float: left;
}
.site-nav > ul > li {
  float: right;
}
.site-nav > ul > li + li {
  margin-right: 20px;
}

@media (min-width: 601px) {
  .site-nav .btn--secondary [data-fa-i2svg] {
    display: none;
  }
}
@media (max-width: 600px) {
  .site-nav .btn--primary span:first-child,
  .site-nav .btn--secondary span:first-child {
    display: none;
  }
  .site-nav .btn--primary [data-fa-i2svg],
  .site-nav .btn--secondary [data-fa-i2svg] {
    margin-right: 0;
  }
}
@media (max-width: 370px) {
  .site-nav > .btn--primary {
    display: none;
  }
}
.page-footer {
  background-color: #37474f;
  color: #9c9c9c;
}
.page-footer a {
  color: #ddd;
}
.page-footer a:visited {
  color: #ddd;
}
.page-footer a:hover {
  color: #fff;
}

.debug-output {
  border-top-color: #5c5c5c;
  color: #9c9c9c;
}

.site-footer {
  clear: both;
  margin: 120px 0 0;
  padding: 0 0 60px;
}

.site-nav-secondary li {
  display: inline-block;
}
.site-nav-secondary li + li {
  margin-right: 40px;
}

@media (max-width: 900px) {
  .site-nav-secondary {
    text-align: center;
  }
  .site-nav-secondary li {
    margin: 10px 10px 0;
  }
  .site-nav-secondary li + li {
    margin-right: 10px;
  }
  .site-nav-secondary .copy {
    display: block;
    float: none;
    margin-top: 40px;
  }
}
#message.text-center.bg-warning a,
.btn {
  border-radius: 3px;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 1.4rem;
  font-weight: 500;
  max-width: 100%;
  outline: none;
  padding: 11px 15px 9px;
  position: relative;
  transition: background-color .1s ease-in, box-shadow .1s ease-in, color .1s ease-in;
}
#message.text-center.bg-warning a + .btn,
.btn + .btn {
  margin-right: 20px;
}

#message.text-center.bg-warning a,
.btn {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
}
#message.text-center.bg-warning a:hover,
.btn:hover {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.12);
}

#message.text-center.bg-warning a,
.btn--primary {
  background-color: #00a3ff;
  color: #ededed;
}
#message.text-center.bg-warning a:hover,
.btn--primary:hover {
  background-color: #00a3ff;
  color: #ededed;
}
#message.text-center.bg-warning a:active,
.btn--primary:active {
  background-color: #0093e6;
}

.btn--secondary {
  background-color: #fff;
  color: #333;
}
.btn--secondary:hover {
  background-color: #fff;
  color: #333;
}
.btn--secondary:active {
  background-color: #f2f2f2;
}

.btn--flat {
  box-shadow: none;
}
.btn--flat:hover {
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  color: #333;
}

.btn--small {
  padding: 8px 15px 6px;
}

.btn--big {
  padding: 14px 20px 12px;
}

.btn--danger {
  background-color: #f44336;
  color: #fff;
}
.btn--danger:hover {
  background-color: #f44336;
  color: #fff;
}
.btn--danger:active {
  background-color: #f32c1e;
  color: #fff;
}

.pricing-container {
  margin: 40px auto;
  max-width: 800px;
  padding: 20px 0;
}

.pricing-box {
  background-color: #f9f9f9;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  float: right;
  max-width: 400px;
  padding: 20px;
  position: relative;
  width: 100%;
  z-index: 49;
}

@media (max-width: 850px) {
  .pricing-box {
    float: none;
    margin: 0 auto;
  }
}
.pricing-box--raised {
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.12);
  margin: -20px 0;
  padding: 40px 20px;
  position: relative;
  z-index: 50;
}

@media (max-width: 850px) {
  .pricing-box--raised {
    margin: -20px auto;
    max-width: 440px;
  }
}
.pricing-box--pro .pricing-box-header {
  background-color: #00a3ff;
}

.pricing-box-header {
  background-color: #37474f;
  color: #ededed;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 0 -20px;
  padding: 15px 20px;
}

.pricing-box-list {
  list-style: none;
  margin: 20px -20px;
}
.pricing-box-list li {
  padding: 8px 60px 8px 20px;
  position: relative;
}
.pricing-box-list li:nth-child(n+2) {
  border-top-color: #ebebeb;
  border-top-style: solid;
  border-top-width: 1px;
}
.pricing-box-list li [data-fa-i2svg] {
  right: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 20px;
}

.pricing-box-price {
  background-color: #f9f9f9;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px 0;
  margin: 20px -20px;
  padding: 15px 20px;
  text-align: center;
}

.pricing-box-price-period {
  padding: 0 15px;
}

.pricing-box-price-value {
  font-size: 3.6rem;
  font-weight: 300;
}

.pricing-box-footer {
  text-align: center;
}
.pricing-box-footer button {
  display: inline-block;
  float: none;
}

.site-header:after, .site-footer:after, .pricing-container:after, .clear:after, .page-inline:after, .container:after, .box:after, .box-details:after, .dropdown-header:after,
.dropdown-footer:after, .input-container:after, .input-wrap:after, .actions:after, .category:after {
  clear: both;
  content: '';
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  direction: "rtl";
  font-size: 10px;
  height: 100%;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  min-height: 100%;
  overflow-wrap: break-word;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}
p + h2 {
  margin-top: 40px;
}

a {
  text-decoration: none;
  transition: color .1s ease-in;
}

h1,
.h1 {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}

h2,
.h2 {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 15px;
}

@media (max-width: 600px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
@media (max-width: 450px) {
  h2,
  .h2 {
    font-size: 2.4rem;
  }
}
h3,
.h3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 15px;
}

#message.text-center.bg-warning .title,
h4,
.h4 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 15px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  max-width: 100%;
  overflow-wrap: break-word;
}
h1 svg, .h1 svg,
h2 svg, .h2 svg,
h3 svg, .h3 svg,
h4 svg, .h4 svg {
  color: rgba(0, 0, 0, 0.38);
  float: left;
}
h1 + .box, .h1 + .box,
h2 + .box, .h2 + .box,
h3 + .box, .h3 + .box,
h4 + .box, .h4 + .box {
  margin-top: 20px;
}
h1 + form > .box, .h1 + form > .box,
h2 + form > .box, .h2 + form > .box,
h3 + form > .box, .h3 + form > .box,
h4 + form > .box, .h4 + form > .box {
  margin-top: 20px;
}

textarea {
  min-height: 63px;
}

input,
label,
select,
button,
textarea {
  background: none;
  border: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.5;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

input[type="email"],
input[type="password"],
input.txtlinks {
  direction: ltr;
}

button {
  cursor: pointer;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.text-center {
  text-align: center;
}

.section-inline {
  overflow-y: auto;
}
.section-inline body {
  min-height: auto;
}
.section-inline .site-footer {
  padding: 60px 0 30px;
}
.section-inline .site-nav-secondary .copy {
  margin-top: 20px;
}

.section-index {
  background-color: #222A33;
  color: #fff;
}
.section-index body {
  background: linear-gradient(180deg, transparent 0px, #222A33 775px), linear-gradient(90deg, #222A33 0px, transparent 240px), linear-gradient(270deg, #222A33 0px, transparent 240px), url("../images/background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}
.section-index .site-header {
  background-color: transparent;
  box-shadow: none;
}
.section-index .title-container [data-fa-i2svg] {
  color: #c0c0c0;
}
.section-index .site-footer {
  color: #c0c0c0;
}
.section-index .site-footer a {
  color: #c0c0c0;
}
.section-index .checkbox:checked + .checkbox-check {
  background-color: #c0c0c0;
}
.section-index label:hover .checkbox:checked + .checkbox-check,
.section-index .label:hover .checkbox:checked + .checkbox-check {
  background-color: #00a3ff;
  border-color: #00a3ff;
}
.section-index label:hover .checkbox-check,
.section-index .label:hover .checkbox-check {
  border-color: #00a3ff;
}
.section-index .checkbox-check {
  border-color: #c0c0c0;
  color: #333;
}

.section-images {
  background-color: #eaeaea;
}
.section-images body {
  background: linear-gradient(180deg, transparent 0px, #eaeaea 775px), linear-gradient(90deg, #eaeaea 0px, transparent 240px), linear-gradient(270deg, #eaeaea 0px, transparent 240px), url("../images/background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}
.section-images .site-header {
  background-color: transparent;
  box-shadow: none;
}
.section-images .actions-top {
  background-color: transparent;
  color: #fff;
}
.section-images .actions-top .checkbox:checked + .checkbox-check {
  background-color: #c0c0c0;
}
.section-images .actions-top label:hover .checkbox:checked + .checkbox-check,
.section-images .actions-top .label:hover .checkbox:checked + .checkbox-check {
  background-color: #00a3ff;
  border-color: #00a3ff;
}
.section-images .actions-top label:hover .checkbox-check,
.section-images .actions-top .label:hover .checkbox-check {
  border-color: #00a3ff;
}
.section-images .actions-top .checkbox-check {
  border-color: #c0c0c0;
  color: #333;
}
.section-images .select--flat:hover {
  color: #37474f;
}
.section-images .select--flat:hover + svg {
  color: #37474f;
}

[data-fa-i2svg] + span {
  margin-right: 10px;
}
span + [data-fa-i2svg] {
  margin-right: 10px;
}

.text {
  margin: 40px 0;
}

.text--big {
  font-size: 2rem;
  font-weight: 300;
}

.float-end {
  float: left;
}

.page-inline {
  padding: 20px;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}
.container > .col-wrap {
  margin: 80px 0;
}
.container .col-wrap--space-between {
  margin: 70px -10px;
}

.container--index .col-fixed {
  flex: 0 0 350px;
}

.container--narrow {
  max-width: 960px;
}

@media (max-width: 900px) {
  .container--index {
    max-width: 600px;
  }
  .container--index .col-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .container--index .col + .col-fixed {
    margin-top: 40px;
  }
  .container--index .col-fixed {
    flex-shrink: 1;
  }
  .container--index .col--space-right {
    margin-left: 0;
  }
}
.sub-header {
  background-color: #ddd;
  margin-bottom: -80px;
  padding: 40px 0 100px;
}
.sub-header .col-wrap {
  flex-wrap: wrap;
  margin: 0;
}
.sub-header .col {
  margin-bottom: 20px;
}
.sub-header h1,
.sub-header .h1 {
  display: inline-block;
}
.sub-header h1 + p,
.sub-header .h1 + p {
  margin-top: 10px;
}

.box {
  background-color: #fafafa;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.87);
  margin: 40px 0;
  padding: 30px 35px;
  position: relative;
}

.box-inner {
  position: relative;
}

.box-content ul {
  list-style: disc inside;
  margin: 21px 30px 21px 0;
}
.box-content *:last-child {
  margin-bottom: 0;
}

.box--danger {
  background-color: #f44336;
  color: #fff;
}

.box--tos .box-content {
  max-width: 800px;
}

.box--image {
  padding-bottom: 15px;
  transition: box-shadow .1s ease-in;
}
.box--image:hover {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.12);
}

.box--horizontal .box-image {
  border-radius: 3px 0 0 3px;
  border-width: 0 1px 0 0;
  bottom: 0;
  height: auto;
  right: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 200px;
}
.box--horizontal .box-inner .box-image {
  bottom: -15px;
  right: -35px;
  top: -20px;
}
.box--horizontal .box-details {
  margin-right: 175px;
  padding-top: 0;
  margin-top: -10px;
}

@media (max-width: 750px) {
  .box--horizontal .box-image {
    width: 100px;
  }
  .box--horizontal .box-details {
    margin-right: 75px;
  }
}
.box-image {
  background-color: #f0f0f0;
  border-color: #d2d2d2;
  border-radius: 3px 3px 0 0;
  border-style: solid;
  border-width: 0 0 1px;
  margin: -30px -35px 0;
  overflow: hidden;
}
.box-image canvas,
.box-image img {
  display: block;
  height: auto;
  transition: filter .1s ease-in;
  margin: 0 auto;
  max-width: 100%;
}
.box-image canvas:hover,
.box-image img:hover {
  filter: brightness(0.9);
}
.box-image.preview canvas,
.box-image.preview img {
  height: 100%;
  width: auto;
}
.box-image .collapse {
  margin: 0 -20px;
  padding-top: 25px;
}

.box-image--small {
  padding: 20px;
}

.box-icon {
  color: rgba(0, 0, 0, 0.3);
  font-size: 4.8rem;
  margin-bottom: 20px;
  margin-top: -20px;
  text-align: center;
}

.box-details {
  margin: 0 -20px;
  padding-top: 15px;
}
.box-details .label {
  margin-bottom: 10px;
}
.box-details > *:last-child {
  margin-bottom: 0;
}

.box-details-actions {
  float: left;
  margin-top: -4px;
}
.box-details-actions a {
  font-size: 1.6rem;
  vertical-align: -3px;
}
.box-details-actions a,
.box-details-actions label,
.box-details-actions .label {
  display: inline-block;
  margin: 0 10px 0 0;
}

.box-details-btns.col .btn {
  margin: 0 10px 10px 0 !important;
}
.box-details-btns .btn {
  float: left;
}
.box-details-btns .btn + .btn {
  margin-left: 10px;
}

.box-footer {
  background-color: #f0f0f0;
  border-color: #d2d2d2;
  border-radius: 0 0 3px 3px;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 15px -35px -15px;
  overflow: hidden;
  padding: 30px 35px;
}
.box-footer > *:last-child {
  margin-bottom: 0;
}

.title-container {
  position: relative;
}
.title-container [data-fa-i2svg] {
  color: rgba(0, 0, 0, 0.38);
  float: right;
  font-size: 3.6rem;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 75px;
}
.title-container .h2 {
  display: block;
  margin-right: 80px;
}

@media (max-width: 600px) {
  .title-container [data-fa-i2svg] {
    font-size: 2.4rem;
    width: 55px;
  }
  .title-container .h2 {
    margin-right: 60px;
  }
}
@media (max-width: 450px) {
  .title-container [data-fa-i2svg] {
    font-size: 2.1rem;
    width: 45px;
  }
  .title-container .h2 {
    margin-right: 50px;
  }
}
.badge {
  border-radius: 3px;
  font-size: 1.1rem;
  font-weight: 600;
  margin: -1px 10px 0 0;
  padding: 4px 6px 2px;
}

.badge--big {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  display: block;
  float: right;
  padding: 6px 14px 4px;
}

.dropdown {
  color: #37474f;
  display: none;
  overflow-wrap: break-word;
  width: 260px;
  z-index: 100;
}

.dropdown--visible .dropdown {
  display: block;
}
.dropdown--visible > .btn {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.12);
}
.dropdown--visible > .btn--flat {
  background-color: #fff;
  color: #333;
}

.dropdown-container {
  position: relative;
}

.dropdown {
  border-radius: 3px;
  position: absolute;
  top: 46px;
}

.dropdown-body ul {
  padding: 5px 0;
}
.dropdown-body a {
  display: block;
  padding: 5px 20px;
  transition: background-color .1s ease-in;
}
.dropdown-body a img {
  vertical-align: -4px;
}
.dropdown-body a img + span {
  margin-right: 10px;
}

.dropdown-header {
  border-style: solid;
  border-width: 0 0 1px;
  font-weight: 500;
  margin-bottom: 10px;
}

.dropdown-footer {
  border-style: solid;
  border-width: 1px 0 0;
  margin-top: 10px;
}

.dropdown-header,
.dropdown-footer {
  padding: 10px 20px;
}

label,
.label {
  clear: both;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}
label span,
.label span {
  font-weight: 500;
}
label p,
.label p {
  color: rgba(0, 0, 0, 0.54);
}

.label--standalone {
  margin-bottom: 5px;
  padding: 8px 0 6px;
}
.label--standalone span {
  font-weight: 400;
}

.input-container {
  margin: 20px 0;
  position: relative;
}
.input-container [data-fa-i2svg] {
  color: rgba(0, 0, 0, 0.4);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 50px;
  z-index: 1;
}
.input-container input {
  background-color: #fafafa;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  display: block;
  height: 50px;
  padding-left: 50px;
  transition: background-color .1s ease-in, box-shadow .1s ease-in;
  width: 100%;
}
.input-container input:focus, .input-container input:hover {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.12);
}
.input-container input:active {
  background-color: #f2f2f2;
}

.select-container {
  max-width: 300px;
  position: relative;
  width: 100%;
}
.select-container svg {
  font-size: 1.2rem;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: color .1s ease-in;
}
.select-container .select {
  padding-left: 35px;
}
.select-container .input--flat,
.select-container .select--flat {
  padding-left: 30px;
}

.select-container--inline {
  display: inline-block;
  width: auto;
}

.input-wrap .input {
  float: right;
  margin-left: -30px;
  padding-left: 40px;
}
.input-wrap .input-suffix {
  background-color: #e5e5e5;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.54);
  float: right;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 12px;
  pointer-events: none;
  text-align: center;
  width: 30px;
}
.input-wrap .input-suffix-icon {
  color: rgba(0, 0, 0, 0.87);
  float: right;
  font-size: 1.8rem;
  margin-top: 10px;
  text-align: center;
  width: 30px;
}

.input:invalid {
  border-color: #f44336;
  box-shadow: 0 1px 0 #f44336;
}

.input,
.select,
.form-control {
  border-bottom-color: #babcbe;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-shadow: 0 1px 0 transparent;
  color: inherit;
  display: block;
  height: 40px;
  max-width: 300px;
  transition: background-color .1s ease-in, border-color .1s ease-in, box-shadow .1s ease-in, color .1s ease-in;
  width: 100%;
}
.input:hover, .input:focus,
.select:hover,
.select:focus,
.form-control:hover,
.form-control:focus {
  border-color: #00a3ff;
  box-shadow: 0 1px 0 #00a3ff;
}

.input--flat,
.select--flat {
  border: none;
  padding: 0 15px;
}
.input--flat:hover, .input--flat:focus,
.select--flat:hover,
.select--flat:focus {
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
}
.input--flat + svg,
.select--flat + svg {
  left: 15px;
}

.input--small,
.select--small {
  height: 35px;
}

.input--auto-height,
.select--auto-height {
  height: auto;
}

.select {
  cursor: pointer;
  width: 100%;
}

.checkbox-container {
  display: block;
  float: right;
  margin-left: 5px;
  margin-top: 2px;
}

.checkbox {
  display: block;
  opacity: 0;
}
.checkbox:checked + .checkbox-check {
  background-color: rgba(0, 0, 0, 0.87);
}
.checkbox:checked + .checkbox-check svg {
  opacity: 1;
}
label:hover .checkbox:checked + .checkbox-check {
  background-color: #00a3ff;
  border-color: #00a3ff;
}

.checkbox-check {
  border-color: rgba(0, 0, 0, 0.87);
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  color: #ebebeb;
  display: block;
  font-size: 0.9rem;
  height: 16px;
  line-height: 16px;
  text-align: center;
  transition: background-color .1s ease-in, border-color .1s ease-in;
  width: 16px;
}
.checkbox-check svg {
  opacity: 0;
  transition: opacity .1s ease-in;
  vertical-align: 0;
}
label:hover .checkbox-check {
  border-color: #00a3ff;
}

.pagination-wrap > p > a {
  border-radius: 41px;
  color: #333;
  display: block;
  float: right;
  font-weight: 500;
  height: 41px;
  line-height: 41px;
  margin: 5px 10px;
  padding: 0 15px;
  transition: background-color .1s ease-in, box-shadow .1s ease-in;
}
.pagination-wrap > p > a:hover {
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  color: #333;
}

.pagination {
  margin-bottom: -5px;
  margin-top: -5px;
}
.pagination a {
  background-color: #37474f;
  border-radius: 41px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  color: #fff;
  display: block;
  float: right;
  height: 41px;
  line-height: 41px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-top: 5px;
  min-width: 41px;
  padding: 0 15px;
  text-align: center;
  transition: background-color .1s ease-in, box-shadow .1s ease-in;
}
.pagination a:hover {
  background-color: #37474f;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.12);
}
.pagination a:active {
  background-color: #2d3940;
}
.pagination .active a {
  background-color: #00a3ff;
}
.pagination .active a:hover {
  background-color: #00a3ff;
}
.pagination .active a:active {
  background-color: #0093e6;
}

.actions-wrap {
  margin: 40px 0;
}

.actions {
  clear: both;
}
.actions + .actions {
  margin-top: 5px;
}
.actions .btn {
  float: left;
}
.actions .btn ~ .btn {
  margin-left: 5px;
}

.actions--center {
  text-align: center;
}
.actions--center .btn {
  display: inline-block;
  float: none;
}

.actions-top {
  margin: 80px 0 0;
}

.category {
  position: relative;
}
.category svg {
  color: rgba(0, 0, 0, 0.54);
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.category-details {
  float: right;
  margin-right: 34px;
}

.category-name {
  background-color: #00a3ff;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  color: #fff;
  margin-bottom: 5px;
  padding: 3px 10px 1px;
}

.category-name,
.category-pos {
  clear: both;
  display: block;
  float: right;
}

.partners {
  margin-bottom: 10px;
  text-align: center;
}
.partners span {
  display: block;
  font-weight: 500;
}
.partners a {
  margin: 0 10px;
}

.progress {
  background-color: #ebebeb;
  border-radius: 9px;
  min-height: 18px;
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
}
.progress .error {
  color: #f44336;
  font-weight: 600;
  margin-bottom: 0 !important;
  padding: 4px 9px 3px;
}

.progress-bar {
  background-color: #00a3ff;
  float: right;
  height: 18px;
}

.drop-droparea {
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  border-style: dashed;
  border-width: 3px;
  padding: 10px 20px 5px;
  text-align: center;
}
.drop-droparea .btn {
  display: inline-block;
  float: none;
}

.drop-text {
  font-size: 2rem;
  font-weight: 300;
}

.drop-text-or {
  margin: 20px 0;
}
.drop-text-or > .btn {
  margin-bottom: 0;
  margin-top: -1px;
}

.drop-url {
  margin: 20px 0;
}
.drop-url .input {
  display: inline-block;
  font-size: 1.4rem;
}
.drop-url .btn {
  display: inline-block;
  float: none;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: -1px;
}

@media (max-width: 450px) and (min-width: 301px) {
  .drop-url {
    display: flex;
  }
  .drop-url input {
    min-width: 0;
  }
  .drop-url button {
    white-space: nowrap;
  }
}
.drop-url-or {
  display: block;
  float: right;
  font-size: 1.4rem;
  line-height: 40px;
  margin-left: 20px;
  text-align: center;
}

.drop-url-input {
  display: flex;
  opacity: 1;
  transition: opacity .3s ease-in;
}
.drop-url-input.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  width: 0;
}

.drop-url-input-toggle.hidden {
  display: none;
}

.drop-selectbox {
  display: block;
  float: right;
  margin: 0 0 20px;
  min-height: 40px;
  padding-left: 10px;
  width: 50%;
}
.drop-selectbox .select-container {
  max-width: 100%;
}
.drop-selectbox .select,
.drop-selectbox .form-control {
  max-width: 100%;
}
.drop-selectbox + .drop-selectbox {
  padding-left: 0;
  padding-right: 10px;
}

@media (max-width: 400px) {
  .drop-selectbox {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
  .drop-selectbox + .drop-selectbox {
    padding: 0;
  }
}
.drop-actions {
  text-align: center;
}
.drop-actions:before {
  clear: both;
  content: "";
  display: block;
}
.drop-actions .btn {
  display: inline-block;
  float: none;
  margin: 0 10px 20px;
}
.drop-actions .btn + .btn {
  margin-left: 10px;
}

@media (max-width: 400px) {
  .drop-actions .btn--danger span {
    display: none;
  }
  .drop-actions .btn--danger svg {
    margin: 0;
  }
}
.drop-footer-logo {
  display: block;
  float: right;
}
.drop-footer-logo img {
  display: block;
}

.caret-toggle svg {
  transition: transform .3s ease-in;
  width: 1em !important;
}
.caret-toggle.collapse--visible {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.12);
}
.caret-toggle.collapse--visible svg {
  transform: rotateX(180deg);
}

.collapse {
  border-width: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 35px;
  pointer-events: none;
  transition: border-width .3s ease-in, max-height .3s ease-in, opacity .3s ease-in, padding .3s ease-in;
}
.collapse.collapse--visible {
  border-width: 1px 0 0;
  max-height: 1000px;
  opacity: 1;
  padding: 30px 35px;
  pointer-events: all;
}

#picture {
  display: block;
  position: relative;
  text-align: center;
}

/*Social*/

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
  cursor: pointer;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.25em;
}

.resp-sharing-button__link:hover {
  color:#fff;
}

.resp-sharing-button {
  transition: 25ms ease-out;
  padding: 0.5em 0.25em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  border-radius: 5px;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

.resp-sharing-button--medium svg {
  margin: 0.25em;
  vertical-align: middle;
}

.resp-sharing-button--medium{
  padding:0.1em;
}

.resp-sharing-button--medium span{
  margin-right: 0.25em;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
  background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--vk {
  background-color: #507299;
  border-color: #507299;
}

.resp-sharing-button--vk:hover
.resp-sharing-button--vk:active {
  background-color: #43648c;
  border-color: #43648c;
}

#single_1 {
  display: inline-block;
}
#single_1 img {
  display: block;
}

.btnprev {
  right: -120px;
}

.btnnext {
  left: -120px;
}

.btnprev,
.btnnext {
  background-color: #fafafa;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  color: #37474f;
  font-size: 3.6rem;
  margin: 40px 0;
  padding: 30px 10px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: box-shadow .1s ease-in;
}
.btnprev:hover,
.btnnext:hover {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.12);
  color: #37474f;
}
.btnprev svg,
.btnnext svg {
  transform: rotate(180deg);
}

@media (max-width: 1200px) {
  #menu_preview {
    display: block;
  }

  .btnprev {
    float: right;
  }

  .btnnext {
    float: left;
  }

  .btnprev,
  .btnnext {
    font-size: 2.4rem;
    padding: 0 30px;
    position: static;
  }
}
#cat-current {
  display: inline-block;
  margin-bottom: 7px;
  margin-top: 7px;
}

#cat-del {
  float: left;
}

#cat-add label,
#cat-add .label {
  margin-bottom: 0;
}
#cat-add button {
  margin-right: 10px;
  margin-top: -9px;
}

#connexion {
  margin-top: 20px;
  margin-bottom: 0px;
}

#dropzone,
#dropzone-home {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: opacity 0.1s ease-in;
}
#dropzone p,
#dropzone-home p {
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  left: 0;
  max-width: 100%;
  opacity: 0;
  padding: 0 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60px;
  transform: translate3d(0, -60px, 0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 1002;
}
#dropzone .dropzone-icon,
#dropzone-home .dropzone-icon {
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  bottom: 40px;
  right: 50%;
  padding: 50px;
  position: absolute;
  transform: translate3d(50%, 0, 0);
  z-index: 1001;
}
#dropzone svg,
#dropzone-home svg {
  font-size: 64px;
}
#dropzone.in,
#dropzone-home.in {
  opacity: 1;
  pointer-events: all;
}
#dropzone.in p,
#dropzone-home.in p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#dropzone.in svg,
#dropzone-home.in svg {
  animation: dropAnimate 3s infinite cubic-bezier(0.6, 0, 0.1, 1);
}

@keyframes dropAnimate {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  49.99% {
    transform: translate3d(0, -18px, 0);
    opacity: 0;
  }
  50.01% {
    transform: translate3d(0, 18px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
#over-page {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.24), 0 0 8px rgba(0, 0, 0, 0.12);
  right: 50%;
  margin-right: -100px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 200px;
  z-index: 1000;
}
#over-page .bouton {
  cursor: pointer;
  margin-bottom: -5px;
  padding: 10px 0;
  width: 100%;
}

#fileupload .fileupload-process {
  position: absolute;
  left: 20px;
  top: 20px;
}

.files .name {
  width: 100% !important;
  word-break: break-all;
}
.files .input {
  max-width: 100%;
}
.files .btn span {
  display: inline;
}
.files .box {
  margin: 0 0 20px;
}
.files .box p {
  margin-bottom: 10px;
}
.files .box-image canvas,
.files .box-image img {
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 100%;
}

#message.text-center.bg-warning {
  text-align: right;
}
#message.text-center.bg-warning .text {
  margin-top: 20px;
}
#message.text-center.bg-warning a {
  margin-top: 20px;
}

.col-wrap {
  display: flex;
  min-width: 100%;
}

.col-wrap--space-between {
  margin: -10px;
}
.col-wrap--space-between .col {
  padding: 10px;
}

.col-wrap--space-around {
  justify-content: space-around;
  margin: -10px;
}
.col-wrap--space-around .col {
  padding: 10px;
  flex: 0;
}

.col-wrap--images,
.col-wrap--upload {
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.col-wrap--images .col,
.col-wrap--upload .col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
  width: 25%;
}
.col-wrap--images .box,
.col-wrap--upload .box {
  margin: 0;
}

.col-wrap--upload .box {
  height: 100%;
}

@media (max-width: 960px) {
  .col-wrap--images .col,
  .col-wrap--upload .col {
    max-width: 33.3333%;
    width: 33.3333%;
  }
}
@media (max-width: 750px) {
  .col-wrap--images .col,
  .col-wrap--upload .col {
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 550px) {
  .col-wrap--images .col,
  .col-wrap--upload .col {
    max-width: 100%;
    width: 100%;
  }
}
.col-wrap--image-info .input,
.col-wrap--image-info .select-container,
.col-wrap--image-info .select {
  max-width: 100%;
}

@media (max-width: 750px) {
  .col-wrap--image-info {
    flex-wrap: wrap;
  }
  .col-wrap--image-info .col {
    width: 100%;
  }
}
.col-wrap--wrap {
  flex-wrap: wrap;
}

.col {
  flex-grow: 1;
  max-width: 100%;
}
.col > *:last-child {
  margin-bottom: 0;
}

.col--no-grow {
  flex-grow: 0;
}

.col--space-right {
  margin-left: 80px;
}

@media (max-width: 450px) {
  .form-login .col-wrap {
    flex-wrap: nowrap;
  }
  .form-login .btn {
    font-size: 1.8rem;
    padding: 15px 15px 13px;
    margin-right: 10px;
    margin-top: 3px;
  }
  .form-login .btn span {
    display: none;
  }
  .form-login .btn [data-fa-i2svg] {
    margin: 0;
  }
}
