body {
  font-family: "Open Sans",sans-serif;
}
a {
    color: #198cfb !important;
}
hr.division {
  border-color: #ffcc00;
  margin: 40px auto;
  width: 75%;
}
@media (min-width: 768px) {
  hr.division {
    width: 100%;
    margin: 60px auto;
  }
}

hr.separator {
  border-top: 1px solid #ffcc00;
  margin: 20px auto 25px;
  position: relative;
  width: 100px;
}
.tsection {
  color: #433f33;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin: 30px 0;
}
#page .od-home-main-layout {
  background-color: #ffffff !important;
}

/* OneFront Search */
.jumbotron {
  
  background-repeat: no-repeat;
  height: 100%;
  max-width: 100%;
  padding-bottom: 115px;
  padding-top: 50px;
  width: 100%;
}
.jumbotron.youtube-land {
  background-image: url("http://www.edreams.it/images/creas/campaign/youtube_getaway/1920x635_bbq.jpg");
  background-position: 70% top;
}
.jumbotron.video-land {
  background-image: url("http://www.edreams.it/images/creas/campaign/youtube_getaway/1920x635_tea.jpg");
  background-position: 70% 100%;
}
@media (min-width: 768px) {
  .jumbotron.video-land {
    background-position: 70% top;
  }
}
@media (min-width: 992px) {
  .jumbotron.video-land {
    background-position: 50% top;
  }
}
.jumbotron h1 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.jumbotron h2 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

/* Hero Banner */
#flights .od-ui-datepicker-field .od-ui-datepicker-rightButton, #home .od-ui-datepicker-field .od-ui-datepicker-rightButton {
  padding: 0 17px 0 4px !important;
}
.od-moreoptions .od-moreoptions-label .od-moreoptions-arrow {
  padding: 0 17px 0 4px !important;
}
.od-flightsManager-iframe > iframe {
  width: 100% !important;
}

/* Carousel */
.carousel {
    margin-bottom: 10px;
}
.carousel-inner {
  min-height: 290px;
}
.carousel-inner .item {
  padding: 0 30px;
  text-align: center;
  min-height: 295px;
}
.carousel-inner .img-slide {
  margin: 20px auto 0;
  width: 50%;
}
@media (min-width: 768px) {
  .carousel-inner .item {
    text-align: left;
  }
  .carousel-inner .img-slide {
    margin: 10px 0 0;
    width: auto;
  }
}
.carousel-inner .item h4,
.carousel-inner .item p > span {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}
.carousel-inner .item p {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}
.carousel-inner .item a {
  font-size: 16px;
  font-weight: 400;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
   opacity: 1 !important;
}
.slidenav {
  color: #198cfb;
  font-family: "theme-icons";
  font-size: 33px;
  opacity: 1;
  position: absolute;
  text-shadow: none !important;
  top: 50%;
}
.slidenav.chevron-right {
  right: 0;
}
.slidenav.chevron-left {
  left: 0;
  top: 49%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);  
  transform: rotate(180deg);
}

.carousel-indicators.carousel-indicators-text {
  bottom: 0;
  left: 0;
  margin: 65px auto 35px;
  position: relative;
  width: 100%;
}
.carousel-indicators-text li {
  border: 0 none;
  border-radius: 0;
  color: #333333;
  height: auto;
  margin: 0 10px;
  text-indent: 0;
  width: auto;
  cursor: default;
  font-size: 16px;
  padding-bottom: 17px;
}
.carousel-indicators-text li.active {
  background: rgba(0, 0, 0, 0) url("arrow.png") no-repeat scroll center 25px;
  height: auto;
  margin: 0 10px;
  width: auto;
}

/* Discounts */
.discount {
  margin-bottom: 40px;
}
.discount hr.division {
  margin: 0 auto 60px;
}
.discount .tsection {
  text-align: left;
  margin-top: 0;
}
.discount p {
  font-size: 16px;
  line-height: 27px;
}
.discount a {
  font-size: 14px;
}

.discount img {
  margin: 0 auto;
}
/* Awards */
#premio {
  padding: 30px 0 60px;
}
#premio table {
    width: 75%;
    margin: 0 auto;
}
@media (min-width: 768px) {
  #premio table {
      width: 100%;
      margin: 0 auto;
  }
}
#premio td > img {
  margin-right: 30px;
}
#premio td > span {
  font-size: 16px;
}

/* Offers */
.wrap-offers {
  padding-top: 30px;
}
#offers {
    padding-bottom: 60px;
    padding-top: 30px;
}
#offers.od-home-bottom-advertisement {
  font-size: inherit;
  padding: 30px 0 0;
  text-align: inherit;
}
.offer-thumb {
    margin-bottom: 30px;
    position: relative;
}
.offer-thumb img {
    margin: 0 auto;
    position: relative;
}

figure.item-offer {
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

figure.item-offer figcaption {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 30px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
@media (min-width: 1025px) {
  figure.item-offer:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25), 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  }
  figure.item-offer:hover figcaption {
    top: 0;
    background-image:linear-gradient(0deg, rgba(0,0,0,0.20) 2%, rgba(0,0,0,0.70) 94%);
  }  
}

figure.item-offer figcaption h4 {
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
figure.item-offer figcaption h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

figure.item-offer figcaption p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
  margin-top: 5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
figure.item-offer figcaption p > span {
	font-size: 30px;
    font-weight: 600;
}

figure.item-offer .offer-more {
  background-color: #198cfb;
  color: #ffffff;  
  bottom: 0;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 35px;
  display: table;
  position: absolute;
  width: 100%;
}

@media (min-width: 1025px) {
  figure.item-offer .offer-more {
    background-color: #ffffff;
    color: #198cfb;
    bottom: 0;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 35px;
    display: table;
    position: absolute;
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }

  figure.item-offer:hover .offer-more {
    background-color: #198cfb;
    color: #ffffff;
  }
}
.flights-icon {
  border: 2px solid #ffffff;
  border-radius: 100%;
  display: block;
  font-family: "theme-icons";
  font-size: 35px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  width: 67px;
}
.offer-more > span {
	display: table-cell;
	font-size: 16px;
	font-weight: 600;
	vertical-align: middle;
}
figure.item-offer .offer-icon {
  border: 1px solid;
  border-radius: 100%;
  float: right;
  font-family: "theme-icons";
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}


/* News Blog */
.news-blog {
	background-color: #F2F2F2;
  padding-bottom: 40px;
  padding-top: 20px;
}
.blog-logo img {
  margin: -10px auto 30px;
}

figure.item-news {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    display: block;
    background-color: #ffffff;
    overflow: hidden;
}

figure.item-news figcaption {
  color: #333333;
  float: left;
  width: 70%;
}
figure.item-news > img {
    float: left;
    width: 30%;
}


@media (min-width: 768px) {
  figure.item-news {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s  ease-out 0s;
    -o-transition: all .3s  ease-out 0s;
    -ms-transition: all .3s  ease-out 0s;
    transition: all .3s  ease-out 0s;    
  }

  figure.item-news figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 72%;
    background-color: #ffffff;
    color: #333333;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s  ease-out 0s;
    -o-transition: all .3s  ease-out 0s;
    -ms-transition: all .3s  ease-out 0s;
    transition: all .3s  ease-out 0s;
  }

  figure.item-news > img {
      float: left;
      width: 100%;
  }
  figure.item-news figcaption h4 {
    padding: 10px 20px;
    min-height: 62px;
  }

}

@media (min-width: 1024px) {
  figure.item-news {
    cursor: pointer;
  }  
  figure.item-news:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25), 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  }

  figure.item-news:hover figcaption {
    top: 0;
  }
}


figure.item-news figcaption h4 {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 15px 5px;
  position: relative;
  line-height: 1.4em;
}

figure.item-news figcaption .item-news-intro {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 15px;
  position: relative;
}

@media (max-width: 480px) {
  figure.item-news figcaption .item-news-intro { display: none; }
}

figure.item-news figcaption .item-news-read  {
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 0;
}

figure.item-news figcaption .item-news-read a:hover { color: #198cfb; }

figure.item-news figcaption a:hover {
  color: #4f5856;
}

/* Share buttons */
.sharebuttons {
}
.sharebuttons p {
  color: #433f33;
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
.sharebuttons p > span {
  color: #198cfb;
  font-size: 21px;
  font-weight: 600;
}
.follow-container {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.follow-container .follow-container-item {
  display: inline-block;
  padding: 15px 20px 0;
  vertical-align: top;
}

/* App mobile */
.appmobile { 
  margin-top: 60px;
  padding-top: 80px;
  color: #ffffff;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; 
  background-attachment: scroll;
}
.appmobile.app-youtube {
  background-image: url("http://www.edreams.it/images/creas/campaign/youtube_getaway/1920x765_bbq.jpg");
  background-position: 30% center;

}
.appmobile.app-video {
  background-image: url("http://www.edreams.it/images/creas/campaign/youtube_getaway/1920x765_tea.jpg");
  background-position: 30% center;
}

.appmobile h3 {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.appmobile h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.appmobile h4 b {
  font-weight: 600;
}
.appmobile .button-app {
  margin: 30px 0 60px;
}
.appmobile .button-app img {
  display: inline-block; margin-right: 15px;
}
.appmobile img.img-app {
    margin: 0 auto;
}

@media (min-width: 768px) {
  .appmobile {
    text-align: left;
    background-position: center center;
  }
  .appmobile h3, .appmobile h4 {
    padding-right: 55px;
  }

}
@media (min-width: 992px) {
  .appmobile {
    background-attachment: fixed;
  }
}
/* Newsletter */
#newsletter .od-newsletter-area.fixed {
  z-index: 20 !important;
}
#newsletter .od-newsletter-area {
  background-color: #198cfb !important;
}
#newsletter .od-newsletter-area .od-newsletter-content-area .od-newsletter-info-area .od-newsletter-text {
  color: #ffffff !important;
}
#newsletter .od-newsletter-area .od-newsletter-content-area .od-newsletter-info-area .od-newsletter-icon {
  color: #198cfb !important;
}
#newsletter .od-newsletter-area .od-newsletter-content-area .od-newsletter-info-area .od-newsletter-icon {
  background: #ffffff none repeat scroll 0 0 !important;
  border-color: #ffffff !important;
}
#newsletter .od-newsletter-area .od-newsletter-close {
  color: #ffffff !important;
}
#newsletter .od-newsletter-area .od-newsletter-content-area .od-newsletter-info-area .od-newsletter-text span {
  display: block;
  font-weight: 600;
}



/* Tablet styles */
@media (min-width: 768px) and (max-width: 1024px) {

  figure.item-news figcaption {
    top: 50%;
  }
  figure.item-news figcaption h4 {
      font-size: 12px;
      min-height: 52px;
  }
  figure.item-news figcaption .item-news-intro {
    display: none;
  }
  .flights-icon {
      font-size: 30px;
      height: 60px;
      line-height: 60px;
      width: 60px;
  }
  figure.item-offer figcaption h4 {
      font-size: 21px;
  }
  figure.item-offer figcaption h3,
  figure.item-offer figcaption p > span {
      font-size: 28px;
  }
  figure.item-offer figcaption p {
      font-size: 14px;
  }
  .offer-more > span {
      font-size: 14px;
      }  
  figure.item-offer .offer-icon {
      height: 35px;
      line-height: 35px;
      width: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  figure.item-news figcaption {
    top: 62%;
  }
  figure.item-news figcaption h4 {
      font-size: 14px;
      min-height: 52px;
  }
}

/* Mobile styles */
@media (max-width: 480px) {
  .jumbotron {
    margin-bottom: 10px;
    padding-bottom: 80px;
  }
  .tsection {
    font-size: 21px;
    line-height: 28px;
  }
  .carousel-inner .item {
    min-height: 377px;
    padding: 0 25px;
  }
  .carousel-inner .item p {
    font-size: 18px;
    line-height: 26px;
  }  
  .carousel-inner .item p > span {
    font-size: 18px;
    line-height: 26px;
  }
  .carousel-indicators-text li {
    font-size: 12px;
    padding-bottom: 24px;
  }
  #premio td > img {
    float: right;
    margin-right: 17px;
    width: 40px;
  }
  #premio td > span {
    display: block;
    font-size: 14px;
  }
  #premio .col-md-offset-2 td > img, #premio .col-md-offset-2 td > span {
    margin-bottom: 30px;
  }
  #offers.od-home-bottom-advertisement {
    padding: 0;
  }
  .flights-icon {
    font-size: 24px;
    height: 49px;
    line-height: 49px;
    width: 49px;
  }
  figure.item-offer figcaption {
    padding: 20px;
  }
  figure.item-offer figcaption h4 {
      font-size: 18px;
  }
  figure.item-offer figcaption h3 {
    margin-bottom: 0;
  }
  figure.item-offer figcaption h3,
  figure.item-offer figcaption p > span {
      font-size: 24px;
  }
  figure.item-offer figcaption p {
    font-size: 14px;
    line-height: 20px;
  }
  figure.item-offer .offer-icon {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  figure.item-offer .offer-more {
    padding: 9px 20px;
  }
  .offer-more > span {
    font-size: 14px;
  }
  .blog-logo img {
    width: 150px;
  }
  .sharebuttons p {
    font-size: 18px;
  }
  .sharebuttons p > span {
    display: block;
    font-size: 18px;
  }
  .appmobile {
    margin-top: 25px;
    padding-top: 40px;
  }
  .appmobile h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .appmobile h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .appmobile .button-app img {
    max-width: 108px;
  }
  .appmobile img.img-app {
    padding: 0 25px;
  }
}
