/* ==========================================================================
Opodo - HTML5 display definitions
========================================================================== */
body {
    background-color: #f7f5f2;
}

.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: 0.5% 3% 0% 0%;}
.socialshareMargin {margin-right: 8%;}

.marginBottom3 {
    margin-bottom: 3%;
}

/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
  border-color: #ff6600;
  color: #e64e00;
  background: -webkit-linear-gradient(#FFF, #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#FFF, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FFF, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#FFF, #fff); /* Standard syntax */
  margin: 20px auto;
  padding: 8px 12px;
  border-radius: 20px;
  display: table;
}
.use-btn:hover, .use-btn:focus {
  background-color: #fff;
  border-color: #ff6600;
  color: #e64e00;
  padding: 7px 11px;
  border-width: 2px;
}

/* ==========================================================================
Hero
========================================================================== */
.hero {
    position: relative;
    padding: 20px 0;
    min-height: 185px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #696969;
    border-bottom: 5px solid #ccc;
    background-position: center;
    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 0.7em 0;
}
.subtitle {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8);
    margin-bottom: 2%;
}

/* ==========================================================================
content
========================================================================== */
section.content h2 {
    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: #ff6600;
}
section.content a:hover, section.content a:focus {
    color: #ff6600;
    text-decoration: underline;
}
section.content a:hover i, section.content a:focus i {
    color: #ff6600;
}

/* ==========================================================================
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 & Newsletter
========================================================================== */
#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;
}

.od-home-bottom-advertisement {padding: 0 !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;
}

.hero-box  {
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    color: #fff;
    width: 300px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.hero-box-title {
    font-size: 24px; 
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.hero-box-content {
    font-size: 18px;
    color: #fc0;
}

/* ==========================================================================
Mobile
========================================================================== */

@media (max-width: 768px) {
    .hero h1 {font-size: 20px; text-align: center;}
    .articleFULL img {height:100%; width:100%}
    section.content h2 {margin: 0.83em 0; font-size: 1.2em; color: #FFF; font-weight: 500;}	
	section.content .container h2 {color: #000;}
}