/* ==========================================================================
eDreams - HTML5 display definitions
========================================================================== */
body {
    /* background-image: url("//a1.odistatic.net/images/onefront/bybrand/ED-BS/static-background.jpg"); */
    /* background-repeat: repeat; */
    background-color: #f4f3ef;
}

.odibreadcrumb {
    font-size:12px;
    color: #433f33;
}

.breadcrumb {
    background-color: rgba(255, 255, 255, 0);
    margin: 0;
    padding: 0.5% 0% 0% 0%;
}

.breadcrumb li> a {
    color: #999999;
}

.socialshare {padding-top: 0.5%;}
.socialshareMargin {margin: 0 1%;}

.marginBottom3 {margin-bottom: 3%;}

/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
  border-color: #ccc;
  color: #1e44d5;
  background: -webkit-linear-gradient(#F2F2F2, #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#F2F2F2, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#F2F2F2, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#F2F2F2, #fff); /* Standard syntax */
  margin: 20px auto;
  display: table;
}
.use-btn:hover, .use-btn:focus {
  background-color: #091180;
  border-color: #091180;
  color: #fff;
}

button.hero-CTA {
    border: 1px solid #fff;
    margin: 15px auto;
    padding: 0px 23px;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    display: table;
    height: 40px;
}

/* ==========================================================================
Hero
========================================================================== */
.hero {
    position: relative;
    padding: 20px 0;
    min-height: 185px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #696969;
    border-bottom: 5px solid #ffd21c;
    background-position: 50% 100% !important;
    width: 100%;
    height: 100%;
}
.hero h1 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    margin: 0 0 2.5em 0;
}

.subtitle {
    display: inline-block;
    color: #FFCC00;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8);
    margin-bottom: 2%;
}

/** hero-box **/

.hero-box  {
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    margin-top: 43px;
    box-shadow: rgba(0,0,0,0.2) 0 1px 1px 0;
    border-top: 4px solid #fc0;
    height: 337px;
    overflow: hidden;
    font-size: 18px;
}

.hero-box-title {
    font-size: 28px; 
    font-weight: 600;
    margin-bottom: 6px;
}

.hero-box-subtitle {
    margin: 6px 0px;
    font-weight: 300;
}

.hero-box-code {
    font-size: 28px;
    font-style: normal;
    color: #fc0;
}

.hero-box-legal {
    font-size: 12px;
    margin: 25px 0px;
}

/* ==========================================================================
content
========================================================================== */
section.content h2 {
    font-weight: 600;
    margin: 0.83em 0;
    font-size: 1.7em;
}

section.content h3 {
    font-weight: 600;
    font-size: 1.16em;
}

section.content {
    padding: 0.5%;
}

section.content strong{
    font-weight: 600;
}

section.content a {
    color: #1e44d5;
}
section.content a:hover, section.content a:focus {
    color: #1e44d5;
    text-decoration: none;
}
section.content a:hover i, section.content a:focus i {
    color: #73d0da
}

/* ==========================================================================
LP Editorial Article
========================================================================== */
.articleFULL {
    background: #fff;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.2) 0 1px 1px 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}
.articleFULL ul {
    margin-left: 15px;
    list-style: inherit;
}

.articleFULL ol {
    list-style: decimal;
    margin-left: 15px;
    line-height: 2em;
}

.articleFULL strong {
    font-weight: 700;
}
        
.articleFULL h3, .articleXL h3 {
    margin: 1em 0;
}

.articleFULL p {margin: 0 0 10px;}

/* ==========================================================================
Features List
========================================================================== */
.features-list {
    padding: 30px 0 60px 0;
}
.features-list h3 {
    padding: 0;
    color: #433f33;
    font-size: 18px;
    font-weight:600;
    margin: 1em 0;
}
.features-list p {
    margin-bottom: 20px;
    color: #778899;
}
.feature-content {
    display: inline-block;
    margin-left: 0;
    width: 65%;
}
.feature-icon {
    display: inline-block;
    margin-right: 25px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    line-height: 90px;
    background: #198CFB;
    color: #FFCC00;
}

.icons {
    font-family: "theme-icons";
    font-size: 25px;
}

/* ==========================================================================
SearchBox
========================================================================== */
#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;
}

/* ==========================================================================
Boxes
========================================================================== */
.content-box  {
    background-color: #FFF;
    border-radius: 4px;
    margin: 15px 0px;
    box-shadow: rgba(0,0,0,0.2) 0 1px 1px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.content-box-photo {
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-box-content {
    padding: 3% 6%;
}

.content-box-title h3 {
    font-weight: 600;
    font-size: 16px;
}

/* ==========================================================================
Inspirational
========================================================================== */
.inspirational ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.inspirational ul li {
    float: left;
    min-height: 100%;
    width: 25%;
    background-color: #000;
    list-style: none;
}
.inspirational figure {
    position: relative;
    overflow: hidden;
}
.inspirational figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.inspirational figure:hover img, .inspirational figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inspirational figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 97, 132, 0.85);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.inspirational figcaption a {
    color: #fff;
}
.inspirational figcaption a:hover, .inspirational figcaption a:focus {
    color: #73d0da;
}
.inspirational figure:hover figcaption, .inspirational figure:focus figcaption {
    opacity: 1;
}
.visible {
    opacity: 1;
}
.inspirational figure.cs-hover figcaption {
    opacity: 1;
}
.inspirational figcaption i {
    font-size: 35px;
}
.inspirational figcaption p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.inspirational figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.inspirational figure:hover figcaption .caption-content, .inspirational figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/* ==========================================================================
Mobile
========================================================================== */

@media (max-width: 768px) {
    .hero h1 {font-size: 20px; text-align: center;}
    .articleFULL img {height:100%; width:100%;}
    .hero-box  {margin-top: 20px;}
}