@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.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}

.normal-text a { color: #965b2c  }
.normal-text a:hover { color: #000000   }

:focus {
  outline: 0;
}
body {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  header div.toggle-wrapper {
    display: block;
    top: 15px;
  }
  header div.menu-wrapper {
    display: none;
  }
  .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;
  }
}
@media only screen and (max-width: 768px) {
  header div.toggle-wrapper {
    display: block;
    top: 90px;
  }
}
@media only screen and (max-width: 550px) {
  div.ol-wrapper .liner {
    left: 27px;
  }
  ol.ordered li span {
    max-width: 70%;
  }
  ol.ordered li:before {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 420px) {
  .mobile-hidden {
    display: none;
  }
  .mobile-visible {
    display: block;
  }
  header a.logo {
    margin-top: 20px;
    width: 100%;
    background-size: contain;
  }
  header div.toggle-wrapper {
    top: 90px;
  }
  .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;
  }
}
@media only screen and (max-width: 360px) {
  header nav.lang {
    margin-right: 10px;
  }
  header ul.social li a {
    background-size: 180px 30px;
    width: 30px;
    height: 30px;
  }
  header ul.social li .fb {
    background-position: 0 0;
  }
  header ul.social li .gp {
    background-position: -38px 0;
  }
  header ul.social li .tw {
    background-position: -75px 0;
  }
  header ul.social li .in {
    background-position: -113px 0;
  }
  header ul.social li .sk {
    background-position: -150px 0;
  }
  .content .boxer {
    max-width: 100%;
    width: 96%;
    margin: 0 auto;
    left: 2%;
    right: 2%;
  }
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  counter-reset: item;
}
.mobile-visible {
  display: none;
}
.sharp {
  font-weight: 500;
}
strong.red {
  color: #965b2c;
}
header .helpdesk {
  font-size: 16px;
  color: #a0a0a0;
  line-height: 70px;
}
header .row1 {
  height: 70px;
}
header .lang {
  color: #a9a9a9;
  float: left;
  line-height: 70px;
  margin-right: 20px;
}
header .lang a {
  color: #a9a9a9;
  font-size: 16.67px;
}
header .langwrap {
  float: right;
}
header .social {
  float: right;
}
header .social li {
  float: left;
}
header .social li a {
  width: 40px;
  height: 40px;
  float: left;
  background-image: url(../img/social.png);
  background-repeat: no-repeat;
  margin: 15px 3px;
}
header .social li .fb {
  background-position: 0 0;
}
header .social li .gp {
  background-position: -50px 0;
}
header .social li .tw {
  background-position: -100px 0;
}
header .social li .in {
  background-position: -150px 0;
}
header .social li .sk {
  background-position: -200px 0;
}
header .row2 {
  margin: 0 0 10px 0;
  position: relative;
}
header .logo {
  float: left;
  width: 277px;
  height: 76px;
  background: url(../img/logo.png) no-repeat;
}
header .menu {
  font-size: 16.67px;
  color: #000000;
  float: right;
  margin: 45px -15px 0 0;
}
header .menu ul > li {
  float: left;
  border-right: 1px solid #000000;
  position: relative;
}
header .menu ul > li:last-child {
  border: 0;
}
header .menu a {
  float: left;
  color: #000000;
  font-weight: 400;
  padding: 1px 10px;
}
header .menu a:hover {
  color: #965b2c;
}
header .menu li:hover .sub {
  display: block;
}
header .menu .sub {
  display: none;
  padding: 16px 0 0 0;
  top: 25px;
  position: absolute;
  z-index: 21;
}
header .menu .sub ul {
  background: #965b2c;
  padding: 10px;
  width: 230px;
  float: left;
}
header .menu .sub li {
  border-right: 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
}
header .menu .sub > li:last-child {
  border: 0;
}
header .menu .sub a {
  color: #fff;
  float: left;
  width: 100%;
  font-size: 16.67px;
  padding: 5px 5px 5px;
}
header .menu .sub a:hover {
  color: #965b2c;
  background: #fff;
  text-decoration: none;
}
header .mobilemenu {
  left: -300px;
  display: block;
  transition: left .2s linear;
}
header .mobilemenu {
  position: fixed;
  background: #965b2c;
  top: 0;
  box-sizing: border-box;
  height: 104%;
  width: 300px;
  z-index: 10009;
  padding: 30px;
  min-height: 530px;
  color: #fff;
}
header .mobilemenu a {
  color: #fff;
  padding: 6px 0;
  font-size: 20px;
  display: block;
}
header .mobilemenu .sub {
  margin-bottom: 20px;
}
header .mobilemenu .sub li {
  margin: 0 0 0 20px;
}
header .mobilemenu .sub a {
  font-size: 16px;
}
header .mobilemenu .scr {
  max-height: 83%;
  overflow-x: auto;
}
header .toggle-wrapper {
  display: none;
  position: absolute;
  color: #000;
  z-index: 999999;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
}
header .menutoggler {
  cursor: pointer;
  height: 50px;
  display: block;
}
header .menutoggler span {
  position: relative;
  display: block;
  top: 20px;
}
header .menutoggler.on span {
  background-color: rgba(0, 0, 0, 0);
}
header .menutoggler.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
header .menutoggler.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
header .menutoggler span,
header .menutoggler span:after,
header .menutoggler span:before {
  width: 100%;
  height: 5px;
  background-color: #000;
  transition: all .3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
header .menutoggler span:after,
header .menutoggler span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
header a.menutoggler span:after {
  top: 9px;
}
.openmobile .mobilemenu {
  left: 0;
  display: block;
}
footer {
  font-size: 15.83px;
  color: #a0a0a0;
}
footer a {
  padding: 2px 0;
  display: inline-block;
}
footer a:link,
footer a:visited {
  color: #a0a0a0;
}
footer a:hover,
footer a:active {
  color: #878787;
}
footer .row1 {
  background: #313131;
  padding: 40px 0 40px 0;
}
footer .row1 strong {
  font-size: 20px;
  font-weight: 400;
}
footer .row2 {
  background: #1B1B1B;
  padding: 50px 0;
}
.slider {
  padding: 0;
  height: 570px;
}
.slider .container-fluid {
  border-top: 1px solid #000000;
}
.slider h3 {
  color: #965b2c;
  font-size: 38.33px;
  text-align: right;
  text-transform: none;
  font-weight: 100;
}
.slider h2 {
  color: #000000;
  font-size: 15.33px;
  text-align: right;
  text-transform: none;
  font-weight: 100;
}
.slider .carousel-inner {
  background: rgba(0, 0, 0, 0.3);
}
.slider .carousel-inner > .item > .image-wrapper {
    text-align: center; height: 570px;
}
.slider .carousel-inner > .item img,
.slider .carousel-inner > .item > a > img {
  height: 570px;
  width: auto;
  margin: 0 -100%;
}
.slider .boxer {
  position: absolute;
  top: -510px;
  right: 15px;
}
.slider .actual-offers {
  position: relative;
}
.slider .carousel-indicators li {
  background: #965b2c;
  border: 1px solid #965b2c;
  margin: 0 5px;
  position: relative;
}
.slider .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  top: 2px;
}
.slider .carousel-caption {
    margin-bottom: 50px;
}
section {
  padding: 40px 0;
  position: relative;
}
section h3 {
  font-size: 25px;
  color: #965b2c;
  text-transform: uppercase;
}

section h4 {
  font-size: 25px;
  color: #cbcbcb;
  text-transform: uppercase;
}

.lokalita {
  font-size: 20px;
  color: #965b2c;
  text-transform: uppercase;
}

section h2 {
  font-size: 19px;
  color: #965b2c;
  text-transform: uppercase;
}

section .separator {
  width: 280px;
  background: #a9a9a9;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
section .text {
  font-size: 20px;
}
section .text h3 {
  font-size: 27.5px;
  font-weight: 300;
}
section .text ul li {
  list-style: disc;
  margin-left: 25px;
}
/* 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: #965b2c;
}
.boxer h4.red {
  background: #965b2c;
}
.boxer .content {
  border: 1px solid #965b2c;
  -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: 15.5px;
  font-weight: 350;
  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: #965b2c;
}
.boxer ul li a:hover,
.boxer ul li a:active {
  color: #8d2929;
}
/* BUTTONS */
.btn {
  color: #fff;
  font-size: 12.5px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.btn:visited,
.btn:hover,
.btn:active {
  color: #fff;
  top: 1px;
}
.btn.btn-red {
  background: #965b2c;
}
.btn.btn-red:hover {
  background: #a0a0a0;
}
.btn.btn-gray {
  background: #965b2c;
}
.btn.btn-gray:hover {
  background: #965b2c;
}
.btn-wrapper {
  position: absolute;
  bottom: -15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 20;
}



/* 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: #965b2c;
  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: 250px;
}
.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 .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search .dropdown-menu li a {
  padding: 5px 10px;
}
.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% #965b2c;
  width: 10%;
  height: 60px;
  border: 0;
  float: right;
  border: 1px solid #965b2c;
  -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: #965b2c;
  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: #965b2c;
  margin-right: 10px;
  border-radius: 100%;
  color: white;
  text-align: center;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.assistence {
  /*background: #965b2c;*/
	 background: #9b9b9b;
}


.assistence,
.assistence p,
.assistence h3 {
  color: #fff;
}


.partnerinadpis {
  background: #fff;
}

.partnerinadpis,
.partnerinadpis p,
.partnerinadpis h3 {
  color: #9b9b9b; text-align: center;
}

.assistencenadpis {
  background: #965b2c; 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: #965b2c;
}
.offers.offers--highlight {
  background-color: #e5e5e5;
}
.offers .offers__title {
  color: #965b2c;
  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: #965b2c;
}
.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: #965b2c;
}
