/* Styles for SKILLRS v1.0
 * Learn2code / 2017
 * ------------------------------------------------------
 */
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background-color: #D72029; }

::selection {
  text-shadow: none;
  color: #fff;
  background-color: #D72029; }

::-webkit-input-placeholder {
  font-style: italic; }

:-moz-placeholder {
  font-style: italic; }

::-moz-placeholder {
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

body, html {
  padding: 0;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #000;
  font-size: 16px;
  line-height: 1.3rem;
  font-weight: 400;
  box-sizing: border-box;
  position: relative; }

html {
  width: 100%;
  height: 100%; }

@media (max-width: 769px) {
  body {
    padding: 0; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #fff;
  font-weight: 400;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  line-height: 1.3rem;
  margin-top: 0;
  margin-bottom: 0; }

h1 {
  line-height: 1.1rem; }

h1, .h1 {
  font-size: 1.125rem; }

h2, .h2 {
  font-size: 1rem; }

h3, .h3 {
  font-size: 1rem; }

h4, .h4 {
  font-size: 0.875rem; }

h5, .h5 {
  font-size: 0.75rem; }

.f-siz-small {
  font-size: 0.75rem !important; }

.f-siz-base {
  font-size: 16px; }

.f-siz-large {
  font-size: 3rem; }

.f-w-t {
  font-weight: 300; }

.f-w-b {
  font-weight: 400; }

.f-w-m {
  font-weight: 500; }

.f-w-l {
  font-weight: 700; }

.f-s-italic {
  font-style: italic; }

.line-h-l {
  line-height: 2.2rem; }

.line-h-b {
  line-height: 1.3rem; }

.line-h-s {
  line-height: 1.1rem; }

.line-h-1 {
  line-height: 1em; }

.t-o-clip {
  text-overflow: clip; }

.t-o-ellipsis {
  text-overflow: ellipsis; }

.t-o-string {
  text-overflow: string; }

.ws-normal {
  white-space: normal; }

.ws-nowrap {
  white-space: nowrap; }

.ws-pre {
  white-space: pre; }

.ws-preLine {
  white-space: pre-line; }

.ws-preWrap {
  white-space: pre-wrap; }

.wb-normal {
  word-break: normal; }

.wb-breakAll {
  word-break: break-all; }

.wb-keepAll {
  word-break: keep-all; }

.ww-normal {
  word-wrap: normal; }

.ww-breakWord {
  word-wrap: break-word; }

.ellipsis {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  -ms-white-space: nowrap;
  word-wrap: normal !important; }

.italic {
  font-style: italic; }

.normal {
  font-style: normal; }

.oblique {
  font-style: oblique; }

.regular {
  font-weight: var(--regular); }

.bold {
  font-weight: var(--bold); }

.center {
  text-align: center; }

.justify {
  text-align: justify; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.line-through {
  text-decoration: line-through; }

.overline {
  text-decoration: overline; }

.underline {
  text-decoration: underline; }

.capitalize {
  text-transform: capitalize; }

.lowercase {
  text-transform: lowercase; }

.uppercase {
  text-transform: uppercase; }

.pre {
  white-space: pre; }

.pre-line {
  white-space: pre-line; }

.pre-wrap {
  white-space: pre-wrap; }

.nowrap {
  white-space: nowrap; }

a {
  color: inherit;
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out; }

a:hover,
a:focus {
  text-decoration: none;
  opacity: 0.8;
  color: #D72029; }

.hover-white:hover {
  color: #fff; }

.text-under a {
  text-decoration: underline; }

.c-white {
  color: #fff; }

.c-grey {
  color: #7D7C7E; }

.c-grey-light {
  color: #444; }

.c-black {
  color: #000; }

.c-primary {
  color: #D72029; }

.no-bg {
  background-color: transparent !important; }

.bg-white {
  background: #fff; }

.bg-primary {
  background: #fff; }

.bg-black-light {
  background: #111111; }

.zi-1 {
  z-index: 100; }

.zi-2 {
  z-index: 200; }

.zi-3 {
  z-index: 300; }

.zi-4 {
  z-index: 400; }

.zi-5 {
  z-index: 500; }

.zi-6 {
  z-index: 600; }

.zi-7 {
  z-index: 700; }

.zi-8 {
  z-index: 800; }

.zi-9 {
  z-index: 900; }

.zi-negative {
  z-index: -1; }

.zi-max {
  z-index: 999999; }

/*

$zindex-dropdown-backdrop:  990 !default;
$zindex-navbar:            1000 !default;
$zindex-dropdown:          1000 !default;
$zindex-fixed:             1030 !default;
$zindex-sticky:            1030 !default;
$zindex-modal-backdrop:    1040 !default;
$zindex-modal:             1050 !default;
$zindex-popover:           1060 !default;
$zindex-tooltip:           1070 !default;
*/
.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute; }

.pos-fix {
  position: fixed; }

.d-none {
  display: none; }

.d-inline {
  display: inline; }

.d-inlineBlock {
  display: inline-block; }

.d-block {
  display: block; }

.d-table {
  display: table; }

.d-tableCell {
  display: table-cell; }

.d-tableColumn {
  display: table-column; }

.d-tableRow {
  display: table-row; }

.overflow-hidden {
  overflow: hidden; }

.visib-hidden {
  visibility: hidden; }

.v-a-base {
  vertical-align: baseline; }

.v-a-bott {
  vertical-align: bottom; }

.v-a-midd {
  vertical-align: middle !important; }

.hover-opacity,
.hover-shadow {
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out; }

.hover-opacity:hover {
  opacity: 0.8; }

.hover-shadow:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35); }

.wp1, .wp2 {
  visibility: hidden; }

.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

label {
  font-weight: 500;
  font-size: 0.75rem;
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  color: #7D7C7E; }

input, textarea {
  background-color: #363636;
  color: #7D7C7E;
  border: 1px solid #1e1e1e; }

input[type="number"] {
  width: 120px; }

textarea {
  min-height: 120px;
  resize: vertical; }

.container-slim {
  width: 90%;
  max-width: 750px;
  margin: auto; }

.box-shadow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35); }

.cursor-pointer {
  cursor: pointer; }

.text-uderline {
  text-decoration: underline; }

.collapsed > .angle-transf {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all .3s ease-in-out; }

.angle-transf {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all .3s ease-in-out; }

.boder-thin {
  border: 1px solid #1e1e1e; }

.back-top {
  font-size: 2rem; }

.border {
  border: 1px solid #7D7C7E; }

.border-t {
  border-top: 1px solid #7D7C7E; }

.border-b {
  border-bottom: 1px solid #7D7C7E; }

.border-b {
  border-bottom: 1px solid #7D7C7E; }

.border-r {
  border-right: 1px solid #7D7C7E; }

.border-l {
  border-left: 1px solid #7D7C7E; }

.border-white {
  border-color: #fff; }

.br-0 {
  border-radius: 0; }

.br-s {
  border-radius: 2px; }

.br-m {
  border-radius: 4px; }

.br-l {
  border-radius: 10px; }

.br-circle {
  border-radius: 50%; }

.btlr-0 {
  border-top-left-radius: 0; }

.btlr-s {
  border-top-left-radius: 2px; }

.btlr-m {
  border-top-left-radius: 4px; }

.btlr-l {
  border-top-left-radius: 10px; }

.btrr-0 {
  border-top-right-radius: 0; }

.btrr-s {
  border-top-right-radius: 2px; }

.btrr-m {
  border-top-right-radius: 4px; }

.btrr-l {
  border-top-right-radius: 10px; }

.bbrr-0 {
  border-bottom-right-radius: 0; }

.bbrr-s {
  border-bottom-right-radius: 2px; }

.bbrr-m {
  border-bottom-right-radius: 4px; }

.bbrr-l {
  border-bottom-right-radius: 10px; }

.bblr-0 {
  border-bottom-left-radius: 0; }

.bblr-s {
  border-bottom-left-radius: 2px; }

.bblr-m {
  border-bottom-left-radius: 4px; }

.bblr-l {
  border-bottom-left-radius: 10px; }

.m-0 {
  margin: 0 !important; }

.m-auto {
  margin: auto; }

.m-xs {
  margin: 8px; }

.m-s {
  margin: 16px; }

.m-m {
  margin: 32px; }

.m-l {
  margin: 48px; }

.m-xl {
  margin: 64px; }

.m-t-0 {
  margin-top: 0 !important; }

.m-t-auto {
  margin-top: auto; }

.m-t-xs {
  margin-top: 8px; }

.m-t-s {
  margin-top: 16px; }

.m-t-m {
  margin-top: 32px; }

.m-t-l {
  margin-top: 48px; }

.m-t-xl {
  margin-top: 64px; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-b-auto {
  margin-bottom: auto; }

.m-b-xs {
  margin-bottom: 8px; }

.m-b-s {
  margin-bottom: 16px; }

.m-b-m {
  margin-bottom: 32px; }

.m-b-l {
  margin-bottom: 48px; }

.m-b-xl {
  margin-bottom: 64px; }

.m-r-0 {
  margin-right: 0 !important; }

.m-r-auto {
  margin-right: auto; }

.m-r-xs {
  margin-right: 8px; }

.m-r-s {
  margin-right: 16px; }

.m-r-m {
  margin-right: 32px; }

.m-r-l {
  margin-right: 48px; }

.m-r-xl {
  margin-right: 64px; }

.m-l-0 {
  margin-left: 0 !important; }

.m-l-auto {
  margin-left: auto; }

.m-l-xs {
  margin-left: 8px; }

.m-l-s {
  margin-left: 16px; }

.m-l-m {
  margin-left: 32px; }

.m-l-l {
  margin-left: 48px; }

.m-l-xl {
  margin-left: 64px; }

.p-0 {
  padding: 0 !important; }

.p-xs {
  padding: 8px; }

.p-s {
  padding: 16px; }

.p-m {
  padding: 32px; }

.p-l {
  padding: 48px; }

.p-xl {
  padding: 64px; }

.p-t-0 {
  padding-top: 0 !important; }

.p-t-xs {
  padding-top: 8px; }

.p-t-s {
  padding-top: 16px; }

.p-t-m {
  padding-top: 32px; }

.p-t-l {
  padding-top: 48px; }

.p-t-xl {
  padding-top: 64px; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-b-xs {
  padding-bottom: 8px; }

.p-b-s {
  padding-bottom: 16px; }

.p-b-m {
  padding-bottom: 32px; }

.p-b-l {
  padding-bottom: 48px; }

.p-b-xl {
  padding-bottom: 64px; }

.p-r-0 {
  padding-right: 0 !important; }

.p-r-xs {
  padding-right: 8px; }

.p-r-s {
  padding-right: 16px; }

.p-r-m {
  padding-right: 32px; }

.p-r-l {
  padding-right: 48px; }

.p-r-xl {
  padding-right: 64px; }

.p-l-0 {
  padding-left: 0 !important; }

.p-l-xs {
  padding-left: 8px; }

.p-l-s {
  padding-left: 16px; }

.p-l-m {
  padding-left: 32px; }

.p-l-l {
  padding-left: 48px; }

.p-l-xl {
  padding-left: 64px; }

.w-xs {
  width: 8px; }

.w-s {
  width: 16px; }

.w-m {
  width: 32px; }

.w-l {
  width: 48px; }

.w-xl {
  width: 64px; }

.w-xxl {
  width: 128px; }

.w-xxxl {
  width: 192px; }

.w-25 {
  width: 25%; }

.w-50 {
  width: 50%; }

.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

.max-w-750 {
  max-width: 750px; }

.max-w-900 {
  max-width: 900px; }

.max-w-360 {
  max-width: 360px; }

.min-w-60 {
  min-width: 48px; }

.min-w-120 {
  min-width: 64px; }

.min-w-240 {
  min-width: 128px; }

.nav__title {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700; }

.nav__count {
  text-align: right;
  font-size: 0.875rem; }

.header__base {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-top: 48px; }

.content {
  margin-left: 16px; }

.footer {
  padding: 16px;
  font-size: 0.875rem;
  color: #7D7C7E; }

@media (max-width: 992px) {
  .content {
    margin-left: 0; } }

@media (max-width: 769px) {
  .nav__title {
    margin-bottom: 8px;
    text-align: center; }
  .nav__count {
    font-size: 0.75rem;
    text-align: center; } }

.sprite {
  background-image: url("../images/spritesheet.png");
  background-repeat: no-repeat;
  display: inline-block; }

.bg-site {
  background: url("../images/jobs/cover.png") center;
  background-size: cover; }

.tlacidlo {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
  background: -moz-linear-gradient(center top, #79bbff 5%, #378de5 100%);
  background-color: #79bbff;
  border-radius: 8px;
  border: 1px solid #84bbf3;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 24px;
  text-shadow: 1px 1px 0px #528ecc;
  cursor: pointer; }

.btn {
  font-weight: 700;
  line-height: 0.75rem;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 8px 32px;
  font-size: 12px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out; }

.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: inherit; }

.btn--big {
  padding: 14px 32px; }

.btn--small {
  padding: 4px 20px; }

.btn--primary {
  color: #fff;
  background-color: #D72029;
  border: 1px solid #D72029; }

.btn--secondary {
  color: #fff;
  background-color: #444;
  border: 1px solid #444; }

.btn--primary:hover,
.btn--secondary:hover {
  color: #fff;
  opacity: 0.7; }

.btn-ghost {
  background-color: transparent;
  border: 1px solid #D72029;
  color: #D72029; }
  .btn-ghost:hover {
    background-color: #D72029;
    color: #fff;
    opacity: 1; }

.btn-ghost--primary {
  background-color: transparent;
  border: 1px solid #D72029;
  color: #D72029; }
  .btn-ghost--primary:hover {
    background-color: #D72029;
    color: #fff;
    opacity: 1; }

.btn-ghost--secondary {
  background-color: transparent;
  border: 1px solid #7D7C7E;
  color: #7D7C7E; }
  .btn-ghost--secondary:hover {
    background-color: #D72029;
    color: #fff;
    opacity: 1; }

@media (max-width: 480px) {
  .btn {
    padding: 10px 32px; } }

.thumbs {
  flex-wrap: wrap; }

.thumb {
  margin: 1rem .35rem;
  max-width: calc(25% -  1em);
  overflow: hidden; }

.thumb__img {
  overflow: hidden;
  margin-bottom: 4px;
  border: 1px solid #444; }

.thumb__img:hover {
  outline: solid 2px #D72029; }

.thumb__info {
  font-size: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.thumb__ratebox {
  color: #D72029; }

.ratebox--clicked {
  font-size: 1.125rem; }

.thumb__title {
  font-size: 0.875rem;
  overflow: hidden; }

@media (max-width: 769px) {
  .thumb {
    max-width: calc(33% -  1em); } }

@media (max-width: 480px) {
  .thumb {
    max-width: calc(50% -  1em); } }

.pg {
  margin-top: 16px;
  text-align: center; }

.pg__pages {
  margin-top: 32px;
  display: inline-flex; }

.pg__page {
  padding: 8px 14px;
  border: 1px solid #444;
  border-right: 0;
  text-align: center;
  line-height: 1rem;
  margin-left: -1px;
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out; }

.pg__page:hover {
  background-color: #363636; }

.page--current {
  font-weight: 700;
  color: #D72029;
  border-color: #D72029;
  margin-right: 1px;
  border-right: 1px solid #D72029;
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out; }

.page--current:hover {
  background-color: #D72029;
  color: #fff; }

.pg--prev,
.pg--next {
  padding: 8px 16px; }

.pg--prev {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pg--next {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #444; }

.box,
.menu {
  background-color: #111111;
  font-size: 0.875rem; }

.menu__header,
.box__header {
  background-color: #D72029;
  color: #fff;
  padding: 2px 8px;
  border: 1px solid #D72029; }

.menu__item {
	display: table;
  border-bottom: 1px solid #1e1e1e;
  align-items: center;
  padding: 2px 8px;
  width: 100%;
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out; }

.menu__item:hover {
  background-color: #222222; }

.item__img {
  width: 60px;
  height: 40px;
  display: table-cell; }

.item__text {
  padding-left: 8px;
  display: table-cell; }

.menu_ad {
  margin-top: 32px; }
  
.menu__item,
.item__ims,
.item__text {
	vertical-align: middle;	}

.box {
  margin-bottom: 16px; }

.box__body {
  padding: 16px; }

@media (min-width: 992px) {
  .hm {
    display: none; } }

@media (max-width: 769px) {
  .box__body {
    padding: 8px; } }

@media (max-width: 480px) {
  .header--higher {
    padding: 8px; } }

.search__input {
  width: calc(100% - 40px);
  height: 30px;
  max-width: 280px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #363636;
  color: #7D7C7E;
  border: 1px solid 1px solid #444;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.875rem; }

.search__btn {
  padding: 6px 12px;
  height: 30px;
  margin-left: -6px;
  margin-bottom: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #D72029;
  color: #fff; }

.show-search {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  padding: 16px 0; }

.comment-box {
  padding: 8px;
  border: 1px solid #1e1e1e;
  margin-bottom: -1px; }

.comment__text {
  font-size: 0.75rem;
  color: #7D7C7E; }

.comment__reply {
  font-size: 0.875rem;
  font-weight: 500;
  color: #444; }

.nested--box {
  margin-left: 16px;
  border-right: 0;
  border-left: 0;
  border-top: 0; }

.modal-content {
  background-color: #000; }

.modal-footer {
  border-top: 1px solid #1e1e1e; }

.modal-header {
  border-bottom: 1px solid #1e1e1e; }

.close {
  color: #fff; }

.close:hover {
  color: #D72029 !important; }

.modal-backdrop {
  background-color: #4a4a4a; }

.form-control,
.form-control:focus {
  background-color: #363636;
  color: #7D7C7E;
  border: 1px solid #1e1e1e;
  font-size: 0.875rem;
  padding: 4px 12px;
  border-radius: 4px;
  height: auto; }

@media (max-width: 769px) {
  .container {
    max-width: 90%; } }

@media (max-width: 480px) {
  .container {
    max-width: 100%; } }

.img-responsive {
  width: 100%; }

@media (max-width: 480px) {
  .xs-hide {
    display: none !important; }
  .xs-w-full {
    width: 100%; }
  .xs-d-block {
    display: block; }
  .xs-text-left {
    text-align: left !important; }
  .xs-text-right {
    text-align: right; }
  .xs-text-center {
    text-align: center; }
  .xs-p-s {
    padding: 16px; }
  .xs-p-m {
    padding: 32px; }
  .xs-p-t-s {
    padding-top: 16px; }
  .xs-p-t-m {
    padding-top: 32px; }
  .xs-p-b-s {
    padding-bottom: 16px; }
  .xs-p-b-m {
    padding-bottom: 32px; }
  .xs-p-l-0 {
    padding-left: 0; }
  .xs-p-r-0 {
    padding-right: 0; }
  .xs-m-auto {
    margin: 0 !important; }
  .xs-m-r-0 {
    margin-right: 0 !important; }
  .xs-m-l-0 {
    margin-left: 0 !important; }
  .xs-m-t-s {
    margin-top: 16px; }
  .xs-m-t-m {
    margin-top: 32px; }
  .xs-m-b-s {
    margin-bottom: 16px; }
  .xs-m-b-m {
    margin-bottom: 32px; }
  .xs-list > li {
    display: block;
    margin-bottom: 16px; } }

@media (min-width: 480px) {
  .min-xs-hide {
    display: none; } }

@media (max-width: 769px) {
  .sm-text-left {
    text-align: left; }
  .sm-text-right {
    text-align: right; }
  .sm-text-center {
    text-align: center; }
  .sm-hide {
    display: none !important; }
  .sm-w-full {
    width: 100%; }
  .sm-d-block {
    display: block; }
  .sm-p-t-xs {
    padding-top: 8px; }
  .sm-p-t-s {
    padding-top: 16px; }
  .sm-p-t-m {
    padding-top: 32px; }
  .sm-m-b-xs {
    margin-bottom: 8px; }
  .sm-m-b-s {
    margin-bottom: 16px; }
  .sm-m-b-m {
    margin-bottom: 32px; } }

@media (max-width: 992px) {
  .m-m-b-s {
    margin-bottom: 16px; } }
