.orange-header {
  font-weight: 600;
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.user-profile .adv-search {
  margin: 1.0416666667vw 0 0;
}
.user-profile .invi-search {
  border-bottom: none;
}
.user-profile .ad-list-header {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.7307291667vw;
  color: #273e81;
  font-weight: bold;
}
.user-profile .user-box {
  background: #f0f3fd;
  padding: 20px;
}
.user-profile .user-box .header {
  color: #2a3d81;
  border-bottom: 1px solid #d2d3d7;
  padding-bottom: 15px;
  font-weight: 600;
}
.user-profile .user-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-profile .right-side-buttons {
  padding: 2.0833333333vw 0;
  text-align: right;
}
.user-profile .right-side-buttons a {
  padding: 0.7em 0;
  margin-left: 1em;
  display: inline-block;
  color: #ffffff;
  background-color: #f74212;
  text-align: center;
  width: 150px;
}
.user-profile .advance-search select {
  padding: 0.10417vw 0;
  display: block;
  color: #ffffff;
  background-color: #273f80;
  text-align: center;
}
.user-profile .invi-grid thead th {
  border: none;
  border-bottom: 1px solid #ddd !important;
}
.user-profile .invi-grid th {
  background-color: #fff;
}
.user-profile .invi-grid tr {
  background-color: #fff !important;
}
.user-profile .invi-grid td {
  border: none;
}
.user-profile .my-account-list {
  display: block;
}
.user-profile .my-account-list h3 {
  font-size: 1.7307291667vw;
  color: #273e81;
  font-weight: bold;
  margin-bottom: 1.5625vw;
}

.small-checkbox {
  width: 1.0416666667vw;
}

.terms-agree-field {
  clear: both !important;
}
.terms-agree-field .flex-center {
  flex-wrap: wrap !important;
}
.terms-agree-field ul {
  width: 100%;
  color: #ff0000;
}
.terms-agree-field .control-input {
  width: 1.0416666667vw !important;
  float: left;
}
.terms-agree-field .control-input input {
  margin-top: 0.5208333333vw;
  background: white;
  width: 1.5625vw;
  height: 1.5625vw;
}
.terms-agree-field .control-label {
  text-align: left;
  color: #848BA7;
  float: left;
  max-width: 86% !important;
  margin-left: 1.0416666667vw;
}

.register-form .terms-agree-field ::before {
  align-self: flex-start;
  margin-top: 5px;
}

.custom-list-item {
  margin-top: 2.6041666667vw;
  background: #f0f3fd;
  padding: 20px;
}
.custom-list-item .header {
  border-bottom: 1px dashed #d2d3d7;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}
.custom-list-item .header div:first-child {
  padding-left: 0;
}
.custom-list-item .header h4 {
  font-size: 1.3541666667vw;
  color: #273e81;
  display: inline;
  font-weight: 600;
}
.custom-list-item .header h4 a {
  color: #273e81;
}
.custom-list-item .header span {
  font-size: 1.0416666667vw;
}
.custom-list-item .custom-list-item-content {
  font-size: 0.78125vw;
}
.custom-list-item .custom-list-item-content div {
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 15px;
}
.custom-list-item .custom-list-item-content div:last-child {
  padding-right: 0;
}

.type-of-ads {
  text-align: right;
}
.type-of-ads .btn-group .btn {
  background-color: #fff;
  border: 1px solid #000;
  width: 7.8125vw;
  padding: 0.2604166667vw 0.5208333333vw;
  color: #000;
  text-shadow: none;
  text-align: left;
  display: inline-block;
}
.type-of-ads .btn-group .btn:focus, .type-of-ads .btn-group .btn:hover, .type-of-ads .btn-group .btn:active {
  background-color: #eee;
  color: #000;
}
.type-of-ads .btn-group .btn .caret {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}
.type-of-ads .btn-group.open .btn {
  background-color: #eee;
  color: #000;
}
.type-of-ads .dropdown-menu {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.type-of-ads .dropdown-menu a {
  color: #000;
}
.type-of-ads .dropdown-menu a:hover, .type-of-ads .dropdown-menu a:focus, .type-of-ads .dropdown-menu a:active {
  background-color: #eee;
  color: #000;
  background-image: none;
}

body {
  overflow-x: hidden;
  font-family: "Trebuchet MS";
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
}
body > header, body > .content {
  padding: 0 13vw;
}
body > .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
body a:hover {
  text-decoration: none;
}
body h2,
body .login-box-msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: -2.0833333333vw;
  font-size: 1.7307291667vw;
}
body h2 span,
body .login-box-msg span {
  margin-right: 3.125vw;
  font-size: 3.125vw;
}
body .content h2,
body .content .login-box-msg {
  color: #f74212;
}

body > .alert {
  position: fixed;
  background-image: none;
  font-weight: bold;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
}

input {
  border-radius: 0 !important;
}

label.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 0 !important;
}
label.checkbox span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
label.checkbox span:before {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  content: " ";
  margin: 0 15px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #a1a1a1;
}
label.checkbox input[type=checkbox] {
  display: none;
  position: static;
  margin: 0 0.78125vw;
  background: none;
}
label.checkbox input[type=checkbox]:checked + span:before {
  border: 1px solid #000;
  background-image: url("../img/checked.png");
  background-size: cover;
}

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

.btn {
  border-radius: 0;
  background-image: none;
  margin-top: 0 !important;
}

header.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: #273f80;
  height: 168px;
}
header.main h1 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
header.main h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header.main h3 {
  font-size: 22px;
  margin-top: 5px;
}
header.main > div.logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
header.main > div.logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #273f80;
}
header.main > div.logo a img {
  margin-right: 4.27vw;
}
header.main > div.second-logo {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 300px;
  height: 100%;
  background: url("../img/prop.jpg") no-repeat top right;
  background-size: auto 160px;
  background-position-y: -20px;
  background-position-x: -275px;
}
header.main > div.second-logo div {
  width: 100%;
  height: 100%;
  background: url("../img/flaga.jpg") no-repeat top right;
  background-size: auto calc(67 * 100%);
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.input-error + ul li {
  color: red;
  list-style: none;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 65px;
}
.search .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  /*height: 500px;*/
  /*background: url("../img/banner.png?v=1") no-repeat;*/
  background-size: cover;
}
.search .main .search-box {
  width: 74.7395833333vw;
  margin: 15px 0px 60px 0px;
}
.search .main .search-box h3 {
  margin-top: 3.3854166667vw;
  margin-bottom: 1.6666666667vw;
  font-size: 30px;
  text-align: center;
  color: #273f80;
}
.search .main .search-box form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding: 1.5625vw 4.3229166667vw;
  background-color: rgba(185, 187, 192, 0.6);
}
.search .main .search-box form input, .search .main .search-box form select {
  padding: 0 0.8854166667vw;
  font-size: 16px;
  width: 12.7604166667vw;
  height: 40px;
}
.search .main .search-box form button {
  width: 100px;
  height: 40px;
  border: none;
  background: url("../img/btn.png") no-repeat center center;
  background-size: cover;
}
.search .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  justify-content: stretch;
  height: 3.12vw;
  font-size: 1.3vw;
}
.search .actions > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.search .actions > div:first-child {
  text-align: right;
  width: 38.7vw;
  padding-right: 7vw;
  background-color: #f74212;
}
.search .actions > div:first-child a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
}
.search .actions > div:first-child a span {
  display: inline-block;
  font-size: 3vw;
  font-weight: bold;
  margin-right: 3.38vw;
}
.search .actions > div:last-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  background-color: #fef5f2;
  padding-left: 4.16vw;
}
.search .actions > div:last-child a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #284081;
}
.search .actions > div:last-child a span {
  display: inline-block;
  font-size: 3vw;
  font-weight: bold;
  margin-left: 11.97vw;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
}
.content > div:first-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 26.29vw;
}
.content > div:last-child {
  transition: top 1s ease;
  position: absolute;
  width: 16.92vw;
  top: 0;
  right: 13vw;
}

.info-box, .info-box-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  clear: both;
  margin: 1.9791666667vw 0;
  padding: 1.0416666667vw 0;
  padding-right: 7.03125vw;
  background: #f9fafe;
  border: 2px solid #273f80;
}
.info-box-blue, .info-box-blue-blue {
  padding: 1.0416666667vw 2.8645833333vw;
}
.info-box-blue:before, .info-box-blue-blue:before {
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  font-weight: bold;
}
.info-box p.title, .info-box-blue p.title {
  font-size: 20px;
  font-weight: bold;
  color: #273f80;
}
.info-box .info-box-content p:not(.title), .info-box-blue .info-box-content p:not(.title) {
  font-size: 0.9375vw;
}
.info-box:before, .info-box-blue:before {
  width: 14.0625vw;
  height: 100%;
  min-height: 5.9895833333vw;
  content: " ";
  background: url("../img/bulb.png") no-repeat center center;
  background-size: contain;
}

.box-body .form-group {
  padding: 0vw 2.8645833333vw 0vw;
}
.box-body .form-control {
  border-radius: 0;
}
.box-body .box-footer .btn-next {
  border-radius: 0;
  background: #f74212;
  color: white;
  width: auto;
  margin-top: 2.6041666667vw;
}

.form-group.required .control-label:after {
  content: "*";
  color: #FF0000;
  font-size: 0.9375vw;
}

.mt-40 {
  margin-top: 40px;
}

.registration-gdpr {
  margin-top: 20px;
}

.custom-pagination {
  text-align: center;
  color: #000;
  margin: 2.6041666667vw 0;
  font-size: 16px;
}
.custom-pagination .custom-pagination-link {
  color: #000;
  display: inline-block;
}
.custom-pagination .custom-pagination-link:first-child {
  margin-right: 10px;
}
.custom-pagination .custom-pagination-link:last-child {
  margin-left: 10px;
}
.custom-pagination .custom-pagination-link:focus {
  text-decoration: none;
}

.options {
  text-align: right;
  padding-right: 0;
}
.options .btn-group .btn {
  background-color: #273e81;
  border: 0;
  padding: 0.2604166667vw 1.5625vw;
  color: #fff;
  text-shadow: none;
  display: inline-block;
}
.options .btn-group .btn:focus, .options .btn-group .btn:hover, .options .btn-group .btn:active {
  background-color: #3e5081;
  color: #fff;
}
.options .btn-group.open .btn {
  background-color: #3e5081;
  color: #fff;
}
.options .dropdown-menu {
  background-color: #273e81;
  color: #fff;
}
.options .dropdown-menu a {
  color: #fff;
}
.options .dropdown-menu a:hover, .options .dropdown-menu a:focus, .options .dropdown-menu a:active {
  background-color: #465681;
  color: #fff;
  background-image: none;
}

.login-box input {
  color: #ffffff;
  background-color: #b3b2b3;
  border: none;
  width: 100%;
  padding: 0.41vw 5px;
  margin-bottom: 0.52vw;
}
.login-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.login-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.login-box :-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.login-box :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.login-box .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  margin-bottom: 0.52vw;
}
.login-box .actions.logout {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100px;
}
.login-box .actions.logout a {
  margin-bottom: 0.2604166667vw;
}
.login-box .actions.logout a:last-child {
  background-color: #f74212;
}
.login-box .actions a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.41vw 10px;
  display: block;
  color: #ffffff;
  background-color: #273f80;
  text-align: center;
  margin-right: 0.4vw;
}
.login-box .actions button {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  border-radius: 0;
  padding: 0.41vw 10px;
  background-color: #f74212;
  background-image: none;
}
.login-box .actions button:hover {
  background-image: none;
}

.content-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.content-login > .login-box {
  margin: 0 7.03125vw;
}

.content form#login,
.content form#changePassword {
  flex-grow: 1;
  height: 100%;
}
.content form#login input,
.content form#changePassword input {
  border-radius: 0;
  width: 100%;
}
.content > div:last-child > div {
  margin-bottom: 0.625vw;
}
.content > div:last-child .box img {
  max-width: 100%;
}
.content > div:last-child .newsletter {
  padding: 0.9375vw 1.7708333333vw;
  color: #ffffff;
  background: #f72d12;
}
.content > div:last-child .newsletter header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 1.71875vw;
}
.content > div:last-child .newsletter header span {
  display: block;
  width: 2.1354166667vw;
  height: 2.1354166667vw;
  margin-right: 1.09375vw;
  background: url("../img/mail.png") no-repeat;
  background-size: 2.1354166667vw;
}
.content > div:last-child .newsletter .body button {
  font-size: 1.0416666667vw;
  margin-top: 0.9375vw;
  border: none;
  background: #ffffff;
  color: #6a7695;
  text-align: center;
  width: 100%;
}
.content > div:last-child .contact {
  padding: 0.9375vw 1.7708333333vw;
  color: #ffffff;
  background: #273E81;
}
.content > div:last-child .contact header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 1.71875vw;
}
.content > div:last-child .contact header span {
  display: block;
  width: 1.4583333333vw;
  height: 2.34375vw;
  margin-right: 1.09375vw;
  background: url("../img/phone-white.png") no-repeat;
  background-size: 1.4583333333vw;
}
.content > div:last-child .contact .body {
  padding-top: 0.78125vw;
  font-size: 1.1979166667vw;
}
.content > div:last-child .contact .body a {
  color: white;
}

footer {
  margin-top: 1.3020833333vw;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #dddddd !important;
}
footer > div {
  color: #ffffff;
}
footer > div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0 12.7604166667vw;
  height: 11.9791666667vw;
  background-color: #081333;
}
footer > div:last-child {
  padding: 0 12.7604166667vw;
  height: 2.6041666667vw;
  background-color: #040e2a;
}
footer > div .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
footer > div .contact > :last-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
footer > div .contact .logo img {
  width: 7.8125vw;
  height: auto;
  margin-right: 4.9479166667vw;
}
footer > div .other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 400px;
  margin-top: 1.9791666667vw;
  margin-bottom: 1.9791666667vw;
}
footer > div .other .bip {
  margin-left: 70px;
  width: 250px;
}
footer > div .other .bip a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
footer > div .other .bip img {
  width: 3.125vw;
  margin-right: 1.8229166667vw;
}
footer > div .other .links {
  margin-left: 70px;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
footer > div.small-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.ad, .adip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  justify-content: stretch;
  min-height: 200px;
  border-top: 1px solid #afb1b1;
  padding: 10px 3.0729166667vw 0.2604166667vw;
}
.ad > a, .adip > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  justify-content: stretch;
  width: 100%;
  padding-bottom: 1.0416666667vw;
}
.ad > a > div:first-child, .adip > a > div:first-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ad > a > div:last-child, .adip > a > div:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ad .name, .adip .name {
  font-size: 16px;
  margin-top: 0.52vw;
  color: #989898;
}
.ad .title, .adip .title {
  margin-top: 0.2vw;
  font-size: 26px;
  font-weight: bold;
  color: #273f80;
}
.ad .company, .adip .company {
  margin-top: 0.2vw;
  font-size: 16px;
  min-height: 14px;
  color: #989898;
}
.ad .intro, .adip .intro {
  font-size: 16px;
  margin: 1.6vw 0 0 0;
  padding-right: 15px;
  font-weight: bold;
  color: #000000;
}
.ad .number, .adip .number {
  margin: 0.2vw 0 0 0;
}
.ad .logo, .adip .logo {
  margin-top: 1.25vw;
  margin-bottom: 1.0416666667vw;
  width: 166px;
  height: 86px;
  text-align: center;
}
.ad .logo img, .adip .logo img {
  width: auto;
  height: auto;
  max-width: 166px !important;
  max-height: 86px !important;
}
.ad .location-mobile, .adip .location-mobile {
  display: none !important;
}
.ad .location, .adip .location {
  margin-left: 0.0520833333vw;
  font-size: 12px;
}
.ad .location > div:first-child, .adip .location > div:first-child {
  float: left;
  margin-right: 0.5208333333vw;
}
.ad .location > div:nth-child(2), .adip .location > div:nth-child(2) {
  margin-left: 1.0416666667vw;
}
.ad-box, .adip-box {
  position: relative;
  margin-top: 3.4375vw;
}
.ad-box:first-child, .adip-box:first-child {
  margin-top: 0;
}
.ad-box.promoted .complete-ad, .adip-box.promoted .complete-ad {
  border: 1px solid #273f80;
  background-color: #f9fafe;
  margin-bottom: 1.0416666667vw;
}
.ad-box .legend, .adip-box .legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border: 1px solid #afb1b1;
  border-bottom: none;
  position: absolute;
  width: 29.2708333333vw;
  height: 36px;
  top: -36px;
  font-size: 19px;
  padding: 0 3.0729166667vw;
  color: #afb1b1;
}

.ad-details > div, .adip-details > div {
  border: 1px solid #273f80;
  background: #f9fafe;
}
.ad-details > div .details, .adip-details > div .details {
  padding: 0 3.0729166667vw;
  font-size: 16px !important;
  line-height: 1.1vw;
}
.ad-details > div .details h3, .adip-details > div .details h3 {
  margin-bottom: 0.3125vw;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.ad-details > div .details .details-content, .adip-details > div .details .details-content {
  padding: 0.7vw 0 1.7vw 0;
  border-top: 1px solid #273f80;
}
.ad-details .ad, .adip-details .ad {
  border: none !important;
}
.ad-details .contact, .adip-details .contact {
  padding: 0 3.0729166667vw;
  margin: 0 0 2.8645833333vw;
}
.ad-details .contact .contact-box, .adip-details .contact .contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 16px;
  color: #000000;
  line-height: 1.1vw;
  width: 100%;
  border-top: 1px solid #273f80;
}
.ad-details .contact .contact-box > div:first-child, .adip-details .contact .contact-box > div:first-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 1.5625vw;
}
.ad-details .contact .contact-box > div:first-child img, .adip-details .contact .contact-box > div:first-child img {
  width: 1.9791666667vw;
}
.ad-details .contact .contact-box > div:last-child, .adip-details .contact .contact-box > div:last-child {
  text-align: left;
  width: 37.7604166667vw;
}
.ad-details .contact .contact-box h3, .adip-details .contact .contact-box h3 {
  margin-bottom: 0.3125vw;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.ad-details .contact .contact-box a, .adip-details .contact .contact-box a {
  color: #000000;
}

.ad-padding, .adip-padding {
  padding: 0.5208333333vw 3.0729166667vw;
  display: flex;
  align-items: center;
}
.ad-padding .expiration-time, .adip-padding .expiration-time {
  margin-right: auto;
}
.ad-padding .abuse-link, .adip-padding .abuse-link {
  margin-left: auto;
  text-decoration: none;
}
.ad-padding .abuse-link img, .adip-padding .abuse-link img {
  margin-bottom: 0.5208333333vw;
  width: 1.1458333333vw;
}

.last-ad, .last-adip {
  margin-top: 66px;
}
.last-ad .legend, .last-adip .legend {
  border: none;
  text-transform: uppercase;
  color: transparent;
  width: 100%;
}
.last-ad .legend:before, .last-adip .legend:before {
  color: #f74212;
  content: "Zobacz inne oferty z tej kategorii";
  width: 400px;
}

.back a {
  color: #b3b2b3;
  font-size: 0.8333333333vw;
}

.btn-more {
  border-radius: 0;
  background: #283f82;
  color: white;
  width: auto;
  margin-top: 1.5625vw !important;
}
.btn-more:hover {
  color: white;
}

.paginator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 16px;
}
.paginator a {
  color: #000000;
}
.paginator a:hover {
  text-decoration: none;
  color: #000000;
}
.paginator .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.paginator .pager > div {
  margin-right: 0.2604166667vw;
}
.paginator .per-page {
  margin-left: 1.0416666667vw;
}
.paginator .current input {
  width: 20px;
}
.paginator input, .paginator select {
  height: 20px;
}

label.checkbox.promote {
  font-size: 1.72vw;
  color: #f74212;
  font-weight: bold;
}

.add-ad .section-title, .adip-ad .section-title {
  font-size: 1.72vw;
  color: #f74212;
  font-weight: bold;
}
.add-ad .promoted-group .control-input, .adip-ad .promoted-group .control-input {
  margin-top: 0.5208333333vw;
  float: left;
}
.add-ad .promoted-group .promoted-label, .adip-ad .promoted-group .promoted-label {
  margin-left: 2.2916666667vw;
  float: left;
}
.add-ad .promoted-info-box, .adip-ad .promoted-info-box {
  clear: both;
  background: #EDF0F7;
  font-weight: bold;
  padding: 0.625vw 4.6875vw;
}
.add-ad .promoted-info-box .adip-price, .adip-ad .promoted-info-box .adip-price {
  color: #f74212;
}
.add-ad #image-file, .adip-ad #image-file {
  border: none;
  box-shadow: none;
}

.add-finish .payment-content {
  padding-left: 3.0208333333vw;
}
.add-finish .payment-data .payment-data-header {
  font-weight: bold;
  color: #f74212;
  line-height: 1.7;
}
.add-finish .dotpay-box {
  padding: 1.3020833333vw 0.5208333333vw 1.8229166667vw 0.5208333333vw;
}
.add-finish .dotpay-box .dotpay-header {
  border-bottom: thin solid grey;
}
.add-finish .dotpay-box .dotpay-header span {
  margin-top: 18px;
}
.add-finish .dotpay-box .dotpay-content {
  height: 2.3958333333vw;
  border-bottom: thin solid grey;
}
.add-finish .dotpay-box .dotpay-content .right-side .dotpay-content-label span {
  font-weight: bold;
  color: #83301E;
}
.add-finish .dotpay-box .dotpay-price {
  margin-top: 0.8854166667vw;
}
.add-finish .dotpay-box .dotpay-price span {
  font-size: 1.09375vw;
  font-weight: bold;
  color: #273E81;
}
.add-finish .payment-info-box {
  clear: both;
}
.add-finish .payment-info-box span {
  font-weight: bold;
  font-size: 72px;
  color: #f74212;
  float: left;
  width: 20px;
}
.add-finish .payment-info-box .text {
  font-size: 18px;
  padding: 30px;
  float: left;
  width: 90%;
  color: #273E81;
}
.add-finish .box-footer .btn-red {
  border-radius: 0;
  background: #f74212;
  color: white;
  margin-top: 7.8125vw;
}

.add-summary .terms-agree-box {
  padding: 1.5625vw 0 0 2.2395833333vw;
}
.add-summary .terms-agree-box .terms-agree-field {
  clear: both !important;
}
.add-summary .terms-agree-box .terms-agree-field .control-input {
  width: 1.0416666667vw !important;
  float: left;
}
.add-summary .terms-agree-box .terms-agree-field .control-input input {
  margin-top: 0.5208333333vw;
  background: white;
  width: 1.5625vw;
  height: 1.5625vw;
}
.add-summary .terms-agree-box .terms-agree-field .control-label {
  text-align: left;
  color: #848BA7;
  float: left;
  max-width: 86% !important;
  margin-left: 1.0416666667vw;
}
.add-summary .terms-agree-box .payment-info-box {
  font-size: 1.0416666667vw;
  color: #273E81;
  font-weight: bold;
}
.add-summary .terms-agree-box .payment-info-box .discount span {
  color: #f74212;
}
.add-summary .btn-red {
  margin-left: 1.0416666667vw;
  border-radius: 0;
  background: #f74212;
  color: white;
  margin-top: 2.6041666667vw;
}

.long-text textarea {
  height: 200px;
}
.long-text input {
  height: 200px;
}

.terms-agree-box span {
  margin-bottom: 0.78125vw;
}
.terms-agree-box span:before {
  align-self: baseline;
  margin-top: 0.2604166667vw !important;
}

.add-invoice #adInvoice {
  padding-top: 0.78125vw;
}
.add-invoice #adInvoice label {
  width: 100%;
  font-size: 1.3020833333vw !important;
}
.add-invoice #adInvoice input {
  width: 14%;
  height: 1.5625vw;
}
.add-invoice .box label {
  width: 100%;
}

.add-invoice ul {
  color: #FF0000;
}

.form-group.required label:after {
  content: "*";
  color: #FF0000;
  font-size: 0.9375vw;
}

.add-abuse textarea {
  height: 10.4166666667vw;
}

.cell-options .btn-group > a {
  background-color: buttonface;
  color: #000;
}

body h3 {
  color: #264081;
  font-size: 1.3020833333vw;
}
body .help-page {
  margin-left: 2.8645833333vw;
}
body .help-page h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 0;
  font-size: 1.71875vw;
  font-weight: bold;
  color: #264081;
}
body .help-page .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 3.6458333333vw;
}
body .help-page .buttons > span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -5.2083333333vw;
  margin-left: -0.2604166667vw;
  width: 0.5208333333vw;
  height: 7.5520833333vw;
  background: #fef5f2;
}
body .help-page .buttons > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  height: 175px;
}
body .help-page .buttons > div:nth-child(2n) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
body .help-page .buttons > div div, body .help-page .buttons > div a {
  width: 275px;
}
body .help-page .buttons > div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 90px;
  margin-bottom: 0.5208333333vw;
  background: #fef5f2;
  color: #273f80;
  font-size: 25px;
  text-transform: uppercase;
}
body .help-page .buttons > div a:hover {
  background: #264081;
  color: #ffffff;
}
body .help-page .buttons > div div {
  font-size: 16px;
  color: #264081;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
body .pink-info-box {
  background: #fef5f2;
  padding: 1.3020833333vw;
  margin-bottom: 3.125vw;
}
body .pink-info-box p {
  color: #264081;
  line-height: 14px;
  font-weight: bold;
}
body .pink-info-box p.red {
  font-weight: normal;
  color: #f74212;
  font-size: 20px;
}
body .pink-info-box p.red a {
  color: #f74212;
  font-weight: bold;
}
body .pink-info-box p.red a:hover {
  color: #f74212;
  text-decoration: none;
}
body #help {
  position: relative;
  padding: 1.0416666667vw 2.0833333333vw;
  background: #264081;
  color: #ffffff;
  margin-bottom: 3.125vw;
  counter-reset: list-counter;
}
body #help h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.71875vw;
}
body #help:after {
  position: absolute;
  bottom: -0.5208333333vw;
  right: 1.0416666667vw;
  content: " ";
  width: 6.5625vw;
  height: 7.3958333333vw;
  background: url("../img/card.png") no-repeat;
  background-size: contain;
}
body #help ol {
  list-style: none;
  padding: 0;
}
body #help ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 22px;
  padding-right: 160px;
}
body #help ol li:nth-child(1) {
  position: relative;
}
body #help ol li:nth-child(1):after {
  position: absolute;
  top: 0;
  right: 0.5208333333vw;
  content: " ";
  width: 5.2083333333vw;
  height: 4.1666666667vw;
  background: url("../img/plus.png") no-repeat;
  background-size: contain;
}
body #help ol li:nth-child(5) {
  position: relative;
}
body #help ol li:nth-child(5):after {
  position: absolute;
  top: 0;
  right: -1.0416666667vw;
  content: " ";
  width: 8.6458333333vw;
  height: 2.6041666667vw;
  background: url("../img/list.png") no-repeat;
  background-size: contain;
}
body #help ol li:nth-child(7) {
  position: relative;
}
body #help ol li:nth-child(7):after {
  position: absolute;
  top: 0;
  right: -3.4895833333vw;
  content: " ";
  width: 10.9375vw;
  height: 3.125vw;
  background: url("../img/spin.png") no-repeat;
  background-size: contain;
}
body #help ol li:nth-child(9) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
body #help ol li:last-child {
  position: relative;
}
body #help ol li:before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  content: counter(list-counter);
  counter-increment: list-counter;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: #ffffff;
  color: #264081;
  margin-right: 1.3020833333vw;
  font-size: 1.71875vw;
}
body #price h2 {
  margin-bottom: 3.28125vw;
}
body #price > div {
  height: 11.9791666667vw;
}
body #price > div:nth-child(2) .title:after {
  background: url("../img/binoculars.png") no-repeat center center;
  background-size: contain;
}
body #price > div:nth-child(3) .title:after {
  background: url("../img/handshake.png") no-repeat center center;
  background-size: contain;
}
body #price > div:nth-child(4) .title:after {
  background: url("../img/praca-farmacja.png") no-repeat center center;
  background-size: contain;
}
body #price > div:nth-child(5) .title:after {
  background: url("../img/refresh.png") no-repeat center center;
  background-size: contain;
}
body #price > div:nth-child(6) .title:after {
  background: url("../img/shopping.png") no-repeat center center;
  background-size: contain;
}
body #price > div:nth-child(7) .title:after {
  background: url("../img/community.png") no-repeat center center;
  background-size: contain;
}
body #price > div:nth-child(8) .title:after {
  background: url("../img/rent.png") no-repeat center center;
  background-size: contain;
}
body #price > div .title {
  position: relative;
  margin-top: 1.0416666667vw;
  margin-bottom: 2.0833333333vw;
  font-size: 1.71875vw;
  color: #264081;
  text-transform: uppercase;
}
body #price > div .title:after {
  position: absolute;
  top: 0vw;
  right: 1.0416666667vw;
  content: " ";
  width: 8.4895833333vw;
  height: 7.1875vw;
  background-size: contain;
}
body #price > div > div:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
body #price > div > div:last-child > div > div:first-child {
  height: 1.5625vw;
}
body #price > div > div:last-child > div:first-child {
  width: 13.0208333333vw;
}
body #price > div > div:last-child .prices {
  width: 14.1979166667vw;
  font-size: 1.3020833333vw;
}
body #price > div > div:last-child .prices > div {
  font-weight: bold;
}
body #price > div > div:last-child .prices > div:first-child {
  color: #f74212;
}
body #price > div > div:last-child .prices > div:last-child {
  color: #264081;
}
body #price > div > div:last-child .promotion {
  font-size: 1.3020833333vw;
}
body #price > div > div:last-child .promotion > div {
  font-weight: bold;
}
body #price > div > div:last-child .promotion > div:first-child {
  color: #f74212;
}
body #price > div > div:last-child .promotion > div:last-child {
  color: #264081;
}
body #ads h2 {
  margin-bottom: 3.28125vw;
}
body #ads > div .title {
  position: relative;
  margin-top: 4.0416666667vw;
  margin-bottom: 2.0833333333vw;
  font-size: 1.71875vw;
  color: #264081;
  text-transform: uppercase;
}
body #ads > div .title:after {
  position: absolute;
  top: 0vw;
  right: 1.0416666667vw;
  content: " ";
  width: 8.4895833333vw;
  height: 7.1875vw;
  background-size: contain;
}
body #ads > div > div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
body #ads > div > div:nth-child(2) > div > div:first-child {
  height: 1.5625vw;
}
body #ads > div > div:nth-child(2) > div:first-child {
  width: 13.0208333333vw;
}
body #ads > div > div:nth-child(2) .prices {
  width: 13.1979166667vw;
  font-size: 1.3020833333vw;
}
body #ads > div > div:nth-child(2) .prices > div {
  font-weight: bold;
}
body #ads > div > div:nth-child(2) .prices > div:first-child {
  color: #f74212;
}
body #ads > div > div:nth-child(2) .prices > div:last-child {
  color: #264081;
}
body #ads > div > div:nth-child(3) img {
  margin-top: 20px;
}

#ads {
  margin-bottom: 30px;
}

body .promote-box {
  margin-top: 2.6041666667vw;
  margin-bottom: 2.6041666667vw;
}
body .promote-box h2 {
  position: relative;
}
body .promote-box h2:before {
  position: absolute;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  top: -0.5208333333vw;
  left: 3.90625vw;
  content: " ";
  background: url("../img/star.png") no-repeat center center;
  background-size: contain;
}
body .promote-box .red-box {
  position: relative;
  margin-top: 1.0416666667vw;
  padding: 2.34375vw 5.2083333333vw;
  background: #f72d12;
  color: #ffffff;
}
body .promote-box .red-box:after {
  position: absolute;
  width: 7.8125vw;
  height: 6.7708333333vw;
  top: 0vw;
  right: 0.5208333333vw;
  content: " ";
  background: url("../img/bookmark.png") no-repeat center center;
  background-size: contain;
}
body .promote-box .red-box h3 {
  margin: 0;
  font-size: 1.5625vw;
  color: #ffffff;
}
body .promote-box .red-box div {
  margin-top: 1.0416666667vw;
}
body #rules {
  margin-bottom: 2.6041666667vw;
}
body #rules div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
body #faq .intro {
  margin-bottom: 1.0416666667vw;
}
body #faq .panel-default {
  border: none;
  box-shadow: none;
}
body #faq .panel-heading {
  background: none;
  border: none;
  border-color: #ffffff;
  box-shadow: none;
  padding: 0.5208333333vw 0;
}
body #faq .panel-heading a:active, body #faq .panel-heading a:hover, body #faq .panel-heading a:focus {
  text-decoration: none;
}
body #faq .panel-body {
  border: none;
  box-shadow: none;
  background: #eceff3;
}

@media (max-width: 900px) {
  header.main {
    height: 140px;
  }
  header.main h1 {
    font-size: 20px !important;
  }

  header.main h2 {
    font-size: 16px !important;
  }
  header.main h3 {
    font-size: 14px !important;
    margin-top: 1px;
  }
  body > header, body > .content {
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
  }

  body {
    font-size: 3.6458333333vw;
  }
  body .content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .content h2 {
    font-size: 5.46875vw;
  }
  body .content > div:first-child {
    margin-right: 0;
  }
  body .content > div:last-child {
    position: static;
    margin: 3.6458333333vw 0;
    width: auto;
  }
  body .content > div:last-child > div {
    margin-bottom: 3.6458333333vw;
  }
  body .content > div:last-child .newsletter header {
    font-size: 3.6458333333vw;
  }
  body .content > div:last-child .newsletter header span {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    background-size: 3.6458333333vw;
  }
  body .content > div:last-child .newsletter .body button {
    font-size: 3.6458333333vw;
    margin: 3.6458333333vw auto;
  }
  body .content > div:last-child .contact header {
    font-size: 3.6458333333vw;
  }
  body .content > div:last-child .contact .body {
    font-size: 2.6041666667vw;
    margin-left: 3.6458333333vw;
  }
  body h3 {
    font-size: 3.6458333333vw;
  }

  .info-box:before, .info-box-blue:before {
    width: 31.25vw;
    min-height: 10.4166666667vw;
    margin: 0.5208333333vw 0;
  }
  .info-box p.title, .info-box-blue p.title {
    font-size: 3.6458333333vw;
    margin-bottom: 0;
  }
  .info-box .info-box-content p:not(.title), .info-box-blue .info-box-content p:not(.title) {
    font-size: 2.6041666667vw;
  }

  header.main h1 {
    font-size: 4.1666666667vw;
    margin-top: 0;
  }
  header.main h2 {
    font-size: 3.6458333333vw;
    margin-bottom: 0;
  }


  header.main > div.logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  header.main > div.logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #273f80;
    width: 100%;
  }

  header.main > div.logo a img {
    width: 40.55vw;
    height: 15.15vw;
    margin-right: 3.27vw;
  }
  header > .login-box:first-child {
    display: none;
  }
  header .second-logo {
    display: none;
  }

  .login-box {
    font-size: 3.6458333333vw;
    margin-left: 10px;
  }
  .login-box input {
    height: 8.3854166667vw;
    padding: 0 1.5625vw;
  }
  .login-box .actions.logout {
    width: auto;
  }
  .login-box .actions.logout a {
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }

  .search {
    margin-bottom: 5.2083333333vw;
  }
  .search .main {
    height: 36.4583333333vw;
  }
  .search .main .search-box h3 {
    margin-top: 0;
    font-size: 3.6458333333vw;
    font-weight: bold;
  }
  .search .main .search-box form {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .search .main .search-box form input, .search .main .search-box form select {
    width: 100%;
    height: 5.2083333333vw;
    margin-bottom: 0.5208333333vw;
    font-size: 3.6458333333vw;
  }
  .search .main .search-box form button {
    width: 7.96875vw;
    height: 5.2083333333vw;
  }
  .search .actions {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 3.6458333333vw;
    height: 15.625vw;
  }
  .search .actions > div:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 100vw;
    height: 50%;
    padding-right: 5vw;
    text-align: left;
  }
  .search .actions > div {
    padding-left: 5.2083333333vw !important;
  }
  .search .actions > div:first-child a span {
    font-size: 5.2083333333vw;
    display: none;
  }
  .search .actions > div:last-child a span {
    font-size: 5.2083333333vw;
    display: none;
  }

  footer > div {
    height: auto !important;
    font-size: 3.6458333333vw;
  }
  footer > div:first-child {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
  }
  footer > div .contact {
    margin-top: 3.6458333333vw;
  }
  footer > div .contact .logo img {
    width: 15.55vw;
  }
  footer > div .other {
    width: 100%;
  }
  footer > div .other .bip {
    margin-left: 0;
  }
  footer > div .other .bip img {
    width: 13vw;
    margin: 0 4vw;
  }
  footer > div .other .links {
    margin-top: 3.6458333333vw;
    margin-bottom: 3.6458333333vw;
  }

  .ad, .adip {
    min-height: 165px;
  }
  .ad > a div:last-child, .adip > a div:last-child {
    width: 68.58333vw;
  }
  .ad .name, .adip .name {
    font-size: 2.6041666667vw;
  }
  .ad .title, .adip .title {
    font-size: 4.1666666667vw;
  }
  .ad .company, .adip .company {
    font-size: 2.6041666667vw;
  }
  .ad .intro, .adip .intro {
    margin-top: 1.0416666667vw;
    font-size: 3.5vw;
    line-height: 3.7vw;
    min-height: 55px;
  }
  .ad .number, .adip .number {
    font-size: 2.0833333333vw;
  }
  .ad .time, .adip .time {
    font-size: 2.0833333333vw;
  }
  .ad .logo, .adip .logo {
    margin-top: 3.6458333333vw;
    margin-bottom: 7.2916666667vw;
    width: 16.875vw;
    height: 10.5208333333vw;
  }
  .ad .logo img, .adip .logo img {
    width: auto;
    height: auto;
    max-width: 16.875vw !important;
    max-height: 10.5208333333vw !important;
  }
  .ad .location, .adip .location {
    display: none !important;
  }
  .ad .location-mobile, .adip .location-mobile {
    display: block !important;
    margin-left: 0.0520833333vw;
    margin-top: 2.0833333333vw;
    font-size: 2.60417vw;
  }
  .ad .location-mobile > div:first-child, .adip .location-mobile > div:first-child {
    float: left;
    margin-right: 0.5208333333vw;
  }
  .ad .location-mobile > div:nth-child(2), .adip .location-mobile > div:nth-child(2) {
    margin-left: 1.0416666667vw;
  }
  .add-ad .section-title, .adip-ad .section-title {
    font-size: 3.6458333333vw;
  }

  .ad-box, .adip-box {
    margin-top: 5.2083333333vw;
  }
  .ad-box .legend, .adip-box .legend {
    font-size: 2.0833333333vw;
    height: 3.6458333333vw;
    top: -3.6458333333vw;
  }

  .ad-details > div .details, .adip-details > div .details {
    padding: 0 3.0729166667vw;
    font-size: 3vw !important;
    line-height: 3.13vw;
  }
  .ad-details > div .details h3, .adip-details > div .details h3 {
    margin-bottom: 0.3125vw;
    font-size: 14px;
    font-weight: bold;
  }
  .ad-details > div .details .details-content, .adip-details > div .details .details-content {
    padding: 2.7vw 0 2.7vw 0;
  }
  .ad-details .contact .contact-box, .adip-details .contact .contact-box {
    font-size: 2.2vw;
    line-height: 3.13vw;
    width: 100%;
  }
  .ad-details .contact .contact-box > div:first-child, .adip-details .contact .contact-box > div:first-child {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1.5625vw;
  }
  .ad-details .contact .contact-box > div:first-child img, .adip-details .contact .contact-box > div:first-child img {
    width: 3.90625vw;
  }
  .ad-details .contact .contact-box > div:last-child, .adip-details .contact .contact-box > div:last-child {
    width: 75.5208333333vw;
    line-height: 3.13vw;
  }
  .ad-details .contact .contact-box > div h3, .adip-details .contact .contact-box > div h3 {
    margin-bottom: 0.1041666667vw;
    font-size: 2.8vw;
  }

  .ad-padding, .adip-padding {
    font-size: 2.6041666667vw;
  }

  .add-summary .terms-agree-box, .adip-summary .terms-agree-box {
    margin-top: 3.6458333333vw;
  }
  .add-summary .terms-agree-box .payment-info-box, .adip-summary .terms-agree-box .payment-info-box {
    margin-top: 3.6458333333vw;
    margin-bottom: 3.6458333333vw;
    font-size: 3.6458333333vw;
  }

  .add-finish .payment-data {
    font-size: 2.6041666667vw;
  }
  .add-finish .payment-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 3.6458333333vw 0;
  }
  .add-finish .payment-info-box span {
    float: none;
    font-size: 7.2916666667vw;
    margin-right: 7.2916666667vw;
  }
  .add-finish .payment-info-box .text {
    float: none;
    font-size: 3.6458333333vw;
    width: auto;
  }

  .back a {
    font-size: 2.60417vw;
  }

  .btn-more {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-size: 3.64583vw;
    margin: 3.64583vw auto;
  }

  .paginator .pager > div {
    margin-right: 1.5625vw;
  }
  .paginator .current, .paginator .per-page {
    display: none;
  }

  label.checkbox.promote {
    font-size: 4.1666666667vw;
    margin-bottom: 3.6458333333vw;
  }

  label.checkbox span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  label.checkbox span:before {
    width: 7.2916666667vw;
    min-width: 7.2916666667vw;
    height: 7.2916666667vw;
    margin-right: 3.125vw;
    flex-grow: 1;
  }

  #invi-grid-adUser table thead th:nth-child(1), #invi-grid-adUser table thead th:nth-child(3), #invi-grid-adUser table thead th:nth-child(4), #invi-grid-adUser table thead th:nth-child(6) {
    display: none;
  }
  #invi-grid-adUser table .cell-id,
#invi-grid-adUser table .cell-publicationTime,
#invi-grid-adUser table .cell-expirationTime,
#invi-grid-adUser table .cell-payed {
    display: none;
  }

  .user-profile .user-box {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 3.6458333333vw;
  }
  .user-profile .user-box .company-name {
    font-size: 3.6458333333vw;
  }
  .user-profile .user-box .right-side-buttons a {
    width: auto;
  }
  .user-profile .user-box > div {
    width: 100%;
  }
  .user-profile .adv-search {
    margin: 3.6458333333vw 0 0;
  }
  .user-profile .ad-list-header {
    font-size: 3.6458333333vw;
  }

  .invi-grid-pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .invi-grid-pager .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    float: none;
    margin: 2.0833333333vw auto;
  }
  .invi-grid-pager .invi-grid-entities {
    margin-left: 3.6458333333vw;
  }

  body .help-page {
    width: auto;
  }
  body .help-page .buttons > div {
    width: 100%;
    height: 47.3958333333vw;
  }
  body .help-page .buttons > div div, body .help-page .buttons > div a {
    width: 100%;
  }
  body .help-page .buttons > div a {
    height: 29.1666666667vw;
    font-size: 3.6458333333vw;
  }
  body .help-page .buttons > div div {
    font-size: 3.125vw;
  }
  body .pink-info-box p, body .pink-info-box p.red {
    font-size: 3.6458333333vw;
    line-height: 3.6458333333vw;
  }
  body #help ol li {
    font-size: 3.6458333333vw;
    padding-right: 0;
  }
  body #help ol li:before {
    color: #ffffff;
    background: none;
    width: auto;
    height: auto;
    font-size: 7.2916666667vw;
  }
  body #help ol li:after {
    display: none !important;
  }
  body #price > div {
    height: auto;
  }
  body #price > div .title {
    font-weight: bold;
    font-size: 3.6458333333vw;
  }
  body #price > div .title:after {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
  body #price > div > div:last-child .prices {
    font-size: 3.6458333333vw;
  }
  body #price > div > div:last-child > div:first-child {
    width: auto;
    padding-right: 3.6458333333vw;
    margin-bottom: 3.6458333333vw;
  }
  body #price > div > div:last-child > div > div:first-child {
    height: auto;
  }

  body .promote-box h2:before {
    width: 7.2916666667vw;
    height: 7.2916666667vw;
  }

  body #rules div a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  body #rules div a img {
    margin-right: 3.6458333333vw;
  }

  .custom-list-item {
    padding: 8px;
  }
  .custom-list-item .header h4 {
    font-size: 16px;
  }
  .custom-list-item .header span {
    font-size: 13px;
  }
  .custom-list-item .custom-list-item-content {
    font-size: 12px;
  }

  .user-profile .my-account-list h3 {
    font-size: 18px;
  }
  .user-profile .user-box {
    font-size: 14px;
    padding: 10px;
  }
  .user-profile .right-side-buttons {
    padding: 10px 0;
    text-align: right;
  }
  .user-profile .right-side-buttons a {
    padding: 0.4em 0;
    margin-left: 0.5em;
    width: 100px;
    font-size: 14px;
  }

  .type-of-ads .btn-group .btn {
    width: 100px;
  }
}
@media (max-width: 600px) {
  header.main {
    height: 100px;
  }
  header.main h1 {
    font-size: 14px !important;
  }

  header.main h2 {
    font-size: 11px !important;
  }
  header.main h3 {
    font-size: 10px !important;
    margin-top: 1px;
  }
  body > header, body > .content {
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
  }

  body {
    font-size: 3.6458333333vw;
  }
  body .content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .content h2 {
    font-size: 5.46875vw;
  }
  body .content > div:first-child {
    margin-right: 0;
  }
  body .content > div:last-child {
    position: static;
    margin: 3.6458333333vw 0;
    width: auto;
  }
  body .content > div:last-child > div {
    margin-bottom: 3.6458333333vw;
  }
  body .content > div:last-child .newsletter header {
    font-size: 3.6458333333vw;
  }
  body .content > div:last-child .newsletter header span {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    background-size: 3.6458333333vw;
  }
  body .content > div:last-child .newsletter .body button {
    font-size: 3.6458333333vw;
    margin: 3.6458333333vw auto;
  }
  body .content > div:last-child .contact header {
    font-size: 3.6458333333vw;
  }
  body .content > div:last-child .contact .body {
    font-size: 2.6041666667vw;
    margin-left: 3.6458333333vw;
  }
  body h3 {
    font-size: 3.6458333333vw;
  }

  .info-box:before, .info-box-blue:before {
    width: 31.25vw;
    min-height: 10.4166666667vw;
    margin: 0.5208333333vw 0;
  }
  .info-box p.title, .info-box-blue p.title {
    font-size: 3.6458333333vw;
    margin-bottom: 0;
  }
  .info-box .info-box-content p:not(.title), .info-box-blue .info-box-content p:not(.title) {
    font-size: 2.6041666667vw;
  }

  /*header.main {*/
  /*  height: 15vw;*/
  /*}*/
  header.main h1 {
    font-size: 4.1666666667vw;
    margin-top: 0;
  }
  header.main h2 {
    font-size: 3.6458333333vw;
    margin-bottom: 0;
  }


  header.main > div.logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  header.main > div.logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #273f80;
    width: 100%;
  }

  header.main > div.logo a img {
    width: 35.55vw;
    height: 15.15vw;
    margin-right: 1.27vw;
  }
  header > .login-box:first-child {
    display: none;
  }
  header .second-logo {
    display: none;
  }

  .login-box {
    font-size: 3.6458333333vw;
    margin-left: 10px;
  }
  .login-box input {
    height: 8.3854166667vw;
    padding: 0 1.5625vw;
  }
  .login-box .actions.logout {
    width: auto;
  }
  .login-box .actions.logout a {
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }

  .search {
    margin-bottom: 5.2083333333vw;
  }
  .search .main {
    height: 36.4583333333vw;
  }
  .search .main .search-box h3 {
    margin-top: 0;
    font-size: 3.6458333333vw;
    font-weight: bold;
  }
  .search .main .search-box form {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .search .main .search-box form input, .search .main .search-box form select {
    width: 100%;
    height: 5.2083333333vw;
    margin-bottom: 0.5208333333vw;
    font-size: 3.6458333333vw;
  }
  .search .main .search-box form button {
    width: 7.96875vw;
    height: 5.2083333333vw;
  }
  .search .actions {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 3.6458333333vw;
    height: 15.625vw;
  }
  .search .actions > div:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 100vw;
    height: 50%;
    padding-right: 5vw;
    text-align: left;
  }
  .search .actions > div {
    padding-left: 5.2083333333vw !important;
  }
  .search .actions > div:first-child a span {
    font-size: 5.2083333333vw;
    display: none;
  }
  .search .actions > div:last-child a span {
    font-size: 5.2083333333vw;
    display: none;
  }

  footer > div {
    height: auto !important;
    font-size: 3.6458333333vw;
  }
  footer > div:first-child {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
  }
  footer > div .contact {
    margin-top: 3.6458333333vw;
  }
  footer > div .contact .logo img {
    width: 15.55vw;
  }
  footer > div .other {
    width: 100%;
  }
  footer > div .other .bip {
    margin-left: 0;
  }
  footer > div .other .bip img {
    width: 13vw;
    margin: 0 4vw;
  }
  footer > div .other .links {
    margin-top: 3.6458333333vw;
    margin-bottom: 3.6458333333vw;
  }

  .ad, .adip {
    min-height: 165px;
  }
  .ad > a div:last-child, .adip > a div:last-child {
    width: 68.58333vw;
  }
  .ad .name, .adip .name {
    font-size: 2.6041666667vw;
  }
  .ad .title, .adip .title {
    font-size: 4.1666666667vw;
  }
  .ad .company, .adip .company {
    font-size: 2.6041666667vw;
  }
  .ad .intro, .adip .intro {
    margin-top: 1.0416666667vw;
    font-size: 3.5vw;
    line-height: 3.7vw;
    min-height: 55px;
  }
  .ad .number, .adip .number {
    font-size: 2.0833333333vw;
  }
  .ad .time, .adip .time {
    font-size: 2.0833333333vw;
  }
  .ad .logo, .adip .logo {
    margin-top: 3.6458333333vw;
    margin-bottom: 7.2916666667vw;
    width: 16.875vw;
    height: 10.5208333333vw;
  }
  .ad .logo img, .adip .logo img {
    width: auto;
    height: auto;
    max-width: 16.875vw !important;
    max-height: 10.5208333333vw !important;
  }
  .ad .location, .adip .location {
    display: none !important;
  }
  .ad .location-mobile, .adip .location-mobile {
    display: block !important;
    margin-left: 0.0520833333vw;
    margin-top: 2.0833333333vw;
    font-size: 2.60417vw;
  }
  .ad .location-mobile > div:first-child, .adip .location-mobile > div:first-child {
    float: left;
    margin-right: 0.5208333333vw;
  }
  .ad .location-mobile > div:nth-child(2), .adip .location-mobile > div:nth-child(2) {
    margin-left: 1.0416666667vw;
  }
  .add-ad .section-title, .adip-ad .section-title {
    font-size: 3.6458333333vw;
  }

  .ad-box, .adip-box {
    margin-top: 5.2083333333vw;
  }
  .ad-box .legend, .adip-box .legend {
    font-size: 2.0833333333vw;
    height: 3.6458333333vw;
    top: -3.6458333333vw;
  }

  .ad-details > div .details, .adip-details > div .details {
    padding: 0 3.0729166667vw;
    font-size: 3vw !important;
    line-height: 3.13vw;
  }
  .ad-details > div .details h3, .adip-details > div .details h3 {
    margin-bottom: 0.3125vw;
    font-size: 14px;
    font-weight: bold;
  }
  .ad-details > div .details .details-content, .adip-details > div .details .details-content {
    padding: 2.7vw 0 2.7vw 0;
  }
  .ad-details .contact .contact-box, .adip-details .contact .contact-box {
    font-size: 2.2vw;
    line-height: 3.13vw;
    width: 100%;
  }
  .ad-details .contact .contact-box > div:first-child, .adip-details .contact .contact-box > div:first-child {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1.5625vw;
  }
  .ad-details .contact .contact-box > div:first-child img, .adip-details .contact .contact-box > div:first-child img {
    width: 3.90625vw;
  }
  .ad-details .contact .contact-box > div:last-child, .adip-details .contact .contact-box > div:last-child {
    width: 75.5208333333vw;
    line-height: 3.13vw;
  }
  .ad-details .contact .contact-box > div h3, .adip-details .contact .contact-box > div h3 {
    margin-bottom: 0.1041666667vw;
    font-size: 2.8vw;
  }

  .ad-padding, .adip-padding {
    font-size: 2.6041666667vw;
  }

  .add-summary .terms-agree-box, .adip-summary .terms-agree-box {
    margin-top: 3.6458333333vw;
  }
  .add-summary .terms-agree-box .payment-info-box, .adip-summary .terms-agree-box .payment-info-box {
    margin-top: 3.6458333333vw;
    margin-bottom: 3.6458333333vw;
    font-size: 3.6458333333vw;
  }

  .add-finish .payment-data {
    font-size: 2.6041666667vw;
  }
  .add-finish .payment-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 3.6458333333vw 0;
  }
  .add-finish .payment-info-box span {
    float: none;
    font-size: 7.2916666667vw;
    margin-right: 7.2916666667vw;
  }
  .add-finish .payment-info-box .text {
    float: none;
    font-size: 3.6458333333vw;
    width: auto;
  }

  .back a {
    font-size: 2.60417vw;
  }

  .btn-more {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-size: 3.64583vw;
    margin: 3.64583vw auto;
  }

  .paginator .pager > div {
    margin-right: 1.5625vw;
  }
  .paginator .current, .paginator .per-page {
    display: none;
  }

  label.checkbox.promote {
    font-size: 4.1666666667vw;
    margin-bottom: 3.6458333333vw;
  }

  label.checkbox span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  label.checkbox span:before {
    width: 7.2916666667vw;
    min-width: 7.2916666667vw;
    height: 7.2916666667vw;
    margin-right: 3.125vw;
    flex-grow: 1;
  }

  #invi-grid-adUser table thead th:nth-child(1), #invi-grid-adUser table thead th:nth-child(3), #invi-grid-adUser table thead th:nth-child(4), #invi-grid-adUser table thead th:nth-child(6) {
    display: none;
  }
  #invi-grid-adUser table .cell-id,
  #invi-grid-adUser table .cell-publicationTime,
  #invi-grid-adUser table .cell-expirationTime,
  #invi-grid-adUser table .cell-payed {
    display: none;
  }

  .user-profile .user-box {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 3.6458333333vw;
  }
  .user-profile .user-box .company-name {
    font-size: 3.6458333333vw;
  }
  .user-profile .user-box .right-side-buttons a {
    width: auto;
  }
  .user-profile .user-box > div {
    width: 100%;
  }
  .user-profile .adv-search {
    margin: 3.6458333333vw 0 0;
  }
  .user-profile .ad-list-header {
    font-size: 3.6458333333vw;
  }

  .invi-grid-pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .invi-grid-pager .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    float: none;
    margin: 2.0833333333vw auto;
  }
  .invi-grid-pager .invi-grid-entities {
    margin-left: 3.6458333333vw;
  }

  body .help-page {
    width: auto;
  }
  body .help-page .buttons > div {
    width: 100%;
    height: 47.3958333333vw;
  }
  body .help-page .buttons > div div, body .help-page .buttons > div a {
    width: 100%;
  }
  body .help-page .buttons > div a {
    height: 29.1666666667vw;
    font-size: 3.6458333333vw;
  }
  body .help-page .buttons > div div {
    font-size: 3.125vw;
  }
  body .pink-info-box p, body .pink-info-box p.red {
    font-size: 3.6458333333vw;
    line-height: 3.6458333333vw;
  }
  body #help ol li {
    font-size: 3.6458333333vw;
    padding-right: 0;
  }
  body #help ol li:before {
    color: #ffffff;
    background: none;
    width: auto;
    height: auto;
    font-size: 7.2916666667vw;
  }
  body #help ol li:after {
    display: none !important;
  }
  body #price > div {
    height: auto;
  }
  body #price > div .title {
    font-weight: bold;
    font-size: 3.6458333333vw;
  }
  body #price > div .title:after {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
  body #price > div > div:last-child .prices {
    font-size: 3.6458333333vw;
  }
  body #price > div > div:last-child > div:first-child {
    width: auto;
    padding-right: 3.6458333333vw;
    margin-bottom: 3.6458333333vw;
  }
  body #price > div > div:last-child > div > div:first-child {
    height: auto;
  }

  body .promote-box h2:before {
    width: 7.2916666667vw;
    height: 7.2916666667vw;
  }

  body #rules div a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  body #rules div a img {
    margin-right: 3.6458333333vw;
  }

  .custom-list-item {
    padding: 8px;
  }
  .custom-list-item .header h4 {
    font-size: 16px;
  }
  .custom-list-item .header span {
    font-size: 13px;
  }
  .custom-list-item .custom-list-item-content {
    font-size: 12px;
  }

  .user-profile .my-account-list h3 {
    font-size: 18px;
  }
  .user-profile .user-box {
    font-size: 14px;
    padding: 10px;
  }
  .user-profile .right-side-buttons {
    padding: 10px 0;
    text-align: right;
  }
  .user-profile .right-side-buttons a {
    padding: 0.4em 0;
    margin-left: 0.5em;
    width: 100px;
    font-size: 14px;
  }

  .type-of-ads .btn-group .btn {
    width: 100px;
  }
}
@media (max-width: 1240px) {
  /*header.main {*/
  /*  height: 140px;*/
  /*}*/

  .search .main {
    height: 350px;
  }

  header.main > div.second-logo {
    display: none;
  }

  .content > div:first-child {
    margin-right: 200px;
  }

  footer > div:first-child {
    height: 150px;
  }

  p {
    margin-bottom: 2px;
  }
}
@media (max-width: 1300px) {
  header.main h1 {
    font-size: 30px;
  }

  header.main h2 {
    font-size: 20px;
  }
  header.main h3 {
    font-size: 15px;
  }
  .content > div:first-child {
    margin-right: 20vw;
  }
}
.limiterBox {
  border: 1px solid #fefe9e;
  border-top: none;
  background-color: #fefe9e;
  padding: 3px 6px;
  font-size: 12px;
  color: #000;
  margin-top: 6px;
}

.limiterBox:after {
  display: none;
}

.limiterBox:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #fefe9e;
  border-width: 0 8px 8px;
}

.alert {
  color: #fff !important;
}

.alert-success {
  border-color: #008d4c;
  background-color: #00a65a !important;
}

.alert-danger,
.alert-error {
  border-color: #d73925;
  background-color: #dd4b39 !important;
}

.alert-warning {
  border-color: #e08e0b;
  background-color: #f39c12 !important;
}

.alert-info {
  border-color: #00acd6;
  background-color: #00c0ef !important;
}

/* cookie alert */
.ui-widget-overlay {
  background: rgba(200, 200, 200, 0.5);
}

/*.ui-dialog {
	left: 50% !important;
	margin-left: -300px;
}

.ui-dialog-titlebar-close {

}*/
#falkonet_cookie_alert {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-size: 11px;
  text-align: justify;
  background-color: #ffffff;
  color: #000000;
}

#falkonet_cookie_alert .ca_content_wrapper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 300;
  margin: auto;
  background: lightyellow;
  border: 1px solid lightgrey;
  padding-top: 2px;
}

#falkonet_cookie_alert .ca_content_wrapper .content {
  margin: 7px 0 4px 19vw;
}

#falkonet_cookie_alert .ca_title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}

#falkonet_cookie_alert .ca_buttons {
  float: right;
  margin: 0 30px;
}

#falkonet_cookie_alert .ca_buttons button {
  border: 1px solid #dddddd;
  cursor: pointer;
  padding: 3px 5px;
}

#falkonet_cookie_alert a {
  color: #064485;
}

#falkonet_cookie_alert #ca-popup-wrapper {
  display: none;
}

#falkonet_cookie_alert #ca-popup-wrapper button {
  border: 1px solid #dddddd;
  cursor: pointer;
  padding: 5px 10px;
}

#falkonet_cookie_alert .top_button {
  margin-bottom: 10px;
}

#falkonet_cookie_alert .bottom_button {
  margin-top: 10px;
  text-align: center;
}

#falkonet_cookie_alert .ca_body {
  margin-bottom: 10px;
}

#falkonet_cookie_alert #ca-popup-wrapper li {
  margin-bottom: 5px;
}

#falkonet_cookie_alert #ca-popup-wrapper ul {
  padding-left: 20px;
  margin-top: 10px;
  list-style: lower-latin;
}

#ca-popup-wrapper {
  font-size: 12px;
}

#falkonet_cookie_alert .modal-dialog {
  width: 75vw;
}

.ism-slider > ol, .ism-slider > ol > li, .ism-slider > ol > li > img { width: 100%; list-style: none; margin: 0; padding: 0; }
.ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-webkit-keyframes ism-loading {
  50% { left: 120px; }
}

.ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}

.ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #d5d5d5;
  text-align: center;
}

.ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.ism-slider a.ism-image-link {
  position: absolute;
  color: inherit;
  text-decoration: none;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}

.ism-button, .ism-pause-button {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  border: none;
  outline: none;
  text-align:center;
  z-index: 6;
  cursor: pointer;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

.ism-pause-button {
  display: none;
  left: 50%;
}

.ism-slider:hover .ism-pause-button {
  display: block;
}

.ism-caption {
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  padding: 0 1em;
  text-shadow: none;
  line-height: 1.2em;
  padding: 0.25em 0.5em;
  width: auto;
  height: auto;
  text-align: center;
  visibility: hidden;
}

a.ism-image-link .ism-caption, a.ism-caption {
  text-decoration: none;
  font-weight: normal;
}

a.ism-caption:hover {
  text-decoration: underline;
}

.ism-caption-0 {
  z-index: 3;
}

.ism-caption-1 {
  z-index: 4;
}

.ism-caption-2 {
  z-index: 5;
}

.ism-radios {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 1px;
}

.ism-slider .ism-radios {
  position: absolute;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  z-index: 6;
  bottom: 5px;
  left: 0;
  right: 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 0 7px;
  height: 0;
  overflow: visible;
}

.ism-slider .ism-radios.ism-radios-as-thumbnails {
  bottom: 5px;
}

.ism-radios li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}

.ism-radios input.ism-radio {
  display: none;
}

.ism-radios label {
  display: block;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.ism-radios-as-thumbnails label {
  -webkit-background-size: 120% auto; -moz-background-size: 120% auto; -o-background-size: 120% auto; background-size: 120% auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid rgba(255, 255, 255, 0.6);
  opacity: 0.8;
}

.ism-radios-as-thumbnails label:hover {
  border: 2px solid #fff;
  opacity: 1;
}

.ism-radios-as-thumbnails li.active label {
  border: 2px solid rgba(255, 255, 255, 1.0);
  opacity: 1;
}

p.ism-badge {
  margin: 0 auto;
  text-align: right;
  font-size: 10px;
  padding-top: 1px;
  color: #ccc;
  font-family: sans-serif;
  font-weight: normal;
}

p.ism-badge a.ism-link {
  color: inherit;
  text-decoration: none;
  margin-right: 0.25em;
}

p.ism-badge a.ism-link:hover {
  color: #aaa;
  text-decoration: underline;
}

.ism-zoom-in {
  -webkit-animation: zoomin 0.81s linear 1;
  animation: zoomin 0.81s linear 1;
}

@-webkit-keyframes zoomin {
  0% { -webkit-transform: scale(1.0); transform: scale(1.0); }
  100% { -webkit-transform: scale(3.0); transform: scale(3.0); }
}
@keyframes zoomin {
  0% { -webkit-transform: scale(1.0); transform: scale(1.0); }
  100% { -webkit-transform: scale(3.0); transform: scale(3.0); }
}

@-webkit-keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes slidein {
  0% { -webkit-transform: translate(-1200px, 0); transform: translate(-1200px, 0); }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@keyframes slidein {
  0% { -webkit-transform: translate(-1200px, 0); transform: translate(-1200px, 0); }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}

@-webkit-keyframes popin {
  50% { -webkit-transform: scale(1.2); transform: scale(1.2); }
}
@keyframes popin {
  50% { -webkit-transform: scale(1.2); transform: scale(1.2); }
}

.ism-zoom-pan {
  -webkit-animation: zoompan 20.0s linear 1;
  animation: zoompan 20.0s linear 1;
}
@-webkit-keyframes zoompan {
  0% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
  50% { -webkit-transform: translate(-5%, -5%) scale(1.3); transform: translate(-5%, -5%) scale(1.3); }
  100% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
}
@keyframes zoompan {
  0% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
  50% { -webkit-transform: translate(-5%, -5%) scale(1.3); transform: translate(-5%, -5%) scale(1.3); }
  100% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
}

.ism-zoom-rotate {
  -webkit-animation: zoomrotate 20.0s linear 1;
  animation: zoomrotate 20.0s linear 1;
}
@-webkit-keyframes zoomrotate {
  0% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
  50% { -webkit-transform: rotate(-5deg) scale(1.3); transform: rotate(-5deg) scale(1.3); }
  100% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
}
@keyframes zoomrotate {
  0% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
  50% { -webkit-transform: rotate(-5deg) scale(1.3); transform: rotate(-5deg) scale(1.3); }
  100% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
}
/* SLIDER */

#my-slider {
  width: 100%;
  height: 500px;
  -webkit-border-radius: 5px; border-radius: 5px;
}

#my-slider-ism-badge {
  width: 100%;
}

#my-slider .ism-button {
  display: block;

  width: 50px; height: 50px; background-size: 16px 16px; top: 50%; margin-top: -25px;
  color: #fff; background-color: rgba(0, 0, 0, 0.0);
  display: block; visibility: visible;
}

#my-slider .ism-button-prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEX///////////////////////////////////////////9/gMdvAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAuUAAALlARv+XnsAAABUSURBVEjH7dYxCgAgEAPB8weX/39WFBtBbsFSY2sYyzXicDLq0wQDKQGQAKiJAZTEvC+IRgPBYAEyYOB1AAf4hAkTXxB5nySOGmaRw4pp5rhv34MOQwscJ7/MrxQAAAAASUVORK5CYII=);
  left: 10px;
}

#my-slider .ism-button-next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEX///////////////////////////////////////////9/gMdvAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAuUAAALlARv+XnsAAABYSURBVEjH7dYxDoAwDEPR5Ab1/S8LVEgsyL8SG3XWWK/dnKpnumA0/L4lAOSJE/DEtXfEBBxxBwYFBH8IEWJbggL4RIAAPwFWC+VDqXEtYrFyNWO5v58HB4q9HAkl7KTYAAAAAElFTkSuQmCC);
  right: 10px;
}

#my-slider .ism-pause-button {
  width: 50px; height: 50px; background-size: 16px 16px; top: 50%; margin-top: -25px; border-radius: 25px; margin-left: -25px;
  color: #fff; background-color: rgba(0, 0, 0, 0.0);
}

#my-slider .ism-button-prev:hover {
  left:7px;
}

#my-slider .ism-button-next:hover {
  right:7px;
}

#my-slider .ism-radios {
  display: block;
  height: 20px;
  text-align: center;
}

#my-slider .ism-radios label {
  width: 20px; height: 20px;
  border-radius: 10px;
  color: #000; background-color: rgba(255, 255, 255, 0.5);
}

#my-slider .ism-radios li.active label {
  background-color: rgba(255, 255, 255, 1.0);
}

#my-slider .ism-radios label:hover {
  background-color: rgba(255, 255, 255, 0.8);
}


/* SLIDES */

#my-slider .ism-slide-0 img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-0 .ism-img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-1 img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-1 .ism-img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-2 img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-2 .ism-img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-3 img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-3 .ism-img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-4 img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-4 .ism-img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-5 img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-5 .ism-img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-6 img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-6 .ism-img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-7 img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-7 .ism-img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-8 img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-8 .ism-img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-9 img {
  width: 100%; height: 100%;
}

#my-slider .ism-slide-9 .ism-img {
  width: 100%; height: 100%;
}

#my-slider li.ism-slide-0 .ism-img {
  top: 0; bottom: 0; left: 0; right: 0;
}

#my-slider li.ism-slide-1 .ism-img {
  top: 0; bottom: 0; left: 0; right: 0;
}

#my-slider li.ism-slide-2 .ism-img {
  top: 0; bottom: 0; left: 0; right: 0;
}

#my-slider li.ism-slide-3 .ism-img {
  top: 0; bottom: 0; left: 0; right: 0;
}

#my-slider li.ism-slide-4 .ism-img {
  top: 0; bottom: 0; left: 0; right: 0;
}

#my-slider li.ism-slide-5 .ism-img {
  top: 0; bottom: 0; left: 0; right: 0;
}

#my-slider li.ism-slide-6 .ism-img {
  top: 0; bottom: 0; left: 0; right: 0;
}

#my-slider li.ism-slide-7 .ism-img {
  top: 0; bottom: 0; left: 0; right: 0;
}

#my-slider li.ism-slide-8 .ism-img {
  top: 0; bottom: 0; left: 0; right: 0;
}

#my-slider li.ism-slide-9 .ism-img {
  top: 0; bottom: 0; left: 0; right: 0;
}


/* CAPTIONS */

#my-slider .ism-slide-0 .ism-caption-0.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-0 .ism-caption-1.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-0 .ism-caption-2.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-1 .ism-caption-0.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-1 .ism-caption-1.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-1 .ism-caption-2.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-2 .ism-caption-0.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-2 .ism-caption-1.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-2 .ism-caption-2.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-3 .ism-caption-0.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-3 .ism-caption-1.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-3 .ism-caption-2.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-4 .ism-caption-0.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-4 .ism-caption-1.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-4 .ism-caption-2.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-5 .ism-caption-0.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-5 .ism-caption-1.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-5 .ism-caption-2.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-6 .ism-caption-0.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-6 .ism-caption-1.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-6 .ism-caption-2.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-7 .ism-caption-0.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-7 .ism-caption-1.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-7 .ism-caption-2.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-8 .ism-caption-0.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-8 .ism-caption-1.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-8 .ism-caption-2.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-9 .ism-caption-0.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-9 .ism-caption-1.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-9 .ism-caption-2.ism-caption-anim {
  -webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}

#my-slider .ism-slide-0 .ism-caption-0 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 10%;
  left: 5%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-0 .ism-caption-1 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 60%;
  left: 40%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-0 .ism-caption-2 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 20%;
  left: 60%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-1 .ism-caption-0 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 10%;
  left: 5%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-1 .ism-caption-1 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 60%;
  left: 40%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-1 .ism-caption-2 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 20%;
  left: 60%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-2 .ism-caption-0 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 10%;
  left: 5%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-2 .ism-caption-1 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 60%;
  left: 40%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-2 .ism-caption-2 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 20%;
  left: 60%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-3 .ism-caption-0 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 10%;
  left: 5%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-3 .ism-caption-1 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 60%;
  left: 40%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-3 .ism-caption-2 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 20%;
  left: 60%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-4 .ism-caption-0 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 10%;
  left: 5%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-4 .ism-caption-1 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 60%;
  left: 40%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-4 .ism-caption-2 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 20%;
  left: 60%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-5 .ism-caption-0 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 10%;
  left: 5%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-5 .ism-caption-1 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 60%;
  left: 40%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-5 .ism-caption-2 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 20%;
  left: 60%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-6 .ism-caption-0 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 10%;
  left: 5%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-6 .ism-caption-1 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 60%;
  left: 40%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-6 .ism-caption-2 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 20%;
  left: 60%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-7 .ism-caption-0 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 10%;
  left: 5%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-7 .ism-caption-1 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 60%;
  left: 40%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-7 .ism-caption-2 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 20%;
  left: 60%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-8 .ism-caption-0 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 10%;
  left: 5%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-8 .ism-caption-1 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 60%;
  left: 40%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-8 .ism-caption-2 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 20%;
  left: 60%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-9 .ism-caption-0 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 10%;
  left: 5%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-9 .ism-caption-1 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 60%;
  left: 40%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

#my-slider .ism-slide-9 .ism-caption-2 {
  font-size: 1.25em;
  font-family: sans-serif;
  position: absolute; top: 20%;
  left: 60%;
  border-radius: 4px;
  border: none;
  color: #fff; background-color: rgba(0, 0, 0, 0.70);
}

/*# sourceMappingURL=style.css.map */
