/* -----------------------------------------
   Colors
----------------------------------------- */
/* -----------------------------------------
   Color gradients for pricelist
----------------------------------------- */
/* -----------------------------------------
   Color gradients for alerts
----------------------------------------- */
/* -----------------------------------------
   Typography
----------------------------------------- */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdr.ttf) format('truetype');
}
/* -----------------------------------------
   Spaces
----------------------------------------- */
/* -----------------------------------------
Media queries breakpoints
----------------------------------------- */
/* GRADIENTS */
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* -----------------------------------------
Custom animations -> see app.less custom animation classes
----------------------------------------- */
@-webkit-keyframes show-me {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show-me {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes show-me {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show-me {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-me {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show-rotate-90 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
  }
  10% {
    opacity: 0;
    -webkit-transform: scale(1) rotate(10deg);
    -moz-transform: scale(1) rotate(10deg);
    -ms-transform: scale(1) rotate(10deg);
    -o-transform: scale(1) rotate(10deg);
    transform: scale(1) rotate(10deg);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.3) rotate(-10deg);
    -moz-transform: scale(1.3) rotate(-10deg);
    -ms-transform: scale(1.3) rotate(-10deg);
    -o-transform: scale(1.3) rotate(-10deg);
    transform: scale(1.3) rotate(-10deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(90deg);
    -moz-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    -o-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }
}
@-moz-keyframes show-rotate-90 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
  }
  10% {
    opacity: 0;
    -webkit-transform: scale(1) rotate(10deg);
    -moz-transform: scale(1) rotate(10deg);
    -ms-transform: scale(1) rotate(10deg);
    -o-transform: scale(1) rotate(10deg);
    transform: scale(1) rotate(10deg);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.3) rotate(-10deg);
    -moz-transform: scale(1.3) rotate(-10deg);
    -ms-transform: scale(1.3) rotate(-10deg);
    -o-transform: scale(1.3) rotate(-10deg);
    transform: scale(1.3) rotate(-10deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(90deg);
    -moz-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    -o-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }
}
@-ms-keyframes show-rotate-90 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
  }
  10% {
    opacity: 0;
    -webkit-transform: scale(1) rotate(10deg);
    -moz-transform: scale(1) rotate(10deg);
    -ms-transform: scale(1) rotate(10deg);
    -o-transform: scale(1) rotate(10deg);
    transform: scale(1) rotate(10deg);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.3) rotate(-10deg);
    -moz-transform: scale(1.3) rotate(-10deg);
    -ms-transform: scale(1.3) rotate(-10deg);
    -o-transform: scale(1.3) rotate(-10deg);
    transform: scale(1.3) rotate(-10deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(90deg);
    -moz-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    -o-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }
}
@-o-keyframes show-rotate-90 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
  }
  10% {
    opacity: 0;
    -webkit-transform: scale(1) rotate(10deg);
    -moz-transform: scale(1) rotate(10deg);
    -ms-transform: scale(1) rotate(10deg);
    -o-transform: scale(1) rotate(10deg);
    transform: scale(1) rotate(10deg);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.3) rotate(-10deg);
    -moz-transform: scale(1.3) rotate(-10deg);
    -ms-transform: scale(1.3) rotate(-10deg);
    -o-transform: scale(1.3) rotate(-10deg);
    transform: scale(1.3) rotate(-10deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(90deg);
    -moz-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    -o-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }
}
@keyframes show-rotate-90 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
  }
  10% {
    opacity: 0;
    -webkit-transform: scale(1) rotate(10deg);
    -moz-transform: scale(1) rotate(10deg);
    -ms-transform: scale(1) rotate(10deg);
    -o-transform: scale(1) rotate(10deg);
    transform: scale(1) rotate(10deg);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.3) rotate(-10deg);
    -moz-transform: scale(1.3) rotate(-10deg);
    -ms-transform: scale(1.3) rotate(-10deg);
    -o-transform: scale(1.3) rotate(-10deg);
    transform: scale(1.3) rotate(-10deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(90deg);
    -moz-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    -o-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }
}
@-webkit-keyframes popoffer {
  0% {
    right: -10%;
    opacity: 0;
  }
  50% {
    right: -10%;
    opacity: 0;
  }
  75% {
    right: 20%;
    opacity: 1;
  }
  100% {
    right: 10%;
    opacity: 1;
  }
}
@keyframes popoffer {
  0% {
    right: -10%;
    opacity: 0;
  }
  50% {
    right: -10%;
    opacity: 0;
  }
  75% {
    right: 20%;
    opacity: 1;
  }
  100% {
    right: 10%;
    opacity: 1;
  }
}
@keyframes enlarge {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: scale(0) rotate(10deg);
    transform-origin: 50% 34%;
  }
  75% {
    transform: scale(1.3) rotate(-10deg);
    transform-origin: 50% 34%;
  }
  100% {
    transform: none;
    transform-origin: 50% 34%;
  }
}
/* -----------------------------------------
   Background Colors
----------------------------------------- */
.bg-white {
  background-color: #ffffff;
}
/* -----------------------------------------
   Display property
----------------------------------------- */
.d-none {
  display: none;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
/* -----------------------------------------
   Flexbox
----------------------------------------- */
@media only screen and (min-width: 768px) {
  .d-sm-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .d-md-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .d-lg-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1600px) {
  .d-xl-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
.v-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
/* -----------------------------------------
    Sizing
----------------------------------------- */
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
/* -----------------------------------------
    Text
----------------------------------------- */
.font-size-small {
  font-size: 1.3rem !important;
}
.font-size-large {
  font-size: 1.8rem !important;
}
.bold,
.font-weight-bold {
  font-weight: bold !important;
}
.text-gray {
  color: #a4a4a2;
}
.text-gray-dark {
  color: #686866;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-right: -15px;
}
/* -----------------------------------------
    Styles
----------------------------------------- */
.relative {
  position: relative;
}
.no-overflow {
  overflow: hidden;
}
.no-scroll {
  overflow: hidden !important;
  position: fixed !important;
}
.clear {
  clear: both;
}
.card {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#686866);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.list-reset {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
.list-inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  display: inline;
}
.break-word {
  word-wrap: break-word;
}
/* -----------------------------------------
    Spacing
----------------------------------------- */
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0;
}
.no-space {
  padding: 0 !important;
  margin: 0;
}
.padding-on-top {
  padding-top: 15px;
}
.padding-on-bottom {
  padding-bottom: 15px;
}
.padding-on-left {
  padding-left: 15px;
}
.padding-on-right {
  padding-right: 15px;
}
.no-padding-on-top {
  padding-top: 0 !important;
}
.no-padding-on-bottom {
  padding-bottom: 0;
}
.no-padding-on-left {
  padding-left: 0;
}
.no-padding-on-right {
  padding-right: 0;
}
.no-padding-on-sides {
  padding-left: 0;
  padding-right: 0;
}
.half-padding-on-top {
  padding-top: 7.5px;
}
.half-padding-on-bottom {
  padding-bottom: 7.5px;
}
.half-padding-on-left {
  padding-left: 7.5px;
}
.half-padding-on-right {
  padding-right: 7.5px;
}
.half-padding-on-sides {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.padding-on-sides {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-all-sides {
  padding: 15px;
}
.margin-on-top {
  margin-top: 15px;
}
.double-margin-on-top {
  margin-top: 30px;
}
.triple-margin-on-top {
  margin-top: 45px;
}
.half-margin-on-top {
  margin-top: 7.5px;
}
.no-margin-on-top {
  margin-top: 0 !important;
}
.margin-on-bottom {
  margin-bottom: 15px;
}
.double-margin-on-bottom {
  margin-bottom: 30px;
}
.triple-margin-on-bottom {
  margin-bottom: 45px;
}
.half-margin-on-bottom {
  margin-bottom: 7.5px;
}
.no-margin-on-bottom {
  margin-bottom: 0 !important;
}
.margin-on-left {
  margin-left: 15px;
}
.double-margin-on-left {
  margin-left: 30px;
}
.triple-margin-on-left {
  margin-left: 45px;
}
.half-margin-on-left {
  margin-left: 7.5px;
}
.no-margin-on-left {
  margin-left: 0 !important;
}
.margin-on-right {
  margin-right: 15px;
}
.double-margin-on-right {
  margin-right: 30px;
}
.triple-margin-on-right {
  margin-right: 45px;
}
.half-margin-on-right {
  margin-right: 7.5px;
}
.no-margin-on-right {
  margin-right: 0 !important;
}
.margin-on-sides {
  margin-left: 15px;
  margin-right: 15px;
}
.margin-all-sides {
  margin: 15px;
}
.mt-auto {
  margin-top: auto;
}
/* -----------------------------------------
   Mobile spacing
----------------------------------------- */
.half-margin-on-top-xs {
  margin-top: 7.5px;
}
.half-margin-on-bottom-xs {
  margin-bottom: 7.5px;
}
.half-margin-on-right-xs {
  margin-right: 7.5px;
}
.half-margin-on-left-xs {
  margin-left: 7.5px;
}
.margin-on-top-xs {
  margin-top: 15px;
}
.margin-on-bottom-xs {
  margin-bottom: 15px !important;
}
.margin-on-right-xs {
  margin-right: 15px;
}
.margin-on-left-xs {
  margin-left: 15px;
}
.double-margin-on-top-xs {
  margin-top: 30px;
}
.double-margin-on-bottom-xs {
  margin-bottom: 30px;
}
/* -----------------------------------------
   MAIN STYLES
----------------------------------------- */
/* used for not displaying vue elements before compile */
[v-cloak] {
  display: none;
}
iframe[name=google_conversion_frame] {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  background-color: #efefec;
  -ms-overflow-style: scrollbar;
}
html,
body {
  color: #2d2d2d;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  line-height: 150%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
p,
blockquote,
th,
td {
  font-size: 1.5rem;
  line-height: 150%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 115%;
  color: inherit;
  margin: 5px 0 10px;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: lighter;
}
h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal,
h6.normal {
  font-weight: normal;
}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 2.1rem;
}
h3 {
  font-size: 1.9rem;
}
h4 {
  font-size: 1.8rem;
}
.h1 {
  font-size: 2.8rem;
}
.h2 {
  font-size: 2.4rem;
}
.h3 {
  font-size: 2.1rem;
}
.h4 {
  font-size: 1.9rem;
}
.strike {
  text-decoration: line-through;
}
form h2,
form h3 {
  margin: 30px 0 15px;
}
form h3 {
  color: #686866;
  margin-bottom: 7.5px;
}
.small-text,
ul.small-text li {
  font-size: 1.3rem;
}
.detail h2 {
  margin: 7.5px 0 15px;
}
.detail h3 {
  color: #686866;
  margin: 30px 0 7.5px;
}
.detail .details-section h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 15px 0 0;
}
.detail .details-desc:last-child {
  margin-bottom: 10px;
}
/* -----------------------------------------
   Title size on mobile reaction form
----------------------------------------- */
h1.title-mobile {
  font-size: 1.9rem;
}
h2.title-mobile {
  font-size: 1.5rem;
}
a {
  color: #d2271b;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #ed1000;
  text-decoration: underline;
}
a:focus,
a:active {
  color: #ed1000;
}
a:visited {
  color: #811811;
}
a:visited:focus,
a:visited:active {
  color: #ed1000;
}
a.text-link {
  color: #2d2d2d;
}
.text-color {
  color: #2d2d2d;
}
a.text-color:hover {
  color: #2d2d2d;
}
img {
  max-width: 100%;
  height: auto;
}
img.full-width {
  min-width: 100%;
  height: auto;
}
ul,
ol {
  overflow: hidden;
  padding-left: 30px;
}
ul.reset,
ol.reset,
ul.reset li,
ol.reset li {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
ul {
  padding-left: 20px;
}
dl dt {
  margin-top: 15px;
}
.container {
  position: relative;
}
.gradient-test {
  background-color: #d2271b;
  background-image: -webkit-gradient(linear, left 0%, left endColor, from(#d2271b), to(#bb2318));
  background-image: -webkit-linear-gradient(top, #d2271b, #bb2318);
  background-image: -moz-linear-gradient(50% 0%, #d2271b, #bb2318);
  background-image: -o-linear-gradient(top, #d2271b, #bb2318);
  background-image: -ms-linear-gradient(top, #d2271b, #bb2318);
  background-image: linear-gradient(top, #d2271b, #bb2318);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#d2271b', EndColorStr='#bb2318');
  height: 400px;
  width: 50%;
}
/* -----------------------------------------
   Buttons
----------------------------------------- */
.btn {
  font-size: 1.5rem;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  margin-right: 15px;
}
.btn:last-child {
  margin-right: 0;
}
.btn-lg {
  font-size: 1.8rem;
  min-height: 46px;
  padding: 9px 20px;
}
.btn-lg svg.icon {
  width: 20px;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
}
.btn-sm {
  font-size: 1.3rem;
  height: 34px;
  max-height: 34px !important;
}
.btn-sm svg.icon {
  width: 17px !important;
  height: 17px !important;
}
.btn-primary {
  color: #ffffff;
  background-color: #d2271b;
  border: 1px solid #bb2318;
}
.btn-primary:hover {
  color: #fff;
  background-color: #e02a1d !important;
  border: 1px solid #bb2318;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:active:focus {
  background: #d2271b;
  border: 1px solid #ae2016 !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  outline: 0;
}
.btn-primary:visited {
  color: #ffffff;
}
.btn-primary .icon {
  fill: #ffffff !important;
}
.btn .btn-material:last-child {
  margin-right: 15px;
}
.btn .btn-material {
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 3px 3px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.3) 2px 3px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 2px 3px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 3px 3px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#686866);
  font-size: 1.3rem;
  min-height: 75px;
  padding-top: 14px;
}
.btn-default {
  color: #686866;
  background-color: #efefec;
  border: 1px solid #d3d3cb !important;
}
.btn-default:hover {
  color: #2d2d2d;
  background-color: #e8e8e4 !important;
  border: 1px solid #d3d3cb !important;
}
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default:visited {
  background: #efefec;
  border: 1px solid #dcdcd6;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.btn-default:visited {
  color: #686866;
}
.btn-default .icon {
  fill: #686866;
}
.btn-green {
  color: #ffffff;
  background-color: #0B902C !important;
  border: 1px solid #0a8228;
}
.btn-green:hover {
  color: #fff;
  background-color: #0c9e30 !important;
  border: 1px solid #0a7d26;
}
.btn-green:active,
.btn-green.active,
.btn-green:focus,
.btn-green:visited {
  background: #0B902C;
  border: 1px solid #097423 !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
}
.btn-green:visited {
  color: #ffffff;
}
.btn-green .icon {
  fill: #ffffff !important;
}
.btn-facebook {
  background-color: #3b5998 !important;
  border: 1px solid #37538d;
  color: #ffffff !important;
  width: 100%;
}
.btn-facebook:hover {
  background-color: #3f5fa3 !important;
  border: 1px solid #355089;
}
.btn-google {
  background-color: #ffffff !important;
  border: 1px solid #9c9c9a;
  color: #686866 !important;
  width: 100%;
}
.btn .icon {
  margin-right: 4px;
  position: relative;
  top: 2px;
  max-height: 16px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover {
  cursor: not-allowed;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #efefec;
  border: 1px solid #dcdcd6 !important;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  color: rgba(255, 255, 255, 0.75);
  background-color: #d2271b;
  border: 1px solid #c42419;
}
form .btn.btn-google,
form .btn.btn-facebook {
  margin-bottom: 0;
}
a.btn-lg {
  padding: 11px 20px 7px;
}
.input-group .input-group-btn .btn {
  padding: 7px 12px;
  max-height: 44px;
  height: 40px;
}
.input-group .input-group-btn .btn svg.icon {
  max-width: 20px;
  max-height: 20px;
  height: 20px;
  width: 20px;
  margin-right: 0;
}
.input-group .input-group-btn .btn.btn-default {
  border-color: #8b8b88 #a4a4a2 #a4a4a2 !important;
}
.input-group .input-sm {
  min-height: 34px;
}
.signup-or-separator {
  background-color: #ddddd6;
  height: 1px;
  margin: 20px 0;
}
.signup-or-separator span {
  background-color: #ffffff;
  bottom: 10px;
  color: #a4a4a2;
  left: 50%;
  padding: 0 5px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* -----------------------------------------
   Forms / Formulare
----------------------------------------- */
form {
  /* VUE component for skills */
  /* END VUE */
}
form .label-desc {
  font-weight: normal;
  font-size: 1.3rem;
}
form .label-nested {
  color: #a4a4a2;
  font-weight: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  form .has-label-nested .control-label {
    margin-top: 26px;
  }
}
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=tel],
form input[type=number],
form select.form-control {
  height: 28px;
  min-height: 40px;
  color: #2d2d2d;
}
form input[type=text].input-lg,
form input[type=password].input-lg,
form input[type=email].input-lg,
form input[type=url].input-lg,
form input[type=date].input-lg,
form input[type=tel].input-lg,
form input[type=number].input-lg,
form select.form-control.input-lg {
  font-size: 1.6rem;
  height: auto;
  min-height: 40px;
}
form input[type=number]::-webkit-inner-spin-button,
form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form input[type=number] {
  -moz-appearance: textfield;
}
form select.form-control.x-sel {
  height: 36px;
}
form textarea.form-control {
  resize: vertical;
}
form textarea.form-control:hover {
  -webkit-transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
  -moz-transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
  -ms-transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
}
form .selectize-input {
  height: auto;
  min-height: 40px;
}
form .form-control,
form .selectize-input {
  font-size: 1.5rem;
  border-color: #8b8b88 #a4a4a2 #a4a4a2;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
form .form-control:hover,
form .selectize-input:hover {
  border-color: #8b8b88;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form .form-control:focus,
form .selectize-input:focus {
  background-color: #f8f8f7;
  border-color: #2d2d2d;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
}
form .form-control {
  color: #2d2d2d;
}
form .form-control::-moz-placeholder {
  color: #a4a4a2;
}
form .form-control:-moz-placeholder {
  color: #a4a4a2;
}
form .form-control::-ms-input-placeholder {
  color: #a4a4a2;
}
form .form-control::-webkit-input-placeholder {
  color: #a4a4a2;
}
form .form-control.field-with-loader {
  padding-right: 40px;
}
form select.selectize {
  margin-bottom: 7.5px;
}
form .selectize-control {
  min-height: 40px;
}
form .selectize-control.multi .selectize-input input {
  height: 28px;
  min-height: 40px;
  line-height: normal !important;
}
form .selectize-control.multi .selectize-input input::-moz-placeholder,
form .selectize-control.multi .selectize-input input::-ms-input-placeholder,
form .selectize-control.multi .selectize-input input::-webkit-input-placeholder {
  color: #686866;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
form .selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #efefec none repeat scroll 0 0;
  padding: 0.15em 0.5em;
  line-height: 125%;
}
form .selectize-control.multi .selectize-input > div.active {
  background-color: #686866;
}
form .selectize-control.multi .selectize-input.has-items {
  padding: 5px 10px;
}
form .selectize-control.multi .selectize-input.focus {
  -webkit-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -khtml-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -moz-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  border-color: #f0af13;
}
form .selectize-control.multi .selectize-input .item {
  margin-bottom: 0 !important;
}
form .selectize-control.single .selectize-input {
  max-height: 40px;
}
form .selectize-control.single .selectize-input .item {
  padding: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  margin-top: 2px;
}
form .selectize-control.single .selectize-input.focus {
  -webkit-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -khtml-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -moz-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  border-color: #f0af13;
}
form .selectize-control.single .has-items input {
  top: -6px;
}
form .selectize-control.plugin-remove_button [data-value] .remove {
  font-size: 1.8rem;
}
form .selectize-control.input-lg .selectize-input {
  padding: 7px 10px 3px;
}
form .selectize-control.input-lg .selectize-input input {
  font-size: 1.8rem;
  width: auto;
  min-height: 34px !important;
  padding-top: 3px !important;
}
form .selectize-control.input-lg .selectize-input.has-items .item {
  font-size: 1.8rem;
}
form .selectize-control.input-lg .selectize-input.has-items .item .remove {
  padding: 3px 0 0;
}
form .selectize-dropdown {
  color: #2d2d2d;
}
form .selectize-dropdown .optgroup-header {
  color: #686866;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
}
form .selectize-dropdown .option.active {
  background-color: #efefec;
}
form .multiselect {
  color: #2d2d2d;
}
form .multiselect .multiselect__input,
form .multiselect .multiselect__single {
  line-height: normal;
  margin-bottom: 0;
}
form .multiselect .multiselect__tags {
  border-color: #8b8b88 #a4a4a2 #a4a4a2;
  font-size: 1.5rem;
  padding: 0 10px 0 10px;
}
form .multiselect .multiselect__tags input {
  background-color: transparent;
}
form .multiselect .multiselect--active .multiselect__input {
  border-color: #2d2d2d;
  background: red;
}
form .multiselect .multiselect__option--highlight:after {
  display: none;
}
form .multiselect .multiselect__option--disabled {
  color: #686866;
  background-color: transparent;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1px;
}
form .multiselect .multiselect__option--disabled:before {
  content: '';
  display: block;
  margin-top: 6px;
}
form .multiselect .multiselect__content > .multiselect__element:first-child .multiselect__option--disabled:before {
  display: none;
  border-color: red;
}
form .multiselect .multiselect__element {
  color: #2d2d2d;
}
form .multiselect .multiselect__element .multiselect__option--highlight {
  color: #2d2d2d;
  background-color: #efefec;
}
form .multiselect .multiselect__content-wrapper {
  border-color: #a4a4a2;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
form .multiselect.multiselect--active {
  z-index: 1001;
}
form .multiselect,
form .multiselect__input,
form .multiselect__single {
  font-size: 1.5rem;
}
form .delete-row {
  color: #a4a4a2;
  position: relative;
  top: 6px;
}
form .delete-row .icon {
  fill: #a4a4a2;
}
form .delete-row:hover {
  color: #2d2d2d;
  cursor: pointer;
}
form .delete-row:hover .icon {
  fill: #d2271b;
}
form .checkbox input[type="checkbox"],
form .checkbox-inline input[type="checkbox"],
form .radio input[type="radio"],
form .radio-inline input[type="radio"] {
  margin-top: 5px;
}
form .checkbox-inline + .checkbox-inline,
form .radio-inline + .radio-inline {
  display: block;
  margin-left: 0;
}
form.form-horizontal .checkbox,
form.form-horizontal .radio {
  min-height: 34px;
}
form.form-horizontal .control-label {
  text-align: left;
  cursor: pointer;
}
form .photoframe-edit {
  width: 120px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
form .photoframe-edit input#fileupload_edit {
  width: 120px;
}
form .photoframe-edit img,
form .photoframe-edit canvas {
  border: 1px solid #a4a4a2;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  max-width: 110px;
}
form .photoframe-edit .strip {
  color: #d2271b;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px 10px 15px;
  cursor: pointer;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
form .photoframe-edit .strip span {
  padding-top: 0px;
}
form .photoframe-edit:hover .strip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
form .photoframe input,
form .photoframe-edit input {
  font-size: 100px;
  margin: 0;
  border: solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  filter: alpha(opacity=0) !important;
  direction: ltr;
  cursor: pointer;
  z-index: 100;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(0px, 0) scale(2);
  -moz-transform: translate(0px, 0) scale(2);
  -ms-transform: translate(0px, 0) scale(2);
  -o-transform: translate(0px, 0) scale(2);
  transform: translate(0px, 0) scale(2);
}
form .fileupload {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0 !important;
}
form .fileupload input {
  cursor: pointer;
  height: 37px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
form .fileupload span {
  padding: 6px 12px;
  display: block;
}
form .profesia-spell-checker-result {
  color: #a4a4a2;
  height: auto;
  max-height: 130px;
  margin-bottom: 30px;
  background-color: #efefec;
  overflow: auto;
}
form .profesia-spell-checker-result .profesia-sc-misspelled {
  color: #a4a4a2;
  padding: 0 0.1em;
}
form .profesia-spell-checker-result .profesia-sc-unchecked {
  color: #d2271b;
  border-bottom: 1px dotted #d2271b;
  cursor: pointer;
}
form .profesia-spell-checker-result .profesia-sc-corrected {
  color: #0B902C;
  cursor: pointer;
}
form .required {
  color: #bb2318;
}
form .error-message {
  color: #a94442;
}
form.order .package-type {
  padding-top: 3px;
}
form.order .package-type label + .label {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
form.order .unit {
  color: #686866;
}
form.order .sum {
  border-top: 1px dashed #a4a4a2;
  padding-top: 15px;
}
form.order .table tr.bg-gray {
  background-color: #efefec;
}
form.order .table tr.bg-gray td {
  padding-left: 8px;
}
form.order .table tr.bg-gray.border-bottom {
  border-bottom: 1px solid #ddddd6;
}
form.order .table td {
  padding-left: 0;
}
form .btn {
  margin-bottom: 15px;
}
form .fileremove a {
  color: #a4a4a2;
}
form .fileremove a .icon {
  fill: #a4a4a2;
}
form .fileremove a:hover {
  color: #d2271b;
}
form .fileremove a:hover .icon {
  fill: #d2271b;
}
.photoframe {
  cursor: pointer;
  border: 1px solid #a4a4a2;
  background-color: #efefec;
  min-height: 80px;
  overflow: hidden;
  text-align: center;
  width: 80px;
  position: relative;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.photoframe .icon {
  width: 40px;
  max-width: none;
  height: 40px;
  max-height: none;
  margin: 16px 0 0;
}
.photoframe .text {
  color: #686866;
  display: inline-block;
  margin: 7.5px 0;
  line-height: 115%;
}
.photoframe:hover .text {
  color: #2d2d2d;
}
/* -----------------------------------------
   CV 2. step - photo cropper
----------------------------------------- */
.cropper-container.cropper-bg {
  max-height: 600px;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu .ui-menu-item {
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item a {
  padding: 3px 7px 4px 7px;
  line-height: 1.5;
  text-decoration: none;
}
.ui-widget-content a {
  color: #333;
}
.ui-autocomplete.ui-menu {
  border-width: 1px;
  background: #fff;
  border-color: #8b8b88 #a4a4a2 #a4a4a2;
  border-radius: 3px;
  font-size: 1.5rem;
  padding: 4px;
}
.ui-autocomplete .ui-menu-item a {
  padding: 3px 7px 4px 7px;
  line-height: 1.5;
}
.ui-autocomplete .ui-state-focus a {
  color: #fff;
  border-radius: 0;
}
.ui-autocomplete .ui-state-focus {
  border-color: #3875d7;
  background: none repeat scroll 0 0 #3875d7;
}
.ui-autocomplete {
  z-index: 2000;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  color: #262626;
}
.ui-autocomplete-input {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.search-card .ui-autocomplete-input {
  -webkit-border-radius: 3px 0 0 3px !important;
  -khtml-border-radius: 3px 0 0 3px !important;
  -moz-border-radius: 3px 0 0 3px !important;
  border-radius: 3px 0 0 3px !important;
}
.ui-autocomplete.ui-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
  box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#686866);
  padding: 0;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.ui-autocomplete.ui-menu:hover {
  border-color: #8b8b88;
}
.ui-autocomplete.ui-menu .ui-menu-item {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  padding: 3px 24px 3px 12px;
}
.ui-autocomplete.ui-menu .ui-state-focus,
.ui-autocomplete.ui-menu .ui-state-focus a {
  background-color: #f5f5f5;
  border: none !important;
  color: #262626;
  font-weight: normal !important;
  margin: 0;
}
.multistep-form {
  padding: 0 !important;
  margin: 0;
  list-style: none;
  margin-top: 30px;
}
.multistep-form li {
  color: #a4a4a2;
  font-weight: normal;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: 5px 12px 15px 0;
  display: block;
  position: relative;
  float: left;
}
.multistep-form li::after {
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
  content: "►";
  height: 12px;
  width: 10px;
  fill: #d2271b;
  position: relative;
  top: -7px;
  opacity: 0.5;
}
.multistep-form li.active {
  color: #d2271b;
}
.multistep-form li.active a {
  font-weight: normal;
  color: #d2271b;
}
.multistep-form li.active .step-number {
  background-color: #d2271b;
}
.multistep-form li.active .step-name {
  color: #d2271b;
}
.multistep-form li:last-child::after {
  content: '';
}
.multistep-form .step-number {
  font-size: 1.3rem;
  color: #efefec;
  text-align: center;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-color: #a4a4a2;
  display: inline-block;
  position: relative;
  top: -2px;
  z-index: 10;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.multistep-form .step-name {
  color: #a4a4a2;
  display: none;
}
/* -----------------------------------------
   Header
----------------------------------------- */
.header-facelift {
  background-color: #fff;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 5px solid #f0af13;
  border-top: none;
  overflow: visible;
  margin-bottom: 15px;
}
.header-facelift .logo {
  text-align: left;
  width: auto;
  height: 50px;
}
.header-facelift .logo img {
  height: 44px;
  width: auto;
  margin-top: 12px;
  margin-left: 7.5px;
}
.header-facelift .navbar-right {
  overflow: visible;
  vertical-align: middle;
  display: inline;
  float: right;
}
.header-facelift .navbar-right > li {
  float: left;
}
.header-facelift .navbar-right .dropdown.open a {
  background-color: transparent;
  color: #2d2d2d;
}
.header-facelift .navbar-right .dropdown-menu {
  left: -120% !important;
  overflow: visible;
  top: 120%;
}
.header-facelift .navbar-right .dropdown-menu::before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  right: 11px;
  position: absolute;
  top: -7px;
}
.header-facelift .navbar-right .dropdown-menu::after {
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  right: 12px;
  position: absolute;
  top: -6px;
}
.header-facelift .navbar-right .dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 7.5px;
}
.header-facelift .navbar-right .dropdown-toggle .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-right: -15px;
  width: auto;
  max-width: 175px;
  display: inline-block;
  padding-right: 15px;
}
.header-facelift .navbar-right .dropdown-toggle .caret {
  display: inline-block;
  margin-left: -5px;
  margin-top: 10px;
}
.header-facelift .navbar-right .dropdown-toggle .user-account-icon {
  float: left;
}
.header-facelift .navbar-right .dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: -100%;
  position: absolute;
}
.header-facelift .navbar-right .dropdown-menu > li > a {
  color: #2d2d2d !important;
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-facelift .navbar-nav > li button.btn-sm,
.header-facelift .navbar-nav > li a.btn-sm {
  font-size: 1.5rem;
}
.header-facelift .navbar-nav > li > a {
  color: #2d2d2d;
  padding-left: 10px;
  padding-right: 10px;
}
.header-facelift .navbar-nav > li > a.btn {
  padding: 6px 12px;
}
.header-facelift .navbar-nav > li > a.btn.btn-primary {
  color: #ffffff;
}
.header-facelift .navbar-nav > li > button {
  margin: 7.5px;
}
.header-facelift .header-favorite-container {
  display: block;
  font-size: 1.1rem;
  height: 30px;
  line-height: 1.1rem;
  text-decoration: none;
  position: relative;
  margin-top: 2px;
}
.header-facelift .header-favorite-counter {
  font-size: 1.3rem;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 33px;
}
.header-facelift .mobile-search-box {
  padding: 0;
  border-top: 1px solid #ddddd6;
}
.header-facelift .mobile-search-box form {
  margin: 15px 0;
}
/* -----------------------------------------
   Homepage
----------------------------------------- */
.homepage h1 {
  font-size: 3rem;
  color: #2d2d2d;
  margin-bottom: 15px;
  margin-top: 0;
}
.homepage h3 {
  font-size: 1.9rem;
  margin: 0;
}
.homepage.hu h1 {
  font-size: 2.625rem;
}
.homepage .homepage-tools {
  background-color: #ffffff;
  padding: 30px 0 15px;
}
.homepage .homepage-tools .homepage-tool {
  min-height: 80px;
  margin-bottom: 15px;
}
.homepage .homepage-tools .homepage-tool a {
  color: #2d2d2d !important;
}
.homepage .homepage-tools .homepage-tool a:hover {
  text-decoration: none;
}
.homepage .homepage-tools .homepage-tool .icon {
  float: left;
  margin: 0 15px 15px 0;
}
.homepage .last-search-section {
  margin-top: 15px;
}
.homepage .last-search-section a:visited {
  color: #d2271b;
}
@media only screen and (min-width: 992px) {
  .homepage .last-search-section {
    margin-top: 0;
  }
}
.homepage .premium-offers .offer,
.homepage .recommended-offers .offer {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#686866);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.homepage .premium-offers .offer a,
.homepage .recommended-offers .offer a {
  display: block;
}
.homepage .premium-offers .offer a:hover,
.homepage .recommended-offers .offer a:hover {
  text-decoration: none;
}
.homepage .premium-offers .offer a:hover .position,
.homepage .recommended-offers .offer a:hover .position {
  text-decoration: underline;
}
.homepage .premium-offers .offer .position,
.homepage .recommended-offers .offer .position {
  display: block;
}
.homepage .premium-offers .offer .company,
.homepage .recommended-offers .offer .company {
  color: #2d2d2d;
}
.homepage .premium-offers .offer .position,
.homepage .recommended-offers .offer .position,
.homepage .premium-offers .offer .company,
.homepage .recommended-offers .offer .company {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-right: -15px;
  width: auto;
  display: block;
  margin-right: 0;
}
.homepage .premium-offers .imgtop,
.homepage .recommended-offers .imgtop {
  width: 96px;
  height: 40px;
  margin-right: 15px;
  float: left;
}
.homepage .premium-offers {
  padding: 30px 0;
}
.homepage .top-companies {
  background-color: #efefec;
  padding: 30px 0;
  /* entire container, keeps perspective */
  /* flip the pane when hovered */
  /* IE */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
.homepage .top-companies .top-logo {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
.homepage .top-companies .top-logo li {
  background-color: transparent;
  text-align: center;
  display: block;
  margin: 1px;
  width: 49.3%;
  float: left;
}
.homepage .top-companies .top-logo li img {
  width: 120px;
  height: 50px;
  margin: 30px auto;
}
.homepage .top-companies .top-logo li.premium-tile {
  height: auto;
  display: block;
  text-align: center;
  width: 100%;
}
.homepage .top-companies .flip-container {
  overflow: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}
.homepage .top-companies .flip-container:hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.homepage .top-companies .flip-container:hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.homepage .top-companies .flipper {
  display: block;
  height: 110px;
  position: relative;
  -moz-transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.homepage .top-companies .front,
.homepage .top-companies .back {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.homepage .top-companies .front {
  background-color: #ffffff;
  display: block;
  text-align: center;
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
}
.homepage .top-companies .back {
  color: #2d2d2d;
  background-color: #fff;
  display: block;
  padding: 30px 7.5px 15px;
  text-align: center;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.homepage .top-companies .back .large {
  font-size: 2.8rem;
  font-weight: bold;
}
.homepage .top-companies .back small {
  line-height: 130%;
  display: inline-block;
}
.homepage .homepage-search {
  background-color: #efefec;
  padding: 0 0 30px;
}
.homepage .homepage-search .regions {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
.homepage .homepage-search .regions a {
  color: #2d2d2d;
  display: inline-block;
  padding: 7.5px 0;
}
.homepage .homepage-search .cd-intro {
  margin-top: 10px;
}
.homepage .homepage-search .counter {
  display: none;
}
.counter {
  color: #a4a4a2;
}
/* -----------------------------------------
   Polls / Anketa
----------------------------------------- */
.polltitle {
  font-weight: bold;
}
.polltext {
  margin-top: 7.5px;
}
.polltext a {
  color: #2d2d2d;
}
.polltext p {
  color: #a4a4a2;
}
.polltext .graph {
  display: inline-block;
  background-color: #f0af13;
  height: 10px;
  content: 'asa';
  margin-right: 7.5px;
}
/* -----------------------------------------
    Progress bar
----------------------------------------- */
.progress-bar {
  font-size: 1.3rem;
}
.progress-bar.progress-bar-warning {
  background-color: #f0af13;
}
/* -----------------------------------------
    Panel / Panely
----------------------------------------- */
.panel {
  border-bottom: 2px solid #ddddd6;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  -khtml-box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#686866);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel h4 {
  margin-top: 0;
}
.panel h2 {
  font-size: 2.4rem;
  margin: 0 0 10px;
}
.panel .toggle-buttons {
  float: right;
}
@media only screen and (min-width: 768px) {
  .panel .toggle-buttons {
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  .panel .toggle-buttons {
    float: right;
  }
}
.panel .toggle-buttons-container {
  margin-bottom: 6px;
  padding-left: 1px;
  overflow: hidden;
}
.panel .toggle-buttons-title {
  float: left;
}
@media only screen and (min-width: 1200px) {
  .panel .toggle-buttons-title {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 1600px) {
  .panel .toggle-buttons-title {
    margin-top: 6px;
  }
}
.panel .toggle-buttons input {
  position: absolute;
  z-index: -1;
}
.panel .toggle-buttons input:checked + label {
  background-color: #efefec;
  color: #2d2d2d;
}
.panel .toggle-buttons label {
  float: left;
  display: inline-block;
  color: #ddddd6;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 3px 10px;
  margin-left: -1px;
  border: 1px solid #ddddd6;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.panel .toggle-buttons label:hover {
  cursor: pointer;
}
.panel.panel-default {
  background-color: #efefec;
  border-color: #d8d8d0;
}
.panel.panel-default.orange {
  border-bottom: 2px solid;
  border-top: 1px solid;
  border-color: #f0af13;
  background-color: rgba(240, 175, 19, 0.15);
}
.panel.panel-white {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.panel.auto-repeat-container .text-container {
  margin-left: 15px;
  display: inline-block;
}
/* Remove underline in ad system - forum prace */
ins {
  text-decoration: none;
}
/* -----------------------------------------
    Card / karty
----------------------------------------- */
.no-result h1 {
  font-size: 1.8rem !important;
}
.no-result .icon-center {
  margin: 0 auto 15px auto;
  display: block;
}
/* -----------------------------------------
   Alert / Upozornenia
----------------------------------------- */
.alert {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-animation: show-me 1s ease 0s 1 normal;
  -moz-animation: show-me 1s ease 0s 1 normal;
  -ms-animation: show-me 1s ease 0s 1 normal;
  animation: show-me 1s ease 0s 1 normal;
}
.alert a {
  text-decoration: underline;
  color: inherit;
}
.alert-success {
  background-color: #d1fcdc;
  color: #07611e;
  border-color: #a2f8b7;
}
.alert-success a {
  color: #07611e !important;
}
.alert-success svg {
  fill: #07611e;
}
.alert-warning {
  background-color: #fcf0d3;
  color: #946b09;
  border-color: #f9e0a3;
}
.alert-warning a {
  color: #946b09 !important;
}
.alert-warning svg {
  fill: #946b09;
}
.alert-danger {
  background-color: #fadbd8;
  color: #a51f15;
  border-color: #f7c5c2;
}
.alert-danger a {
  color: #a51f15 !important;
}
.alert-danger svg {
  fill: #a51f15;
}
.alert.alert-php {
  color: #a51f15;
  padding: 0;
  border: none;
}
.alert.alert-php a {
  color: #a51f15 !important;
}
.alert .icon-container {
  float: left;
  margin-right: 15px;
  width: 50px;
}
.alert .icon-container .icon {
  margin: auto;
  display: block;
  width: 44px;
  height: 44px;
  min-height: 44px;
  min-width: 44px;
  max-height: 44px;
  max-width: 44px;
}
.alert .text-container {
  margin-left: 65px;
}
.alert .icon-rotate {
  -webkit-animation: show-rotate-90 3.5s ease 0s 1 normal;
  -moz-animation: show-rotate-90 3.5s ease 0s 1 normal;
  -ms-animation: show-rotate-90 3.5s ease 0s 1 normal;
  animation: show-rotate-90 3.5s ease 0s 1 normal;
}
.alert .icon-enlarge {
  -webkit-animation: enlarge 1s ease 0s 1 normal;
  -moz-animation: enlarge 1s ease 0s 1 normal;
  -ms-animation: enlarge 1s ease 0s 1 normal;
  animation: enlarge 1s ease 0s 1 normal;
}
.alert .show-me {
  opacity: 1;
  -webkit-animation: show-me 1s ease 0s 1 normal;
  -moz-animation: show-me 1s ease 0s 1 normal;
  -ms-animation: show-me 1s ease 0s 1 normal;
  animation: show-me 1s ease 0s 1 normal;
}
/* Close button for alerts and modal windows */
button.close {
  font-size: 37px;
  font-weight: normal;
  top: -8px !important;
  right: -20px !important;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  color: inherit;
}
button.close:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* -----------------------------------------
   Modal window
----------------------------------------- */
body.modal-open {
  position: fixed;
}
.modal-footer {
  text-align: left;
}
.modal-footer .btn + .btn {
  margin-left: 0;
}
.modal {
  z-index: 1072;
}
.modal-backdrop {
  z-index: 1071;
}
.main-login-table,
.reveal-modal {
  display: none;
}
/* -----------------------------------------
    Tabs Založky
// ----------------------------------------- */
.nav-tabs {
  border: none;
}
.nav-tabs li {
  margin-bottom: -1px;
}
.nav-tabs li a {
  padding: 10px 7.5px;
  margin-right: 10px;
  margin-bottom: 1px;
  border-bottom: 3px solid transparent !important;
}
.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li a:focus {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs li a:hover {
  text-decoration: underline;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  color: #2d2d2d;
  background-color: transparent;
  font-weight: bold;
  outline: none;
  border-bottom: 3px solid #d2271b !important;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.nav-tabs li:hover a {
  border-bottom: 3px solid #d2271b !important;
  border-style: none none solid;
  text-decoration: none;
  position: inherit;
}
.tab-content {
  padding-top: 15px;
}
/* -----------------------------------------
   Tooltip
----------------------------------------- */
.data-tooltip {
  font-weight: bold;
  border-bottom: 1px dotted #2d2d2d;
}
.data-tooltip:hover {
  cursor: help;
}
.data-tooltip.normal {
  font-weight: normal;
}
.data-tooltip.input-group-btn {
  border-bottom: none;
}
.data-tooltip.input-group-btn .btn {
  margin-bottom: 0;
  margin-left: -1px;
}
.data-tooltip.input-group-btn .btn:hover,
.data-tooltip.input-group-btn .btn:focus,
.data-tooltip.input-group-btn .btn:active {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
@media only screen and (max-width: 480px) {
  .data-tooltip.agreement + .tooltip {
    left: 0 !important;
    width: 87vw;
  }
}
.data-tooltip.agreement + .tooltip .tooltip-inner {
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .data-tooltip.agreement + .tooltip .tooltip-inner {
    min-width: 450px;
  }
}
@media only screen and (min-width: 992px) {
  .data-tooltip.agreement + .tooltip .tooltip-inner {
    min-width: 680px;
  }
}
@media only screen and (min-width: 1600px) {
  .data-tooltip.agreement + .tooltip .tooltip-inner {
    min-width: 800px;
  }
}
.data-tooltip.agreement:hover {
  cursor: pointer;
}
.label .data-tooltip {
  border-bottom: none;
  font-weight: normal;
}
.tooltip-inner {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  text-align: left !important;
}
.tooltip ul li {
  font-size: 1.3rem;
}
/* -----------------------------------------
    Tables Tabulky
----------------------------------------- */
.table-responsive.wrap thead tr th,
.table-responsive.wrap tbody tr th,
.table-responsive.wrap tfoot tr th,
.table-responsive.wrap thead tr td,
.table-responsive.wrap tbody tr td,
.table-responsive.wrap tfoot tr td {
  white-space: normal;
}
.table-responsive.wrap thead a {
  color: #2d2d2d;
}
/* -----------------------------------------
   Popover
----------------------------------------- */
.popover {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.data-popover::after {
  font-size: initial;
  color: #2d2d2d;
  font-weight: normal;
  line-height: 1;
  content: "i";
  background-color: #efefec;
  display: inline-block;
  padding: 1.5px 7px 0;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #2d2d2d;
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
label .data-popover::after {
  top: 0px;
}
.data-popover:hover {
  cursor: pointer;
}
.data-popover.top-0::after {
  top: 0px;
}
.popover-content {
  font-size: 1.5rem;
  padding: 15px;
}
.popover-content .close {
  margin-left: 10px;
  opacity: 1;
  color: #686866;
}
.popover-content .close:hover {
  color: #2d2d2d;
}
.checkbox label + .data-popover::after {
  top: 0;
}
h1 .data-popover::after,
h2 .data-popover::after,
h3 .data-popover::after,
h4 .data-popover::after,
.list-row .data-popover::after {
  position: static;
}
/* -----------------------------------------
   Right Side Popup window
----------------------------------------- */
.popoffer {
  padding: 15px;
  /* GDPR form */
}
.popoffer-box {
  -webkit-animation: popoffer 3.5s ease 0s 1 normal;
  -moz-animation: popoffer 3.5s ease 0s 1 normal;
  -ms-animation: popoffer 3.5s ease 0s 1 normal;
  animation: popoffer 3.5s ease 0s 1 normal;
  background-color: white;
  bottom: 60px;
  border: 1px solid #ddddd6;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#686866);
  opacity: 1;
  position: fixed;
  right: 10%;
  width: 320px;
  z-index: 100;
}
.popoffer-close {
  position: absolute;
  right: 5px;
  text-align: center;
  width: 30px;
  height: 30px;
}
.popoffer-close svg {
  width: 24px;
  height: 24px;
  margin-top: 7px;
  fill: #686866;
}
.popoffer .title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 1.1;
  margin-bottom: 5px;
}
.popoffer-title {
  background-color: #fff;
  border-bottom: 1px solid #ddddd6;
  padding: 10px 15px 8px;
}
.popoffer .btn-xs {
  margin-top: 5px;
}
.popoffer span {
  display: block;
  margin-top: -3px;
}
.popoffer .form-group .checkbox {
  padding-top: 0;
}
.popoffer .form-group .checkbox span {
  display: inline !important;
  margin-top: 0 !important;
}
.icon {
  background-color: transparent;
  display: inline-block;
  width: 20px;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.icon.icon-sm {
  width: 16px;
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  top: 2px;
}
.icon.icon-md {
  width: 26px;
  height: 26px;
  max-height: 26px;
  max-width: 26px;
}
.icon.icon-lg {
  width: 44px;
  height: 44px;
  max-height: 44px;
  max-width: 44px;
}
.icon.icon-xl {
  width: 60px;
  height: 60px;
  max-height: 60px;
  max-width: 60px;
}
.icon.icon-xxl {
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
}
.icon.margin-on-right {
  margin-right: 15px;
}
.icon.red,
.icon.red * {
  fill: #d2271b;
}
.icon.orange,
.icon.orange * {
  fill: #f0af13;
}
.icon.blue,
.icon.blue * {
  fill: #2c6fde;
}
.icon.green,
.icon.green * {
  fill: #0B902C;
}
.icon.purple,
.icon.purple * {
  fill: #9c1f7c;
}
.icon.white,
.icon.white * {
  fill: #ffffff;
}
.icon.gray-lighter,
.icon.gray-lighter * {
  fill: #efefec;
}
.icon.gray-light,
.icon.gray-light * {
  fill: #ddddd6;
}
.icon.gray,
.icon.gray * {
  fill: #a4a4a2;
}
.icon.gray-dark,
.icon.gray-dark * {
  fill: #686866;
}
.icon.gray-darker,
.icon.gray-darker * {
  fill: #2d2d2d;
}
/* -----------------------------------------
   List - Zoznamy
----------------------------------------- */
.listing h1 {
  margin-top: 0;
  font-size: 2.1rem;
}
.listing h1 span {
  color: #a4a4a2;
}
.listing .list-header {
  margin-top: -5px;
  padding: 0 15px;
}
.listing .list-header h1,
.listing .list-header h2,
.listing .list-header h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 2px;
}
.listing .offer-counter {
  font-weight: bold;
  text-align: right;
}
.list {
  padding: 0 !important;
  margin: 0;
  list-style: none;
  margin-top: 15px;
  padding: 0;
  /* END REACH OFFER */
}
.list h2 {
  margin: 0 0 2px 0;
  line-height: 1;
}
.list-row {
  padding: 0 15px;
  /* REACH OFFER */
}
.list-row .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.list-row .title.itemvisited {
  color: #811811;
}
.list-row.section-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 12px;
}
.list-row.section-title .icon {
  top: 2px;
}
.list-row::after {
  border-bottom: 1px solid #ddddd6;
  margin: 15px 0;
  display: block;
  content: "";
  margin: 7.5px -15px 15px;
}
.list-row:last-child::after {
  margin-bottom: 0;
  border-bottom: none;
}
.list-row .tooltip {
  left: 0 !important;
  width: 100% !important;
}
.list-row .tooltip-inner {
  min-width: auto !important;
}
.list-row .employer,
.list-row .job-location {
  display: block;
}
.list-row .job-location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-right: -15px;
}
.list-row .label-group {
  display: block;
  margin-bottom: 7.5px;
}
.list-row.reach-list {
  border: 2px solid #f0af13;
  padding: 0;
  margin: -16px 0 0;
}
.list-row.reach-list::after {
  display: none;
}
.list-row.reach-list:first-child {
  margin-top: 0;
}
.list-row.reach-list ul {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
.list-row.reach-list .reach-list-header {
  background-color: #f0af13;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 15px 5px 5px;
  text-align: right;
  text-transform: uppercase;
}
.list-row.reach-list .reach-offer {
  padding: 0 15px;
  margin-top: -4px;
}
.list-row.reach-list .reach-offer::after {
  border-bottom: 2px solid #f0af13;
  display: block;
  content: "";
  margin: 7.5px -15px 15px;
}
.list-row.reach-list .reach-offer:last-child::after {
  border-bottom: none;
  margin: 7.5px -15px 0;
}
.list-row.reach-list + .list-row {
  margin-top: 15px;
}
.list-check li {
  padding-left: 25px;
  position: relative;
}
.list-check li:before {
  content: url(../images/svg/check-box.svg);
  display: block;
  height: 16px;
  left: 0;
  margin: 3px 5px 0 0;
  position: absolute;
  width: 16px;
}
.list.tools-list h3 {
  font-size: 1.9rem;
  margin-bottom: 0;
}
.list.tools-list a {
  color: #2d2d2d !important;
  text-decoration: none;
  cursor: pointer;
}
.list.tools-list a:hover .icon {
  opacity: 1;
}
.list.tools-list p {
  margin: 0 0 10px;
}
.list.tools-list .text-container {
  margin-left: 60px;
}
.list.tools-list .icon {
  float: left;
  margin-right: 15px;
  opacity: 0.75;
}
.list.tools-list .list-row:after {
  margin: 20px -15px 20px;
}
.account .list .list-row::after {
  margin-bottom: 7.5px;
}
.list .toplogo {
  float: right;
  height: 37px;
  margin-left: 7.5px;
  width: 90px;
}
.list-footer {
  margin-top: 0;
}
.list-footer .info {
  color: #a4a4a2 !important;
  line-height: 28px;
}
.list .actions a,
.list .actions label {
  color: #a4a4a2;
  margin-right: 15px;
  display: block;
  margin-top: 7.5px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.list .actions a .icon,
.list .actions label .icon {
  fill: #a4a4a2;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.list .actions a:hover,
.list .actions label:hover {
  color: #2d2d2d;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  cursor: pointer;
}
.list .actions a:hover .icon,
.list .actions label:hover .icon {
  fill: #2d2d2d;
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.list .actions a.active .icon,
.list .actions label.active .icon {
  fill: #f0af13;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.list .actions .checkbox {
  display: block;
  padding-top: 7.5px;
}
.divider {
  color: #ddddd6;
  margin: 0 5px;
}
.sidebar-right .card,
.sidebar-left .card {
  padding: 0;
}
.sidebar-right .card.padding,
.sidebar-left .card.padding {
  padding: 15px;
}
.sidebar-list {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
.sidebar-list a,
.sidebar-list .title-text {
  display: block;
  text-decoration: none;
  padding: 5px 15px;
  border-bottom: 1px solid #ddddd6;
}
.sidebar-left .search-card {
  padding: 15px;
}
.sidebar-left .search-card a:visited {
  color: #d2271b;
}
.sidebar-left .fazette-result {
  padding: 0 !important;
  margin: 0;
  list-style: none;
  color: #2d2d2d;
  display: block;
}
.sidebar-left .fazette-result li {
  border: 0 solid rgba(0, 0, 0, 0);
  cursor: pointer;
  margin: 3px 0 7px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sidebar-left .fazette-result li:last-child {
  margin-bottom: 0;
}
.sidebar-left .fazette-result a,
.sidebar-left .fazette-result a:visited {
  background: #efefec none repeat scroll 0 0;
  color: #2d2d2d !important;
  padding: 0.15em 0.5em;
}
.sidebar-left .fazette-result a span,
.sidebar-left .fazette-result a:visited span {
  margin-left: 5px;
  font-weight: bold;
  font-size: 1.8rem;
}
.sidebar-left .fazette-result a:hover,
.sidebar-left .fazette-result a:visited:hover {
  text-decoration: line-through;
}
.sidebar-left .fazette-result a:hover .remove,
.sidebar-left .fazette-result a:visited:hover .remove {
  text-decoration: none !important;
}
.sidebar-left .panel {
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 3px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 3px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#686866);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.sidebar-left .panel-heading a:hover,
.sidebar-left .panel-heading a:focus {
  text-decoration: none;
}
.sidebar-left .panel-heading .icon.menu-down,
.sidebar-left .panel-heading .icon.menu-up {
  float: right;
  fill: #686866;
  width: 14px;
  height: auto;
  position: relative;
  top: 2px;
  margin-right: 0;
}
.sidebar-left .panel-heading .icon.menu-up {
  display: none;
}
.sidebar-left .panel-heading .icon.no-result {
  fill: #a4a4a2;
  left: 40%;
  margin-top: 8px;
}
.sidebar-left .panel-heading .collapsed .icon.menu-up {
  display: inline-block;
}
.sidebar-left .panel-heading .collapsed .icon.menu-down {
  display: none;
}
.sidebar-left .panel-title {
  color: #2d2d2d;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 3px 0 0;
}
.sidebar-left .panel .context-links-list {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
.sidebar-left .panel .context-links-list li {
  line-height: 150%;
  margin-bottom: 5px;
}
.sidebar-left .panel .context-links-list a {
  color: #2d2d2d;
}
.sidebar-left .panel .context-links-list a.list-color {
  color: #686866;
}
.sidebar-left .panel .context-links-list span {
  float: right;
  color: #a4a4a2;
}
.sidebar-left .panel .context-links-list .separator {
  margin: 15px 0;
}
.sidebar-left .sidebar-list-title {
  margin: 0;
  padding: 0;
}
.sidebar-left .sidebar-list-title span {
  background-color: transparent;
  color: #2d2d2d;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 15px 0;
  display: block;
}
.sidebar-left .sidebar-list-title span::after {
  content: "";
  margin: 7px -15px 0;
  border-bottom: 1px solid #ddddd6;
  display: block;
}
.sidebar-left .sidebar-list.menu a {
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-left .sidebar-list.menu a:visited {
  color: #d2271b;
}
.sidebar-left .sidebar-list.menu a:hover {
  background-color: #f6f6f4;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-list.offers li a,
.similar-offers.offers li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-right: -15px;
  color: #2d2d2d;
}
.sidebar-list.offers li a .offer-title,
.similar-offers.offers li a .offer-title {
  color: #d2271b;
  font-size: 1.5rem;
}
.sidebar-list.offers li a:hover .offer-title,
.similar-offers.offers li a:hover .offer-title {
  text-decoration: underline;
}
.sidebar-list.offers li:first-child a,
.similar-offers.offers li:first-child a,
.sidebar-list.offers li:last-child a,
.similar-offers.offers li:last-child a,
.sidebar-list.offers li:first-child .title-text,
.similar-offers.offers li:first-child .title-text,
.sidebar-list.offers li:last-child .title-text,
.similar-offers.offers li:last-child .title-text {
  border-bottom: none;
}
.sidebar-list.offers li .offer-title,
.similar-offers.offers li .offer-title {
  color: #d2271b;
  font-size: 1.5rem;
}
.sidebar-list .sidebar-list-title,
.similar-offers .sidebar-list-title {
  margin: 0;
  padding: 0;
}
.sidebar-list .sidebar-list-title a,
.similar-offers .sidebar-list-title a,
.sidebar-list .sidebar-list-title .title-text,
.similar-offers .sidebar-list-title .title-text {
  background-color: transparent;
  color: #2d2d2d;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 15px 0;
}
.sidebar-list .sidebar-list-title a::after,
.similar-offers .sidebar-list-title a::after,
.sidebar-list .sidebar-list-title .title-text::after,
.similar-offers .sidebar-list-title .title-text::after {
  content: "";
  margin: 7px -15px 0;
  border-bottom: 1px solid #ddddd6;
  display: block;
}
.sidebar-list .sidebar-list-title .icon,
.similar-offers .sidebar-list-title .icon {
  position: relative;
  top: 3px;
}
.sidebar-list.hot-offers .sidebar-list-title h3,
.similar-offers.hot-offers .sidebar-list-title h3 {
  background-color: #f0af13;
  border-bottom: 1px solid #ddddd6;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0;
  padding: 6px 15px 10px;
  text-transform: uppercase;
}
.sidebar-list.hot-offers .offer-title,
.similar-offers.hot-offers .offer-title {
  color: #d2271b;
  font-size: 1.5rem;
}
.sidebar-list.actions li a,
.similar-offers.actions li a {
  color: #2d2d2d;
  padding: 13px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-list.actions li a:hover,
.similar-offers.actions li a:hover {
  color: #000000;
  background-color: #f6f6f4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-list.actions li a:hover span,
.similar-offers.actions li a:hover span {
  text-decoration: underline;
}
.hot {
  border-left: 3px solid #f0af13;
}
.separator {
  border-bottom: 1px solid #ddddd6;
  margin: 15px 0;
  display: block;
}
.collapse-company-info-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ddddd6;
}
.collapse-company-info-logo {
  float: right;
  clear: both;
  margin: 0 2px 0 15px;
}
.collapse-company-info-text {
  padding: 15px 15px 10px 15px;
}
.collapse-company-info .card {
  padding: 0;
}
.collapse-company-info p {
  margin: 0 0 15px;
}
.collapse-company-info a {
  color: #d2271b;
  text-decoration: none;
  margin-top: 20px;
}
.collapse-company-info a:hover {
  color: #d2271b;
  text-decoration: underline;
}
.collapse-company-info h3 {
  color: #2d2d2d;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 3px 0 0;
}
/* -----------------------------------------
   Pages - detaily ponuk a CV
----------------------------------------- */
.detail .card-content h1 {
  clear: left;
}
.detail .card-content .logo-offer {
  display: block;
  max-height: 75px;
  margin: 0 auto 15px auto;
  max-width: 165px;
  width: auto;
}
.detail .card-content .panel.panel-default {
  clear: both;
}
.detail .panel {
  margin: 0 -15px;
  border: none;
}
.detail .panel h3 {
  text-transform: uppercase;
  margin: 5px 0 10px;
}
.detail .panel svg.icon {
  fill: #0B902C !important;
}
.detail .overall-info {
  font-size: 1.3rem;
  background-color: #efefec;
  color: #a4a4a2;
  margin: 15px -15px -15px;
  padding: 15px;
}
.detail .overall-info a {
  color: #2d2d2d;
}
.detail .cv-photo {
  float: right;
  max-height: 120px;
  max-width: 110px;
}
.detail .card .text-link {
  text-decoration: underline;
}
.button-bar {
  padding: 15px 0;
}
.button-bar .btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
/* -----------------------------------------
   Info alert with animation on offer detail
----------------------------------------- */
.move-from-top-box.pos-out {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  top: -100px;
  position: fixed;
  z-index: 11000;
}
.move-from-top-box.pos-in {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  top: 15px;
  position: fixed;
  z-index: 11000;
}
.move-from-top-box .close {
  line-height: 0;
  padding-top: 20px;
}
/* -----------------------------------------
   Account - Konto
----------------------------------------- */
.account h2,
.account h3 {
  margin: 0 0 15px;
}
.account .list-row {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-right: -15px;
}
/* -----------------------------------------
    Form CV - Step 1
----------------------------------------- */
/* TODO - zjednotit CV FORM STEP 1 */
.cv-template .cv-template-image {
  border: 1px solid #a4a4a2;
}
.cv-template .cv-template-image:hover {
  border: 3px solid #f0af13;
  padding: 0;
}
.cv-template-selected .cv-template-image {
  border: 3px solid #f0af13;
  padding: 0;
}
.cv-template-selected .cv-template-check {
  position: absolute;
  top: -18px;
  left: 38%;
}
.cv-template-check .icon {
  max-width: 48px;
  width: 48px;
}
.cv-template-check svg.icon {
  height: 48px;
  max-height: 48px;
  max-width: 48px;
  width: 48px;
}
#cv-new-style {
  /* mazat po prehodeni novej verzie */
}
#cv-new-style .cv-template {
  border: 1px solid #a4a4a2;
  display: block;
  margin-bottom: 15px;
  padding: 2px;
}
#cv-new-style .cv-template-selected {
  border: 3px solid #f0af13;
  padding: 0;
}
#cv-new-style .cv-template-selected .cv-template-actions {
  margin-left: 0;
}
#cv-new-style .cv-template-actions {
  display: block;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  margin-left: -2px;
  padding: 15px;
  display: none;
  z-index: 10;
}
#cv-new-style .cv-template:hover .cv-template-actions {
  display: inline-block !important;
}
#cv-new-style .cv-template-check {
  display: none;
  position: absolute;
  top: 35%;
  left: 38%;
}
#cv-new-style .cv-template-check .icon {
  max-width: 48px;
  width: 48px;
}
#cv-new-style .cv-template-check svg.icon {
  height: 48px;
  max-height: 48px;
  max-width: 48px;
  width: 48px;
}
#cv-new-style .cv-template .cv-template-image {
  border: none;
}
#cv-new-style .cv-template .cv-template-image:hover {
  border: none;
  padding: 0;
}
/* TODO - END OF zjednotit CV FORM STEP 1 */
.dropdown-menu > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.datepicker {
  margin-top: 0;
}
.datepicker th.switch {
  pointer-events: none;
}
.datepicker td.active,
.datepicker td.active:hover {
  background-image: none;
  background-color: #d2271b !important;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.datepicker td.day {
  padding: 5px 10px !important;
}
.datepicker td.day:hover {
  background-color: #ddddd6;
}
.product-logos img {
  max-width: 100px;
  max-height: 100px;
}
.search_anywhere {
  background-color: #f0af13;
}
/* -----------------------------------------
   Advert system, banery - megaboard
----------------------------------------- */
.topad {
  background-color: #ffffff;
  padding: 15px 0;
}
.topad > div {
  min-height: 90px;
}
.center {
  text-align: center;
}
/* -----------------------------------------
   Fix for LiveAgent write us form in tab
----------------------------------------- */
.liveagent-write-us-form iframe {
  width: 100% !important;
  height: 510px !important;
}
/* -----------------------------------------
   Mobile Filter screen
----------------------------------------- */
.filter-mobile-heading {
  margin: 15px 15px;
}
.filter-mobile-cross {
  margin-top: -11px;
}
/* -----------------------------------------
   Persistent bar
----------------------------------------- */
.persistent-bar {
  z-index: 3;
}
.persistent-bar.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 480px) {
  .homepage .top-companies .top-logo li {
    margin: 1px 0.1%;
    width: 33.133%;
  }
  .homepage .top-companies .top-logo li img {
    margin: 30px auto;
  }
  .homepage .homepage-search .counter {
    display: inline;
  }
  .detail .card-content h1 {
    clear: none;
  }
  .detail .card-content .logo-offer {
    float: right;
    margin: 0 0 7.5px 15px;
  }
  body.modal-open {
    position: relative;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.1rem;
  }
  h4 {
    font-size: 1.9rem;
  }
  /* -----------------------------------------
       Bootstrap additions
    ----------------------------------------- */
  .text-right-sm {
    text-align: right;
  }
  /* -----------------------------------------
       Header - media
    ----------------------------------------- */
  .header-facelift {
    min-height: 71px;
  }
  .header-facelift .logo {
    text-align: center;
    width: 200px;
    height: 100px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMjAgNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMCA1MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjIzLjY2NjciIHkxPSI0OS4yMDgzIiB4Mj0iMjMuNjY2NyIgeTI9IjIzLjU0MTYiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMC42IDAgMCAtMC42IDAgNjEpIj4NCgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGIi8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzAwMDAwMCIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwb2x5Z29uIG9wYWNpdHk9IjAuMiIgZmlsbD0idXJsKCNTVkdJRF8xXykiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiBwb2ludHM9IjI1LjQsNDYuOSAzLDMxLjUgMTUuNCwzMS41ICIvPg0KPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8yXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSItMTI5LjA2NzciIHkxPSI0OS4yMDgzIiB4Mj0iLTEyOS4wNjc3IiB5Mj0iMjMuNTQxNiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgtMC42IDAgMCAtMC42IDI4LjM1OTQgNjEpIj4NCgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGIi8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzAwMDAwMCIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwb2x5Z29uIG9wYWNpdHk9IjAuMiIgZmlsbD0idXJsKCNTVkdJRF8yXykiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiBwb2ludHM9IjEwNC42LDMxLjUgMTE3LDMxLjUgOTQuNiw0Ni45ICIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEyMCwwSDB2MzEuNWgxMC42YzEuOCwyLjEsMTIuOCwxNS4yLDE3LjMsMTYuOWMyLjYsMSwxNy44LDEuNywzMi4yLDEuNmMxNC41LDAuMiwyOS42LTAuNiwzMi4yLTEuNg0KCWM0LjYtMS43LDE1LjUtMTQuOCwxNy4zLTE2LjlIMTIwVjB6Ii8+DQo8L3N2Zz4=) no-repeat top;
    background-size: 200px 80px;
    position: absolute;
    top: 15px;
    left: -42px;
    z-index: 100;
  }
  .header-facelift .logo img {
    height: 67px;
    width: auto;
    margin-top: 2px;
    margin-left: 0;
    max-width: 116px;
  }
  .header-facelift .navbar-right {
    margin-right: 0;
  }
  .header-facelift .navbar-right .dropdown-toggle {
    padding-top: 22px !important;
    padding-bottom: 18px !important;
    margin-right: 0;
    margin-left: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .header-facelift .navbar-right .dropdown-toggle .caret {
    margin-left: 3px;
    margin-top: -8px;
  }
  .header-facelift .header-favorite-counter {
    top: 9px;
  }
  .header-facelift .navbar-right .dropdown-menu {
    left: -100%;
    right: 0;
    top: 90%;
  }
  .header-facelift .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-facelift .navbar-nav > li > button {
    margin: 15px 0 15px 15px;
  }
  /* -----------------------------------------
       Homepage - media
    ----------------------------------------- */
  .homepage h1,
  .homepage.hu h1 {
    font-size: 3.6rem;
  }
  .homepage .homepage-search .regions a {
    padding: 2px 0;
  }
  .homepage .premium-offers .imgtop {
    width: 120px;
    height: 50px;
  }
  .homepage .top-companies .top-logo li {
    margin: 1px 0.1%;
    width: 24.8%;
  }
  .homepage .top-companies .top-logo li.premium-tile {
    height: 222px;
    width: 49.8%;
    text-align: left;
  }
  .homepage .homepage-search .cd-intro {
    margin-top: 45px;
  }
  .homepage .homepage-tools .homepage-tool a:hover .icon {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .homepage .homepage-tools .homepage-tool .icon {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  .detail .card-content .logo-offer {
    max-height: 100px;
    max-width: 220px;
  }
  /* -----------------------------------------
       Forms / Formulare
    ----------------------------------------- */
  form .checkbox-inline + .checkbox-inline,
  form .radio-inline + .radio-inline {
    display: inline-block;
    margin-left: 30px;
  }
  form .form-group {
    margin-bottom: 15px;
  }
  form.order .unit {
    text-align: right;
  }
  .cv-template:hover .cv-template-check {
    display: inline-block !important;
  }
  .sidebar-right {
    margin-top: 0;
  }
  .has-warning .form-control {
    border-color: #f0af13;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) none 3px 3px;
    -khtml-box-shadow: rgba(0, 0, 0, 0.1) none 3px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) none 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.1) none 3px 3px;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#686866);
  }
  .has-warning .form-control:focus {
    border-color: #e98d15;
  }
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .radio-inline,
  .has-warning .checkbox,
  .has-warning .checkbox-inline,
  .has-warning .form-control-feedback {
    color: #f0af13;
  }
  /* -----------------------------------------
       Offer detail / Detail ponuky
    ----------------------------------------- */
  .tel {
    color: #2d2d2d;
  }
  .multistep-form .step-name {
    display: inline-block;
  }
  .list {
    margin-top: 7.5px;
  }
  .list-footer {
    margin-top: 7.5px;
  }
  .list .actions a,
  .list .actions .checkbox {
    display: inline-block;
  }
  .list .actions a {
    margin-top: 0;
  }
  .list .actions .checkbox {
    padding-top: 0;
  }
  .footer {
    padding: 30px 0 15px;
  }
  .footer .links {
    margin: 0;
  }
  .footer .links a {
    padding: 3px 0;
    display: inline-block;
  }
  .detail .panel .icon {
    max-width: 34px !important;
    max-height: 34px !important;
    width: 34px !important;
    height: 34px !important;
    margin-right: 15px;
  }
  .list-footer .info {
    float: right;
  }
  .double-margin-on-top-xs {
    margin-top: 0 !important;
  }
  .double-margin-on-bottom-xs {
    margin-bottom: 0 !important;
  }
  .margin-on-top-xs {
    margin-top: 0 !important;
  }
  .margin-on-bottom-xs {
    margin-bottom: 0 !important;
  }
  .margin-on-right-xs {
    margin-right: 0 !important;
  }
  .margin-on-left-xs {
    margin-left: 0 !important;
  }
  .half-margin-on-top-xs {
    margin-top: 0 !important;
  }
  .half-margin-on-bottom-xs {
    margin-bottom: 0 !important;
  }
  .half-margin-on-right-xs {
    margin-right: 0 !important;
  }
  .half-margin-on-left-xs {
    margin-left: 0 !important;
  }
}
/* -----------------------------------------
    Media Queries
 ----------------------------------------- */
@media (min-width: 992px) {
  .homepage .top-companies .top-logo li {
    margin: 1px 0.1%;
    width: 16.466%;
  }
  .list h2 {
    font-size: 2.1rem;
  }
}
.main-login-table,
.reveal-modal {
  display: none;
}
@media (min-width: 1600px) {
  html {
    font-size: 70%;
  }
  .container {
    width: 1400px;
  }
  .step-number {
    line-height: 150%;
  }
  .list .toplogo {
    height: 50px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .sync-height .no-sync-xs {
    min-height: 0 !important;
  }
  .info {
    float: right;
    margin-top: 11px;
  }
}
/* -----------------------------------------
   GLOBALS
----------------------------------------- */
@media print {
  .detail.offer a[href]::after {
    content: none !important;
  }
  .detail.offer .navbar.navbar-fixed-bottom.persistent-bar {
    position: static;
  }
  .detail.offer .breadcrumb,
  .detail.offer .sidebar-right,
  .detail.offer .footer,
  .detail.offer .similar-offers.offers,
  .detail.offer .topad,
  .detail.offer .button-bar,
  .detail.offer .navbar.navbar-fixed-bottom.persistent-bar,
  .detail.offer #offer-reaction {
    display: none;
  }
  .detail.offer .navbar.header-facelift {
    display: block;
    border-bottom: 3px solid #f0af13;
    border-left: none;
    border-right: none;
  }
  .detail.offer .navbar.header-facelift .navbar-right {
    display: none;
  }
  .detail.offer .navbar.header-facelift .logo img {
    height: 40px;
  }
  .detail.offer #detail,
  .detail.offer .header-facelift + .container {
    width: 100%;
  }
  .detail.offer .panel.panel-default .panel-body {
    background-color: #efefec !important;
    -webkit-print-color-adjust: exact;
  }
}
/* -----------------------------------------
   ATOMS
----------------------------------------- */
.img-hover-zoom {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.img-hover-zoom img {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.img-hover-zoom .btn-zoom {
  background-color: #2d2d2d;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  bottom: 10px;
  color: #ffffff !important;
  left: 50%;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding: 4px 20px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.img-hover-zoom .btn-zoom span {
  bottom: 4px;
  margin-left: 5px;
  position: relative;
}
.img-hover-zoom:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.img-hover-zoom:hover .btn-zoom {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.img-hover-overlay {
  background-color: #2d2d2d;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s ease ease;
  -moz-transition: 0.5s ease ease;
  -ms-transition: 0.5s ease ease;
  -o-transition: 0.5s ease ease;
  transition: 0.5s ease ease;
}
.img-hover-overlay:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.img-hover-icon {
  color: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.label {
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 22.5px;
  padding: 0 5px;
  vertical-align: baseline;
  -webkit-border-radius: 0.3em;
  -khtml-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
.label-default {
  background-color: #a4a4a2;
}
.label-success {
  background-color: #0B902C;
}
.label-warning {
  background-color: #f0af13;
  color: #2d2d2d;
}
.label-danger {
  background-color: #d2271b;
}
a.label-bordered,
.label-bordered {
  color: #2d2d2d;
}
@media only screen and (min-width: 768px) {
  a.label-bordered,
  .label-bordered {
    white-space: nowrap;
  }
}
a.label-bordered .icon,
.label-bordered .icon {
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  margin-right: 2px;
  max-height: 16px;
  max-width: 16px;
  top: 3px;
  width: 16px;
}
a.label-bordered.red,
.label-bordered.red {
  border-color: #d2271b;
}
a.label-bordered.orange,
.label-bordered.orange {
  border-color: #f0af13;
}
a.label-bordered.blue,
.label-bordered.blue {
  border-color: #2c6fde;
}
a.label-bordered.green,
.label-bordered.green {
  border-color: #0B902C;
}
a.label-bordered.purple,
.label-bordered.purple {
  border-color: #9c1f7c;
}
.homepage .last-search-section .label {
  line-height: 17px;
}
.notice p {
  margin: 0 0 10px;
}
.notice-marketing {
  border-left: 6px solid #d2271b;
}
.preloader-w-text {
  padding-top: 3px;
}
#preloader {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.loader {
  display: block;
  float: right;
  position: absolute;
  top: 11px;
  right: 16px;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  margin-top: -3px;
  border: 2px solid transparent;
  border-top-color: #f0af13;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 1.5s infinite 0s linear normal;
  -moz-animation: spin 1.5s infinite 0s linear normal;
  -ms-animation: spin 1.5s infinite 0s linear normal;
  animation: spin 1.5s infinite 0s linear normal;
}
.loader:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid transparent;
  border-top-color: #d2271b;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 2.5s infinite 0s linear normal;
  -moz-animation: spin 2.5s infinite 0s linear normal;
  -ms-animation: spin 2.5s infinite 0s linear normal;
  animation: spin 2.5s infinite 0s linear normal;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.new-feature-tooltip-content {
  background-color: #f0af13;
  padding: 20px;
  position: absolute;
  text-align: left;
  width: 320px;
  z-index: 1000;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#686866);
}
.new-feature-tooltip-content:before {
  content: "";
  border-color: transparent transparent #f0af13 transparent;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  left: -14px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.new-feature-tooltip-content p {
  font-size: 1.3rem;
  overflow: hidden;
}
.new-feature-tooltip-content a {
  color: #2d2d2d;
  float: right;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}
#close-new-feature-tooltip {
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: normal;
  padding: 5px 0 0 10px;
  text-decoration: none;
}
/* -----------------------------------------
   MOLECULES
----------------------------------------- */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 5px;
  padding: 0 15px 3px 0;
}
.breadcrumb li a {
  font-weight: normal;
}
.breadcrumb li a:visited {
  color: #d2271b !important;
}
.breadcrumb > li + li::before {
  color: #a4a4a2;
  content: "/";
}
@media only screen and (min-width: 768px) {
  .breadcrumb,
  .nobreadcrumb {
    margin-top: 18px;
  }
}
.input-with-select .form-control {
  background-color: transparent;
  border: 1px solid #a4a4a2;
  display: inline;
  font-size: 1.5rem;
  height: 40px;
  padding: 0 40px 0 10px;
  z-index: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-bottomright: 0;
  -khtml-border-radius-bottomleft: 3px;
  -khtml-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.input-with-select .form-control:focus {
  background-color: transparent;
  outline: none;
  z-index: 1;
  border-color: #f0af13;
  -webkit-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -khtml-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -moz-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input-with-select .input-group-addon {
  border: none;
  padding: 0;
  position: relative;
}
.input-with-select .input-group-addon:after {
  color: #686866;
  content: attr(data-currency);
  left: -33px;
  position: absolute;
  top: 13px;
}
.input-with-select .input-group-addon .multiselect {
  margin-left: -1px;
}
.input-with-select .input-group-addon .multiselect__tags {
  font-size: 1.5rem;
  min-height: 40px;
  padding: 0 40px 0 10px !important;
  width: 145px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-radius-topright: 3px;
  -khtml-border-radius-bottomright: 3px;
  -khtml-border-radius-bottomleft: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media only screen and (min-width: 768px) {
  .input-with-select .input-group-addon .multiselect__tags {
    width: auto;
  }
}
.input-with-select .input-group-addon .multiselect__content-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  box-sizing: border-box;
  margin: 2px 0 2px 0;
  min-width: 180px;
  right: 0;
}
.input-with-select .input-group-addon .multiselect:focus .multiselect__tags {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-radius-topright: 3px;
  -khtml-border-radius-bottomright: 3px;
  -khtml-border-radius-bottomleft: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-color: #f0af13;
  -webkit-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -khtml-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -moz-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input-with-select .input-group-addon .multiselect .multiselect__single {
  line-height: 35px;
  padding-left: 0;
}
.pagination {
  background-color: transparent;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pagination > li > a {
  color: #d2271b;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #bb2318;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #d2271b;
  border-color: #d2271b;
  pointer-events: none;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #a4a4a2;
}
.pagination > li.dotts {
  background-color: #ffffff;
  border: 1px solid #ddd;
  color: #a4a4a2;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  text-decoration: none;
}
.vdp-datepicker__calendar {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.175) 0 6px 12px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.175) 0 6px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.175) 0 6px 12px;
  box-shadow: rgba(0, 0, 0, 0.175) 0 6px 12px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#686866);
}
.vdp-datepicker__calendar .cell.selected {
  background: #d2271b !important;
  color: white;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.vdp-datepicker__calendar .cell.day:hover {
  border-color: #d2271b !important;
}
/* Region radius */
.region-radius-select .multiselect {
  display: inline-block;
  float: left;
}
.region-suggester .multiselect__tags {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-bottomright: 0;
  -khtml-border-radius-bottomleft: 3px;
  -khtml-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.region-suggester.region-suggester--only.multiselect {
  width: auto;
  margin-right: 2px;
  display: block;
  float: none;
}
.region-suggester.region-suggester--only.multiselect .multiselect__tags {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.region-suggester.region-suggester--only.multiselect--active .multiselect__tags {
  -webkit-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.region-suggester.multiselect {
  width: 70%;
}
.region-suggester.multiselect--above .multiselect__content-wrapper {
  margin-bottom: 5px;
}
.region-suggester.multiselect .multiselect__content-wrapper {
  left: 0;
  min-width: 100%;
  width: auto;
}
.region-suggester.multiselect--active .multiselect__tags {
  border-color: #f0af13;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 3px !important;
  -webkit-border-top-left-radius: 3px !important;
  -khtml-border-radius-topright: 0 !important;
  -khtml-border-radius-bottomright: 0 !important;
  -khtml-border-radius-bottomleft: 3px !important;
  -khtml-border-radius-topleft: 3px !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 3px !important;
  -moz-border-radius-topleft: 3px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
  -webkit-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -khtml-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -moz-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.region-suggester.multiselect--active.offer-region-suggester--has-results .multiselect__content-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 6px 12px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.15) 0 6px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 6px 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 6px 12px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#686866);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.region-suggester.multiselect--active.offer-region-suggester.multiselect__content-wrapper {
  box-shadow: none;
}
.radius-picker .multiselect__tags {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-radius-topright: 3px;
  -khtml-border-radius-bottomright: 3px;
  -khtml-border-radius-bottomleft: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 0 38px 0 10px;
}
.radius-picker .multiselect__option {
  clear: both;
}
.radius-picker .multiselect__option-title {
  display: inline-block;
  float: left;
}
.radius-picker .multiselect__option-title.icon-wrapper {
  float: right;
}
.radius-picker .multiselect__option-title.icon-wrapper .icon {
  top: 0;
}
.radius-picker.multiselect {
  margin-left: -1px;
  width: 30%;
}
.radius-picker.multiselect--active .multiselect__tags {
  border-color: #f0af13;
  -webkit-border-top-right-radius: 3px !important;
  -webkit-border-bottom-right-radius: 3px !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  -khtml-border-radius-topright: 3px !important;
  -khtml-border-radius-bottomright: 3px !important;
  -khtml-border-radius-bottomleft: 0 !important;
  -khtml-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 3px !important;
  -moz-border-radius-bottomright: 3px !important;
  -moz-border-radius-bottomleft: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -webkit-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -khtml-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -moz-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radius-picker.multiselect .multiselect__single {
  font-size: 1.6rem;
  min-height: 37px;
  line-height: 38px;
  background: none;
  padding: 0;
}
@media only screen and (min-width: 1600px) {
  .radius-picker.multiselect .multiselect__single {
    padding: 0 6px 0 5px;
  }
}
.radius-picker.multiselect .multiselect__element {
  font-size: 1.6rem;
  color: #2d2d2d;
}
.radius-picker.multiselect .multiselect__element .multiselect__option {
  color: #2d2d2d;
}
.radius-picker.multiselect .multiselect__content-wrapper {
  min-width: 180px;
  right: 0;
  margin-bottom: 2px;
  margin-top: 2px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 6px 12px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.15) 0 6px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 6px 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 6px 12px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#686866);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.multiselect__profesia {
  color: #2d2d2d;
}
.multiselect__profesia .icon-in-search {
  position: absolute;
  top: 10px;
  right: 5px;
  fill: #686866;
  width: 20px;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
}
.multiselect__profesia .multiselect__tags {
  line-height: 0;
  padding: 0 28px 3px 10px !important;
  min-height: 40px;
  font-size: 1.5rem;
  border-color: #8b8b88 #a4a4a2 #a4a4a2;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.multiselect__profesia .multiselect__tags-wrap {
  line-height: 0;
  display: inline;
}
.multiselect__profesia .multiselect__tag {
  color: #2d2d2d;
  background-color: #efefec;
  font-size: 1.6rem;
  margin: 4px 5px 0 0;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 120%;
}
.multiselect__profesia .multiselect__tag-icon {
  line-height: 28px;
}
.multiselect__profesia .multiselect__tag-icon:after {
  color: #2d2d2d;
  font-size: 1.7rem;
}
.multiselect__profesia .multiselect__tag-icon:hover {
  background: rgba(0, 0, 0, 0.05);
}
.multiselect__profesia .multiselect__tag-icon:hover:after {
  color: #2d2d2d;
}
.multiselect__profesia .multiselect__input {
  position: relative !important;
  top: 1px;
  font-size: 1.6rem;
  min-height: auto;
  margin-top: 4px;
  background-color: transparent;
}
.multiselect__profesia .multiselect__input::-ms-clear {
  display: none;
}
.multiselect__profesia .multiselect__content-wrapper {
  margin-top: 2px;
  display: block;
  visibility: visible;
  border: 0;
  width: 100%;
}
.multiselect__profesia .multiselect__element {
  color: #2d2d2d;
}
.multiselect__profesia .multiselect__element span {
  color: #2d2d2d;
}
.multiselect__profesia .multiselect__element span em {
  font-style: normal;
  font-weight: bold;
  color: #2d2d2d;
}
.multiselect__profesia .multiselect__element span svg {
  margin: 0 15px -2px 0;
}
.multiselect__profesia .multiselect__spinner {
  z-index: 5;
  width: 35px;
}
.multiselect__profesia .multiselect__spinner:before {
  border-color: #f0af13 transparent transparent;
}
.multiselect__profesia .multiselect__spinner:after {
  border-color: #f0af13 transparent transparent;
}
.multiselect__profesia .multiselect__option {
  font-size: 1.6rem;
  line-height: 150%;
  padding: 3px 12px;
  min-height: auto;
}
.multiselect__profesia .multiselect__option-before-list {
  display: block;
  width: 100%;
  padding: 0 12px;
  text-align: right;
  font-size: 1.3rem;
  color: #686866;
}
.multiselect__profesia .multiselect__option .multiselect__keyword-label {
  font-size: 1.3rem;
  font-style: normal;
  color: #686866;
}
.multiselect__profesia .multiselect__option--highlight {
  color: #2d2d2d;
  background-color: #efefec;
}
.multiselect__profesia .multiselect__option--highlight:after {
  display: none;
}
.multiselect__profesia .multiselect__option--disabled {
  color: #686866;
  background-color: transparent;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1px;
}
.multiselect__profesia .multiselect__option--disabled:before {
  content: '';
  display: block;
  margin-top: 6px;
}
.multiselect__profesia.multiselect__profesia--has-results .multiselect__content-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.multiselect__profesia.multiselect--above .multiselect__content-wrapper {
  border: 0;
  margin-bottom: 5px;
  position: absolute;
  bottom: 38px;
}
.multiselect__profesia.multiselect--above.multiselect__profesia--has-results .multiselect__content-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.multiselect__profesia.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-color: #f0af13;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -khtml-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -moz-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
}
.multiselect__profesia.multiselect--active.multiselect--above .multiselect__tags {
  border-color: #f0af13;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -khtml-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  -moz-box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
  box-shadow: 0 0 5px rgba(240, 175, 19, 0.5);
}
.multiselect__profesia--last-search {
  min-height: auto;
}
.multiselect__profesia--last-search .multiselect__content {
  max-width: 100%;
}
.multiselect__profesia--last-search .multiselect__option {
  justify-content: space-between;
  line-height: 1.3;
  padding: 6px 12px 3px;
  text-decoration: none;
}
.multiselect__profesia--last-search .multiselect__option:hover {
  background-color: #efefec;
}
.multiselect__profesia--last-search .multiselect__title {
  display: inline-block;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiselect__profesia--last-search .label {
  position: relative;
  top: -1.3px;
}
.notification-wrapper .vue-notification {
  margin-top: 15px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.notification-wrapper .vue-notification.warn {
  background-color: #fcf0d3;
  border: 1px solid #f9e0a3;
  color: #946b09;
}
.notification-wrapper .vue-notification.info {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #31708f;
}
.notification-wrapper .vue-notification.error {
  background-color: #fadbd8;
  border: 1px solid #f7c5c2;
  color: #a51f15;
}
.notification-wrapper .vue-notification.success {
  background-color: #d1fcdc;
  border: 1px solid #a2f8b7;
  color: #07611e;
}
.notification-wrapper .vue-notification .icon-wrapper {
  float: left;
}
.notification-wrapper .vue-notification .notification-content {
  font-size: 1.5rem;
}
.notification-wrapper .vue-notification .close {
  color: inherit;
  font-size: 37px;
  font-weight: normal;
  position: relative;
  right: -3px !important;
  top: -18px !important;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.notification-wrapper .vue-notification .close:hover {
  cursor: pointer;
  text-decoration: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.single-autocomplete {
  position: relative;
}
.single-autocomplete-content {
  background-color: #ffffff;
  border: 1px solid #ddddd6;
  left: 0;
  margin: 2px 0 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 12px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 12px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#686866);
}
.single-autocomplete-content li {
  line-height: 1.3;
  list-style: none;
  padding: 3px 12px;
  cursor: pointer;
}
.single-autocomplete-content li:last-child {
  padding-bottom: 6px;
  -webkit-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.single-autocomplete-content li.single-autocomplete-item-active {
  background-color: #efefec;
}
/* -----------------------------------------
   ORGANISMS
----------------------------------------- */
.footer {
  background-color: #ddddd6;
  margin-top: 30px;
  padding: 30px 7.5px 30px;
}
@media only screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer .links {
  display: inline;
}
@media only screen and (min-width: 768px) {
  .footer .links {
    width: 25%;
  }
}
.footer .links:last-child li::after {
  display: none;
}
.footer .links ul {
  padding: 0 !important;
  margin: 0;
  list-style: none;
  display: inline;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .footer .links li {
    display: inline-block;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .links li::after {
    color: #a4a4a2;
    content: '|';
    font-size: 12px;
    padding: 0 7.5px;
    position: relative;
    top: -1px;
  }
}
.footer .links a {
  color: #2d2d2d;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .footer .links a {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer .links a {
    display: inline-block;
    padding: 8px 0;
  }
}
.footer .links-title {
  color: #686866;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .footer .links-title {
    display: none;
  }
}
.footer .languages {
  font-size: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .footer .languages-item {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer .languages-item {
    font-size: 1.5rem;
  }
}
.footer .languages-item:not(:last-child)::after {
  color: #a4a4a2;
  content: "/";
  padding: 0 7.5px;
}
.footer .languages-item-active {
  color: #a4a4a2 !important;
  pointer-events: none;
}
.footer .copyright {
  margin-top: 30px;
}
.footer .copyright,
.footer .copyright * {
  color: #686866;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .footer .logo-footer {
    float: left;
    margin-right: 20px;
  }
}
.footer .logo-footer::before {
  display: block;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .footer .logo-footer::before {
    margin: 0 auto 10px;
  }
}
body.sk .footer .logo-footer:before,
body.cz .footer .logo-footer:before {
  content: url('/images/svg-logo/logo_profesia_gray.svg');
}
@media only screen and (max-width: 1599px) {
  body.sk .footer .logo-footer:before,
  body.cz .footer .logo-footer:before {
    height: 38px;
    width: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  body.sk .footer .logo-footer:before,
  body.cz .footer .logo-footer:before {
    height: 42px;
    width: 56px;
  }
}
body.hu .footer .logo-footer:before {
  content: url('/images/svg-logo/logo_workania_gray.svg');
}
@media only screen and (max-width: 1599px) {
  body.hu .footer .logo-footer:before {
    height: 38px;
    width: 58px;
  }
}
@media only screen and (min-width: 1600px) {
  body.hu .footer .logo-footer:before {
    height: 42px;
    width: 65px;
  }
}
.panel-search.card {
  padding-bottom: 19px;
}
.panel-search-buttons {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .panel-search-buttons {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-search-buttons {
    margin-top: 30px;
  }
}
.panel-search-buttons * {
  font-size: 16px;
}
.panel-search-criteria {
  position: relative;
  margin-top: 8px;
}
.panel-search-criteria span {
  margin-top: 15px;
}
.panel-search .tag-delete-criteria {
  position: absolute;
  top: 0;
  right: 0;
  color: #686866;
}
@media only screen and (min-width: 768px) {
  .panel-search .tag-delete-criteria {
    position: static;
    display: inline-block;
    margin: 0 0 0 10px;
  }
}
.panel-search .tag-delete-criteria:hover {
  color: #d2271b;
}
.panel-search .tag-list {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
.panel-search .tag-list li {
  display: inline-block;
  margin: 5px 5px 0 0;
}
.panel-search .tag-list a,
.panel-search .tag-list a:visited {
  background: #efefec;
  color: #2d2d2d !important;
  padding: 0.085em 0.4em;
  display: block;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.panel-search .tag-list a .remove,
.panel-search .tag-list a:visited .remove {
  margin: 5px;
  font-weight: bold;
  font-size: 1.8rem;
}
.panel-search .tag-list a:hover,
.panel-search .tag-list a:visited:hover {
  text-decoration: line-through;
}
.panel-search .tag-list a:hover .remove,
.panel-search .tag-list a:visited:hover .remove {
  text-decoration: none !important;
}
.panel-search input {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1600px) {
  .panel-search label {
    font-size: 1.6rem;
  }
}
.panel-search a.btn {
  padding: 7px 15px 8px 15px;
  margin-bottom: 0;
  margin-left: 0;
  color: #ffffff;
}
.panel-search .btn-primary:active:focus {
  background-color: #d2271b;
  outline: none;
}
.panel-search button {
  padding: 7px 15px 8px 15px;
  margin-bottom: 0;
}
.panel-search .advanced-search {
  color: #686866;
  vertical-align: middle;
}
.panel-search .advanced-search:hover {
  color: #2d2d2d;
}
.panel-search .column-braker {
  clear: both;
  height: 15px;
}
@media only screen and (min-width: 992px) {
  .panel-search .column-braker {
    display: none;
  }
}
.panel-search .form-group {
  margin-bottom: 0;
}
.panel-search mark {
  padding: 0;
  background-color: #f0af13;
}
@media (max-width: 767px) {
  .mobile-filter {
    background: white;
    height: auto;
    opacity: 0;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .filter-mobile-heading {
    font-size: 2.1rem;
  }
  .sidebar-left .panel-heading .icon.menu-down {
    top: 0;
  }
  .mobile-panel-search {
    background: white;
    height: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 100%;
  }
  .mobile-panel-search-shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    z-index: 10;
  }
  .mobile-panel-search-shown .mobile-filter {
    opacity: 1;
    padding: 10px;
  }
}
.offer-logo-modal .offer-logo-preview {
  border: 1px solid #a4a4a2;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .offer-logo-modal .offer-logo-preview {
    margin-top: 0;
  }
}
#offer-logo-form .offer-logo-frame {
  width: 210px;
}
#offer-logo-form .offer-logo-frame .strip {
  bottom: 0;
  cursor: pointer;
  margin: 8px;
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#offer-logo-form .offer-logo-frame .strip:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#offer-logo-form .offer-logo-frame .strip input {
  bottom: -8px;
  cursor: pointer;
  height: 114px;
  left: -8px;
  position: absolute;
  width: 210px;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate() scale(2);
  -moz-transform: translate() scale(2);
  -ms-transform: translate() scale(2);
  -o-transform: translate() scale(2);
  transform: translate() scale(2);
}
#offer-logo-form .offer-logo-frame .btn {
  margin: 0;
  position: relative;
  z-index: 2;
}
#offer-logo-form .offer-logo-frame .btn .icon {
  z-index: 1;
}
#offer-logo-form .photoframe {
  height: 114px;
  width: 100%;
}
#offer-logo-form .photoframe .icon {
  margin: 33px 0 0;
}
#offer-logo-form .photoframe input {
  top: 19px;
}
#offer-logo-form .logo-info {
  color: #686866;
  font-size: 1.3rem;
}
#offer-logo-form #offer-logo {
  background-color: #ffffff;
  border: 1px solid #a4a4a2;
  text-align: center;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#offer-logo-form #offer-logo img,
#offer-logo-form #offer-logo canvas {
  display: inline-block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 7px 5px;
  vertical-align: middle;
}
