/* Minification failed. Returning unminified contents.
(225,132): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
.Slider {
    
}
/*start - nav bar section*/
.EW_Logo_image {
    max-width: 240px;
}

.EW_MenuItem {
    text-align: center;
}

.EW_MenuItem {
    margin-left: 20px;
    color: black !important;
    font-family: "Open Sans",sans-serif !important;
}

.EW_DropDownMenu {
    border: 0px white solid !important;
    text-align: center !important;
    left: -50px;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}


.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

.nav_blue {
    color: #5bb6ea !important;
}

/*End - nav bar section*/

body {
    padding-top: 22px;
    font-family: "Open Sans",sans-serif !important;
  
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,sans-serif;
  
}
.poweredbyjourneyatlas {
    font-size: 10pt;
    background-color: #f2f2f2 !important;
    text-decoration: none;
    color: #f2f2f2 !important;
    cursor:default;
}
.footer {
    background-color: #f2f2f2;
    display: block;
    clear: both;
    padding: 0;
    margin: auto;
    min-height: 200px;
}

.footer_footer {
    display: block;
    clear: both;
}

.footer_h3 {
    color: #5d9dd0;
    font-size: 2rem;
    margin-bottom: .5em;
    margin: 0 0 1em;
    font-weight: 300;
    font-family: Montserrat,sans-serif;
}

.footer_contact_icon {
    color: #5d9dd0;
    margin-right: 10px;
    font-size: 24px;
}

.footer_text {
    font-weight: 700;
    margin-bottom: 1em;
    color: #422102 !important;
    text-decoration: none !important;
}

.footer_social {
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 3px solid #5d9dd0;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    transition: .33s;
    transition-delay: .2s;
    color: #5d9dd0;
    margin-right: 10px;
    font-size: 24px;
}

.footer_copywrite {
    font-size: .8rem;
    color: #999;
    font-weight: 700;
    margin-bottom: 1em;
}

.find_button {
    background-color: cornflowerblue !important;
    color: white !important;
}

.filter_button {
    background-color: #2987a4 !important;
    color: white !important;
}
.show_favourites_button {
    background-color: rgb(101, 53, 15) !important;
    color: white !important;
    width: 100% !important;
    margin-bottom:3px;
}

.add_to_favourites_button {
    background-color: rgb(101, 53, 15) !important;
    color: white !important;
    width: 100% !important;
    margin-bottom: 3px;
}
.add_to_favourites_button_2 {
    color: white !important;
    width: 100% !important;
    margin-bottom: 3px;
}
.contact_travel_designer_button {
    background-color: rgb(101, 53, 15) !important;
    color: white !important;
    width: 100% !important;
    margin-bottom: 3px;
}
 
.more_details_button {
    background-color: cornflowerblue !important;
    color: white !important;
}
.ui-slider-range {
    background-color: cornflowerblue !important;
}
.theSlider {
    margin-bottom: 13px !important;
}
.touring_title {
    color: white;
    font-size: 32px !important;
    font-family: Montserrat,sans-serif;
}
.banner_index {
    height: 300px;
    padding-top: 120px;
    padding-left: 50px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-image: url(https://www.emmawhitingtravel.com.au/wp-content/uploads/2019/01/walking-group-smaller-1440x947.jpg);
}
.banner_details {
    height: 300px;
    padding-top: 120px;
    padding-left: 50px;
    background-position: center bottom;
    background-size: cover;   
    position: relative;
    background-image: url('/content/emmawhiting/headerbanner_details.jpg');
}
/*/ Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .EW_MenuItem {
        text-align:center;
    }
    .show_favourites_button {
        background-color: rgb(101, 53, 15) !important;
        color: white !important;
        width: 215px !important;
    }

    .add_to_favourites_button {
        background-color: rgb(101, 53, 15) !important;
        color: white !important;
        width: 215px !important;
    }
    .add_to_favourites_button_2 {
        color: white !important;
        width: 215px !important;
    }
    .contact_travel_designer_button {
        background-color: rgb(101, 53, 15) !important;
        color: white !important;
        width: 215px !important;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .touring_title {
        color: white;
        font-size: 60px !important;
        font-family: Montserrat,sans-serif;
    }
    .banner_index {
        height: 380px;
        padding-top: 150px;
        padding-left: 200px;
        background-size: cover;
        position: relative;
        background-image: url(https://www.emmawhitingtravel.com.au/wp-content/uploads/2019/01/walking-group-smaller-1440x947.jpg);*/
    }
    .banner_details {
        height: 400px;
        padding-top: 150px;
        padding-left: 200px;
        background-size: cover;
        position: relative;
        background-image: url('/content/emmawhiting/headerbanner_details.jpg');
    }
    .theSlider {
        margin-top: 13px !important;
    }
   
}
/*/ / Large devices (desktops, 992px and up)*/ @media (max-width: 991px) {
    li.dropdown > .dropdown-menu {
        display: inherit;
    }
    .EW_DropDownMenuItem {
        color: #999 !important;
        font-family: "Open Sans",sans-serif !important;
        display: block !important;
        padding: 8px 20px !important;
    }

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {


    .EW_DropDownMenuItem {
        color: black !important;
        font-family: "Open Sans",sans-serif !important;
        border-bottom: 1px dashed #ccc !important;
        display: block !important;
        padding: 8px 20px !important;
        font-size: 14px;
    }
    .EW_MenuItem {
        font-size: 14px;
    }

 
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .navbar_container {
        max-width: 1500px !important;
        margin: auto;
    }
    .EW_MenuItem {
        font-size: 16px;
    }
    .EW_Logo_image {
        max-width: 326px !important;
    }
}


/*Mobile section*/
@media (max-width: 1023px) {
    .footer_cell {
        margin-right: 1%;
        text-align:center;
        min-height: 1px;    
        display: block;
        padding: 60px 0 10px 10px;
        /*min-width: 360px !important;*/
    }
}
/*Desktop*/
@media (min-width: 1024px) {
 

    .footer_row {
        max-width: 1600px;
        height: 100%;
        margin: 0 auto;
        padding: 0 65px;
    }
    .footer_cell {
        margin-right: 1%;
        float: left;
        min-height: 1px;
        width: 31.33%;
        display: block;
        padding: 65px 0 65px 65px;
        /*min-width: 360px !important;*/
    }
}

.SearchResults {
    /*background-color: aliceblue;*/
    /*min-height: 200px;*/
    /*padding: 3px 3px 3px 3px;*/
    width: 100%;
    /*font-size: 14px;*/
    
}

.SearchResultsMapImage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
}

.SearchResultActionPanel {
    width: 100%;
    padding: 1rem !important;
        
}
.SearchResultATextPanel {
    padding: 1rem !important;
}

.SearchResultPrice {
    text-align: center;
    margin-bottom: 5px;
}
.SearchResultDays {
    text-align: center;
    margin-bottom:5px;
}

.monthActive {
    background-color: #FB6542;
    padding: 5px 5px 5px 5px;
   
}
.monthNonActive {
    background-color: lightgray;
    padding:5px 5px 5px 5px;
    margin-bottom:0px!important;
   
}
.resultstitle {
    font-size:14pt;
}

.favouritesPanel {
    overflow-y: scroll;
    max-height: 600px;
    min-height:200px;
}


.favouritesdeletebutton {
    cursor:pointer;
    margin-right:10px;
}

.favouritescontactvalidationmessage {
    color:red;
    font-weight:bold;
}

.card-customHeader-01 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: #62b9eb !important;
    color: white !important;
    cursor: pointer;
}
.card-customHeader-02 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: #5d9dd0 !important;
    color: white !important;
    cursor: pointer;
}
.card-customer-body-01 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size:10pt!important;
}
 
.scrolldiv300 {
    max-height: 300px;
    overflow-y: scroll;
}
.display_map {
     width:100%!important;
}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .SearchResults {
        /*background-color: lemonchiffon;*/
        /*min-height: 200px;*/
        padding: 3px 3px 3px 3px;
        /*width: 50%;*/
    }

    .SearchResultsMapImage {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 200px;
        width: 100%;
    }
    .SearchResultActionPanel {
        width: 100%;
 
        /*background-color: red;*/
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .SearchResults {
        /*background-color: lightblue;*/
        /*min-height: 200px;*/
        padding: 3px 3px 3px 3px;
        margin-right:5px;
        width: 50%;
    }
    .SearchResultsMapImage {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
       height: 200px;
        width: 100%;
    }
    .SearchResultActionPanel {
        width: 100%;
       
        /*background-color: red;*/
    }
 
    
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .SearchResults {
        /*background-color: lightyellow;*/
        /*min-height: 200px;*/
        padding: 3px 3px 3px 3px;
        width: 100%;
        
    }
    .SearchResultsMapImage {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 200px;
        width: 300px;
    }
    .SearchResultActionPanel {
        width: 250px!important;
        padding-left: 1rem !important;
        padding-left: 1rem !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0px !important;
    }
    .SearchResultATextPanel {
        padding-left: 1rem !important;
        padding-left: 1rem !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0px !important;
    }
    

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .SearchResults {
        /*background-color: yellow;*/
        /*min-height: 200px;*/
        padding: 3px 3px 3px 3px;
        width: 100%;
        
    }
    .SearchResultsMapImage {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /*height: 300px;*/
        width: 300px;
    }

    
}

 


