/* line 4, ../sass/_custum_bootstrap.scss */
.form-control {
  height: 34px;
  border: solid 1px #999999;
  border-radius: 0;
  box-shadow: none;
}

/* line 10, ../sass/_custum_bootstrap.scss */
.btn {
  border-radius: 3px;
}
/* line 12, ../sass/_custum_bootstrap.scss */
.btn.large-btn {
  height: 45px;
  padding: 1px 15px;
}

/* line 18, ../sass/_custum_bootstrap.scss */
.panel {
  border-color: #E7E7E7;
  box-shadow: 0 1px 0 #cfcfcf;
  border-radius: 0px;
}

/* line 23, ../sass/_custum_bootstrap.scss */
.panel-default {
  margin-bottom: 10px;
}
/* line 28, ../sass/_custum_bootstrap.scss */
.panel-default .panel-heading h2 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 2;
  font-weight: normal;
  color: #A7A7A7;
}

/* line 38, ../sass/_custum_bootstrap.scss */
.panel-default > .panel-heading {
  color: #8e8e8e;
  font-family: 'Roboto', sans-serif;
  background-color: #FFFFFF;
  border-color: #EEE;
  padding: 5px 10px;
}

@media screen and (max-width: 740px) {
  /* line 48, ../sass/_custum_bootstrap.scss */
  .annonce-details .carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* line 56, ../sass/_custum_bootstrap.scss */
pre {
  font-size: 6px;
  color: #000;
  font-weight: bold;
}

/* line 10, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  background: #eeeeee;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

/* line 18, ../sass/style.scss */
.navbar-site {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.31);
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 25, ../sass/style.scss */
.navbar-site.nav-bar-min {
  background-color: #129cd5;
  min-height: 70px;
}
/* line 29, ../sass/style.scss */
.navbar-site.nav-bar-min .main-logo img {
  max-width: 150px;
}
/* line 33, ../sass/style.scss */
.navbar-site.nav-bar-min #site-navbar-collapse {
  margin-top: 5px;
}
/* line 39, ../sass/style.scss */
.navbar-site .main-logo {
  float: left;
}
/* line 41, ../sass/style.scss */
.navbar-site .main-logo img {
  max-width: 200px;
}
/* line 45, ../sass/style.scss */
.navbar-site .navbar-collapse {
  float: right;
}
/* line 49, ../sass/style.scss */
.navbar-site #site-navbar-collapse {
  background-color: transparent;
  z-index: 10;
  border-radius: 7px 7px 0px 0px;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  /* line 49, ../sass/style.scss */
  .navbar-site #site-navbar-collapse {
    border-radius: 0px;
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 49, ../sass/style.scss */
  .navbar-site #site-navbar-collapse {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 66, ../sass/style.scss */
  .navbar-site .navbar-collapse {
    float: none;
    background-color: #0095e0 !important;
    margin-top: 0px !important;
  }
}

/* line 74, ../sass/style.scss */
.datepicker {
  background-image: url(../images/calendar-grey.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
}

/* line 80, ../sass/style.scss */
.one-line-items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
/* line 85, ../sass/style.scss */
.one-line-items li {
  display: block;
  padding: 8px 0px;
  border-bottom: solid 1px #CDCDCD;
}

/* line 93, ../sass/style.scss */
.second-page-head {
  height: 267px;
  background: #E3E3E3 url(../images/bg-header.jpg) repeat-x center center;
  position: relative;
}
/* line 97, ../sass/style.scss */
.second-page-head h1 {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}

/* line 110, ../sass/style.scss */
.header-article-details {
  padding-top: 86px;
  background-color: #fff;
}

/* line 115, ../sass/style.scss */
.breadcrumb {
  margin-bottom: 0px;
  background-color: #EFEFEF;
  font-size: 11px;
  padding: 5px 10px;
}
/* line 120, ../sass/style.scss */
.breadcrumb a {
  color: #b9b9b9;
}

/* line 124, ../sass/style.scss */
.container-slider {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
/* line 128, ../sass/style.scss */
.container-slider span.blur-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  background-size: cover;
  background-position: center center;
}
/* line 144, ../sass/style.scss */
.container-slider span.blur-bg-darken {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 155, ../sass/style.scss */
.home-slider {
  margin-bottom: 0;
  padding: 0;
  height: 440px;
  position: relative;
  z-index: 3;
}
/* line 161, ../sass/style.scss */
.home-slider .mc-cycle {
  position: absolute;
  z-index: 1;
}
/* line 165, ../sass/style.scss */
.home-slider #arrow_left, .home-slider #arrow_right {
  display: block;
  position: absolute;
  right: 14px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.36);
  width: 32px;
  height: 32px;
  bottom: 25px;
  border-radius: 3px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
}
/* line 181, ../sass/style.scss */
.home-slider #arrow_left:hover, .home-slider #arrow_right:hover {
  background: rgba(255, 255, 255, 0.6);
}
/* line 185, ../sass/style.scss */
.home-slider #arrow_left {
  right: 55px;
}
/* line 188, ../sass/style.scss */
.home-slider .slider-container {
  position: relative;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 1px;
  right: 0px;
}

/* line 198, ../sass/style.scss */
.in-slide-content {
  color: #fff;
  float: right;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: normal;
  left: 0;
  margin: 40px;
  padding: 20px;
  position: absolute;
  bottom: 0;
  max-width: 560px;
  z-index: 9999;
  text-shadow: 0 1px 0 #000;
  -webkit-font-smoothing: antialiased;
}
/* line 213, ../sass/style.scss */
.in-slide-content h2 {
  font-weight: 300;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  opacity: 0.8;
}
/* line 220, ../sass/style.scss */
.in-slide-content .btn {
  border: none;
  background-color: rgba(255, 255, 255, 0.61);
  padding: 15px 35px;
  line-height: 20px;
  color: #666;
  text-shadow: none;
}

/* line 230, ../sass/style.scss */
.product-section.product-presentation {
  padding: 20px;
  background: #fff;
  font-size: 14px;
  font-weight: lighter;
}
/* line 235, ../sass/style.scss */
.product-section.product-presentation h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #999;
}
/* line 241, ../sass/style.scss */
.product-section.product-presentation h2 {
  color: #0095e0;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #E3E3E3;
  font-size: 26px;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  background: #EFEFEF;
  margin-top: 20px;
}

/* line 257, ../sass/style.scss */
.light-text {
  color: #ddd;
  text-shadow: 0 1px 0 #666;
}

/* line 262, ../sass/style.scss */
.smaller-text {
  font-size: 30px;
}

/* line 270, ../sass/style.scss */
.content-grid .grid-col {
  padding: 0;
  border-right: 1px solid #f1f1f1;
}
/* line 283, ../sass/style.scss */
.content-grid .grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  height: 340px;
  padding: 5px;
}
/* line 290, ../sass/style.scss */
.content-grid .grid-item .animated-content {
  height: 240px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
/* line 296, ../sass/style.scss */
.content-grid .grid-item .footer-item-content {
  padding: 10px 15px;
}
/* line 298, ../sass/style.scss */
.content-grid .grid-item .footer-item-content h2 {
  padding: 0;
  margin: 0;
  color: #262626;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 11px !important;
  height: 40px;
  line-height: 30px;
  overflow: hidden;
}
/* line 310, ../sass/style.scss */
.content-grid .grid-item .footer-item-content h2 a {
  color: #262626;
}
/* line 312, ../sass/style.scss */
.content-grid .grid-item .footer-item-content h2 a:hover {
  text-decoration: none;
}
/* line 317, ../sass/style.scss */
.content-grid .grid-item .footer-item-content .item-about {
  font-size: 13px;
  /* padding: 8px 0; */
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #888;
}
/* line 325, ../sass/style.scss */
.content-grid .grid-item .footer-item-content .properties {
  position: absolute;
  left: 15px;
  top: 15px;
}
/* line 329, ../sass/style.scss */
.content-grid .grid-item .footer-item-content .properties span {
  display: inline-block;
  text-align: center;
  min-width: 60px;
  height: 50px;
  background-color: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  margin-right: 5px;
  color: #555;
  z-index: 15000;
  vertical-align: top;
  box-shadow: 0px 1px 2px #999;
  margin-bottom: 8px;
}
/* line 343, ../sass/style.scss */
.content-grid .grid-item .footer-item-content .properties span b {
  display: block;
  font-size: 13px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  font-weight: lighter;
  opacity: 0.8;
}
/* line 352, ../sass/style.scss */
.content-grid .grid-item .footer-item-content .properties span i {
  font-size: 1em;
}
/* line 372, ../sass/style.scss */
.content-grid .grid-item:hover .item-title {
  color: #0095e0;
}
/* line 375, ../sass/style.scss */
.content-grid .grid-item:hover .item-more {
  border: 1px solid #0095e0;
  color: #0095e0;
}
/* line 381, ../sass/style.scss */
.content-grid .grid-item .item-footer {
  position: absolute;
  opacity: 0;
  bottom: -37px;
  right: 0;
  left: 0;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 390, ../sass/style.scss */
.content-grid .grid-item .item-footer .product-actions a {
  width: 50%;
  padding: 0 10px;
  display: block;
  float: left;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
}
/* line 400, ../sass/style.scss */
.content-grid .grid-item .item-footer .product-actions .product-book {
  border-left: solid 1px rgba(255, 255, 255, 0.55);
}
/* line 407, ../sass/style.scss */
.content-grid .grid-item:hover .item-footer {
  opacity: 1;
  bottom: 25px;
}
/* line 411, ../sass/style.scss */
.content-grid .grid-item:hover .item-details {
  opacity: 0;
  margin-top: -20px;
}
/* line 419, ../sass/style.scss */
.content-grid .item-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
}
/* line 427, ../sass/style.scss */
.content-grid .item-thumbnail img {
  width: 100%;
  height: 100%;
}
/* line 431, ../sass/style.scss */
.content-grid .item-thumbnail:hover + .item-content:before {
  top: 0;
  border-width: 0 22px 0 22px;
}
/* line 438, ../sass/style.scss */
.content-grid .item-content {
  padding: 15px 15px 0;
  position: absolute;
  height: 180px;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 446, ../sass/style.scss */
.content-grid .item-title {
  margin-top: 0;
  color: #413f41;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 10px;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
/* line 454, ../sass/style.scss */
.content-grid .item-title a {
  text-decoration: none !important;
  color: #ffffff;
  font-weight: lighter;
}
/* line 460, ../sass/style.scss */
.content-grid .item-title:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: rgba(255, 255, 255, 0.58);
  margin-top: 10px;
}
/* line 471, ../sass/style.scss */
.content-grid .item-details {
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #ffffff;
  overflow: hidden;
  line-height: 20px;
  font-size: 11px;
  opacity: 1;
  margin-top: 0px;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 484, ../sass/style.scss */
.content-grid .item-price {
  line-height: 1;
}
/* line 488, ../sass/style.scss */
.content-grid .item-price .price-label {
  font-size: 12px;
  color: rgba(254, 253, 255, 0.57);
}
/* line 493, ../sass/style.scss */
.content-grid .item-price .price-number {
  display: block;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -1px;
}
/* line 502, ../sass/style.scss */
.content-grid .item-price .price-currency {
  font-size: 15px;
  vertical-align: super;
  font-weight: normal;
  color: #fb8508;
}
/* line 513, ../sass/style.scss */
.content-grid .item-more {
  display: inline-block;
  padding: 4px 15px 10px;
  text-decoration: none;
  border: 1px solid #b7b3a6;
  color: #b7b3a6;
  font-size: 36px;
  line-height: 16px;
  height: 45px;
  letter-spacing: -1px;
  position: relative;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 527, ../sass/style.scss */
.content-grid .item-more:hover {
  background: #0095e0;
  color: #fff !important;
  border-color: #0095e0;
}
/* line 533, ../sass/style.scss */
.content-grid .item-more:hover:before {
  top: 0;
}
/* line 539, ../sass/style.scss */
.content-grid .item-more:before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
/* line 556, ../sass/style.scss */
.content-grid .item-title-title {
  font-size: 18px;
  margin-top: 0;
  width: 100%;
  height: 19px;
  overflow: hidden;
}

/* line 566, ../sass/style.scss */
.main-title {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  text-shadow: none;
  margin: 0 0 15px;
  padding-top: 40px;
  color: #333;
}
/* line 576, ../sass/style.scss */
.main-title span {
  display: block;
  padding: 0 0 0.6em 0.1em;
  font-size: 22px;
  opacity: 0.8;
  font-weight: 300;
}

/* line 586, ../sass/style.scss */
.home-products .article-item, .products-list .article-item {
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px;
}
/* line 590, ../sass/style.scss */
.home-products .article-item h3, .products-list .article-item h3 {
  background-color: #0095e0;
  color: #000;
  font-size: 16px;
  display: block;
  margin: 0;
  margin-bottom: 1px;
  padding: 15px;
  font-weight: bold;
}
/* line 600, ../sass/style.scss */
.home-products .article-item .short-description, .products-list .article-item .short-description {
  display: block;
  margin: 0;
  padding: 15px 10px;
  background-color: #fff;
  margin-bottom: 1px;
  line-height: 15px;
}
/* line 607, ../sass/style.scss */
.home-products .article-item .short-description > div, .products-list .article-item .short-description > div {
  height: 90px;
  overflow: hidden;
}
/* line 612, ../sass/style.scss */
.home-products .article-item img, .products-list .article-item img {
  width: 100%;
  margin-bottom: 1px;
}

/* line 621, ../sass/style.scss */
.products-list {
  margin-top: 5px;
}
/* line 623, ../sass/style.scss */
.products-list .grid-item {
  margin-bottom: 30px;
}
/* line 626, ../sass/style.scss */
.products-list .product-location {
  color: #b7b3a6 !important;
  font-size: 12px;
}
/* line 631, ../sass/style.scss */
.products-list .product-location .icons-marker-small {
  margin-right: 10px;
  vertical-align: top;
}

/* line 640, ../sass/style.scss */
.to-hover {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 644, ../sass/style.scss */
.to-hover img {
  width: 100%;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 648, ../sass/style.scss */
.to-hover:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
/* line 658, ../sass/style.scss */
.to-hover .on-hover {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  color: #0095e0;
  background: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 673, ../sass/style.scss */
.to-hover .on-hover span {
  position: absolute;
  z-index: 10;
  display: block;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 687, ../sass/style.scss */
.to-hover:hover .on-hover {
  background-color: #000;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
/* line 694, ../sass/style.scss */
.to-hover:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

/* line 704, ../sass/style.scss */
.site-container {
  width: 980px;
  margin: 0 auto;
}

/* line 712, ../sass/style.scss */
.orderby.active.desc::after {
  content: "\e156";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 14px;
  vertical-align: top;
  color: #555;
  font-family: 'Glyphicons Halflings';
}

/* line 726, ../sass/style.scss */
.form-recherche {
  background: #0073c0;
  padding: 20px;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
  margin-bottom: 5px;
}

/* line 736, ../sass/style.scss */
#form-r-index {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 742, ../sass/style.scss */
#form-r-index input, #form-r-index select {
  display: block;
  float: left;
  padding: 10px;
  width: 200px;
  height: 20px;
  font-size: 14px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  border: solid 1px #CCCCCC;
  margin-left: 20px;
}

/* line 756, ../sass/style.scss */
#form-r-index select {
  height: 40px;
}

/* line 760, ../sass/style.scss */
.menu {
  padding: 10px 0px;
  text-align: right;
  background: #FFF;
  margin-bottom: 5px;
}

/* line 767, ../sass/style.scss */
.menu a {
  display: inline-block;
  padding: 0px 10px;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
}

/* line 775, ../sass/style.scss */
.navbar-nav > li > a {
  font-size: 15px;
  font-weight: bold;
}

/* line 780, ../sass/style.scss */
.liste-annonces {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  float: left;
  width: 530px;
  margin-right: 10px;
  box-shadow: 0px 1px 2px #999999;
  min-height: 800px;
  height: auto;
  overflow: hidden;
}

/* line 796, ../sass/style.scss */
.categoy_home {
  min-height: 107px;
  border-top-color: #555 !important;
  border-left-color: #555 !important;
  border-bottom-color: #f9a22e !important;
  border-right-color: #f9a22e !important;
}
/* line 802, ../sass/style.scss */
.categoy_home h5 {
  color: #5a5a5a;
  font-size: 13px;
  font-weight: bold;
}
/* line 807, ../sass/style.scss */
.categoy_home:hover {
  border-top-color: #f9a22e !important;
  border-left-color: #f9a22e !important;
  border-bottom-color: #555 !important;
  border-right-color: #555 !important;
  text-decoration: none;
}

/* line 817, ../sass/style.scss */
.plus-infos-ann {
  width: 300px;
  height: 400px;
  float: left;
  line-height: 1.4;
  color: #333;
  margin-left: 20px;
}

/* line 826, ../sass/style.scss */
.annonce {
  padding: 10px 0px;
  margin-bottom: 10px;
  border-bottom: dashed 1px #CCCCCC;
  height: 70px;
}

/* line 833, ../sass/style.scss */
.annonce .img-ann {
  display: block;
  float: left;
  width: 115px;
  height: 70px;
}

/* line 840, ../sass/style.scss */
.annonce .ttr-ann {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  line-height: 1.4;
}

/* line 850, ../sass/style.scss */
.desc-cnt-ann {
  width: 450px;
}

/* line 854, ../sass/style.scss */
.annonce .desc-ann {
  font-size: 11px;
  text-decoration: none;
  color: #666666;
  display: block;
  line-height: 1.4;
}

/* line 862, ../sass/style.scss */
.form-add-annonce {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  float: left;
  width: 530px;
  margin-right: 10px;
  box-shadow: 0px 1px 2px #999999;
  min-height: 700px;
  height: auto;
  overflow: hidden;
}

/* line 878, ../sass/style.scss */
.menu-top-cat {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  float: left;
  width: 200px;
  margin-right: 10px;
  box-shadow: 0px 1px 2px #999999;
  height: 410px;
}

/* line 892, ../sass/style.scss */
.menu-top-cat h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 2px #CCCCCC;
  color: #666;
  font-size: 26px;
}

/* line 902, ../sass/style.scss */
.menu-top-cat ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  height: 350px;
  overflow: hidden;
}

/* line 911, ../sass/style.scss */
.menu-top-cat ul li {
  display: block;
}

/* line 915, ../sass/style.scss */
.menu-top-cat ul li a {
  color: #333333;
  font-size: 13px;
  border-bottom: solid 1px #E3E3E3;
  font-weight: bold;
  display: block;
  padding: 4px 0px;
  text-decoration: none;
}

/* line 925, ../sass/style.scss */
.menu-top-cat ul li a:hover {
  color: #FF3300;
}

/* line 929, ../sass/style.scss */
.last-annonce {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  float: left;
  width: 300px;
  margin-right: 10px;
  box-shadow: 0px 1px 2px #999999;
  height: 410px;
}

/* line 942, ../sass/style.scss */
.min_img_si {
  height: 120px;
}

/* line 946, ../sass/style.scss */
.min_img_si span {
  display: block;
  position: relative;
  width: 110px;
  float: left;
  margin: 2px;
  height: 80px;
  border: solid 1px #CCCCCC;
}

/* line 957, ../sass/style.scss */
.min_img_si span a {
  display: block;
  position: absolute;
  bottom: -28px;
  left: 0px;
}

/* line 964, ../sass/style.scss */
.panel-add-ads {
  padding: 100px;
}
@media screen and (max-width: 640px) {
  /* line 964, ../sass/style.scss */
  .panel-add-ads {
    padding: 40px;
  }
}
/* line 970, ../sass/style.scss */
.panel-add-ads form input, .panel-add-ads form select {
  height: 40px;
}

/* line 977, ../sass/style.scss */
.btn-add-photo {
  height: auto;
  font-size: 1em;
  width: 140px;
  height: 140px;
  padding-top: 30px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
/* line 986, ../sass/style.scss */
.btn-add-photo span {
  font-size: 4em;
}

/* line 991, ../sass/style.scss */
.btn-more-ads {
  padding: 20px 0px 10px 0px;
  display: block;
  text-align: center;
  color: #D1D1D1;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 997, ../sass/style.scss */
.btn-more-ads:hover {
  color: #c4c4c4;
  text-decoration: none;
}
/* line 1000, ../sass/style.scss */
.btn-more-ads:hover:before {
  text-decoration: none;
  background-color: #e2e2e2;
  color: #000;
}
/* line 1006, ../sass/style.scss */
.btn-more-ads:before {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  display: block;
  width: 30px;
  height: 30px;
  content: '+';
  line-height: 30px;
  background-color: #EFEFEF;
  color: #BCBCBC;
  font-size: 21px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 3px;
  text-align: center;
  text-decoration: none;
}

/* line 1026, ../sass/style.scss */
.article-description {
  font-size: 14px;
}
/* line 1028, ../sass/style.scss */
.article-description hr {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 1034, ../sass/style.scss */
.seller-infos {
  margin: 0;
  margin-bottom: 15px;
  border-bottom: solid 1px #efefef;
  border-right: solid 1px #efefef;
}
/* line 1040, ../sass/style.scss */
.seller-infos .article-desc-line {
  font-size: 16px;
  padding: 20px;
  border-top: solid 1px #efefef;
  border-left: solid 1px #efefef;
}

/* line 1048, ../sass/style.scss */
.text-default-gry {
  font-size: 12px !important;
  line-height: 34px;
  color: #AEAEAE;
}

/* line 1055, ../sass/style.scss */
.panel-img-preview .panel-body {
  padding: 5px;
  text-align: center;
}
/* line 1058, ../sass/style.scss */
.panel-img-preview .panel-body img {
  margin-bottom: 5px;
}

/* line 1064, ../sass/style.scss */
.client-description {
  font-size: 14px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #E3E3E3;
}
/* line 1065, ../sass/style.scss */
.client-description h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #E3E3E3;
  font-size: 18px;
  color: #888;
}

/* line 1080, ../sass/style.scss */
.panel-ads-line {
  border: none;
  margin: 0 -15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #E3E3E3;
  box-shadow: 0 0 0 #ffffff;
}
/* line 1086, ../sass/style.scss */
.panel-ads-line .panel-body {
  padding: 0px 15px 15px;
}
/* line 1090, ../sass/style.scss */
.panel-ads-line .media-heading {
  font-size: 14px;
  font-weight: bold;
}
/* line 1094, ../sass/style.scss */
.panel-ads-line .ads-date {
  color: #999;
  font-size: 12px;
  padding: 3px 0;
  line-height: 12px;
}
/* line 1100, ../sass/style.scss */
.panel-ads-line .ads-line-thumb {
  position: relative;
}
/* line 1102, ../sass/style.scss */
.panel-ads-line .ads-line-thumb span {
  display: block;
  position: absolute;
  width: 28px;
  height: 20px;
  background-image: url('/images/ico-image.png?1730545532');
  background-repeat: no-repeat;
  left: 5px;
  bottom: 5px;
  padding: 5px;
  line-height: 10px;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
/* line 1123, ../sass/style.scss */
.panel-ads-line .by-author {
  margin: 0;
}
@media (min-width: 360px) {
  /* line 1080, ../sass/style.scss */
  .panel-ads-line {
    margin-bottom: 5px;
  }
  /* line 1128, ../sass/style.scss */
  .panel-ads-line .panel-body {
    padding: 0px 5px 5px;
  }
  /* line 1131, ../sass/style.scss */
  .panel-ads-line .panel-body .row .col-xs-5 {
    width: 30%;
  }
  /* line 1134, ../sass/style.scss */
  .panel-ads-line .panel-body .row .col-xs-7 {
    width: 70%;
    font-size: 11px;
  }
  /* line 1137, ../sass/style.scss */
  .panel-ads-line .panel-body .row .col-xs-7 .media-heading {
    font-size: 12px;
  }
  /* line 1144, ../sass/style.scss */
  .panel-ads-line .ads-price-list {
    margin-right: -10px;
  }
}

/* line 1151, ../sass/style.scss */
.no-padding-right {
  padding-right: 0px;
}

@media (min-width: 991px) {
  /* line 1157, ../sass/style.scss */
  .no-padding-right-sm {
    padding-right: 0;
  }

  /* line 1160, ../sass/style.scss */
  .no-padding-left-sm {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 1168, ../sass/style.scss */
  .no-padding-right-xs {
    padding-right: 0;
  }

  /* line 1171, ../sass/style.scss */
  .no-padding-left-xs {
    padding-left: 0;
  }
}
/* line 1178, ../sass/style.scss */
.form-group-search .form-control {
  height: 45px;
}

@media (max-width: 768px) {
  /* line 1184, ../sass/style.scss */
  .form-group-search {
    margin-bottom: 5px;
  }
  /* line 1186, ../sass/style.scss */
  .form-group-search input, .form-group-search select {
    height: 36px;
  }
}
/* line 1192, ../sass/style.scss */
.ads-price-list {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  background: #3e79ba;
  color: #000000;
  border: solid 1px #f9a22e;
  padding: 4px 10px;
  margin-right: -20px;
}
@media (max-width: 460px) {
  /* line 1192, ../sass/style.scss */
  .ads-price-list {
    font-size: 12px;
    float: none;
    margin-bottom: 5px;
  }
}

/* line 1209, ../sass/style.scss */
.annonce-details {
  padding-top: 10px;
}
/* line 1211, ../sass/style.scss */
.annonce-details h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #E3E3E3;
  font-size: 18px;
}
/* line 1219, ../sass/style.scss */
.annonce-details .img-annonce-carousel {
  margin: 0 auto;
}

/* line 1224, ../sass/style.scss */
.bg-success {
  background: #5CB85C;
}

/* line 1228, ../sass/style.scss */
.bg-default {
  background: #EFEFEF;
}

/* --------------------------------

Primary style

-------------------------------- */
/* line 1238, ../sass/style.scss */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
/* line 1249, ../sass/style.scss */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* line 1258, ../sass/style.scss */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
/* line 1271, ../sass/style.scss */
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

/* line 1278, ../sass/style.scss */
.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 1295, ../sass/style.scss */
.cd-popup-container p {
  padding: 3em 1em;
}
/* line 1299, ../sass/style.scss */
.cd-popup-container .cd-buttons {
  display: block;
  margin: 0;
  padding: 0px;
  list-style: none;
}
/* line 1304, ../sass/style.scss */
.cd-popup-container .cd-buttons:after {
  content: '';
  display: block;
  clear: both;
}
/* line 1309, ../sass/style.scss */
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}
/* line 1314, ../sass/style.scss */
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/* line 1323, ../sass/style.scss */
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
/* line 1327, ../sass/style.scss */
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fd8982;
}
/* line 1332, ../sass/style.scss */
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
/* line 1336, ../sass/style.scss */
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
/* line 1342, ../sass/style.scss */
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
/* line 1349, ../sass/style.scss */
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #0095e0;
}
/* line 1358, ../sass/style.scss */
.cd-popup-container .cd-popup-close::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
/* line 1363, ../sass/style.scss */
.cd-popup-container .cd-popup-close::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
/* line 1369, ../sass/style.scss */
.is-visible .cd-popup-container {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  /* line 1278, ../sass/style.scss */
  .cd-popup-container {
    margin: 8em auto;
  }
}

/* line 1379, ../sass/style.scss */
#map-container {
  position: relative;
  z-index: 1;
  width: 300px;
  float: left;
  height: 400px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin-left: 20px;
  float: left;
  -webkit-border-radius: 5px;
  padding: 20px;
}

/* line 1393, ../sass/style.scss */
#hp-map {
  background: url(../images/italy-map.gif);
  z-index: 100;
  position: relative;
  width: 296px;
  height: 342px;
  margin: 0;
  padding: 0;
  float: left;
}

/* line 1404, ../sass/style.scss */
#region-map {
  position: absolute;
  width: 296px;
  height: 342px;
  z-index: 105;
  top: 0;
  left: 0;
  background: url(../images/italy-hover.gif) no-repeat;
  background-position: 0 -1000px;
}

/* line 1415, ../sass/style.scss */
#region-map img {
  width: 296px;
  height: 342px;
  float: left;
  outline: none;
  border: none;
}

/* line 1423, ../sass/style.scss */
#region-map.sprite_region_1 {
  background-position: -5328px 0;
}

/* line 1427, ../sass/style.scss */
#region-map.sprite_region_2 {
  background-position: -3256px 0;
}

/* line 1431, ../sass/style.scss */
#region-map.sprite_region_3 {
  background-position: -2072px 0;
}

/* line 1435, ../sass/style.scss */
#region-map.sprite_region_4 {
  background-position: -2368px 0;
}

/* line 1439, ../sass/style.scss */
#region-map.sprite_region_5 {
  background-position: -4736px 0;
}

/* line 1443, ../sass/style.scss */
#region-map.sprite_region_6 {
  background-position: -5624px 0;
}

/* line 1447, ../sass/style.scss */
#region-map.sprite_region_7 {
  background-position: -1480px 0;
}

/* line 1451, ../sass/style.scss */
#region-map.sprite_region_8 {
  background-position: -1184px 0;
}

/* line 1455, ../sass/style.scss */
#region-map.sprite_region_9 {
  background-position: -4440px 0;
}

/* line 1459, ../sass/style.scss */
#region-map.sprite_region_10 {
  background-position: -5032px 0;
}

/* line 1463, ../sass/style.scss */
#region-map.sprite_region_11 {
  background-position: -1776px 0;
}

/* line 1467, ../sass/style.scss */
#region-map.sprite_region_12 {
  background-position: -2664px 0;
}

/* line 1471, ../sass/style.scss */
#region-map.sprite_region_13 {
  background-position: 0 0;
}

/* line 1475, ../sass/style.scss */
#region-map.sprite_region_14 {
  background-position: -2960px 0;
}

/* line 1479, ../sass/style.scss */
#region-map.sprite_region_15 {
  background-position: -888px 0;
}

/* line 1483, ../sass/style.scss */
#region-map.sprite_region_16 {
  background-position: -3552px 0;
}

/* line 1487, ../sass/style.scss */
#region-map.sprite_region_17 {
  background-position: -296px 0;
}

/* line 1491, ../sass/style.scss */
#region-map.sprite_region_18 {
  background-position: -592px 0;
}

/* line 1495, ../sass/style.scss */
#region-map.sprite_region_19 {
  background-position: -3848px 0;
}

/* line 1499, ../sass/style.scss */
#region-map.sprite_region_20 {
  background-position: -4144px 0;
}

/* line 1503, ../sass/style.scss */
#region-map.animation.sprite_region_1 {
  background-position: -5328px -342px;
}

/* line 1507, ../sass/style.scss */
#region-map.animation.sprite_region_2 {
  background-position: -3256px -342px;
}

/* line 1511, ../sass/style.scss */
#region-map.animation.sprite_region_3 {
  background-position: -2072px -342px;
}

/* line 1515, ../sass/style.scss */
#region-map.animation.sprite_region_4 {
  background-position: -2368px -342px;
}

/* line 1519, ../sass/style.scss */
#region-map.animation.sprite_region_5 {
  background-position: -4736px -342px;
}

/* line 1523, ../sass/style.scss */
#region-map.animation.sprite_region_6 {
  background-position: -5624px -342px;
}

/* line 1527, ../sass/style.scss */
#region-map.animation.sprite_region_7 {
  background-position: -1480px -342px;
}

/* line 1531, ../sass/style.scss */
#region-map.animation.sprite_region_8 {
  background-position: -1184px -342px;
}

/* line 1535, ../sass/style.scss */
#region-map.animation.sprite_region_9 {
  background-position: -4440px -342px;
}

/* line 1539, ../sass/style.scss */
#region-map.animation.sprite_region_10 {
  background-position: -5032px -342px;
}

/* line 1543, ../sass/style.scss */
#region-map.animation.sprite_region_11 {
  background-position: -1776px -342px;
}

/* line 1547, ../sass/style.scss */
#region-map.animation.sprite_region_12 {
  background-position: -2664px -342px;
}

/* line 1551, ../sass/style.scss */
#region-map.animation.sprite_region_13 {
  background-position: 0 -342px;
}

/* line 1555, ../sass/style.scss */
#region-map.animation.sprite_region_14 {
  background-position: -2960px -342px;
}

/* line 1559, ../sass/style.scss */
#region-map.animation.sprite_region_15 {
  background-position: -888px -342px;
}

/* line 1563, ../sass/style.scss */
#region-map.animation.sprite_region_16 {
  background-position: -3552px -342px;
}

/* line 1567, ../sass/style.scss */
#region-map.animation.sprite_region_17 {
  background-position: -296px -342px;
}

/* line 1571, ../sass/style.scss */
#region-map.animation.sprite_region_18 {
  background-position: -592px -342px;
}

/* line 1575, ../sass/style.scss */
#region-map.animation.sprite_region_19 {
  background-position: -3848px -342px;
}

/* line 1579, ../sass/style.scss */
#region-map.animation.sprite_region_20 {
  background-position: -4144px -342px;
}

/* line 1583, ../sass/style.scss */
.regions-list-index {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1587, ../sass/style.scss */
.regions-list-index li {
  display: block;
  width: 50%;
  padding: 2px;
  float: left;
}
/* line 1594, ../sass/style.scss */
.regions-list-index li a {
  color: #555;
  font-size: 13px;
  padding: 8px 10px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 2px 2px #EFEFEF;
  display: block;
  border: solid 1px #EFEFEF;
}

/* line 1607, ../sass/style.scss */
.navbar {
  min-height: 94px;
}
/* line 1610, ../sass/style.scss */
.navbar .navbar-nav {
  padding: 1px 0px;
}
/* line 1612, ../sass/style.scss */
.navbar .navbar-nav .btn-success {
  height: 50px;
  padding: 15px 10px;
  border-radius: 0;
  color: #FFF;
}
/* line 1617, ../sass/style.scss */
.navbar .navbar-nav .btn-success:hover, .navbar .navbar-nav .btn-success:active, .navbar .navbar-nav .btn-success:focus {
  background: #3B9E3B !important;
}
/* line 1621, ../sass/style.scss */
.navbar .navbar-nav a {
  height: 50px;
  padding: 15px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 768px) {
  /* line 1621, ../sass/style.scss */
  .navbar .navbar-nav a {
    height: 40px;
    padding: 10px 0px;
    text-align: center;
    border-top: solid 1px #E3E3E3;
    line-height: 20px;
  }
}

/* line 1638, ../sass/style.scss */
.navbar-toggle .icon-bar {
  background: #555;
}

/* line 1642, ../sass/style.scss */
.navbar-toggle {
  padding: 23px 10px;
  background: #E5E5E5;
}
@media (max-width: 768px) {
  /* line 1642, ../sass/style.scss */
  .navbar-toggle {
    float: none;
    padding: 12px;
    margin: 0 auto;
    border-radius: 0;
    text-align: center;
    width: 100%;
    background: #fff;
  }
  /* line 1653, ../sass/style.scss */
  .navbar-toggle span {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 1661, ../sass/style.scss */
.search-form-container {
  background: #FFF;
  margin-bottom: 10px;
  border-bottom: solid 1px #E4E4E4;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 0px;
  padding: 0px 20px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 10;
  transform: translateX(-50%);
  width: 800px;
  border-radius: 5px;
}
@media screen and (max-width: 990px) {
  /* line 1661, ../sass/style.scss */
  .search-form-container {
    width: 90%;
  }
}

/* line 1680, ../sass/style.scss */
.form-search-index {
  padding: 15px 0;
}

/* line 1684, ../sass/style.scss */
.navbar-mzian {
  background-color: #FFF;
  border: none;
  border-bottom: solid 1px #d14836;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 100;
}

/* line 1693, ../sass/style.scss */
.navbar-brand {
  padding-right: 0;
  height: 80px;
  padding: 10px 15px;
}
/* line 1697, ../sass/style.scss */
.navbar-brand img {
  max-width: 360px;
}
@media (max-width: 468px) {
  /* line 1693, ../sass/style.scss */
  .navbar-brand {
    width: 220px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 5px;
    display: block;
    float: none;
  }
  /* line 1707, ../sass/style.scss */
  .navbar-brand img {
    width: 100%;
  }
}

/* line 1713, ../sass/style.scss */
.add-ad-mobile {
  padding: 9px;
  float: right;
  display: none;
}
/* line 1717, ../sass/style.scss */
.add-ad-mobile .btn {
  height: 60px;
  padding: 20px;
}
@media (max-width: 468px) {
  /* line 1717, ../sass/style.scss */
  .add-ad-mobile .btn {
    padding: 20px 8px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  /* line 1713, ../sass/style.scss */
  .add-ad-mobile {
    display: block;
  }
}
@media (max-width: 468px) {
  /* line 1713, ../sass/style.scss */
  .add-ad-mobile {
    clear: both;
    float: none;
    background: #EFEFEF;
    border-top: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
  }
  /* line 1735, ../sass/style.scss */
  .add-ad-mobile .btn {
    margin: 0 auto;
    padding: 10px;
    height: 40px;
    line-height: 20px;
    display: block;
    width: 160px;
    text-align: center;
  }
}

/* line 1748, ../sass/style.scss */
.bs-header {
  background-color: #d76151;
  background-image: url('/images/flat-objects.png?1730545532');
  background-position: center bottom 0px;
  background-repeat: repeat-x;
  color: #FFF;
  font-size: 16px;
  margin-top: -15px;
  min-height: 150px;
  padding: 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

/* line 1762, ../sass/style.scss */
.animate {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

/* line 1766, ../sass/style.scss */
footer {
  padding-bottom: 30px;
  background-color: #030303;
  margin-top: 5px;
  color: #efefef;
  min-height: 180px;
}
/* line 1772, ../sass/style.scss */
footer .home-site-description {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 15px;
  background-color: #1c1c1c;
  color: #969696;
}
/* line 1779, ../sass/style.scss */
footer h2 {
  font-size: 26px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
}
/* line 1787, ../sass/style.scss */
footer .about-us {
  padding-left: 30px;
}
/* line 1789, ../sass/style.scss */
footer .about-us p {
  color: #999;
}
/* line 1794, ../sass/style.scss */
footer .nav-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1798, ../sass/style.scss */
footer .nav-footer ul > li {
  display: block;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
/* line 1802, ../sass/style.scss */
footer .nav-footer ul > li a {
  color: #999;
}
/* line 1809, ../sass/style.scss */
footer .social-media a {
  width: 32px;
  height: 32px;
  line-height: 20;
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  position: relative;
}
/* line 1819, ../sass/style.scss */
footer .social-media a:hover i {
  opacity: 1;
}
/* line 1823, ../sass/style.scss */
footer .social-media a i {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
}
/* line 1835, ../sass/style.scss */
footer .social-media a i.social-facebook {
  background-image: url(../images/facebook.png);
}
/* line 1838, ../sass/style.scss */
footer .social-media a i.social-twitter {
  background-image: url(../images/twitter.png);
}
/* line 1841, ../sass/style.scss */
footer .social-media a i.social-googleplus {
  background-image: url(../images/googleplus.png);
}
/* line 1844, ../sass/style.scss */
footer .social-media a i.social-youtube {
  background-image: url(../images/youtube.png);
}
/* line 1847, ../sass/style.scss */
footer .social-media a i.social-linkedin {
  background-image: url(../images/linkedin.png);
}
/* line 1856, ../sass/style.scss */
footer .col-sm-4 h3 {
  color: #FFFFFF;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px black;
  box-shadow: 0px 1px 0px #0a0a0a;
}
/* line 1864, ../sass/style.scss */
footer .copyrights {
  margin-top: 30px;
  padding-top: 30px;
  font-size: 11px;
  color: #999;
  text-align: center;
  border-top: solid 1px black;
  box-shadow: 0px 1px 0px #0d0d0d inset;
}
@media screen and (max-width: 767px) {
  /* line 1766, ../sass/style.scss */
  footer {
    text-align: center;
  }
}

/**
** ACCOUNT
*/
/* line 1883, ../sass/style.scss */
ul.errors {
  list-style: none;
  margin: 0px;
  padding: 0;
  font-size: 12px;
  color: #ee0000;
}

/**
* CONTACT
*/
/* line 1895, ../sass/style.scss */
.modal-dialog {
  width: 430px;
}

/* line 1899, ../sass/style.scss */
.form-contact-seller {
  width: 400px;
  height: auto;
  overflow: hidden;
}
/* line 1903, ../sass/style.scss */
.form-contact-seller .form-sliding {
  width: 1200px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 1908, ../sass/style.scss */
.form-contact-seller.contact-loading .form-sliding {
  margin-left: -400px;
}
/* line 1913, ../sass/style.scss */
.form-contact-seller.contact-ok .form-sliding {
  margin-left: -800px;
}

/* line 1919, ../sass/style.scss */
.animbrand {
  width: 664px;
  height: 130px;
  padding: 13px 30px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1199px) {
  /* line 1919, ../sass/style.scss */
  .animbrand {
    width: 466px;
  }
}
@media screen and (max-width: 991px) {
  /* line 1919, ../sass/style.scss */
  .animbrand {
    width: 100%;
    margin: 0 auto;
    background-color: #f9a22e;
    background-image: none;
  }
  /* line 1933, ../sass/style.scss */
  .animbrand .navbar-brand {
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  /* line 1940, ../sass/style.scss */
  .navbar-header {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 1940, ../sass/style.scss */
  .navbar-header {
    width: auto;
  }
}

/* line 1949, ../sass/style.scss */
.navbar {
  margin-bottom: 0;
}

/* line 1953, ../sass/style.scss */
.search-form-container {
  margin-bottom: 0px;
  padding: 0px 20px;
}

/* line 1959, ../sass/style.scss */
.navbar-site > .container {
  position: relative;
}

/* line 1966, ../sass/style.scss */
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 1972, ../sass/style.scss */
.form-transport {
  background-color: #fff;
  padding: 35px;
  margin-bottom: 20px;
  border-top: solid 10px #0095e0;
}
/* line 1977, ../sass/style.scss */
.form-transport img {
  border-radius: 8px;
}
/* line 1980, ../sass/style.scss */
.form-transport .btn {
  padding: 15px 30px;
  font-size: 16px;
}

/* line 1994, ../sass/style.scss */
.main-btns {
  position: absolute;
  right: 20px;
  top: -40px;
  z-index: 120;
}
/* line 1999, ../sass/style.scss */
.main-btns a {
  display: inline-block;
  padding: 7px 10px 5px;
  position: relative;
  padding-left: 40px;
  background-color: #E5E5E5;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  border-radius: 0px 0px 7px 7px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 2011, ../sass/style.scss */
.main-btns a b {
  display: block;
  font-size: 12px;
}
/* line 2015, ../sass/style.scss */
.main-btns a:hover {
  text-decoration: none;
  box-shadow: 0px -3px 0px rgba(0, 0, 0, 0.3) inset;
}
/* line 2019, ../sass/style.scss */
.main-btns a:after {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 6px;
  top: 6px;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 2031, ../sass/style.scss */
.main-btns .assitance {
  background-color: #5f9bff;
}
/* line 2033, ../sass/style.scss */
.main-btns .assitance:after {
  background-image: url(../images/menu-phone-icon.png);
}
/* line 2037, ../sass/style.scss */
.main-btns .quote {
  background-color: #f8bd1c;
}
/* line 2039, ../sass/style.scss */
.main-btns .quote:after {
  background-image: url(../images/menu-quote-icon.png);
}
/* line 2043, ../sass/style.scss */
.main-btns .publish {
  background-color: #85c655;
}
/* line 2045, ../sass/style.scss */
.main-btns .publish:after {
  background-image: url(../images/menu-plus-icon.png);
}
/* line 2049, ../sass/style.scss */
.main-btns .newpart {
  background-color: #f8751c;
}
/* line 2051, ../sass/style.scss */
.main-btns .newpart:after {
  background-image: url(../images/menu-part-icon.png);
}
@media screen and (max-width: 1199px) {
  /* line 1994, ../sass/style.scss */
  .main-btns {
    top: -40px;
  }
  /* line 2058, ../sass/style.scss */
  .main-btns a {
    border-radius: 0px 0px 7px 7px;
  }
}
@media screen and (max-width: 991px) {
  /* line 1994, ../sass/style.scss */
  .main-btns {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
  /* line 2067, ../sass/style.scss */
  .main-btns a {
    display: block;
    float: left;
    border-radius: 0;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  /* line 2076, ../sass/style.scss */
  .main-btns a {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  /* line 2081, ../sass/style.scss */
  .main-btns a {
    width: 100%;
  }
}

/* line 2088, ../sass/style.scss */
#region-name {
  border: solid 1px #EFEFEF;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 35px;
  overflow: hidden;
  height: 45px;
  color: #7d7d7d;
  border-radius: 5px;
}

/* line 2099, ../sass/style.scss */
footer {
  border-radius: 0px 0px 7px 7px;
}

/* line 2103, ../sass/style.scss */
.glyphicon {
  margin-right: 5px;
}

/* line 2107, ../sass/style.scss */
.thumbnail {
  margin-bottom: 20px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 2115, ../sass/style.scss */
.item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}

/* line 2122, ../sass/style.scss */
.item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
  background: #428bca;
}

/* line 2126, ../sass/style.scss */
.item.list-group-item .list-group-image {
  margin-right: 10px;
}

/* line 2130, ../sass/style.scss */
.item.list-group-item .thumbnail {
  margin-bottom: 0px;
}

/* line 2134, ../sass/style.scss */
.item.list-group-item .caption {
  padding: 9px 9px 0px 9px;
}

/* line 2138, ../sass/style.scss */
.item.list-group-item:nth-of-type(odd) {
  background: #eeeeee;
}

/* line 2142, ../sass/style.scss */
.item.list-group-item:before, .item.list-group-item:after {
  display: table;
  content: " ";
}

/* line 2147, ../sass/style.scss */
.item.list-group-item img {
  float: left;
}

/* line 2151, ../sass/style.scss */
.item.list-group-item:after {
  clear: both;
}

/* line 2155, ../sass/style.scss */
.list-group-item-text {
  margin: 0 0 11px;
}

/* line 2159, ../sass/style.scss */
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 996px) {
  /* line 2172, ../sass/style.scss */
  .preview {
    margin-bottom: 20px;
  }
}
/* line 2183, ../sass/style.scss */
.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}

/* line 2188, ../sass/style.scss */
.preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}

/* line 2193, ../sass/style.scss */
.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}

/* line 2198, ../sass/style.scss */
.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}

/* line 2203, ../sass/style.scss */
.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

/* line 2207, ../sass/style.scss */
.tab-content {
  overflow: hidden;
}

/* line 2211, ../sass/style.scss */
.tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

/* line 2219, ../sass/style.scss */
.card {
  background: #eee;
  line-height: 1.5em;
  margin-bottom: 30px;
}

@media screen and (min-width: 997px) {
  /* line 2226, ../sass/style.scss */
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 2234, ../sass/style.scss */
.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 2246, ../sass/style.scss */
.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 2253, ../sass/style.scss */
.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold;
}

/* line 2258, ../sass/style.scss */
.checked, .price span {
  color: #ff9f1a;
}

/* line 2262, ../sass/style.scss */
.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px;
}

/* line 2266, ../sass/style.scss */
.product-title {
  margin-top: 0;
}

/* line 2270, ../sass/style.scss */
.size {
  margin-right: 10px;
}

/* line 2274, ../sass/style.scss */
.size:first-of-type {
  margin-left: 40px;
}

/* line 2278, ../sass/style.scss */
.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px;
}

/* line 2287, ../sass/style.scss */
.color:first-of-type {
  margin-left: 20px;
}

/* line 2291, ../sass/style.scss */
.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

/* line 2302, ../sass/style.scss */
.add-to-cart:hover, .like:hover {
  background: #b36800;
  color: #fff;
}

/* line 2307, ../sass/style.scss */
.not-available {
  text-align: center;
  line-height: 2em;
}

/* line 2312, ../sass/style.scss */
.not-available:before {
  font-family: fontawesome;
  content: "\f00d";
  color: #fff;
}

/* line 2318, ../sass/style.scss */
.orange {
  background: #ff9f1a;
}

/* line 2322, ../sass/style.scss */
.green {
  background: #85ad00;
}

/* line 2326, ../sass/style.scss */
.blue {
  background: #0076ad;
}

/* line 2330, ../sass/style.scss */
.tooltip-inner {
  padding: 1.3em;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 2362, ../sass/style.scss */
.singlePackage .carousel {
  margin-bottom: 30px;
}

/* line 2366, ../sass/style.scss */
.singlePackage .carousel-indicators {
  display: none;
}

/* line 2370, ../sass/style.scss */
.singlePackage .hotelTitle h2 {
  font-size: 26px;
  color: #222222;
  line-height: 26px;
  margin: 25px 0;
  font-weight: 400;
}

/* line 2378, ../sass/style.scss */
.singlePackage .hotelTitle p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}

/* line 2384, ../sass/style.scss */
.product-right-sidebar .panel-heading {
  font-size: 18px !important;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  background: #3b69a7;
  padding: 15px 0px;
  color: #fff;
}

@media (min-width: 992px) {
  /* line 2395, ../sass/style.scss */
  .product-right-sidebar .panel-heading {
    font-size: 26px;
    line-height: 40px;
  }
}
/* line 2401, ../sass/style.scss */
.singlePackage .carousel-control {
  background-image: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* line 2410, ../sass/style.scss */
.singlePackage .carousel-control .icon-prev, .singlePackage .carousel-control .glyphicon-menu-left {
  margin-left: 0;
  left: 20px;
}

/* line 2415, ../sass/style.scss */
.singlePackage .carousel-control .icon-next, .singlePackage .carousel-control .glyphicon-menu-right {
  right: 20px;
  margin-right: 0;
}

/* line 2420, ../sass/style.scss */
.singlePackage .carousel-control .glyphicon-menu-left, .singlePackage .carousel-control .glyphicon-menu-right, .singlePackage .carousel-control .icon-next, .singlePackage .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 5;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
  /* line 2433, ../sass/style.scss */
  .singlePackage .carousel-control .glyphicon-menu-left, .singlePackage .carousel-control .glyphicon-menu-right, .singlePackage .carousel-control .icon-next, .singlePackage .carousel-control .icon-prev {
    display: inline-block;
  }
}
/* line 2438, ../sass/style.scss */
.product-right-sidebar .panel-heading {
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  /* line 2446, ../sass/style.scss */
  .product-right-sidebar .panel-heading {
    font-size: 26px;
    line-height: 40px;
  }
}
/* line 2453, ../sass/style.scss */
.product-right-sidebar .control-label {
  font-weight: 400;
  color: #222222;
  font-size: 13px;
}
/* line 2458, ../sass/style.scss */
.product-right-sidebar .form-group {
  margin-bottom: 8px;
}

/* line 2463, ../sass/style.scss */
.product-right-sidebar .datepickerWrap .ed-datepicker {
  border-bottom: none;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 0 10px;
  margin-bottom: 0;
}

/* line 2471, ../sass/style.scss */
.product-right-sidebar .datepickerWrap .searchFilter .sbHolder {
  border-bottom: none;
  border: 1px solid #dedede;
  border-radius: 3px;
}

@media (min-width: 768px) {
  /* line 2478, ../sass/style.scss */
  .product-right-sidebar .datepickerWrap .searchFilter .sbHolder {
    margin: 0;
  }
}
/* line 2483, ../sass/style.scss */
.product-right-sidebar .datepickerWrap .searchFilter .sbHolder .sbSelector {
  left: 10px;
  text-align: left;
}

/* line 2488, ../sass/style.scss */
.product-right-sidebar .datepickerWrap .searchFilter .sbHolder .sbToggle {
  right: 10px;
  top: 18px;
}

/* line 2493, ../sass/style.scss */
.product-right-sidebar .datepickerWrap .searchFilter .sbHolder .sbOptions a {
  text-align: left;
  padding: 11px 5px;
}

/* line 2498, ../sass/style.scss */
.product-right-sidebar .datepickerWrap .count-input {
  position: relative;
  width: 150px;
}

@media (min-width: 768px) {
  /* line 2504, ../sass/style.scss */
  .product-right-sidebar .datepickerWrap .count-input {
    margin: auto;
  }
}
@media (min-width: 992px) {
  /* line 2510, ../sass/style.scss */
  .product-right-sidebar .datepickerWrap .count-input {
    margin-left: 0;
  }
}
/* line 2515, ../sass/style.scss */
.product-right-sidebar .datepickerWrap .count-input .incr-btn {
  color: #666666;
  display: block;
  font-size: 30px;
  font-weight: 300;
  height: 48px;
  line-height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 48px;
}

/* line 2530, ../sass/style.scss */
.product-right-sidebar .datepickerWrap .count-input .incr-btn:first-child {
  left: 0;
  right: auto;
  border-right: 1px solid #eaeaea;
}

/* line 2536, ../sass/style.scss */
.product-right-sidebar .datepickerWrap .count-input .incr-btn:last-child {
  border-left: 1px solid #eaeaea;
}

/* line 2540, ../sass/style.scss */
.product-right-sidebar .datepickerWrap .count-input input {
  -moz-appearance: none;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  height: 48px;
  font-weight: 700;
  color: #666666;
  text-align: center;
  width: 100%;
}

/* line 2552, ../sass/style.scss */
.product-right-sidebar .totalCost .totalCostLeft {
  padding: 0;
}

/* line 2556, ../sass/style.scss */
.product-right-sidebar .totalCost .totalCostLeft p {
  margin: 0;
  color: #222222;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
}

/* line 2564, ../sass/style.scss */
.product-right-sidebar .totalCost .totalCostRight {
  text-align: right;
  color: #ff891e;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

/* line 2572, ../sass/style.scss */
.product-description {
  background-color: #fff;
  padding: 15px 20px;
}

/* line 2577, ../sass/style.scss */
.top-product-section {
  background-color: #FFFFFF;
  padding-top: 15px;
}
/* line 2580, ../sass/style.scss */
.top-product-section h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
  padding: 0px 15px;
  font-size: 28px;
  color: #444;
}
/* line 2589, ../sass/style.scss */
.top-product-section .product-header {
  padding: 8px 15px;
  background-color: #fff;
  border-top: solid 1px #E3E3E3;
  margin-bottom: 1px;
  font-size: 13px;
}
/* line 2595, ../sass/style.scss */
.top-product-section .product-header span {
  padding-right: 10px;
}

/* line 2600, ../sass/style.scss */
.agency-header, .header-title {
  padding-top: 120px;
  padding-bottom: 34px;
  background-color: #333;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/img.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/img.jpg");
  background-size: cover;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 2610, ../sass/style.scss */
.agency-header h1, .header-title h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
  margin: 0;
  padding: 0;
}

/* line 2620, ../sass/style.scss */
.agency-left-sidebar {
  margin-bottom: 20px;
  background-color: #fff;
}
/* line 2623, ../sass/style.scss */
.agency-left-sidebar .img-agency {
  padding: 0px;
  margin-bottom: 10px;
  box-shadow: 0px 1px 2px #E3E3E3;
}
/* line 2628, ../sass/style.scss */
.agency-left-sidebar h1, .agency-left-sidebar h2 {
  margin: 0;
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
}
/* line 2633, ../sass/style.scss */
.agency-left-sidebar h1 a, .agency-left-sidebar h2 a {
  color: #333;
  text-decoration: none;
}
/* line 2638, ../sass/style.scss */
.agency-left-sidebar > p {
  font-size: 14px;
  padding: 10px;
  border-top: solid 1px #E3E3E3;
  margin-bottom: 10px;
}
/* line 2644, ../sass/style.scss */
.agency-left-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
/* line 2650, ../sass/style.scss */
.agency-left-sidebar ul li {
  display: block;
  padding: 5px 10px;
  border-top: solid 1px #E3E3E3;
}
/* line 2654, ../sass/style.scss */
.agency-left-sidebar ul li a {
  color: #555;
}

/* line 2661, ../sass/style.scss */
.agency-sign-in-btn {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #E3E3E3;
  padding: 50px;
  text-align: center;
}
/* line 2667, ../sass/style.scss */
.agency-sign-in-btn .btn {
  padding: 15px 30px;
  text-transform: uppercase;
}

/* line 2674, ../sass/style.scss */
.page-title {
  padding-bottom: 10px;
  padding-top: 20px;
  margin-bottom: 10px;
  border-bottom: solid 1px #E3E3E3;
  font-size: 34px;
  font-weight: lighter;
}

/* line 2683, ../sass/style.scss */
#package-carousel {
  bottom: 0;
  padding-bottom: 5px;
  background-color: #fff;
  margin-bottom: 3px;
  border-bottom: solid 1px #bfbfbf;
}

/* line 2692, ../sass/style.scss */
.home-about-us {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FFFFFF;
  border-top: solid 3px #3e79ba;
  line-height: 22px;
  text-align: center;
}
/* line 2700, ../sass/style.scss */
.home-about-us h2 {
  padding-right: 40px;
  line-height: 40px;
}

/* line 2707, ../sass/style.scss */
.home-vision-mission {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}
/* line 2715, ../sass/style.scss */
.home-vision-mission .vm-bloc {
  color: #FFFFFF;
  padding: 15px;
  font-size: 18px;
}
/* line 2719, ../sass/style.scss */
.home-vision-mission .vm-bloc h3 {
  font-size: 24px;
}

/* line 2726, ../sass/style.scss */
.row-agencies .one-agency {
  font-size: 12px;
  text-align: left;
  margin-bottom: 30px;
}
/* line 2730, ../sass/style.scss */
.row-agencies .one-agency:after, .row-agencies .one-agency:before {
  display: block;
  content: '';
  clear: both;
}
/* line 2735, ../sass/style.scss */
.row-agencies .one-agency .one-agency-inner {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* line 2738, ../sass/style.scss */
.row-agencies .one-agency .one-agency-inner:after, .row-agencies .one-agency .one-agency-inner:before {
  display: block;
  content: '';
  clear: both;
}
/* line 2744, ../sass/style.scss */
.row-agencies .one-agency h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  border-bottom: solid 1px #E3E3E3;
}
/* line 2751, ../sass/style.scss */
.row-agencies .one-agency h3 a {
  color: #333;
}
/* line 2754, ../sass/style.scss */
.row-agencies .one-agency h3 .rating {
  font-size: 15px;
  padding: 0px 7px;
  color: #fdc809;
  text-shadow: 0px 1px 0px #9d5c07;
}
/* line 2761, ../sass/style.scss */
.row-agencies .one-agency .more-info {
  background-color: #EFEFEF;
  padding: 10px;
}
/* line 2764, ../sass/style.scss */
.row-agencies .one-agency .more-info a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  box-shadow: 0px 1px 3px #E3E3E3;
  color: #222;
  font-size: 12px;
}
/* line 2773, ../sass/style.scss */
.row-agencies .one-agency a.img-name {
  font-size: 16px;
  display: block;
  width: 30%;
  float: left;
  height: 200px;
  background-color: #333;
  overflow: hidden;
  position: relative;
}
/* line 2782, ../sass/style.scss */
.row-agencies .one-agency a.img-name img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 2790, ../sass/style.scss */
.row-agencies .one-agency a.img-name b {
  display: block;
  color: #333;
  padding: 5px 0;
}
/* line 2796, ../sass/style.scss */
.row-agencies .one-agency .agency-info {
  float: left;
  width: 70%;
  padding: 15px;
}

/* line 2804, ../sass/style.scss */
.one-product-line {
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
/* line 2809, ../sass/style.scss */
.one-product-line:after, .one-product-line:before {
  content: '';
  display: block;
  clear: both;
}
/* line 2815, ../sass/style.scss */
.one-product-line .one-product-picture {
  float: left;
  width: 200px;
}
/* line 2820, ../sass/style.scss */
.one-product-line .one-product-actions .product-book {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 5px 10px;
  background-color: #ff7c00;
  color: #fff;
}
/* line 2830, ../sass/style.scss */
.one-product-line .one-product-price {
  padding: 5px 0;
  border-bottom: solid 1px #E3E3E3;
  border-top: solid 1px #E3E3E3;
  font-size: 15px;
}
/* line 2835, ../sass/style.scss */
.one-product-line .one-product-price .one-product-price-number {
  font-weight: bold;
  font-size: 22px;
  color: #ff5310;
}
/* line 2841, ../sass/style.scss */
.one-product-line .one-product-content {
  float: left;
  padding: 15px;
  width: 430px;
}
/* line 2845, ../sass/style.scss */
.one-product-line .one-product-content .one-product-title-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #E3E3E3;
  font-weight: bold;
}
/* line 2853, ../sass/style.scss */
.one-product-line .one-product-content .one-product-title-title a {
  color: #333;
}
/* line 2857, ../sass/style.scss */
.one-product-line .one-product-content .item-about {
  margin-bottom: 8px;
  font-size: 13px;
}
/* line 2863, ../sass/style.scss */
.one-product-line .one-product-footer-item-content .properties {
  padding-top: 5px;
}
/* line 2865, ../sass/style.scss */
.one-product-line .one-product-footer-item-content .properties > span {
  display: inline-block;
  background-color: #fff;
  border: solid 1px #E3E3E3;
  padding: 3px 8px;
}

/* line 2875, ../sass/style.scss */
.about-us-gallery {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
/* line 2879, ../sass/style.scss */
.about-us-gallery .bloc-animate {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 230px;
  border: solid 1px #EFEFEF;
  margin-bottom: 30px;
  position: relative;
}
/* line 2887, ../sass/style.scss */
.about-us-gallery .bloc-animate .content-container {
  transition: all .1s ease-in;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  text-align: center;
  padding: 50px 15px;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.76);
  font-size: 13px;
  color: #ffffff;
}
/* line 2901, ../sass/style.scss */
.about-us-gallery .bloc-animate .content-container h2 {
  font-size: 22px;
  opacity: 0.8;
}
/* line 2907, ../sass/style.scss */
.about-us-gallery .bloc-animate .title-bloc {
  display: block;
  left: 35px;
  top: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  z-index: 2;
  opacity: 1;
}
/* line 2921, ../sass/style.scss */
.about-us-gallery .bloc-animate .title-bloc span {
  position: relative;
  z-index: 5;
}
/* line 2925, ../sass/style.scss */
.about-us-gallery .bloc-animate .title-bloc:after {
  z-index: 4;
  position: absolute;
  left: -15px;
  top: -20px;
  content: '';
  width: 60px;
  height: 60px;
  background-color: #3e79ba;
}
/* line 2937, ../sass/style.scss */
.about-us-gallery .bloc-animate:hover .content-container {
  display: block;
}
/* line 2941, ../sass/style.scss */
.about-us-gallery .bloc-animate:hover .title-bloc {
  opacity: 0;
}
/* line 2946, ../sass/style.scss */
.about-us-gallery .bloc-animate .img-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: 1;
}
/* line 2956, ../sass/style.scss */
.about-us-gallery .bloc-animate .img-container img {
  width: 100%;
  min-height: 100%;
}

/* line 2965, ../sass/style.scss */
.flipInY, .about-us-gallery .bloc-animate:hover .content-container {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
}
/* line 2996, ../sass/style.scss */
.section-gallery {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 0;
}
/* line 2999, ../sass/style.scss */
.section-gallery p {
  margin-bottom: 30px;
}
/* line 3003, ../sass/style.scss */
.section-gallery .row-gallery {
  margin: 0;
}
/* line 3005, ../sass/style.scss */
.section-gallery .row-gallery .col-sm-3 {
  padding: 0;
}
/* line 3007, ../sass/style.scss */
.section-gallery .row-gallery .col-sm-3 a {
  display: block;
}
/* line 3009, ../sass/style.scss */
.section-gallery .row-gallery .col-sm-3 a img {
  position: relative;
  z-index: 5;
}
/* line 3013, ../sass/style.scss */
.section-gallery .row-gallery .col-sm-3 a:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.56);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 8;
  opacity: 0;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 3027, ../sass/style.scss */
.section-gallery .row-gallery .col-sm-3 a:hover:after {
  opacity: 1;
}
/* line 3033, ../sass/style.scss */
.section-gallery .row-gallery .full-gallery-container {
  position: relative;
  padding: 5px;
  background-color: #fff;
  margin: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 1px 3px #E3E3E3;
}
/* line 3040, ../sass/style.scss */
.section-gallery .row-gallery .full-gallery-container b {
  display: block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  color: #444;
  text-decoration: none;
  border-bottom: solid 1px #EFEFEF;
  margin-bottom: 5px;
}
/* line 3050, ../sass/style.scss */
.section-gallery .row-gallery .full-gallery-container span {
  display: block;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  font-size: 13px;
  display: block;
  color: #888;
  text-decoration: none;
  margin: 5px;
}

/* line 3066, ../sass/style.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  position: relative;
  min-height: 100%;
}

/* line 3076, ../sass/style.scss */
body {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

/* line 3085, ../sass/style.scss */
header {
  background: #fff;
  position: fixed;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* line 3095, ../sass/style.scss */
header h1 {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  font-weight: inherit;
  display: inherit;
}

/* line 3103, ../sass/style.scss */
.logo {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  text-indent: -9999px;
  font-weight: bold;
  line-height: 55px;
  padding: 0 100px;
  color: #FFF;
  float: left;
  background: transparent url("../images/logo-1.png") no-repeat scroll 25px 50%/120px 35px;
}

/* line 3115, ../sass/style.scss */
.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 3122, ../sass/style.scss */
#topbar {
  background: #3c3027;
  position: fixed;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 0;
  height: 30px;
  padding-top: 2px;
  color: #fff;
}

/* line 3134, ../sass/style.scss */
#topbar ul {
  text-align: center;
  display: block;
  list-style: outside none none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 30em) {
  /* line 3143, ../sass/style.scss */
  #topbar ul {
    text-align: right;
  }
}
/* line 3148, ../sass/style.scss */
#topbar ul li {
  margin-left: 0;
  list-style: outside none none;
  display: inline;
}

/* line 3154, ../sass/style.scss */
#topbar ul li a {
  color: #fff;
  padding: 8px;
  text-decoration: none;
  font-size: 12px;
}

@media screen and (min-width: 30em) {
  /* line 3162, ../sass/style.scss */
  #topbar ul {
    text-align: right;
  }
}
/* line 3167, ../sass/style.scss */
#topbar ul li a:hover {
  color: #3c3027;
  background: #fff;
  text-decoration: none;
}

/* line 3173, ../sass/style.scss */
#topbar ul li .active {
  color: #3c3027;
  background: #fff;
  text-decoration: none;
}

/* line 3179, ../sass/style.scss */
.hero-tools {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/img.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/img.jpg");
  background-size: cover;
  color: #fff;
  text-align: left !important;
  padding: 20rem 0 10rem !important;
}

@media (min-width: 550px) {
  /* line 3189, ../sass/style.scss */
  h2 {
    font-size: 4.2rem;
  }
}
/* line 3194, ../sass/style.scss */
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

/* line 3200, ../sass/style.scss */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

/* line 3208, ../sass/style.scss */
.nav-collapse li {
  width: 100%;
  display: block;
  text-transform: uppercase;
}

/* line 3214, ../sass/style.scss */
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

/* line 3223, ../sass/style.scss */
.nav-collapse.opened {
  max-height: 9999px;
}

/* line 3227, ../sass/style.scss */
.disable-pointer-events {
  pointer-events: none !important;
}

/* line 3231, ../sass/style.scss */
.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 3241, ../sass/style.scss */
.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

/* line 3253, ../sass/style.scss */
.nav-toggle:before {
  color: #e03d28;
  font: normal 28px/55px "responsivenav";
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261";
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 3267, ../sass/style.scss */
.nav-toggle.active:before {
  font-size: 24px;
  content: "\78";
}

@media screen and (min-width: 62em) {
  /* line 3273, ../sass/style.scss */
  .js .nav-collapse {
    position: relative;
  }

  /* line 3276, ../sass/style.scss */
  .js .nav-collapse.closed {
    max-height: none;
  }

  /* line 3279, ../sass/style.scss */
  .nav-toggle {
    display: none;
  }
}
/* line 3284, ../sass/style.scss */
#topbar-js {
  background: #3c3027;
  color: #fff;
  font-size: 1.2rem;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  height: 80px;
  padding-top: 2px;
}

/* line 3296, ../sass/style.scss */
.nav-collapse,
.nav-collapse * {
  box-sizing: border-box;
}

/* line 3301, ../sass/style.scss */
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

/* line 3308, ../sass/style.scss */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

@media screen and (min-width: 62em) {
  /* line 3317, ../sass/style.scss */
  .nav-collapse {
    float: right;
    width: auto;
  }
}
/* line 3323, ../sass/style.scss */
.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 62em) {
  /* line 3329, ../sass/style.scss */
  .nav-collapse li {
    width: auto;
  }
}
/* line 3334, ../sass/style.scss */
.nav-collapse a {
  -webkit-tap-highlight-color: transparent;
  border-top: 1px solid white;
  text-decoration: none;
  background: #fff;
  padding: .7em 1em;
  color: #fff;
  width: 100%;
  float: left;
  color: #8a8a8a;
}

/* line 3346, ../sass/style.scss */
.nav-collapse a:active,
.nav-collapse .active a {
  background: #b0371c;
  border-bottom: 1px solid #b0371c;
  color: #fff;
}

/* line 3353, ../sass/style.scss */
.nav-collapse a:hover,
.nav-collapse .hover a {
  background: #e03d28;
  border-bottom: 1px solid #e03d28;
  color: #fff;
}

@media screen and (min-width: 62em) {
  /* line 3361, ../sass/style.scss */
  .nav-collapse a {
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}
/* line 3370, ../sass/style.scss */
.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 62em) {
  /* line 3376, ../sass/style.scss */
  .nav-collapse ul ul a {
    display: none;
  }
}
/* line 3381, ../sass/style.scss */
.blk {
  color: #000;
}

@media (min-width: 750px) {
  /* line 3386, ../sass/style.scss */
  .input-search {
    width: 70% !important;
  }
}
/* line 3391, ../sass/style.scss */
.input-search {
  position: relative;
  display: block;
  float: left;
  border: medium none;
  padding: .8em 1.5em;
  font-weight: bold;
  border-radius: 0px !important;
  color: #3c3027;
  width: 100%;
  margin-left: 0px;
  border-width: 1px;
  border-style: solid;
}

/* line 3406, ../sass/style.scss */
#searchSubmit {
  border-color: #ffa531;
  border-width: 1px;
  border-style: solid;
  background: #ffa531;
  border-radius: 0;
  margin-left: 5px;
  font-size: 14px;
  color: #000;
}
