/*fertest(prefijo, sufijo, --a--, --b--, --cc--)*/
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,700italic|Bitter:400,700,400italic);
/* line 10, ../sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 26, ../sass/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 37, ../sass/_reset.scss */
audio:not([controls]) {
  display: none;
}

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

/* line 50, ../sass/_reset.scss */
a {
  color: #F2641E;
}

/* line 53, ../sass/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 57, ../sass/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 65, ../sass/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 72, ../sass/_reset.scss */
sup {
  top: -0.5em;
}

/* line 75, ../sass/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 82, ../sass/_reset.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 94, ../sass/_reset.scss */
#map_canvas img {
  max-width: none;
}

/* line 102, ../sass/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 110, ../sass/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 115, ../sass/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 120, ../sass/_reset.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 127, ../sass/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 131, ../sass/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 135, ../sass/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@font-face {
  font-family: 'helveticaregular';
  src: url("../fonts/helvetica/helvetica-webfont.eot");
  src: url("../fonts/helvetica/helvetica-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helvetica-webfont.woff2") format("woff2"), url("../fonts/helvetica/helvetica-webfont.woff") format("woff"), url("../fonts/helvetica/helvetica-webfont.ttf") format("truetype"), url("../fonts/helvetica/helvetica-webfont.svg#helveticaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#untitledregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 26, ../sass/_typo.scss */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.4em;
  color: #666;
}

/* line 37, ../sass/_typo.scss */
input,
textarea {
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif !important;
  line-height: 1.4em !important;
}

/* line 42, ../sass/_typo.scss */
.icons {
  font-size: 32px;
  line-height: 32px;
}
/* line 45, ../sass/_typo.scss */
.icons :after {
  display: inline-block;
  font-family: "icons";
}

/* line 51, ../sass/_typo.scss */
.ico-search:after {
  content: "s";
}

/* line 51, ../sass/_typo.scss */
.ico-menu:after {
  content: "m";
}

/* line 51, ../sass/_typo.scss */
.ico-grid:after {
  content: "g";
}

/* line 59, ../sass/_typo.scss */
.text-center {
  text-align: center;
}

/* line 63, ../sass/_typo.scss */
.text-left {
  text-align: left;
}

/* line 67, ../sass/_typo.scss */
.text-right {
  text-align: right;
}

/* line 71, ../sass/_typo.scss */
.text-uppercase {
  color: #444 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 77, ../sass/_typo.scss */
.text-primary-color {
  color: #F2641E;
}

/* line 81, ../sass/_typo.scss */
.link-alt-color {
  color: #00A599;
}

/* line 85, ../sass/_typo.scss */
.text-maincolor {
  color: #F2641E;
}

/* line 89, ../sass/_typo.scss */
.help-text {
  font-size: 13px;
  color: #888;
}

/* line 93, ../sass/_typo.scss */
.box-help {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 10px;
}
/* line 97, ../sass/_typo.scss */
.box-help .help-text {
  color: #666;
}

/* line 102, ../sass/_typo.scss */
.mark-required {
  color: #F99F12;
}

/* line 1, ../sass/_ui.scss */
.ui-button {
  font-weight: 600;
}

/* line 5, ../sass/_ui.scss */
label {
  color: #444;
  font-weight: bold;
}

/* line 10, ../sass/_ui.scss */
.has-placeholder {
  position: relative;
  display: block;
  float: left;
}
/* line 15, ../sass/_ui.scss */
.has-placeholder label {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  color: #666;
  line-height: 43px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  padding: 0 15px;
  text-shadow: 0 1px 0 #ffffff;
  overflow: hidden;
}

/* line 32, ../sass/_ui.scss */
textarea {
  background-color: white;
  border: solid 1px #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1em;
  text-decoration: none;
  padding: 10px;
  max-height: 200px;
  max-width: 280px;
  max-width: calc(100% - (10px * 2)) !important;
  min-height: 160px;
  min-width: 280px;
  min-width: calc(100% - (10px * 2));
  width: 280px;
  width: calc(100% - (10px * 2)) !important;
}

/* Selectmenu
----------------------------------*/
/* line 47, ../sass/_ui.scss */
div.select-box-focus {
  outline: 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 5px 1px #5B9DD9;
  -moz-box-shadow: 0 0 5px 1px #5B9DD9;
  box-shadow: 0 0 5px 1px #5B9DD9;
}

/* line 54, ../sass/_ui.scss */
.select-box {
  z-index: 0;
  position: relative;
  display: inline-block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  max-width: calc(100% - 2px);
  width: 100%;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #000000 !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  padding: 0px;
  overflow: hidden;
}
/* line 67, ../sass/_ui.scss */
.select-box .select-box-label {
  height: 16px;
  overflow: hidden;
  display: block;
  line-height: 16px;
  float: left;
  position: absolute;
  top: 0;
  color: #bababa;
  padding: 0px 15px;
  height: 100%;
  color: #646464;
  line-height: 30px;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 82, ../sass/_ui.scss */
.select-box a:hover {
  text-decoration: none;
}
/* line 85, ../sass/_ui.scss */
.select-box select {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 30px;
  -webkit-appearance: none;
  z-index: 1003;
  padding-right: 45px;
}

/* line 96, ../sass/_ui.scss */
.select-box-icon {
  z-index: 0;
  position: absolute;
  right: 13px;
  top: -7px;
  right: 0px;
  height: 100%;
  width: 24px;
  text-decoration: none;
  display: block;
  font-family: "icons";
  color: #404040;
  font-size: 0.8em;
  text-align: left;
}

/* line 112, ../sass/_ui.scss */
.ui-button {
  background-color: false;
  border: solid 1px #cacaca;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #5f5f5f !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
}

/* line 115, ../sass/_ui.scss */
input.ui-button,
button.ui-button {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 120, ../sass/_ui.scss */
.ui-button-main {
  background-color: #F2641E;
  border: solid 1px #b9440b;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
}

/* line 124, ../sass/_ui.scss */
a.ui-button {
  line-height: 34px;
}

/* line 127, ../sass/_ui.scss */
.ui-button-middle {
  height: 36px;
  font-size: 1em;
  line-height: 1em;
}

/* line 132, ../sass/_ui.scss */
input.ui-button-small,
.ui-button-small {
  font-size: .8em;
  height: 24px;
  line-height: 22px !important;
  padding: 0 6px;
}

/* line 139, ../sass/_ui.scss */
.doublebutton {
  float: right;
}
/* line 142, ../sass/_ui.scss */
.doublebutton a {
  border: solid 1px #c4c4c4;
  background-color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  height: 16px;
  outline: 0;
  padding: 5px 6px;
  display: block;
  float: left;
}
/* line 158, ../sass/_ui.scss */
.doublebutton a span {
  text-indent: -9999px;
  float: left;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons.png);
  cursor: pointer;
}
/* line 166, ../sass/_ui.scss */
.doublebutton .list-button {
  margin-right: -1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}
/* line 171, ../sass/_ui.scss */
.doublebutton .list-button span {
  background-position: -16px -16px;
}
/* line 175, ../sass/_ui.scss */
.doublebutton .grid-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
}

/* line 182, ../sass/_ui.scss */
span.active a.grid-button span {
  background-position: -16px 0;
}
/* line 185, ../sass/_ui.scss */
span.active a.list-button {
  border: solid 1px #c4c4c4;
  background-color: #fff;
}
/* line 188, ../sass/_ui.scss */
span.active a.list-button span {
  background-position: 0 -16px;
}

/* line 195, ../sass/_ui.scss */
.active a.grid-button,
.doublebutton a.list-button {
  background-color: #F2641E;
  border-color: #d14d0c;
}

/* line 1, ../sass/_form.scss */
.alert_form {
  background-color: #f2f2f2;
  padding: 15px 10px;
}

/* line 5, ../sass/_form.scss */
.alert_form button {
  width: 100%;
}

/* line 8, ../sass/_form.scss */
.alert_form input {
  width: 184px;
  margin-bottom: 12px;
}

/* line 12, ../sass/_form.scss */
.form-vertical .control-group {
  clear: both;
  margin-bottom: 10px;
}

/* line 16, ../sass/_form.scss */
.form-vertical label {
  display: block;
  padding-bottom: 5px;
}

/* line 23, ../sass/_form.scss */
.form-container .controls input,
.form-container .meta input {
  background-color: #fff;
  border: solid 1px #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 1em;
}

/* line 32, ../sass/_form.scss */
.form-footer {
  background-color: #eee;
  padding: 20px 20px 0 20px;
  position: relative;
  left: -20px;
}

/* line 38, ../sass/_form.scss */
.form-footer:after {
  content: '';
  display: block;
  position: absolute;
  right: -40px;
  width: 40px;
  top: 0;
  bottom: -20px;
  background-color: #eee;
}

/* line 48, ../sass/_form.scss */
.form-footer:before {
  content: '';
  display: block;
  position: absolute;
  right: -40px;
  left: 0;
  bottom: -20px;
  background-color: #eee;
  height: 20px;
}

/* line 58, ../sass/_form.scss */
.form-footer .control-group {
  margin: 0;
}

/* line 62, ../sass/_form.scss */
.form-container .controls input,
.form-container .meta input {
  box-sizing: border-box !important;
  width: 100%;
}

/* line 68, ../sass/_form.scss */
.form-container .ui-drop-files {
  width: 280px;
  padding: 0 10px;
  height: 70px;
  text-align: center;
  font-size: 18px;
  line-height: 70px;
  color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 78, ../sass/_form.scss */
.form-container .controls {
  font-size: 1em;
}

/* line 81, ../sass/_form.scss */
.form-container .main-button {
  background-color: #F2641E;
  border: solid 1px #b9440b;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
}

/* line 84, ../sass/_form.scss */
.form-container .checkbox input,
input[type="checkbox"],
.form-container .meta input[type="checkbox"],
.form-container .controls input[type="checkbox"],
input[type="radio"],
.form-container .meta input[type="radio"],
.form-container .controls input[type="radio"] {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-top: -2px;
  padding: 0;
  border: none;
  box-shadow: none;
}

/* line 101, ../sass/_form.scss */
.meta_list .meta ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
/* line 106, ../sass/_form.scss */
.meta_list .meta ul li {
  clear: both;
  list-style: none;
}
/* line 109, ../sass/_form.scss */
.meta_list .meta ul li label {
  width: auto;
  margin-left: 5px;
  float: none;
}
/* line 116, ../sass/_form.scss */
.meta_list .meta input[type="checkbox"] {
  margin-top: 10px;
}
/* line 119, ../sass/_form.scss */
.meta_list .meta .cf_date_interval {
  width: 100px;
}
/* line 123, ../sass/_form.scss */
.meta_list .meta:after {
  content: "";
  clear: both;
}

/* line 128, ../sass/_form.scss */
.form-container .checkbox {
  margin-bottom: 5px;
}
/* line 130, ../sass/_form.scss */
.form-container .checkbox label {
  font-size: 0.85em;
}

/* line 135, ../sass/_form.scss */
.form-horizontal .actions {
  border-top: solid 1px #ddd;
  padding: 10px 10px 15px 155px;
  margin: 0 25px;
}
/* line 139, ../sass/_form.scss */
.form-horizontal .actions a {
  font-size: 0.725em;
}
/* line 143, ../sass/_form.scss */
.form-horizontal label {
  float: left;
  width: 160px;
  padding-top: 7px;
  text-align: right;
  font-size: 0.85em;
}
/* line 150, ../sass/_form.scss */
.form-horizontal .select-box {
  width: 300px;
}
/* line 153, ../sass/_form.scss */
.form-horizontal .controls {
  margin-left: 180px;
  line-height: 32px;
}
/* line 156, ../sass/_form.scss */
.form-horizontal .controls label {
  float: none;
  width: auto;
  padding-top: 0;
  text-align: left;
}
/* line 163, ../sass/_form.scss */
.form-horizontal .control-group,
.form-horizontal .meta_list .meta {
  clear: both;
  margin-bottom: 10px;
}

/* line 170, ../sass/_form.scss */
.register .select-box {
  width: 100%;
}

/* line 173, ../sass/_form.scss */
.form-container-box {
  background-color: #fff;
  border: solid 1px #ddd;
  margin: 0 auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 179, ../sass/_form.scss */
.form-container-box .header {
  padding: 10px 15px;
}
/* line 183, ../sass/_form.scss */
.form-container-box .header h1 {
  margin: 0;
  line-height: 1.2em;
}

/* line 192, ../sass/_form.scss */
body.item-post .select-box {
  margin-bottom: 10px;
}

/* line 196, ../sass/_form.scss */
.bordered-box {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow .2s;
}
/* line 199, ../sass/_form.scss */
.bordered-box:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: box-shadow .2s;
}

/* line 208, ../sass/_form.scss */
.form-container .photos input {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

/* line 215, ../sass/_form.scss */
.photos_div {
  margin-bottom: 20px;
}

/* line 218, ../sass/_form.scss */
.form-container .controls #photos a {
  font-size: 12px !important;
}

/* line 222, ../sass/_form.scss */
input[type="password"],
input[type="text"],
textarea {
  box-shadow: inset 0 1px 2px #eee;
}
/* line 226, ../sass/_form.scss */
input[type="password"]:hover, input[type="password"]:focus,
input[type="text"]:hover,
input[type="text"]:focus,
textarea:hover,
textarea:focus {
  border-color: #F2641E;
  box-shadow: inset 0 1px 2px #bbb;
}

/* line 232, ../sass/_form.scss */
fieldset h2 {
  margin: 60px 0 15px 0 !important;
  font-size: 28px !important;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow: visible;
}

/* line 250, ../sass/_form.scss */
fieldset h2:not(.no-divider):before {
  content: '';
  display: block;
  background-color: transparent;
  border: 1px dashed #e4e4e4;
  position: absolute;
  top: -30px;
  left: -20px;
  right: -20px;
  height: 0;
}

/* line 262, ../sass/_form.scss */
.input-currency {
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding: 3px 10px;
  width: calc(100% - 22px);
}

/* line 201, ../sass/_ui.scss */
button {
  background-color: false;
  border: solid 1px #cacaca;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #5f5f5f !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
}

/* line 204, ../sass/_ui.scss */
.ui-drop-files {
  box-shadow: none;
  border: 4px dashed rgba(0, 0, 0, 0.2);
  height: 100px;
  background: rgba(0, 0, 0, 0.1);
}

/* line 211, ../sass/_ui.scss */
.bordered-box {
  background-color: #fff;
  border: solid 1px #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 20px;
  position: relative;
}
/* line 226, ../sass/_ui.scss */
.bordered-box .flashmessage-error {
  padding: 0;
}

/* line 231, ../sass/_ui.scss */
.form-container .photos input {
  width: 100%;
}
/* line 234, ../sass/_ui.scss */
.form-container .photos img {
  width: 120px;
}

/* line 238, ../sass/_ui.scss */
.photos_div a {
  display: block;
}

/* line 161, ../sass/_mixins.scss */
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #F2641E;
}

/* line 168, ../sass/_mixins.scss */
.hover .arrow-up {
  border-bottom-color: white;
}

/* line 161, ../sass/_mixins.scss */
.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #F2641E;
}

/* line 168, ../sass/_mixins.scss */
.hover .arrow-down {
  border-top-color: white;
}

/* line 161, ../sass/_mixins.scss */
.arrow-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #F2641E;
}

/* line 168, ../sass/_mixins.scss */
.hover .arrow-left {
  border-right-color: white;
}

/* line 161, ../sass/_mixins.scss */
.arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #F2641E;
}

/* line 168, ../sass/_mixins.scss */
.hover .arrow-right {
  border-left-color: white;
}

/* line 1, ../sass/_pagination.scss */
.paginate {
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
  text-align: center;
  clear: both;
}
/* line 6, ../sass/_pagination.scss */
.paginate ul {
  margin: 0;
  padding: 0;
}
/* line 10, ../sass/_pagination.scss */
.paginate li {
  display: inline;
  list-style-type: none;
}
/* line 14, ../sass/_pagination.scss */
.paginate a,
.paginate span {
  text-decoration: none;
  margin: 0 1px;
  padding: 5px 10px;
  border: 1px solid #F2641E;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 22, ../sass/_pagination.scss */
.paginate a.previous {
  margin-right: 15px;
}
/* line 25, ../sass/_pagination.scss */
.paginate a.next {
  margin-left: 15px;
}
/* line 28, ../sass/_pagination.scss */
.paginate strong {
  border: 1px solid #EEE;
  color: #F30;
  margin: 0 1px;
  padding: 5px 10px;
}
/* line 34, ../sass/_pagination.scss */
.paginate em {
  border: 1px solid #EEE;
  color: #AAA;
  font-style: normal;
  margin: 0 1px;
  padding: 5px 10px;
  text-decoration: none;
}
/* line 42, ../sass/_pagination.scss */
.paginate em.previous {
  margin-right: 15px;
}
/* line 45, ../sass/_pagination.scss */
.paginate em.next {
  margin-left: 15px;
}

/* line 49, ../sass/_pagination.scss */
.searchPaginationSelected,
.paginate a:hover {
  font-weight: bold;
  background-color: #F2641E;
  color: white;
}

/* line 56, ../sass/_pagination.scss */
.see_by {
  float: right;
  border: solid 1px #ddd;
  background-color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: default;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  height: 16px;
  outline: 0;
  padding: 5px 6px;
  display: block;
  position: relative;
}
/* line 75, ../sass/_pagination.scss */
.see_by span {
  float: left;
}
/* line 78, ../sass/_pagination.scss */
.see_by label {
  float: right;
  margin: 0;
  padding: 0 18px 0 5px;
  color: #444;
  color: #F2641E;
}
/* line 85, ../sass/_pagination.scss */
.see_by > label, .see_by > span {
  margin-top: -3px;
}
/* line 89, ../sass/_pagination.scss */
.see_by ul {
  position: absolute;
  right: -1px;
  margin: 22px 0 0;
  padding: 8px 0;
  list-style: none;
  text-align: right;
  background-color: #F2641E;
  border: solid 1px #d14d0c;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: none;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(255, 255, 255, 0.4);
}
/* line 102, ../sass/_pagination.scss */
.see_by li {
  padding: 3px 0;
  text-align: left;
}
/* line 106, ../sass/_pagination.scss */
.see_by ul a {
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 3px 10px;
}
/* line 113, ../sass/_pagination.scss */
.see_by ul a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
}
/* line 119, ../sass/_pagination.scss */
.see_by .arrow-up,
.see_by .arrow-down,
.see_by .arrow-right,
.see_by .arrow-left {
  position: absolute;
  right: 6px;
  top: 11px;
}

/* line 128, ../sass/_pagination.scss */
.arrow-envelope {
  position: absolute;
  right: -1px;
  top: -1px;
}

/* line 134, ../sass/_pagination.scss */
.hover .arrow-envelope {
  background-color: #F2641E;
  border: solid 1px #d14d0c;
  width: 21px;
  height: 28px;
  border-bottom: none;
  z-index: 3;
}
/* line 142, ../sass/_pagination.scss */
.hover ul {
  display: block;
}

/* line 1, ../sass/_flashmessage-error.scss */
body > #flashmessage {
  position: fixed;
  top: 15px;
  right: 15px;
  min-width: 300px;
  max-width: 480px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* line 10, ../sass/_flashmessage-error.scss */
.wrapper-flash {
  font-weight: bold;
}

/* line 14, ../sass/_flashmessage-error.scss */
.flashmessage {
  font-size: 14px;
  padding: 10px 20px 10px 10px;
  z-index: 999;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  border-left-width: 6px;
  position: relative;
  background-color: #fff;
  font-weight: 400;
  font-style: italic;
  margin: 5px;
}

/* line 30, ../sass/_flashmessage-error.scss */
.home .flashmessage {
  margin: 0;
}

/* line 33, ../sass/_flashmessage-error.scss */
.flashmessage-warning,
.help-box {
  border-color: #F99F12;
  color: #F99F12;
}

/* line 38, ../sass/_flashmessage-error.scss */
.flashmessage-error {
  border-color: #DB3610;
  color: #DB3610;
}

/* line 42, ../sass/_flashmessage-error.scss */
.flashmessage-ok {
  border-color: #669900;
  color: #669900;
}

/* line 46, ../sass/_flashmessage-error.scss */
.flashmessage-info {
  border-color: #999;
  color: #999;
}

/* line 50, ../sass/_flashmessage-error.scss */
.help-box {
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 58, ../sass/_flashmessage-error.scss */
.flashmessage .ico-close {
  position: absolute;
  top: -8px;
  right: -5px;
  float: right;
  font-size: 18px;
  line-height: 18px;
  color: #222;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
  padding: 10px;
}

/* line 73, ../sass/_flashmessage-error.scss */
.flashmessage-error .close {
  color: #DB3610;
}

/* line 77, ../sass/_flashmessage-error.scss */
.flashmessage-warning .close {
  color: #F99F12;
}

/* line 81, ../sass/_flashmessage-error.scss */
.flashmessage-success .close,
.flashmessage-information .close {
  color: #999;
}

/* line 86, ../sass/_flashmessage-error.scss */
#error_list,
.error_list {
  background-color: #fff;
  border: solid 1px #DB3610;
  border-left-width: 6px;
  color: #DB3610;
  padding: 10px;
  list-style: none;
  display: none;
  margin: 15px 0;
}
/* line 98, ../sass/_flashmessage-error.scss */
#error_list label,
.error_list label {
  color: #DB3610;
  text-align: left;
}

/* line 103, ../sass/_flashmessage-error.scss */
#error_list li,
.error_list li {
  list-style: none;
  padding: 0;
}

/* line 108, ../sass/_flashmessage-error.scss */
#error_list li label,
.error_list li label {
  margin-top: 0;
  float: none;
  width: auto;
}

/* line 249, ../sass/_ui.scss */
hr {
  background: #ddd;
  border: 0;
  height: 1px;
}

/* line 255, ../sass/_ui.scss */
.ui-button-success.ui-button-outline {
  background-color: transparent;
  border-color: #85ba1a;
}

/* line 260, ../sass/_ui.scss */
.user-is-empresa .ui-button-success,
.user-is-empresa .ui-button-ok,
.item-HIRE .ui-button-success,
.item-HIRE .ui-button-ok,
.ui-button-empresa,
.page-user-empresa .ui-button-main {
  background-color: #285bdf !important;
  border-color: #234fc1 !important;
  color: #fff !important;
}

/* line 272, ../sass/_ui.scss */
.ui-button-success.ui-button-outline,
#header .ui-button-success.ui-button-outline {
  color: #85ba1a !important;
}

/* line 276, ../sass/_ui.scss */
.ui-button-main.ui-button-outline {
  background-color: transparent;
  border-color: #F2641E;
}

/* line 280, ../sass/_ui.scss */
.ui-button-main.ui-button-outline,
.login .ui-button-main.ui-button-outline {
  color: #F2641E !important;
}

/* line 287, ../sass/_ui.scss */
.login h2, .login h3,
.register h2,
.register h3 {
  font-weight: 400;
}

/* line 294, ../sass/_ui.scss */
.login .control-group {
  margin-bottom: 15px;
}
/* line 300, ../sass/_ui.scss */
.login .checkbox label {
  display: inline;
}
/* line 303, ../sass/_ui.scss */
.login .alt-content {
  font-size: .85em;
  text-align: center;
}
/* line 306, ../sass/_ui.scss */
.login .alt-content h4, .login .alt-content p {
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 310, ../sass/_ui.scss */
.login .alt-content h4 {
  color: #444;
  font-size: 1em;
}
/* line 314, ../sass/_ui.scss */
.login .alt-content p {
  font-size: 14px;
}
/* line 317, ../sass/_ui.scss */
.login .alt-content .ui-button-main-inverse {
  margin-bottom: 30px;
}
/* line 324, ../sass/_ui.scss */
.login [type="submit"] {
  height: 36px;
  margin: 0 0 5px 0;
  line-height: 36px;
  width: 100%;
}
/* line 330, ../sass/_ui.scss */
.login [for="remember"] {
  font-weight: 400;
}

/* line 336, ../sass/_ui.scss */
.register h2 {
  text-align: center;
}

/* line 342, ../sass/_ui.scss */
.login h2, .register h2 {
  font-size: 24px;
}
/* line 345, ../sass/_ui.scss */
.login label, .register label {
  color: #444;
  display: block;
  font-size: 16px;
  margin-bottom: 0;
}
/* line 351, ../sass/_ui.scss */
.login .actions, .register .actions {
  border: none;
  font-size: 14px;
}
/* line 354, ../sass/_ui.scss */
.login .actions a, .register .actions a {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
/* line 358, ../sass/_ui.scss */
.login .actions a:hover, .register .actions a:hover {
  text-decoration: underline;
}
/* line 363, ../sass/_ui.scss */
.login .form-container-box, .register .form-container-box {
  border-color: #fff;
}
/* line 366, ../sass/_ui.scss */
.login .wrapper-flash, .register .wrapper-flash {
  margin: 0;
}
/* line 369, ../sass/_ui.scss */
.login hr, .register hr {
  border: 0;
  height: 1px;
}
/* line 374, ../sass/_ui.scss */
.login [class*="col-"] .content, .register [class*="col-"] .content {
  padding: 15px !important;
}
/* line 377, ../sass/_ui.scss */
.login .required, .register .required {
  color: #F2641E;
}

/* line 382, ../sass/_ui.scss */
.support-info {
  font-size: 14px;
  color: #999;
}

/* line 388, ../sass/_ui.scss */
.ui-button-main-inverse {
  background-color: transparent;
  border-color: #F2641E;
  color: #F2641E !important;
}

/* line 394, ../sass/_ui.scss */
.ui-button-link {
  border: transparent;
}

/* line 397, ../sass/_ui.scss */
.ui-button-main.ui-button-link {
  background-color: transparent;
  color: #F2641E !important;
}

/* line 402, ../sass/_ui.scss */
.item-LOOK .ui-button-success,
.item-LOOK .ui-button-ok,
.ui-button-success,
.ui-button-candidato,
.page-user-candidato .ui-button-main {
  background-color: #669900 !important;
  color: #fff !important;
  border-color: #669900 !important;
}

/* line 413, ../sass/_ui.scss */
.ui-button-overimage-inverse {
  border-color: #fff;
  border-width: 2px;
  color: #fff !important;
}

/* line 419, ../sass/_ui.scss */
.icon {
  display: block;
  margin: 0 auto;
}

/* line 423, ../sass/_ui.scss */
.icon-128 {
  background: url(../images/icons/icons-128.png) no-repeat 0 0;
  background-size: 100% auto;
  height: 128px;
  width: 128px;
}

/* line 429, ../sass/_ui.scss */
.icon-time {
  background-position: 0 0;
}

/* line 432, ../sass/_ui.scss */
.icon-users {
  background-position: 0 -128px;
}

/* line 435, ../sass/_ui.scss */
.icon-devices {
  background-position: 0 -256px;
}

/* line 440, ../sass/_ui.scss */
.widget-box h2 {
  font-size: 1.4em;
  letter-spacing: normal;
}

/* line 448, ../sass/_ui.scss */
.user-sidebar .user-menu-title {
  margin: 0;
}
/* line 451, ../sass/_ui.scss */
.user-sidebar .actions .ui-button:hover {
  text-decoration: none !important;
}
/* line 454, ../sass/_ui.scss */
.user-sidebar .fa {
  margin-right: 8px;
  min-width: 18px;
  text-align: right;
}

/* line 460, ../sass/_ui.scss */
.user_menu {
  border-top: 1px solid #ddd;
  margin-top: 15px !important;
  padding-top: 20px !important;
}

/* line 465, ../sass/_ui.scss */
.user_menu li {
  margin-bottom: 5px;
}
/* line 467, ../sass/_ui.scss */
.user_menu li a {
  padding: 3px 5px;
  font-size: 15px;
}
/* line 470, ../sass/_ui.scss */
.user_menu li a:hover {
  background-color: #F2641E;
  color: #fff;
  text-decoration: none !important;
}

/* line 477, ../sass/_ui.scss */
.user_menu .opt_delete_account {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
/* line 480, ../sass/_ui.scss */
.user_menu .opt_delete_account a {
  font-size: 13px;
}
/* line 483, ../sass/_ui.scss */
.user_menu .opt_delete_account a:hover {
  background-color: #DB3610;
}

/* line 489, ../sass/_ui.scss */
#sidebar.user-sidebar {
  padding-top: 20px;
}
/* line 491, ../sass/_ui.scss */
#sidebar.user-sidebar .actions {
  padding: 0;
}

/* line 496, ../sass/_ui.scss */
.admin-options {
  border-top: 1px solid #ddd;
  display: block;
  font-size: .85em !important;
  padding: 10px 0;
}
/* line 501, ../sass/_ui.scss */
.admin-options a {
  text-decoration: none;
}

/* line 509, ../sass/_ui.scss */
.current-email {
  border: 1px solid #ddd;
  color: #999;
  cursor: default;
  line-height: 1;
  padding: 7px 10px;
}

/* line 518, ../sass/_ui.scss */
.ui-corner-all {
  border-radius: 3px;
}

/* line 521, ../sass/_ui.scss */
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header {
  background: #1eacf2;
  border-color: #0c90d1;
  color: #fff;
}

/* line 527, ../sass/_ui.scss */
.ui-datepicker-calendar td a:hover {
  background-color: #36b5f3;
}

/* line 530, ../sass/_ui.scss */
.ui-state-hover {
  background: #66c7f6 !important;
  border-color: #0c90d1 !important;
}

/* line 534, ../sass/_ui.scss */
.ui-datepicker-title option {
  background: #fff !important;
}

/* line 540, ../sass/_ui.scss */
#button-goto-search {
  display: none;
  margin-bottom: 30px;
}

/* line 546, ../sass/_ui.scss */
#restricted-fine-uploader {
  padding: 0 !important;
}

/* line 549, ../sass/_ui.scss */
.qq-uploader * {
  font-style: italic !important;
  font-size: .9em !important;
  letter-spacing: 1px;
  padding: 0;
}

/* line 555, ../sass/_ui.scss */
.qq-upload-drop-area {
  color: #fff;
  background-color: #F49668 !important;
}

/* line 559, ../sass/_ui.scss */
.qq-upload-drop-area-active {
  background-color: #DFF0D8 !important;
  color: #85ba1a !important;
}

/* line 563, ../sass/_ui.scss */
.qq-upload-button {
  background-color: #ddd !important;
  padding: 20px 0 13px 0 !important;
  width: 100% !important;
}
/* line 567, ../sass/_ui.scss */
.qq-upload-button > div:first-of-type {
  color: #666;
}
/* line 570, ../sass/_ui.scss */
.qq-upload-button input {
  bottom: 0;
  width: 100%;
}

/* line 576, ../sass/_ui.scss */
.qq-upload-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 580, ../sass/_ui.scss */
.qq-upload-list li {
  box-sizing: border-box;
  display: block;
  height: auto !important;
  margin: 0 !important;
  min-height: auto !important;
  width: 33%;
}
/* line 588, ../sass/_ui.scss */
.qq-upload-list .ajax_preview_img {
  border: none;
  margin: 5px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
/* line 595, ../sass/_ui.scss */
.qq-upload-list .ajax_preview_img img {
  display: block;
  max-width: 100% !important;
}

/* line 602, ../sass/_ui.scss */
.qq-upload-list .qq-upload-success {
  background: #fff !important;
}
/* line 604, ../sass/_ui.scss */
.qq-upload-list .qq-upload-success .qq-upload-delete {
  color: #DB3610 !important;
  text-decoration: none !important;
}
/* line 607, ../sass/_ui.scss */
.qq-upload-list .qq-upload-success .qq-upload-delete:hover {
  text-decoration: underline !important;
}
/* line 611, ../sass/_ui.scss */
.qq-upload-list .qq-upload-success .qq-upload-size {
  color: #999;
}

/* line 618, ../sass/_ui.scss */
.show-nav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  outline: none !important;
}
/* line 624, ../sass/_ui.scss */
.show-nav.on {
  background-color: #F2641E;
  color: #222 !important;
  position: relative;
}
/* line 628, ../sass/_ui.scss */
.show-nav.on:after {
  content: '';
  border: 10px solid transparent;
  border-top-color: #F2641E;
  display: block;
  height: 0;
  left: 50%;
  margin: 0 0 0 -10px;
  padding: 0;
  position: absolute;
  width: 0;
}

/* line 644, ../sass/_ui.scss */
.resp-video-container {
  height: 0;
  position: relative;
}
/* line 647, ../sass/_ui.scss */
.resp-video-container.youtube-video {
  padding-bottom: 56.25%;
}
/* line 650, ../sass/_ui.scss */
.resp-video-container iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 661, ../sass/_ui.scss */
#sidebar #query {
  height: 26px;
  line-height: 1;
}

/* line 668, ../sass/_ui.scss */
.ui-widget-overlay + .ui-dialog {
  border: none;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
/* line 671, ../sass/_ui.scss */
.ui-widget-overlay + .ui-dialog .ui-widget-header {
  background-color: #F2641E;
  border: none;
}
/* line 675, ../sass/_ui.scss */
.ui-widget-overlay + .ui-dialog .ui-dialog-title {
  font-size: 21px;
  line-height: 1.25;
}

/* line 683, ../sass/_ui.scss */
#dialog-delete-account + .ui-dialog-buttonpane {
  padding: 10px;
}
/* line 685, ../sass/_ui.scss */
#dialog-delete-account + .ui-dialog-buttonpane .ui-button {
  background-color: transparent;
  border-color: transparent;
}
/* line 688, ../sass/_ui.scss */
#dialog-delete-account + .ui-dialog-buttonpane .ui-button .ui-button-text {
  color: #F2641E !important;
}
/* line 691, ../sass/_ui.scss */
#dialog-delete-account + .ui-dialog-buttonpane .ui-button + .ui-button {
  background-color: #669900;
  border-color: #669900 !important;
}
/* line 694, ../sass/_ui.scss */
#dialog-delete-account + .ui-dialog-buttonpane .ui-button + .ui-button .ui-button-text {
  color: #fff !important;
}
/* line 699, ../sass/_ui.scss */
#dialog-delete-account + .ui-dialog-buttonpane .ui-button {
  float: none !important;
  display: inline-block;
}

/* line 705, ../sass/_ui.scss */
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:focus,
.ui-dialog-titlebar-close.ui-state-hover {
  color: #222 !important;
}

/* line 711, ../sass/_ui.scss */
.ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none !important;
  width: 100%;
  text-align: center;
}
/* line 716, ../sass/_ui.scss */
.ui-dialog-buttonpane .ui-state-hover {
  background-color: #fff !important;
  background-image: none !important;
  border-color: #F2641E !important;
}
/* line 721, ../sass/_ui.scss */
.ui-dialog-buttonpane .ui-button + .ui-button {
  background-color: #669900 !important;
  border-color: #669900 !important;
}

/* line 726, ../sass/_ui.scss */
.ui-dialog-titlebar-close {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
}
/* line 730, ../sass/_ui.scss */
.ui-dialog-titlebar-close.ui-state-hover:hover {
  color: #712a07 !important;
}

/* line 734, ../sass/_ui.scss */
.ui-widget-content {
  border-color: #ddd;
  color: #444;
}

/* line 740, ../sass/_ui.scss */
.ui-button-danger {
  background-color: #DB3610;
  border-color: #ab2a0d;
  color: #fff !important;
}

/* line 746, ../sass/_ui.scss */
.toolbar {
  margin-bottom: 30px;
}
/* line 748, ../sass/_ui.scss */
.toolbar .ui-button {
  box-shadow: 0 1px 1px #ddd, inset 0 0 0 1px #fff;
  border-radius: 0;
  margin: 0;
}
/* line 752, ../sass/_ui.scss */
.toolbar .ui-button + .ui-button {
  border-left: none;
}
/* line 755, ../sass/_ui.scss */
.toolbar .ui-button:first-child {
  border-radius: 3px 0 0 3px;
}
/* line 758, ../sass/_ui.scss */
.toolbar .ui-button:last-child {
  border-radius: 0 3px 3px 0;
}
/* line 761, ../sass/_ui.scss */
.toolbar .ui-button:hover, .toolbar .ui-button:focus {
  background-color: #fff;
}
/* line 765, ../sass/_ui.scss */
.toolbar .ui-button:active {
  background-color: initial;
  box-shadow: 1px 1px 0 #fff, 0 -1px 0 #fff, inset 0 0 4px rgba(0, 0, 0, 0.1), inset 0 100px 0 0 rgba(0, 0, 0, 0.1);
}

/* line 773, ../sass/_ui.scss */
.search-form-not-homepage .main-search {
  box-shadow: none;
}

/* line 778, ../sass/_ui.scss */
.text-error {
  color: #DB3610 !important;
}

/* line 781, ../sass/_ui.scss */
.text-warning {
  color: #F99F12 !important;
}

/* line 784, ../sass/_ui.scss */
.text-success {
  color: #85ba1a !important;
}

/* line 787, ../sass/_ui.scss */
.text-help {
  color: #999 !important;
}

/* line 790, ../sass/_ui.scss */
.text-info {
  color: #999 !important;
}

/* line 793, ../sass/_ui.scss */
.text-default {
  color: #666 !important;
}

/* line 796, ../sass/_ui.scss */
.text-ok {
  color: #669900 !important;
}

/* line 799, ../sass/_ui.scss */
.text-main,
.text-primary {
  color: #F2641E !important;
}

/* line 804, ../sass/_ui.scss */
.ui-button.text-look,
.text-look {
  color: #669900 !important;
}

/* line 808, ../sass/_ui.scss */
.ui-button.text-hire,
.text-hire {
  color: #285bdf !important;
}

/* line 813, ../sass/_ui.scss */
.img-thumbnail {
  padding: 6px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

/* line 818, ../sass/_ui.scss */
.img-circle {
  border-radius: 50%;
}

/* line 822, ../sass/_ui.scss */
.well {
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

/* line 830, ../sass/_ui.scss */
.user-is-empresa .ui-button-publish-new-item {
  background-color: #285bdf !important;
  border-color: #15368c;
}

/* line 834, ../sass/_ui.scss */
.user-is-empresa #header .ui-button-publish-new-item {
  border-color: #547de6;
}

/* line 1, ../sass/_user.scss */
.user-card {
  background-color: #fff;
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 11, ../sass/_user.scss */
.user-card ul {
  padding: 15px;
  margin: 0;
  list-style: none;
}
/* line 16, ../sass/_user.scss */
.user-card .name {
  font-size: 1.5em;
  margin-bottom: 15px;
}
/* line 20, ../sass/_user.scss */
.user-card .website {
  font-size: 0.725em;
}
/* line 23, ../sass/_user.scss */
.user-card .location,
.user-card .adress {
  font-size: 0.725em;
}
/* line 27, ../sass/_user.scss */
.user-card img {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 37, ../sass/_user.scss */
.user-card-mask {
  max-height: 160px;
  overflow: hidden;
}

/* line 43, ../sass/_user.scss */
.user-profile-edit-page .user-card-mask {
  float: left;
  max-width: 160px;
}

/* line 49, ../sass/_user.scss */
.user-profile-picture-box img {
  margin: 0 !important;
}

/* line 53, ../sass/_user.scss */
.user-contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 60, ../sass/_user.scss */
.user-contacts li {
  margin-bottom: 15px;
  width: 33.333%;
}

@media only screen and (max-width: 600px) {
  /* line 68, ../sass/_user.scss */
  .user-card .display-table {
    display: block;
  }
  /* line 71, ../sass/_user.scss */
  .user-card .display-table-cell {
    display: block;
    text-align: center;
    padding: 15px 15px 0 15px;
    width: 100%;
  }
  /* line 77, ../sass/_user.scss */
  .user-card .user-card-image {
    background-color: #fff;
    border: 5px solid #fff;
    padding: 0;
    width: 160px;
    margin: 15px auto 0 auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), 0 0 0 1px #eee;
  }
  /* line 84, ../sass/_user.scss */
  .user-card .user-card-image img {
    display: inline-block;
    max-width: 100%;
  }
  /* line 89, ../sass/_user.scss */
  .user-card .ui-edit {
    display: block;
    position: relative !important;
    margin: 0;
    right: 0 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
  }

  /* line 101, ../sass/_user.scss */
  .user-card.bordered-box,
  .user-profile-picture-box.bordered-box {
    background-color: transparent;
    border: none;
    box-shadow: none;
  }

  /* line 107, ../sass/_user.scss */
  .user-contacts {
    display: block;
  }
  /* line 109, ../sass/_user.scss */
  .user-contacts li {
    clear: both;
    display: block;
    float: none;
    width: 100%;
  }

  /* line 117, ../sass/_user.scss */
  .user-profile-edit-page .user-card-mask {
    float: none;
    margin: 15px auto 0 auto;
    max-width: 160px;
    border: 5px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), 0 0 0 1px #eee;
  }
}
/* line 1, ../sass/_global.scss */
html, body {
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden !important;
}

/* line 9, ../sass/_global.scss */
.wrapper {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* line 13, ../sass/_global.scss */
.wrapper:after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

/* line 20, ../sass/_global.scss */
#responsive-trigger {
  display: none;
}

/* line 23, ../sass/_global.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 28, ../sass/_global.scss */
h1, h2, h3, h4, h5 {
  font-weight: 400;
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1em;
  margin-top: 0;
  color: #444;
}

/* line 41, ../sass/_global.scss */
.bordered-box h2 {
  font-size: 1.4em;
}
/* line 44, ../sass/_global.scss */
.bordered-box h3 {
  font-size: 1.2;
}

/* line 48, ../sass/_global.scss */
h1 {
  font-size: 2.2em;
}

/* line 51, ../sass/_global.scss */
h2 {
  font-size: 1.6em;
}

/* line 54, ../sass/_global.scss */
h3 {
  font-size: 1.4em;
}

/* line 57, ../sass/_global.scss */
h4 {
  font-size: 1.2em;
}

/* line 60, ../sass/_global.scss */
h5 {
  font-size: 1.1em;
}

@media only screen and (max-width: 680px) {
  /* line 69, ../sass/_global.scss */
  .bordered-box h2 {
    font-size: 1.25em;
  }
  /* line 72, ../sass/_global.scss */
  .bordered-box h3 {
    font-size: 1.1;
  }

  /* line 76, ../sass/_global.scss */
  h1 {
    font-size: 1.75em;
  }

  /* line 79, ../sass/_global.scss */
  h2 {
    font-size: 1.5em;
  }

  /* line 82, ../sass/_global.scss */
  h3 {
    font-size: 1.3em;
  }

  /* line 85, ../sass/_global.scss */
  h4 {
    font-size: 1.1em;
  }

  /* line 88, ../sass/_global.scss */
  h5 {
    font-size: 1em;
  }
}
/* line 93, ../sass/_global.scss */
.clear {
  clear: both;
}

/* line 96, ../sass/_global.scss */
body.search #sidebar,
body.user #sidebar {
  float: left;
  width: 210px;
}

/* line 101, ../sass/_global.scss */
body.search #main,
body.user #main {
  float: right;
  width: 728px;
}

/* line 106, ../sass/_global.scss */
body.search .list-header .actions {
  height: 35px;
}

/* line 109, ../sass/_global.scss */
.resp-toogle {
  display: none;
}

/* line 112, ../sass/_global.scss */
.title-has-actions {
  border-bottom: solid 1px #ddd;
  margin-bottom: 10px;
  padding: 0 0 3px 0;
}

/* line 117, ../sass/_global.scss */
.title-has-actions h1,
.title-has-actions h2,
.title-has-actions h3 {
  float: left;
  margin-bottom: 0;
}

/* line 123, ../sass/_global.scss */
.title-has-actions a {
  float: left;
  margin-left: 10px;
  font-size: 0.825em;
  line-height: 2em;
}

/* line 132, ../sass/_global.scss */
.flashmessage-404 {
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 0;
  font-size: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 10px 15px;
  margin-top: 25px;
}

/* line 145, ../sass/_global.scss */
.flashmessage-404 ul {
  list-style: disc;
  padding: 10px 0px 10px 25px;
}

/* line 149, ../sass/_global.scss */
body.not-found .categories h2,
body.not-found .categories h3 {
  float: left;
  width: 25%;
  font-size: 13px;
  font-weight: normal;
  margin: 3px 0;
}

/* line 157, ../sass/_global.scss */
body.not-found .categories {
  margin-top: 10px;
}

/* line 160, ../sass/_global.scss */
body.not-found fieldset.main {
  padding: 10px 0;
}

/* line 163, ../sass/_global.scss */
body.not-found #uniform-sCategory {
  display: none;
}

/* line 166, ../sass/_global.scss */
body.not-found h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* line 170, ../sass/_global.scss */
body.not-found #query {
  background-color: #ffffff;
  border: solid 1px #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  width: 280px;
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  font-size: 1em;
}

/* line 179, ../sass/_global.scss */
.ads_300,
.ads_728,
.ads_468 {
  background-color: #FDF6E5;
  display: block;
  margin: 15px 0;
}

/* line 186, ../sass/_global.scss */
.ads_300 {
  width: 300px;
  min-height: 250px;
}

/* line 190, ../sass/_global.scss */
.ads_728 {
  width: 728px;
  min-height: 90px;
}

/* line 194, ../sass/_global.scss */
.ads_468 {
  width: 468px;
  min-height: 60px;
}

/* line 199, ../sass/_global.scss */
.no-padding {
  padding: 0;
}

/* line 203, ../sass/_global.scss */
.delete {
  color: #DB3610;
  font-style: italic;
}

/* line 207, ../sass/_global.scss */
.delete:hover {
  background-color: #DB3610;
  color: white;
  padding-left: 2px;
  padding-right: 2px;
}

/* line 1, ../sass/_footer.scss */
#footer {
  clear: both;
  margin-top: 50px;
  padding-bottom: 0;
  border-top: solid 1px #ddd;
  padding-top: 15px;
  font-size: 0.85em;
}

/* line 9, ../sass/_footer.scss */
#footer ul {
  margin: 0 0 15px 0;
}
/* line 12, ../sass/_footer.scss */
#footer ul + ul {
  float: right;
}

/* line 13, ../sass/_mixins.scss */
#footer a {
  text-decoration: none;
}

/* line 16, ../sass/_mixins.scss */
#footer a:hover {
  text-decoration: underline;
}

/* line 17, ../sass/_footer.scss */
#footer li {
  display: inline;
  margin-left: 10px;
}

/* line 21, ../sass/_footer.scss */
.footer-links,
#footer ul {
  list-style: none;
  padding: 0;
}

/* line 27, ../sass/_footer.scss */
.footer-links li {
  float: left;
  width: 31%;
  padding-right: 2%;
  margin-bottom: 5px;
  font-size: 0.725em;
}

/* line 34, ../sass/_footer.scss */
#footer .resp-toogle .publish {
  padding: 0;
  margin: 15px 0;
  display: block;
}

/* line 39, ../sass/_footer.scss */
#footer .resp-toogle .publish a {
  background-color: #1eacf2;
  border: solid 1px #0b7fb9;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-size: 1.2em;
  padding: 0;
}

/* line 48, ../sass/_footer.scss */
.standard-bottom-footer {
  background-color: #222;
  color: #fff;
  padding: 15px !important;
  border-bottom: 8px solid #F2641E;
  margin: 0 !important;
  overflow: hidden;
  width: 100% !important;
  box-sizing: border-box !important;
}
/* line 57, ../sass/_footer.scss */
.standard-bottom-footer a {
  color: #fff;
  text-decoration: underline !important;
}
/* line 61, ../sass/_footer.scss */
.standard-bottom-footer li {
  float: left;
}
/* line 63, ../sass/_footer.scss */
.standard-bottom-footer li:last-child {
  float: right;
}

@media only screen and (max-width: 767px) {
  /* line 71, ../sass/_footer.scss */
  .standard-bottom-footer li {
    display: inline-block !important;
    float: none !important;
  }
}
/* line 1, ../sass/_header.scss */
.nav-our-network {
  background-color: #222;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
  text-align: right;
  box-shadow: inset 0 -1px 0 #363636, inset 0 -2px 0 #090909;
}
/* line 8, ../sass/_header.scss */
.nav-our-network a {
  color: #d5d5d5;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  padding: 8px;
}
/* line 15, ../sass/_header.scss */
.nav-our-network a:hover {
  background-color: #d14d0c;
  color: #fff;
}

/* line 22, ../sass/_header.scss */
#header {
  background-color: #222;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 0;
}

/* line 36, ../sass/_header.scss */
#header .wrapper {
  position: relative;
}

/* line 39, ../sass/_header.scss */
#header .ads_header {
  width: 728px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px 10px 0px;
}

/* line 45, ../sass/_header.scss */
#header #logo {
  color: #fff;
  float: left;
  font-family: 'helveticaregular', Helvetica, Arial, Verdana, sans-serif;
  border: none;
  font-size: 2.1875em;
  line-height: 1;
  padding: 0;
  margin: 0;
}

/* line 57, ../sass/_header.scss */
#header #logo a {
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

/* line 64, ../sass/_header.scss */
#header .publish a {
  background-color: #36b5f3;
  border: solid 1px #0c90d1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  background-color: #85ba1a;
  border: solid 1px #557711;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  font-weight: bold;
}

/* line 74, ../sass/_header.scss */
#header #logo span {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
  border: none;
  font-size: 0.8em;
  line-height: 1em;
  display: block;
}

/* line 85, ../sass/_header.scss */
#header #logo .logo-specific-name {
  font-size: 8px;
  letter-spacing: 1px;
  margin: -6px 0 -12px 0;
  text-transform: uppercase;
  text-indent: 43px;
  font-style: italic;
}

/* line 93, ../sass/_header.scss */
#header #logo .maincolor {
  color: #F2641E;
  display: inline;
  font-size: 1em;
}

/* line 98, ../sass/_header.scss */
#header #logo,
#header #logo .maincolor {
  font-weight: normal !important;
}

/* line 103, ../sass/_header.scss */
#header li.logged {
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
}
/* line 107, ../sass/_header.scss */
#header li.logged a {
  font-style: italic;
  font-weight: 400;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 117, ../sass/_header.scss */
.main-search {
  background-color: #eee;
  background-color: rgba(238, 238, 238, 0.84);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  width: 966px;
  padding: 6px;
  height: 46px;
  border: solid 1px #ddd;
  margin: 0 auto;
  position: relative;
  margin-top: 15px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 136, ../sass/_header.scss */
.main-search .has-placeholder {
  float: none;
}

/* line 139, ../sass/_header.scss */
.main-search input {
  background-color: #fff;
  border: solid 1px #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  height: 43px;
  width: 100%;
}

/* line 144, ../sass/_header.scss */
.main-search .selector {
  padding-left: 42px;
  padding-right: 12px;
}

/* line 148, ../sass/_header.scss */
.main-search .reset-padding {
  padding-left: 0px;
}

/* line 151, ../sass/_header.scss */
.main-search .ui-button {
  background-color: #F2641E;
  border: solid 1px #b9440b;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  height: 43px;
}

/* line 156, ../sass/_header.scss */
.main-search .cell {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

/*#header .nav{
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}
#header .nav li{
    float:left;
    position: relative;
}
#header .nav li.search,
#header .nav li.cat{
    display:none
}
#header .nav li a,
#header .nav li span{
    color:white;
    font-size:0.875em;
}
#header .nav li{
    color:white;
}
#header .nav li a{
    margin-left:10px;
}
#header .nav li.publish{
    clear: both;
    float: right;
    margin-top:10px;
}*/
/* line 194, ../sass/_header.scss */
#header {
  height: auto;
  overflow: hidden;
  padding: 24px 0;
}
/* line 198, ../sass/_header.scss */
#header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 202, ../sass/_header.scss */
#header .nav a {
  color: #fff !important;
  text-decoration: none;
}
/* line 206, ../sass/_header.scss */
#header .nav li {
  float: left;
}

/* line 212, ../sass/_header.scss */
.main-search .select-box .select-box-label {
  line-height: 43px;
}

/* line 215, ../sass/_header.scss */
.main-search .select-box select {
  width: auto;
  height: 42px;
}

/* line 219, ../sass/_header.scss */
.main-search .select-box-icon {
  top: 0px;
}

/* Breadcrumb */
/* line 225, ../sass/_header.scss */
.wrapper-flash {
  margin-bottom: 35px;
}

/* line 228, ../sass/_header.scss */
div.breadcrumb {
  line-height: 1.05em;
  font-size: 0.85em;
  height: auto;
  margin: 0;
  width: auto;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

/* line 237, ../sass/_header.scss */
ul.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 242, ../sass/_header.scss */
ul.breadcrumb li {
  float: left;
  padding: 0 2px;
  font-weight: normal;
}

/* line 247, ../sass/_header.scss */
ul.breadcrumb a {
  text-decoration: none;
}
/* line 249, ../sass/_header.scss */
ul.breadcrumb a:hover {
  text-decoration: underline;
}

/* line 253, ../sass/_header.scss */
ul.breadcrumb .last-child {
  color: #444;
}

/* line 256, ../sass/_header.scss */
ul.breadcrumb .divider {
  color: #999;
}

/* line 260, ../sass/_header.scss */
#header .nav li + li {
  margin-left: 10px;
}

/* line 263, ../sass/_header.scss */
#header .nav li #login_open.ui-button-link {
  border: 1px solid #fff !important;
}

/* line 1, ../sass/_list.scss */
.r-list {
  display: none;
  margin: 0px 40px 0 0;
  padding: 0;
  list-style: none;
}

/* line 8, ../sass/_list.scss */
.latest_ads {
  padding-top: 25px;
}
/* line 10, ../sass/_list.scss */
.latest_ads h1 {
  float: left;
}
/* line 13, ../sass/_list.scss */
.latest_ads .actions {
  float: right;
  margin-top: 5px;
}

/* line 19, ../sass/_list.scss */
body.home .r-list {
  display: block;
}

/* line 28, ../sass/_list.scss */
.tbl {
  display: block;
  width: 100%;
}

/* line 32, ../sass/_list.scss */
div.first_cel ul {
  margin: 0;
}

/* line 35, ../sass/_list.scss */
.cell_3 {
  width: 33%;
  float: left;
}
/* line 38, ../sass/_list.scss */
.cell_3 ul {
  margin: 0;
  margin-left: 20px;
}

/* line 43, ../sass/_list.scss */
.r-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 47, ../sass/_list.scss */
.r-list li .r-list li li {
  float: none;
  width: 100%;
}
/* line 51, ../sass/_list.scss */
.r-list li > li:nth-child(4n),
.r-list li .clear {
  clear: both;
}

/* line 58, ../sass/_list.scss */
ul.r-list li h1 {
  margin: 25px 0 10px 0;
  padding: 0;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 64, ../sass/_list.scss */
ul.r-list li h1 a {
  font-size: 1em;
}
/* line 67, ../sass/_list.scss */
ul.r-list li h1 span {
  font-weight: normal;
}
/* line 71, ../sass/_list.scss */
ul.r-list li a,
ul.r-list li span {
  text-decoration: none;
  font-size: 0.8125em;
}
/* line 76, ../sass/_list.scss */
ul.r-list li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 83, ../sass/_list.scss */
.list-header {
  margin-bottom: 15px;
  z-index: 10;
  position: relative;
}

/* line 88, ../sass/_list.scss */
.listing-card-oferta {
  border-color: #285bdf !important;
}
/* line 91, ../sass/_list.scss */
.listing-card-oferta .title {
  color: #285bdf;
  color: #222;
}

/* line 96, ../sass/_list.scss */
.listing-card-procura {
  border-color: #669900 !important;
}
/* line 99, ../sass/_list.scss */
.listing-card-procura .title {
  color: #669900;
  color: #222;
}

/* line 104, ../sass/_list.scss */
.listing-card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: box-shadow .2s;
}
/* line 107, ../sass/_list.scss */
.listing-card:hover {
  box-shadow: 0 24px 24px rgba(0, 0, 0, 0.15);
  transition: box-shadow .2s;
  z-index: 2;
}

/* line 113, ../sass/_list.scss */
.listing-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
/* line 118, ../sass/_list.scss */
.listing-card-list .user-ad-type {
  font-size: 9px;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  padding: 5px;
  background-color: #ddd;
  color: #fff;
  font-weight: 600;
  margin: 0 0 10px 10px;
  text-transform: uppercase;
  border-radius: 0 0 0 5px;
  text-decoration: none;
}
/* line 133, ../sass/_list.scss */
.listing-card-list .user-ad-type:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #ccc;
}
/* line 137, ../sass/_list.scss */
.listing-card-list .user-ad-identifier {
  margin-bottom: 5px;
}
/* line 139, ../sass/_list.scss */
.listing-card-list .user-ad-identifier .user-ad-identifier-link {
  color: #fff;
  background-color: #F2641E;
  display: inline-block;
  padding: 3px 5px;
  width: initial;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .1em;
  position: relative;
  overflow: visible;
  border-radius: 3px;
}
/* line 154, ../sass/_list.scss */
.listing-card-list .user-ad-identifier .user-ad-identifier-link:hover {
  background-color: #db510d;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 158, ../sass/_list.scss */
.listing-card-list .user-ad-identifier .user-ad-identifier-link:active {
  background-color: #F2641E;
  box-shadow: none;
}
/* line 164, ../sass/_list.scss */
.listing-card-list .user-ad-type-oferta {
  background-color: #285bdf;
}
/* line 168, ../sass/_list.scss */
.listing-card-list .user-ad-type-procura {
  background-color: #669900;
}
/* line 172, ../sass/_list.scss */
.listing-card-list .title {
  display: inline-block;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 5px;
  text-decoration: none;
  margin-top: 15px;
}
/* line 179, ../sass/_list.scss */
.listing-card-list .title:hover, .listing-card-list .title:active, .listing-card-list .title:focus {
  text-decoration: underline;
}
/* line 184, ../sass/_list.scss */
.listing-card-list .listing-cell {
  padding: 10px;
}
/* line 187, ../sass/_list.scss */
.listing-card-list .location,
.listing-card-list .category {
  color: #444;
  font-size: 16px;
}
/* line 192, ../sass/_list.scss */
.listing-card-list p {
  margin: 5px 0 10px 0;
}

/* line 197, ../sass/_list.scss */
.listing-grid .listing-card {
  border-color: #ddd !important;
}

/* line 200, ../sass/_list.scss */
.listing-grid li.listing-card {
  padding-top: 19px !important;
}
/* line 202, ../sass/_list.scss */
.listing-grid li.listing-card .user-ad-type {
  border-radius: 0;
  left: -10px;
  text-align: center;
}

/* line 210, ../sass/_list.scss */
.see_more_link {
  clear: both;
}

/* line 213, ../sass/_list.scss */
.counter-search {
  color: #999;
  float: left;
  line-height: 32px;
}

/* line 218, ../sass/_list.scss */
#main h5 {
  margin-bottom: 10px;
}

/* line 221, ../sass/_list.scss */
#related-searches {
  padding-top: 25px;
}
/* line 223, ../sass/_list.scss */
#related-searches h5 {
  margin-bottom: 10px;
  font-size: 1em;
}

/* line 229, ../sass/_list.scss */
.list-item-meta {
  margin: 0;
  padding: 0;
}
/* line 232, ../sass/_list.scss */
.list-item-meta li {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}

/* line 240, ../sass/_list.scss */
.listing-card {
  border-radius: 0 5px 0 0;
  background-color: #fff;
  clear: both;
  padding: 0;
  margin: 0 0 25px 0;
  border: 0;
  border-top: 1px solid;
  position: relative;
  overflow: hidden;
}
/* line 255, ../sass/_list.scss */
.listing-card .admin-options a {
  padding: 5px;
  font-size: 13px;
  line-height: 1;
}
/* line 262, ../sass/_list.scss */
.listing-card .ui-button-edit:hover,
.listing-card .ui-button-delete:hover {
  text-decoration: none !important;
  color: #fff !important;
}
/* line 267, ../sass/_list.scss */
.listing-card .ui-button-edit:hover {
  background-color: #669900 !important;
  border-color: #446600;
}
/* line 271, ../sass/_list.scss */
.listing-card .ui-button-delete:hover {
  background-color: #DB3610 !important;
  border-color: #ab2a0d;
}
/* line 276, ../sass/_list.scss */
.listing-card .list-item-meta {
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
/* line 280, ../sass/_list.scss */
.listing-card .list-item-meta li {
  display: inline-block;
  margin-right: 10px;
}
/* line 286, ../sass/_list.scss */
.listing-card .listing-basicinfo,
.listing-card .listing-attributes {
  display: block;
  vertical-align: top;
  margin-top: 0;
  width: auto;
}
/* line 293, ../sass/_list.scss */
.listing-card .listing-attributes {
  width: auto;
}
/* line 296, ../sass/_list.scss */
.listing-card .currency-value {
  white-space: nowrap;
  color: #78c042;
}
/* line 300, ../sass/_list.scss */
.listing-card .listing-data {
  display: table-row;
  width: 100%;
}
/* line 304, ../sass/_list.scss */
.listing-card .listing-detail {
  width: auto;
}
/* line 309, ../sass/_list.scss */
.listing-card .listing-cell {
  display: table;
}
/* line 313, ../sass/_list.scss */
.listing-card .listing-thumb {
  border: 1px solid #ddd;
  display: block;
  float: left;
  padding: 6px;
  margin: 10px;
}
/* line 320, ../sass/_list.scss */
.listing-card .listing-thumb img {
  height: 85px;
  width: 95px;
}
/* line 324, ../sass/_list.scss */
.listing-card .listing-attributes {
  font-size: 0.78em;
  color: #777;
  padding: 4px 0 8px;
  line-height: 1.5em;
}
/* line 330, ../sass/_list.scss */
.listing-card .listing-attributes a {
  color: #777;
  font-weight: bold;
}
/* line 13, ../sass/_mixins.scss */
.listing-card .listing-attributes a {
  text-decoration: none;
}
/* line 16, ../sass/_mixins.scss */
.listing-card .listing-attributes a:hover {
  text-decoration: underline;
}

/* line 336, ../sass/_list.scss */
.listing-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 342, ../sass/_list.scss */
.listing-grid .last {
  margin-right: 0px;
}
/* line 346, ../sass/_list.scss */
.listing-grid .title {
  font-size: 18px;
}
/* line 350, ../sass/_list.scss */
.listing-grid .listing-card {
  float: left;
  width: 230px;
  max-width: 230px;
  padding: 0;
  background-color: #FFF;
  border: 1px solid #ddd;
  margin: 0 9px 9px 0;
  position: relative;
  display: block;
  clear: none;
}
/* line 361, ../sass/_list.scss */
.listing-grid .listing-card .category,
.listing-grid .listing-card .location {
  font-size: 13px;
}
/* line 365, ../sass/_list.scss */
.listing-grid .listing-card .listing-attributes .location {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 370, ../sass/_list.scss */
.listing-grid .listing-card .listing-attributes .location a {
  display: inline;
}
/* line 374, ../sass/_list.scss */
.listing-grid .listing-card img {
  width: 100%;
  height: auto;
  float: none;
}
/* line 380, ../sass/_list.scss */
.listing-grid .currency-value {
  display: block;
}
/* line 383, ../sass/_list.scss */
.listing-grid .listing-detail {
  margin-left: 0;
}
/* line 386, ../sass/_list.scss */
.listing-grid .listing-basicinfo,
.listing-grid .listing-data {
  display: block;
}
/* line 391, ../sass/_list.scss */
.listing-grid .listing-basicinfo {
  padding: 10px;
}
/* line 394, ../sass/_list.scss */
.listing-grid .listing-thumb {
  border: none;
  float: none;
  margin: 0;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
  overflow: hidden;
}
/* line 402, ../sass/_list.scss */
.listing-grid .listing-thumb img {
  display: block !important;
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
}
/* line 410, ../sass/_list.scss */
.listing-grid .listing-cell {
  display: block;
}
/* line 414, ../sass/_list.scss */
.listing-grid .listing-basicinfo p {
  display: none;
}
/* line 417, ../sass/_list.scss */
.listing-grid .listing-basicinfo a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
/* line 425, ../sass/_list.scss */
.listing-grid .g-hide {
  display: none;
}

/* line 430, ../sass/_list.scss */
.premium-list li.listing-card,
li.listing-card.premium {
  border-top-color: #F2641E !important;
}
/* line 433, ../sass/_list.scss */
.premium-list li.listing-card .user-ad-type,
li.listing-card.premium .user-ad-type {
  background-color: #F2641E;
}
/* line 436, ../sass/_list.scss */
.premium-list li.listing-card .title,
li.listing-card.premium .title {
  color: #F2641E;
}

/* line 440, ../sass/_list.scss */
.premium-list .premium {
  background-color: #fff !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* line 444, ../sass/_list.scss */
.premium-list .premium .listing-cell {
  padding: 0;
}
/* line 447, ../sass/_list.scss */
.premium-list .premium .listing-basicinfo {
  padding: 20px;
}
/* line 450, ../sass/_list.scss */
.premium-list .premium .title {
  font-size: 28px;
}

/* line 455, ../sass/_list.scss */
.listing-grid.premium-list .premium {
  width: 47% !important;
}
/* line 457, ../sass/_list.scss */
.listing-grid.premium-list .premium .title {
  line-height: 1.25;
}

/* line 462, ../sass/_list.scss */
.listing-card.premium .listing-thumb img {
  height: 130px;
  width: 130px;
}

/* line 468, ../sass/_list.scss */
.listing-card img {
  width: auto;
}

/* line 473, ../sass/_list.scss */
.premium-list {
  background-color: #ccc;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15), 0 0 0 1px #fff;
  padding: 20px 20px 5px 20px;
}

/* line 478, ../sass/_list.scss */
body.search .listing-grid.premium-list {
  padding: 10px 20px;
}

/* line 482, ../sass/_list.scss */
body.search .listing-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 487, ../sass/_list.scss */
body.search .listing-grid .listing-card {
  margin: 10px auto;
  width: 30%;
}

/* line 492, ../sass/_list.scss */
.listing-grid .listing-card .listing-thumb img {
  max-width: 100%;
  width: 100%;
  display: block;
}

/* line 497, ../sass/_list.scss */
.listing-grid .listing-card .title {
  margin-top: 0;
}

@media only screen and (max-width: 720px) {
  /* line 504, ../sass/_list.scss */
  .listing-grid.premium-list .premium {
    width: 100% !important;
    margin-top: 10px !important;
  }

  /* line 515, ../sass/_list.scss */
  .item-page .listing-card {
    width: 100% !important;
  }
}
/* line 524, ../sass/_list.scss */
.user-alerts .term {
  line-height: 1.2;
}
/* line 528, ../sass/_list.scss */
.user-alerts .other-terms {
  font-size: 13px;
  position: relative;
}
/* line 532, ../sass/_list.scss */
.user-alerts .other-terms span {
  display: inline-block;
  margin-right: 15px;
}
/* line 536, ../sass/_list.scss */
.user-alerts .other-terms .fa {
  margin-right: 5px;
}

/* line 545, ../sass/_list.scss */
.home .y-list-categories {
  text-align: center;
}

/* line 549, ../sass/_list.scss */
.y-list-categories {
  list-style: none;
}
/* line 551, ../sass/_list.scss */
.y-list-categories li {
  padding: 0;
  margin: 2px 0;
}
/* line 555, ../sass/_list.scss */
.y-list-categories a {
  text-decoration: none;
}
/* line 557, ../sass/_list.scss */
.y-list-categories a:hover {
  text-decoration: underline;
}

/* line 563, ../sass/_list.scss */
.home .list-recent-ads .listing-card {
  float: none;
  margin: 5px auto;
}

/* line 568, ../sass/_list.scss */
.home .list-item-meta {
  display: none;
}

/* line 573, ../sass/_list.scss */
.listing-hide-thumbnail .listing-thumb {
  display: none !important;
}

@media screen and (max-width: 880px) {
  /* line 580, ../sass/_list.scss */
  .home .wrapper,
  .home .list-recent-ads .listing-grid {
    box-sizing: border-box;
    width: 96% !important;
  }

  /* line 586, ../sass/_list.scss */
  .home .list-recent-ads .listing-grid .listing-card {
    max-width: 48% !important;
    width: 48% !important;
  }
}
@media screen and (max-width: 720px) {
  /* line 595, ../sass/_list.scss */
  .search .listing-grid .listing-card {
    max-width: 48%;
    width: 48% !important;
  }
}
@media screen and (max-width: 580px) {
  /* line 602, ../sass/_list.scss */
  .home .list-recent-ads .listing-grid {
    width: 100% !important;
  }
  /* line 604, ../sass/_list.scss */
  .home .list-recent-ads .listing-grid .listing-card {
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 611, ../sass/_list.scss */
  .search .listing-grid .listing-card {
    max-width: 100%;
    width: 100% !important;
  }
}
/* line 1, ../sass/_sidebar.scss */
#sidebar {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), inset 0 0 0 2px rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.1);
  float: right;
  padding: 10px;
  width: 300px;
  transition: box-shadow .2s;
}
/* line 10, ../sass/_sidebar.scss */
#sidebar:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), inset 0 0 0 2px rgba(0, 0, 0, 0.05), 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: box-shadow .2s;
}
/* line 14, ../sass/_sidebar.scss */
#sidebar fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 19, ../sass/_sidebar.scss */
#sidebar h2 {
  color: #F2641E;
}
/* line 22, ../sass/_sidebar.scss */
#sidebar h3 {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 1em;
  font-weight: 400;
}
/* line 29, ../sass/_sidebar.scss */
#sidebar fieldset {
  padding: 14px 0 16px;
  font-size: 0.8125em;
  line-height: 0.8125em;
}
/* line 36, ../sass/_sidebar.scss */
#sidebar input {
  vertical-align: bottom;
}
/* line 39, ../sass/_sidebar.scss */
#sidebar .input-text,
#sidebar input[type="text"] {
  background-color: #fff;
  border: solid 1px #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  width: 100%;
  padding: 5px 10px;
  height: 24px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: initial !important;
  width: calc(100% - 25px) !important;
}
/* line 51, ../sass/_sidebar.scss */
#sidebar textarea {
  width: calc(100% - 25px) !important;
}
/* line 54, ../sass/_sidebar.scss */
#sidebar ul.category,
#sidebar ul.category ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 62, ../sass/_sidebar.scss */
.search #sidebar {
  background-color: transparent !important;
  border: none;
  padding: 0;
  box-shadow: none;
}
/* line 67, ../sass/_sidebar.scss */
.search #sidebar:hover {
  box-shadow: none;
}
/* line 70, ../sass/_sidebar.scss */
.search #sidebar .filters form {
  margin-top: 30px;
}
/* line 73, ../sass/_sidebar.scss */
.search #sidebar .actions,
.search #sidebar fieldset {
  padding-top: 0;
}
/* line 77, ../sass/_sidebar.scss */
.search #sidebar .filters .first h3 {
  font-size: 21px;
  letter-spacing: initial;
  font-weight: 600;
}

/* line 84, ../sass/_sidebar.scss */
ul.sidebar-list,
ul.user_menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 91, ../sass/_sidebar.scss */
body.user #sidebar {
  border-right: solid 1px #ddd;
}

/* line 94, ../sass/_sidebar.scss */
#sidebar ul.category li,
ul.sidebar-list li,
ul.user_menu li {
  padding: 3px 0;
  line-height: 1.15em;
}

/* line 100, ../sass/_sidebar.scss */
ul.user_menu li {
  padding: 0 0 12px;
  font-size: 0.8125em;
  line-height: 0.8125em;
}

/* line 106, ../sass/_sidebar.scss */
.search #sidebar {
  background-color: #eee;
}
/* line 109, ../sass/_sidebar.scss */
.search #sidebar h3, .search #sidebar label {
  color: #666;
}

/* line 115, ../sass/_sidebar.scss */
#sidebar h3 {
  text-transform: uppercase;
}
/* line 118, ../sass/_sidebar.scss */
#sidebar .first h3 {
  font-size: 18px;
  text-transform: initial;
  color: #F2641E !important;
  font-style: italic;
}
/* line 124, ../sass/_sidebar.scss */
#sidebar ul.category ul {
  padding-left: 15px;
}
/* line 127, ../sass/_sidebar.scss */
#sidebar .show-sub a {
  font-weight: bold;
}
/* line 130, ../sass/_sidebar.scss */
#sidebar .show-sub li a {
  font-weight: normal;
}
/* line 133, ../sass/_sidebar.scss */
#sidebar .price-slice input,
#sidebar .two_input input {
  width: 65px;
  padding: 0 5px;
  margin-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 142, ../sass/_sidebar.scss */
#sidebar .price-slice input {
  width: calc(100% - 10px) !important;
  margin-top: 10px;
}
/* line 146, ../sass/_sidebar.scss */
#sidebar .two_input input {
  width: 70px;
  margin-right: 2px;
}
/* line 150, ../sass/_sidebar.scss */
#sidebar .price-slice span {
  margin-right: 0px;
}
/* line 153, ../sass/_sidebar.scss */
#sidebar button {
  background-color: #F2641E;
  border: solid 1px #b9440b;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 0.85em;
  display: block;
  width: 100%;
}
/* line 160, ../sass/_sidebar.scss */
#sidebar .alert_form {
  background-color: #ddd;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
}
/* line 163, ../sass/_sidebar.scss */
#sidebar .alert_form h3 {
  color: #444;
  text-transform: initial;
  text-align: center;
  font-size: 21px;
}
/* line 168, ../sass/_sidebar.scss */
#sidebar .alert_form h3 strong {
  font-style: italic;
}
/* line 172, ../sass/_sidebar.scss */
#sidebar .alert_form input[type="text"] {
  border-color: #ccc;
  font-size: .85em;
}
/* line 176, ../sass/_sidebar.scss */
#sidebar .alert_form button {
  background-color: #00A599;
  border-color: #00726a;
  color: #fff !important;
}
/* line 182, ../sass/_sidebar.scss */
#sidebar .actions {
  padding: 20px 0;
}
/* line 185, ../sass/_sidebar.scss */
#sidebar .plugin-hooks h6 {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  color: #666;
}
/* line 195, ../sass/_sidebar.scss */
#sidebar .plugin-hooks .row {
  margin-bottom: 10px;
}
/* line 198, ../sass/_sidebar.scss */
#sidebar .select-box {
  width: 100%;
}
/* line 13, ../sass/_mixins.scss */
#sidebar a {
  text-decoration: none;
}
/* line 16, ../sass/_mixins.scss */
#sidebar a:hover {
  text-decoration: underline;
}

/* line 204, ../sass/_sidebar.scss */
.widget-box {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/* line 211, ../sass/_sidebar.scss */
.widget-box h3 {
  margin: 0;
}
/* line 214, ../sass/_sidebar.scss */
.widget-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 220, ../sass/_sidebar.scss */
.widget-box li a {
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-weight: normal;
  font-size: 0.8125em;
  display: block;
  padding: 4px 5px;
  border-radius: 0;
  margin: -1px 0;
  position: relative;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
/* line 237, ../sass/_sidebar.scss */
.widget-box li li a:hover {
  background-color: #f8a67e;
  border-color: #fff;
  color: #fff;
  z-index: 2;
  border-radius: 0;
}

/* line 247, ../sass/_sidebar.scss */
body.item #sidebar .form-container .controls input[type="file"] {
  max-width: none !important;
  width: 100% !important;
  margin-bottom: 12px;
}

/* line 254, ../sass/_sidebar.scss */
#sidebar #contact h2 {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 5px;
}
/* line 260, ../sass/_sidebar.scss */
#sidebar #contact .name {
  font-size: 18px;
  margin-top: 0;
}
/* line 263, ../sass/_sidebar.scss */
#sidebar #contact .name a {
  text-decoration: underline;
}
/* line 265, ../sass/_sidebar.scss */
#sidebar #contact .name a:hover {
  text-decoration: none;
}
/* line 270, ../sass/_sidebar.scss */
#sidebar #contact h2, #sidebar #contact .name {
  text-align: center;
}

/* line 280, ../sass/_sidebar.scss */
#sidebar .user-business-card .user-business-card-img img {
  width: 80px;
}
/* line 285, ../sass/_sidebar.scss */
#sidebar .user-business-card .name a {
  text-decoration: none !important;
}
/* line 287, ../sass/_sidebar.scss */
#sidebar .user-business-card .name a:hover {
  text-decoration: underline !important;
}

/* line 1, ../sass/_item.scss */
body.item #sidebar .widget-box,
body.user-public-profile #sidebar .widget-box {
  padding: 0;
}

/* line 6, ../sass/_item.scss */
body.item #sidebar .form-container .controls input,
body.item #sidebar .form-container .controls textarea,
body.user-public-profile #sidebar .form-container .controls input,
body.user-public-profile #sidebar .form-container .controls textarea {
  max-width: 256px;
  width: 100%;
}

/* line 13, ../sass/_item.scss */
body.item #sidebar .form-container .controls input {
  max-width: 278px;
}

/* line 16, ../sass/_item.scss */
body.item #sidebar .form-container .controls input[type="file"] {
  max-width: 256px;
}

/* line 19, ../sass/_item.scss */
body.item #sidebar .form-container label,
body.user-public-profile #sidebar .form-container label {
  font-size: 0.85em;
}

/* line 24, ../sass/_item.scss */
body.item #contact h2,
body.user-public-profile #contact h2 {
  margin-top: 0px;
}

/* line 28, ../sass/_item.scss */
body.item #main,
body.user-public-profile #main {
  width: 640px;
  float: left;
}

/* line 33, ../sass/_item.scss */
#contact-item-user {
  display: none;
}

/* line 36, ../sass/_item.scss */
.item-photos .main-photo {
  width: 85%;
  margin-bottom: 16px;
  float: left;
}

/* line 42, ../sass/_item.scss */
.item-photos .thumbs {
  float: right;
  width: 79px;
}
/* line 45, ../sass/_item.scss */
.item-photos .thumbs a:hover img {
  border-color: #F2641E;
}

/* line 49, ../sass/_item.scss */
.item-photos .thumbs img {
  margin-bottom: 12px;
  border: solid 1px #ddd;
}

/* line 53, ../sass/_item.scss */
.item-header {
  background: transparent;
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 10px 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 15px;
  font-size: 0.875em;
}

/* line 67, ../sass/_item.scss */
.item-header #type_dates {
  float: right;
}

/* line 70, ../sass/_item.scss */
.item-header #type_dates em {
  font-style: normal;
}

/* line 73, ../sass/_item.scss */
#item_location {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 78, ../sass/_item.scss */
#item_location li {
  display: inline;
}

/* line 81, ../sass/_item.scss */
#description {
  clear: both;
  padding-top: 5px;
}
/* line 84, ../sass/_item.scss */
#description p {
  line-height: 1.4;
  margin: 0;
}

/* line 89, ../sass/_item.scss */
div.mark_as {
  height: 32px;
  width: 100%;
  border: none;
  background: transparent;
  margin-bottom: 15px;
}

/* line 96, ../sass/_item.scss */
.mark_as a {
  width: 100%;
  height: auto;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 104, ../sass/_item.scss */
.mark_as .select-box-label {
  border: solid 1px #ddd;
  position: relative;
  float: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
}

/* line 111, ../sass/_item.scss */
.similar_ads h2 {
  margin-top: 35px;
}

/* line 114, ../sass/_item.scss */
.admin-options {
  font-size: 0.725em;
  color: #999;
}

/* line 118, ../sass/_item.scss */
.admin-options a {
  margin: 0 5px;
  color: #00A599;
}

/* line 122, ../sass/_item.scss */
.admin-options .delete {
  color: #DB3610;
}

/* line 125, ../sass/_item.scss */
.admin-options a:hover {
  text-decoration: underline;
}

/* line 128, ../sass/_item.scss */
.admin-options .delete:hover {
  text-decoration: none;
  color: #fff;
  background-color: #DB3610;
}

/* line 134, ../sass/_item.scss */
#edit_item_view {
  position: relative;
  top: -20px;
  left: 0;
  padding: 20px 0;
  background-color: #eee;
}
/* line 140, ../sass/_item.scss */
#edit_item_view:before {
  content: '';
  display: block;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: #eee;
  position: absolute;
}
/* line 150, ../sass/_item.scss */
#edit_item_view:after {
  content: '';
  display: block;
  right: -20px;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: #eee;
  position: absolute;
}

/* line 161, ../sass/_item.scss */
#edit_item_view a {
  text-decoration: none;
}

/* line 164, ../sass/_item.scss */
#edit_item_view a:hover {
  text-decoration: underline;
}

/* line 168, ../sass/_item.scss */
#comments {
  margin-top: 25px;
}

/* line 184, ../sass/_item.scss */
.item-page h1 {
  position: relative;
}

/* line 187, ../sass/_item.scss */
.item-page h1 .price {
  display: block;
  font-size: 18px;
  letter-spacing: initial;
  color: #666;
}

/* line 228, ../sass/_item.scss */
.item-post h3 + .qq-upload-list {
  padding: 20px;
  border: 1px dashed #ddd;
}

/* Comments */
/* line 235, ../sass/_item.scss */
.item #comments h3 {
  font-size: 1em;
}

/* line 236, ../sass/_item.scss */
.item #comments {
  clear: both;
  float: left;
  margin-bottom: 35px;
  width: 100%;
}

/* line 237, ../sass/_item.scss */
.item #comments .comments_list {
  border-bottom: 1px dotted #DDD;
  margin-bottom: 20px;
}

/* line 238, ../sass/_item.scss */
.item #comments .comment {
  background: url(../images/comments_quotes.gif) no-repeat 10px 0;
  margin-bottom: 15px;
  padding: 7px 0 0 60px;
}

/* line 239, ../sass/_item.scss */
.item #comments .comment h3 {
  color: #666;
  margin-bottom: 5px;
}

/* line 240, ../sass/_item.scss */
.item #comments .comment h3 em {
  color: #888;
  font-size: 12px;
  font-weight: normal;
}

/* line 241, ../sass/_item.scss */
.item #comments .comment p {
  color: #878787;
  font-style: italic;
  line-height: 18px;
}

/* line 242, ../sass/_item.scss */
.item #comments .pagination {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 15px;
}

/* line 243, ../sass/_item.scss */
.item #comments .pagination a {
  border: 1px dotted #AAA;
  padding: 5px 8px;
}

/* line 244, ../sass/_item.scss */
.item #comments .pagination a.searchPaginationSelected {
  background-color: #f7f7f7;
}

/* line 245, ../sass/_item.scss */
.item #comments .pagination a.searchPaginationNext, .item #comments a.searchPaginationPrev,
.item #comments .pagination a.searchPaginationFirst, .item #comments a.searchPaginationLast {
  border: 0px;
  text-decoration: none;
}

/* line 247, ../sass/_item.scss */
.item #comments .pagination a.searchPaginationNext:hover, .item #comments a.searchPaginationPrev:hover,
.item #comments .pagination a.searchPaginationFirst:hover, .item #comments a.searchPaginationLast:hover {
  background-color: #ffffff;
}

/* line 249, ../sass/_item.scss */
.item #comments a:hover {
  background-color: #f7f7f7;
}

/* line 1, ../sass/_plugin.scss */
#plugin-hook .row {
  clear: both;
  margin-bottom: 10px;
}
/* line 4, ../sass/_plugin.scss */
#plugin-hook .row label {
  margin-right: 20px;
}

/* line 9, ../sass/_plugin.scss */
.companies-highlight .owl-wrapper-outer {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transition: box-shadow .2s;
}
/* line 13, ../sass/_plugin.scss */
.companies-highlight .owl-wrapper-outer:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow .2s;
}

/* line 18, ../sass/_plugin.scss */
.companies-highlight {
  margin: 30px 0 0 0;
  padding: 0;
  position: relative;
}
/* line 26, ../sass/_plugin.scss */
.companies-highlight #owl-demo .owl-wrapper {
  overflow: visible !important;
}
/* line 29, ../sass/_plugin.scss */
.companies-highlight #owl-demo .item {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transition: box-shadow .2s;
}
/* line 33, ../sass/_plugin.scss */
.companies-highlight #owl-demo .item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow .2s;
}

/* line 40, ../sass/_plugin.scss */
#owl-demo .item {
  padding: 15px 0 !important;
}

/* line 45, ../sass/_plugin.scss */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: scroll;
  z-index: 10000;
}
/* line 56, ../sass/_plugin.scss */
.modal .modal-header {
  background-color: #222;
  padding: 10px 15px;
  text-align: left !important;
}
/* line 60, ../sass/_plugin.scss */
.modal .modal-header .title {
  color: #fff !important;
  font-size: 1.5em !important;
  text-align: left !important;
}
/* line 64, ../sass/_plugin.scss */
.modal .modal-header .title small {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-style: normal;
}
/* line 71, ../sass/_plugin.scss */
.modal .modal-header .item-title {
  color: #fff;
  font-style: italic;
  padding-top: 10px;
  border-top: 1px solid #333;
  box-shadow: 0 -1px 0 #000;
}
/* line 80, ../sass/_plugin.scss */
.modal .modal-window {
  position: relative;
  max-width: 320px;
  margin: 30px auto;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  transition: all .5s;
}
/* line 90, ../sass/_plugin.scss */
.modal .modal-body {
  padding: 10px 20px 20px 20px;
  border: 1px solid #222;
}
/* line 95, ../sass/_plugin.scss */
.modal .close {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  background-color: #DB3610;
  border: 10px solid #DB3610;
  border-radius: 50%;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.8);
}
/* line 106, ../sass/_plugin.scss */
.modal button {
  font-size: 16px !important;
  font-weight: 600 !important;
  width: 49% !important;
  display: inline-block !important;
}
/* line 112, ../sass/_plugin.scss */
.modal button.ui-button-ok {
  background-color: #85ba1a !important;
  border-color: #557711 !important;
  border-radius: 3px 0 0 3px !important;
  margin: 0 !important;
}
/* line 118, ../sass/_plugin.scss */
.modal button.ui-button-danger {
  background-color: #DB3610 !important;
  border-color: #94240b !important;
  border-radius: 0 3px 3px 0 !important;
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  /* line 129, ../sass/_plugin.scss */
  .modal .modal-window {
    max-width: 420px;
    transition: all .5s;
  }
  /* line 132, ../sass/_plugin.scss */
  .modal .modal-window input {
    max-width: 100% !important;
    width: 100% !important;
  }
}
/* line 141, ../sass/_plugin.scss */
.user-show-search.not-user-page,
.user-show-search {
  display: none;
}

@media only screen and (max-width: 730px) {
  /* line 147, ../sass/_plugin.scss */
  .user-page.user-show-search {
    display: block;
  }

  /* line 150, ../sass/_plugin.scss */
  .not-user-page.hide-search,
  .hide-search {
    display: none;
  }
}
/* line 157, ../sass/_plugin.scss */
.companies-highlight .owl-carousel .owl-item {
  box-shadow: none !important;
  background-color: transparent !important;
}

/* line 162, ../sass/_plugin.scss */
.companies-highlight #owl-demo .item {
  box-shadow: none !important;
  background-color: transparent !important;
}

/* line 167, ../sass/_plugin.scss */
.user-logged-in.home .search {
  margin: 0;
  top: 0;
}

/* line 1, ../sass/_pages.scss */
body.login,
body.register {
  background-color: transparent;
  padding: 50px 15px 15px 15px;
}
/* line 5, ../sass/_pages.scss */
body.login h2,
body.register h2 {
  color: #F2641E;
  text-align: center;
}

/* line 10, ../sass/_pages.scss */
html.login.verangola {
  background-image: url(../images/bg/verangola/bg-login.jpg);
}

/* line 13, ../sass/_pages.scss */
html.login.verportugal {
  background-image: url(../images/bg/verportugal/bg-login.jpg);
}

/* line 16, ../sass/_pages.scss */
html.register.verangola {
  background-image: url(../images/bg/verangola/bg-register.jpg);
}

/* line 19, ../sass/_pages.scss */
html.register.verportugal {
  background-image: url(../images/bg/verportugal/bg-register.jpg);
}

/* line 22, ../sass/_pages.scss */
html.login,
html.register {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 31, ../sass/_pages.scss */
.register .boxed-page {
  width: 332px;
}
/* line 34, ../sass/_pages.scss */
.register .content {
  padding: 15px;
}
/* line 37, ../sass/_pages.scss */
.register form > div + div,
.register form > .control-group {
  margin-top: 15px;
}
/* line 41, ../sass/_pages.scss */
.register form > #emp2 {
  margin-top: 0;
}

/* line 46, ../sass/_pages.scss */
.login .boxed-page {
  max-width: 300px;
}
/* line 49, ../sass/_pages.scss */
.login .form-container .controls input {
  height: 30px;
}
/* line 52, ../sass/_pages.scss */
.login .flex-grid {
  flex-direction: column;
}
/* line 54, ../sass/_pages.scss */
.login .flex-grid .flex-grid {
  flex-direction: row;
}
/* line 58, ../sass/_pages.scss */
.login .margin-right {
  margin-right: 15px;
}

/* line 62, ../sass/_pages.scss */
.boxed-page {
  margin: 0 auto;
  max-width: 660px;
  width: 100%;
}
/* line 66, ../sass/_pages.scss */
.boxed-page #header {
  border: 1px solid #222;
  margin: 0;
  padding: 20px 0;
}
/* line 70, ../sass/_pages.scss */
.boxed-page #header #logo {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  width: 200px;
}
/* line 83, ../sass/_pages.scss */
.boxed-page > .wrapper {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
/* line 86, ../sass/_pages.scss */
.boxed-page .form-container-box,
.boxed-page .wrapper {
  width: 100%;
}
/* line 90, ../sass/_pages.scss */
.boxed-page .form-container-box {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 97, ../sass/_pages.scss */
.user-public-profile .user-card .display-table-cell {
  width: 160px;
}
/* line 99, ../sass/_pages.scss */
.user-public-profile .user-card .display-table-cell + .display-table-cell {
  padding: 15px;
  vertical-align: middle;
  width: auto;
}
/* line 105, ../sass/_pages.scss */
.user-public-profile .user-card h1 {
  margin: 0;
}
/* line 108, ../sass/_pages.scss */
.user-public-profile .user-card p {
  color: #999;
  margin: 5px 0 0 0;
}

/* line 122, ../sass/_pages.scss */
.search-banner {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  margin: 0;
  padding: 30% 0 15% 0;
}
/* line 132, ../sass/_pages.scss */
.search-banner h1, .search-banner p {
  color: #fff;
  margin: 0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
}
/* line 137, ../sass/_pages.scss */
.search-banner p {
  margin-bottom: 60px;
}
/* line 140, ../sass/_pages.scss */
.search-banner .main-search {
  margin: 0 auto;
}

/* line 151, ../sass/_pages.scss */
.home #header {
  margin: 0;
}

/* line 155, ../sass/_pages.scss */
.promote-create-account {
  clear: both;
  padding: 0 0 30px 0;
}
/* line 159, ../sass/_pages.scss */
.promote-create-account h2 {
  font-size: 2.4em;
}
/* line 161, ../sass/_pages.scss */
.promote-create-account h2 + p {
  font-size: 1.3em;
  line-height: 1.3;
}
/* line 166, ../sass/_pages.scss */
.promote-create-account h4 {
  font-weight: 400;
  font-size: 21px;
  color: #F2641E;
  margin-bottom: 0;
}

/* line 174, ../sass/_pages.scss */
.promote-free-publishing {
  padding: 80px 0;
}
/* line 176, ../sass/_pages.scss */
.promote-free-publishing h2 {
  font-size: 2.4em;
  margin: 0;
}

/* line 183, ../sass/_pages.scss */
.home .promote-free-publishing {
  padding-bottom: 0px;
}
/* line 186, ../sass/_pages.scss */
.home #promote-free-publishing {
  padding-bottom: 80px;
}

/* line 191, ../sass/_pages.scss */
div#recaptcha_image > img {
  max-width: 278px !important;
  width: 100%;
}

/* line 196, ../sass/_pages.scss */
.box-list-regions {
  background-size: 80% auto !important;
  background-position: bottom right !important;
}

@media only screen and (max-width: 880px) {
  /* line 202, ../sass/_pages.scss */
  .box-list-regions {
    background-size: 100% auto !important;
    background-position: bottom right !important;
  }
}
@media only screen and (max-width: 680px) {
  /* line 208, ../sass/_pages.scss */
  .box-list-regions {
    background-size: 150% auto !important;
    background-position: -100px bottom !important;
  }
}
@media only screen and (max-width: 490px) {
  /* line 214, ../sass/_pages.scss */
  .box-list-regions {
    background-image: none !important;
    text-align: center !important;
  }
  /* line 217, ../sass/_pages.scss */
  .box-list-regions [class^="col-"] {
    width: 100%;
  }
  /* line 220, ../sass/_pages.scss */
  .box-list-regions .text-left {
    text-align: center !important;
  }
}
/* line 226, ../sass/_pages.scss */
.list-regions {
  margin: 15px auto 0 auto;
  padding: 0;
  list-style: none;
}
/* line 230, ../sass/_pages.scss */
.list-regions .list-regions-item {
  display: inline-block;
  margin: 5px;
}
/* line 233, ../sass/_pages.scss */
.list-regions .list-regions-item a {
  text-decoration: none;
}
/* line 237, ../sass/_pages.scss */
.list-regions .col-xl-12 {
  width: 100%;
  float: none;
}

/* line 243, ../sass/_pages.scss */
.user-profile [class*="col-"] .content {
  padding: 7px 0;
}

/* line 247, ../sass/_pages.scss */
.user-cv-box, .user-profile-picture-box {
  overflow: hidden;
}
/* line 249, ../sass/_pages.scss */
.user-cv-box img, .user-profile-picture-box img {
  float: left;
  margin: 0 10px 0 0;
}
/* line 253, ../sass/_pages.scss */
.user-cv-box .content, .user-profile-picture-box .content {
  overflow: hidden;
  padding: 10px;
}

/* line 259, ../sass/_pages.scss */
.userItem-tools,
.userItem-footer {
  background-color: #ddd;
  padding: 0 10px;
  z-index: 3;
}

/* line 265, ../sass/_pages.scss */
.userItem-tools {
  padding: 10px;
}

/* line 269, ../sass/_pages.scss */
.userItem-tools {
  box-shadow: inset 0 0 0 1px #eee, 0 1px 2px #aaa;
  text-align: right;
}
/* line 272, ../sass/_pages.scss */
.userItem-tools .ui-button-danger {
  line-height: 1;
  padding: 3px 5px;
  font-size: 13px;
}
/* line 277, ../sass/_pages.scss */
.userItem-tools .ui-tool-title {
  float: left;
  font-size: 13px;
  text-shadow: #f6f6f6 0 -1px 0;
}

/* line 283, ../sass/_pages.scss */
.userItem-footer {
  box-shadow: inset 0 0 0 1px #eee, 0 -1px 2px #aaa;
  text-align: center;
}
/* line 286, ../sass/_pages.scss */
.userItem-footer i.show {
  display: inline-block !important;
}
/* line 289, ../sass/_pages.scss */
.userItem-footer i {
  display: none !important;
}

/* line 294, ../sass/_pages.scss */
.userItem-body {
  padding: 20px;
}

/* line 300, ../sass/_pages.scss */
.user-alerts .alert-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
}
/* line 304, ../sass/_pages.scss */
.user-alerts .alert-list.expanded {
  max-height: initial;
  transition: max-height .3s;
  overflow: visible;
}
/* line 311, ../sass/_pages.scss */
.user-alerts .userItem {
  border: 1px solid #ddd;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15), 0 0 0 1px #fff;
  background-color: #eee;
  border-radius: 3px;
  position: relative;
}
/* line 317, ../sass/_pages.scss */
.user-alerts .userItem .alert-item-title {
  display: block;
  width: 100%;
}
/* line 321, ../sass/_pages.scss */
.user-alerts .userItem .term-title {
  display: inline-block;
  font-size: 10px;
  color: #222;
  float: none;
  text-transform: uppercase;
  letter-spacing: .1em;
}
/* line 329, ../sass/_pages.scss */
.user-alerts .userItem .term {
  color: #222;
  display: block;
}
/* line 333, ../sass/_pages.scss */
.user-alerts .userItem .label {
  display: inline-block;
  background-color: #ddd;
  border-radius: 3px;
  color: #777;
  font-size: 13px;
  line-height: 1;
  padding: .5em;
  float: right;
}

/* line 348, ../sass/_pages.scss */
.item .job-detail tr + tr td {
  border-top: 1px solid #eee;
}
/* line 351, ../sass/_pages.scss */
.item .job-detail td {
  margin: 0;
  padding: 10px 8px 10px 0;
}
/* line 354, ../sass/_pages.scss */
.item .job-detail td + td {
  padding-right: 0;
  padding-left: 8px;
}

@media only screen and (max-width: 540px) {
  /* line 365, ../sass/_pages.scss */
  .item .job-detail td {
    display: block;
    width: 100%;
    padding: 10px 0 0 0 !important;
  }
  /* line 369, ../sass/_pages.scss */
  .item .job-detail td + td {
    padding: 0 0 8px 0 !important;
  }
  /* line 373, ../sass/_pages.scss */
  .item .job-detail tr + tr td + td {
    border: none;
  }
}
/* line 380, ../sass/_pages.scss */
.contact #main {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

/* line 386, ../sass/_pages.scss */
.search #main > h5,
#related-searches h5 {
  font-style: italic;
}

/* line 391, ../sass/_pages.scss */
#related-searches a {
  font-size: 14px;
}

/* line 395, ../sass/_pages.scss */
.has-bg-candidatos {
  content: '';
  display: block;
  background-image: url(./../images/bg-banner-candidatos-3.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

/* line 403, ../sass/_pages.scss */
.search .content > #footer {
  margin-top: 0;
}

/* line 406, ../sass/_pages.scss */
.search .promote-free-publishing {
  background-color: #fff;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3), 0 -1px 0 #bbb;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

/* line 413, ../sass/_pages.scss */
.homepage-splash-screen {
  position: relative;
}
/* line 415, ../sass/_pages.scss */
.homepage-splash-screen .col-1-2 {
  margin: 0;
  padding: 0 0 38% 0;
  height: 0;
  width: 50%;
}
/* line 421, ../sass/_pages.scss */
.homepage-splash-screen .inner {
  padding: 20px;
}
/* line 424, ../sass/_pages.scss */
.homepage-splash-screen .banner-title-container {
  position: absolute;
  bottom: 240px;
  z-index: 3;
  width: 680px;
  left: 50%;
  margin-left: -340px;
}
/* line 434, ../sass/_pages.scss */
.homepage-splash-screen .banner-title {
  color: #fff;
  font-size: 48px;
  font-size: 56px;
  line-height: 1;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.61), 0px 1px 60px rgba(0, 0, 0, 0.85);
  margin-bottom: .5em;
}
/* line 442, ../sass/_pages.scss */
.homepage-splash-screen .title {
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 2px;
}
/* line 445, ../sass/_pages.scss */
.homepage-splash-screen .search {
  top: -40px;
  position: relative;
  margin-bottom: -40px;
}
/* line 450, ../sass/_pages.scss */
.homepage-splash-screen .banner-job-seeker,
.homepage-splash-screen .banner-worker-seeker {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
/* line 458, ../sass/_pages.scss */
.homepage-splash-screen .banners .ui-button {
  border-color: rgba(255, 255, 255, 0.5);
  padding: 5px 20px;
  font-size: 18px;
  margin: 0;
  width: 150px;
}
/* line 464, ../sass/_pages.scss */
.homepage-splash-screen .banners .ui-button + .ui-button {
  margin-left: 40px;
}
/* line 469, ../sass/_pages.scss */
.homepage-splash-screen .banner-job-seeker {
  text-align: right;
}
/* line 472, ../sass/_pages.scss */
.homepage-splash-screen .hide-large-screens {
  display: none;
}

/* line 477, ../sass/_pages.scss */
.banner-logged {
  height: 0;
  padding-bottom: 40vw;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 488, ../sass/_pages.scss */
.promote-free-publishing .col-1-2:first-of-type {
  position: relative;
}
/* line 490, ../sass/_pages.scss */
.promote-free-publishing .col-1-2:first-of-type:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  width: 1px;
  background-color: #ddd;
}

@media only screen and (max-width: 880px) {
  /* line 504, ../sass/_pages.scss */
  .promote-free-publishing.has-bg-candidatos {
    background-size: 200% auto;
    background-position: top right;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 540px) {
  /* line 511, ../sass/_pages.scss */
  .promote-free-publishing.has-bg-candidatos {
    padding-top: 10px;
  }

  /* line 514, ../sass/_pages.scss */
  .promote-free-publishing h2 {
    font-size: 28px;
  }
}
/* line 519, ../sass/_pages.scss */
.list-cat-banner {
  height: 0;
  padding: 10% 0 25% 0;
}

/* line 523, ../sass/_pages.scss */
.home .cat-box {
  margin-bottom: 30px;
}

@media only screen and (min-width: 680px) {
  /* line 528, ../sass/_pages.scss */
  .home .cat-box {
    margin-bottom: 80px;
  }
}
/* line 533, ../sass/_pages.scss */
.y-list-categories {
  padding: 0;
}
/* line 535, ../sass/_pages.scss */
.y-list-categories .col-1-3 {
  box-sizing: border-box;
  padding: 0 2px;
}
/* line 539, ../sass/_pages.scss */
.y-list-categories a {
  background-color: #fff;
  display: block;
  padding: 5px;
  border: 1px solid #ddd;
}
/* line 544, ../sass/_pages.scss */
.y-list-categories a:hover {
  text-decoration: none;
  background-color: #F2641E;
  color: #fff;
}

@media only screen and (max-width: 840px) {
  /* line 552, ../sass/_pages.scss */
  .list-cat-banner {
    padding: 15% 0 30%;
  }

  /* line 556, ../sass/_pages.scss */
  .y-list-categories .col-1-3 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 562, ../sass/_pages.scss */
  .list-cat-banner {
    padding: 15% 0 35%;
  }
  /* line 564, ../sass/_pages.scss */
  .list-cat-banner h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 580px) {
  /* line 570, ../sass/_pages.scss */
  .y-list-categories {
    text-align: center !important;
    overflow: hidden;
  }
  /* line 574, ../sass/_pages.scss */
  .y-list-categories .col-1-3 a {
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media only screen and (max-width: 540px) {
  /* line 585, ../sass/_pages.scss */
  .list-cat-banner {
    padding: 25% 0 45%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 590, ../sass/_pages.scss */
  .list-cat-banner {
    padding: 20% 0 50%;
  }
}
@media only screen and (max-width: 360px) {
  /* line 595, ../sass/_pages.scss */
  .list-cat-banner {
    padding: 15% 0 55%;
  }
}
/* line 602, ../sass/_pages.scss */
.user-public-profile #sidebar h2 {
  font-size: 21px !important;
  font-weight: 600 !important;
  margin-top: 15px !important;
}
/* line 607, ../sass/_pages.scss */
.user-public-profile #sidebar input {
  max-width: 100% !important;
  width: calc(100% - 20px) !important;
}

/* line 615, ../sass/_pages.scss */
body.not-found.error #main {
  width: 100% !important;
}
/* line 619, ../sass/_pages.scss */
body.not-found.error form input[type="text"] {
  max-width: 600px !important;
  width: 90% !important;
}

/* line 626, ../sass/_pages.scss */
.list-categories-has-columns.categories h2 {
  margin: 5px 0 !important;
  float: left;
  font-size: 13px;
  font-weight: normal;
  width: 25%;
}

/* line 633, ../sass/_pages.scss */
.search .list-categories-has-columns.categories h2 {
  margin: 5px 0 !important;
  width: 33.333%;
}

@media only screen and (max-width: 1024px) {
  /* line 640, ../sass/_pages.scss */
  .list-categories-has-columns.categories h2 {
    width: 33.333% !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 648, ../sass/_pages.scss */
  .list-categories-has-columns.categories h2 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 580px) {
  /* line 656, ../sass/_pages.scss */
  .list-categories-has-columns.categories h2 {
    width: 100% !important;
    clear: both;
    float: none;
  }
}
/* line 664, ../sass/_pages.scss */
.search h1 span {
  font-weight: 600;
}

/* line 667, ../sass/_pages.scss */
.home #promote-free-publishing {
  padding: 30px 0;
}

/* line 671, ../sass/_pages.scss */
.home.user-logged-in .search {
  padding: 0;
  margin: 0;
  top: 0;
  text-align: left;
}

/* line 678, ../sass/_pages.scss */
.user-logged-in.home #promote-free-publishing-by-finding {
  padding-top: 30px;
}

/* line 681, ../sass/_pages.scss */
.home.user-logged-in .has-bg-candidatos {
  background: transparent;
}

/* line 684, ../sass/_pages.scss */
.home.user-logged-in {
  background-image: url(./../images/bg-banner-candidatos-3.png);
  background-repeat: no-repeat;
  background-position: center 134px;
  background-size: 100% auto;
  height: auto;
}

/* line 691, ../sass/_pages.scss */
.home.user-logged-in #footer {
  margin-top: 0;
}

/* line 695, ../sass/_pages.scss */
.promote-publishing-with-user h3 {
  font-size: 26px;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  /* line 701, ../sass/_pages.scss */
  #footer .col-1-3 {
    float: none;
    clear: both;
    width: 100%;
  }
  /* line 705, ../sass/_pages.scss */
  #footer .col-1-3 + .col-1-3 {
    margin-top: 15px;
  }
}
/* line 711, ../sass/_pages.scss */
.container-regions-other {
  display: flex;
  justify-content: space-between;
}

/* line 715, ../sass/_pages.scss */
.container-regions-other .box-list-regions {
  background: #fff url(./../images/mapa-5.png) no-repeat top right;
  background-size: cover !important;
  width: 100%;
  box-sizing: border-box;
}

/* line 723, ../sass/_pages.scss */
.container-regions-other .other .promote-publishing-with-user a {
  text-decoration: none;
}

/* line 728, ../sass/_pages.scss */
.container-regions-other .list-regions {
  margin: 30px 0 0 0;
}

/* line 731, ../sass/_pages.scss */
.container-regions-other .grid {
  display: flex;
  flex-direction: column;
}
/* line 734, ../sass/_pages.scss */
.container-regions-other .grid .b-footer {
  flex-grow: 1;
  margin-top: 50px;
}

/* line 744, ../sass/_pages.scss */
.container-regions-other .other .well {
  box-shadow: none;
}

@media screen and (max-width: 940px) {
  /* line 749, ../sass/_pages.scss */
  .container-regions-other {
    flex-direction: column;
  }

  /* line 752, ../sass/_pages.scss */
  .container-regions-other .box-list-regions {
    margin-bottom: 30px;
  }

  /* line 755, ../sass/_pages.scss */
  .container-regions-other .box-list-regions,
  .container-regions-other .other {
    width: 100% !important;
  }
}
@media screen and (max-width: 780px) {
  /* line 761, ../sass/_pages.scss */
  .promote-free-publishing .grid .col-1-2 {
    float: none;
    clear: both;
    border: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 767, ../sass/_pages.scss */
  .promote-free-publishing .grid .col-1-2::after {
    display: none;
  }
  /* line 770, ../sass/_pages.scss */
  .promote-free-publishing .grid .col-1-2 + .col-1-2 {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }
}
@media screen and (max-width: 580px) {
  /* line 778, ../sass/_pages.scss */
  .container-regions-other .box-list-regions {
    background-image: none;
  }
  /* line 780, ../sass/_pages.scss */
  .container-regions-other .box-list-regions .b-footer {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
  }
}
@media screen and (max-width: 480px) {
  /* line 788, ../sass/_pages.scss */
  .container-regions-other .list-regions {
    flex-direction: column;
  }

  /* line 791, ../sass/_pages.scss */
  .container-regions-other .box-list-regions .col-1-2 {
    float: none;
    clear: both;
    width: 100%;
  }
}
/* line 1, ../sass/_ydealgrid.scss */
.flex-grid {
  overflow: hidden;
}

/* line 5, ../sass/_ydealgrid.scss */
.col-1-1 {
  clear: both;
  float: none !important;
  width: 100%;
}

/* line 10, ../sass/_ydealgrid.scss */
.col-1-2 {
  width: 48%;
}
/* line 12, ../sass/_ydealgrid.scss */
.col-1-2 + .col-1-2 {
  float: right;
}

/* line 16, ../sass/_ydealgrid.scss */
.col-2-3 {
  width: 66.666%;
}

/* line 19, ../sass/_ydealgrid.scss */
.col-1-3 {
  width: 33.333%;
}

/* line 22, ../sass/_ydealgrid.scss */
.col-2-5 {
  width: 40%;
}

/* line 25, ../sass/_ydealgrid.scss */
.col-1-4 {
  width: 25%;
}

/* line 28, ../sass/_ydealgrid.scss */
.col-1-5 {
  width: 20%;
}

/* line 32, ../sass/_ydealgrid.scss */
[class*="col-"] {
  float: left;
  box-sizing: border-box;
}

/* line 36, ../sass/_ydealgrid.scss */
[class*="col-"] .content {
  padding: 0;
}

/* line 45, ../sass/_ydealgrid.scss */
.full-width {
  width: 100% !important;
}

/* line 49, ../sass/_ydealgrid.scss */
.pull-right {
  float: right;
}

/* line 53, ../sass/_ydealgrid.scss */
.display-table {
  display: table;
  width: 100%;
}

/* line 57, ../sass/_ydealgrid.scss */
.display-table-cell {
  display: table-cell;
}

/* line 61, ../sass/_ydealgrid.scss */
.bordered-box .wrapper {
  width: 100%;
}

/* line 65, ../sass/_ydealgrid.scss */
.no-margin {
  margin: 0 !important;
}

/* line 68, ../sass/_ydealgrid.scss */
.no-margin-top {
  margin-top: 0 !important;
}

/* line 71, ../sass/_ydealgrid.scss */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* line 74, ../sass/_ydealgrid.scss */
.no-margin-left {
  margin-left: 0 !important;
}

/* line 77, ../sass/_ydealgrid.scss */
.no-margin-right {
  margin-right: 0 !important;
}

/* line 80, ../sass/_ydealgrid.scss */
.no-padding {
  padding: 0 !important;
}

/* line 83, ../sass/_ydealgrid.scss */
.no-padding-top {
  padding-top: 0 !important;
}

/* line 86, ../sass/_ydealgrid.scss */
.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* line 89, ../sass/_ydealgrid.scss */
.no-padding-left {
  padding-left: 0 !important;
}

/* line 92, ../sass/_ydealgrid.scss */
.no-padding-right {
  padding-right: 0 !important;
}

@media only screen and (max-width: 1110px) {
  /* line 12, ../sass/_responsive.scss */
  #main {
    width: 75% !important;
  }

  /* line 15, ../sass/_responsive.scss */
  .home #main {
    width: 100% !important;
  }

  /* line 21, ../sass/_responsive.scss */
  .contact #main,
  .login #main,
  .register #main {
    width: 100% !important;
  }

  /* line 25, ../sass/_responsive.scss */
  #sidebar {
    width: 20% !important;
  }

  /* line 28, ../sass/_responsive.scss */
  .user_menu li a {
    padding: 0;
    line-height: 1.3;
  }

  /* line 32, ../sass/_responsive.scss */
  .item #main {
    width: 70% !important;
  }

  /* line 35, ../sass/_responsive.scss */
  .item #sidebar {
    width: 25% !important;
  }
  /* line 37, ../sass/_responsive.scss */
  .item #sidebar #recaptcha_image > img {
    max-width: 245px !important;
    width: auto !important;
  }

  /* line 43, ../sass/_responsive.scss */
  .item #main {
    width: 640px !important;
  }

  /* line 46, ../sass/_responsive.scss */
  .item #sidebar {
    width: 300px !important;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 51, ../sass/_responsive.scss */
  .item #main {
    clear: both;
    float: none;
    width: 100% !important;
  }

  /* line 56, ../sass/_responsive.scss */
  .item #sidebar {
    clear: both;
    float: none;
    margin-top: 20px;
    width: 100% !important;
  }

  /* line 62, ../sass/_responsive.scss */
  #contact-item-user {
    display: inline-block;
  }

  /* line 65, ../sass/_responsive.scss */
  .wrapper,
  .main-search {
    width: 90%;
    transition: all .5s;
  }

  /* line 70, ../sass/_responsive.scss */
  .main-search {
    max-width: 966px;
    transition: all .5s;
  }
}
@media only screen and (max-width: 910px) {
  /* line 77, ../sass/_responsive.scss */
  .main-search .select-box {
    max-width: 240px;
  }

  /* line 82, ../sass/_responsive.scss */
  .promote-create-account .flex-grid {
    display: block;
  }
  /* line 85, ../sass/_responsive.scss */
  .promote-create-account .col-1-3 {
    width: 100%;
  }
}
@media only screen and (min-width: 881px) {
  /* line 91, ../sass/_responsive.scss */
  .user_menu {
    display: block !important;
  }
}
@media only screen and (max-width: 880px) {
  /* line 96, ../sass/_responsive.scss */
  #button-goto-search {
    display: block;
  }

  /* line 100, ../sass/_responsive.scss */
  #sidebar, #main {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }

  /* line 106, ../sass/_responsive.scss */
  body.has-searchbox > #content {
    display: flex;
    flex-direction: column;
    float: none;
  }
  /* line 110, ../sass/_responsive.scss */
  body.has-searchbox > #content #sidebar, body.has-searchbox > #content #main {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
  /* line 115, ../sass/_responsive.scss */
  body.has-searchbox > #content #sidebar {
    order: 2;
  }
  /* line 118, ../sass/_responsive.scss */
  body.has-searchbox > #content #promote-free-publishing {
    order: 3;
  }
  /* line 121, ../sass/_responsive.scss */
  body.has-searchbox > #content #footer {
    order: 4;
  }

  /* line 125, ../sass/_responsive.scss */
  #sidebar,
  #main {
    box-sizing: border-box;
    float: none;
    width: 100% !important;
  }

  /* line 131, ../sass/_responsive.scss */
  #sidebar {
    margin-bottom: 30px;
  }

  /* line 134, ../sass/_responsive.scss */
  .user_menu {
    display: none;
  }

  /* line 168, ../sass/_responsive.scss */
  #sidebar.user-sidebar .sidebar-header {
    overflow: hidden;
  }
  /* line 171, ../sass/_responsive.scss */
  #sidebar.user-sidebar .user-menu-title {
    float: left;
    line-height: 1.25;
  }
  /* line 175, ../sass/_responsive.scss */
  #sidebar.user-sidebar .resp-toogle {
    display: block;
    float: right;
  }
}
@media only screen and (max-width: 840px) {
  /* line 183, ../sass/_responsive.scss */
  .list-regions .col-xl-12 {
    display: inline;
  }
}
@media only screen and (min-width: 781px) {
  /* line 189, ../sass/_responsive.scss */
  #header .nav {
    display: block;
  }
}
@media only screen and (max-width: 980px) {
  /* line 196, ../sass/_responsive.scss */
  .form-horizontal label {
    clear: both !important;
    float: none !important;
    text-align: left !important;
  }
  /* line 201, ../sass/_responsive.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }

  /* line 206, ../sass/_responsive.scss */
  .login hr, .register hr {
    background-color: #ddd;
  }

  /* line 211, ../sass/_responsive.scss */
  #header {
    padding-bottom: 0;
  }
  /* line 213, ../sass/_responsive.scss */
  #header .nav-login {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  /* line 218, ../sass/_responsive.scss */
  #header .nav-login,
  #header #login_open {
    float: none;
    text-align: center;
  }

  /* line 224, ../sass/_responsive.scss */
  #header #logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 164px;
  }

  /* line 232, ../sass/_responsive.scss */
  #header .nav {
    display: block;
    width: 100%;
  }
  /* line 235, ../sass/_responsive.scss */
  #header .nav .first.logged {
    display: block;
    padding: 0 !important;
    margin: 20px auto 15px auto;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  /* line 243, ../sass/_responsive.scss */
  #header .nav .nav-account, #header .nav .nav-publish {
    width: 40%;
  }
  /* line 246, ../sass/_responsive.scss */
  #header .nav .nav-logout {
    width: 20%;
  }
  /* line 249, ../sass/_responsive.scss */
  #header .nav .nav-account, #header .nav .nav-publish, #header .nav .nav-logout {
    border-top: 1px solid #333;
    box-shadow: 0 -1px 0 #000;
    display: inline-block;
    font-size: 13px;
    margin: 0 !important;
  }
  /* line 255, ../sass/_responsive.scss */
  #header .nav .nav-account a, #header .nav .nav-publish a, #header .nav .nav-logout a {
    padding: 0 !important;
    line-height: 1;
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 12px 6px !important;
    border-radius: 0 !important;
  }
  /* line 267, ../sass/_responsive.scss */
  #header .nav .nav-publish a {
    background-color: #669900;
  }
}
@media only screen and (max-width: 725px) {
  /* line 275, ../sass/_responsive.scss */
  .search-banner {
    height: auto;
    padding: 60% 0 15% 0;
  }

  /* line 279, ../sass/_responsive.scss */
  .main-search {
    height: auto;
  }
  /* line 281, ../sass/_responsive.scss */
  .main-search:after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
  }
  /* line 287, ../sass/_responsive.scss */
  .main-search .cell {
    display: block;
  }
  /* line 289, ../sass/_responsive.scss */
  .main-search .cell .input-text {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }
  /* line 295, ../sass/_responsive.scss */
  .main-search .cell + .cell {
    float: left;
    margin-top: 5px;
    padding: 0;
    width: 50%;
  }
  /* line 300, ../sass/_responsive.scss */
  .main-search .cell + .cell .select-box {
    max-width: 96%;
  }
  /* line 305, ../sass/_responsive.scss */
  .main-search input {
    display: block;
    width: auto;
  }
  /* line 309, ../sass/_responsive.scss */
  .main-search .select-box {
    max-width: auto;
  }
  /* line 312, ../sass/_responsive.scss */
  .main-search .ui-button {
    padding: 0;
    width: 100%;
  }

  /* line 317, ../sass/_responsive.scss */
  body.item h1 {
    font-size: 30px;
  }

  /* line 320, ../sass/_responsive.scss */
  body.item h1 .price {
    background-color: transparent;
    border: none;
    clear: both;
    display: block;
    font-size: .8em;
    padding-right: 10px;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  /* line 333, ../sass/_responsive.scss */
  .main-search .cell {
    float: none !important;
    width: 100% !important;
  }
  /* line 336, ../sass/_responsive.scss */
  .main-search .cell + .cell {
    margin-top: 5px;
  }
  /* line 338, ../sass/_responsive.scss */
  .main-search .cell + .cell .select-box {
    max-width: 100%;
  }
  /* line 343, ../sass/_responsive.scss */
  .main-search input {
    display: block;
    width: auto;
  }
  /* line 347, ../sass/_responsive.scss */
  .main-search .select-box {
    max-width: auto;
  }
  /* line 349, ../sass/_responsive.scss */
  .main-search .select-box select {
    width: 100%;
  }
  /* line 353, ../sass/_responsive.scss */
  .main-search .ui-button {
    padding: 0;
    width: 100%;
  }

  /* line 360, ../sass/_responsive.scss */
  .user-cv-box input,
  .user-profile-picture-box input {
    margin-top: 10px;
  }

  /* line 364, ../sass/_responsive.scss */
  .footer-links li {
    float: none;
    width: 96%;
  }

  /* line 368, ../sass/_responsive.scss */
  .item-photos .thumbs,
  .item-photos .main-photo {
    clear: both;
    width: 100%;
  }

  /* line 374, ../sass/_responsive.scss */
  .item-photos .thumbs a {
    color: #fff;
  }

  /* line 378, ../sass/_responsive.scss */
  .resp-video-container.youtube-video {
    padding-bottom: 70%;
  }
}
@media only screen and (max-width: 540px) {
  /* line 383, ../sass/_responsive.scss */
  body.item h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 389, ../sass/_responsive.scss */
  .login .flex-grid {
    display: block;
  }
  /* line 392, ../sass/_responsive.scss */
  .login [class*="col-"] {
    clear: both;
    float: none;
    width: 100%;
  }
  /* line 397, ../sass/_responsive.scss */
  .login .margin-right {
    margin-right: 0;
  }

  /* line 403, ../sass/_responsive.scss */
  .promote-create-account .ui-button {
    display: block;
    float: none;
    padding: 10px 0;
  }
  /* line 407, ../sass/_responsive.scss */
  .promote-create-account .ui-button + .ui-button {
    margin-top: 15px;
  }

  /* line 412, ../sass/_responsive.scss */
  .flex-grid {
    display: block;
  }

  /* line 415, ../sass/_responsive.scss */
  .col-1-2 {
    float: none !important;
    width: auto !important;
  }

  /* line 419, ../sass/_responsive.scss */
  .col-1-2 + .col-1-2 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
  }

  /* line 425, ../sass/_responsive.scss */
  .user-cv-box img {
    display: none;
    float: none;
  }

  /* line 430, ../sass/_responsive.scss */
  .user-profile-picture-box {
    text-align: center;
  }
  /* line 432, ../sass/_responsive.scss */
  .user-profile-picture-box img {
    float: none;
  }

  /* line 436, ../sass/_responsive.scss */
  .actions:after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
  }

  /* line 442, ../sass/_responsive.scss */
  .has-searchbox .list-header .actions {
    margin-bottom: 50px;
  }

  /* line 445, ../sass/_responsive.scss */
  .see_by {
    clear: both;
    display: block;
    float: none;
    margin-right: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 459, ../sass/_responsive.scss */
  .boxed-page #header #logo .maincolor {
    font-size: 1em;
  }

  /* line 463, ../sass/_responsive.scss */
  .boxed-page .wrapper {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  /* line 467, ../sass/_responsive.scss */
  body.login,
  body.register {
    padding: 0 !important;
  }

  /* line 471, ../sass/_responsive.scss */
  html.login,
  html.register {
    background-image: none !important;
  }

  /* line 475, ../sass/_responsive.scss */
  .resp-video-container.youtube-video {
    padding-bottom: 90%;
  }
}
@media only screen and (max-width: 450px) {
  /* line 480, ../sass/_responsive.scss */
  .listing-grid .listing-card,
  body.search .listing-grid .listing-card {
    float: none;
    margin: 0 auto 15px auto;
    width: 240px;
  }

  /* line 486, ../sass/_responsive.scss */
  .listing-card-list .title {
    margin-top: 0;
    font-size: 21px;
    line-height: 1.1;
  }

  /* line 491, ../sass/_responsive.scss */
  .listing-card .listing-thumb {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 440px) {
  /* line 496, ../sass/_responsive.scss */
  .listing-card .listing-thumb {
    display: inline-block;
    float: none;
  }

  /* line 500, ../sass/_responsive.scss */
  .listing-card .listing-detail {
    margin: 0;
  }
}
@media only screen and (max-width: 380px) {
  /* line 506, ../sass/_responsive.scss */
  #sidebar.user-sidebar .user-menu-title {
    float: none;
    margin-bottom: 15px;
  }
  /* line 510, ../sass/_responsive.scss */
  #sidebar.user-sidebar .resp-toogle {
    display: block;
    float: none;
  }

  /* line 516, ../sass/_responsive.scss */
  .user-sidebar .user_menu li {
    display: block;
  }
  /* line 518, ../sass/_responsive.scss */
  .user-sidebar .user_menu li + li {
    margin: 10px 0 !important;
  }
  /* line 521, ../sass/_responsive.scss */
  .user-sidebar .user_menu li a {
    border: none;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 530, ../sass/_responsive.scss */
  .homepage-splash-screen .banner-title-container {
    bottom: 200px;
    margin-left: -240px;
    width: 480px;
  }
  /* line 535, ../sass/_responsive.scss */
  .homepage-splash-screen .banner-title {
    font-size: 2.75em;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 542, ../sass/_responsive.scss */
  .homepage-splash-screen .banner-title-container {
    bottom: 220px;
  }
  /* line 545, ../sass/_responsive.scss */
  .homepage-splash-screen .banner-title {
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 840px) {
  /* line 552, ../sass/_responsive.scss */
  .homepage-splash-screen.user-is-logged .banner-title-container {
    bottom: 200px;
  }
  /* line 555, ../sass/_responsive.scss */
  .homepage-splash-screen.user-is-logged .banner-title {
    font-size: 2em;
  }
}
@media only screen and (max-width: 660px) {
  /* line 562, ../sass/_responsive.scss */
  .homepage-splash-screen.user-is-logged .banner-logged {
    padding: 20% 0 25% 0;
    text-align: center;
  }
  /* line 566, ../sass/_responsive.scss */
  .homepage-splash-screen.user-is-logged .banner-title {
    padding: 0 15px;
  }
  /* line 569, ../sass/_responsive.scss */
  .homepage-splash-screen.user-is-logged .banner-title-container {
    position: relative;
    top: 30%;
    left: 0;
    margin: 0;
    width: 100%;
  }
  /* line 576, ../sass/_responsive.scss */
  .homepage-splash-screen.user-is-logged .banner-title {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  /* line 583, ../sass/_responsive.scss */
  .homepage-splash-screen.user-is-logged .banner-logged {
    padding: 30% 0 45% 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 591, ../sass/_responsive.scss */
  .homepage-splash-screen.user-not-logged .banner-title-container {
    border-top: 1px solid #000;
    box-shadow: inset 0 1px 0 #333;
    position: relative;
    margin: 0;
    background-color: #222;
    width: 100%;
    left: 0;
    height: auto;
    overflow: hidden;
    bottom: 0;
    padding: 0;
  }
  /* line 604, ../sass/_responsive.scss */
  .homepage-splash-screen.user-not-logged .banner-title {
    text-shadow: none;
    font-size: 21px;
    line-height: 1;
    margin: 0;
    padding: 15px 10px;
  }
  /* line 611, ../sass/_responsive.scss */
  .homepage-splash-screen.user-not-logged .hide-small-screens {
    display: none;
  }
  /* line 614, ../sass/_responsive.scss */
  .homepage-splash-screen.user-not-logged .hide-large-screens {
    display: block;
  }
  /* line 616, ../sass/_responsive.scss */
  .homepage-splash-screen.user-not-logged .hide-large-screens .title {
    color: #fff;
    display: none;
  }
  /* line 620, ../sass/_responsive.scss */
  .homepage-splash-screen.user-not-logged .hide-large-screens .position-content {
    margin-top: 30%;
  }
}
@media only screen and (max-width: 580px) {
  /* line 628, ../sass/_responsive.scss */
  .homepage-splash-screen.user-not-logged .col-1-2 {
    float: none;
    clear: both;
    width: 100%;
    padding: 38% 0;
    margin: 0 !important;
  }
  /* line 639, ../sass/_responsive.scss */
  .homepage-splash-screen.user-not-logged .position-content {
    margin: 0 !important;
    text-align: center;
  }
  /* line 642, ../sass/_responsive.scss */
  .homepage-splash-screen.user-not-logged .position-content .ui-button {
    font-size: 18px;
    width: 200px;
    padding: 5px 0;
    margin-top: -15px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 654, ../sass/_responsive.scss */
  .homepage-splash-screen.user-not-logged .banner-title-container {
    bottom: 300px;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 661, ../sass/_responsive.scss */
  .homepage-splash-screen.user-not-logged .banner-title-container {
    bottom: 400px;
    width: 800px;
    margin-left: -400px;
  }
  /* line 666, ../sass/_responsive.scss */
  .homepage-splash-screen.user-not-logged .banner-title {
    font-size: 72px;
  }
}
@media only screen and (max-width: 520px) {
  /* line 673, ../sass/_responsive.scss */
  .promote-free-publishing .col-1-2 {
    float: none;
    clear: both;
  }
  /* line 676, ../sass/_responsive.scss */
  .promote-free-publishing .col-1-2 + .col-1-2 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }

  /* line 682, ../sass/_responsive.scss */
  .promote-free-publishing .col-1-2:first-of-type::after {
    display: none;
  }
}

.owl-carousel {
position: relative;
}
.owl-prev,
.owl-next {
position: absolute;
top: 100%; 
margin-top: -10px; 
font-family: FontAwesome;
content: "\f054";
font-size: 30px;
}
.owl-prev {
left: 0px;
}
.owl-next {
right: 0px;
}
 