h1,h2,h3,h4,h5,h6,p,td,button,a{font-family:'Raleway',sans-serif}h2{color:white}h4{padding:0;margin:0}.row{margin:0}.bg-black{background-color:#0089e1}.white{color:#ffffff}
.bg-purple{background-color:#a569a9}.purple{color:#a569a9}
.bg-green{background-color:#00e120}.green{color:#00e120}
.bg-light-gray{background-color:#f5f5f4}.gray{color:#b2b2b2}.type{margin:0}.container-banner{background-position:center;background-size:cover;background-repeat:no-repeat;height:300px}.title-wrapper{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.dropdown-item:hover{background-color:transparent;color:white}.button{background-color:#6bb10f;border:none;color:white;padding:5px 0;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:4px 2px;cursor:pointer;width:100%;border-radius:.25rem}.contact{padding:5px}#select-ul-locations,.select-ul,#select-ul-offers{width:100%;line-height:2em;list-style:none;padding:0;margin:0}.locations{border-top-right-radius:.25rem;border-top-left-radius:.25rem;border:1px solid #dee2e6;margin-bottom:-1px}.table-footer{margin-top:-1px;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border:1px solid #dee2e6}.location,.location-main{color:#b2b2b2;display:list-item;width:100%;height:2em;border:1px solid #ccc;text-indent:1em;background-color:#ffffff}.offer,.offer-main{padding:3px 15px;color:#323232;border-radius:.25rem;display:list-item;width:100%;height:2.5em;border:1px solid #323232;text-indent:1em;background-color:#ffffff}.dropdown-offer{z-index:15}.btn-secondary,.btn-secondary:focus,.btn-secondary:active{background-color:transparent;border:none;box-shadow:none;color:#b2b2b2}.btn-secondary:hover{background-color:transparent}.offers{background-color:#ffffff;border-color:#323232}.offers-button{background-color:#a569a9;border-color:#323232}.offers-button:focus,.offers:focus{box-shadow:none}.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus{background-color:transparent;box-shadow:none}.offers-button:after{color:#ffffff;vertical-align:middle}#menu-offers{width:100%;transform:none !important;top:38px !important}.dropdown-item:focus{background-color:transparent;color:#ffffff}.main-drop-menu{background-color:#323232}.main-drop-menu .dropdown-item{color:#b2b2b2}.main-drop-menu .dropdown-item:hover{color:#ffffff}.type-offer:hover{background-color:#a569a9}li.unselected.location{display:none;background-color:#fff}li.unselected-offer.offer{display:none;background-color:#fff}ul#select-ul-locations:hover li.unselected{background-color:#fff}ul#select-ul-locations li:hover{display:list-item;background-color:#f5f5f4}ul#select-ul-locations li:hover,ul#select-ul-locations li.unselected:hover{background-color:#b2b2b2;color:#ffffff}ul#select-ul-offers li:hover,ul#select-ul-offers li.unselected:hover{background-color:#a569a9;color:#ffffff}ul#select-ul-offers:hover li.unselected-offer{background-color:#fff}.arrow{background-image:url("../images/arrow.png");background-repeat:no-repeat;background-position:95%}.arrow-offer{background-image:url("../images/arrow-offer.png");background-repeat:no-repeat;background-position:right}.arrow-offer:hover{background-image:url("../images/arrow-offer-active.png")}.dropdown-menu{position:absolute !important;left:0;right:0;margin:auto;text-align:center}td.work{width:40%;padding-right:5%}td.firm{width:20%}td.location-offer,td.country{width:12%}.firm,.location-offer,.country{text-align:center}@media (max-width:1199px){td.work{width:35%;padding-right:5%}td.firm{width:25%}}@media (max-width:767px){.col-12{padding:0}.offer{padding-left:0}}

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&subset=latin-ext');
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */



  .content .info div.boxer {
    float: none;
    margin: 15px auto;
  }
  .content .boxer {
    float: none;
  }
  .content .slider {
    height: auto;
  }
  .content .slider .boxer {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 30px auto 40px auto;
  }
  .content .search {
    height: auto;
  }
  .content .search input,
  .content .search .bootstrap-select,
  .content .search .lupe {
  	width: 100% !important;
    border: 0;
    border-bottom: 1px solid #333;
  }
  .content .search .bootstrap-select button {
    border: 0;
  }
  .content .search input {
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 7px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .content .search .lupe {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .offer-terms {
    margin-top: 50px;
  }
  footer .col3 {
    margin-top: 50px;
  }
}
  .content .partner ul li a {
    margin: 10px auto;
    float: none;
    display: block;
  }
  .content .faq .question {
    width: 100%;
  }
  .content .info .infolist span {
    width: 100%;
  }
  .content .info .infolist a.btn {
    display: block;
    float: none;
    margin: 10px 0 0 0;
  }
  footer div.row1 {
    padding: 30px 0 30px 0;
  }
  footer div.row1 .row > div {
    margin: 0 0 40px 0;
  }
  footer .row2 {
    font-size: 14px;
  }
}



/* BOXER */
.boxer {
  width: 325px;
  float: right;
}
.boxer h4 {
  font-size: 20.83px;
  color: #fff;
  font-weight: 400;
  padding: 25px 20px 20px 20px;
  text-transform: uppercase;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 7px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.boxer h4.gray {
  background: #a0a0a0;
}
.boxer h4.red {
  background: #e84146;
}
.boxer .content {
  border: 1px solid #a0a0a0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 0 0 20px 0;
  background: #fff;
}
.boxer ul > li:last-child {
  border: 0;
}
.boxer ul li {
  margin: 15px 23px 0 23px;
  padding: 0 0 15px 20px;
  border-bottom: 1px solid #a0a0a0;
  position: relative;
  font-size: 12.5px;
  font-weight: 500;
  float: left;
  line-height: 20px;
  min-width: 276px;
}
.boxer ul li::before {
  content: "►";
  font-size: 10px;
  color: #a0a0a0;
  position: absolute;
  left: 0;
  top: 0;
}
.boxer ul li a:link,
.boxer ul li a:visited {
  color: #b43535;
}
.boxer ul li a:hover,
.boxer ul li a:active {
  color: #8d2929;
}




/* INFO */
.info .infolist li {
  padding: 25px 0;
  display: block;
  position: relative;
  width: 96%;
}
.info .infolist span {
  color: #000000;
  font-size: 20.83px;
  display: inline-block;
  width: 80%;
}
.info .infolist a.btn {
  float: right;
}
.info .infolist a.btn:link,
.info .infolist a.btn:visited {
  color: #ffffff;
}
.info .infolist a.btn:hover,
.info .infolist a.btn:active {
  color: #e6e6e6;
}
/* FAQ */
.faq {
  background: #e5e5e5;
}
.faq .faqlist li {
  padding: 25px 0;
  display: block;
  position: relative;
}
.faq .faqlist li:last-child .separator {
  display: none;
}
.faq .faqlist a {
  color: #b43535;
  font-size: 20.83px;
  line-height: 22px;
}
.faq .question {
  background: url(../img/question.png) no-repeat 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 243px;
  float: right;
  margin-top: 30px;
}
/*.faq .question {background: url(../img/question.png) no-repeat 50% 50%; width: 100%; height: 100%; float: right;}*/
.faq .q-wrapper {display: table-cell; height: 100%; vertical-align: middle; float: none;}
.faq .q-top {display: table; height: 100%; min-height: 325px;}
/* Partneri */
.partner {
  padding-top: 60px;
}
.partner a {
  background: url(../img/banner.png) no-repeat;
  height: 119px;
  float: left;
}
.partner .p1 {
  background-position:  -630px 0;
  width: 367px;
}
.partner .p2 {
  background-position: -240px 0;
  width: 240px;
}
.partner .p3 {
  background-position: -480px 0;
  width: 245px;
}
.partner .p4 {
  background-position: -380px 0;
  width: 265px;
}
.partner .p5 {
  background-position: 0 0;
  width: 388px;
}
.search {
  height: 310px;
  background: rgba(0, 0, 0, 0.2);
  background: url(../img/slider-search.jpg);
	background-repeat: no-repeat;
	background-color: #deeae6;
	 border-top: 1px solid #000000;

}
.search h1 {
  font-size: 33.33px;
  margin: 15px auto;
  max-width: 915px;
  padding: 0 0 15px 15px;
}
.search .wrapper {
  border: 1px solid #606060;
  width: 100%;
  margin: 0 auto;
  max-width: 915px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #fff;
}
.search .wrapper input {
  padding: 0 15px;
}
.search input,
.search .dropdown-toggle {
  height: 60px;
  line-height: 60px;
  float: left;
  border: 0;
  border-right: 1px solid #a9a9a9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search input,
.search .bootstrap-select {
  margin: 0;
  padding: 0;
  float: left !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search .bootstrap-select {
  width: 25% !important;
}
.search .bootstrap-select .btn {
  padding: 0 15px;
}
.search .bootstrap-select .btn:hover,
.search .bootstrap-select .btn:focus {
  background-color: #fff;
  top: 0;
  outline: 0 !important;
}
.search .bootstrap-select span {
  color: #000000;
  font-size: 16.67px;
}
.search .bootstrap-select.open .dropdown-toggle {
  box-shadow: none;
}
.search .bootstrap-select.open .dropdown-toggle .btn {
  background-color: #fff;
}
.search .btn-default.active,
.search .btn-default:active,
.search .open > .dropdown-toggle.btn-default {
  background-color: #fff;
}
.search input {
  width: 40%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.search .open:focus,
.search input:focus,
.search a:focus,
.search button:focus {
  outline: 0 !important;
}
.search div.sel1 button.btn {
  background-image: url(../img/location-pin.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  padding-left: 40px;
}
.search div.sel2 .dropdown-toggle {
  border-right: 0;
}
.search .lupe {
  background: url(../img/lupe.png) no-repeat 50% 50% #e84146;
  width: 10%;
  height: 60px;
  border: 0;
  float: right;
  border: 1px solid #e84146;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.howto {
  background: #e5e5e5;
}
.ol-wrapper {
  position: relative;
}
.ol-wrapper .liner {
  position: absolute;
  width: 1px;
  background: #000;
  height: 100%;
  left: 35px;
}

.orderedd {
  position: relative;
}
.orderedd li {
  counter-increment: item;
  margin: 15px 0;
  width: 100%;
  vertical-align: middle;
}
.orderedd li span {
  margin: 0 0 0 10px;
  max-width: 80%;
  display: inline-block;
  vertical-align: middle;
}
.orderedd li:before {
  content: counter(item);
  background: #e84146;
  margin-right: 10px;
  border-radius: 100%;
  color: white;
  text-align: center;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.ordered {
  position: relative;
}
.ordered li {
  counter-increment: item;
  margin: 15px 0;
  width: 100%;
  vertical-align: middle;
}
.ordered li span {
  margin: 0 0 0 10px;
  max-width: 80%;
  display: inline-block;
  vertical-align: middle;
}
.ordered li:before {
  content: counter(item);
  background: #e84146;
  margin-right: 10px;
  border-radius: 100%;
  color: white;
  text-align: center;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.assistence {
  /*background: #e84146;*/
	 background: #9b9b9b;
}


.assistence,
.assistence p,
.assistence h3 {
  color: #fff;
}


.partnerinadpis {
  background: #fff;
}

.partnerinadpis,
.partnerinadpis p,
.partnerinadpis h3 {
  color: #9b9b9b; text-align: center;
}

.assistencenadpis {
  background: #e84146; text-align: center;
}

.assistencenadpis,
.assistencenadpis p,
.assistencenadpis h3 {
  color: #fff;
}

.sipkahore { background-image: url('../img/button-top-default.png'); display: block; width: 40px; height: 40px;  }
.sipkahore:hover   { background-image: url('../img/button-top-hover.png'); }

.accomodation {
  background: #d9d9d9;
}
.breadcrumb {
  background: #a9a9a9;
  border-radius: 0px;
  border-top: #000 1px solid;
  height: 55px;
  line-height: 55px;
  padding: 0px;
  color: #fff;
}
.breadcrumb a {
  color: #fff;
}
.offer-detail {
  padding-top: 20px;
}
.offer-detail .offer-detail__location {
  margin-top: 20px;
  font-weight: 500;
  color: #000000;
}
.offer-detail .offer-detail__location .offer-detail__location-pin {
  background-image: url('../img/location-pin.png');
  display: block;
  float: left;
  width: 19px;
  height: 23px;
  margin-right: 15px;
}
.offer-detail .offer-detail__location .btn {
  margin-left: 15px;
  padding: 5px 20px;
  font-weight: 500;
}
.offer-detail .offer-detail__desc-row {
  margin-bottom: 20px;
}
.offer-detail .offer-detail__desc-row:first-of-type {
  margin-top: 25px;
}
.offer-detail .offer-detail__desc-row.no-margin {
  margin-bottom: 0px;
}
.offer-detail .offer-detail__label {
  font-weight: 500;
  color: #606060;
}
.offer-detail .offer-detail__desc {
  font-weight: 500;
  color: #000000;
}
.offer-detail .offer-detail__desc ul {
  margin-left: 17px;
}
.offer-detail .offer-detail__desc ul li {
  list-style: disc;
}
.offer-detail .offer-detail__gallery {
  padding: 10px 0px;
}
.offer-detail .offer_detail__thumb img {
  margin-right: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.offer-detail .offer_detail__thumb:nth-last-of-type(3n+1) img {
  margin-right: 0;
}
.acutal-offers--offer-detail {
  margin-top: 20px;
}
.info-for-you--offer-detail {
  margin-top: 60px;
}
.info-for-you--offer-detail ul li a:link,
.info-for-you--offer-detail ul li a:visited {
  color: #000000;
}
.offer-terms {
  background-color: #e5e5e5;
  padding-top: 60px;
}
.offer-terms p {
  color: #000000;
  font-weight: 500;
}
.offer-sign-form h3 {
  margin-top: 20px;
}
.offer-sign-form form {
  margin-top: 50px;
}
.offer-sign-form label {
  line-height: 42px;
  color: #606060;
  font-weight: 500;
}
.offer-sign-form .form-group {
  margin-bottom: 10px;
}
.offer-sign-form .form-control {
  max-width: 920px;
  background-color: #e5e5e5;
  color: #606060;
  border: none;
  box-shadow: none;
  font-size: 100%;
}
.offer-sign-form .form-control[type=text] {
  height: 42px;
}
.offer-sign-form .form-control[type=text].form-control--filename {
  width: 210px;
  float: left;
}
.offer-sign-form .form-control[type=file] {
  display: none;
}
.offer-sign-form .file-select-label {
  float: left;
  margin-left: 25px;
}
.offer-sign-form .captcha-label {
  line-height: 21px;
}
.offer-sign-form .captcha-label br {
  line-height: 21px;
}
.offer-sign-form input[type=checkbox] {
  display: none;
}
.offer-sign-form input[type=checkbox] + label:before {
  display: block;
  width: 22px;
  height: 22px;
  content: ' ';
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  background-color: #e5e5e5;
  border-radius: 5px;
  text-align: center;
  line-height: 22px;
}
.offer-sign-form input[type=checkbox]:checked + label:before {
  content: '✔';
}
.offer-sign-form .group-submit-form {
  margin-top: 30px;
}
.offer-sign-form .btn-submit-form {
  font-size: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 40px;
  background-color: #e84146;
}
.offers.offers--highlight {
  background-color: #e5e5e5;
}
.offers .offers__title {
  color: #e84146;
  font-size: 25px;
  margin-top: -10px;
}
.offers .offer-item {
  padding: 15px 0px 30px;
  font-weight: 500;
}
.offers .offer-item:last-of-type {
  padding-bottom: 0px;
}
.offers .offer-item .offer-item__title {
  text-transform: none;
}
.offers .offer-item .offer-item__title a {
  color: #b43535;
}
.offers .offer-item .offer-item__location {
  display: block;
  color: #000000;
  margin-top: 15px;
}
.offers .offer-item .offer-item__location-pin {
  background-image: url('../img/location-pin.png');
  display: block;
  float: left;
  width: 19px;
  height: 23px;
  margin-right: 15px;
}
.offers.offers--normal .offer-item:first-of-type {
  padding-top: 0px;
}
.offers .offers__contact-button {
  font-size: 21px;
  margin: 50px auto;
  display: block;
  max-width: 650px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: #e84146;
}


