﻿.header-image
{
    background-color: #0079C1;
    border-bottom: 12px solid #0079C1;
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url('../images/homepage/Jasons_main.jpg'); 
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
	width:100%;  
	min-height:650px; 
	min-width:370px; 
}
.header-image-south
{
    background-color: #0079C1;
    border-bottom: 12px solid #0079C1;
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url('../images/homepage/jasons_inner_south.jpg'); 
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
	width:100%; 
	min-height:650px;   
	min-width:370px; 
}

.header-image-au
{
    background-color: #0079C1;
    border-bottom: 12px solid #0079C1;
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url('../images/homepage/jasons-au-opt.jpg'); 
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
	width:100%;  
	min-height:650px;  
	min-width:370px;
}

.header-self-clear
{
    margin: 0 auto;
    height: 70px;
    border-bottom: 1px solid rgb(255, 255, 255);    
    width:80%;
}

.header-inner-self-clear
{
    height: 80px;
    margin: 0 auto;   
    padding-top:28px;   
    width: 75%;
}
.header-top-content
{
    float: right;
    padding-top: 30px;
}
.header-inner-top-content
{
    float: right;
    padding-top: 10px;
}


.header-top-link
{
    text-decoration: none;
    color: #fff;
    padding: 4px 14px;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.header-inner-image
{
    position: relative;
    background-image: url('../images/homepage/Jasons_main.jpg');
    height: 150px;
    width: 100%;	
    min-width:700px;
    background-size: cover;
    background-color: #0079C1;
    border-bottom: 12px solid #0079C1;
    background-repeat: no-repeat;
    background-position: center;
}
.header-inner-image-south
{
    position: relative;
    background-image: url('../images/homepage/jasons_inner_south.jpg');
	height: 150px;
    width: 100%;	
    min-width:700px;
    background-size: cover;
    background-color: #0079C1;
    border-bottom: 12px solid #0079C1;
    background-repeat: no-repeat;
    background-position: center;    
}


.header-inner-image-au
{
    position: relative;
    background-image: url('../images/homepage/jasons-au-opt.jpg');
    height: 150px;
    width: 100%;	
    min-width:700px;
    background-size: cover;
    background-color: #0079C1;
    border-bottom: 12px solid #0079C1;
    background-repeat: no-repeat;
    background-position: center;    
}

.styled-select select
{
    font-size: 17px;
    height: 34px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    width: 220px;
}

.styled-select.slate
{
    height: 34px;
    width: 220px;
    font-size: 17px;
    border-radius: 0px;
    -webkit-border-radius:0px;
    border-top-left-radius: 0px;
    text-transform: uppercase;
    font-weight;bold;
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0px;
    border-radius:0px;
}
.styled-select:focus
{
    border: solid 1px rgb(87,109,138);
}
.styled-select.slate select
{
    border: 2px solid #fff;
    font-size: 17px;
    height: 34px;
    width: 300px;
    font-weight:bold;
    color: #515151;
}
/* -------------------- Colors: Background */
.slate
{
    background-color: #fff;
}

/* -------------------- Colors: Text */
.slate select
{
    color: #000;
}


.sub-menu
{
    display: none;
    /*min-width: 100%;*/
    position: absolute;
    z-index: 100;
}
.sub-menu li
{
    background: #169dd0 none repeat scroll 0 0;
    list-style: outside none none;
}
.sub-menu li a
{
    color: #ffffff;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.sub-menu li:hover
{
    background: #1281ab none repeat scroll 0 0;
}

.dropbtn
{
    text-decoration: none !important;
    color: #fff;
    padding: 4px 14px;
    font-weight:bold;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.dropdown-menu
{
    position: relative;
    display: inline-block;
}

.dropdown-content-destination
{
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    min-width: 130px;
    margin-top: 2px;
    right:20px;
    z-index:9999;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content-destination a
{
    color: #fff;
    padding: 12px 16px;
    text-decoration: none !important;
    display: block;
}

.dropdown-content-destination a:hover
{
    background-color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}


.dropdown-content
{
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    min-width: 150px;
    margin-top: 2px;
    right:0;
    z-index:9999;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a
{
    color: #fff;
    padding: 12px 16px;
    text-decoration: none !important;
    display: block;
}

.dropdown-content a:hover
{
    background-color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.dropdown-menu:hover .dropdown-content
{
    display: block;
    text-decoration: none !important;
}

.dropdown-menu:hover .dropdown-content-destination
{
    display: block;
    text-decoration: none !important;
}

/*.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}*/

.search-text
{
    text-transform: uppercase;
    border: 2px solid #fff !important;
    font-size: 17px !important;
    padding: 7px !important;
    margin: 0px !important;
    height: 34px !important;
    width: 300px !important;
    border-radius: 0px !important;
}

.search-text:focus
{
    -webkit-box-shadow: 0 0 10px #fff;
    -moz-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    border-radius: 0px !important;
}

.search-inner-text
{
    font-size: 17px !important;
    padding: 7px !important;
    margin: 0px !important;
    height: 34px !important;
    width: 300px !important;
    border-radius: 0px !important;
    text-transform: uppercase;
}

.search-inner-text:focus
{
    -webkit-box-shadow: 0 0 10px #fff;
    -moz-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    border-radius: 0px !important;
}

.btnSearch, .btnSearch1
{
    border: 2px solid #fff;
    width: 100px;
    background-color: #000;
    display: inline-block;
    color: #fff;
    padding: 6px 20px;
    font-size: 15px;
    font-weight: bold;
    text-transform:uppercase;
}
.btnSearch:hover {
   text-decoration: none;
}

.btnSearch1
{
    margin-left: 60px;
}
/*
.btnSearch1:hover
{
    opacity: 0.7;
    text-decoration: none;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 20px #fff;
    -moz-box-shadow: 0 0 20px #fff;
    box-shadow: 0 0 20px #fff;
    outline: 0 none;
}
*/
.remove-a-underline
{
    text-decoration: none;
}
#footer
{
    color: #fff;
    overflow: hidden;
    text-align: left;    
    background-color: #0079C1;
	width:100%;
	min-width:700px;
}
#footer1
{
    color: #fff;
    overflow: hidden;
    text-align: left;    
    background-color: #0079C1;
	width:100%;
	/*min-width:700px;*/
}

.footer-container
{
    max-width: 100% !important;
    margin-left: 100px !important;
    padding-right: 220px !important;
    width:100% !important;
}
.footer-copyright-div
{
    border-top: none !important;
    height:65px !important;    
}

.footer-copyright-container
{
    max-width: 100% !important;
    padding-right:215px !important;
    margin-left:100px !important;
    width:100% !important;
}
.footer-copyright-innerdiv
{
    border-top: 1px solid rgb(255, 255, 255);
    padding-top: 18px;
}
.footer-logo
{
    float: right;
    margin-top: -7px;
}

.locationsearch-div
{
    background: none;
    margin: 55px 0 0 0;
    width: auto;
    background-color: rgba(0, 0, 0, 0.55);
    z-index:1000;
}

.locationsearch-textbox
{
    background-color: #eef0f3;
    border-radius: 0px;
    height: 35px;
    width: 115%; /*opacity: 0.7;     filter: alpha(opacity=70);*/
}
.locationsearch-table
{
    width: 100%;
    padding-top: 0px;
}
.locationsearch-td-classification
{
    padding-right: 15px;
}

.locationsearch-td-location
{
    padding-right: 15px;
}
.locationsearch-searchdropdown
{
    margin-top: 35px;
}
.locationsearch-find-it
{
    padding: 8px 0 0 15px;
    text-align: center;
}
.new-logo {
    width: auto;
    background:none;
    padding: 0px 20px 20px 20px;    
    top:33%;
    left:48%;
    float: left;
    text-align:center;
    position:absolute;
    transform:translate(-50%, -50%);
}
.bottom-search-link
{
    position:absolute;
    top:62%;
    left:48%;    
    z-index:99;
    transform:translate(-50%, -50%);
}
.bottom-search-link > table > tbody > tr
{
    background-color:rgba(0, 0, 0, 0.55);
}
.bottom-search-link > table > tbody > tr > td > a
{
    color:#fff;
    padding-left:15px;
}
.bottom-search-link ul.category
{
    list-style:none;
    margin:0;
    overflow:hidden;
}
.bottom-search-link ul.category > li.simplecategory
{
    display:inline-block;    
    /*padding:10px;*/
    margin:0 0 0 1px;
    background-color:rgba(0, 0, 0, 0.55);
}
.bottom-search-link ul.category > li.simplecategory:hover
{
    display:inline-block;    
    margin:0 0 0 1px;
    background-color:rgba(0, 0, 0, 0.75);
}
.bottom-search-link ul.category > li.simplecategory > a.categorylink
{
    color:#fff;
    text-align:center;
}
.bottom-search-link ul.category > li.simplecategory > a.categorylink span
{
    display:inline-block;
    min-width:70px;
    padding:35px 10px 8px;
}
.bottom-search-link ul.category > li.accommodation > a.categorylink span
{
    background:url('../images/homepage/category/accommodation.png') center 5px no-repeat;
} 
.bottom-search-link ul.category > li.activity > a.categorylink span
{
    background:url('../images/homepage/category/activity.png') center 5px no-repeat;
} 
.bottom-search-link ul.category > li.transport > a.categorylink span
{
    background:url('../images/homepage/category/transport.png') center 5px no-repeat;
} 
.bottom-search-link ul.category > li.hotel > a.categorylink span
{
    background:url('../images/homepage/category/hotel.png') center 5px no-repeat;
} 
.searchbar-background
{
    background-color: #eeeeee;	
	width: 100%;	
	min-width:700px;
}
.searchbar-self-clear
{
    padding: 10px 180px;
}
.txtLocationSearchAdvanced-textbox
{
    height: 35px;
    width: 100%; /*opacity: 0.9;     filter: alpha(opacity=90);*/
    background-color: #eef0f3;
}

.text-bold-color
{
    font-weight: bold;
    color: #0079C1;        
}
.search-filter-padding
{
    padding-left: 5px;
}
.text-center
{
    text-align: center;
    padding-bottom: 20px;
}
.top-destinations
{
    border: none !important;
    padding-top: 10px !important;
    padding-bottom: 35px !important;
	width:100% !important;
}
.top-destinations-wrapper
{
    max-width:1070px;
    width:auto;
    clear:both;
    margin:0 auto;
}
.top-destinations  ul
{
    margin-left:25px;    
}
.searchlist-center-div
{
/*    width:100%;
    min-width:960px;*/
    padding-top:15px !important;    
}
.searchlist-div
{
    padding-top:0px !important;       
}
.searchlist-main-heading
{
    padding-bottom:15px !important;         
}
.searchdetail-ratings
{
    margin-top:15px !important;    
    padding-bottom:15px !important;    
}
.searchdetail-main-wrapper
{
    margin-top:30px !important;        
}
.searchdetail-side-wrapper
{
    margin-top:-20px !important;        
}
.btn-availablity
{
    bottom:23px !important;
}
.btn-moreinfo
{
    bottom: -8px !important;    
}
iframe[name='google_conversion_frame'] 
{
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
.div-filter-expanded
{
    background-color:#0079C1 !important;
    Color:#FFFFFF !important;
}
.div-filter-contracted
{
    background-color:#ffffff !important;
    Color:#575757 !important;
}
.search-suggestion-homepage
{
    color:#fff;    
}
.search-suggestion-innerpage
{
    color:#000;    
}
.regions-title
{
    margin:6px 0 15px !important;
    font-size:28px !important;
    line-height:1 !important;
}
.page-not-found-title
{
    font-weight:bold !important;
    font-size:28px !important;
}
.regions-ul-details
{
    margin:0 !important;
    padding-left:0px !important;    
}
.side-wrapper-map {
    float: left;
    width: 65%;
    margin: 0px 0 15px;
    padding-left:15px;    
    padding-top:10px;
}
.side-wrapper .search-filter
{
    margin: 0px !important;
}
.filter-panel
{
    padding-left:10px;   
}
#filter-scroll .jspContainer .jspVerticalBar
{
    padding-top:0px !important;    
}
#filter-scroll
{
    width:100%;
    height:775px;
    min-height:535px;
    overflow:auto;
}
.map-panel
{
    display:inline-block;
    width:70%;
    float:left;    
}
.btn-with-arrow
{
    font-size:12px;
    height:22px;
    line-height:20px;
}
.btn-with-arrow.arrow:after {
    content: "";
    right: 6px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    border: solid 2px #fff;
    border-bottom: none;
    border-left: none;
}
.no-csstransforms .btn.arrow:after {
    display: none;
}
.btn-with-arrow.arrow-up {
    padding-right: 28px;
}
.btn-with-arrow.arrow-up:after {
    content: "";
    right: 8px;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    border: solid 2px #fff;
    border-bottom: none;
    border-right: none;
}
#panel-distance 
{
    float:left;
    padding-top:15px;
    width: 40%;
    min-height: 100px;
}
#panel-distance input { margin: 0 0 10px; width: 338px; }

#panel-distance .error { font-size: 12px; color: #aa0000; }
        
#panel-distance .orange-btn { float: right; }

.search-list-heading
{
    float:left;
    width:37%;
    margin:0 auto;    
}
.showing-result
{
    padding-top:10px;    
}