.browser_window_size {
  display: none;
}

body, html {
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #fff;
  line-height: 1;
}

* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.css_anim * {
  -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
}

input, textarea, select, button {
  font-family: 'Source Sans Pro', sans-serif;
  resize: none;
}

a, a:active, a:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

a:active, a:hover {
  text-decoration: none;
}

img {
  border: none;
}

.sprite {
  background-image: url("../images/sprite.png");
}

/* WRAPPER */
.wrapper {
  width: 100%;
  float: left;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1160px;
  display: table;
  margin: auto;
  position: relative;
}

/* Header */
.top__bar {
  height: 27px;
  background-color: #ededed;
  display: table;
}
.top__bar-social {
  float: left;
}
.top__bar-language {
  float: right;
  line-height: 27px;
}
.top__bar-language p {
  float: left;
  margin-right: 10px;
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 400;
}
.top__bar-language .flags {
  float: left;
  position: relative;
}
.top__bar-language .flags .flags-selected:after {
  content: "";
  width: 11px;
  height: 6px;
  display: inline-block;
  margin-left: 7px;
  background-image: url("../images/sprite.png");
  background-position: -88px -25px;
}
.top__bar-language .flags .flags-selected {
  color: #393939;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
  cursor: pointer;
}
.top__bar-language .flags .flag-row:hover a {
  color: #10477d;
}
.top__bar-language .flags .flags-list {
  padding: 3px 5px 0;
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 99999;
  display: none;
  background-color: #fff;
}
.top__bar-language .flags:hover .flags-list {
  display: block;
}

.main__header {
  display: table;
  height: 131px;
  position: relative;
}
.main__header .head-logo {
  width: 225px;
  height: auto;
  float: left;
  margin-top: 23px;
}
.main__header .head-logo img {
  width: 100%;
  height: 100%;
}
.main__header .head-info {
  min-width: 789px;
  float: right;
  position: relative;
  margin-top: 30px;
}
.main__header .head-info .head-info-phone1 {
  float: left;
  margin-left: 11px;
  font-size: 24px;
  font-weight: 400;
  color: #565957;
}
.main__header .head-info .head-info-phone2 {
  float: left;
  margin-left: 66px;
  font-size: 24px;
  font-weight: 400;
  color: #565957;
  position: relative;
}
.main__header .head-info .head-info-phone2 .head-info-phone-night {
  position: absolute;
  top: -15px;
  right: 0;
  background-color: #c90920;
  color: #fff;
  font-size: 12px;
  padding: 0 4px;
  line-height: 17px;
}
.main__header .head-info .head-info-phone2 .night-arrow {
  width: 5px;
  height: 6px;
  display: block;
  background-position: -17px -64px;
  position: absolute;
  top: 0;
  right: 0;
}
.main__header .head-info .head-info-email {
  float: left;
  margin-top: 7px;
  margin-left: 69px;
  font-size: 17px;
  font-weight: 400;
  color: #929292;
  line-height: 12px;
}
.main__header .head-nav-mob {
  min-width: 100%;
  min-height: 46px;
  float: none;
  display: none;
  position: relative;
  right: 0;
  bottom: 0;
  margin: 0 -15px;
  background-color: #10477d;
  z-index: 9999;
}
.main__header .head-nav-mob .mob-menu-icon {
  position: relative;
  z-index: 99999;
  cursor: pointer;
  display: table;
  top: 17px;
  left: 10px;
}
.main__header .head-nav-mob .mob-menu-icon span {
  width: 20px;
  height: 2px;
  display: block;
  margin-bottom: 2px;
  background-color: #fff;
}
.main__header .head-nav-mob ul {
  width: 100%;
  display: none;
  list-style: none;
  position: relative;
  background-color: #10477d;
  margin-top: 30px;
}
.main__header .head-nav-mob ul li {
  display: block;
  position: relative;
  line-height: 33px;
}
.main__header .head-nav-mob ul li.booking_nav {
  background: -webkit-linear-gradient(#e2001a, #c2081d);
  background: linear-gradient(#e2001a, #c2081d);
}
.main__header .head-nav-mob ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 20px;
}
.main__header .head-nav {
  min-width: 789px;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #10477d;
  z-index: 9999;
}
.main__header .head-nav ul {
  list-style: none;
  height: 46px;
  margin-left: 20px;
  position: relative;
}
.main__header .head-nav ul li {
  float: left;
  line-height: 46px;
  position: relative;
}
.main__header .head-nav ul li:hover {
  background-color: #e2e3e4;
}
.main__header .head-nav ul li:hover a {
  color: #10477d;
}
.main__header .head-nav ul li.booking_nav {
  float: right;
  background: -webkit-linear-gradient(#e2001a, #c2081d);
  background: linear-gradient(#e2001a, #c2081d);
}
.main__header .head-nav ul li a {
  line-height: 46px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 20px;
}
.main__header .head-nav ul li a.active:before {
  content: "";
  width: 11px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url("../images/sprite.png");
  background-position: -88px -35px;
  margin: 0 auto;
}

.head-nav-city:before {
  content: "";
  background-image: url("../images/city_graphic.png");
  width: 380px;
  height: 46px;
  display: block;
  top: -40px;
  position: absolute;
}

.head-nav-city {
  width: 380px;
  height: 46px;
  float: right;
  background-color: #10477d;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Slider */
.slider {
  min-height: 401px;
  max-height: 401px;
  display: block;
}
.slider .slide {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.slider .slide img {
  width: 100%;
  display: block;
  max-width: 1920px;
  min-height: 396px;
  border-bottom: 5px solid #031424;
}
.slider .slider__content {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.slider .slider__content .sc_1:after {
  content: "";
  width: 8px;
  height: 9px;
  display: block;
  background-image: url("../images/sprite.png");
  background-position: -33px -64px;
  margin-top: -9px;
  position: absolute;
  right: 0;
  bottom: -9px;
}
.slider .slider__content .sc_1 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  float: right;
  position: absolute;
  background-color: #0a0aa6;
  line-height: 27px;
  padding: 0 16px;
  top: 204px;
  right: 0;
  border-radius: 20px;
}
.slider .slider__content .sc_headline {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  float: right;
  position: absolute;
  line-height: 55px;
  top: 237px;
  right: 0;
}
.slider .slider__content .sc_read-more {
  line-height: 35px;
  padding: 0 38px;
  position: absolute;
  top: 349px;
  right: 0;
  background: #ccc;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.slider .slider__content .sc_read-more:hover {
  background: -webkit-linear-gradient(#aeb1b4, #e2e3e4);
  background: linear-gradient(#aeb1b4, #e2e3e4);
}

/* Offers */
.offers {
  display: table;
  margin-top: 27px;
  margin-bottom: 52px;
}
.offers .offers--service1 {
  width: 100%;
  height: 100%;
  background-image: url("../images/img_1.png");
}
.offers .offers--service2 {
  width: 100%;
  height: 100%;
  background-image: url("../images/img_2.png");
}
.offers .offers--service3 {
  width: 100%;
  height: 100%;
  background-image: url("../images/img_3.png");
}
.offers .offers--service4 {
  width: 100%;
  height: 100%;
  background-image: url("../images/img_4.png");
}
.offers .offers__services {
  width: 25%;
  max-width: 283px;
  height: 264px;
  float: left;
  margin-left: 9px;
  position: relative;
}
.offers .offers__services:hover {
  opacity: .6;
}
.offers .offers__services:first-child {
  margin-left: 0;
}
.offers .offers__services-headline {
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  text-indent: 21px;
  background-color: rgba(4, 21, 37, 0.85);
}
.offers .offers__services-headline .offers__services-box-icon {
  float: right;
}
.offers .offers__services-headline--service2-fr {
  font-size: 20px;
}
.offers .offers__services-headline--service2-es {
  font-size: 20px;
}
.offers .offers__services-headline--service2-it {
  font-size: 20px;
}
.offers .offers__services .offers__services-more {
  width: 150px;
  display: table;
  line-height: 42px;
  text-align: center;
  padding: 0 25px;
  margin: 0 auto;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 5px;
  right: 0;
  bottom: 18px;
  left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.offers .offers__services .offers__services-more:hover {
  opacity: .6;
}
.offers .offers__services .offers__services-more-fr {
  width: 225px;
}

/* Partners */
.partners {
  line-height: 109px;
  background-color: #efefef;
  margin-bottom: 1px;
}
.partners img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.partners img:first-child {
  padding-left: 0;
}
.partners img:last-child {
  padding-right: 0;
}

/* Bottom */
.bottom {
  min-height: 198px;
  display: block;
  background-color: #cbcbcb;
}
.bottom__data {
  width: 418px;
  float: left;
  margin-top: 50px;
}
.bottom__data-headline {
  color: #24211f;
  font-size: 24px;
  font-weight: 600;
}
.bottom__data-subheadline {
  color: #10477d;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.bottom__data-p {
  color: #24211f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.bottom__contact {
  width: 366px;
  float: left;
  margin-top: 46px;
}
.bottom__contact-p {
  color: #24211f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.bottom__contact-p span {
  color: #10477d;
  font-weight: 700;
  text-transform: uppercase;
}
.bottom__social {
  float: left;
  margin-top: 65px;
}
.bottom__social-p {
  color: #313131;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.bottom__social-wrapper {
  float: left;
}

/* Page content */
.page {
  display: table;
  border-top: 3px solid #10477d;
  padding-top: 42px;
}
.page .page__content {
  width: 69%;
  max-width: 808px;
  float: left;
  padding-bottom: 121px;
}
.page .page__content-headline {
  color: #3b3b3b;
  font-size: 36px;
  font-weight: 400;
  text-align: left;
  line-height: 34px;
  margin-bottom: 55px;
}
.page .page__content-subheadline {
  color: #10477d;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  line-height: 30px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.page .page__content-so-box {
  display: block;
  margin-bottom: 6px;
}
.page .page__content-so-box .special__offer-headeline {
  width: 100%;
  height: 64px;
  line-height: 64px;
  display: table;
  background-color: #dedede;
  font-size: 30px;
  font-weight: 700;
  color: #8a8a8a;
  position: relative;
  cursor: pointer;
}
.page .page__content-so-box .special__offer-headeline--active {
  background-color: #4884bf;
  color: #fff;
}
.page .page__content-so-box .special__offer-headeline--active .special__offer-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page .page__content-so-box .special__offer-headeline .special__offer-vehicle {
  vertical-align: middle;
}
.page .page__content-so-box .special__offer-headeline span {
  text-indent: 130px;
  position: absolute;
  left: 0;
}
.page .page__content-so-box .special__offer-headeline .special__offer-arrow {
  float: right;
  margin-top: 29px;
  margin-right: 18px;
}
.page .page__content-so-box .special__offer-content {
  display: none;
  background-color: #f4f4f4;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  padding: 50px 52px;
}
.page .page__content-p {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  padding-bottom: 35px;
}
.page .page__content-p--last-p {
  border-bottom: 1px solid #d6d6d6;
}
.page .page__content-img-holder {
  padding-bottom: 35px;
  text-align: center;
}
.page .page__content-img-holder img {
  width: 100%;
  max-width: 343px;
  padding: 0 17px;
}
.page .page__rss {
  width: 25%;
  max-width: 297px;
  float: right;
  margin-left: 55px;
}
.page .page__rss-headline {
  width: 100%;
  background-color: #0d3d6e;
  line-height: 51px;
  text-indent: 18px;
  font-size: 26px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}
.page .page__rss-event-headline {
  width: 100%;
  padding: 14px 17px;
  line-height: 18px;
  font-size: 17px;
  font-weight: 600;
  background-color: #c9061c;
}
.page .page__rss-event-headline a {
  color: #fff;
}
.page .page__rss-event {
  width: 100%;
  background-color: #eee;
  padding: 13px 17px;
  color: #202020;
}
.page .page__rss-event-date {
  font-size: 14px;
  font-weight: 300;
}
.page .page__rss-event-date:before {
  content: "";
  width: 16px;
  height: 15px;
  display: inline-block;
  background-image: url("../images/sprite.png");
  background-position: -63px -265px;
  margin-right: 5px;
  vertical-align: middle;
}
.page .page__rss-event-p {
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* Services */
.services {
  width: 100%;
  max-width: 374px;
  display: inline-block;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
}
.services--left {
  float: left;
}
.services--right {
  float: right;
}
.services .services__box {
  width: 100%;
  height: 71px;
  display: block;
  background-color: #efefef;
  border-radius: 6px;
  margin-bottom: 9px;
}
.services .services__box:hover {
  background-color: #e2e3e4;
}
.services-img {
  width: 59px;
  height: 55px;
  float: left;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 8px;
}
.services-desc {
  width: 77%;
  float: left;
  display: table;
  line-height: 71px;
}
.services-desc--smaller {
  line-height: 20px;
  margin-top: 16px;
}
.services-desc--smaller3 {
  line-height: 16px;
  margin-top: 14px;
}
.services-desc--smaller-it {
  line-height: 71px;
}

/* Rates */
.rates__row {
  width: 100%;
  height: 154px;
  display: block;
  margin-bottom: 10px;
}
.rates__row--blue {
  background-color: #4884bf;
}
.rates__row--red {
  background-color: #e65565;
}
.rates__row-vehicle {
  width: 294px;
  float: left;
}
.rates__row-amount-blue {
  background-color: #3b73aa;
}
.rates__row-amount-red {
  background-color: #c93747;
}
.rates__row .rates__col--blue {
  background-color: #326291;
}
.rates__row .rates__col--red {
  background-color: #ab2f3c;
}
.rates__row-amount {
  width: 506px;
  height: 154px;
  float: right;
}
.rates__row-amount .rates__box {
  width: 33%;
  min-width: 168px;
  height: 100%;
  float: left;
}
.rates__row-amount .rates__box.rates__box--big {
  width: 50%;
  min-width: 253px;
}
.rates__row-amount .rates__box:first-child {
  min-width: 170px;
}
.rates__row-amount .rates__box .rates__amount {
  line-height: 110px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.rates__row-amount .rates__box .rates__col {
  float: left;
  height: 44px;
  line-height: 44px;
}
.rates__row-amount .rates__box .rates__col--blue, .rates__row-amount .rates__box .rates__col--red {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.rates__row-amount .rates__box .rates__col--blue:after, .rates__row-amount .rates__box .rates__col--red:after {
  content: "";
  width: 23px;
  height: 12px;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  background-image: url("../images/sprite.png");
  background-position: -115px -266px;
}
.rates__row-camper {
  width: 117px;
  height: 75px;
  float: left;
  margin-top: 46px;
}
.rates__row-roulotte {
  width: 112px;
  height: 71px;
  float: left;
  margin-top: 52px;
}
.rates__row-bus {
  width: 141px;
  height: 71px;
  float: left;
  margin-top: 47px;
}
.rates__row-track {
  width: 133px;
  height: 90px;
  float: left;
  margin-top: 42px;
}
.rates__row-car {
  width: 97px;
  height: 52px;
  float: left;
  margin-top: 49px;
}
.rates__row-headline {
  line-height: 154px;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
}
.rates__row-headline--camper {
  width: 177px;
  float: right;
  text-align: center;
}
.rates__row-headline--roulotte {
  width: 182px;
  float: right;
  text-align: center;
}
.rates__row-headline--bus {
  width: 153px;
  float: right;
  text-align: center;
}
.rates__row-headline--track {
  width: 161px;
  float: right;
  text-align: center;
}
.rates__row-headline--car {
  width: 197px;
  float: right;
  text-align: center;
}
.rates__row-headline-small {
  line-height: 154px;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
}

.rates__notice {
  width: 100%;
  line-height: 54px;
  background-color: #e7e7e7;
  text-align: center;
  color: #737171;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.rates__footnote {
  color: #737171;
  font-size: 15px;
  margin-top: 24px;
}

/* Footer */
footer {
  line-height: 49px;
  background-color: #11467d;
}
footer .footer_menu {
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
footer .footer_menu span {
  margin-right: 10px;
  margin-left: 10px;
}
footer .footer_menu a {
  color: #fff;
}
footer .footer_menu a:hover {
  color: #cbcbcb;
}
footer .copyright {
  float: right;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.map {
  width: 100%;
  height: 100%;
  max-width: 756px;
  min-height: 433px;
  margin-bottom: 80px;
}
.map iframe {
  width: 100%;
  height: 100%;
  min-height: 433px;
}

/* Forms */
.form_block {
  width: 100%;
  display: table;
}

.form_block_small {
  width: 32%;
  display: inline-table;
}

.form_block_middle {
  width: 49%;
  display: inline-table;
}

.form_block_select_small {
  display: inline-table;
}

.form_block_right_space {
  margin-right: 10px;
}

.form_block_right_space2 {
  margin-right: 15px;
}

.mandatory {
  color: #c9061c;
}

.form_message_bar {
  display: none;
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
}

#contactForm {
  width: 100%;
  max-width: 697px;
  display: table;
  margin: 36px auto 0;
}
#contactForm label {
  color: #232323;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
}
#contactForm input {
  width: 100%;
  line-height: 49px;
  color: #8f8f8f;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  padding: 0 7px;
  margin-bottom: 28px;
  background-color: #f9f9f9;
}
#contactForm input[type="submit"] {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0 27px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  background: -webkit-linear-gradient(#165a9c, #10477d);
  background: linear-gradient(#165a9c, #10477d);
  cursor: pointer;
}
#contactForm textarea {
  width: 100%;
  height: 219px;
  color: #8f8f8f;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  padding: 5px 7px;
  margin-bottom: 28px;
  background-color: #f9f9f9;
}

#bookingForm {
  width: 100%;
  max-width: 697px;
  display: table;
  margin: 36px auto 0;
}
#bookingForm label {
  display: block;
  color: #232323;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
}
#bookingForm input {
  width: 100%;
  line-height: 49px;
  color: #8f8f8f;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  padding: 0 7px;
  margin-bottom: 28px;
  background-color: #f9f9f9;
}
#bookingForm input[type="submit"] {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0 35px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  background: -webkit-linear-gradient(#e2001a, #c2081d);
  background: linear-gradient(#e2001a, #c2081d);
  cursor: pointer;
}
#bookingForm select {
  width: 100%;
  height: 49px;
  color: #8f8f8f;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  padding: 0 7px;
  margin-bottom: 28px;
  background-color: #f9f9f9;
}
#bookingForm textarea {
  width: 100%;
  height: 219px;
  color: #8f8f8f;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  padding: 5px 7px;
  margin-bottom: 28px;
  background-color: #f9f9f9;
}
#bookingForm .smaller_input {
  max-width: 222px;
}
#bookingForm .middle_input {
  max-width: 342px;
}
#bookingForm .small_select {
  width: 112px;
}
#bookingForm .small_select_time {
  width: 132px;
}
#bookingForm .bookingArrivalSection {
  color: #232323;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 28px;
}

/* Icons */
.top__social-fb {
  width: 8px;
  height: 15px;
  float: left;
  background-position: -167px -162px;
  text-indent: -99999px;
  margin-top: 6px;
  margin-right: 14px;
}
.top__social-fb:hover {
  background-position: -167px -192px;
}

/* Icons da nascondere */
.top__social-tw {
  width: 13px;
  height: 12px;
  float: left;
  display: none;
  background-position: -189px -164px;
  text-indent: -99999px;
  margin-top: 8px;
  margin-right: 12px;
}
.top__social-tw:hover {
  background-position: -189px -194px;
}

.top__social-in {
  width: 15px;
  height: 15px;
  float: left;
  display: none;
  background-position: -214px -162px;
  text-indent: -99999px;
  margin-top: 6px;
}
.top__social-in:hover {
  background-position: -214px -192px;
}

.bottom__social-fb {
  width: 16px;
  height: 31px;
  float: left;
  background-position: -7px -160px;
  text-indent: -99999px;
  margin-right: 29px;
}
.bottom__social-fb:hover {
  background-position: -7px -210px;
}

.bottom__social-tw {
  width: 28px;
  height: 23px;
  float: left;
  display: none;
  background-position: -52px -165px;
  text-indent: -99999px;
  margin-top: 5px;
  margin-right: 24px;
}
.bottom__social-tw:hover {
  background-position: -52px -215px;
}

.bottom__social-in {
  width: 32px;
  height: 31px;
  float: left;
  display: none;
  background-position: -104px -160px;
  text-indent: -99999px;
}
.bottom__social-in:hover {
  background-position: -104px -210px;
}

.flag-en {
  width: 23px;
  height: 13px;
  float: left;
  margin-top: 7px;
  margin-right: 6px;
  background-position: -112px -23px;
}

.flag-it {
  width: 21px;
  height: 13px;
  float: left;
  margin-top: 7px;
  margin-right: 6px;
  background-position: -145px -23px;
}

.flag-fr {
  width: 21px;
  height: 13px;
  float: left;
  margin-top: 7px;
  margin-right: 6px;
  background-position: -176px -23px;
}

.flag-es {
  width: 19px;
  height: 13px;
  float: left;
  margin-top: 7px;
  margin-right: 6px;
  background-position: -207px -23px;
}

.head-phone {
  width: 31px;
  height: 31px;
  float: left;
  margin-right: 14px;
  background-position: -6px -16px;
}

.head-email {
  width: 25px;
  height: 16px;
  float: left;
  margin-right: 9px;
  background-position: -52px -24px;
}

.os__icon1 {
  width: 32px;
  height: 33px;
  display: block;
  background-position: -8px -90px;
  margin-top: 8px;
  margin-right: 12px;
}

.os__icon2 {
  width: 20px;
  height: 30px;
  display: block;
  background-position: -54px -92px;
  margin-top: 11px;
  margin-right: 10px;
}

.os__icon3 {
  width: 19px;
  height: 28px;
  display: block;
  background-position: -88px -92px;
  margin-top: 12px;
  margin-right: 12px;
}

.os__icon4 {
  width: 31px;
  height: 31px;
  display: block;
  background-position: -121px -91px;
  margin-top: 11px;
  margin-right: 7px;
}

.page-rss-feed {
  width: 38px;
  height: 38px;
  float: right;
  text-indent: -999999px;
  margin-top: 7px;
  margin-right: 8px;
  background-position: -12px -252px;
}


/** BANNER STYLES **/
.banner-right-wrapper li {
  list-style: none;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.banner-right-wrapper li a { text-decoration: none; outline: none; }
.banner-right-wrapper li a img{
  width: 100%;
}

/* Media queries */
@media (max-width: 1205px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .slider {
    padding-right: 15px;
    padding-left: 15px;
  }

  .offers .offers__services {
    width: 24%;
  }
  .offers .offers__services-headline {
    font-size: 22px;
  }
  .offers .offers__services-headline--service2-fr {
    font-size: 16px;
  }
  .offers .offers__services-headline--service2-es {
    font-size: 18px;
  }
  .offers .offers__services-headline--service2-it {
    font-size: 20px;
  }

  .page .page__rss {
    width: 29%;
    max-width: 320px;
    margin-left: 15px;
  }
  .page .services {
    max-width: 344px;
  }
  .page .services-desc--smaller-it {
    line-height: 20px;
    margin-top: 16px;
  }

  .rates-page .page__content {
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
  }
  .rates-page .page__rss {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1070px) {
  .main__header .head-info {
    min-width: auto;
  }
  .main__header .head-nav {
    min-width: auto;
  }

  .offers .offers__services-headline {
    font-size: 20px;
    text-indent: 14px;
  }
  .offers .offers__services-headline--service2-fr {
    font-size: 16px;
  }
  .offers .offers__services-headline--service2-es {
    font-size: 18px;
  }
  .offers .offers__services-headline--service2-it {
    font-size: 18px;
  }
  .offers .offers__services .offers__services-more-fr {
    width: 185px;
    padding: 0 15px;
    font-size: 15px;
  }

  .partners img {
    width: 9%;
  }

  .page .page__content {
    width: 72%;
  }
  .page .page__content-img-holder img {
    max-width: 323px;
  }
  .page .services {
    max-width: 330px;
  }
  .page .services .services-img {
    width: 49px;
    height: 45px;
    margin-top: 13px;
  }
  .page .page__rss {
    width: 25%;
  }

  .rates-page .page__content {
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
  }
  .rates-page .page__rss {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 970px) {
  .main__header {
    height: auto;
  }
  .main__header .head-logo {
    float: none;
    display: table;
    margin: 23px auto 0;
  }
  .main__header .head-info {
    min-width: 100%;
    height: 50px;
    float: none;
    text-align: center;
  }
  .main__header .head-info .head-info-phone1 {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
  .main__header .head-info .head-info-phone2 {
    float: none;
    margin: 0 auto;
    padding-left: 40px;
    display: inline-block;
  }
  .main__header .head-info .head-info-email {
    float: none;
    margin: 0 auto;
    padding-left: 40px;
    display: inline-block;
  }
  .main__header .head-nav {
    min-width: 100%;
    float: none;
    position: relative;
    margin: 0 -15px;
  }

  .head-nav-city {
    display: none;
  }

  .offers .offers__services-box-icon {
    display: none;
  }

  .bottom__data {
    width: 40%;
  }

  .bottom__contact {
    width: 40%;
  }

  .page .page__content {
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
  }
  .page .services {
    max-width: 49%;
  }
  .page .services .services-img {
    width: 39px;
    height: 35px;
    margin-top: 18px;
  }
  .page .services .services-desc {
    font-size: 15px;
  }
  .page .page__rss {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  .main__header .head-nav-fr ul li a {
    font-size: 14px;
    margin: 0 15px;
  }
}
@media (max-width: 850px) {
  .slider {
    display: none;
  }

  .offers {
    text-align: center;
    margin-bottom: 32px;
  }
  .offers .offers__services {
    width: 50%;
    float: none;
    display: inline-block;
    margin: 0 7px 16px;
  }
  .offers .offers__services:first-child {
    margin-left: 7px;
  }

  .rates__row {
    display: table;
    height: auto;
  }

  .rates__row-vehicle {
    width: 100%;
    text-align: center;
  }

  .rates__row-headline {
    float: left;
    line-height: 124px;
  }

  .rates__row-camper {
    margin-top: 26px;
  }

  .rates__row-roulotte {
    margin-top: 32px;
  }

  .rates__row-bus {
    margin-top: 27px;
  }

  .rates__row-track {
    margin-top: 22px;
  }

  .rates__row-car {
    margin-top: 29px;
  }

  .rates__row-amount {
    width: 100%;
  }
  .rates__row-amount .rates__box:first-child {
    min-width: 34%;
  }
  .rates__row-amount .rates__box {
    min-width: 33%;
  }
}
@media (max-width: 750px) {
  .main__header .head-nav-it ul li a {
    font-size: 16px;
    margin: 0 15px;
  }
  .main__header .head-nav-es ul li a {
    font-size: 16px;
    margin: 0 15px;
  }
}
@media (max-width: 700px) {
  .main__header .head-info .head-info-phone1 {
    font-size: 22px;
  }
  .main__header .head-info .head-info-phone2 {
    padding-left: 20px;
    font-size: 22px;
  }
  .main__header .head-info .head-info-email {
    padding-left: 20px;
    font-size: 15px;
  }
  .main__header .head-nav ul li a {
    font-size: 17px;
    margin: 0 10px;
  }
  .main__header .head-nav-fr ul {
    margin-left: 2px;
  }
  .main__header .head-nav-fr ul li a {
    font-size: 12px;
    margin: 0 7px;
  }

  .page .services .services-desc {
    font-size: 14px;
  }

  .offers .offers__services {
    width: 43%;
  }

  #bookingForm label {
    font-size: 14px;
  }
  #bookingForm .small_select {
    width: 100%;
  }
  #bookingForm .small_select_time {
    width: 100%;
  }

  .form_block_select_small {
    width: 18%;
    display: inline-block;
  }

  .form_block_right_space2 {
    margin-right: 5px;
  }

  .form_block_small {
    width: 31%;
  }

  .form_block_middle {
    width: 48%;
  }

  .bottom__data {
    width: 50%;
  }

  .bottom__contact {
    width: 50%;
  }

  .bottom__social {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
  }

  .bottom__social-wrapper {
    display: table;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .partners img {
    width: 19%;
  }

  .head-phone {
    display: none;
  }

  .head-email {
    display: none;
  }

  .main__header .head-nav ul li a {
    font-size: 14px;
  }
  .main__header .head-nav-fr ul {
    margin-left: 2px;
  }
  .main__header .head-nav-fr ul li a {
    font-size: 12px;
    margin: 0 7px;
  }
  .main__header .head-nav-it ul li a {
    font-size: 13px;
  }

  .page .services {
    max-width: 100%;
  }

  .offers .offers__services {
    width: 45%;
  }

  .rates__row-amount .rates__box.rates__box--big {
    min-width: 50%;
    width: 50%;
  }

  .rates__notice {
    font-size: 23px;
  }

  .bottom__data {
    width: 55%;
  }
  .bottom__data-headline {
    font-size: 22px;
  }
  .bottom__data-subheadline {
    font-size: 16px;
  }
  .bottom__data-p {
    font-size: 14px;
  }

  .bottom__contact {
    width: 44%;
  }
  .bottom__contact-p {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .main__header .head-nav {
    display: none;
  }
  .main__header .head-nav-mob {
    display: block;
  }

  #bookingForm .smaller_input {
    max-width: 100%;
  }
  #bookingForm .small_select {
    width: 100%;
  }

  .form_block_small {
    width: 100%;
  }

  .form_block_select_small {
    width: 48%;
  }

  .rates__notice {
    font-size: 18px;
  }

  .offers .offers__services {
    width: 100%;
  }

  .partners {
    line-height: 59px;
    padding: 5px 0;
  }

  .bottom__data {
    width: 100%;
    text-align: center;
  }

  .bottom__contact {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .map {
    min-height: 350px;
  }
  .map iframe {
    min-height: 350px;
  }

  .rates__row-amount {
    height: auto;
  }
  .rates__row-amount .rates__box {
    min-width: 100%;
    width: 100%;
  }
  .rates__row-amount .rates__box .rates__amount {
    line-height: 80px;
  }
  .rates__row-amount .rates__box.rates__box--big {
    width: 100%;
  }
}
@media (max-width: 440px) {
  .main__header .head-info .head-info-phone2 {
    padding-left: 40px;
  }
  .main__header .head-info .head-info-email {
    padding-left: 0;
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .form_block_select_small {
    width: 100%;
  }

  .form_block_middle {
    width: 100%;
  }

  .rates__notice {
    font-size: 15px;
  }
}

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